﻿/*! Spectre.css v0.5.5 | MIT License | github.com/picturepan2/spectre */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.close-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 0;
}

.close-icon img {
    width: 40px;
    height: 40px;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

address {
    font-style: normal
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

small {
    font-size: 80%;
    font-weight: 400
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item;
    outline: none
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: .8rem;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

a {
    color: #5755d9;
    outline: none;
    text-decoration: none
}

a:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

a:focus,
a:hover,
a:active,
a.active {
    color: #302ecd;
    text-decoration: underline
}

a:visited {
    color: #807fe2
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500
}

h1,
.h1 {
    font-size: 2rem
}

h2,
.h2 {
    font-size: 1.6rem
}

h3,
.h3 {
    font-size: 1.4rem
}

h4,
.h4 {
    font-size: 1.2rem
}

h5,
.h5 {
    font-size: 1rem
}

h6,
.h6 {
    font-size: .8rem
}

p {
    margin: 0 0 1.2rem
}

a,
ins,
u {
    text-decoration-skip: ink edges
}

abbr[title] {
    border-bottom: .05rem dotted;
    cursor: help;
    text-decoration: none
}

kbd {
    border-radius: .1rem;
    line-height: 1.2;
    padding: .1rem .2rem;
    background: #303742;
    color: #fff;
    font-size: .7rem
}

mark {
    background: #ffe9b3;
    color: #3b4351;
    border-radius: .1rem;
    padding: .05rem
}

blockquote {
    border-left: .1rem solid #dadee4;
    margin-left: 0;
    padding: .4rem .8rem
}

blockquote p:last-child {
    margin-bottom: 0
}

ul,
ol {
    margin: .8rem 0 .8rem .8rem;
    padding: 0
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: .8rem 0 .8rem .8rem
}

ul li,
ol li {
    margin-top: .4rem
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

ol {
    list-style: decimal inside
}

ol ol {
    list-style-type: lower-alpha
}

dl dt {
    font-weight: bold
}

dl dd {
    margin: .4rem 0 .8rem 0
}

html:lang(zh),
html:lang(zh-Hans),
.lang-zh,
.lang-zh-hans {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif
}

html:lang(zh-Hant),
.lang-zh-hant {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif
}

html:lang(ja),
.lang-ja {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif
}

html:lang(ko),
.lang-ko {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif
}

:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.lang-cjk ins,
.lang-cjk u {
    border-bottom: .05rem solid;
    text-decoration: none
}

:lang(zh) del+del,
:lang(zh) del+s,
:lang(zh) ins+ins,
:lang(zh) ins+u,
:lang(zh) s+del,
:lang(zh) s+s,
:lang(zh) u+ins,
:lang(zh) u+u,
:lang(ja) del+del,
:lang(ja) del+s,
:lang(ja) ins+ins,
:lang(ja) ins+u,
:lang(ja) s+del,
:lang(ja) s+s,
:lang(ja) u+ins,
:lang(ja) u+u,
.lang-cjk del+del,
.lang-cjk del+s,
.lang-cjk ins+ins,
.lang-cjk ins+u,
.lang-cjk s+del,
.lang-cjk s+s,
.lang-cjk u+ins,
.lang-cjk u+u {
    margin-left: .125em
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background: #f7f8f9
}

.table tbody tr.active,
.table.table-striped tbody tr.active {
    background: #eef0f3
}

.table.table-hover tbody tr:hover {
    background: #eef0f3
}

.table.table-scroll {
    display: block;
    overflow-x: auto;
    padding-bottom: .75rem;
    white-space: nowrap
}

.table td,
.table th {
    border-bottom: .05rem solid #dadee4;
    padding: .6rem .4rem
}

.table th {
    border-bottom-width: .1rem
}

.btn {
    transition: all .2s ease;
    appearance: none;
    background: #fff;
    border: .05rem solid #5755d9;
    border-radius: .1rem;
    color: #5755d9;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1.2rem;
    outline: none;
    padding: .25rem .4rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.btn:focus,
.btn:hover {
    background: #f1f1fc;
    border-color: #4b48d6;
    text-decoration: none
}

.btn:active,
.btn.active {
    background: #4b48d6;
    border-color: #3634d2;
    color: #fff;
    text-decoration: none
}

.btn:active.loading::after,
.btn.active.loading::after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn[disabled],
.btn:disabled,
.btn.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.btn.btn-primary {
    background: #5755d9;
    border-color: #4b48d6;
    color: #fff
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #4240d4;
    border-color: #3634d2;
    color: #fff
}

.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #3a38d2;
    border-color: #302ecd;
    color: #fff
}

.btn.btn-primary.loading::after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-success {
    background: #32b643;
    border-color: #2faa3f;
    color: #fff
}

.btn.btn-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2)
}

.btn.btn-success:focus,
.btn.btn-success:hover {
    background: #30ae40;
    border-color: #2da23c;
    color: #fff
}

.btn.btn-success:active,
.btn.btn-success.active {
    background: #2a9a39;
    border-color: #278e34;
    color: #fff
}

.btn.btn-success.loading::after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-error {
    background: #e85600;
    border-color: #d95000;
    color: #fff
}

.btn.btn-error:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2)
}

.btn.btn-error:focus,
.btn.btn-error:hover {
    background: #de5200;
    border-color: #cf4d00;
    color: #fff
}

.btn.btn-error:active,
.btn.btn-error.active {
    background: #c44900;
    border-color: #b54300;
    color: #fff
}

.btn.btn-error.loading::after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #5755d9
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
    color: #302ecd
}

.btn.btn-sm {
    font-size: .7rem;
    height: 1.4rem;
    padding: .05rem .3rem
}

.btn.btn-lg {
    font-size: .9rem;
    height: 2rem;
    padding: .35rem .6rem
}

.btn.btn-block {
    display: block;
    width: 100%
}

.btn.btn-action {
    width: 1.8rem;
    padding-left: 0;
    padding-right: 0
}

.btn.btn-action.btn-sm {
    width: 1.4rem
}

.btn.btn-action.btn-lg {
    width: 2rem
}

.btn.btn-clear {
    background: transparent;
    border: 0;
    color: currentColor;
    height: .8rem;
    line-height: .8rem;
    margin-left: .2rem;
    margin-right: -2px;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    width: .8rem
}

.btn.btn-clear:hover {
    opacity: .95
}

.btn.btn-clear::before {
    content: "\2715"
}

.btn-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group .btn {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.btn-group .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.05rem
}

.btn-group .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.05rem
}

.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
    z-index: 1
}

.btn-group.btn-group-block {
    display: -ms-flexbox;
    display: flex
}

.btn-group.btn-group-block .btn {
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.form-group:not(:last-child) {
    margin-bottom: .4rem
}

fieldset {
    margin-bottom: .8rem
}

legend {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .8rem
}

.form-label {
    display: block;
    line-height: 1.2rem;
    padding: .3rem 0
}

.form-label.label-sm {
    font-size: .7rem;
    padding: .1rem 0
}

.form-label.label-lg {
    font-size: .9rem;
    padding: .4rem 0
}

.form-input {
    transition: all .2s ease;
    appearance: none;
    background: #fff;
    background-image: none;
    border: .05rem solid #bcc3ce;
    border-radius: .1rem;
    color: #3b4351;
    display: block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1.2rem;
    max-width: 100%;
    outline: none;
    padding: .25rem .4rem;
    position: relative;
    width: 100%
}

.form-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9
}

.form-input::-webkit-input-placeholder {
    color: #bcc3ce
}

.form-input::-moz-placeholder {
    color: #bcc3ce
}

.form-input:-ms-input-placeholder {
    color: #bcc3ce
}

.form-input::placeholder {
    color: #bcc3ce
}

.form-input.input-sm {
    font-size: .7rem;
    height: 1.4rem;
    padding: .05rem .3rem
}

.form-input.input-lg {
    font-size: .9rem;
    height: 2rem;
    padding: .35rem .6rem
}

.form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-input[type="file"] {
    height: auto
}

textarea.form-input {
    height: auto
}

.form-input-hint {
    color: #bcc3ce;
    font-size: .7rem;
    margin-top: .2rem
}

.has-success .form-input-hint,
.is-success+.form-input-hint {
    color: #32b643
}

.has-error .form-input-hint,
.is-error+.form-input-hint {
    color: #e85600
}

.form-select {
    appearance: none;
    border: .05rem solid #bcc3ce;
    border-radius: .1rem;
    color: inherit;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1.2rem;
    outline: none;
    padding: .25rem .4rem;
    vertical-align: middle;
    width: 100%;
    background: #fff
}

.form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9
}

.form-select::-ms-expand {
    display: none
}

.form-select.select-sm {
    font-size: .7rem;
    height: 1.4rem;
    padding: .05rem 1.1rem .05rem .3rem
}

.form-select.select-lg {
    font-size: .9rem;
    height: 2rem;
    padding: .35rem 1.4rem .35rem .6rem
}

.form-select[size],
.form-select[multiple] {
    height: auto;
    padding: .25rem .4rem
}

.form-select[size] option,
.form-select[multiple] option {
    padding: .1rem .2rem
}

.form-select:not([multiple]):not([size]) {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
    padding-right: 1.2rem
}

.has-icon-left,
.has-icon-right {
    position: relative
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
    height: .8rem;
    margin: 0 .25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .8rem;
    z-index: 2
}

.has-icon-left .form-icon {
    left: .05rem
}

.has-icon-left .form-input {
    padding-left: 1.3rem
}

.has-icon-right .form-icon {
    right: .05rem
}

.has-icon-right .form-input {
    padding-right: 1.3rem
}

.form-checkbox,
.form-radio,
.form-switch {
    display: block;
    line-height: 1.2rem;
    margin: .2rem 0;
    min-height: 1.2rem;
    padding: .1rem .4rem .1rem 1.2rem;
    position: relative
}

.form-checkbox input,
.form-radio input,
.form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.form-checkbox input:focus+.form-icon,
.form-radio input:focus+.form-icon,
.form-switch input:focus+.form-icon {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9
}

.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
    background: #5755d9;
    border-color: #5755d9
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
    transition: all .2s ease;
    border: .05rem solid #bcc3ce;
    cursor: pointer;
    display: inline-block;
    position: absolute
}

.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
    font-size: .7rem;
    margin: 0
}

.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
    font-size: .9rem;
    margin: .3rem 0
}

.form-checkbox .form-icon,
.form-radio .form-icon {
    background: #fff;
    height: .8rem;
    left: 0;
    top: .3rem;
    width: .8rem
}

.form-checkbox input:active+.form-icon,
.form-radio input:active+.form-icon {
    background: #eef0f3
}

.form-checkbox .form-icon {
    border-radius: .1rem
}

.form-checkbox input:checked+.form-icon::before {
    background-clip: padding-box;
    border: .1rem solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    content: "";
    height: 9px;
    left: 50%;
    margin-left: -3px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px
}

.form-checkbox input:indeterminate+.form-icon {
    background: #5755d9;
    border-color: #5755d9
}

.form-checkbox input:indeterminate+.form-icon::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px
}

.form-radio .form-icon {
    border-radius: 50%
}

.form-radio input:checked+.form-icon::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px
}

.form-switch {
    padding-left: 2rem
}

.form-switch .form-icon {
    background: #bcc3ce;
    background-clip: padding-box;
    border-radius: .45rem;
    height: .9rem;
    left: 0;
    top: .25rem;
    width: 1.6rem
}

.form-switch .form-icon::before {
    transition: all .2s ease;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .8rem;
    left: 0;
    position: absolute;
    top: 0;
    width: .8rem
}

.form-switch input:checked+.form-icon::before {
    left: 14px
}

.form-switch input:active+.form-icon::before {
    background: #f7f8f9
}

.input-group {
    display: -ms-flexbox;
    display: flex
}

.input-group .input-group-addon {
    background: #f7f8f9;
    border: .05rem solid #bcc3ce;
    border-radius: .1rem;
    line-height: 1.2rem;
    padding: .25rem .4rem;
    white-space: nowrap
}

.input-group .input-group-addon.addon-sm {
    font-size: .7rem;
    padding: .05rem .3rem
}

.input-group .input-group-addon.addon-lg {
    font-size: .9rem;
    padding: .35rem .6rem
}

.input-group .form-input,
.input-group .form-select {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%
}

.input-group .input-group-btn {
    z-index: 1
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.05rem
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.05rem
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
    z-index: 2
}

.input-group .form-select {
    width: auto
}

.input-group.input-inline {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.has-success .form-input,
.form-input.is-success,
.has-success .form-select,
.form-select.is-success {
    background: #f9fdfa;
    border-color: #32b643
}

.has-success .form-input:focus,
.form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2)
}

.has-error .form-input,
.form-input.is-error,
.has-error .form-select,
.form-select.is-error {
    background: #fffaf7;
    border-color: #e85600
}

.has-error .form-input:focus,
.form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2)
}

.has-error .form-checkbox .form-icon,
.form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
    border-color: #e85600
}

.has-error .form-checkbox input:checked+.form-icon,
.form-checkbox.is-error input:checked+.form-icon,
.has-error .form-radio input:checked+.form-icon,
.form-radio.is-error input:checked+.form-icon,
.has-error .form-switch input:checked+.form-icon,
.form-switch.is-error input:checked+.form-icon {
    background: #e85600;
    border-color: #e85600
}

.has-error .form-checkbox input:focus+.form-icon,
.form-checkbox.is-error input:focus+.form-icon,
.has-error .form-radio input:focus+.form-icon,
.form-radio.is-error input:focus+.form-icon,
.has-error .form-switch input:focus+.form-icon,
.form-switch.is-error input:focus+.form-icon {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
    border-color: #e85600
}

.has-error .form-checkbox input:indeterminate+.form-icon,
.form-checkbox.is-error input:indeterminate+.form-icon {
    background: #e85600;
    border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid {
    border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
    background: #ff701c
}

.form-input:not(:placeholder-shown):invalid+.form-input-hint {
    color: #e85600
}

.form-input:disabled,
.form-input.disabled,
.form-select:disabled,
.form-select.disabled {
    background-color: #eef0f3;
    cursor: not-allowed;
    opacity: .5
}

.form-input[readonly] {
    background-color: #f7f8f9
}

input:disabled+.form-icon,
input.disabled+.form-icon {
    background: #eef0f3;
    cursor: not-allowed;
    opacity: .5
}

.form-switch input:disabled+.form-icon::before,
.form-switch input.disabled+.form-icon::before {
    background: #fff
}

.form-horizontal {
    padding: .4rem 0
}

.form-horizontal .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-inline {
    display: inline-block
}

.label {
    border-radius: .1rem;
    line-height: 1.2;
    padding: .1rem .2rem;
    background: #eef0f3;
    color: #455060;
    display: inline-block
}

.label.label-rounded {
    border-radius: 5rem;
    padding-left: .4rem;
    padding-right: .4rem
}

.label.label-primary {
    background: #5755d9;
    color: #fff
}

.label.label-secondary {
    background: #f1f1fc;
    color: #5755d9
}

.label.label-success {
    background: #32b643;
    color: #fff
}

.label.label-warning {
    background: #ffb700;
    color: #fff
}

.label.label-error {
    background: #e85600;
    color: #fff
}

code {
    border-radius: .1rem;
    line-height: 1.2;
    padding: .1rem .2rem;
    background: #fcf2f2;
    color: #d73e48;
    font-size: 85%
}

.code {
    border-radius: .1rem;
    color: #3b4351;
    position: relative
}

.code::before {
    color: #bcc3ce;
    content: attr(data-lang);
    font-size: .7rem;
    position: absolute;
    right: .4rem;
    top: .1rem
}

.code code {
    background: #f7f8f9;
    color: inherit;
    display: block;
    line-height: 1.5;
    overflow-x: auto;
    padding: 1rem;
    width: 100%
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-fit-cover {
    object-fit: cover
}

.img-fit-contain {
    object-fit: contain
}

.video-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

video.video-responsive {
    height: auto;
    max-width: 100%
}

video.video-responsive::before {
    content: none
}

.video-responsive-4-3::before {
    padding-bottom: 75%
}

.video-responsive-1-1::before {
    padding-bottom: 100%
}

.figure {
    margin: 0 0 .4rem 0
}

.figure .figure-caption {
    color: #66758c;
    margin-top: .4rem
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .4rem;
    padding-right: .4rem;
    width: 100%
}

.container.grid-xl {
    max-width: 1296px
}

.container.grid-lg {
    max-width: 976px
}

.container.grid-md {
    max-width: 856px
}

.container.grid-sm {
    max-width: 616px
}

.container.grid-xs {
    max-width: 496px
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
    display: none !important
}

.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.4rem;
    margin-right: -.4rem
}

.columns.col-gapless {
    margin-left: 0;
    margin-right: 0
}

.columns.col-gapless>.column {
    padding-left: 0;
    padding-right: 0
}

.columns.col-oneline {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.column {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-left: .4rem;
    padding-right: .4rem
}

.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1 {
    -ms-flex: none;
    flex: none
}

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.col-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.col-ml-auto {
    margin-left: auto
}

.col-mr-auto {
    margin-right: auto
}

.navbar {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .navbar-section {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.navbar .navbar-section:not(:first-child):last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar .navbar-center {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.navbar .navbar-brand {
    font-size: .9rem;
    text-decoration: none
}

.accordion input:checked~.accordion-header .icon,
.accordion[open] .accordion-header .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion input:checked~.accordion-body,
.accordion[open] .accordion-body {
    max-height: 50rem
}

.accordion .accordion-header {
    display: block;
    padding: .2rem .4rem
}

.accordion .accordion-header .icon {
    transition: all .2s ease
}

.accordion .accordion-body {
    margin-bottom: .4rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease
}

summary.accordion-header::-webkit-details-marker {
    display: none
}

.avatar {
    font-size: .8rem;
    height: 1.6rem;
    width: 1.6rem;
    background: #5755d9;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.avatar.avatar-xs {
    font-size: .4rem;
    height: .8rem;
    width: .8rem
}

.avatar.avatar-sm {
    font-size: .6rem;
    height: 1.2rem;
    width: 1.2rem
}

.avatar.avatar-lg {
    font-size: 1.2rem;
    height: 2.4rem;
    width: 2.4rem
}

.avatar.avatar-xl {
    font-size: 1.6rem;
    height: 3.2rem;
    width: 3.2rem
}

.avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.avatar .avatar-icon,
.avatar .avatar-presence {
    background: #fff;
    bottom: 14.64%;
    height: 50%;
    padding: .1rem;
    position: absolute;
    right: 14.64%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 50%;
    z-index: 2
}

.avatar .avatar-presence {
    background: #bcc3ce;
    box-shadow: 0 0 0 .1rem #fff;
    border-radius: 50%;
    height: .5em;
    width: .5em
}

.avatar .avatar-presence.online {
    background: #32b643
}

.avatar .avatar-presence.busy {
    background: #e85600
}

.avatar .avatar-presence.away {
    background: #ffb700
}

.avatar[data-initial]::before {
    color: currentColor;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.badge {
    position: relative;
    white-space: nowrap
}

.badge[data-badge]::after,
.badge:not([data-badge])::after {
    background: #5755d9;
    background-clip: padding-box;
    border-radius: .5rem;
    box-shadow: 0 0 0 0.1rem #fff;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    -webkit-transform: translate(-0.05rem, -0.5rem);
    transform: translate(-0.05rem, -0.5rem)
}

.badge[data-badge]::after {
    font-size: .7rem;
    height: .9rem;
    line-height: 1;
    min-width: .9rem;
    padding: .1rem .2rem;
    text-align: center;
    white-space: nowrap
}

.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
    height: 6px;
    min-width: 6px;
    padding: 0;
    width: 6px
}

.badge.btn::after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.badge.avatar::after {
    position: absolute;
    top: 14.64%;
    right: 14.64%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 100
}

.breadcrumb {
    list-style: none;
    margin: .2rem 0;
    padding: .2rem 0
}

.breadcrumb .breadcrumb-item {
    color: #66758c;
    display: inline-block;
    margin: 0;
    padding: .2rem 0
}

.breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: .2rem
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
    color: #66758c
}

.breadcrumb .breadcrumb-item:not(:first-child)::before {
    color: #66758c;
    content: "/";
    padding-right: .4rem
}

.bar {
    background: #eef0f3;
    border-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: .8rem;
    width: 100%
}

.bar.bar-sm {
    height: .2rem
}

.bar .bar-item {
    background: #5755d9;
    color: #fff;
    display: block;
    font-size: .7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: .8rem;
    height: 100%;
    position: relative;
    text-align: center;
    width: 0
}

.bar .bar-item:first-child {
    border-bottom-left-radius: .1rem;
    border-top-left-radius: .1rem
}

.bar .bar-item:last-child {
    border-bottom-right-radius: .1rem;
    border-top-right-radius: .1rem;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.bar-slider {
    height: .1rem;
    margin: .4rem 0;
    position: relative
}

.bar-slider .bar-item {
    left: 0;
    padding: 0;
    position: absolute
}

.bar-slider .bar-item:not(:last-child):first-child {
    background: #eef0f3;
    z-index: 1
}

.bar-slider .bar-slider-btn {
    background: #5755d9;
    border: 0;
    border-radius: 50%;
    height: .6rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: .6rem
}

.bar-slider .bar-slider-btn:active {
    box-shadow: 0 0 0 0.1rem #5755d9
}

.card {
    background: #fff;
    border: .05rem solid #dadee4;
    border-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card .card-header,
.card .card-body,
.card .card-footer {
    padding: .8rem;
    padding-bottom: 0
}

.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
    padding-bottom: .8rem
}

.card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card .card-image {
    padding-top: .8rem
}

.card .card-image:first-child {
    padding-top: 0
}

.card .card-image:first-child img {
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem
}

.card .card-image:last-child img {
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem
}

.chip {
    -ms-flex-align: center;
    align-items: center;
    background: #eef0f3;
    border-radius: 5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 90%;
    height: 1.2rem;
    line-height: .8rem;
    margin: .1rem;
    max-width: 320px;
    overflow: hidden;
    padding: .2rem .4rem;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.chip.active {
    background: #5755d9;
    color: #fff
}

.chip .avatar {
    margin-left: -.4rem;
    margin-right: .2rem
}

.chip .btn-clear {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
}

.dropdown {
    display: inline-block;
    position: relative
}

.dropdown .menu {
    -webkit-animation: slide-down .15s ease 1;
    animation: slide-down .15s ease 1;
    display: none;
    left: 0;
    max-height: 50vh;
    overflow-y: auto;
    position: absolute;
    top: 100%
}

.dropdown.dropdown-right .menu {
    left: auto;
    right: 0
}

.dropdown.active .menu,
.dropdown .dropdown-toggle:focus+.menu,
.dropdown .menu:hover {
    display: block
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: .1rem;
    border-top-right-radius: .1rem
}

.empty {
    background: #f7f8f9;
    border-radius: .1rem;
    color: #66758c;
    text-align: center;
    padding: 3.2rem 1.6rem
}

.empty .empty-icon {
    margin-bottom: .8rem
}

.empty .empty-title,
.empty .empty-subtitle {
    margin: .4rem auto
}

.empty .empty-action {
    margin-top: .8rem
}

.menu {
    box-shadow: 0 .05rem .2rem rgba(48, 55, 66, 0.3);
    background: #fff;
    border-radius: .1rem;
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: .4rem;
    -webkit-transform: translateY(.2rem);
    transform: translateY(.2rem);
    z-index: 300
}

.menu.menu-nav {
    background: transparent;
    box-shadow: none
}

.menu .menu-item {
    margin-top: 0;
    padding: 0 .4rem;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.menu .menu-item>a {
    border-radius: .1rem;
    color: inherit;
    display: block;
    margin: 0 -.4rem;
    padding: .2rem .4rem;
    text-decoration: none
}

.menu .menu-item>a:focus,
.menu .menu-item>a:hover {
    background: #f1f1fc;
    color: #5755d9
}

.menu .menu-item>a:active,
.menu .menu-item>a.active {
    background: #f1f1fc;
    color: #5755d9
}

.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
    margin: .1rem 0
}

.menu .menu-item+.menu-item {
    margin-top: .2rem
}

.menu .menu-badge {
    float: right;
    padding: .2rem 0
}

.menu .menu-badge .btn {
    margin-top: -.1rem
}

.modal {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: .4rem;
    position: fixed;
    right: 0;
    top: 0
}

.modal:target,
.modal.active {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 400
}

.modal:target .modal-overlay,
.modal.active .modal-overlay {
    background: rgba(247, 248, 249, 0.75);
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal:target .modal-container,
.modal.active .modal-container {
    -webkit-animation: slide-down .2s ease 1;
    animation: slide-down .2s ease 1;
    z-index: 1
}

.modal.modal-sm .modal-container {
    max-width: 320px;
    padding: 0 .4rem
}

.modal.modal-lg .modal-overlay {
    background: #fff
}

.modal.modal-lg .modal-container {
    box-shadow: none;
    max-width: 960px
}

.modal-container {
    box-shadow: 0 .2rem .5rem rgba(48, 55, 66, 0.3);
    background: #fff;
    border-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 75vh;
    max-width: 640px;
    padding: 0 .8rem;
    width: 100%
}

.modal-container.modal-fullheight {
    max-height: 100vh
}

.modal-container .modal-header {
    color: #303742;
    padding: .8rem
}

.modal-container .modal-body {
    overflow-y: auto;
    padding: .8rem;
    position: relative
}

.modal-container .modal-footer {
    padding: .8rem;
    text-align: right
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: .2rem 0
}

.nav .nav-item a {
    color: #66758c;
    padding: .2rem .4rem;
    text-decoration: none
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
    color: #5755d9
}

.nav .nav-item.active>a {
    color: #505c6e;
    font-weight: bold
}

.nav .nav-item.active>a:focus,
.nav .nav-item.active>a:hover {
    color: #5755d9
}

.nav .nav {
    margin-bottom: .4rem;
    margin-left: .8rem
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: .2rem 0;
    padding: .2rem 0
}

.pagination .page-item {
    margin: .2rem .05rem
}

.pagination .page-item span {
    display: inline-block;
    padding: .2rem .2rem
}

.pagination .page-item a {
    border-radius: .1rem;
    display: inline-block;
    padding: .2rem .4rem;
    text-decoration: none
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
    color: #5755d9
}

.pagination .page-item.disabled a {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.pagination .page-item.active a {
    background: #5755d9;
    color: #fff
}

.pagination .page-item.page-prev,
.pagination .page-item.page-next {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.pagination .page-item.page-next {
    text-align: right
}

.pagination .page-item .page-item-title {
    margin: 0
}

.pagination .page-item .page-item-subtitle {
    margin: 0;
    opacity: .5
}

.panel {
    border: .05rem solid #dadee4;
    border-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.panel .panel-header,
.panel .panel-footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .8rem
}

.panel .panel-nav {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.panel .panel-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 .8rem
}

.popover {
    display: inline-block;
    position: relative
}

.popover .popover-container {
    left: 50%;
    opacity: 0;
    padding: .4rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    width: 320px;
    z-index: 300
}

.popover *:focus+.popover-container,
.popover:hover .popover-container {
    display: block;
    opacity: 1;
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1)
}

.popover.popover-right .popover-container {
    left: 100%;
    top: 50%
}

.popover.popover-right *:focus+.popover-container,
.popover.popover-right:hover .popover-container {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
}

.popover.popover-bottom .popover-container {
    left: 50%;
    top: 100%
}

.popover.popover-bottom *:focus+.popover-container,
.popover.popover-bottom:hover .popover-container {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.popover.popover-left .popover-container {
    left: 0;
    top: 50%
}

.popover.popover-left *:focus+.popover-container,
.popover.popover-left:hover .popover-container {
    -webkit-transform: translate(-100%, -50%) scale(1);
    transform: translate(-100%, -50%) scale(1)
}

.popover .card {
    box-shadow: 0 .2rem .5rem rgba(48, 55, 66, 0.3);
    border: 0
}

.step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: .2rem 0;
    width: 100%
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    text-align: center;
    position: relative
}

.step .step-item:not(:first-child)::before {
    background: #5755d9;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%
}

.step .step-item a {
    color: #5755d9;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none
}

.step .step-item a::before {
    background: #5755d9;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .6rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .6rem;
    z-index: 1
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #5755d9
}

.step .step-item.active~.step-item::before {
    background: #dadee4
}

.step .step-item.active~.step-item a {
    color: #bcc3ce
}

.step .step-item.active~.step-item a::before {
    background: #dadee4
}

.tab {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .05rem solid #dadee4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: .2rem 0 .15rem 0
}

.tab .tab-item {
    margin-top: 0
}

.tab .tab-item a {
    border-bottom: .1rem solid transparent;
    color: inherit;
    display: block;
    margin: 0 .4rem 0 0;
    padding: .4rem .2rem .3rem .2rem;
    text-decoration: none
}

.tab .tab-item a:focus,
.tab .tab-item a:hover {
    color: #5755d9
}

.tab .tab-item.active a,
.tab .tab-item a.active {
    border-bottom-color: #5755d9;
    color: #5755d9
}

.tab .tab-item.tab-action {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right
}

.tab .tab-item .btn-clear {
    margin-top: -.2rem
}

.tab.tab-block .tab-item {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    text-align: center
}

.tab.tab-block .tab-item a {
    margin: 0
}

.tab.tab-block .tab-item .badge[data-badge]::after {
    position: absolute;
    right: .1rem;
    top: .1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.tab:not(.tab-block) .badge {
    padding-right: 0
}

.tile {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex
}

.tile .tile-icon,
.tile .tile-action {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tile .tile-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tile .tile-content:not(:first-child) {
    padding-left: .4rem
}

.tile .tile-content:not(:last-child) {
    padding-right: .4rem
}

.tile .tile-title,
.tile .tile-subtitle {
    line-height: 1.2rem
}

.tile.tile-centered {
    -ms-flex-align: center;
    align-items: center
}

.tile.tile-centered .tile-content {
    overflow: hidden
}

.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0
}

.toast {
    background: rgba(48, 55, 66, 0.95);
    border-color: #303742;
    border: .05rem solid #303742;
    border-radius: .1rem;
    color: #fff;
    display: block;
    padding: .4rem;
    width: 100%
}

.toast.toast-primary {
    background: rgba(87, 85, 217, 0.95);
    border-color: #5755d9
}

.toast.toast-success {
    background: rgba(50, 182, 67, 0.95);
    border-color: #32b643
}

.toast.toast-warning {
    background: rgba(255, 183, 0, 0.95);
    border-color: #ffb700
}

.toast.toast-error {
    background: rgba(232, 86, 0, 0.95);
    border-color: #e85600
}

.toast a {
    color: #fff;
    text-decoration: underline
}

.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active {
    opacity: .75
}

.toast .btn-clear {
    margin: 4px -2px 4px 4px
}

.tooltip {
    position: relative
}

.tooltip::after {
    background: rgba(48, 55, 66, 0.95);
    border-radius: .1rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: .7rem;
    left: 50%;
    max-width: 320px;
    opacity: 0;
    overflow: hidden;
    padding: .2rem .4rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    -webkit-transform: translate(-50%, .4rem);
    transform: translate(-50%, .4rem);
    transition: all .2s ease;
    white-space: pre;
    z-index: 300
}

.tooltip:focus::after,
.tooltip:hover::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -.2rem);
    transform: translate(-50%, -.2rem)
}

.tooltip[disabled],
.tooltip.disabled {
    pointer-events: auto
}

.tooltip.tooltip-right::after {
    bottom: 50%;
    left: 100%;
    -webkit-transform: translate(-.2rem, 50%);
    transform: translate(-.2rem, 50%)
}

.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
    -webkit-transform: translate(.2rem, 50%);
    transform: translate(.2rem, 50%)
}

.tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    -webkit-transform: translate(-50%, -.4rem);
    transform: translate(-50%, -.4rem)
}

.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
    -webkit-transform: translate(-50%, .2rem);
    transform: translate(-50%, .2rem)
}

.tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translate(.4rem, 50%);
    transform: translate(.4rem, 50%)
}

.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
    -webkit-transform: translate(-.2rem, 50%);
    transform: translate(-.2rem, 50%)
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.text-primary {
    color: #5755d9 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4240d4
}

a.text-primary:visited {
    color: #6c6ade
}

.text-secondary {
    color: #e5e5f9 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #d1d0f4
}

a.text-secondary:visited {
    color: #fafafe
}

.text-gray {
    color: #bcc3ce !important
}

a.text-gray:focus,
a.text-gray:hover {
    color: #adb6c4
}

a.text-gray:visited {
    color: #cbd0d9
}

.text-light {
    color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
    color: #f2f2f2
}

a.text-light:visited {
    color: #fff
}

.text-dark {
    color: #3b4351 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #303742
}

a.text-dark:visited {
    color: #455060
}

.text-success {
    color: #32b643 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2da23c
}

a.text-success:visited {
    color: #39c94b
}

.text-warning {
    color: #ffb700 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #e6a500
}

a.text-warning:visited {
    color: #ffbe1a
}

.text-error {
    color: #e85600 !important
}

a.text-error:focus,
a.text-error:hover {
    color: #cf4d00
}

a.text-error:visited {
    color: #ff6003
}

.bg-primary {
    background: #5755d9 !important;
    color: #fff
}

.bg-secondary {
    background: #f1f1fc !important
}

.bg-dark {
    background: #303742 !important;
    color: #fff
}

.bg-gray {
    background: #f7f8f9 !important
}

.bg-success {
    background: #32b643 !important;
    color: #fff
}

.bg-warning {
    background: #ffb700 !important;
    color: #fff
}

.bg-error {
    background: #e85600 !important;
    color: #fff
}

.c-hand {
    cursor: pointer
}

.c-move {
    cursor: move
}

.c-zoom-in {
    cursor: zoom-in
}

.c-zoom-out {
    cursor: zoom-out
}

.c-not-allowed {
    cursor: not-allowed
}

.c-auto {
    cursor: auto
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.d-none,
.d-hide {
    display: none !important
}

.d-visible {
    visibility: visible
}

.d-invisible {
    visibility: hidden
}

.text-hide {
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none
}

.text-assistive {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.divider,
.divider-vert {
    display: block;
    position: relative
}

.divider[data-content]::after,
.divider-vert[data-content]::after {
    background: #fff;
    color: #bcc3ce;
    content: attr(data-content);
    display: inline-block;
    font-size: .7rem;
    padding: 0 .4rem;
    -webkit-transform: translateY(-.65rem);
    transform: translateY(-.65rem)
}

.divider {
    border-top: .05rem solid #dadee4;
    height: .05rem;
    margin: .4rem 0
}

.divider[data-content] {
    margin: .8rem 0
}

.divider-vert {
    display: block;
    padding: .8rem
}

.divider-vert::before {
    border-left: .05rem solid #dadee4;
    bottom: .4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: .4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.divider-vert[data-content]::after {
    left: 50%;
    padding: .2rem 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading {
    color: transparent !important;
    min-height: .8rem;
    pointer-events: none;
    position: relative
}

.loading::after {
    -webkit-animation: loading 500ms infinite linear;
    animation: loading 500ms infinite linear;
    border: .1rem solid #5755d9;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: .8rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    position: absolute;
    top: 50%;
    width: .8rem;
    z-index: 1
}

.loading.loading-lg {
    min-height: 2rem
}

.loading.loading-lg::after {
    height: 1.6rem;
    margin-left: -.8rem;
    margin-top: -.8rem;
    width: 1.6rem
}

.clearfix::after,
.container::after {
    clear: both;
    content: "";
    display: table
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.p-centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.flex-centered {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

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

.m-1 {
    margin: .2rem !important
}

.mb-1 {
    margin-bottom: .2rem !important
}

.ml-1 {
    margin-left: .2rem !important
}

.mr-1 {
    margin-right: .2rem !important
}

.mt-1 {
    margin-top: .2rem !important
}

.mx-1 {
    margin-left: .2rem !important;
    margin-right: .2rem !important
}

.my-1 {
    margin-bottom: .2rem !important;
    margin-top: .2rem !important
}

.m-2 {
    margin: .4rem !important
}

.mb-2 {
    margin-bottom: .4rem !important
}

.ml-2 {
    margin-left: .4rem !important
}

.mr-2 {
    margin-right: .4rem !important
}

.mt-2 {
    margin-top: .4rem !important
}

.mx-2 {
    margin-left: .4rem !important;
    margin-right: .4rem !important
}

.my-2 {
    margin-bottom: .4rem !important;
    margin-top: .4rem !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.p-1 {
    padding: .2rem !important
}

.pb-1 {
    padding-bottom: .2rem !important
}

.pl-1 {
    padding-left: .2rem !important
}

.pr-1 {
    padding-right: .2rem !important
}

.pt-1 {
    padding-top: .2rem !important
}

.px-1 {
    padding-left: .2rem !important;
    padding-right: .2rem !important
}

.py-1 {
    padding-bottom: .2rem !important;
    padding-top: .2rem !important
}

.p-2 {
    padding: .4rem !important
}

.pb-2 {
    padding-bottom: .4rem !important
}

.pl-2 {
    padding-left: .4rem !important
}

.pr-2 {
    padding-right: .4rem !important
}

.pt-2 {
    padding-top: .4rem !important
}

.px-2 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
}

.py-2 {
    padding-bottom: .4rem !important;
    padding-top: .4rem !important
}

.s-rounded {
    border-radius: .1rem
}

.s-circle {
    border-radius: 50%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-normal {
    font-weight: normal
}

.text-bold {
    font-weight: bold
}

.text-italic {
    font-style: italic
}

.text-large {
    font-size: 1.2em
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-clip {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}

.text-break {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}


/*! Spectre.css Experimentals v0.5.5 | MIT License | github.com/picturepan2/spectre */

.form-autocomplete {
    position: relative
}

.form-autocomplete .form-autocomplete-input {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    min-height: 1.6rem;
    padding: .1rem
}

.form-autocomplete .form-autocomplete-input.is-focused {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9
}

.form-autocomplete .form-autocomplete-input .form-input {
    border-color: transparent;
    box-shadow: none;
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 1.2rem;
    line-height: .8rem;
    margin: .1rem;
    width: auto
}

.form-autocomplete .menu {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.form-autocomplete.autocomplete-oneline .form-autocomplete-input {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.form-autocomplete.autocomplete-oneline .chip {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.calendar {
    border: .05rem solid #dadee4;
    border-radius: .1rem;
    display: block;
    min-width: 280px
}

.calendar .calendar-nav {
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8f9;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem;
    padding: .4rem
}

.calendar .calendar-header,
.calendar .calendar-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .4rem 0
}

.calendar .calendar-header .calendar-date,
.calendar .calendar-body .calendar-date {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%
}

.calendar .calendar-header {
    background: #f7f8f9;
    border-bottom: .05rem solid #dadee4;
    color: #bcc3ce;
    font-size: .7rem;
    text-align: center
}

.calendar .calendar-body {
    color: #66758c
}

.calendar .calendar-date {
    border: 0;
    padding: .2rem
}

.calendar .calendar-date .date-item {
    transition: all .2s ease;
    appearance: none;
    background: transparent;
    border: .05rem solid transparent;
    border-radius: 50%;
    color: #66758c;
    cursor: pointer;
    font-size: .7rem;
    height: 1.4rem;
    line-height: 1rem;
    outline: none;
    padding: .1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 1.4rem
}

.calendar .calendar-date .date-item.date-today {
    border-color: #e5e5f9;
    color: #5755d9
}

.calendar .calendar-date .date-item:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.calendar .calendar-date .date-item:focus,
.calendar .calendar-date .date-item:hover {
    background: #fefeff;
    border-color: #e5e5f9;
    color: #5755d9;
    text-decoration: none
}

.calendar .calendar-date .date-item:active,
.calendar .calendar-date .date-item.active {
    background: #4b48d6;
    border-color: #3634d2;
    color: #fff
}

.calendar .calendar-date .date-item.badge::after {
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.calendar .calendar-date .date-item:disabled,
.calendar .calendar-date .date-item.disabled,
.calendar .calendar-date .calendar-event:disabled,
.calendar .calendar-date .calendar-event.disabled {
    cursor: default;
    opacity: .25;
    pointer-events: none
}

.calendar .calendar-date.prev-month .date-item,
.calendar .calendar-date.prev-month .calendar-event,
.calendar .calendar-date.next-month .date-item,
.calendar .calendar-date.next-month .calendar-event {
    opacity: .25
}

.calendar .calendar-range {
    position: relative
}

.calendar .calendar-range::before {
    background: #f1f1fc;
    content: "";
    height: 1.4rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calendar .calendar-range.range-start::before {
    left: 50%
}

.calendar .calendar-range.range-end::before {
    right: 50%
}

.calendar .calendar-range.range-start .date-item,
.calendar .calendar-range.range-end .date-item {
    background: #4b48d6;
    border-color: #3634d2;
    color: #fff
}

.calendar .calendar-range .date-item {
    color: #5755d9
}

.calendar.calendar-lg .calendar-body {
    padding: 0
}

.calendar.calendar-lg .calendar-body .calendar-date {
    border-bottom: .05rem solid #dadee4;
    border-right: .05rem solid #dadee4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 5.5rem;
    padding: 0
}

.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
    border-right: 0
}

.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) {
    border-bottom: 0
}

.calendar.calendar-lg .date-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 1.4rem;
    margin-right: .2rem;
    margin-top: .2rem
}

.calendar.calendar-lg .calendar-range::before {
    top: 19px
}

.calendar.calendar-lg .calendar-range.range-start::before {
    left: auto;
    width: 19px
}

.calendar.calendar-lg .calendar-range.range-end::before {
    right: 19px
}

.calendar.calendar-lg .calendar-events {
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1;
    overflow-y: auto;
    padding: .2rem
}

.calendar.calendar-lg .calendar-event {
    border-radius: .1rem;
    font-size: .7rem;
    display: block;
    margin: .1rem auto;
    overflow: hidden;
    padding: 3px 4px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.carousel {
    background: #f7f8f9;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 1
}

.carousel .carousel-container {
    height: 100%;
    left: 0;
    position: relative
}

.carousel .carousel-container::before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.carousel .carousel-container .carousel-item {
    -webkit-animation: carousel-slideout 1s ease-in-out 1;
    animation: carousel-slideout 1s ease-in-out 1;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .carousel-container .carousel-item:hover .item-prev,
.carousel .carousel-container .carousel-item:hover .item-next {
    opacity: 1
}

.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
    background: rgba(247, 248, 249, 0.25);
    border-color: rgba(247, 248, 249, 0.5);
    color: #f7f8f9;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all .4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.carousel .carousel-container .item-prev {
    left: 1rem
}

.carousel .carousel-container .item-next {
    right: 1rem
}

.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4) {
    -webkit-animation: carousel-slidein .75s ease-in-out 1;
    animation: carousel-slidein .75s ease-in-out 1;
    opacity: 1;
    z-index: 100
}

.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4) {
    color: #f7f8f9
}

.carousel .carousel-nav {
    bottom: .4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10rem;
    z-index: 100
}

.carousel .carousel-nav .nav-item {
    color: rgba(247, 248, 249, 0.5);
    display: block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 1.6rem;
    margin: .2rem;
    max-width: 2.5rem;
    position: relative
}

.carousel .carousel-nav .nav-item::before {
    background: currentColor;
    content: "";
    display: block;
    height: .1rem;
    position: absolute;
    top: .5rem;
    width: 100%
}

@-webkit-keyframes carousel-slidein {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes carousel-slidein {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes carousel-slideout {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes carousel-slideout {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.comparison-slider {
    height: 50vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.comparison-slider .comparison-before,
.comparison-slider .comparison-after {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.comparison-slider .comparison-before img,
.comparison-slider .comparison-after img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    width: 100%
}

.comparison-slider .comparison-before {
    width: 100%;
    z-index: 1
}

.comparison-slider .comparison-before .comparison-label {
    right: .8rem
}

.comparison-slider .comparison-after {
    max-width: 100%;
    min-width: 0;
    z-index: 2
}

.comparison-slider .comparison-after::before {
    background: transparent;
    content: "";
    cursor: default;
    height: 100%;
    left: 0;
    position: absolute;
    right: .8rem;
    top: 0;
    z-index: 1
}

.comparison-slider .comparison-after::after {
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 -5px, 0 5px;
    color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: .4rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 3px
}

.comparison-slider .comparison-after .comparison-label {
    left: .8rem
}

.comparison-slider .comparison-resizer {
    -webkit-animation: first-run 1.5s 1 ease-in-out;
    animation: first-run 1.5s 1 ease-in-out;
    cursor: ew-resize;
    height: .8rem;
    left: 0;
    max-width: 100%;
    min-width: .8rem;
    opacity: 0;
    outline: none;
    position: relative;
    resize: horizontal;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(30);
    transform: translateY(-50%) scaleY(30);
    width: 0
}

.comparison-slider .comparison-label {
    background: rgba(48, 55, 66, 0.5);
    bottom: .8rem;
    color: #fff;
    padding: .2rem .4rem;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes first-run {
    0% {
        width: 0
    }
    25% {
        width: 2.4rem
    }
    50% {
        width: .8rem
    }
    75% {
        width: 1.2rem
    }
    100% {
        width: 0
    }
}

@keyframes first-run {
    0% {
        width: 0
    }
    25% {
        width: 2.4rem
    }
    50% {
        width: .8rem
    }
    75% {
        width: 1.2rem
    }
    100% {
        width: 0
    }
}

.filter .filter-tag#tag-0:checked~.filter-nav .chip[for="tag-0"],
.filter .filter-tag#tag-1:checked~.filter-nav .chip[for="tag-1"],
.filter .filter-tag#tag-2:checked~.filter-nav .chip[for="tag-2"],
.filter .filter-tag#tag-3:checked~.filter-nav .chip[for="tag-3"],
.filter .filter-tag#tag-4:checked~.filter-nav .chip[for="tag-4"],
.filter .filter-tag#tag-5:checked~.filter-nav .chip[for="tag-5"],
.filter .filter-tag#tag-6:checked~.filter-nav .chip[for="tag-6"],
.filter .filter-tag#tag-7:checked~.filter-nav .chip[for="tag-7"],
.filter .filter-tag#tag-8:checked~.filter-nav .chip[for="tag-8"] {
    background: #5755d9;
    color: #fff
}

.filter .filter-tag#tag-1:checked~.filter-body .filter-item:not([data-tag~="tag-1"]),
.filter .filter-tag#tag-2:checked~.filter-body .filter-item:not([data-tag~="tag-2"]),
.filter .filter-tag#tag-3:checked~.filter-body .filter-item:not([data-tag~="tag-3"]),
.filter .filter-tag#tag-4:checked~.filter-body .filter-item:not([data-tag~="tag-4"]),
.filter .filter-tag#tag-5:checked~.filter-body .filter-item:not([data-tag~="tag-5"]),
.filter .filter-tag#tag-6:checked~.filter-body .filter-item:not([data-tag~="tag-6"]),
.filter .filter-tag#tag-7:checked~.filter-body .filter-item:not([data-tag~="tag-7"]),
.filter .filter-tag#tag-8:checked~.filter-body .filter-item:not([data-tag~="tag-8"]) {
    display: none
}

.filter .filter-nav {
    margin: .4rem 0
}

.filter .filter-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.meter {
    appearance: none;
    background: #f7f8f9;
    border: 0;
    border-radius: .1rem;
    display: block;
    width: 100%;
    height: .8rem
}

.meter::-webkit-meter-inner-element {
    display: block
}

.meter::-webkit-meter-bar,
.meter::-webkit-meter-optimum-value,
.meter::-webkit-meter-suboptimum-value,
.meter::-webkit-meter-even-less-good-value {
    border-radius: .1rem
}

.meter::-webkit-meter-bar {
    background: #f7f8f9
}

.meter::-webkit-meter-optimum-value {
    background: #32b643
}

.meter::-webkit-meter-suboptimum-value {
    background: #ffb700
}

.meter::-webkit-meter-even-less-good-value {
    background: #e85600
}

.meter::-moz-meter-bar,
.meter:-moz-meter-optimum,
.meter:-moz-meter-sub-optimum,
.meter:-moz-meter-sub-sub-optimum {
    border-radius: .1rem
}

.meter:-moz-meter-optimum::-moz-meter-bar {
    background: #32b643
}

.meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffb700
}

.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #e85600
}

.off-canvas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.off-canvas .off-canvas-toggle {
    display: block;
    position: absolute;
    top: .4rem;
    transition: none;
    z-index: 1;
    left: .4rem
}

.off-canvas .off-canvas-sidebar {
    background: #f7f8f9;
    bottom: 0;
    min-width: 10rem;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    z-index: 200;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.off-canvas .off-canvas-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding: .4rem .4rem .4rem 4rem
}

.off-canvas .off-canvas-overlay {
    background: rgba(48, 55, 66, 0.1);
    border-color: transparent;
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.off-canvas .off-canvas-sidebar:target,
.off-canvas .off-canvas-sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay,
.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay {
    display: block;
    z-index: 100
}

@media (min-width: 960px) {
    .off-canvas.off-canvas-sidebar-show .off-canvas-toggle {
        display: none
    }
    .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        -webkit-transform: none;
        transform: none
    }
    .off-canvas.off-canvas-sidebar-show .off-canvas-overlay {
        display: none !important
    }
}

.parallax {
    display: block;
    height: auto;
    position: relative;
    width: auto
}

.parallax .parallax-content {
    box-shadow: 0 1rem 2.1rem rgba(48, 55, 66, 0.3);
    height: auto;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s ease;
    width: 100%
}

.parallax .parallax-content::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.parallax .parallax-front {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 20px rgba(48, 55, 66, 0.75);
    top: 0;
    -webkit-transform: translateZ(50px) scale(.95);
    transform: translateZ(50px) scale(.95);
    transition: all .4s ease;
    width: 100%;
    z-index: 1
}

.parallax .parallax-top-left {
    height: 50%;
    outline: none;
    position: absolute;
    width: 50%;
    z-index: 100;
    left: 0;
    top: 0
}

.parallax .parallax-top-left:focus~.parallax-content,
.parallax .parallax-top-left:hover~.parallax-content {
    -webkit-transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg)
}

.parallax .parallax-top-left:focus~.parallax-content::before,
.parallax .parallax-top-left:hover~.parallax-content::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%)
}

.parallax .parallax-top-left:focus~.parallax-content .parallax-front,
.parallax .parallax-top-left:hover~.parallax-content .parallax-front {
    -webkit-transform: translate3d(4.5px, 4.5px, 50px) scale(.95);
    transform: translate3d(4.5px, 4.5px, 50px) scale(.95)
}

.parallax .parallax-top-right {
    height: 50%;
    outline: none;
    position: absolute;
    width: 50%;
    z-index: 100;
    right: 0;
    top: 0
}

.parallax .parallax-top-right:focus~.parallax-content,
.parallax .parallax-top-right:hover~.parallax-content {
    -webkit-transform: perspective(1000px) rotateX(3deg) rotateY(3deg);
    transform: perspective(1000px) rotateX(3deg) rotateY(3deg)
}

.parallax .parallax-top-right:focus~.parallax-content::before,
.parallax .parallax-top-right:hover~.parallax-content::before {
    background: linear-gradient(-135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%)
}

.parallax .parallax-top-right:focus~.parallax-content .parallax-front,
.parallax .parallax-top-right:hover~.parallax-content .parallax-front {
    -webkit-transform: translate3d(-4.5px, 4.5px, 50px) scale(.95);
    transform: translate3d(-4.5px, 4.5px, 50px) scale(.95)
}

.parallax .parallax-bottom-left {
    height: 50%;
    outline: none;
    position: absolute;
    width: 50%;
    z-index: 100;
    bottom: 0;
    left: 0
}

.parallax .parallax-bottom-left:focus~.parallax-content,
.parallax .parallax-bottom-left:hover~.parallax-content {
    -webkit-transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg);
    transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg)
}

.parallax .parallax-bottom-left:focus~.parallax-content::before,
.parallax .parallax-bottom-left:hover~.parallax-content::before {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%)
}

.parallax .parallax-bottom-left:focus~.parallax-content .parallax-front,
.parallax .parallax-bottom-left:hover~.parallax-content .parallax-front {
    -webkit-transform: translate3d(4.5px, -4.5px, 50px) scale(.95);
    transform: translate3d(4.5px, -4.5px, 50px) scale(.95)
}

.parallax .parallax-bottom-right {
    height: 50%;
    outline: none;
    position: absolute;
    width: 50%;
    z-index: 100;
    bottom: 0;
    right: 0
}

.parallax .parallax-bottom-right:focus~.parallax-content,
.parallax .parallax-bottom-right:hover~.parallax-content {
    -webkit-transform: perspective(1000px) rotateX(-3deg) rotateY(3deg);
    transform: perspective(1000px) rotateX(-3deg) rotateY(3deg)
}

.parallax .parallax-bottom-right:focus~.parallax-content::before,
.parallax .parallax-bottom-right:hover~.parallax-content::before {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%)
}

.parallax .parallax-bottom-right:focus~.parallax-content .parallax-front,
.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front {
    -webkit-transform: translate3d(-4.5px, -4.5px, 50px) scale(.95);
    transform: translate3d(-4.5px, -4.5px, 50px) scale(.95)
}

.progress {
    appearance: none;
    background: #eef0f3;
    border: 0;
    border-radius: .1rem;
    color: #5755d9;
    height: .2rem;
    position: relative;
    width: 100%
}

.progress::-webkit-progress-bar {
    background: transparent;
    border-radius: .1rem
}

.progress::-webkit-progress-value {
    background: #5755d9;
    border-radius: .1rem
}

.progress::-moz-progress-bar {
    background: #5755d9;
    border-radius: .1rem
}

.progress:indeterminate {
    -webkit-animation: progress-indeterminate 1.5s linear infinite;
    animation: progress-indeterminate 1.5s linear infinite;
    background: #eef0f3 linear-gradient(to right, #5755d9 30%, #eef0f3 30%) top left/150% 150% no-repeat
}

.progress:indeterminate::-moz-progress-bar {
    background: transparent
}

@-webkit-keyframes progress-indeterminate {
    0% {
        background-position: 200% 0
    }
    100% {
        background-position: -200% 0
    }
}

@keyframes progress-indeterminate {
    0% {
        background-position: 200% 0
    }
    100% {
        background-position: -200% 0
    }
}

.slider {
    appearance: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 1.2rem
}

.slider:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    outline: none
}

.slider.tooltip:not([data-tooltip])::after {
    content: attr(value)
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #5755d9;
    border: 0;
    border-radius: 50%;
    height: .6rem;
    margin-top: -.25rem;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    width: .6rem
}

.slider::-moz-range-thumb {
    background: #5755d9;
    border: 0;
    border-radius: 50%;
    height: .6rem;
    transition: transform .2s ease;
    width: .6rem
}

.slider::-ms-thumb {
    background: #5755d9;
    border: 0;
    border-radius: 50%;
    height: .6rem;
    transition: transform .2s ease;
    width: .6rem
}

.slider:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.slider:active::-moz-range-thumb {
    transform: scale(1.25)
}

.slider:active::-ms-thumb {
    transform: scale(1.25)
}

.slider:disabled::-webkit-slider-thumb,
.slider.disabled::-webkit-slider-thumb {
    background: #f7f8f9;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.slider:disabled::-moz-range-thumb,
.slider.disabled::-moz-range-thumb {
    background: #f7f8f9;
    transform: scale(1)
}

.slider:disabled::-ms-thumb,
.slider.disabled::-ms-thumb {
    background: #f7f8f9;
    transform: scale(1)
}

.slider::-webkit-slider-runnable-track {
    background: #eef0f3;
    border-radius: .1rem;
    height: .1rem;
    width: 100%
}

.slider::-moz-range-track {
    background: #eef0f3;
    border-radius: .1rem;
    height: .1rem;
    width: 100%
}

.slider::-ms-track {
    background: #eef0f3;
    border-radius: .1rem;
    height: .1rem;
    width: 100%
}

.slider::-ms-fill-lower {
    background: #5755d9
}

.timeline .timeline-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.2rem;
    position: relative
}

.timeline .timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 11px;
    position: absolute;
    top: 1.2rem;
    width: 2px
}

.timeline .timeline-item .timeline-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.timeline .timeline-item .timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 2px .8rem
}

.timeline .timeline-item .timeline-icon {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 1.2rem
}

.timeline .timeline-item .timeline-icon::before {
    border: .1rem solid #5755d9;
    border-radius: 50%;
    content: "";
    display: block;
    height: .4rem;
    left: .4rem;
    position: absolute;
    top: .4rem;
    width: .4rem
}

.timeline .timeline-item .timeline-icon.icon-lg {
    background: #5755d9;
    line-height: 1.2rem
}

.timeline .timeline-item .timeline-icon.icon-lg::before {
    content: none
}


/*! Spectre.css Icons v0.5.5 | MIT License | github.com/picturepan2/spectre */

.icon {
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    height: 1em;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 1em
}

.icon::before,
.icon::after {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon.icon-2x {
    font-size: 1.6rem
}

.icon.icon-3x {
    font-size: 2.4rem
}

.icon.icon-4x {
    font-size: 3.2rem
}

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
    vertical-align: -10%
}

.btn-lg .icon {
    vertical-align: -15%
}

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    content: "";
    height: .65em;
    width: .65em
}

.icon-arrow-down::before {
    -webkit-transform: translate(-50%, -75%) rotate(225deg);
    transform: translate(-50%, -75%) rotate(225deg)
}

.icon-arrow-left::before {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    transform: translate(-25%, -50%) rotate(-45deg)
}

.icon-arrow-right::before {
    -webkit-transform: translate(-75%, -50%) rotate(135deg);
    transform: translate(-75%, -50%) rotate(135deg)
}

.icon-arrow-up::before {
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg)
}

.icon-back::after,
.icon-forward::after {
    background: currentColor;
    content: "";
    height: .1rem;
    width: .8em
}

.icon-downward::after,
.icon-upward::after {
    background: currentColor;
    content: "";
    height: .8em;
    width: .1rem
}

.icon-back::after {
    left: 55%
}

.icon-back::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-downward::after {
    top: 45%
}

.icon-downward::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.icon-forward::after {
    left: 45%
}

.icon-forward::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.icon-upward::after {
    top: 55%
}

.icon-upward::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-caret::before {
    border-top: .3em solid currentColor;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    content: "";
    height: 0;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 0
}

.icon-menu::before {
    background: currentColor;
    box-shadow: 0 -.35em, 0 .35em;
    content: "";
    height: .1rem;
    width: 100%
}

.icon-apps::before {
    background: currentColor;
    box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
    content: "";
    height: 3px;
    width: 3px
}

.icon-resize-horiz::before,
.icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    content: "";
    height: .45em;
    width: .45em
}

.icon-resize-horiz::before,
.icon-resize-vert::before {
    -webkit-transform: translate(-50%, -90%) rotate(45deg);
    transform: translate(-50%, -90%) rotate(45deg)
}

.icon-resize-horiz::after,
.icon-resize-vert::after {
    -webkit-transform: translate(-50%, -10%) rotate(225deg);
    transform: translate(-50%, -10%) rotate(225deg)
}

.icon-resize-horiz::before {
    -webkit-transform: translate(-90%, -50%) rotate(-45deg);
    transform: translate(-90%, -50%) rotate(-45deg)
}

.icon-resize-horiz::after {
    -webkit-transform: translate(-10%, -50%) rotate(135deg);
    transform: translate(-10%, -50%) rotate(135deg)
}

.icon-more-horiz::before,
.icon-more-vert::before {
    background: currentColor;
    box-shadow: -.4em 0, .4em 0;
    border-radius: 50%;
    content: "";
    height: 3px;
    width: 3px
}

.icon-more-vert::before {
    box-shadow: 0 -.4em, 0 .4em
}

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
    background: currentColor;
    content: "";
    height: .1rem;
    width: 100%
}

.icon-plus::after,
.icon-cross::after {
    background: currentColor;
    content: "";
    height: 100%;
    width: .1rem
}

.icon-cross::before {
    width: 100%
}

.icon-cross::after {
    height: 100%
}

.icon-cross::before,
.icon-cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-check::before {
    border: .1rem solid currentColor;
    border-right: 0;
    border-top: 0;
    content: "";
    height: .5em;
    width: .9em;
    -webkit-transform: translate(-50%, -75%) rotate(-45deg);
    transform: translate(-50%, -75%) rotate(-45deg)
}

.icon-stop {
    border: .1rem solid currentColor;
    border-radius: 50%
}

.icon-stop::before {
    background: currentColor;
    content: "";
    height: .1rem;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1em
}

.icon-shutdown {
    border: .1rem solid currentColor;
    border-radius: 50%;
    border-top-color: transparent
}

.icon-shutdown::before {
    background: currentColor;
    content: "";
    height: .5em;
    top: .1em;
    width: .1rem
}

.icon-refresh::before {
    border: .1rem solid currentColor;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 1em;
    width: 1em
}

.icon-refresh::after {
    border: .2em solid currentColor;
    border-top-color: transparent;
    border-left-color: transparent;
    content: "";
    height: 0;
    left: 80%;
    top: 20%;
    width: 0
}

.icon-search::before {
    border: .1rem solid currentColor;
    border-radius: 50%;
    content: "";
    height: .75em;
    left: 5%;
    top: 5%;
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    width: .75em
}

.icon-search::after {
    background: currentColor;
    content: "";
    height: .1rem;
    left: 80%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: .4em
}

.icon-edit::before {
    border: .1rem solid currentColor;
    content: "";
    height: .4em;
    -webkit-transform: translate(-40%, -60%) rotate(-45deg);
    transform: translate(-40%, -60%) rotate(-45deg);
    width: .85em
}

.icon-edit::after {
    border: .15em solid currentColor;
    border-top-color: transparent;
    border-right-color: transparent;
    content: "";
    height: 0;
    left: 5%;
    top: 95%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    width: 0
}

.icon-delete::before {
    border: .1rem solid currentColor;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    border-top: 0;
    content: "";
    height: .75em;
    top: 60%;
    width: .75em
}

.icon-delete::after {
    background: currentColor;
    box-shadow: -.25em .2em, .25em .2em;
    content: "";
    height: .1rem;
    top: .05rem;
    width: .5em
}

.icon-share {
    border: .1rem solid currentColor;
    border-radius: .1rem;
    border-right: 0;
    border-top: 0
}

.icon-share::before {
    border: .1rem solid currentColor;
    border-left: 0;
    border-top: 0;
    content: "";
    height: .4em;
    left: 100%;
    top: .25em;
    -webkit-transform: translate(-125%, -50%) rotate(-45deg);
    transform: translate(-125%, -50%) rotate(-45deg);
    width: .4em
}

.icon-share::after {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    border-radius: 75% 0;
    content: "";
    height: .5em;
    width: .6em
}

.icon-flag::before {
    background: currentColor;
    content: "";
    height: 1em;
    left: 15%;
    width: .1rem
}

.icon-flag::after {
    border: .1rem solid currentColor;
    border-bottom-right-radius: .1rem;
    border-left: 0;
    border-top-right-radius: .1rem;
    content: "";
    height: .65em;
    top: 35%;
    left: 60%;
    width: .8em
}

.icon-bookmark::before {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    content: "";
    height: .9em;
    width: .8em
}

.icon-bookmark::after {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    border-radius: .1rem;
    content: "";
    height: .5em;
    -webkit-transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
    transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
    width: .5em
}

.icon-download,
.icon-upload {
    border-bottom: .1rem solid currentColor
}

.icon-download::before,
.icon-upload::before {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    content: "";
    height: .5em;
    width: .5em;
    -webkit-transform: translate(-50%, -60%) rotate(-135deg);
    transform: translate(-50%, -60%) rotate(-135deg)
}

.icon-download::after,
.icon-upload::after {
    background: currentColor;
    content: "";
    height: .6em;
    top: 40%;
    width: .1rem
}

.icon-upload::before {
    -webkit-transform: translate(-50%, -60%) rotate(45deg);
    transform: translate(-50%, -60%) rotate(45deg)
}

.icon-upload::after {
    top: 50%
}

.icon-time {
    border: .1rem solid currentColor;
    border-radius: 50%
}

.icon-time::before {
    background: currentColor;
    content: "";
    height: .4em;
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    width: .1rem
}

.icon-time::after {
    background: currentColor;
    content: "";
    height: .3em;
    -webkit-transform: translate(-50%, -75%) rotate(90deg);
    transform: translate(-50%, -75%) rotate(90deg);
    -webkit-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
    width: .1rem
}

.icon-mail::before {
    border: .1rem solid currentColor;
    border-radius: .1rem;
    content: "";
    height: .8em;
    width: 1em
}

.icon-mail::after {
    border: .1rem solid currentColor;
    border-right: 0;
    border-top: 0;
    content: "";
    height: .5em;
    -webkit-transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
    transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
    width: .5em
}

.icon-people::before {
    border: .1rem solid currentColor;
    border-radius: 50%;
    content: "";
    height: .45em;
    top: 25%;
    width: .45em
}

.icon-people::after {
    border: .1rem solid currentColor;
    border-radius: 50% 50% 0 0;
    content: "";
    height: .4em;
    top: 75%;
    width: .9em
}

.icon-message {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-radius: .1rem;
    border-right: 0
}

.icon-message::before {
    border: .1rem solid currentColor;
    border-bottom-right-radius: .1rem;
    border-left: 0;
    border-top: 0;
    content: "";
    height: .8em;
    left: 65%;
    top: 40%;
    width: .7em
}

.icon-message::after {
    background: currentColor;
    border-radius: .1rem;
    content: "";
    height: .3em;
    left: 10%;
    top: 100%;
    -webkit-transform: translate(0, -90%) rotate(45deg);
    transform: translate(0, -90%) rotate(45deg);
    width: .1rem
}

.icon-photo {
    border: .1rem solid currentColor;
    border-radius: .1rem
}

.icon-photo::before {
    border: .1rem solid currentColor;
    border-radius: 50%;
    content: "";
    height: .25em;
    left: 35%;
    top: 35%;
    width: .25em
}

.icon-photo::after {
    border: .1rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    content: "";
    height: .5em;
    left: 60%;
    -webkit-transform: translate(-50%, 25%) rotate(-45deg);
    transform: translate(-50%, 25%) rotate(-45deg);
    width: .5em
}

.icon-link::before,
.icon-link::after {
    border: .1rem solid currentColor;
    border-radius: 5em 0 0 5em;
    border-right: 0;
    content: "";
    height: .5em;
    width: .75em
}

.icon-link::before {
    -webkit-transform: translate(-70%, -45%) rotate(-45deg);
    transform: translate(-70%, -45%) rotate(-45deg)
}

.icon-link::after {
    -webkit-transform: translate(-30%, -55%) rotate(135deg);
    transform: translate(-30%, -55%) rotate(135deg)
}

.icon-location::before {
    border: .1rem solid currentColor;
    border-radius: 50% 50% 50% 0;
    content: "";
    height: .8em;
    -webkit-transform: translate(-50%, -60%) rotate(-45deg);
    transform: translate(-50%, -60%) rotate(-45deg);
    width: .8em
}

.icon-location::after {
    border: .1rem solid currentColor;
    border-radius: 50%;
    content: "";
    height: .2em;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    width: .2em
}

.icon-emoji {
    border: .1rem solid currentColor;
    border-radius: 50%
}

.icon-emoji::before {
    border-radius: 50%;
    box-shadow: -.17em -.15em, .17em -.15em;
    content: "";
    height: .1em;
    width: .1em
}

.icon-emoji::after {
    border: .1rem solid currentColor;
    border-bottom-color: transparent;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: .5em;
    -webkit-transform: translate(-50%, -40%) rotate(-135deg);
    transform: translate(-50%, -40%) rotate(-135deg);
    width: .5em
}

@font-face {
    font-family: 'hk_groteskbold';
    src: url("/assets/fonts/hkgrotesk/hkgrotesk-bold-webfont.woff2") format("woff2"), url("/assets/fonts/hkgrotesk/hkgrotesk-bold-webfont.woff") format("woff"), url("/assets/fonts/hkgrotesk/hkgrotesk-bold-webfont.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'hk_grotesklight';
    src: url("/assets/fonts/hkgrotesk/hkgrotesk-light-webfont.woff2") format("woff2"), url("/assets/fonts/hkgrotesk/hkgrotesk-light-webfont.woff") format("woff"), url("/assets/fonts/hkgrotesk/hkgrotesk-light-webfont.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'hk_groteskregular';
    src: url("/assets/fonts/hkgrotesk/hkgrotesk-regular-webfont.woff2") format("woff2"), url("/assets/fonts/hkgrotesk/hkgrotesk-regular-webfont.woff") format("woff"), url("/assets/fonts/hkgrotesk/hkgrotesk-regular-webfont.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'hk_grotesksemibold';
    src: url("/assets/fonts/hkgrotesk/hkgrotesk-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/hkgrotesk/hkgrotesk-semibold-webfont.woff") format("woff"), url("/assets/fonts/hkgrotesk/hkgrotesk-semibold-webfont.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: auto
}


/*! Flickity v2.1.2
https://flickity.metafizzy.co---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: white;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: 0.6
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

* {
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%
}

body {
    font-family: "hk_groteskregular", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

.posts {
    list-style-type: none;
    margin-bottom: 2em
}

.posts li {
    line-height: 1.75em
}

.posts span {
    color: #aaa;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%
}

.site {
    font-size: 115%
}

.post pre {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 0.4em
}

.post ul,
.post ol {
    margin-left: 1.35em
}

.post code {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 0.2em
}

.post pre code {
    border: none
}

.post pre.terminal {
    border: 1px solid #000;
    background-color: #333;
    color: #fff
}

.post pre.terminal code {
    background-color: #333
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.container.grid-xl {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px
}

.container.grid-lg {
    max-width: 1200px
}

.container.grid-mdlg {
    max-width: 1056px;
}

@media screen and (max-width: 1116px) {
    .container.grid-mdlg {
        padding-left: 30px;
        padding-right: 30px
    }
}

.container.grid-md {
    max-width: 850px;
    margin: 0 auto;
}

@media screen and (max-width: 856px) {
    .container.grid-md {
        padding-left: 30px;
        padding-right: 30px
    }
}

.container.grid-sm {
    max-width: 600px
}

.container.grid-xs {
    max-width: 500px
}

.content-wrap {
    margin-top: 150px
}

.highlight {
    background: #ffffff
}

.highlight .c {
    color: #999988;
    font-style: italic
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2
}

.highlight .k {
    font-weight: bold
}

.highlight .o {
    font-weight: bold
}

.highlight .cm {
    color: #999988;
    font-style: italic
}

.highlight .cp {
    color: #999999;
    font-weight: bold
}

.highlight .c1 {
    color: #999988;
    font-style: italic
}

.highlight .cs {
    color: #999999;
    font-weight: bold;
    font-style: italic
}

.highlight .gd {
    color: #000000;
    background-color: #ffdddd
}

.highlight .gd .x {
    color: #000000;
    background-color: #ffaaaa
}

.highlight .ge {
    font-style: italic
}

.highlight .gr {
    color: #aa0000
}

.highlight .gh {
    color: #999999
}

.highlight .gi {
    color: #000000;
    background-color: #ddffdd
}

.highlight .gi .x {
    color: #000000;
    background-color: #aaffaa
}

.highlight .go {
    color: #888888
}

.highlight .gp {
    color: #555555
}

.highlight .gs {
    font-weight: bold
}

.highlight .gu {
    color: #aaaaaa
}

.highlight .gt {
    color: #aa0000
}

.highlight .kc {
    font-weight: bold
}

.highlight .kd {
    font-weight: bold
}

.highlight .kp {
    font-weight: bold
}

.highlight .kr {
    font-weight: bold
}

.highlight .kt {
    color: #445588;
    font-weight: bold
}

.highlight .m {
    color: #009999
}

.highlight .s {
    color: #d14
}

.highlight .na {
    color: #008080
}

.highlight .nb {
    color: #0086B3
}

.highlight .nc {
    color: #445588;
    font-weight: bold
}

.highlight .no {
    color: #008080
}

.highlight .ni {
    color: #800080
}

.highlight .ne {
    color: #990000;
    font-weight: bold
}

.highlight .nf {
    color: #990000;
    font-weight: bold
}

.highlight .nn {
    color: #555555
}

.highlight .nt {
    color: #000080
}

.highlight .nv {
    color: #008080
}

.highlight .ow {
    font-weight: bold
}

.highlight .w {
    color: #bbbbbb
}

.highlight .mf {
    color: #009999
}

.highlight .mh {
    color: #009999
}

.highlight .mi {
    color: #009999
}

.highlight .mo {
    color: #009999
}

.highlight .sb {
    color: #d14
}

.highlight .sc {
    color: #d14
}

.highlight .sd {
    color: #d14
}

.highlight .s2 {
    color: #d14
}

.highlight .se {
    color: #d14
}

.highlight .sh {
    color: #d14
}

.highlight .si {
    color: #d14
}

.highlight .sx {
    color: #d14
}

.highlight .sr {
    color: #009926
}

.highlight .s1 {
    color: #d14
}

.highlight .ss {
    color: #990073
}

.highlight .bp {
    color: #999999
}

.highlight .vc {
    color: #008080
}

.highlight .vg {
    color: #008080
}

.highlight .vi {
    color: #008080
}

.highlight .il {
    color: #009999
}

.two-col-img-r,
.two-col-img-r-3,
.two-col-img-r-2.en-nutrition,
.two-col-img-r-2.fr-nutrition,
.two-col-img-l,
.two-col-img-l-2,
.two-col,
.three-col-img-c,
.one-col-cta,
.one-col-cta.en-home,
.one-col-cta.fr-home,
.faq-wrapper.en-treatments,
.faq-wrapper.fr-treatments,
.full-width-list__wrapper,
.pat-resources.books__wrapper,
.full-width-cta-white__wrapper,
.full-width-cta-w-icons__wrapper {
    padding-top: 80px;
}

.two-col.en-dangers:last-child,
.two-col.fr-dangers:last-child,
.full-width-cta-white__wrapper.en-diagnosis,
.full-width-cta-white__wrapper.fr-diagnosis,
.virtual-library__wrapper,
.full-width-cta-w-icons__wrapper.en-prevention.section-2,
.full-width-cta-w-icons__wrapper.en-risk.section-2,
.full-width-cta-w-icons__wrapper.fr-prevention.section-2,
.full-width-cta-w-icons__wrapper.fr-risk.section-2,
.full-width-cta-w-icons__wrapper.en-exercise,
.full-width-cta-w-icons__wrapper.fr-exercise {
    padding-top: 150px;
    padding-bottom: 150px
}

.faq-wrapper.en-support,
.faq-wrapper.fr-support,
.faq-links__wrapper,
.resources__wrapper,
.risk-assessment__wrapper,
.talk-to-doc__wrapper,
.faq-content__wrapper {
    padding-top: 100px;
    padding-bottom: 100px
}

.full-width-cta__wrapper,
.full-width-cta-img-bg__wrapper {
    margin: 100px 0
}

.one-col-cta.en-home,
.one-col-cta.fr-home {
    padding-bottom: 150px
}

.screen-reader-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0 0, 0 0, 0 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    overflow: hidden !important
}

.page-content {
    margin-top: 0
}

.cta-wrapper {
    display: -ms-flexbox;
    display: flex
}

.cta-wrapper .arrow-cta {
    font-size: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 900;
    position: relative;
    color: #ec008c;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 400px) {
    .cta-wrapper .arrow-cta {
        font-size: 16px;
        font-size: .8rem
    }
}

.cta-wrapper .arrow-cta:hover {
    color: #0e1a45
}

.cta-wrapper .arrow-cta:hover .arrow-cta-icon {
    border: 2px solid #0e1a45;
    color: #0e1a45
}

.cta-wrapper .arrow-cta-icon {
    color: #ec008c;
    font-size: 16px;
    font-size: .8rem;
    border: 2px solid #ec008c;
    border-radius: 30px;
    padding: 8px 11px;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease
}

.white-arrow-cta {
    color: #fff
}

.white-arrow-cta:hover,
.white-arrow-cta:visited,
.white-arrow-cta:active {
    color: #fff
}

.blue-arrow-cta,
.blue-arrow-cta-reverse {
    color: #004864
}

.blue-arrow-cta:hover,
.blue-arrow-cta:visited,
.blue-arrow-cta:active,
.blue-arrow-cta-reverse:hover,
.blue-arrow-cta-reverse:visited,
.blue-arrow-cta-reverse:active {
    color: #004864
}

.blue-arrow-cta::after,
.blue-arrow-cta-reverse::after {
    content: ""
}

.blue-arrow-cta-reverse::before {
    content: url(../assets/img/dark-blue_arrow-reverse.svg);
    position: relative;
    transition: all 0.3s ease;
    right: 10px;
    top: 1px
}

.blue-arrow-cta-reverse:hover::after,
.blue-arrow-cta-reverse:visited::after,
.blue-arrow-cta-reverse:active::after {
    content: ""
}

.blue-arrow-cta-reverse:hover::before,
.blue-arrow-cta-reverse:visited::before,
.blue-arrow-cta-reverse:active::before {
    right: 15px
}

.bottom-mask {
    position: absolute;
    bottom: 0;
    width: 100%
}

.top-mask {
    position: absolute;
    top: 0;
    width: 100%
}

.list-item-text {
    padding-left: 30px;
    position: relative;
    margin-bottom: 0.3rem;
    text-align: left
}

.list-item-text::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: url("../assets/img/bullet.svg");
    background-repeat: no-repeat;
    top: 15px;
    left: 0
}

.list-item-text--black::before {
    background: url("../assets/img/bullet-black.svg")
}

img {
    width: 100%
}

.warning-badge {
    background: #ec008c;
    border-radius: 5px;
    text-align: center;
    padding: 1.5rem;
    margin: 60px 0 0
}

.warning-badge p {
    color: #fff;
    font-family: "hk_grotesksemibold", sans-serif;
    max-width: 800px;
    margin: 0 auto !important
}

.warning-badge--red {
    background: #c70000;
    border-radius: 5px;
    text-align: center;
    padding: 1.5rem;
    margin: 60px 0 0
}

.warning-badge--red p {
    color: #fff !important;
    font-family: "hk_grotesksemibold", sans-serif;
    max-width: 100%;
    margin: 0 auto !important
}

.warning-badge--red p span {
    display: block;
    font-weight: normal;
    text-shadow: 1px 0 0 currentColor
}

.warning-badge--border {
    background: transparent;
    border: 2px solid #ec008c
}

.warning-badge--border p {
    color: #000 !important;
    font-family: "hk_grotesklight", sans-serif
}

.mmenu-open {
    position: fixed
}

.no-scroll {
    overflow: hidden;
    padding-right: 0
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../assets/img/loader.svg") 50% 50% no-repeat;
    opacity: 1
}

.content-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: "hk_grotesklight", sans-serif;
    color: #0E1A45
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300
}

h1,
.h1 {
    font-size: 60px;
    /* font-size: 2.6rem; */
    font-size: 46px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 400px) {
    h1,
    .h1 {
        font-size: 28px;
        font-size: 1.4rem !important;
        margin-top: 0px !important;
    }
}

h2,
.h2 {
    font-size: 45px;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 32px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 400px) {
    h2,
    .h2 {
        font-size: 28px;
        font-size: 1.4rem
    }
}

.cta-h2 {
    font-size: 45px;
    font-size: 2.25rem;
    line-height: 1.2
}

@media screen and (max-width: 960px) {
    .cta-h2 {
        font-size: 40px;
        font-size: 2rem
    }
}

@media screen and (max-width: 767px) {
    .cta-h2 {
        font-size: 38px;
        font-size: 1.9rem
    }
}

@media screen and (max-width: 400px) {
    .cta-h2 {
        font-size: 30px;
        font-size: 1.5rem
    }
}

h3,
.h3 {
    font-size: 38px;
    font-size: 1.9rem
}

h4,
.h4 {
    font-size: 32px;
    font-size: 1.6rem
}

h5,
.h5 {
    font-size: 28px;
    font-size: 1.4rem
}

@media screen and (max-width: 960px) {
    h5,
    .h5 {
        font-size: 24px;
        font-size: 1.2rem
    }
}

@media screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 22px;
        font-size: 1.1rem
    }
}

@media screen and (max-width: 400px) {
    h5,
    .h5 {
        font-size: 20px;
        font-size: 1rem
    }
}

h6,
.h6 {
    font-size: 22px;
    font-size: 20px;
    line-height: 1.6;
    font-family: "hk_grotesklight", sans-serif;
    color: #A80065;
    font-family: "hk_groteskregular", sans-serif
}

@media screen and (max-width: 400px) {
    h6,
    .h6 {
        font-size: 20px;
        font-size: 1rem
    }
}

p {
    margin: 0 0 20px;
    font-family: "hk_groteskregular", sans-serif;
    font-size: 20px;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 18px;
        font-size: .9rem
    }
}

@media screen and (max-width: 400px) {
    p {
        font-size: 16px;
        font-size: .8rem
    }
}

.cta {
    font-family: "hk_grotesklight", sans-serif;
    font-size: 16px;
    font-size: .8rem;
    line-height: 1.2
}

.accordion-text {
    font-family: "hk_grotesklight", sans-serif;
    font-size: 18px;
    font-size: .9rem;
    line-height: 1.2
}

.legal-large {
    font-size: 12px;
    font-size: .6rem;
    font-family: "hk_grotesklight", sans-serif
}

.legal {
    font-size: 13px;
}

.legal-8 {
    font-size: 8px;
    font-size: .4rem;
    font-family: "hk_grotesklight", sans-serif
}

a,
ins,
u {
    text-decoration-skip: ink edges
}

abbr[title] {
    border-bottom: .05rem dotted;
    cursor: help;
    text-decoration: none
}

kbd {
    border-radius: .1rem;
    line-height: 1.2;
    padding: .1rem .2rem;
    background: #303742;
    color: #fff;
    font-size: .7rem
}

mark {
    background: #ffe9b3;
    color: #3b4351;
    border-radius: .1rem;
    padding: 0.05rem
}

blockquote {
    border-left: .1rem solid #dadee4;
    margin-left: 0;
    padding: .4rem .8rem
}

blockquote p:last-child {
    margin-bottom: 0
}

ul,
ol {
    margin: .8rem 0 .8rem .8rem;
    padding: 0
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: .8rem 0 .8rem .8rem
}

ul li,
ol li {
    margin-top: 4px;
}

ol {
    list-style: decimal inside
}

ol ol {
    list-style-type: lower-alpha
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

dl dt {
    font-weight: bold
}

dl dd {
    margin: .4rem 0 .8rem 0
}

::-moz-selection {
    background-color: #ec008c;
    color: #fff
}

::selection {
    background-color: #ec008c;
    color: #fff
}

.h1-sup {
    vertical-align: 18px;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .h1-sup {
        font-size: 12px;
        vertical-align: 10px
    }
}

@media screen and (max-width: 400px) {
    .h1-sup {
        font-size: 10px;
        vertical-align: 18px
    }
}

.title-sup {
    vertical-align: 15px;
    font-size: 17px
}

@media screen and (max-width: 767px) {
    .title-sup {
        font-size: 10px;
        vertical-align: 8px
    }
}

@media screen and (max-width: 400px) {
    .title-sup {
        font-size: 8px;
        vertical-align: 8px
    }
}

.h5-sup {
    vertical-align: 8px;
    font-size: 13px
}

.body-sup {
    vertical-align: 5px;
    font-size: 10px
}

a {
    color: #000
}

a:visited,
a:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #ec008c
}

#floating_circles_header {
    position: absolute;
    top: 120px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.3
}

#floating_circles {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    pointer-events: none;
    opacity: 0.4;
    background-size: cover
}

.hide {
    display: none !important;
    transition: all 0.5s ease
}

.show {
    display: block;
    transition: all 0.5s ease
}

.show-xsmall {
    display: none
}

@media screen and (max-width: 550px) {
    .show-xsmall {
        display: block
    }
}

.hide-xsmall {
    display: block
}

@media screen and (max-width: 400px) {
    .hide-xsmall {
        display: none
    }
}

.hide-small {
    display: block;
    color: #A30062;
}

@media screen and (max-width: 767px) {
    .hide-small {
        display: none
    }
}

.hide-med {
    display: block
}

@media screen and (max-width: 960px) {
    .hide-med {
        display: none
    }
}

.show-small {
    display: none
}

@media screen and (max-width: 767px) {
    .show-small {
        display: block
    }
}

.no-top-marg {
    margin-top: 0
}

.bm-0 {
    margin-bottom: 0
}

.no-marg {
    margin: 0
}

.bm-1 {
    margin-bottom: 1rem
}

.bm-2 {
    margin-bottom: 2rem
}

.bm-3 {
    margin-bottom: 3rem
}

.tm-1 {
    margin-top: 1rem
}

.tm-2 {
    margin-top: 2rem
}

.tm-3 {
    margin-top: 3rem
}

.no-top-pad {
    padding-top: 0
}

.no-bot-pad {
    padding-bottom: 0
}

.no-pad {
    padding: 0
}

.flipped {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    transition: all 0.3s ease
}

.rotate {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.hb-pink {
    color: #E00087;
}
#color-overwrite-o {
    color: #FF0099 !important;
}

.white {
    color: #fff
}

.black {
    color: #000
}

.green {
    color: #ec008c
}

.red {
    color: #c70000
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: normal;
    text-shadow: 1px 0 0 currentColor
}

.block {
    display: block
}

.pink-period::after {
    content: "•";
    position: relative;
    top: 5px;
    color: #ec008c
}

.underline {
    border-bottom: 2px solid #0e1a45
}

.blue-bg {
    background: #0e1a45 !important
}

.no-wrap {
    white-space: nowrap
}

#body-circles-wrapper {
    background: url("../assets/img/blood-cells-body.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

#header {
    width: 100%;
    height: 120px;
    transition: all 0.3s ease;
    font-size: 0.7rem;
    background: transparent;
    color: #000
}

@media screen and (max-width: 1200px) {
    #header {
        height: 130px
    }
}

@media screen and (max-width: 960px) {
    #header {
        height: 70px
    }
}

#header .navbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transition: all 0.3s ease
}

#header .navbar.navbar-desktop-large {
    display: -ms-flexbox;
    display: flex;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    #header .navbar.navbar-desktop-large {
        display: none
    }
}

#header .navbar.navbar-desktop-small {
    display: none
}

@media screen and (max-width: 1200px) {
    #header .navbar.navbar-desktop-small {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media screen and (max-width: 960px) {
    #header .navbar.navbar-desktop-small {
        display: none
    }
}

#header .navbar.navbar-desktop-small .top-section {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

@media screen and (max-width: 1200px) {
    #header .navbar.navbar-desktop-small .top-section {
        margin-top: 10px
    }
}

#header .navbar.navbar-desktop-small .top-section .risk-btn ul {
    list-style: none;
    margin: 0
}

#header .navbar.navbar-desktop-small .top-section .risk-btn ul li {
    margin: 0
}

#header .navbar.navbar-desktop-small .bottom-section {
    width: 100%
}

#header .navbar-section {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 auto;
    flex: 0 auto
}

#header .navbar-section.container {
    padding: 0
}

#header .navbar-section.logo {
    width: 120px
}

#header .navbar-section {
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    #header .navbar-section {
        height: 70px;
        transition: all 0.3s ease
    }
}

@media screen and (max-width: 960px) {
    #header .navbar-section {
        margin-right: 4rem;
        height: 70px
    }
}

@media screen and (max-width: 767px) {
    #header .navbar-section {
        margin-right: 4rem
    }
}

#header .navbar-section.lang {
    width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#header .navbar-section.lang .navbar-lang {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding-bottom: 2px
}

@media screen and (max-width: 960px) {
    #header .navbar-section.lang .navbar-lang {
        display: none
    }
}

#header .navbar-section.lang .navbar-lang:hover {
    border: 2px solid #FF7ACA;
    color: #FF7ACA
}

#header .navbar-section.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#header .navbar-section.logo .navbar-brand {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.carousel-background{
    background-color: #0e1a45;
}
@media screen and (max-width: 1200px) {
    #header .navbar-section.logo .navbar-brand {
        width: 120px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#header .navbar-section.logo .navbar-brand img {
    height: 60%;
    display: inherit;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    #header .navbar-section.logo .navbar-brand img {
        height: 35px;
        width: auto
    }
}

@media screen and (max-width: 960px) {
    #header .navbar-section.logo .navbar-brand img {
        height: 40px;
        width: auto;
        margin-left: 20px
    }
}

.header-fixed #header {
    position: fixed;
    top: 0;
    z-index: 999
}

body.header-fixed.header-animated {
    transition: all 0.3s ease
}

body.header-fixed.header-animated #header.scrolled {
    height: 70px;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    body.header-fixed.header-animated #header.scrolled {
        height: 130px;
        transition: all 0.3s ease
    }
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
    transition: all 0.3s ease
}

body.header-fixed.header-animated #header.scrolled .logo svg {
    width: 100px
}

body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container {
    top: 0.9rem
}

.login-status-wrapper {
    white-space: nowrap
}

.pat-dropmenu {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 960px) {
    .pat-dropmenu {
        display: none
    }
}

.pat-dropmenu .navigation {
    white-space: nowrap;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1200px) {
    .pat-dropmenu .navigation {
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
        transition: all 0.3s ease
    }
}

.pat-dropmenu .navigation .nav-item {
    position: relative;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.pat-dropmenu .navigation .nav-item:first-child>a {
    padding-left: 0
}

.pat-dropmenu .navigation .nav-item__link {
    text-decoration: none;
    padding: 0 15px;
    display: block;
    font-family: "hk_grotesksemibold", sans-serif;
    font-size: 16px;
    font-size: .8rem;
    color: #fff;
    transition: all 0.3s ease;
    margin: 0;
    line-height: 1.2;
    transition: all 0.3s ease
}

.pat-dropmenu .navigation .nav-item__link:hover {
    color: #FF7ACA;
    transition: all 0.3s ease
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td:first-child,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr th:first-child {
    width: 80%;
    padding-right: 20px;
    text-align: left;
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr th {
    padding: 20px 0 20px 0;
    color: #4A4A4A;
    font-size: 1.2rem;
    font-weight: 400;
}

.pat-dropmenu .navigation ul {
    background: #0e1a45 !important;
}

#header {
    background: #0e1a45 !important;
}

body.header-fixed.header-animated #header {
    height: 102px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px 0 rgb(74 74 74 / 20%);
}

.risk-assessment__wrapper .risk-assessment .table-content table tr th:first-child,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr th:first-child {
    padding: 10px 0 10px 0;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
}

.risk-assessment__wrapper .risk-assessment .table-content table tr th:first-child,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr th:first-child {
    width: 50%;
    padding-right: 20px;
    text-align: left;
    padding-left: 15px;
}

.faq-links-header h6 {
    color: #A30062;
}

.btn-wrapper a.btn.btn-white:hover {
    color: #ffff !important;
}

.btn-wrapper a.btn.btn-white {
    color: #E00087 !important;
    font-size: 14px;
    padding: 8px 50px;
}

main.page-content.privacy-en h6 {
    font-weight: bold;
    color: #ae0068;
}

main.page-content.privacy-en p.last a {
    color: #AE0068;
}

main.page-content.terms-of-use-en h6 {
    font-weight: bold;
    color: #AE0068;
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .outer-circle {
    stroke: #ec008c
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .cross {
    fill: #ec008c
}

.faq-wrapper .accordion-wrapper .accordion-title .alt-icon svg .expand-button .outer-circle {
    stroke: #ffffff
}

.faq-wrapper .accordion-wrapper .accordion-title .alt-icon svg .expand-button .cross {
    fill: #ffffff
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .outer-circle {
    stroke: #ec008c
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .cross {
    fill: #ec008c
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper.alt-icon svg .expand-button .outer-circle {
    stroke: #ffffff
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper.alt-icon svg .expand-button .cross {
    fill: #ffffff
}

.pat-dropmenu .navigation .nav-item__link:hover+#desktop-nav-icon1 {
    color: #ec008c;
    transition: all 0.3s ease
}

.pat-dropmenu .navigation .nav-item #desktop-nav-icon1 {
    position: relative;
    top: 0;
    right: 20px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}

.pat-dropmenu .navigation .nav-item__link:hover+#desktop-nav-icon {
    color: #ec008c;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    .pat-dropmenu .navigation .nav-item__link {
        font-size: 16px;
        font-size: .8rem
    }
}

.pat-dropmenu .navigation .nav-item__link .menu-small {
    font-size: 13px;
    display: block
}

.pat-dropmenu .navigation .nav-item #desktop-nav-icon {
    position: relative;
    top: 0;
    right: 20px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease
}

.pat-dropmenu .navigation .nav-item .sub-nav {
    border-radius: 0 0 25px 25px;
    top: 52px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
    font-weight: 300;
    transition: all 0.3s ease;
    padding: 20px;
    left: -35px
}

@media screen and (max-width: 1200px) {
    .pat-dropmenu .navigation .nav-item .sub-nav {
        top: 53px
    }
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item {
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
    font-size: .8rem
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item:first-child {
    padding-top: 0
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item__link {
    padding: 0;
    margin: 0;
    color: #ffffff
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item__link:hover {
    color: #FF7ACA;
    text-decoration: none
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item__link:before {
    content: ""
}

.pat-dropmenu .navigation .nav-item .sub-nav .sub-nav-item:last-child {
    border-bottom: none
}

.pat-dropmenu .navigation .nav-item:hover>ul {
    display: block;
    visibility: visible
}

.pat-dropmenu .navigation .nav-item.nav-item__button {
    position: relative
}

.pat-dropmenu .navigation .has-sub {
    padding-right: 30px
}

.pat-dropmenu .navigation ul li a:before {
    content: "\f105"
}

.pat-dropmenu .navigation ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #0e1a45;
    visibility: hidden
}

.pat-dropmenu .navigation ul ul {
    position: absolute;
    left: 100%;
    top: 0
}

.pat-dropmenu>ul>li {
    display: inline-block
}

.pat-dropmenu.animated ul li {
    transition: background 0.7s, color 0.5s
}

.pat-dropmenu.animated ul li:hover>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pat-dropmenu.animated ul ul {
    transition: -webkit-transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blue-bg {
    background: #0e1a45 !important;
}

body.mmenu-open #header .navbar {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

body.header-fixed.header-animated {
    transition: all 0.3s ease
}

body.header-fixed.header-animated #header .navbar-section {
    height: 100px;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    body.header-fixed.header-animated #header .navbar-section {
        height: 70px;
        transition: all 0.3s ease
    }
}

@media screen and (max-width: 960px) {
    body.header-fixed.header-animated #header .navbar-section {
        height: 70px;
        transition: all 0.3s ease
    }
}

body.header-fixed.header-animated #header {
    height: 70px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px 0 rgba(74, 74, 74, 0.2)
}

@media screen and (max-width: 1200px) {
    body.header-fixed.header-animated #header.scrolled {
        height: 130px;
        transition: all 0.3s ease
    }
}

@media screen and (max-width: 960px) {
    body.header-fixed.header-animated #header.scrolled {
        height: 70px;
        transition: all 0.3s ease
    }
}

body.header-fixed.header-animated #header .navbar-section {
    height: 70px;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    body.header-fixed.header-animated #header.scrolled .navbar-section {
        height: 70px;
        transition: all 0.3s ease
    }
}

#header {
    background: transparent
}

#header.scrolled {
    background: #0e1a45
}

#header.scrolled .navbar .sub-nav {
    background: #0e1a45;
    top: 53px
}

#header .navbar .sub-nav {
    background: transparent;
    background: linear-gradient(to bottom, rgba(14, 26, 69, 0) 0%, #0e1a45 76%, #0e1a45 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000e1a45', endColorstr='#0e1a45', GradientType=0)
}

#header .active {
    color: #fff !important
}

.fr-faq-content #header .navbar .sub-nav,
.en-faq-content #header .navbar .sub-nav,
.en-faq-landing #header .navbar .sub-nav,
.fr-faq-landing #header .navbar .sub-nav,
.en-talk #header .navbar .sub-nav,
.fr-talk #header .navbar .sub-nav,
.fr-risk-assessment #header .navbar .sub-nav,
.en-risk-assessment #header .navbar .sub-nav,
.en-resources #header .navbar .sub-nav,
.fr-resources #header .navbar .sub-nav,
.en-support #header .navbar .sub-nav,
.fr-support #header .navbar .sub-nav {
    background: #0e1a45
}

.mobile-container {
    top: 40%;
    left: 0;
    margin: 0 auto;
    z-index: 2
}

.mobile-logo svg {
    max-width: 150px;
    margin-top: 0.7rem;
    margin-left: 1.4rem
}

.mobile-logo svg path {
    fill: #ccc
}

.mobile-menu {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 300;
    background: #0e1a45;
    padding: 0 30px
}

@media screen and (max-width: 960px) {
    .mobile-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 400px) {
    .mobile-menu {
        padding: 0 20px
    }
}

.header-fixed .mobile-menu {
    position: fixed
}

.mobile-menu .logo-wrapper {
    max-width: 40px
}

@media screen and (max-width: 400px) {
    .mobile-menu .risk-btn .btn-wrapper .nav-btn {
        height: 30px;
        padding: 0 1rem
    }
}

.mobile-menu .burger-wrapper {
    width: 30px;
    height: 23px;
    position: relative;
    cursor: pointer;
    display: none
}

@media screen and (max-width: 960px) {
    .mobile-menu .burger-wrapper {
        display: block
    }
}

@media screen and (max-width: 1000px) {
    .mobile-menu .button_container {
        top: 1.2rem
    }
}

.mobile-menu .button_container.active .top {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.mobile-menu .button_container.active .middle {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.mobile-menu .button_container.active .bottom {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.mobile-menu .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 2px
}

.mobile-menu .button_container span:nth-of-type(2) {
    top: 10px
}

.mobile-menu .button_container span:nth-of-type(3) {
    top: 20px
}

@media screen and (max-width: 400px) {
    .lang-fr .mobile-menu {
        padding: 0 10px
    }
}

.mmenu-nav {
    background-color: #fff;
    right: 0;
    position: absolute;
    top: 70px;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 600;
    padding: 30px;
    overflow-x: hidden
}

@media screen and (max-width: 400px) {
    .mmenu-nav {
        padding: 15px
    }
}

.mmenu-nav.is-pushed {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
}

@media screen and (max-width: 400px) {
    .mmenu-nav.is-pushed {
        padding: 15px
    }
}

.mmenu-nav .mmenu-nav__level {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    outline: none
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list:focus,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list:visited,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list:active {
    outline: none
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item {
    border-bottom: 1px solid #F0EDEE;
    margin: 0;
    padding: 20px 0 20px 10px;
    background: #fff;
    z-index: 300
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item:focus,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item:visited,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item:active {
    outline: none
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item {
        padding: 20px 0
    }
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item .mmenu-nav__link {
    color: #0e1a45;
    font-size: 20px;
    font-size: 1rem;
    display: block
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item .mmenu-nav__link:hover {
    color: #ec008c
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item .mmenu-nav__link {
        font-size: 18px;
        font-size: .9rem
    }
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item .mmenu-nav__level {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background: tomato
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link {
    color: #0e1a45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link:hover {
    color: #ec008c
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link:focus,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link:visited,
.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link:active {
    outline: none
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link::after {
    content: "";
    width: 12px;
    height: 15px;
    background: url(../assets/img/chevron-no-circle-right.svg) center no-repeat;
    display: inline-block;
    position: absolute;
    right: 40px;
    padding-top: 30px
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link::after {
        right: 20px
    }
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__link .no-c-right-chevron {
    width: 15px;
    right: 0
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    padding: 30px
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel {
        padding: 15px
    }
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .back-btn-wrap {
    padding: 20px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #F0EDEE;
    cursor: pointer
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .back-btn-wrap .mmenu-nav__close {
    padding-left: 0;
    color: #0e1a45;
    font-size: 20px;
    font-size: 1rem;
    display: block
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .back-btn-wrap .mmenu-nav__close:hover {
    color: #ec008c
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .back-btn-wrap .mmenu-nav__close {
        font-size: 18px;
        font-size: .9rem
    }
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .back-btn-wrap .mmenu-nav__close::before {
    content: "";
    background: url(../assets/img/chevron-no-circle-left.svg) center no-repeat;
    width: 12px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 30px
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .mmenu-nav__list {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .mmenu-nav__list .sub-list .mmenu-nav__link {
    display: block
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel .mmenu-nav__list .sub-list .mmenu-nav__link::after {
    content: "";
    background: none
}

.mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel.is-active {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 30px;
    z-index: 1;
    height: calc(100% + 200px)
}

@media screen and (max-width: 400px) {
    .mmenu-nav .mmenu-nav__level .mmenu-nav__list .mmenu-nav__item.is-parent .mmenu-nav__sublevel.is-active {
        padding: 15px
    }
}

.mmenu-nav .mmenu-nav__level .lang-selector {
    width: 40px;
    margin: 36px auto 100px
}

footer {
    background: #0e1a45;
    padding: 80px 20px;
    position: relative;
    z-index: 100
}

@media screen and (max-width: 400px) {
    footer {
        padding: 80px 0
    }
}

footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    body.header-fixed.header-animated #header {
        height: 0;
    }
    footer .footer-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

footer .footer-info__left {
    width: 48%
}

@media screen and (max-width: 767px) {
    footer .footer-info__left {
        width: 100%
    }
}

footer .footer-info__left__logo {
    margin-bottom: 30px
}

footer .footer-info__left__logo img {
    max-width: 350px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    footer .footer-info__left__logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

footer .footer-info__left__text p {
    color: #fff;
    margin: 0
}

footer .footer-info__right {
    width: 48%
}

@media screen and (max-width: 767px) {
    footer .footer-info__right {
        width: 100%
    }
}

footer .footer-info__right__general {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 400px) {
    footer .footer-info__right__general {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer-info__right__general .left,
footer .footer-info__right__general .right {
    width: 48%
}

footer .footer-info__right__general .left .title,
footer .footer-info__right__general .right .title {
    color: #fff;
    font-size: 16px;
    font-size: .8rem;
    font-family: "hk_grotesksemibold", sans-serif;
    margin-bottom: 0.8rem
}

footer .footer-info__right__general .left .text,
footer .footer-info__right__general .right .text {
    display: block;
    color: #fff;
    font-size: 14px;
    font-size: .7rem;
    margin-bottom: 0.3rem
}

footer .footer-info__right__general .left .text:hover,
footer .footer-info__right__general .right .text:hover {
    color: #FF7ACA;
}

footer .footer-info__right__general .left {
    text-align: right;
    padding-right: 20px
}

@media screen and (max-width: 400px) {
    footer .footer-info__right__general .left {
        width: 100%;
        text-align: left;
        padding: 0 0 1rem
    }
}

footer .footer-info__right__general .right {
    width: 48%;
    text-align: right
}

@media screen and (max-width: 767px) {
    footer .footer-info__right__general .right {
        text-align: left;
        padding-left: 20px
    }
}

@media screen and (max-width: 400px) {
    footer .footer-info__right__general .right {
        width: 100%;
        padding: 0
    }
}

footer .footer-info__right .footer-info__right__text {
    margin-top: 2rem
}

@media screen and (max-width: 767px) {
    footer .footer-info__right .footer-info__right__text {
        text-align: center
    }
}

@media screen and (max-width: 400px) {
    footer .footer-info__right .footer-info__right__text {
        margin-top: 1rem;
        text-align: left
    }
}

footer .footer-info__right .footer-info__right__text p {
    color: #fff
}

footer .footer-legal {
    margin-top: 2rem;
    border-top: 1px solid #979797;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    footer .footer-legal {
        margin: 0.5rem
    }
}

@media screen and (max-width: 420px) {
    footer .footer-legal {
        margin-top: 0.5rem;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

footer .footer-legal .left {
    margin-top: 2rem;
    /*width: 50%;*/
    width: 45%;
}

@media screen and (max-width: 767px) {
    footer .footer-legal .left {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
        margin-top: 2rem
    }
}

@media screen and (max-width: 420px) {
    footer .footer-legal .left {
        margin: 0
    }
}

footer .footer-legal .right {
    margin-top: 2rem;
    /*width: 50%;*/
    width: 55%;
    text-align: right
}

@media screen and (max-width: 767px) {
    footer .footer-legal .right {
        width: 100%;
        text-align: center;
        margin: 0
    }
}

@media screen and (max-width: 420px) {
    footer .footer-legal .right {
        margin: 1.5rem 0 0.5rem
    }
}

footer .footer-legal p span {
    padding: 0 10px;
    color: #fff
}

@media screen and (max-width: 420px) {
    footer .footer-legal p span {
        display: none
    }
}

footer .footer-legal p a {
    color: #fff
}

@media screen and (max-width: 420px) {
    footer .footer-legal p a {
        display: block;
        margin-bottom: 10px
    }
}

footer .footer-legal p a:hover {
    color: #FF7ACA;
}

.text-cta {
    font-size: 16px;
    font-size: .8rem;
    font-weight: bold
}

#site-leave-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

#site-leave-modal .content {
    width: 100%;
    max-width: 550px;
    background: #ec008c;
    height: 400px;
    padding: 40px;
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 250
}

@media screen and (max-width: 600px) {
    #site-leave-modal .content {
        height: 100%;
        max-width: 100%
    }
}

#site-leave-modal .content .close-btn {
    cursor: pointer;
    position: absolute;
    z-index: 300;
    right: 20px;
    top: 20px
}

#site-leave-modal .content .close-btn i {
    font-size: 22px;
    font-size: 1.1rem;
    color: #fff
}

#site-leave-modal .content .title {
    font-family: "hk_grotesksemibold", sans-serif;
    font-size: 22px;
    font-size: 1.1rem;
    color: #fff
}

#site-leave-modal .content .text {
    color: #fff;
    font-size: 18px;
    font-size: .9rem
}

#site-leave-modal .content .btn-wrapper {
    margin: 1rem auto 0;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#site-leave-modal .content .btn-wrapper a {
    color: #fff;
    font-family: "hk_grotesksemibold", sans-serif
}

#site-leave-modal .content .btn-wrapper a:hover {
    text-decoration: underline
}

.hb-carousel {
    position: fixed;
    opacity: 1;
    z-index: 9999;
    width: 100%;
    left: 50%;
    top: calc(50% + 30px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 500px;
    height: 500px;
    padding: 0
}

@media screen and (max-width: 1200px) {
    .hb-carousel {
        top: calc(50% + 70px)
    }
}

@media screen and (max-width: 960px) {
    .hb-carousel {
        top: calc(50% + 30px);
        height: calc(100vh - 70px);
        min-height: 0;
        max-height: 500px
    }
}

@media screen and (max-width: 767px) {
    .hb-carousel {
        padding: 0;
        left: 0;
        top: 70px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: calc(100% - 70px);
        width: 100%;
        max-height: 100%
    }
}

.hb-carousel .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px
}

@media screen and (max-width: 1116px) {
    .hb-carousel .close-btn {
        right: 50px
    }
}

@media screen and (max-width: 767px) {
    .hb-carousel .close-btn {
        right: 20px
    }
}

.hb-carousel .close-btn svg {
    width: 50px
}

@media screen and (max-width: 767px) {
    .hb-carousel .close-btn svg {
        width: 25px
    }
}

.hb-carousel .close-btn svg:hover .outer-circle {
    stroke: #ec008c;
    transition: all 0.3s ease
}

.hb-carousel .close-btn svg:hover #inner-x {
    fill: #ec008c;
    stroke: #ec008c;
    transition: all 0.3s ease
}

.hb-carousel .flickity-prev-next-button {
    border-radius: 0;
    color: #fff
}

.hb-carousel .flickity-prev-next-button:hover {
    color: #ec008c
}

.hb-carousel .flickity-prev-next-button.previous {
    background-position: left !important;
    text-align: left;
    width: 200px
}

@media screen and (max-width: 960px) {
    .hb-carousel .flickity-prev-next-button.previous {
        margin-bottom: 0;
        max-width: 130px;
        width: inherit
    }
}

.hb-carousel .flickity-prev-next-button.previous span {
    padding-left: 70px
}

.hb-carousel .flickity-prev-next-button.next {
    background-position: right !important;
    text-align: right;
    width: 200px
}

@media screen and (max-width: 960px) {
    .hb-carousel .flickity-prev-next-button.next {
        margin-bottom: 0;
        max-width: 130px;
        width: inherit
    }
}

.hb-carousel .flickity-prev-next-button.next span {
    padding-right: 70px
}

@media screen and (max-width: 400px) {
    .hb-carousel .flickity-prev-next-button.next .next {
        display: none
    }
}

.hb-carousel .nav-text {
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 200px;
    bottom: 60px
}

.hb-carousel .nav-text p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-size: .6rem
}

.hb-carousel .nav-text .left {
    bottom: 0
}

.hb-carousel .carousel-content-wrapper {
    width: 100%;
    height: 100%
}

.hb-carousel .carousel-content-wrapper .carousel-content {
    background: #313b5f;
    width: 100%;
    height: 100%;
    padding: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 500px) {
    .hb-carousel .carousel-content-wrapper .carousel-content {
        padding: 30px
    }
}

@media screen and (max-width: 400px) {
    .hb-carousel .carousel-content-wrapper .carousel-content {
        display: block;
        padding-top: 60px
    }
}

.hb-carousel .carousel-content-wrapper .carousel-content .left {
    width: 25%
}

@media screen and (max-width: 960px) {
    .hb-carousel .carousel-content-wrapper .carousel-content .left {
        display: none
    }
}

.hb-carousel .carousel-content-wrapper .carousel-content .left .img-wrapper {
    width: 100%;
    text-align: center
}

.hb-carousel .carousel-content-wrapper .carousel-content .left .img-wrapper img {
    max-width: 100px
}

.hb-carousel .carousel-content-wrapper .carousel-content .right {
    width: 75%
}

@media screen and (max-width: 960px) {
    .hb-carousel .carousel-content-wrapper .carousel-content .right {
        width: 100%
    }
}

.hb-carousel .carousel-content-wrapper .carousel-content .right h5 {
    color: #fff
}

.hb-carousel .carousel-content-wrapper .carousel-content .right h5 i {
    padding-left: 10px;
    font-size: 12px
}

.hb-carousel .carousel-content-wrapper .carousel-content .right p {
    color: #fff
}

.hb-carousel .carousel-content-wrapper .carousel-content .right p a {
    color: #fff;
    text-decoration: underline
}

.hb-carousel .carousel-content-wrapper .carousel-content .right p a:hover {
    color: #ec008c
}

@media screen and (max-width: 960px) {
    .hb-carousel .carousel-content-wrapper .carousel-content .right p {
        font-size: 18px;
        font-size: .9rem
    }
}

@media screen and (max-width: 400px) {
    .hb-carousel .carousel-content-wrapper .carousel-content .right p {
        font-size: 15px;
        font-size: .75rem;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .hb-carousel.grid-mdlg {
        padding: 0
    }
}

@media screen and (max-width: 1200px) {
    .fr-prevention .hb-carousel .carousel-content-wrapper .carousel-content .left {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .fr-prevention .hb-carousel .carousel-content-wrapper .carousel-content .right {
        width: 100%
    }
}

.flickity-prev-next-button {
    position: absolute
}

.flickity-button-icon {
    display: none
}

.flickity-prev-next-button {
    top: auto;
    bottom: 30px
}

.flickity-prev-next-button.previous {
    background: url("../assets/img/chevron_left.svg") center no-repeat;
    width: 50px;
    height: 50px;
    left: 10%;
    transition: all 0.3s ease
}

@media screen and (max-width: 767px) {
    .flickity-prev-next-button.previous {
        width: 30px;
        height: 30px
    }
}

.flickity-prev-next-button.previous:hover {
    background: url("../assets/img/chevron_left_pink.svg") center no-repeat
}

.flickity-prev-next-button.next {
    background: url("../assets/img/chevron_right.svg") center no-repeat;
    width: 50px;
    height: 50px;
    right: 10%;
    transition: all 0.3s ease
}

@media screen and (max-width: 767px) {
    .flickity-prev-next-button.next {
        width: 30px;
        height: 30px
    }
}

.flickity-prev-next-button.next:hover {
    background: url("../assets/img/chevron_right_pink.svg") center no-repeat
}

.flickity-page-dots .dot {
    background: transparent;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
    opacity: 1;
    transition: all 0.3s ease
}

.flickity-page-dots .dot.is-selected {
    background: #ec008c;
    border: 2px solid #ec008c;
    width: 13px;
    height: 13px
}

.page-hero {
    position: relative;
    height: 100vh;
    min-height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding-top: 0;
    z-index: 102;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .page-hero {
        padding-top: 60px;
        justify-content: flex-start;
    }
}

.page-hero .header-circles-wrapper {
    background: url("../assets/img/blood-cells-header.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.35
}

.page-hero__content {
    z-index: 102
}

.page-hero__content__title,
.page-hero__content__subtitle {
    color: #fff;
    text-align: center;
    /* max-width: 90%; */
    margin: 0 auto 15px;
}

.page-hero__content__subtitle {
    margin-bottom: 2rem
}

@media screen and (max-width: 400px) {
    .page-hero__content__subtitle {
        margin-bottom: 1rem
    }
}

.page-hero__content p span {
    font-family: 'hk_groteskbold';
}

.page-hero__content p.btm-txt {
    font-size: 23px;
    line-height: 1.3;
}

.page-hero__content p {
    color: #fff;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 20px;
}

.page-hero__content p a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 400px) {
    .page-hero__content p {
        line-height: 1.2
    }
}

.page-hero__content .btn-wrapper {
    margin-top: 3rem
}

@media screen and (max-width: 767px) {
    .page-hero__content .btn-wrapper {
        margin-top: 1rem
    }
}

.page-hero__content .icon-down-wrapper {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 5%
}

@media screen and (max-width: 767px) {
    .page-hero__content .icon-down-wrapper {
        position: relative;
        margin: 30px auto 0;
        left: 0
    }
}

.page-hero__content .icon-down-wrapper img {
    max-width: 50px
}

@media screen and (max-width: 767px) {
    .page-hero__content .icon-down-wrapper img {
        max-width: 30px
    }
}

.page-hero.en-home .page-hero__content__title,
.page-hero.fr-home .page-hero__content__title {
    font-size: 90px;
    /* font-size: 50px; */
    font-size: 46px !important;
}

@media screen and (max-width: 960px) {
    .page-hero.en-home .page-hero__content__title,
    .page-hero.fr-home .page-hero__content__title {
        font-size: 60px;
        font-size: 3rem
    }
}

@media screen and (max-width: 500px) {
    .page-hero.en-home .page-hero__content__title,
    .page-hero.fr-home .page-hero__content__title {
        font-size: 40px;
        font-size: 2rem
    }
}

@media screen and (max-width: 400px) {
    .page-hero.en-home .page-hero__content__title,
    .page-hero.fr-home .page-hero__content__title {
        font-size: 30px;
        font-size: 1.5rem
    }
}

.page-hero.en-home .page-hero__content__title i,
.page-hero.fr-home .page-hero__content__title i {
    font-size: 18px;
    font-size: .9rem;
    padding-left: 10px;
    color: #ec008c
}

@media screen and (max-width: 960px) {
    .page-hero.en-home .page-hero__content__title i,
    .page-hero.fr-home .page-hero__content__title i {
        font-size: 11px;
        font-size: .55rem
    }
}

.page-hero.en-home .page-hero__content p,
.page-hero.fr-home .page-hero__content p {
    color: #fff;
    text-align: center;
    max-width: 100%
}

.page-hero.en-home .page-hero__content .btn-wrapper,
.page-hero.fr-home .page-hero__content .btn-wrapper {
    margin-top: 3rem
}

@media screen and (max-width: 767px) {
    .page-hero.en-home .page-hero__content .btn-wrapper,
    .page-hero.fr-home .page-hero__content .btn-wrapper {
        margin-top: 3rem
    }
}

.page-hero.en-home .page-hero__content .img-wrapper,
.page-hero.fr-home .page-hero__content .img-wrapper {
    margin: 0 auto;
    max-width: 575px
}

.page-hero.en-dangers .page-hero__content__text {
    margin-bottom: 5rem
}

.two-col-img-r,
.two-col-img-r-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 102
}

@media screen and (max-width: 1024px) {
    .two-col-img-r,
    .two-col-img-r-3 {
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-r,
    .two-col-img-r-3 {
        padding-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.two-col-img-r__left,
.two-col-img-r-3__left {
    position: relative;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .two-col-img-r__left,
    .two-col-img-r-3__left {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-r__left,
    .two-col-img-r-3__left {
        width: 100%;
        padding-right: 0;
        padding: 0
    }
}

.two-col-img-r__left .content,
.two-col-img-r-3__left .content {
    position: relative;
    margin-left: auto;
    background: #0e1a45;
    right: -60px;
    z-index: 100;
    max-width: 90%;
    padding: 60px 30px 60px 40px;
}

@media screen and (max-width: 1024px) {
    .two-col-img-r__left .content,
    .two-col-img-r-3__left .content {
        width: 100%;
        max-width: 100%;
        right: 0;
        height: 100%;
        right: 0
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-r__left .content,
    .two-col-img-r-3__left .content {
        position: relative;
        padding: 30px
    }
}

.two-col-img-r__left .content h2,
.two-col-img-r__left .content p,
.two-col-img-r__left .content ul,
.two-col-img-r__left .content li,
.two-col-img-r-3__left .content h2,
.two-col-img-r-3__left .content p,
.two-col-img-r-3__left .content ul,
.two-col-img-r-3__left .content li {
    color: #fff;
}

.two-col-img-r__left .content ul li,
.two-col-img-r-3__left .content ul li {
    list-style: none;
    font-size: 18px;
    font-size: 16px;
}

.two-col-img-r__left .content ul li:before,
.two-col-img-r-3__left .content ul li:before {
    content: "\2022";
    /* color: #ec008c; */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: -1em; */
}

.two-col-img-r__right,
.two-col-img-r-3__right {
    width: 50%;
    height: 800px;
    position: relative
}

@media screen and (max-width: 767px) {
    .two-col-img-r__right,
    .two-col-img-r-3__right {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
        height: 350px
    }
}

@media screen and (max-width: 400px) {
    .two-col-img-r__right,
    .two-col-img-r-3__right {
        height: 300px
    }
}

.two-col-img-r__right .img-wrapper,
.two-col-img-r-3__right .img-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    top: 0;
    left: -100px
}

@media screen and (max-width: 1400px) {
    .two-col-img-r__right .img-wrapper,
    .two-col-img-r-3__right .img-wrapper {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-r__right .img-wrapper,
    .two-col-img-r-3__right .img-wrapper {
        position: relative
    }
}

.two-col-img-r-2.en-nutrition,
.two-col-img-r-2.fr-nutrition {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition,
    .two-col-img-r-2.fr-nutrition {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.two-col-img-r-2.en-nutrition .two-col-img-r-2__left,
.two-col-img-r-2.fr-nutrition .two-col-img-r-2__left {
    width: 50%;
    padding-right: 50px
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition .two-col-img-r-2__left,
    .two-col-img-r-2.fr-nutrition .two-col-img-r-2__left {
        width: 100%;
        padding-right: 0
    }
}

@media screen and (min-width: 1440px) {
    .two-col-img-r-2.en-nutrition .two-col-img-r-2__left .content,
    .two-col-img-r-2.fr-nutrition .two-col-img-r-2__left .content {
        max-width: 800px;
        padding-right: 100px
    }
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition .two-col-img-r-2__left .content,
    .two-col-img-r-2.fr-nutrition .two-col-img-r-2__left .content {
        max-width: 100%;
        margin-left: 0
    }
}

.two-col-img-r-2.en-nutrition .two-col-img-r-2__left .content .title i,
.two-col-img-r-2.fr-nutrition .two-col-img-r-2__left .content .title i {
    font-size: 10px;
    font-size: .5rem;
    padding-left: 10px
}

.two-col-img-r-2.en-nutrition .two-col-img-r-2__right,
.two-col-img-r-2.fr-nutrition .two-col-img-r-2__right {
    width: 50%;
    position: relative
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition .two-col-img-r-2__right,
    .two-col-img-r-2.fr-nutrition .two-col-img-r-2__right {
        width: 100%
    }
}

.two-col-img-r-2.en-nutrition .two-col-img-r-2__right .img-wrapper,
.two-col-img-r-2.fr-nutrition .two-col-img-r-2__right .img-wrapper {
    top: 0;
    z-index: -1
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition .two-col-img-r-2__right .img-wrapper,
    .two-col-img-r-2.fr-nutrition .two-col-img-r-2__right .img-wrapper {
        margin: 0 auto;
        max-width: 500px
    }
}

.two-col-img-r-2.en-nutrition .two-col-img-r-2__right .img-wrapper img,
.two-col-img-r-2.fr-nutrition .two-col-img-r-2__right .img-wrapper img {
    width: 100%
}

.two-col-img-r-2.en-nutrition .faq-wrapper,
.two-col-img-r-2.fr-nutrition .faq-wrapper {
    width: 100%;
    margin: 3rem auto 0
}

@media screen and (max-width: 767px) {
    .two-col-img-r-2.en-nutrition .faq-wrapper,
    .two-col-img-r-2.fr-nutrition .faq-wrapper {
        padding: 0
    }
}

.two-col-img-r-2.en-nutrition.section-3,
.two-col-img-r-2.fr-nutrition.section-3 {
    padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
    .two-col-img-r-2.en-nutrition.section-2,
    .two-col-img-r-2.fr-nutrition.section-2 {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-r-2.en-nutrition.section-2,
    .two-col-img-r-2.fr-nutrition.section-2 {
        padding-bottom: 60px
    }
}

.two-col-img-l,
.two-col-img-l-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 102
}

@media screen and (max-width: 1024px) {
    .two-col-img-l,
    .two-col-img-l-2 {
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-l,
    .two-col-img-l-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.two-col-img-l__right,
.two-col-img-l-2__right {
    position: relative;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .two-col-img-l__right,
    .two-col-img-l-2__right {
        width: 100%;
        padding: 0
    }
}

.two-col-img-l__right .content,
.two-col-img-l-2__right .content {
    position: relative;
    margin-left: auto;
    background: #0e1a45;
    padding: 60px 30px 60px 40px;
    right: 120px;
    z-index: 100;
    max-width: 92%;
}

@media screen and (max-width: 1024px) {
    .two-col-img-l__right .content,
    .two-col-img-l-2__right .content {
        width: 100%;
        max-width: 100%;
        right: 0;
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-l__right .content,
    .two-col-img-l-2__right .content {
        position: relative;
        padding: 30px;
        left: 0
    }
}

.two-col-img-l__right .content h2,
.two-col-img-l__right .content p,
.two-col-img-l-2__right .content h2,
.two-col-img-l-2__right .content p {
    color: #fff
}

.two-col-img-l__right .content ul li,
.two-col-img-l-2__right .content ul li {
    list-style: none;
    font-size: 18px;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}

.two-col-img-l__right .content ul li:before,
.two-col-img-l-2__right .content ul li:before {
    content: "\2022";
    /* color: #ec008c; */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
}

.two-col-img-l__left,
.two-col-img-l-2__left {
    width: 50%;
    height: 800px;
    position: relative
}

@media screen and (max-width: 767px) {
    .two-col-img-l__left,
    .two-col-img-l-2__left {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
        height: 350px
    }
}

@media screen and (max-width: 400px) {
    .two-col-img-l__left,
    .two-col-img-l-2__left {
        height: 300px
    }
}

.two-col-img-l__left .img-wrapper,
.two-col-img-l-2__left .img-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: -100px
}

@media screen and (max-width: 1400px) {
    .two-col-img-l__left .img-wrapper,
    .two-col-img-l-2__left .img-wrapper {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .two-col-img-l__left .img-wrapper,
    .two-col-img-l-2__left .img-wrapper {
        position: relative
    }
}

.two-col {
    position: relative;
    z-index: 102
}

.two-col__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .two-col__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.two-col__content__left,
.two-col__content__right {
    width: 50%
}

@media screen and (max-width: 767px) {
    .two-col__content__left,
    .two-col__content__right {
        width: 100%
    }
}

.two-col__content__left .content .img-wrapper,
.two-col__content__right .content .img-wrapper {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .two-col__content__left .content .img-wrapper img,
    .two-col__content__right .content .img-wrapper img {
        max-width: 60%
    }
}

@media screen and (max-width: 767px) {
    .two-col__content__left .content .img-wrapper img,
    .two-col__content__right .content .img-wrapper img {
        max-width: 40%
    }
}

.two-col__content__left {
    text-align: right;
    padding-right: 60px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .two-col__content__left {
        padding: 0;
        text-align: center
    }
}

.two-col__content__left .content h2 {
    font-family: "hk_groteskbold", sans-serif;
    font-size: 54px;
    font-size: 2.7rem
}

@media screen and (max-width: 1200px) {
    .two-col__content__left .content h2 {
        font-size: 44px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 767px) {
    .two-col__content__left .content h2 {
        text-align: left;
        font-size: 38px;
        font-size: 1.9rem
    }
}

@media screen and (max-width: 400px) {
    .two-col__content__left .content h2 {
        font-size: 32px;
        font-size: 1.6rem
    }
}

.two-col__content__right {
    border-left: 2px solid #0e1a45;
    text-align: left
}

@media screen and (max-width: 767px) {
    .two-col__content__right {
        border-left: none;
        margin-top: 1rem
    }
}

.two-col__content__right .content {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .two-col__content__right .content {
        padding: 0
    }
}

.two-col__content__right .content .title {
    text-align: left;
    font-size: 35px;
    margin-bottom: 12px;
}

@media screen and (max-width: 400px) {
    .two-col__content__right .content .title {
        font-size: 30px;
        font-size: 1.5rem
    }
}

.two-col.fr-dangers .two-col__content__left .content h2 {
    font-size: 42px;
    font-size: 2.1rem
}

@media screen and (max-width: 1200px) {
    .two-col.fr-dangers .two-col__content__left .content h2 {
        font-size: 38px;
        font-size: 1.9rem
    }
}

@media screen and (max-width: 767px) {
    .two-col.fr-dangers .two-col__content__left .content h2 {
        text-align: left;
        font-size: 32px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 400px) {
    .two-col.fr-dangers .two-col__content__left .content h2 {
        font-size: 28px;
        font-size: 1.4rem
    }
}

.three-col-img-c__title,
.three-col-img-c__subtitle {
    text-align: center
}

.three-col-img-c__content {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .three-col-img-c__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.three-col-img-c__content__left,
.three-col-img-c__content__centre,
.three-col-img-c__content__right {
    width: 30%
}

@media screen and (max-width: 767px) {
    .three-col-img-c__content__left,
    .three-col-img-c__content__centre,
    .three-col-img-c__content__right {
        width: 100%
    }
}

.three-col-img-c__content__left img,
.three-col-img-c__content__centre img,
.three-col-img-c__content__right img {
    width: 100%
}

.three-col-img-c__content__left {
    text-align: right
}

@media screen and (max-width: 767px) {
    .three-col-img-c__content__left {
        text-align: left
    }
}

@media screen and (max-width: 400px) {
    .three-col-img-c__content__left {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c__content__centre {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c__content__right {
        text-align: right;
        margin-top: 20px
    }
}

@media screen and (max-width: 400px) {
    .three-col-img-c__content__right {
        text-align: center
    }
}

.three-col-img-c.pat-about-osteo .three-col-img-c__content__left,
.three-col-img-c.pat-about-osteo .three-col-img-c__content__centre,
.three-col-img-c.pat-about-osteo .three-col-img-c__content__right {
    width: 30%
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__left,
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__centre,
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__right {
        width: 100%
    }
}

.three-col-img-c.pat-about-osteo .three-col-img-c__content__left {
    text-align: right
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__left {
        text-align: left
    }
}

@media screen and (max-width: 400px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__left {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__center {
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__center .img-wrapper {
        width: 100%
    }
}

.three-col-img-c.pat-about-osteo .three-col-img-c__content__center .img-wrapper img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__center .img-wrapper img {
        max-width: 300px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (max-width: 400px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__center .img-wrapper img {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__right {
        text-align: right;
        margin-top: 20px
    }
}

@media screen and (max-width: 400px) {
    .three-col-img-c.pat-about-osteo .three-col-img-c__content__right {
        text-align: center
    }
}

.three-col-img-c.pat-exercise .three-col-img-c__content {
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-exercise .three-col-img-c__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.three-col-img-c.pat-exercise .three-col-img-c__content__left,
.three-col-img-c.pat-exercise .three-col-img-c__content__right,
.three-col-img-c.pat-exercise .three-col-img-c__content__center {
    width: 30%
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-exercise .three-col-img-c__content__left,
    .three-col-img-c.pat-exercise .three-col-img-c__content__right,
    .three-col-img-c.pat-exercise .three-col-img-c__content__center {
        width: 100%
    }
}

.three-col-img-c.pat-exercise .three-col-img-c__content__left .img-wrapper,
.three-col-img-c.pat-exercise .three-col-img-c__content__right .img-wrapper,
.three-col-img-c.pat-exercise .three-col-img-c__content__center .img-wrapper {
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
    .three-col-img-c.pat-exercise .three-col-img-c__content__left .img-wrapper,
    .three-col-img-c.pat-exercise .three-col-img-c__content__right .img-wrapper,
    .three-col-img-c.pat-exercise .three-col-img-c__content__center .img-wrapper {
        height: 100%
    }
}

.three-col-img-c.pat-exercise .three-col-img-c__content__left p,
.three-col-img-c.pat-exercise .three-col-img-c__content__right p,
.three-col-img-c.pat-exercise .three-col-img-c__content__center p {
    margin-top: auto;
    text-align: center
}

.three-col-img-c.pat-exercise .three-col-img-c__content__left .img-wrapper {
    width: 100%
}

.three-col-img-c.pat-exercise .three-col-img-c__content__left .img-wrapper img {
    max-width: 165px;
    width: 100%
}

.three-col-img-c.pat-exercise .three-col-img-c__content__center .img-wrapper {
    width: 100%
}

.three-col-img-c.pat-exercise .three-col-img-c__content__center .img-wrapper img {
    max-width: 142px;
    width: 100%
}

.three-col-img-c.pat-exercise .three-col-img-c__content__right .img-wrapper {
    width: 100%
}

.three-col-img-c.pat-exercise .three-col-img-c__content__right .img-wrapper img {
    max-width: 250px;
    width: 100%
}

.three-col-img-c.prac-prolia-patient .three-col-content {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 960px) {
    .three-col-img-c.prac-prolia-patient .three-col-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right {
    width: 30%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right {
        width: 100%;
        margin-bottom: 3rem
    }
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .title,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .title,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .title {
    margin: 1.5rem 0 1rem;
    text-align: left
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .image-wrapper,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .image-wrapper,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .image-wrapper {
    text-align: left
}

@media screen and (max-width: 767px) {
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .image-wrapper,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .image-wrapper,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .image-wrapper {
        text-align: center
    }
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .image-wrapper img,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .image-wrapper img,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .image-wrapper img {
    max-width: 340px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .bullet-wrapper,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .bullet-wrapper,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .bullet-wrapper {
    padding-right: 1rem
}

@media screen and (max-width: 960px) {
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .bullet-wrapper,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .bullet-wrapper,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .bullet-wrapper {
        padding-right: 0
    }
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .bullet-wrapper p,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .bullet-wrapper p,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .bullet-wrapper p {
    margin-top: auto;
    text-align: left;
    margin-bottom: 1rem
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .arrow-cta,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .arrow-cta,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .arrow-cta {
    padding-top: 50px;
    margin-top: auto
}

@media screen and (max-width: 960px) {
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .arrow-cta,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .arrow-cta,
    .three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .arrow-cta {
        padding-top: 10px
    }
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .arrow-cta img,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .arrow-cta img,
.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .arrow-cta img {
    width: 30px
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__left .img-wrapper img {
    width: 165px
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__center .img-wrapper img {
    width: 142px
}

.three-col-img-c.prac-prolia-patient .three-col-content .three-col-img-c__content__right .img-wrapper img {
    width: 250px
}

.three-col-img-c.prac-prolia-patient .warning-badge--border {
    margin: 100px 0
}

@media screen and (max-width: 960px) {
    .three-col-img-c.prac-prolia-patient .warning-badge--border {
        margin: 3rem 0
    }
}

@media screen and (max-width: 767px) {
    .three-col-img-c.prac-prolia-patient .warning-badge--border {
        margin-top: 0
    }
}

.three-col-img-c.prac-prolia-patient .warning-badge--border p {
    max-width: 100%
}

.one-col-cta {
    position: relative
}

@media screen and (max-width: 767px) {
    .one-col-cta .content {
        padding: 80px 30px
    }
}

.one-col-cta .content .content-wrapper {
    max-width: 600px
}

.one-col-cta.en-home,
.one-col-cta.fr-home {
    position: relative
}

@media screen and (max-width: 767px) {
    .one-col-cta.en-home,
    .one-col-cta.fr-home {
        background: none !important
    }
}

@media screen and (max-width: 960px) {
    .one-col-cta.en-home .content,
    .one-col-cta.fr-home .content {
        padding: 0 30px 60px
    }
}

@media screen and (max-width: 767px) {
    .one-col-cta.en-home .content,
    .one-col-cta.fr-home .content {
        padding: 0 30px 0
    }
}

.one-col-cta.en-home .content .content-wrapper,
.one-col-cta.fr-home .content .content-wrapper {
    max-width: 500px
}

.one-col-cta.en-home .content .content-wrapper .text-wrapper,
.one-col-cta.fr-home .content .content-wrapper .text-wrapper {
    margin-top: 1.5rem
}

.references-module {
    background: #ec008c;
    padding: 60px 0
}

.references-module .container h6 {
    font-size: 12px;
    font-size: .6rem;
    font-family: "hk_grotesksemibold", sans-serif;
    color: #000
}

.references-module .container table tr td {
    vertical-align: top;
    color: #000
}

.references-module .container table tr .text {
    padding-right: 10px
}

.references-module .container table tr .body {
    width: 100%
}

.faq-wrapper {
    display: block;
    position: relative;
    z-index: 102;
    margin-bottom: 150px;
    margin-top: 2rem
}

@media screen and (max-width: 960px) {
    .faq-wrapper {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .faq-wrapper {
        margin-bottom: 60px
    }
}

.faq-wrapper .title {
    margin: 0 auto 1rem
}

.faq-wrapper .subtitle {
    margin: 0 auto 3rem
}

.faq-wrapper .text {
    margin: 0 auto 3rem
}

.faq-wrapper .accordion-wrapper {
    width: 100%;
    background: #f0edee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease
}

.faq-wrapper .accordion-wrapper:hover {
    box-shadow: 0 5px 20px 0 rgba(74, 74, 74, 0.3)
}

.faq-wrapper .accordion-wrapper .accordion-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-wrapper .accordion-wrapper .accordion-title p {
    font-family: "hk_groteskregular", sans-serif;
    padding-right: 15px;
    margin: 0;
    line-height: 1.2
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    transition: all 0.3s ease
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper svg {
    width: 100%;
    max-width: 40px
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .outer-circle {
    stroke: #ec008c
}

.faq-wrapper .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .cross {
    fill: #ec008c
}

.faq-wrapper .accordion-wrapper .accordion-title .alt-icon svg .expand-button .outer-circle {
    stroke: #ffffff
}

.faq-wrapper .accordion-wrapper .accordion-title .alt-icon svg .expand-button .cross {
    fill: #ffffff
}

.faq-wrapper .open {
    background: #ec008c;
    box-shadow: 0 5px 20px 0 rgba(74, 74, 74, 0.5)
}

.faq-wrapper .open .accordion-title p {
    color: #ffffff
}

.faq-wrapper .accordion-content {
    display: none;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
    overflow-x: hidden;
    max-width: 84%;
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
    .faq-wrapper .accordion-content {
        overflow-x: auto
    }
}

.faq-wrapper .accordion-content .scroll-message {
    font-family: "hk_grotesksemibold", sans-serif;
    color: #ec008c
}

.faq-wrapper .accordion-content .scroll-message i {
    padding-left: 10px
}

.faq-wrapper .accordion-content p {
    margin-bottom: 20px;
}

.faq-wrapper .accordion-content p.legal {
    margin-bottom: 5px;
    letter-spacing: -0.2px;
}

.faq-wrapper .accordion-content p span {
    font-family: 'hk_groteskbold';
}

.faq-wrapper.en-support,
.faq-wrapper.fr-support {
    margin-bottom: 0
}

.faq-wrapper.en-support .title,
.faq-wrapper.fr-support .title {
    margin: 0 0 1rem
}

.faq-links__wrapper .faq-links-header {
    text-align: left;
    margin-bottom: 50px
}

.faq-links__wrapper .faq-links__content {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    text-decoration: none;
}

.faq-links__wrapper .faq-links__content .img-wrapper {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    min-width: 35px
}

.faq-links__wrapper .faq-links__content .img-wrapper img {
    margin-top: 2px
}

.faq-links__wrapper .faq-links__content p {
    font-size: 20px;
    font-family: "hk_groteskregular", sans-serif;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .faq-links__wrapper .faq-links__content p {
        font-size: 18px;
        font-size: .9rem
    }
}

.faq-links__wrapper .faq-links__content:hover {
    text-decoration: underline;
    color: #3b3b3b
}

.full-width-list__wrapper .full-width-list__content {
    margin-bottom: 2rem
}

.full-width-list__wrapper .full-width-list__content .list-title {
    margin-bottom: 2rem
}

.full-width-list__wrapper .full-width-list__content p {
    margin-bottom: 1.5rem
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper .full-width-list__content p {
        margin-bottom: 1rem
    }
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content {
    margin-bottom: 2rem
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content .list-title {
    margin-bottom: 2rem
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content p {
    margin-bottom: 1.5rem
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content .list-1,
.full-width-list__wrapper.prac-efficacy .full-width-list__content .list-2 {
    margin-top: 60px
}

.risk-download-content {
    margin-top: 200px;
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content .list-1 h5,
.full-width-list__wrapper.prac-efficacy .full-width-list__content .list-2 h5 {
    margin-bottom: 20px
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content .icon-bullets__wrapper {
    margin: 100px 0 200px
}

@media screen and (max-width: 960px) {
    .full-width-list__wrapper.prac-efficacy .full-width-list__content .icon-bullets__wrapper {
        margin: 100px 0 100px
    }
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-efficacy .full-width-list__content .icon-bullets__wrapper {
        margin: 100px 0 60px
    }
}

.full-width-list__wrapper.prac-efficacy .full-width-list__content .icon-bullets__wrapper a {
    text-align: center;
    width: 100%;
    display: inline-block
}

.full-width-list__wrapper.prac-safety-info {
    margin-top: 120px
}

.discuss-head {
    color: #0E1A45;
    font-family: 'hk_grotesklight';
    font-size: 38px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
    .full-width-list__wrapper.prac-safety-info {
        margin-top: 80px
    }
}

@media screen and (max-width: 1024px) {
    .full-width-list__wrapper.prac-safety-info {
        margin-top: 60px
    }
}

.full-width-list__wrapper.prac-safety-info .full-width-list {
    padding-top: 150px
}

@media screen and (max-width: 1024px) {
    .full-width-list__wrapper.prac-safety-info .full-width-list {
        padding-top: 30px
    }
}

.full-width-list__wrapper.prac-safety-info .full-width-list .list {
    margin-bottom: 150px
}

@media screen and (max-width: 1024px) {
    .full-width-list__wrapper.prac-safety-info .full-width-list .list {
        margin-bottom: 50px
    }
}

.full-width-list__wrapper.prac-safety-info .full-width-list .list .cta-wrapper {
    margin-top: 70px;
    text-align: center
}

@media screen and (max-width: 960px) {
    .full-width-list__wrapper.prac-safety-info .full-width-list .list .cta-wrapper {
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-safety-info .full-width-list .list .cta-wrapper {
        margin-top: 30px
    }
}

.full-width-list__wrapper.prac-start {
    margin: 100px auto 0;
    padding-top: 5rem
}

@media screen and (max-width: 1000px) {
    .full-width-list__wrapper.prac-start {
        margin: 60px auto 0;
        padding-top: 4rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-start {
        padding-top: 3rem
    }
}

.full-width-list__wrapper.prac-start .full-width-list__content {
    margin-bottom: 2rem
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-start .full-width-list__content {
        margin-bottom: 0
    }
}

.full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper h1 {
    width: 60%;
    margin: 0
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper h1 {
        width: 100%
    }
}

.full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper .img-wrapper {
    width: 50%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper .img-wrapper {
        width: 100%;
        margin-top: 2rem
    }
}

.full-width-list__wrapper.prac-start .full-width-list__content .title-wrapper .img-wrapper img {
    max-width: 300px
}

.full-width-list__wrapper.prac-start .full-width-list__content .list-title {
    margin-bottom: 2rem
}

.pat-resources.books__wrapper .books-content__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

@media screen and (max-width: 750px) {
    .pat-resources.books__wrapper .books-content__wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 767px) {
    .pat-resources.books__wrapper .books-content__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 400px) {
    .pat-resources.books__wrapper .books-content__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.pat-resources.books__wrapper .books-content__wrapper .books-content {
    width: 100%
}

.pat-resources.books__wrapper .books-content__wrapper .books-content::after {
    content: "";
    -ms-flex: auto;
    flex: auto
}

.pat-resources.books__wrapper .books-content__wrapper .books-content .img-wrapper img {
    width: 100%;
    height: auto
}

.pat-resources.books__wrapper .books-content__wrapper .books-content h6 {
    font-size: 18px;
    font-size: .9rem
}

.pat-resources.books__wrapper .books-content__wrapper .books-content p {
    font-size: 14px;
    font-size: .7rem
}

.hero-faq__wrapper {
    margin-top: 0
}

.hero-faq__wrapper .background-img {
    width: 100%;
    height: calc(100vh + 15px);
    position: absolute;
    z-index: -1
}

.hero-faq__wrapper .content-wrapper {
    position: relative;
    padding-top: 100px;
    height: 100%;
    z-index: 200
}

@media screen and (max-width: 960px) {
    .hero-faq__wrapper .content-wrapper {
        padding-top: 40px
    }
}

.hero-faq__wrapper .content-wrapper .bottom-mask {
    bottom: 0;
    width: 100%
}

.full-width-cta__wrapper,
.full-width-cta-img-bg__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #004864;
    background: url("../assets/img/bottom_container_blue_shadow.svg") top center no-repeat;
    background-size: cover
}

.full-width-cta__wrapper .full-width-cta,
.full-width-cta__wrapper .full-width-cta-img-bg,
.full-width-cta-img-bg__wrapper .full-width-cta,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg {
    text-align: center;
    margin: 120px auto 150px
}

@media screen and (max-width: 767px) {
    .full-width-cta__wrapper .full-width-cta,
    .full-width-cta__wrapper .full-width-cta-img-bg,
    .full-width-cta-img-bg__wrapper .full-width-cta,
    .full-width-cta-img-bg__wrapper .full-width-cta-img-bg {
        margin: 60px auto 80px
    }
}

.full-width-cta__wrapper .full-width-cta__content,
.full-width-cta__wrapper .full-width-cta-img-bg__content,
.full-width-cta-img-bg__wrapper .full-width-cta__content,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 30px
}

.full-width-cta__wrapper .full-width-cta__content img,
.full-width-cta__wrapper .full-width-cta-img-bg__content img,
.full-width-cta-img-bg__wrapper .full-width-cta__content img,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content img {
    width: 100%;
    max-width: 270px
}

@media screen and (max-width: 767px) {
    .full-width-cta__wrapper .full-width-cta__content img,
    .full-width-cta__wrapper .full-width-cta-img-bg__content img,
    .full-width-cta-img-bg__wrapper .full-width-cta__content img,
    .full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content img {
        max-width: 200px
    }
}

.full-width-cta__wrapper .full-width-cta__content h2,
.full-width-cta__wrapper .full-width-cta-img-bg__content h2,
.full-width-cta-img-bg__wrapper .full-width-cta__content h2,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content h2 {
    margin: 50px 0
}

.full-width-cta__wrapper .full-width-cta__content h2,
.full-width-cta__wrapper .full-width-cta__content p,
.full-width-cta__wrapper .full-width-cta__content a,
.full-width-cta__wrapper .full-width-cta-img-bg__content h2,
.full-width-cta__wrapper .full-width-cta-img-bg__content p,
.full-width-cta__wrapper .full-width-cta-img-bg__content a,
.full-width-cta-img-bg__wrapper .full-width-cta__content h2,
.full-width-cta-img-bg__wrapper .full-width-cta__content p,
.full-width-cta-img-bg__wrapper .full-width-cta__content a,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content h2,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content p,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content a {
    color: #fff
}

.full-width-cta__wrapper .full-width-cta__content .arrow-cta img,
.full-width-cta__wrapper .full-width-cta-img-bg__content .arrow-cta img,
.full-width-cta-img-bg__wrapper .full-width-cta__content .arrow-cta img,
.full-width-cta-img-bg__wrapper .full-width-cta-img-bg__content .arrow-cta img {
    width: 30px
}

.full-width-cta-white__wrapper {
    background: #fff;
    position: relative
}

.full-width-cta-white__wrapper .container {
    position: relative;
    z-index: 102
}

.full-width-cta-white__wrapper .full-width-cta-white__content {
    text-align: left
}

@media screen and (max-width: 767px) {
    .full-width-cta-white__wrapper .full-width-cta-white__content {
        text-align: left
    }
}

.full-width-cta-white__wrapper .full-width-cta-white__content h2,
.full-width-cta-white__wrapper .full-width-cta-white__content p,
.full-width-cta-white__wrapper .full-width-cta-white__content a {
    color: #000
}

.full-width-cta-white__wrapper .full-width-cta-white__content .img-wrapper {
    text-align: center
}

@media screen and (max-width: 767px) {
    .full-width-cta-white__wrapper .full-width-cta-white__content .img-wrapper {
        text-align: left
    }
}

.full-width-cta-white__wrapper .full-width-cta-white__content .img-wrapper img {
    width: 100%;
    max-width: 1200px
}

.full-width-cta-white__wrapper .full-width-cta-white__content p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 960px) {
    .full-width-cta-white__wrapper .full-width-cta-white__content p:last-of-type {
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 960px) {
    .full-width-cta-white__wrapper .full-width-cta-white__content p:last-of-type {
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 600px) {
    .full-width-cta-white__wrapper.en-diagnosis #bm svg,
    .full-width-cta-white__wrapper.fr-diagnosis #bm svg {
        display: none
    }
}

.full-width-cta-white__wrapper.en-diagnosis #bm-mobile,
.full-width-cta-white__wrapper.en-diagnosis #bmfr-mobile,
.full-width-cta-white__wrapper.fr-diagnosis #bm-mobile,
.full-width-cta-white__wrapper.fr-diagnosis #bmfr-mobile {
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

.icon-bullets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 400px) {
    .icon-bullets {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .icon-bullets:last-child {
        margin-bottom: 0
    }
}

.icon-bullets .img-wrapper {
    width: 90px;
    text-align: center !important;
    margin: 20px 20px 0 0
}

@media screen and (max-width: 960px) {
    .icon-bullets .img-wrapper {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width: 767px) {
    .icon-bullets .img-wrapper {
        width: 100px
    }
}

@media screen and (max-width: 400px) {
    .icon-bullets .img-wrapper {
        width: 100%;
        margin: 0 0 10px 0
    }
}

.icon-bullets .img-wrapper img {
    max-width: 90px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .icon-bullets .img-wrapper img {
        width: 60px
    }
}

@media screen and (max-width: 400px) {
    .icon-bullets .img-wrapper img {
        width: 40px
    }
}

.icon-bullets p {
    width: 100%;
    text-align: left;
    margin-bottom: 0
}

@media screen and (max-width: 500px) {
    .icon-bullets.efficacy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.icon-bullets.efficacy .img-wrapper {
    min-width: 120px;
    margin: 0;
    margin-right: 30px
}

@media screen and (max-width: 960px) {
    .icon-bullets.efficacy .img-wrapper {
        margin: 0 20px 0 0;
        min-width: 100px
    }
}

@media screen and (max-width: 767px) {
    .icon-bullets.efficacy .img-wrapper {
        width: 100px
    }
}

@media screen and (max-width: 500px) {
    .icon-bullets.efficacy .img-wrapper {
        width: 100%;
        margin: 0 0 10px 0
    }
}

.icon-bullets.efficacy .img-wrapper img {
    max-width: 120px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 500px) {
    .icon-bullets.efficacy .img-wrapper img {
        width: 100%;
        min-width: 100px
    }
}

@media screen and (max-width: 400px) {
    .icon-bullets.efficacy .img-wrapper img {
        width: 40px
    }
}

.prolia-pat-profile {
    margin: 200px auto 0
}

@media screen and (max-width: 1000px) {
    .prolia-pat-profile {
        margin: 120px auto 0
    }
}

.prolia-pat-profile .next-prev {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 5%;
    top: 222px;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width: 1300px) {
    .prolia-pat-profile .next-prev {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin: 2rem 0
    }
}

.prolia-pat-profile .next-prev .left a {
    color: #004864;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 0.7
}

.prolia-pat-profile .next-prev .left a:hover {
    text-decoration: underline
}

.prolia-pat-profile .next-prev .left a img {
    display: block;
    width: 35px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.prolia-pat-profile .next-prev .right a {
    color: #004864;
    text-decoration: none;
    font-size: 16px;
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 0.7;
    text-align: right
}

.prolia-pat-profile .next-prev .right a:hover {
    text-decoration: underline
}

.prolia-pat-profile .next-prev .right a img {
    display: block;
    width: 35px;
    position: absolute;
    right: 0
}

.prolia-pat-profile .pat-profile__content {
    margin-bottom: 100px
}

.prolia-pat-profile .pat-profile__content__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .prolia-pat-profile .pat-profile__content__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.prolia-pat-profile .pat-profile__content__info .left {
    max-width: 290px;
    margin-right: 3rem
}

@media screen and (max-width: 767px) {
    .prolia-pat-profile .pat-profile__content__info .left {
        margin: 0 auto 2rem
    }
}

.prolia-pat-profile .pat-profile__content__info .left .img-wrapper {
    width: 290px
}

@media screen and (max-width: 767px) {
    .prolia-pat-profile .pat-profile__content__info .left .img-wrapper {
        width: 100%
    }
}

.prolia-pat-profile .pat-profile__content__info .left .img-wrapper img {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
    width: 100%
}

.prolia-pat-profile .pat-profile__content__questions {
    margin-top: 3rem
}

.prolia-pat-profile .pat-profile__content__questions .question {
    border: 2px solid #ec008c;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem
}

.prolia-pat-profile .pat-profile__content__questions .question-1,
.prolia-pat-profile .pat-profile__content__questions .question-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 600px) {
    .prolia-pat-profile .pat-profile__content__questions .question-1,
    .prolia-pat-profile .pat-profile__content__questions .question-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.prolia-pat-profile .pat-profile__content__questions .question-1 .left,
.prolia-pat-profile .pat-profile__content__questions .question-2 .left {
    width: 55%
}

@media screen and (max-width: 600px) {
    .prolia-pat-profile .pat-profile__content__questions .question-1 .left,
    .prolia-pat-profile .pat-profile__content__questions .question-2 .left {
        width: 100%
    }
}

.prolia-pat-profile .pat-profile__content__questions .question-1 .right,
.prolia-pat-profile .pat-profile__content__questions .question-2 .right {
    width: 45%;
    text-align: center
}

@media screen and (max-width: 600px) {
    .prolia-pat-profile .pat-profile__content__questions .question-1 .right,
    .prolia-pat-profile .pat-profile__content__questions .question-2 .right {
        margin-top: 1rem;
        width: 100%
    }
}

.virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item {
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px
}

@media screen and (max-width: 767px) {
    .virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item {
        height: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1)
    }
}

.virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left {
    width: 140px;
    height: 100%;
    margin-right: 1.5rem;
    border-radius: 5px 0 0 5px
}

@media screen and (max-width: 767px) {
    .virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left {
        width: 100%;
        margin-right: 0;
        border-radius: 5px 5px 0 0;
        padding: 20px
    }
}

.virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left .img-wrapper {
    width: 140px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left .img-wrapper {
        width: 100%
    }
}

.virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left .img-wrapper img {
    width: 70%
}

@media screen and (max-width: 767px) {
    .virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .left .img-wrapper img {
        max-width: 70px;
        width: 100%
    }
}

.virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .right {
    padding: 30px 30px 30px 0
}

@media screen and (max-width: 767px) {
    .virtual-library__wrapper .content-wrapper .virtual-library .vl-link .item .right {
        padding: 20px
    }
}

.page-content.prac-coverage {
    background-color: grey;
    background: url(../assets/img/about_body_bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.page-content.prac-coverage .coverage {
    padding-top: 150px
}

@media screen and (max-width: 960px) {
    .page-content.prac-coverage .coverage {
        padding-top: 100px
    }
}

@media screen and (max-width: 767px) {
    .page-content.prac-coverage .coverage {
        padding-top: 60px
    }
}

.page-content.prac-coverage .coverage h2 {
    margin-bottom: 3rem
}

.page-content.prac-coverage .coverage__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 960px) {
    .page-content.prac-coverage .coverage__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.page-content.prac-coverage .coverage__content__left,
.page-content.prac-coverage .coverage__content__right {
    width: 44%
}

@media screen and (max-width: 960px) {
    .page-content.prac-coverage .coverage__content__left,
    .page-content.prac-coverage .coverage__content__right {
        width: 100%
    }
    .page-content.prac-coverage .coverage__content__left:first-child,
    .page-content.prac-coverage .coverage__content__right:first-child {
        margin-bottom: 3rem
    }
}

.page-content.prac-coverage .coverage__content__left .btn-wrapper,
.page-content.prac-coverage .coverage__content__right .btn-wrapper {
    margin-top: 2rem
}

.full-width-cta-w-icons__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 102;
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content {
    text-align: center
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content {
        text-align: left
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content h2 span {
    white-space: nowrap
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content h2 i {
    font-size: 10px;
    font-size: .5rem;
    padding-left: 10px
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .text-wrapper {
    margin-top: 10px;
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons {
    width: 20%;
    text-align: center;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons {
        width: 50%
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper {
    text-align: center;
    max-width: 165px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper {
        max-width: 100%
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper img {
        max-width: 130px;
        width: 90%
    }
}

@media screen and (max-width: 400px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper img {
        max-width: 100px
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .icons-wrapper .caption {
    margin-top: 0.7rem;
    color: #3b3b3b
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content p:last-of-type {
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content p:last-of-type {
        margin-bottom: 1rem
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper {
    margin-top: 1rem
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .primary p {
    margin-bottom: 0;
    font-size: 16px;
    font-size: .8rem
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary {
        margin-bottom: 60px
    }
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper {
    width: 100%;
    background: #f0edee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper:hover {
    box-shadow: 0 5px 20px 0 rgba(74, 74, 74, 0.3)
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title p {
    font-family: "hk_groteskregular", sans-serif;
    margin: 0
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    transition: all 0.3s ease
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper svg {
    width: 100%;
    max-width: 40px
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .outer-circle {
    stroke: #ec008c
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper svg .expand-button .cross {
    fill: #ec008c
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper.alt-icon svg .expand-button .outer-circle {
    stroke: #ffffff
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-wrapper .accordion-title .img-wrapper.alt-icon svg .expand-button .cross {
    fill: #ffffff
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .open {
    background: #ec008c;
    box-shadow: 0 5px 20px 0 rgba(74, 74, 74, 0.5)
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .open .accordion-title p {
    color: #ffffff
}

.full-width-cta-w-icons__wrapper .full-width-cta-w-icons__content .subsection-wrapper .secondary .accordion-content {
    display: none;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
    display: none
}

.full-width-cta-w-icons__wrapper.en-home .full-width-cta-w-icons__content .icons-wrapper .icons,
.full-width-cta-w-icons__wrapper.fr-home .full-width-cta-w-icons__content .icons-wrapper .icons {
    width: 25%;
    cursor: auto
}

@media screen and (max-width: 767px) {
    .full-width-cta-w-icons__wrapper.en-home .full-width-cta-w-icons__content .icons-wrapper .icons,
    .full-width-cta-w-icons__wrapper.fr-home .full-width-cta-w-icons__content .icons-wrapper .icons {
        width: 50%
    }
}

.full-width-cta-w-icons__wrapper.en-home .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper,
.full-width-cta-w-icons__wrapper.fr-home .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper {
    margin: 0 auto
}

.full-width-cta-w-icons__wrapper.en-prevention .full-width-cta-w-icons__content .icons-wrapper,
.full-width-cta-w-icons__wrapper.fr-prevention .full-width-cta-w-icons__content .icons-wrapper {
    max-width: 600px;
    margin: 3rem auto 0
}

.full-width-cta-w-icons__wrapper.en-prevention .full-width-cta-w-icons__content .icons-wrapper .icons,
.full-width-cta-w-icons__wrapper.fr-prevention .full-width-cta-w-icons__content .icons-wrapper .icons {
    width: 33.33333%
}

@media screen and (max-width: 500px) {
    .full-width-cta-w-icons__wrapper.en-prevention .full-width-cta-w-icons__content .icons-wrapper .icons,
    .full-width-cta-w-icons__wrapper.fr-prevention .full-width-cta-w-icons__content .icons-wrapper .icons {
        width: 50%
    }
}

.full-width-cta-w-icons__wrapper.en-prevention .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper,
.full-width-cta-w-icons__wrapper.fr-prevention .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper {
    margin: 0 auto
}

@media screen and (max-width: 500px) {
    .full-width-cta-w-icons__wrapper.en-prevention .full-width-cta-w-icons__content .icons-wrapper .icons:last-child,
    .full-width-cta-w-icons__wrapper.fr-prevention .full-width-cta-w-icons__content .icons-wrapper .icons:last-child {
        width: 100%
    }
}

.full-width-cta-w-icons__wrapper.en-risk.section-2,
.full-width-cta-w-icons__wrapper.fr-risk.section-2 {
    padding-top: 0
}

.full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper,
.full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper {
    margin: 3rem auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons,
.full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons {
    width: 20%;
    cursor: auto
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons,
    .full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons {
        width: 33.3333333%
    }
}

@media screen and (max-width: 600px) {
    .full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons,
    .full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons {
        width: 50%
    }
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:nth-child(4),
    .full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:nth-child(4) {
        width: 50%
    }
}

@media screen and (max-width: 960px) {
    .full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:last-child,
    .full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:last-child {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:last-child,
    .full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons:last-child {
        width: 100%
    }
}

.full-width-cta-w-icons__wrapper.en-exercise .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper,
.full-width-cta-w-icons__wrapper.fr-exercise .full-width-cta-w-icons__content .icons-wrapper .icons .img-wrapper {
    margin: 0 auto
}
.pink-cta__wrapper {
    background: #E00087;
    padding: 50px 0;
    margin: 0;
    z-index: 102;
    position: relative
}

@media screen and (max-width: 767px) {
    .pink-cta__wrapper {
        padding: 60px 0
    }
}

.pink-cta__wrapper .pink-cta {
    margin: 0 auto
}

.pink-cta__wrapper .pink-cta h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'hk_grotesksemibold';
}

@media screen and (max-width: 960px) {
    .pink-cta__wrapper .pink-cta h2 {
        font-size: 46px;
        font-size: 2.3rem
    }
}

@media screen and (max-width: 767px) {
    .pink-cta__wrapper .pink-cta h2 {
        font-size: 40px;
        font-size: 2rem
    }
}

@media screen and (max-width: 400px) {
    .pink-cta__wrapper .pink-cta h2 {
        font-size: 28px;
        font-size: 1.4rem;
        line-height: 1
    }
}

.pink-cta__wrapper .pink-cta p {
    color: #fff;
    margin-bottom: 1.6rem;
    font-family: "hk_groteskregular", sans-serif;
    text-align: center
}

.pink-cta__wrapper .pink-cta.en-talk p,
.pink-cta__wrapper .pink-cta.fr-talk p,
.pink-cta__wrapper .pink-cta.en-risk-assessment p,
.pink-cta__wrapper .pink-cta.fr-risk-assessment p {
    font-size: 38px;
    font-size: 1.9rem;
    font-family: "hk_groteskbold", sans-serif;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .pink-cta__wrapper .pink-cta.en-talk p,
    .pink-cta__wrapper .pink-cta.fr-talk p,
    .pink-cta__wrapper .pink-cta.en-risk-assessment p,
    .pink-cta__wrapper .pink-cta.fr-risk-assessment p {
        font-size: 32px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 400px) {
    .pink-cta__wrapper .pink-cta.en-talk p,
    .pink-cta__wrapper .pink-cta.fr-talk p,
    .pink-cta__wrapper .pink-cta.en-risk-assessment p,
    .pink-cta__wrapper .pink-cta.fr-risk-assessment p {
        font-size: 24px;
        font-size: 1.2rem
    }
}

.pink-cta__wrapper.lang-fr .pink-cta h2 {
    font-size: 35px;
}

@media screen and (max-width: 960px) {
    .pink-cta__wrapper.lang-fr .pink-cta h2 {
        font-size: 40px;
        font-size: 2rem
    }
}

@media screen and (max-width: 767px) {
    .pink-cta__wrapper.lang-fr .pink-cta h2 {
        font-size: 32px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 400px) {
    .pink-cta__wrapper.lang-fr .pink-cta h2 {
        font-size: 26px;
        font-size: 1.3rem;
        line-height: 1
    }
}

.pink-cta__wrapper.lang-fr .pink-cta p {
    color: #fff;
    margin-bottom: 3rem;
    font-family: "hk_groteskregular", sans-serif
}

.pink-cta__wrapper.lang-en .en-talk p,
.pink-cta__wrapper.lang-en .fr-talk p,
.pink-cta__wrapper.lang-en .en-risk-assessment p,
.pink-cta__wrapper.lang-en .fr-risk-assessment p,
.pink-cta__wrapper.lang-fr .en-talk p,
.pink-cta__wrapper.lang-fr .fr-talk p,
.pink-cta__wrapper.lang-fr .en-risk-assessment p,
.pink-cta__wrapper.lang-fr .fr-risk-assessment p {
    font-size: 38px;
    font-size: 1.9rem;
    font-family: "hk_groteskbold", sans-serif;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .pink-cta__wrapper.lang-en .en-talk p,
    .pink-cta__wrapper.lang-en .fr-talk p,
    .pink-cta__wrapper.lang-en .en-risk-assessment p,
    .pink-cta__wrapper.lang-en .fr-risk-assessment p,
    .pink-cta__wrapper.lang-fr .en-talk p,
    .pink-cta__wrapper.lang-fr .fr-talk p,
    .pink-cta__wrapper.lang-fr .en-risk-assessment p,
    .pink-cta__wrapper.lang-fr .fr-risk-assessment p {
        font-size: 32px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 400px) {
    .pink-cta__wrapper.lang-en .en-talk p,
    .pink-cta__wrapper.lang-en .fr-talk p,
    .pink-cta__wrapper.lang-en .en-risk-assessment p,
    .pink-cta__wrapper.lang-en .fr-risk-assessment p,
    .pink-cta__wrapper.lang-fr .en-talk p,
    .pink-cta__wrapper.lang-fr .fr-talk p,
    .pink-cta__wrapper.lang-fr .en-risk-assessment p,
    .pink-cta__wrapper.lang-fr .fr-risk-assessment p {
        font-size: 24px;
        font-size: 1.2rem
    }
}

.full-width-slider {
    padding: 0;
    min-height: 800px;
    height: 800px
}

@media screen and (max-width: 767px) {
    .full-width-slider {
        height: 680px;
        min-height: 680px;
        padding: 0;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.full-width-slider .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px
}

.full-width-slider .close-btn svg {
    width: 50px
}

@media screen and (max-width: 767px) {
    .full-width-slider .close-btn svg {
        width: 25px
    }
}

.full-width-slider .close-btn svg:hover .outer-circle {
    stroke: #ec008c;
    transition: all 0.3s ease
}

.full-width-slider .close-btn svg:hover #inner-x {
    fill: #ec008c;
    stroke: #ec008c;
    transition: all 0.3s ease
}

.full-width-slider .flickity-prev-next-button {
    border-radius: 0;
    color: #fff
}

.full-width-slider .flickity-prev-next-button:hover {
    color: #ec008c
}

.full-width-slider .flickity-prev-next-button.previous {
    background-position: left !important;
    text-align: right;
    left: calc((100% - 800px)/2);
    width: auto
}

.full-width-slider .flickity-prev-next-button.previous span {
    padding-left: 70px
}

@media screen and (max-width: 800px) {
    .full-width-slider .flickity-prev-next-button.previous {
        left: 10%
    }
}

@media screen and (max-width: 767px) {
    .full-width-slider .flickity-prev-next-button.previous {
        width: 30px
    }
}

.full-width-slider .flickity-prev-next-button.next {
    background-position: right !important;
    text-align: left;
    right: calc((100% - 800px)/2);
    width: auto
}

@media screen and (max-width: 800px) {
    .full-width-slider .flickity-prev-next-button.next {
        right: 10%
    }
}

@media screen and (max-width: 767px) {
    .full-width-slider .flickity-prev-next-button.next {
        width: 30px
    }
}

.full-width-slider .flickity-prev-next-button.next span {
    padding-right: 70px
}

.full-width-slider .carousel-dots {
    position: absolute;
    bottom: 10%;
    margin: 0;
    padding: 0
}

.full-width-slider .carousel-content-wrapper {
    width: 100%;
    height: 100%
}

.full-width-slider .carousel-content-wrapper .carousel-content {
    background: #313b5f;
    width: 100%;
    height: 100%;
    padding: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content {
        display: block
    }
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    font-size: 24px
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper h5 {
    color: #FF059B;
    font-size: 50px;
    font-size: 22px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper h5 {
        font-size: 36px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 400px) {
    .full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper h5 {
        font-size: 28px;
        font-size: 1.4rem
    }
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper h5 i {
    padding-left: 10px;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper h5 i {
        font-size: 8px
    }
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text p {
    color: #fff
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text p a {
    color: #fff;
    text-decoration: underline
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text p a:hover {
    color: #ec008c
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text ul {
    margin: 0
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text ul li {
    font-size: 22px;
    font-size: 1.1rem;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text ul li {
        font-size: 18px;
        font-size: .9rem
    }
}

@media screen and (max-width: 767px) {
    .full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .modal-text ul li {
        font-size: 16px;
        font-size: .8rem
    }
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper a {
    display: inline
}

.full-width-slider .carousel-content-wrapper .carousel-content .carousel-content-inner-wrapper .btn-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1em
}

@media screen and (max-width: 767px) {
    .fr-living .full-width-slider,
    .en-living .full-width-slider {
        padding: 0;
        min-height: 500px;
        height: 500px
    }
}

.resources__wrapper {
    position: relative;
    padding-top: 100px;
}

.resources__wrapper .container {
    z-index: 102;
    position: relative
}

.resources__wrapper .resources__content {
    text-align: left
}

@media screen and (max-width: 767px) {
    .resources__wrapper .resources__content {
        text-align: left
    }
}

.resources__wrapper .resources__content h6,
.en-support.faq-wrapper .text {
    color: #0E1A45;
    max-width: 85%;
    margin: 0 auto 2rem;
    text-align: center;
}

.en-faq-landing .faq-links-header h6 {
    color: #0E1A45;
    max-width: 65%;
    margin: 0 auto 2rem;
    text-align: center;
}

.resources__wrapper .resources__content h2,
.en-support h1.title,
.en-faq-landing .faq-links-header h2 {
    font-size: 60px;
    text-align: center;
    max-width: 90%;
    color: #0E1A45;
    font-family: 'hk_grotesklight';
    margin: 0 auto 20px;
}

.resources__wrapper .resources__content .sub-wrapper {
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 1.5rem;
}

.resources__wrapper .resources__content .sub-wrapper .img-wrapper {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    min-width: 32px;
}

.resources__wrapper .resources__content .sub-wrapper .img-wrapper img {
    width: 32px;
}

.resources__wrapper .resources__content .sub-wrapper a {
    font-size: 16px;
    /* !;
    !i;
    !; */
    color: #000;
}

@media screen and (max-width: 767px) {
    .resources__wrapper .resources__content .sub-wrapper a {
        font-size: 18px;
        font-size: .9rem
    }
}

.resources__wrapper .resources__content .sub-wrapper a:hover {
    text-decoration: underline
}

.risk-assessment__wrapper,
.talk-to-doc__wrapper {
    position: relative;
    z-index: 200
}

.risk-assessment__wrapper .risk-assessment__header,
.risk-assessment__wrapper .talk-to-doc__header,
.talk-to-doc__wrapper .risk-assessment__header,
.talk-to-doc__wrapper .talk-to-doc__header {
    text-align: left;
    margin-bottom: 50px
}

.risk-assessment__wrapper .risk-assessment,
.risk-assessment__wrapper .talk-to-doc,
.talk-to-doc__wrapper .risk-assessment,
.talk-to-doc__wrapper .talk-to-doc {
    margin-top: 3rem
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment,
    .risk-assessment__wrapper .talk-to-doc,
    .talk-to-doc__wrapper .risk-assessment,
    .talk-to-doc__wrapper .talk-to-doc {
        margin-top: 2rem
    }
}

.risk-assessment__wrapper .risk-assessment table,
.risk-assessment__wrapper .risk-assessment tr,
.risk-assessment__wrapper .risk-assessment td,
.risk-assessment__wrapper .talk-to-doc table,
.risk-assessment__wrapper .talk-to-doc tr,
.risk-assessment__wrapper .talk-to-doc td,
.talk-to-doc__wrapper .risk-assessment table,
.talk-to-doc__wrapper .risk-assessment tr,
.talk-to-doc__wrapper .risk-assessment td,
.talk-to-doc__wrapper .talk-to-doc table,
.talk-to-doc__wrapper .talk-to-doc tr,
.talk-to-doc__wrapper .talk-to-doc td {
    border: none;
    border-collapse: collapse
}

.risk-assessment__wrapper .risk-assessment .table-header,
.risk-assessment__wrapper .talk-to-doc .table-header,
.talk-to-doc__wrapper .risk-assessment .table-header,
.talk-to-doc__wrapper .talk-to-doc .table-header {
    background: #E00087;
    border-radius: 10px;
    padding: 10px 15px;
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-header,
    .risk-assessment__wrapper .talk-to-doc .table-header,
    .talk-to-doc__wrapper .risk-assessment .table-header,
    .talk-to-doc__wrapper .talk-to-doc .table-header {
        background: #fff;
        border-radius: 0;
        padding: 0
    }
}

.risk-assessment__wrapper .risk-assessment .table-header table,
.risk-assessment__wrapper .talk-to-doc .table-header table,
.talk-to-doc__wrapper .risk-assessment .table-header table,
.talk-to-doc__wrapper .talk-to-doc .table-header table {
    width: 100%
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr {
        border-bottom: 1px solid #ec008c
    }
}

.risk-assessment__wrapper .risk-assessment .table-header table tr .title,
.risk-assessment__wrapper .talk-to-doc .table-header table tr .title,
.talk-to-doc__wrapper .risk-assessment .table-header table tr .title,
.talk-to-doc__wrapper .talk-to-doc .table-header table tr .title {
    color: #fff;
    font-size: 20px;
    width: 50%;
    /* padding-right: 20px; */
    text-align: left;
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr .title,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr .title,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr .title,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr .title {
        font-size: 18px;
        font-size: .9rem;
        width: 60%
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr .title,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr .title,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr .title,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr .title {
        color: #000;
        width: 40%;
        padding: 0;
        padding-bottom: 20px
    }
}

.risk-assessment__wrapper .risk-assessment .table-header table tr .answer,
.risk-assessment__wrapper .talk-to-doc .table-header table tr .answer,
.talk-to-doc__wrapper .risk-assessment .table-header table tr .answer,
.talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer {
    width: 30%;
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr .answer,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr .answer,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr .answer,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer {
        width: 20%;
        padding: 0;
        padding-bottom: 20px
    }
}

.risk-assessment__wrapper .risk-assessment .table-header table tr .answer .answer-wrap,
.risk-assessment__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap,
.talk-to-doc__wrapper .risk-assessment .table-header table tr .answer .answer-wrap,
.talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.risk-assessment__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
.risk-assessment__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p,
.talk-to-doc__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
.talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'hk_grotesksemibold';
    font-size: 20px;
    width: 24.33%;
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p {
        font-size: 18px;
        font-size: .9rem
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
    .risk-assessment__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p,
    .talk-to-doc__wrapper .risk-assessment .table-header table tr .answer .answer-wrap p,
    .talk-to-doc__wrapper .talk-to-doc .table-header table tr .answer .answer-wrap p {
        color: #000
    }
}

.risk-assessment__wrapper .risk-assessment .table-content,
.risk-assessment__wrapper .talk-to-doc .table-content,
.talk-to-doc__wrapper .risk-assessment .table-content,
.talk-to-doc__wrapper .talk-to-doc .table-content {
    /* padding: 0 30px; */
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content,
    .risk-assessment__wrapper .talk-to-doc .table-content,
    .talk-to-doc__wrapper .risk-assessment .table-content,
    .talk-to-doc__wrapper .talk-to-doc .table-content {
        padding: 0 10px
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-content,
    .risk-assessment__wrapper .talk-to-doc .table-content,
    .talk-to-doc__wrapper .risk-assessment .table-content,
    .talk-to-doc__wrapper .talk-to-doc .table-content {
        padding: 0
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table,
.risk-assessment__wrapper .talk-to-doc .table-content table,
.talk-to-doc__wrapper .risk-assessment .table-content table,
.talk-to-doc__wrapper .talk-to-doc .table-content table {
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table,
    .risk-assessment__wrapper .talk-to-doc .table-content table,
    .talk-to-doc__wrapper .risk-assessment .table-content table,
    .talk-to-doc__wrapper .talk-to-doc .table-content table {
        padding: 30px
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table tr,
.risk-assessment__wrapper .talk-to-doc .table-content table tr,
.talk-to-doc__wrapper .risk-assessment .table-content table tr,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr {
    border-bottom: 1px solid #9B9B9B;
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td {
    padding: 20px 0 20px 0;
    color: #4A4A4A;
    font-size: 24px;
    font-size: 1.2rem
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td {
        font-size: 18px;
        font-size: .9rem
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td {
        font-size: 16px;
        font-size: .8rem;
        padding: 20px 0
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: transparent;
    color: #4A4A4A;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #4A4A4A;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    /* width: 33.33%; */
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio {
        border: 1px solid #4A4A4A;
        height: 25px;
        width: 25px
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked {
    pointer-events: none;
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked::before,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked::before,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked::before,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked::before {
    position: absolute;
    left: 3px;
    top: -5px;
    content: url("../assets/img/check-solid.svg");
    width: 13px;
    height: 12px;
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked::before,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked::before,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked::before,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked::before {
        left: 6px;
        top: -4px;
        width: 11px
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio:hover,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio:hover,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio:hover,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio:hover {
    background-color: transparent
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td form .risk-radio:checked,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td form .risk-radio:checked {
    background-color: transparent
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td:first-child,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td:first-child {
    width: 80%;
    padding-right: 20px
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td:first-child,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td:first-child {
        width: 45%
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td:first-child,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td:first-child,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td:first-child,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td:first-child {
        width: 40%
    }
}

.risk-assessment__wrapper .risk-assessment .table-content table tr td:last-child,
.risk-assessment__wrapper .talk-to-doc .table-content table tr td:last-child,
.talk-to-doc__wrapper .risk-assessment .table-content table tr td:last-child,
.talk-to-doc__wrapper .talk-to-doc .table-content table tr td:last-child {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td:last-child,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td:last-child,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td:last-child,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td:last-child {
        width: 24%
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-content table tr td:last-child,
    .risk-assessment__wrapper .talk-to-doc .table-content table tr td:last-child,
    .talk-to-doc__wrapper .risk-assessment .table-content table tr td:last-child,
    .talk-to-doc__wrapper .talk-to-doc .table-content table tr td:last-child {
        width: 10%
    }
}

.risk-assessment__wrapper .risk-assessment .table-content .extra-text,
.risk-assessment__wrapper .talk-to-doc .table-content .extra-text,
.talk-to-doc__wrapper .risk-assessment .table-content .extra-text,
.talk-to-doc__wrapper .talk-to-doc .table-content .extra-text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-content .extra-text,
    .risk-assessment__wrapper .talk-to-doc .table-content .extra-text,
    .talk-to-doc__wrapper .risk-assessment .table-content .extra-text,
    .talk-to-doc__wrapper .talk-to-doc .table-content .extra-text {
        font-size: 18px
    }
}

@media screen and (max-width: 400px) {
    .risk-assessment__wrapper .risk-assessment .table-content .extra-text,
    .risk-assessment__wrapper .talk-to-doc .table-content .extra-text,
    .talk-to-doc__wrapper .risk-assessment .table-content .extra-text,
    .talk-to-doc__wrapper .talk-to-doc .table-content .extra-text {
        font-size: 16px
    }
}

.risk-assessment__wrapper .risk-assessment .table-footer,
.risk-assessment__wrapper .talk-to-doc .table-footer,
.talk-to-doc__wrapper .risk-assessment .table-footer,
.talk-to-doc__wrapper .talk-to-doc .table-footer {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-footer,
    .risk-assessment__wrapper .talk-to-doc .table-footer,
    .talk-to-doc__wrapper .risk-assessment .table-footer,
    .talk-to-doc__wrapper .talk-to-doc .table-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 2rem 0 0
    }
}

.risk-assessment__wrapper .risk-assessment .table-footer p,
.risk-assessment__wrapper .talk-to-doc .table-footer p,
.talk-to-doc__wrapper .risk-assessment .table-footer p,
.talk-to-doc__wrapper .talk-to-doc .table-footer p {
    font-size: 16px;
    font-size: .8rem;
    margin: 0;
    max-width: 500px
}

@media screen and (max-width: 767px) {
    .risk-assessment__wrapper .risk-assessment .table-footer p,
    .risk-assessment__wrapper .talk-to-doc .table-footer p,
    .talk-to-doc__wrapper .risk-assessment .table-footer p,
    .talk-to-doc__wrapper .talk-to-doc .table-footer p {
        margin-top: 1rem
    }
}

.talk-to-doc__wrapper {
    position: relative;
    z-index: 102;
    padding-top: 50px;
}

.talk-to-doc__wrapper .talk-to-doc .table-footer,
.risk-assessment .table-footer {
    -ms-flex-pack: end;
    justify-content: center !important;
}

.faq-content__wrapper .faq-content {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .faq-content__wrapper .faq-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.faq-content__wrapper .faq-content__left {
    transition: all 0.5s ease;
    width: 65%;
    padding-right: 64px;
}

@media screen and (max-width: 767px) {
    .faq-content__wrapper .faq-content__left {
        width: 100%;
        margin-bottom: 2rem;
        padding-right: 0
    }
}

.faq-content__wrapper .faq-content__left .content .title {
    margin-bottom: 2rem
}

.faq-content__wrapper .faq-content__left .content .text p a {
    text-decoration: underline
}

.faq-content__wrapper .faq-content__left .content .text p a:hover {
    color: #ec008c
}

.faq-content__wrapper .faq-content__left .content .text ol,
.faq-content__wrapper .faq-content__left .content .text ul {
    margin-left: 0;
    padding-left: 20px;
    list-style: disc;
}

.faq-content__wrapper .faq-content__left .content .text ol li,
.faq-content__wrapper .faq-content__left .content .text ul li {
    color: #000;
}

.faq-content__wrapper .faq-content__left .content .text ol li a,
.faq-content__wrapper .faq-content__left .content .text ul li a {
    text-decoration: underline;
    color: inherit;
}

.faq-content__wrapper .faq-content__left .content .text ol li a:hover,
.faq-content__wrapper .faq-content__left .content .text ul li a:hover {
    color: #ec008c
}

.faq-content__wrapper .faq-content__right {
    width: 35%;
    border-left: 1px solid #ec008c;
    padding: 0 30px 30px
}

@media screen and (max-width: 767px) {
    .faq-content__wrapper .faq-content__right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ec008c;
        padding: 30px 0
    }
}

.faq-content__wrapper .faq-content__right .title {
    font-family: "hk_grotesksemibold", sans-serif;
    font-size: 20px;
    font-size: 1rem;
    margin-bottom: 1rem
}

.faq-content__wrapper .faq-content__right .text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "hk_groteskregular", sans-serif;
    cursor: pointer;
    color: #000;
    z-index: 1;
    position: relative;
}

.faq-content__wrapper .faq-content__right .text:hover {
    color: #ec008c
}

.faq-content__wrapper .faq-content__right .text.active {
    color: #ec008c
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    border: none;
    background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    background: #004864;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    border-radius: 3px
}

select:focus,
select:active,
select:visited {
    outline: none
}

input {
    cursor: pointer;
    width: 100%;
    margin-right: 18px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #004864;
    background-color: #004864;
    padding: 10px;
    color: #fff;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-size: .9rem
}

input::-webkit-input-placeholder {
    color: #fff
}

input::-moz-placeholder {
    color: #fff
}

input:-ms-input-placeholder {
    color: #fff
}

input::placeholder {
    color: #fff
}

.btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-wrapper-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.btn-wrapper-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end
}

.btn {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "hk_grotesksemibold", sans-serif;
    height: auto;
    padding: 0.7rem 2.5rem;
    text-align: left
}

@media screen and (max-width: 360px) {
    .btn {
        padding: 0.3rem 1.5rem
    }
}

.nav-btn {
    height: 40px;
    border: none;
    color: #0e1a45;
    padding: 0.7rem 1.5rem;
    font-size: 15px;
    font-size: .75rem
}

@media screen and (max-width: 400px) {
    .nav-btn {
        font-size: 13px;
        font-size: .65rem
    }
}

.nav-btn:hover {
    background: #ec008c;
    color: #fff
}

#header.lang-fr .nav-btn {
    height: 40px;
    border: none;
    color: #0e1a45;
    padding: 0.7rem 1rem;
    font-size: 13px;
    font-size: .65rem
}

#header.lang-fr .nav-btn:hover {
    background: #ec008c;
    color: #fff
}

.btn-pink {
    background: #AD0068;
    border: 3px solid #AD0068;
    color: #fff !important
}

.btn-pink:hover {
    background: transparent;
    color: #ec008c !important;
    border: 3px solid #ec008c
}

.btn-blue {
    background: #0e1a45;
    border: 3px solid #0e1a45;
    color: #fff !important
}

.btn-blue:hover {
    background: transparent;
    color: #0e1a45 !important;
    border: 3px solid #0e1a45
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #ec008c !important
}

.btn-white:hover {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}

.dl-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 40px;
}

.dl-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* content: "\f019"; */
    font-size: 20px;
    padding-right: 20px
}

.dl-btn:hover {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}

.pink-dl-btn {
    background: #0E1A45;
    border: 1px solid #0E1A45;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 30px;
}

.pink-dl-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* content: "\f019"; */
    font-size: 20px;
    padding-right: 20px
}

.pink-dl-btn:hover {
    background: transparent;
    color: #0E1A45 !important;
    border: 1px solid #0E1A45;
}

.carousel-next {
    background: url("../assets/img/chevron_right.svg") center no-repeat;
    width: 35px;
    height: 35px;
    border: none;
    outline: none
}

.carousel-prev {
    background: url("../assets/img/chevron_left.svg") center no-repeat;
    width: 35px;
    height: 35px;
    border: none;
    outline: none
}

.faq-social-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 40px; */
    /* border-top: 1px solid #9B9B9B; */
    /* padding-top: 25px; */
}

.faq-social-share p {
    color: #695455;
    font-size: 16px;
    font-size: .8rem;
    font-family: "hk_groteskregular", sans-serif;
    margin: 0
}

.faq-social-share .st-custom-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9B9B9B;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #9B9B9B;
    border-radius: 22.5px
}

.faq-social-share .st-custom-button:hover {
    border: 2px solid #ec008c;
    color: #ec008c
}

table,
th,
td {
    border-collapse: collapse;
}

.hb-table {
    /* margin-bottom: 10px; */
    width: 100%;
}

@media screen and (max-width: 767px) {
    .hb-table {
        /* width: 700px */
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .main-accordion-ul {
        padding: 0 10px 0;
    }
    span.word-hyphen {
        hyphens: auto;
    }
    span.word-break {
        display: block;
    }
    .posture-div {
        -webkit-align-items: flex-start;
               align-items: flex-start;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-evenly;
               justify-content: space-evenly;
    }
}

.hb-table tr th {
    font-size: 14px;
    padding: 8px 15px;
    border-right: 1px solid #979797;
    /* background-color: #eee; */
    border-bottom: 1px solid #979797;
    color: #000;
    font-family: 'hk_groteskbold';
    text-align: left;
    
}

.hb-table tr th:last-child {
    border-right: none;
}

@media screen and (max-width: 767px) {
    .hb-table tr th {
        font-size: 15px;
        font-size: .75rem
    }
}

.hb-table tr th:last-child {
    text-align: left;
    padding-right: 0
}

.hb-table tr td {
    font-size: 14px;
    padding: 8px 15px;
    border-bottom: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    font-family: 'hk_groteskregular';
    color: #000;
}

.hb-table tr td:last-child {
    border-right: none;
}

@media screen and (max-width: 767px) {
    .hb-table tr td {
        font-size: 15px;
        font-size: .75rem
    }
}

.hb-table tr:last-child td {
    border-bottom: none;
}

.hb-table tr td:last-child {
    /* text-align: right; */
    padding-right: 0
}

.side-effects {
    /* max-width: 85%; */
    margin: 0 auto;
}

.side-effects p {
    font-size: 16px;
    font-size: .8rem
}

.en-treatments.accordion-content .hb-table tr th {
    width: 25%
}

.tou {
    padding: 200px 0;
    position: relative;
    z-index: 200
}

.tou h1 {
    font-size: 42px;
    font-size: 2.1rem;
    margin-bottom: 3rem
}

.tou .last {
    margin-bottom: 3rem
}

.tou ul li {
    font-size: 20px;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #3b3b3b
}

.tou .title {
    font-family: "hk_grotesksemibold", sans-serif;
    margin-bottom: 0.5rem
}

.tou h6 {
    padding-bottom: 1rem
}

.tou a {
    color: #AE0068
}

.tou a:hover {
    text-decoration: underline
}

.tou .directors {
    margin-bottom: 1.5rem
}

.tou .directors .accordion {
    background: #f2f2f2;
    transition: all 0.3s ease
}

.tou .directors .accordion:hover {
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15)
}

.tou .directors .accordion .title-wrapper {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tou .directors .accordion .title-wrapper .accordion-title {
    width: 75%
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper .accordion-title {
        width: 90%
    }
}

.tou .directors .accordion .title-wrapper .accordion-title h6 {
    color: #0e1a45;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper .accordion-title h6 {
        font-size: 16px;
        font-size: .8rem
    }
}

.tou .directors .accordion .title-wrapper .accordion-title h6 span {
    display: block;
    font-size: 16px;
    font-size: .8rem
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper .accordion-title h6 span {
        font-size: 12px;
        font-size: .6rem
    }
}

.tou .directors .accordion .title-wrapper .icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper .icon-wrapper {
        width: 10%;
        margin-top: -6px
    }
}

.tou .directors .accordion .title-wrapper .icon-wrapper i {
    transition: all 0.3s ease;
    font-size: 20px;
    font-size: 1rem
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .title-wrapper .icon-wrapper i {
        font-size: 14px;
        font-size: .7rem
    }
}

.tou .directors .accordion .accordion-content {
    padding: 0 30px 30px;
    display: none
}

.tou .directors .accordion .accordion-content p {
    font-size: 16px;
    font-size: .8rem
}

@media screen and (max-width: 400px) {
    .tou .directors .accordion .accordion-content p {
        font-size: 15px;
        font-size: .75rem
    }
}

#error-wrapper {
    padding: 200px 0 150px;
    text-align: center
}

#error-wrapper h1 {
    color: #ec008c;
    font-size: 170px;
    font-size: 8.5rem;
    font-family: "hk_grotesksemibold", sans-serif;
    margin: 0
}

@media screen and (max-width: 767px) {
    #error-wrapper h1 {
        font-size: 100px;
        font-size: 5rem
    }
}

body {
    background: #fff;
    opacity: 1;
    transition: 1s opacity
}

body.fade-out {
    opacity: 0;
    transition: none
}

html {
    background-color: #0e1a45
}

#site-wrapper {
    background: #fff;
}

.ui_hidden {
    /* Serves for only AODA compliance, not for UI */
    text-indent: -9999em;
    position: absolute;
    font-size: 0 !important;
}

.footer-info__left__logo a {
    display: inline-block;
}

.desktop-banner,
.mobile-banner {
    position: relative;
}

.text-wrapper p {
    width: 68%;
    margin: 0 auto 20px;
}

.homepage-icons {
    display: flex;
    max-width: 70%;
    margin: 40px auto;
}

.homepage-icons .img-wrapper {
    /* width: 10%; */
    width: 12%;
    max-width: 80px;
    height: 80px;
    margin-right: 20px;
}

.right-div {
    width: 80%;
    text-align: left;
}

.right-heading {
    color: #E00087;
    margin-bottom: 5px;
}

.right-text {
    margin-bottom: 10px;
    /* font-size: 15px; */
    /* max-width: 90%; */
    letter-spacing: 0.3px;
}

.right-text span {
    font-family: 'hk_groteskbold';
}

a.hb-pink {
    color: #E00087;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

a.hb-pink:hover {
    text-decoration: none;
}

a.hb-pink img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.right-text p {
    font-size: 16px;
}

.img-content {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
}

.content.p-30 {
    padding: 30px;
}

.full-width-cta-w-icons__wrapper.en-home.pt-0 {
    padding-top: 0;
    padding-bottom: 100px;
}

.two-col-img-r__right.height-styles {
    max-height: 600px;
}

.two-col-img-r-2__left.w-35 {
    width: 35% !important;
}

.two-col-img-r-2__right.w-65 {
    width: 65% !important;
}

.pink-cta__wrapper.lang-en.mt-80 {
    margin-top: 100px;
}

section.container.grid-mdlg.two-col.en-dangers.pt-150 {
    padding-top: 150px;
}

.homepage-icons.w-90 {
    max-width: 90%;
}

.p-styles {
    width: 88%;
    margin: 20px auto;
    letter-spacing: 0.5px;
}

.p-styles a,
.right-text a {
    text-decoration: underline;
    color: inherit;
}

.blue-div a {
    color: inherit;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.accordion-content ul ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.accordion-content ul ul li {
    padding-left: 10px;
    position: relative;
}

.accordion-content ul ul ul li {
    padding-left: 0;
}

.accordion-content ul ul ul {
    list-style: disc;
    margin-left: 20px;
}

.accordion-content ul ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.accordion-content ul ul ul li:before {
    content: none;
}

.main-accordion-ul {
    display: flex;
    padding: 0 30px 0 20px;
}

.main-accordion-ul ul {
    list-style: disc;
}

.main-accordion-ul ul li {
    font-size: 14px;
}

.main-accordion-ul ul.w-50 {
    width: 50%;
}

h5.text-pink {
    color: #EC008C;
    font-size: 24px;
}

.carousel-heading {
    font-size: 50px;
    margin-bottom: 40px;
    font-family: 'hk_grotesklight';
}

.blue-div {
    background-color: #0E1A45;
    padding: 50px 13%;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

a.btn.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 22px;
    padding: 5px 35px;
    font-size: 12px;
}

.blue-div.border-bottom {
    border-bottom: 1px solid #fff;
    padding: 50px 24%;
}

h5.h5-heading {
    font-size: 22px;
    color: #E00087;
}

.most-risks-div.container.grid-mdlg {
    margin: 100px auto;
    max-width: 640px;
}

.risk-div {
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 30px;
}

.main-risk-div {
    display: flex;
    flex-wrap: wrap;
}

.left-risk-div {
    margin-right: 20px;
}

.left-risk-div img {
    width: 70px;
}

h5.h5-heading.mt-50 {
    margin-top: 50px;
}

.most-risks-div p a {
    color: inherit;
    text-decoration: underline;
}

.text-underline {
    text-decoration: underline;
    color: inherit !important;
}

.pink-text {
    color: #EC008C;
    font-size: 20px;
    font-family: 'hk_groteskbold';
    margin-bottom: 5px;
}

.accordion-heading {
    font-size: 20px;
    font-family: 'hk_groteskbold';
    color: #000;
    margin-bottom: 20px;
}

.w-800 {
    max-width: 800px;
    margin: 0 auto;
}

.w-85 {
    max-width: 85%;
    margin: 0 auto;
}

.w-85 p {
    font-size: 16px;
    color: #000;
}

.w-85 p span {
    font-family: 'hk_groteskbold';
}

.living-with-osteoporosis .two-col-img-r__right {
    height: 650px;
}

.living-with-osteoporosis .two-col-img-l-2__left {
    height: 650px;
}


/* .living-with-osteoporosis .two-col-img-r__left .content, */

.living-with-osteoporosis .two-col-img-l-2__right .content {
    /* padding: 100px 60px; */
    padding: 100px 126px 100px 60px;
}

.living-with-osteoporosis .two-col-img-r__left .content {
    padding: 100px 72px;
}

body.fr-living .living-with-osteoporosis .two-col-img-r__left .content {
    padding: 100px 78px;
}

body.fr-living .living-with-osteoporosis .two-col-img-l-2__right .content {
    /* padding: 100px 60px; */
    padding: 100px 68px 100px 60px;
}

.content p a {
    color: inherit;
    text-decoration: underline;
}

.blue-div.font-30 {
    font-size: 30px;
    padding: 30px 10%;
    margin-top: 80px;
}

.blue-div.font-30 a {
    text-decoration: underline;
}

.most-risks-div.container.grid-mdlg.w-800 {
    max-width: 800px;
}

.most-risks-div.container.grid-mdlg ul {
    list-style: disc;
    margin-left: 25px;
}

section.container.section-1.two-col-img-r.two-col-img-r-2.en-nutrition.fall-and-prevention.container.grid-lg {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

section.container.section-1.two-col-img-r.two-col-img-r-2.en-nutrition.fall-and-prevention.container.grid-lg .two-col-img-r-2__left {
    padding-right: 100px;
}

section.container.section-1.two-col-img-r.two-col-img-r-2.en-nutrition.fall-and-prevention.container.grid-lg ul {
    max-width: 61%;
    list-style: disc;
    margin-left: 25px;
}

.hb-table tbody {}

.border-styles {
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

table.hb-table tr:first-child {
    background-color: #eee;
}

table.hb-table.two-columns tr th,
table.hb-table.two-columns tr td {
    width: 50%;
}

table.hb-table.three-columns tr th,
table.hb-table.three-columns tr td {
    width: 33.33%;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

.exercises-for-osteoporosis .two-col-img-r__left p,
.exercises-for-osteoporosis .two-col-img-r__left ul,
.exercises-for-osteoporosis .two-col-img-r__left li,
.exercises-for-osteoporosis .two-col-img-l-2__right p,
.exercises-for-osteoporosis .two-col-img-l-2__right ul,
.exercises-for-osteoporosis .two-col-img-l-2__right li {
    font-size: 16px;
    margin-left: 0;
    color: #fff;
}

section.two-col-img-r-3.en-exercise.pb-80 {
    padding-bottom: 80px;
}

.exercises-for-osteoporosis .page-hero__content__title,
.exercises-for-osteoporosis .page-hero__content__subtitle {
    max-width: 85%;
}

.exercises-for-osteoporosis .page-hero__content p {
    max-width: 570px;
}

.en-nutrition .page-hero__content p {
    max-width: 550px;
}

.main-posture-div {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 600px;
}

.posture-div {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
}

.posture-left-div {
    width: 80px;
    margin-right: 20px;
}

.posture-left-div img {
    width: 80px;
}

.posture-right-div {
    font-family: 'hk_groteskregular';
    text-align: left;
}

.en-support .container.grid-mdlg.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}

.en-support .faq-wrapper .accordion-content {
    max-width: 86%;
}

.en-faq-landing .faq-links__wrapper {
    padding-top: 80px;
}

.faq-links {
    max-width: 830px;
    margin: 0 auto;
}

p.text-pink {
    color: #E00087;
    font-size: 20px;
}


.en-faq-content .faq-content__left ul {
    list-style: disc;
    padding-left: 25px;
}

.en-faq-content .faq-content__left ul li {
    font-size: 18px;
    letter-spacing: -0.3px;
}

.faq-content__left .content {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9b9b9b;
}

div#PDFcontent,
div#PDFcontent1,
div#PDFcontent2,
div#PDFcontentRisk,
div#FRPDFcontentRisk {
    max-width: 996px;
    margin: 0 auto;
}

.bg-EEEEEE {
    background-color: #eee;
    padding: 6px 10px;
    font-family: 'hk_groteskbold';
    font-size: 18px;
    border-radius: 5px;
}

ul.pdf-ultext {
    list-style: disc;
    max-width: 715px;
    margin-left: 35px;
}

ul.pdf-ultext li {
    font-family: 'hk_groteskregular';
    font-size: 20px;
    line-height: 1.2;
}

.font-20 {
    font-size: 20px;
}

.txt-0E1A45 {
    color: #0E1A45;
}

.answer-wrap p {
    margin: 0 20px !important;
    text-align: center;
}

.tab.download-tabs {
    border-bottom: none;
    max-width: 920px;
    margin: 0 auto 50px;
}

.tab.download-tabs button.tablinks {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    min-height: 208px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    font-family: 'hk_groteskregular';
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    cursor: pointer;
}

.talk-to-doc__wrapper .tabcontent {
    display: none;
    max-width: 996px;
    margin: 0 auto;
}

.tab.download-tabs button.tablinks.active {
    border: 2px solid #EC008C;
}

.en-talk .most-risks-div.container.grid-mdlg ul {
    margin-top: 0;
}

.discussion-styles {
    padding-top: 100px;
}

.discussion-styles h1 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 15px;
}

.discussion-styles .text {
    text-align: center;
    font-size: 20px;
}

.did-you-know-div {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 15px;
}

.know-heading {
    font-family: 'hk_grotesklight';
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
}

.know-main-div {
    display: flex;
}

.img-div img {
    width: 120px;
    height: 120px;
}

.talk-div {
    margin-right: 15px;
    text-align: center;
    width: 33.33%;
}

.img-div {
    margin-bottom: 20px;
}

.know-text {
    font-size: 20px;
    margin: 0 auto;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.know-text span {
    font-family: 'hk_groteskbold';
}

li.nav-item.nav-item__button .nav-btn {
    color: #0E1A45;
}

li.nav-item.nav-item__button .nav-btn:hover {
    color: #fff;
}

.risk-assessment__header.w-800 p {
    font-size: 20px;
    max-width: 96%;
    margin: 0 auto 80px;
}

.en-diagnosis .most-risks-div.container.grid-mdlg,
.fr-diagnosis .most-risks-div.container.grid-mdlg {
    max-width: 732px;
}

.resources__wrapper.fr-resources h2 {
    font-size: 54px;
}

.fr-talk .talk-to-doc__wrapper .talk-to-doc .table-content table tr td:last-child {
    width: 35%;
}

.download-content p {
    font-family: "hk_groteskregular";
    font-size: 20px;
    color: #0E1A45;
    margin-bottom: 15px;
    line-height: 1.2;
}

#hidden-container {}

.download-content {
    margin-top: 30px;
}

.download-content .notes-head {
    font-family: 'hk_grotesksemibold';
    color: #0E1A45;
    font-size: 14px;
    margin-bottom: 10px;
}

.download-content .foot-notes {
    font-family: "hk_groteskregular";
    font-size: 10px;
    color: #0E1A45;
    margin: 30px 0;
}

.download-content .notes-txt {
    font-family: "hk_groteskregular";
    font-size: 18px;
    color: #0E1A45;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #9B9B9B;
}

.graph-txt {
    font-family: 'hk_groteskbold';
    margin-bottom: 8px;
}

@media (max-width: 1280px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1 {
        -ms-flex: none;
        flex: none
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .hide-xl {
        display: none !important
    }
    .show-xl {
        display: block !important
    }
}

@media screen and (max-width: 960px) {
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        -ms-flex: none;
        flex: none
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .hide-lg {
        display: none !important
    }
    .show-lg {
        display: block !important
    }
    .full-width-cta__wrapper,
    .full-width-cta-img-bg__wrapper {
        margin: 60px auto 0
    }
    .two-col-img-r,
    .two-col-img-r-3,
    .two-col-img-r-2.en-nutrition,
    .two-col-img-r-2.fr-nutrition,
    .two-col-img-l,
    .two-col-img-l-2,
    .two-col,
    .three-col-img-c,
    .one-col-cta,
    .one-col-cta.en-home,
    .one-col-cta.fr-home,
    .faq-wrapper.en-treatments,
    .faq-wrapper.fr-treatments,
    .full-width-list__wrapper,
    .pat-resources.books__wrapper,
    .full-width-cta-white__wrapper,
    .full-width-cta-w-icons__wrapper {
        padding-top: 100px
    }
    .one-col-cta.en-home,
    .one-col-cta.fr-home {
        padding-bottom: 100px
    }
    .two-col.en-dangers:last-child,
    .two-col.fr-dangers:last-child,
    .full-width-cta-white__wrapper.en-diagnosis,
    .full-width-cta-white__wrapper.fr-diagnosis,
    .virtual-library__wrapper,
    .full-width-cta-w-icons__wrapper.en-prevention.section-2,
    .full-width-cta-w-icons__wrapper.en-risk.section-2,
    .full-width-cta-w-icons__wrapper.fr-prevention.section-2,
    .full-width-cta-w-icons__wrapper.fr-risk.section-2,
    .full-width-cta-w-icons__wrapper.en-exercise,
    .full-width-cta-w-icons__wrapper.fr-exercise {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .faq-wrapper.en-support,
    .faq-wrapper.fr-support,
    .faq-links__wrapper,
    .resources__wrapper,
    .risk-assessment__wrapper,
    .talk-to-doc__wrapper,
    .faq-content__wrapper {
        padding-top: 120px;
        padding-bottom: 60px
    }
}

@media (max-width: 840px) {
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        -ms-flex: none;
        flex: none
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .hide-md {
        display: none !important
    }
    .show-md {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    .one-col-cta.en-home,
    .one-col-cta.fr-home {
        padding-bottom: 60px
    }
    .blue-div {
        padding: 30px;
        font-size: 22px;
    }
    .carousel-heading {
        font-size: 38px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    section.container.section-1.two-col-img-r.two-col-img-r-2.en-nutrition.fall-and-prevention.container.grid-lg ul {
        max-width: 100%;
    }
    .container.grid-mdlg {
        margin: 40px auto !important;
    }
    .resources__wrapper .resources__content h2,
    .en-support h1.title,
    .en-faq-landing .faq-links-header h2 {
        font-size: 40px;
        margin: 30px 0;
        max-width: 100%;
    }
    .tab.download-tabs button.tablinks {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .discussion-styles h1 {
        font-size: 45px;
    }
    .talk-div {
        width: 100%;
        margin-right: 0;
    }
    .know-main-div {
        display: block;
    }
    section.container.section-1.two-col-img-r.two-col-img-r-2.en-nutrition.fall-and-prevention.container.grid-lg .two-col-img-r-2__left {
        padding-right: 0;
    }
    .two-col-img-r,
    .two-col-img-r-3,
    .two-col-img-r-2.en-nutrition,
    .two-col-img-r-2.fr-nutrition,
    .two-col-img-l,
    .two-col-img-l-2,
    .two-col,
    .three-col-img-c,
    .one-col-cta,
    .one-col-cta.en-home,
    .one-col-cta.fr-home,
    .faq-wrapper.en-treatments,
    .faq-wrapper.fr-treatments,
    .full-width-list__wrapper,
    .pat-resources.books__wrapper,
    .full-width-cta-white__wrapper,
    .full-width-cta-w-icons__wrapper {
        padding-top: 20px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .two-col.en-dangers:last-child,
    .two-col.fr-dangers:last-child,
    .full-width-cta-white__wrapper.en-diagnosis,
    .full-width-cta-white__wrapper.fr-diagnosis,
    .virtual-library__wrapper,
    .full-width-cta-w-icons__wrapper.en-prevention.section-2,
    .full-width-cta-w-icons__wrapper.en-risk.section-2,
    .full-width-cta-w-icons__wrapper.fr-prevention.section-2,
    .full-width-cta-w-icons__wrapper.fr-risk.section-2,
    .full-width-cta-w-icons__wrapper.en-exercise,
    .full-width-cta-w-icons__wrapper.fr-exercise {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .faq-wrapper.en-support,
    .faq-wrapper.fr-support,
    .faq-links__wrapper,
    .resources__wrapper,
    .risk-assessment__wrapper,
    .talk-to-doc__wrapper,
    .faq-content__wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .know-heading {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        -ms-flex: none;
        flex: none
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .hide-sm {
        display: none !important
    }
    .show-sm {
        display: block !important
    }
}

@media (max-width: 575px) {
    .tab.download-tabs button.tablinks {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .discussion-styles h1 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1 {
        -ms-flex: none;
        flex: none
    }
    .col-xs-12 {
        width: 100%
    }
    .col-xs-11 {
        width: 91.66666667%
    }
    .col-xs-10 {
        width: 83.33333333%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-8 {
        width: 66.66666667%
    }
    .col-xs-7 {
        width: 58.33333333%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-5 {
        width: 41.66666667%
    }
    .col-xs-4 {
        width: 33.33333333%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-2 {
        width: 16.66666667%
    }
    .col-xs-1 {
        width: 8.33333333%
    }
    .hide-xs {
        display: none !important
    }
    .show-xs {
        display: block !important
    }
}