:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0))
}

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h3,
.h4,
h1,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

dl,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

a {
    color: #6c757d;
    text-decoration: underline
}

a:hover {
    color: hsla(208, 7%, 46%, .8)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
th,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    outline: 0 !important
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:985px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1440px) {

    .container,
    .container-xl {
        max-width: 1440px
    }
}

@media (min-width:1600px) {

    .container,
    .container-xl {
        max-width: 1520px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

@media (min-width:768px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:985px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

@media (min-width:1120px) {
    .col-mdx-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media (min-width:1280px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.form-label {
    margin-bottom: .5rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px))
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75em
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #474747
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23474747' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23474747'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-floating {
    position: relative
}

.form-floating>.form-control {
    height: 35px;
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: .5rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating>.form-control {
    padding: .5rem .75rem
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 1;
    transform: scale(.85) translateY(-17.5px) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1;
    transform: scale(.85) translateY(-17.5px) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 1;
    transform: scale(.85) translateY(-17.5px) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 1;
    transform: scale(.85) translateY(-17.5px) translateX(.15rem)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 16px 30px;
    font-size: 1rem;
    border-radius: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }

    .form-floating>label {
        transition: none
    }

    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #6c757d;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: hsla(208, 7%, 46%, .8)
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .2rem
}

@media (min-width:985px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: #474747
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: #474747;
    border-color: rgba(0, 0, 0, .1)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fafafa;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-button:not(.collapsed) {
    color: #161616;
    background-color: #fafafa;
    box-shadow: inset 0 -1px 0 #d6d6d6
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23161616'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fafafa;
    border: 1px solid #d6d6d6
}

.accordion-item:first-of-type {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.accordion-button h3 {
    font-family: aktiv-grotesk, sans-serif !important;
    font-size: 18px !important
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress {
    display: flex;
    overflow: hidden
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }

    .accordion-button:after {
        transition: none
    }

    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:768px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

@media (min-width:1280px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .9375rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: .4rem
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 710px;
    padding: 20px 16px;
    color: #161616;
    text-align: center;
    background-color: #fff;
    border-radius: 1px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }

    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.show {
    transform: none
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.align-text-top {
    vertical-align: text-top !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.order-0 {
    order: 0 !important
}

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

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

.my-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

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

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

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

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

.mt-6 {
    margin-top: 3rem !important
}

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

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

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

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

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

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

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

.mb-5 {
    margin-bottom: 2.25rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

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

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

.py-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

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

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

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

.pe-5 {
    padding-right: 2.25rem !important
}

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

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

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.visible {
    visibility: visible !important
}

@media (min-width:540px) {
    .me-ssm-4 {
        margin-right: 1.5rem !important
    }

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

@media (min-width:768px) {
    .d-sm-block {
        display: block !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

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

    .mt-sm-5a {
        margin-top: 2rem !important
    }

    .me-sm-5 {
        margin-right: 2.25rem !important
    }

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

    .mb-sm-5 {
        margin-bottom: 2.25rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }
}

@media (min-width:850px) {
    .mt-mds-3 {
        margin-top: 1rem !important
    }

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

@media (min-width:985px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

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

    .me-md-0 {
        margin-right: 0 !important
    }

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

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

    .ms-md-2 {
        margin-left: .5rem !important
    }
}

@media (min-width:1120px) {
    .d-mdx-block {
        display: block !important
    }

    .flex-mdx-row {
        flex-direction: row !important
    }

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

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

    .mt-mdx-5 {
        margin-top: 2.25rem !important
    }

    .mb-mdx-6 {
        margin-bottom: 3rem !important
    }

    .ms-mdx-3 {
        margin-left: 1rem !important
    }
}

@media (min-width:1280px) {
    .me-lg-0 {
        margin-right: 0 !important
    }
}

@media (min-width:1360px) {
    .d-lgx-none {
        display: none !important
    }
}

.hamburger {
    padding: 10px 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: 0 !important;
    overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #474747
}

.hamburger-box {
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 36px;
    height: 4px;
    background-color: #474747;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

@font-face {
    font-family: aktiv-grotesk;
    src: url(font/AktivGroteskCorp-Regular.eot?#iefix) format("embedded-opentype"), url(font/AktivGroteskCorp-Regular.woff2) format("woff2"), url(font/AktivGroteskCorp-Regular.woff) format("woff"), url(font/AktivGroteskCorp-Regular.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: aktiv-grotesk;
    src: url(font/AktivGroteskCorp-Bold.eot?#iefix) format("embedded-opentype"), url(font/AktivGroteskCorp-Bold.woff2) format("woff2"), url(font/AktivGroteskCorp-Bold.woff) format("woff"), url(font/AktivGroteskCorp-Bold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: aktiv-grotesk;
    src: url(font/AktivGroteskCorp-Medium.eot?#iefix) format("embedded-opentype"), url(font/AktivGroteskCorp-Medium.woff2) format("woff2"), url(font/AktivGroteskCorp-Medium.woff) format("woff"), url(font/AktivGroteskCorp-Medium.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal
}

@font-face {
    font-family: p22-mackinac-pro;
    src: url(font/P22MackinacPro-Bold.woff2) format("woff2"), url(font/P22MackinacPro-Bold.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

.c-front-table--mobile-slider,
.footer-menu .menu ul,
.footer-ssmm ul,
.navbar .navbar-nav .dropdown .dropdown-menu ul,
.search-block .search-results--keywords {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:850px) and (min-width:53.125em) {
    .nav-to-dropdown.nav-to-dropdown-mds .dropdown-toggle {
        display: none !important
    }

    .nav-to-dropdown.nav-to-dropdown-mds .dropdown-menu {
        display: block !important;
        position: relative !important;
        width: 100%;
        background: inherit;
        border: 0;
        padding: 0;
        transform: none !important;
        float: none !important
    }
}

@media (min-width:985px) and (min-width:61.5625em) {
    .nav-to-dropdown.nav-to-dropdown-md .dropdown-toggle {
        display: none !important
    }

    .nav-to-dropdown.nav-to-dropdown-md .dropdown-menu {
        display: block !important;
        position: relative !important;
        width: 100%;
        background: inherit;
        border: 0;
        padding: 0;
        transform: none !important;
        float: none !important
    }
}

@media (min-width:1120px) and (min-width:70em) {
    .nav-to-dropdown.nav-to-dropdown-mdx .dropdown-toggle {
        display: none !important
    }

    .nav-to-dropdown.nav-to-dropdown-mdx .dropdown-menu {
        display: block !important;
        position: relative !important;
        width: 100%;
        background: inherit;
        border: 0;
        padding: 0;
        transform: none !important;
        float: none !important
    }
}

@media (max-width:849.98px) {
    .navbar.navbar-expand-md .offcanvas-collapse {
        position: absolute;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        height: calc(100vh - 56px);
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out
    }

    .navbar.navbar-expand-md .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%)
    }
}

:root {
    --tc-scroll-ofset: -105;
    --bs-gutter-x: 16px
}

@media (min-width:48em) {
    :root {
        --tc-scroll-ofset: -130
    }
}

@media (min-width:33.75em) and (max-width:61.5525em) {
    :root {
        --bs-gutter-x: 24px
    }
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

[data-bs-toggle=tooltip] {
    cursor: pointer
}

body {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 18px;
    color: #161616;
    font-display: swap
}

body.navbar-open {
    overflow: hidden
}

body.navbar-open:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0
}

.mackinac {
    font-family: p22-mackinac-pro, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-display: swap
}

.h1,
h1 {
    font-size: 24px
}

@media (min-width:33.75em) and (max-width:47.99em) {

    .h1,
    h1 {
        font-size: 28px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {

    .h1,
    h1 {
        font-size: 34px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {

    .h1,
    h1 {
        font-size: 34px
    }
}

@media (min-width:70em) and (max-width:79.99em) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (min-width:80em) and (max-width:89.99em) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (min-width:90em) and (max-width:99.99em) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (min-width:100em) {

    .h1,
    h1 {
        font-size: 48px
    }
}

.h3,
h3 {
    font-size: 21px
}

@media (min-width:33.75em) and (max-width:47.99em) {

    .h3,
    h3 {
        font-size: 21px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {

    .h3,
    h3 {
        font-size: 21px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {

    .h3,
    h3 {
        font-size: 21px
    }
}

@media (min-width:70em) and (max-width:79.99em) {

    .h3,
    h3 {
        font-size: 26px
    }
}

@media (min-width:80em) and (max-width:89.99em) {

    .h3,
    h3 {
        font-size: 26px
    }
}

@media (min-width:90em) and (max-width:99.99em) {

    .h3,
    h3 {
        font-size: 26px
    }
}

@media (min-width:100em) {

    .h3,
    h3 {
        font-size: 26px
    }
}

.h4 {
    font-size: 18px
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .h4 {
        font-size: 18px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .h4 {
        font-size: 18px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .h4 {
        font-size: 18px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .h4 {
        font-size: 21px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .h4 {
        font-size: 21px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .h4 {
        font-size: 21px
    }
}

@media (min-width:100em) {
    .h4 {
        font-size: 21px
    }
}

.fs-12 {
    font-size: 12px
}

.fs-12,
.fs-13 {
    line-height: 1.3
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-18 {
    font-size: 18px;
    margin-bottom: 0
}

.fs-20 {
    font-size: 20px
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .fs-20 {
        font-size: 20px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .fs-20 {
        font-size: 20px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .fs-20 {
        font-size: 20px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .fs-20 {
        font-size: 20px
    }

    .container-blog {
        max-width: 1040px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .fs-20 {
        font-size: 20px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .fs-20 {
        font-size: 20px
    }
}

@media (min-width:100em) {
    .fs-20 {
        font-size: 20px
    }
}

.white-nowrap {
    white-space: nowrap
}

hr {
    opacity: 1
}

.c-white {
    color: #fff
}

.c-gray-dp {
    color: #474747
}

.c-bluegreen-dp {
    color: #006d6f
}

.c-inherit {
    color: inherit !important
}

.bg-light-gray {
    background-color: #d6d6d6
}

.modal-plain--dark .modal-body {
    background: #161616
}

.form-control {
    border-radius: 0;
    color: #474747;
    font-size: 16px
}

label {
    color: #474747
}

.form-floating>label:not(.error) {
    font-size: 14px;
    line-height: 18px;
    text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff
}

.form-floating>label:not(.error):after {
    content: "";
    background: #fff;
    min-width: 80%;
    height: 12px;
    display: block;
    position: absolute;
    padding-right: 0;
    margin-right: 0;
    top: 11px;
    z-index: -1
}

.form-floating>textarea,
.form-floating>textarea:not(.error) {
    height: 105px !important
}

label.error {
    position: relative;
    margin: 0;
    font-size: 12px;
    padding: 0;
    color: #ff2a1d;
    display: block
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label.error {
    transform: none
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label.error {
    transform: none
}

.form-floating>.form-control:focus~label.error,
.form-floating>.form-control:not(:placeholder-shown)~label.error {
    transform: none
}

.form-floating>.form-control:focus {
    border-color: #4cab9a
}

.container-blog {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:80em) and (max-width:89.99em) {
    .container-blog {
        max-width: 1120px
    }
}

@media (min-width:90em) {
    .container-blog {
        max-width: 1280px
    }
}

.aside {
    overflow: hidden;
    width: 100%
}

.aside.aside-sticky {
    position: sticky;
    z-index: 10;
    top: 2%
}

.aside-header {
    background: #474747;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 14px 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .aside-header {
        font-size: 15px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .aside-header {
        font-size: 15px
    }
}

@media (min-width:61.5625em) {
    :root {
        --tc-scroll-ofset: -50
    }

    :root {
        --bs-gutter-x: 40px
    }

    .aside {
        max-width: 350px
    }

    .aside-header {
        padding: 16px
    }
}

.aside-body {
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.aside-body form {
    font-size: 14px
}

.aside-vertical-divider {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d6d6d6
}

@media (max-width:61.5525em) {
    .aside-vertical-divider {
        display: none
    }
}

.aside-vertical-divider>span {
    display: block;
    height: 20px;
    width: 3px;
    background-color: #fff;
    position: sticky;
    left: -1px
}

@media screen and (max-height:845px) {
    .aside-regular hr {
        margin: .75rem 0
    }

    .aside {
        top: 18.05px !important;
        display: flex;
        flex-direction: column
    }

    .aside .aside-body {
        flex: 0 1 auto;
        overflow: auto
    }
}

@media screen and (max-height:691px) {
    .aside {
        top: 18.05px !important
    }
}

@media screen and (max-height:634px) {
    .aside {
        top: 8px !important
    }
}

@media screen and (max-height:570px) {
    .aside {
        top: 2px !important
    }
}

.aside-stepper.step-6 .list-tick-plain-wrapper {
    height: 0;
    padding: 0
}

.slick-quoter {
    height: 115px;
    display: flex;
    justify-content: center;
    transition: all .3s;
    transition-delay: .1s
}

.step-6 .slick-quoter {
    height: 215px
}

.dropdown-select .dropdown-toggle {
    padding: .375rem 2.25rem .375rem 12px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 2px;
    width: 100%;
    line-height: 1em;
    height: 36px;
    text-align: left
}

.dropdown-select .dropdown-toggle:after {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23006D6F" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/></svg>');
    border: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    background-size: cover;
    margin-top: 1px;
    transform: rotate(0)
}

.dropdown-select .dropdown-toggle:hover {
    border-color: #767676
}

.dropdown-select .dropdown-toggle.show {
    border-color: #4cab9a
}

.dropdown-select .dropdown-toggle.show:after {
    transform: rotate(180deg)
}

.dropdown-select .dropdown-menu {
    width: 100%;
    border-radius: 2px;
    margin-top: -3px !important;
    font-size: 14px;
    min-width: 0;
    max-height: 225px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    border-color: #4cab9a
}

.dropdown-select .dropdown-menu .dropdown-item {
    padding: .5rem 12px
}

.dropdown-select .dropdown-menu .dropdown-item:hover {
    background-color: #def1f1
}

.dropdown-select .dropdown-menu .dropdown-item:focus {
    background-color: #006d6f
}

.tooltip .tooltip-inner {
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 2px #d6d6d6;
    text-align: left
}

.tooltip .tooltip-inner p:last-child {
    margin-bottom: 0
}

.tooltip .tooltip-inner a {
    text-decoration: underline;
    opacity: .85
}

.tooltip .tooltip-arrow:before {
    width: 10px;
    height: 10px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 2px #d6d6d6
}

.tooltip .tooltip-arrow:after,
.tooltip .tooltip-arrow:before {
    content: "";
    position: absolute;
    background: #fff
}

.fe-quoter-list--item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 12px 0
}

.fe-quoter-list--item.border-primary {
    border-top-color: #006d6f !important
}

.fe-quoter-list--item:first-child {
    border-top: 0
}

.fe-estimated-coverage-wrapper {
    margin-top: 12px
}

.fe-estimated-coverage-wrapper p {
    border: 1px solid #006d6f;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 2px;
    color: #161616
}

.btn-back-to-top {
    position: fixed;
    bottom: 45px;
    right: 2px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(37, 37, 37, .2);
    border-radius: 2px;
    border: 0;
    color: #474747;
    transition: all .15s ease-in-out;
    transform: translateY(0);
    padding: 6px 6px 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none
}

.btn-back-to-top.visible {
    opacity: 1;
    pointer-events: all
}

@media (min-width:1120px) {
    .btn-back-to-top {
        background: 0 0;
        box-shadow: none
    }
}

.btn-back-to-top:hover {
    color: #006d6f
}

@media (min-width:985px) {
    .btn-back-to-top {
        bottom: 75px;
        right: 17px
    }

    .btn-back-to-top:hover {
        transform: translateY(-10px)
    }
}

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: aktiv-grotesk
}

.accordion-body,
.accordion-button {
    padding-left: 1rem;
    padding-right: 1rem
}

.accordion-body {
    padding-top: 0
}

.accordion-body p:last-child {
    margin-bottom: 0
}

@media (max-width:340px) {
    a.navbar-brand {
        overflow: hidden;
        width: 68px !important
    }
}

.hero-home {
    height: 380px;
    position: relative
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .hero-home {
        height: 405px
    }

    .c-guides--block-hglt .c-guides--block_content {
        font-size: 19px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .hero-home {
        height: 474px
    }

    .c-guides--block-hglt .c-guides--block_content {
        font-size: 19px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .aside-header {
        font-size: 18px
    }

    .hero-home {
        height: 410px
    }

    .c-guides--block-hglt .c-guides--block_content {
        font-size: 19px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .aside-header {
        font-size: 18px
    }

    .hero-home {
        height: 480px
    }

    .c-guides--block-hglt .c-guides--block_content {
        font-size: 19px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .aside-header {
        font-size: 18px
    }

    .hero-home {
        height: 548px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .aside-header {
        font-size: 18px
    }

    .hero-home {
        height: 617px
    }
}

@media (min-width:100em) {
    .aside-header {
        font-size: 18px
    }

    .hero-home {
        height: 685px
    }
}

.btn.c-bluegreen-dp:hover {
    color: #006d6f !important;
    opacity: .8
}

.btn-peach {
    color: #474747;
    background-color: #fec963;
    border-color: #fec963
}

.btn-peach:hover {
    color: #474747;
    background-color: #ffe4af;
    border-color: #ffe4af
}

.btn-peach:focus {
    color: #474747;
    background-color: #ffe4af;
    border-color: #ffe4af;
    box-shadow: 0 0 0 .2rem rgba(227, 182, 95, .5)
}

.btn-peach.active,
.btn-peach:active,
.show>.btn-peach.dropdown-toggle {
    color: #000;
    background-color: #fed482;
    border-color: #fece73
}

.btn-peach.active:focus,
.btn-peach:active:focus,
.show>.btn-peach.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 182, 95, .5)
}

.btn-peach.disabled,
.btn-peach:disabled {
    color: #000;
    background-color: #fec963;
    border-color: #fec963
}

.btn-yellow {
    color: #474747;
    background-color: #ffe4af;
    border-color: #ffe4af
}

.btn-yellow:hover {
    color: #474747;
    background-color: #ffce6f;
    border-color: #ffce6f
}

.btn-yellow:focus {
    color: #474747;
    background-color: #ffce6f;
    border-color: #ffce6f;
    box-shadow: 0 0 0 .2rem hsla(40, 55%, 76%, .5)
}

.btn-yellow.active,
.btn-yellow:active,
.show>.btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #ffe9bf;
    border-color: #ffe7b7
}

.btn-yellow.active:focus,
.btn-yellow:active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(40, 55%, 76%, .5)
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #000;
    background-color: #ffe4af;
    border-color: #ffe4af
}

.c-btn-copy {
    padding: 0;
    color: #006d6f;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    display: flex;
    align-items: center
}

.c-btn-copy span {
    opacity: 0;
    visibility: hidden;
    transition: inherit
}

.c-btn-copy:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 7 16V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 2h9c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413v12c0 .55-.196 1.021-.587 1.413A1.928 1.928 0 0 1 18 18H9zm0-2h9V4H9v12zm-4 6c-.55 0-1.021-.196-1.413-.587A1.928 1.928 0 0 1 3 20V7c0-.283.096-.521.288-.713A.967.967 0 0 1 4 6a.97.97 0 0 1 .713.287A.97.97 0 0 1 5 7v13h10c.283 0 .521.096.713.288A.967.967 0 0 1 16 21c0 .283-.096.52-.287.712A.968.968 0 0 1 15 22H5zM9 4v12V4z' fill='%23006D6F'/%3E%3C/svg%3E");
    opacity: 1;
    height: 24px
}

.c-btn-copy:active:before,
.c-btn-copy:focus:before,
.c-btn-copy:hover:before {
    opacity: .7
}

.c-btn-copy.copied span {
    opacity: 1;
    visibility: visible
}

.c-btn-copy.copied:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 7 16V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 2h9c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413v12c0 .55-.196 1.021-.587 1.413A1.928 1.928 0 0 1 18 18H9zm-4 4c-.55 0-1.021-.196-1.413-.587A1.928 1.928 0 0 1 3 20V7c0-.283.096-.521.288-.713A.967.967 0 0 1 4 6a.97.97 0 0 1 .713.287A.97.97 0 0 1 5 7v13h10c.283 0 .521.096.713.288A.967.967 0 0 1 16 21c0 .283-.096.52-.287.712A.968.968 0 0 1 15 22H5z' fill='%23006D6F'/%3E%3Cpath d='M11.918 12.04l4.817-4.816c.15-.15.34-.224.571-.224.231 0 .422.075.572.224.15.15.224.34.224.572a.774.774 0 0 1-.224.571l-5.388 5.388a.783.783 0 0 1-.572.245.783.783 0 0 1-.571-.245l-2.123-2.122A.774.774 0 0 1 9 11.06c0-.231.075-.421.224-.571.15-.15.34-.225.572-.225.231 0 .422.075.571.225l1.551 1.55z' fill='%23fff'/%3E%3C/svg%3E");
    opacity: 1
}

.c-guides--block-hglt .c-guides--block_content {
    font-size: 19px;
    padding: 20px 12px;
    max-width: 395px
}

@media (min-width:80em) and (max-width:89.99em) {
    .c-guides--block-hglt .c-guides--block_content {
        font-size: 33px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .c-guides--block-hglt .c-guides--block_content {
        font-size: 33px
    }
}

@media (min-width:100em) {
    .c-guides--block-hglt .c-guides--block_content {
        font-size: 33px
    }
}

@media (min-width:48em) {
    .c-guides--block-hglt .c-guides--block_content {
        padding: 24px
    }

    .c-guides--block-hglt .c-guides--block_content {
        padding: 28px
    }
}

@media (min-width:61.5625em) {
    .c-guides--block-hglt .c-guides--block_content {
        padding: 28px
    }

    .c-guides--block-hglt .c-guides--block_content {
        justify-content: end;
        padding-bottom: 15%
    }

    .aside-dropdown--wrapper {
        top: auto !important
    }
}

.c-blog-content--inner {
    max-width: 734px
}

.modal-plain .modal-content {
    border-radius: 0;
    position: relative
}

.modal-plain .modal-body {
    padding: 0
}

.modal-plain .btn-close {
    position: absolute;
    top: -30px;
    right: -25px;
    z-index: 1
}

.modal-plain--dark .btn-close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat
}

.messager-box {
    position: fixed;
    bottom: 0;
    left: 1rem;
    width: 220px;
    background-color: #fafafa;
    z-index: 99;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    transition: all .2s;
    transform: translateY(40px)
}

.messager-box.show {
    transform: translateY(0)
}

.messager-box.open {
    width: 340px;
    z-index: 100
}

@media (max-width:33.74em) {
    .messager-box {
        left: 0;
        transition: none
    }

    .messager-box.open {
        width: 97% !important;
        margin-left: 1.5%;
        height: 98vh;
        top: 1vh;
        z-index: 100000;
        box-shadow: 0 0 3px 5px rgba(0, 0, 0, .2)
    }
}

.messager-box .messager-box-header {
    background-color: #474747;
    color: #fff;
    padding: 6px .9rem
}

@media (max-width:47.99em) {
    .messager-box.open {
        width: 97% !important;
        margin-left: 1.5%;
        height: 98vh;
        top: 1vh;
        z-index: 100000;
        box-shadow: 0 0 3px 5px rgba(0, 0, 0, .2)
    }

    .messager-box .form-floating>.form-control {
        font-size: 16px
    }

    .messager-box .messager-box-header {
        padding: 4px .9rem
    }
}

.messager-box .messager-box-header .messager-box-header-opener {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%
}

.messager-box .messager-box-header .messager-box-header-opener-bubble {
    margin-bottom: -2px;
    display: block;
    height: 16px
}

.messager-box .messager-box-header .messager-box-header-opener-bubble svg {
    display: block
}

.messager-box .messager-box-header .messager-box-header-opener-bubble svg path {
    fill: #fff
}

.messager-box .messager-box-header .messager-box-header-opener-label {
    flex-grow: 2;
    padding: 0 1rem;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.messager-box .messager-box-header .messager-box-header-opener-carrot {
    display: block;
    height: 9px
}

.messager-box .messager-box-header .messager-box-header-opener-carrot svg {
    display: block
}

.messager-box.open .messager-box-header-opener-carrot {
    transition: all .5s;
    transform: rotate(180deg) translateY(0);
    transform-origin: center
}

.messager-box .messager-box-content {
    display: none;
    margin: 1.2rem 1rem 0
}

.messager-box hr {
    background-color: #ebebeb
}

.messager-box .step-confirmation {
    display: none;
    background-color: #d3f1f1;
    border-radius: 8px;
    padding: 1rem;
    color: #006d6f;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem
}

.aside-dropdown--wrapper {
    position: relative
}

.dropdown-sections .btn {
    color: #fff;
    background-color: #474747;
    border-color: #474747;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
    font-weight: 500;
    padding: 8px 12px
}

.dropdown-sections .btn:hover {
    color: #fff;
    background-color: #474747;
    border-color: #474747
}

.dropdown-sections .btn:focus {
    color: #fff;
    background-color: #474747;
    border-color: #474747;
    box-shadow: 0 0 0 .2rem rgba(99, 99, 99, .5)
}

.dropdown-sections .btn.active,
.dropdown-sections .btn:active,
.show>.dropdown-sections .btn.dropdown-toggle {
    color: #fff;
    background-color: #393939;
    border-color: #353535
}

.dropdown-sections .btn.active:focus,
.dropdown-sections .btn:active:focus,
.show>.dropdown-sections .btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 99, 99, .5)
}

.dropdown-sections .btn.disabled,
.dropdown-sections .btn:disabled {
    color: #fff;
    background-color: #474747;
    border-color: #474747
}

@media (min-width:33.75em) {
    .dropdown-sections .btn {
        padding: 8px 20px
    }
}

.dropdown-sections .btn:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/ph_caret-circle-down-light.svg);
    border: 0
}

.dropdown-sections .btn.show:after {
    transform: translateY(-50%) rotate(180deg)
}

.dropdown-sections .dropdown-menu {
    width: 100%;
    margin-top: -2px !important;
    border-top: 0;
    border-radius: 1px;
    padding: 8px 16px 16px
}

.c-front-table--mobile td,
.c-front-table--mobile th {
    padding: 0;
    border: 3px solid #fffaf1 !important;
    border-right: 2px solid #fffaf1 !important;
    border-left: 2px solid #fffaf1 !important;
    vertical-align: middle
}

.c-front-table--mobile td>div,
.c-front-table--mobile th>div {
    border-radius: 2px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    height: 82px;
    font-size: 15px
}

@media (min-width:48em) {

    .c-front-table--mobile td>div,
    .c-front-table--mobile th>div {
        height: 64px
    }

    .fe-quoter-form .tab-content .tab-pane .fe-selector--reset {
        padding-top: 4px
    }
}

.c-front-table--mobile tbody tr th {
    width: 33%
}

@media (min-width:33.75em) {
    .c-front-table--mobile tbody tr th {
        width: 25%
    }
}

.c-front-table--mobile tbody tr th>div {
    font-weight: 500;
    color: #fff;
    background-color: #004547
}

.c-front-table--mobile tbody tr td {
    width: 33%
}

.c-front-table--mobile tbody tr td>div {
    background-color: #dcdcdc
}

.c-front-table--mobile tbody tr td:first-child>div {
    text-align: left;
    justify-content: flex-start
}

.c-front-table--mobile tbody tr:nth-of-type(odd) td>div {
    background-color: #ebebeb
}

.c-front-table--mobile .slide-change.hide {
    display: none
}

.c-front-table--mobile-slider {
    text-align: center
}

.c-front-table--mobile-slider>li {
    display: inline-block;
    margin: 0 .5rem;
    background: #d6d6d6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.c-front-table--mobile-slider>li.active {
    background: #474747
}

.c-front-table--mobile-slider>li button {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%
}

.c-front-table-slider--mobile__footer {
    flex-basis: 100%
}

.c-insuranse-details-v2 .c-tooltip {
    width: 100%
}

@media (min-width:80em) {
    .c-guides--block-hglt .c-guides--block_content {
        max-width: 555px
    }

    .c-insuranse-details-v2 .c-tooltip {
        width: 720px
    }
}

.c-insuranse-details-v2 .c-tooltip--trigger {
    transform: translate(-2px, -2px) scale(1.1)
}

.fe-quoter-form .nav .nav-item {
    flex-basis: 50%
}

.fe-quoter-form .nav .nav-item .nav-link {
    width: 100%;
    display: block;
    color: #767676;
    border-radius: 0;
    border: 1px solid #767676;
    border-bottom: 0 !important
}

.fe-quoter-form .nav .nav-item .nav-link.active {
    background: #006d6f;
    border: 1px solid #006d6f;
    color: #fff
}

.fe-quoter-form .nav .nav-item:first-child .nav-link:not(.active) {
    border-right: 0
}

.fe-quoter-form .nav .nav-item:last-child .nav-link:not(.active) {
    border-left: 0
}

.fe-quoter-form .cm-direct-expl {
    border-radius: 8px;
    padding: 16px;
    font-size: 15px;
    line-height: 20px
}

.fe-quoter-form .cm-direct-expl a {
    color: #474747
}

.fe-quoter-form .cm-direct-expl a:hover {
    color: #006d6f
}

.fe-quoter-form .tab-content {
    border: 1px solid #006d6f
}

.fe-quoter-form .tab-content .tab-pane .fe-item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.fe-quoter-form .tab-content .tab-pane .fe-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.fe-quoter-form .tab-content .tab-pane .fe-selector {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width:47.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector {
        align-items: center;
        flex-wrap: wrap
    }
}

@media (min-width:61.5625em) and (max-width:79.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector {
        flex-wrap: wrap
    }
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--label {
    flex: 1
}

@media (max-width:47.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector--label {
        flex-basis: 100%
    }
}

@media (min-width:61.5625em) and (max-width:79.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector--label {
        flex-basis: 100%
    }
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--label .form-text {
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    margin-top: 0
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--label .form-label {
    margin-bottom: 0;
    color: #474747;
    font-weight: 500
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--input {
    flex-basis: 100px;
    margin-left: 1rem
}

@media (max-width:47.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector--input {
        flex-basis: auto;
        flex: 1;
        margin-left: 0;
        margin-top: 5px
    }

    .fe-quoter-form .tab-content .tab-pane .fe-selector--reset {
        margin-top: 5px;
        height: 32px
    }
}

@media (min-width:61.5625em) and (max-width:79.99em) {
    .fe-quoter-form .tab-content .tab-pane .fe-selector--input {
        flex-basis: auto;
        flex: 1;
        margin-left: 0;
        margin-top: 5px
    }
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--input .form-control:focus {
    border-color: #4cab9a
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--reset {
    margin-left: 1rem;
    flex-basis: 32px
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--reset .btn {
    font-size: 24px;
    opacity: .5
}

.fe-quoter-form .tab-content .tab-pane .fe-selector--reset .btn:hover {
    opacity: 1
}

.fe-quoter-form .tab-content .tab-pane .fe-selector.hide-reset .fe-selector--reset {
    opacity: 0;
    pointer-events: none
}

.fe-quoter-form .tab-content .tab-pane .form-check {
    margin-bottom: 1rem
}

.fe-quoter-form .tab-content .tab-pane .form-check:last-child {
    margin-bottom: 0
}

.fe-quoter-form .tab-content .tab-pane .form-check .fe-selector--input input {
    pointer-events: none;
    border-color: #e7eaed
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input:checked+.fe-selector label {
    color: #161616
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input:checked+.fe-selector .fe-selector--input input {
    pointer-events: all;
    border-color: #ced4da
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input:checked+.fe-selector .fe-selector--input input:focus {
    border-color: #4cab9a
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input-plus {
    border-radius: 50%;
    border-color: #4cab9a;
    background-color: #4cab9a;
    background-size: 13px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 14H18V4a2 2 0 0 0-4 0v10H4a2 2 0 0 0 0 4h10v10a2 2 0 0 0 4 0V18h10a2 2 0 0 0 0-4z' fill='%23fff'/%3E%3C/svg%3E")
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input-plus:hover {
    border-color: #006d6f;
    background-color: #006d6f
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input-plus:checked {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M417.4 224H94.6C77.7 224 64 238.3 64 256s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z' fill='%234cab9a'/%3E%3C/svg%3E")
}

.fe-quoter-form .tab-content .tab-pane .form-check .form-check-input-plus:checked:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M417.4 224H94.6C77.7 224 64 238.3 64 256s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z' fill='%23006D6F'/%3E%3C/svg%3E")
}

.page-template-tpl-fe-quoter .c-blog-content--inner .aside.aside-sticky {
    margin-top: 105px
}

@media (min-width:1120px) {
    .page-template-tpl-fe-quoter .c-blog-content--inner .aside.aside-sticky {
        margin-top: 128px
    }
}

.c-text-article {
    background: #fff;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .05);
    border-radius: 2px;
    padding: 0;
    height: 100%;
    text-decoration: none;
    display: block;
    color: inherit
}

.c-text-article .image-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.search-block .search-results--keywords>li button,
.search-block .search-results--keywords>li>a {
    text-decoration: none !important;
    display: block;
    padding: 10px 0;
    color: #474747;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    background: 0 0;
    width: 100%;
    text-align: left
}

@media (min-width:33.75em) and (max-width:47.99em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 15px
    }
}

.search-block .search-results--keywords>li button .capsule-results--title,
.search-block .search-results--keywords>li>a .capsule-results--title {
    color: #006d6f;
    font-weight: 500;
    margin-bottom: 5px
}

.search-block .search-results--keywords>li button:hover,
.search-block .search-results--keywords>li>a:hover {
    color: #161616
}

@media (min-width:768px) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        padding: 8px 0;
        line-height: 144%
    }

    .search-block .search-results--keywords>li button>div,
    .search-block .search-results--keywords>li>a>div {
        padding: 4px 0
    }

    .search-block .search-results--keywords>li button:hover .capsule-results--title,
    .search-block .search-results--keywords>li>a:hover .capsule-results--title {
        text-decoration: underline !important
    }
}

.footer-menu .footer-logo {
    max-width: 122px
}

/* .footer-menu .footer-logo img {
    width: 100%;
    height: auto
} */

.footer-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width:33.75em) {
    .c-front-table--mobile tbody tr td {
        width: 25%
    }

    .c-text-article {
        padding: 0
    }

    .footer-menu .menu {
        flex-direction: row
    }

    .phone-bar>span:last-child {
        border-left: 1px solid #fff
    }
}

@media (min-width:70em) {
    .footer-menu .menu {
        flex-wrap: nowrap
    }
}

.footer-menu .menu ul {
    font-size: 15px;
    margin-top: 10px
}

.footer-menu .menu ul li {
    margin-bottom: 15px
}

.footer-menu .menu ul li a {
    text-decoration: none;
    color: inherit;
    opacity: 1
}

.footer-menu .menu ul li a:hover {
    opacity: 1;
    text-decoration: underline
}

.footer-menu .menu>div {
    margin-bottom: 24px
}

@media (min-width:33.75em) and (max-width:61.5525em) {
    .dropdown-sections .btn:after {
        right: 30px
    }

    .footer-menu .menu>div {
        flex-basis: calc(50% - 24px)
    }
}

@media (min-width:61.5625em) {
    .footer-menu .menu>div {
        margin-left: 24px;
        margin-bottom: 0;
        flex-basis: 210px;
        flex-grow: 0
    }

    .navbar .navbar-collapse {
        height: 72px
    }
}

.footer-menu .menu>div:first-child {
    margin-left: 0;
    flex-basis: auto;
    min-width: 122px
}

@media (min-width:33.75em) and (max-width:69.99em) {
    .footer-menu .menu>div.menu--breaks {
        flex: 0 1 100%;
        margin-left: 0;
        margin-bottom: 0
    }

    .footer-menu .menu>div.menu--breaks:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        margin: 1.3rem 0;
        color: inherit;
        background-color: #d6d6d6;
        border: 0
    }
}

@media (min-width:70em) {
    .footer-menu .menu>div.menu--breaks {
        flex-shrink: 0
    }
}

@media (min-width:70em) and (max-width:84.99em) {
    .footer-menu .menu>div.menu--breaks {
        flex-basis: auto
    }
}

@media (min-width:33.75em) and (max-width:69.99em) {
    .footer-menu .menu>div.menu--breaks>div {
        display: none
    }

    .footer-menu .menu>div.menu--breaks ul {
        text-align: center
    }

    .footer-menu .menu>div.menu--breaks ul li {
        display: inline-block;
        margin: 5px 15px
    }
}

.footer-ssmm ul {
    display: inline-flex;
    align-items: center
}

.footer-ssmm ul li {
    margin-left: 15px
}

.footer-ssmm ul li:first-child {
    margin-left: 0
}

.footer-ssmm ul li a {
    display: block;
    color: #474747;
    font-size: 22px;
    text-decoration: none;
    opacity: 1;
    transition: all .4s ease-in-out
}

.footer-ssmm ul li a:hover {
    opacity: .8
}

.footer-copy {
    font-size: 14px
}

@media (min-width:0em) and (max-width:28.75em) {
    .footer-ssmm {
        overflow: hidden
    }
}

@media (min-width:0em) and (max-width:29.375em) {
    .footer-ssmm .logo-references .trustpilot-wrapper {
        width: 120px
    }

    .footer-ssmm .logo-references .bbb-wrapper img {
        width: auto;
        max-height: 96px;
        height: 29px;
        min-width: 0
    }
}

@media (min-width:0em) and (max-width:24.375em) {
    .footer-ssmm .logo-references {
        transform: scale(.8)
    }
}

@media (min-width:0em) and (max-width:24.625em) {
    .footer-ssmm .logo-references div>iframe {
        transform: scale(.72);
        transform-origin: left
    }

    .footer-ssmm .logo-references div>a>img {
        width: 100%;
        max-height: 70px;
        height: auto;
        min-width: 70px
    }
}

@media (min-width:24.6875em) and (max-width:29.375em) {
    .footer-ssmm .logo-references div>iframe {
        transform: scale(.72);
        transform-origin: left
    }

    .footer-ssmm .logo-references div>a>img {
        width: 100%;
        max-height: 65px;
        height: auto;
        min-width: 65px
    }
}

.navbar .navbar-nav .dropdown.nav-item-search.show .dropdown-toggle,
.navbar .navbar-nav .dropdown:not(.nav-item-search):hover .dropdown-toggle,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    border-top-color: #fffaf1;
    border-bottom-color: #4cab9a;
    background-color: #fffaf1;
    color: #006d6f
}

.navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.navbar.navbar-loading {
    height: 72px;
    overflow: hidden;
    opacity: 0
}

.navbar .navbar-toggler {
    position: relative;
    border: 0;
    padding-bottom: 8px
}

.navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar .navbar-toggler-label {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    letter-spacing: .02em;
    color: #474747;
    text-transform: uppercase
}

.navbar .navbar-toggler-label:before {
    content: "Menu"
}

@media (max-width:61.5525em) {
    .aside-dropdown--wrapper {
        position: sticky;
        z-index: 10;
        background-color: #fff
    }

    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        background: #fff
    }

    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        background: #fffaf1;
        z-index: 100
    }

    .navbar .navbar-collapse.show {
        overflow: auto
    }
}

@media (max-width:61.5525em) and (max-width:23.75em) {
    .navbar .navbar-collapse {
        top: 55px
    }
}

@media (max-width:61.5525em) and (max-width:539.98px) {
    .navbar .navbar-collapse.show {
        height: calc(100vh - 55px);
        height: calc(var(--vh, 1vh) * 100 - 55px)
    }
}

.navbar .navbar-collapse .collapse-mobile {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    font-size: 15px;
    flex-direction: column;
    height: 100%;
    min-height: 570px
}

@media (max-width:539.98px) {
    .navbar .navbar-collapse .collapse-mobile {
        height: auto
    }
}

.navbar .navbar-collapse .collapse-mobile__inner {
    max-width: 475px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%
}

.navbar .navbar-collapse .collapse-mobile__inner .navbar {
    height: auto
}

.navbar .navbar-brand {
    width: 152px;
    height: 60px;
    display: flex
}

/* .navbar .navbar-brand img {
    width: 100%;
    height: auto
} */

.navbar .btn {
    font-size: 15px;
    padding: 14px 16px
}

@media (max-width:23.75em) {
    .navbar .navbar-brand {
        width: 100px
    }

    .navbar .btn {
        padding: 10px 12px
    }
}

.navbar .navbar-nav {
    height: 100%
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #474747;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 100%;
    display: inline-flex;
    align-items: center
}

@media (min-width:70em) and (max-width:79.99em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:80em) {
    .navbar .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navbar .navbar-nav .nav-item-search {
    height: 72px
}

.navbar .navbar-nav .nav-item-search .nav-link {
    background-color: transparent !important;
    border: none !important;
    padding-right: 0 !important
}

.navbar .navbar-nav .nav-item-search .nav-link div {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #474747;
    padding: 6px;
    text-align: center
}

.navbar .navbar-nav .nav-item-search .nav-link div svg path {
    fill: #fff
}

.navbar .navbar-nav .nav-item-search.show .nav-link div,
.navbar .navbar-nav .nav-item-search:hover .nav-link div {
    background-color: #bebebe
}

.navbar .navbar-nav .nav-item-plain {
    margin-top: 7px
}

.navbar .navbar-nav .nav-item-plain a {
    color: #474747;
    text-decoration: none;
    font-weight: 500
}

.navbar .navbar-nav .dropdown {
    position: static
}

.navbar .navbar-nav .dropdown .dropdown-toggle:after {
    display: none
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    display: block;
    border-radius: 0;
    border: 0;
    color: #474747;
    background: #fffaf1;
    top: 71px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(15px);
    margin: 0;
    padding-left: calc(var(--bs-gutter-x) * .7);
    padding-right: calc(var(--bs-gutter-x) * .7);
    opacity: 0;
    pointer-events: none
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-lists {
    display: flex;
    flex-direction: row
}

@media (max-width:69.99em) {
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-lists {
        flex-direction: column
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-lists ul:first-child li:first-child {
        margin-top: 0
    }
}

.navbar .navbar-nav .dropdown .dropdown-menu ul {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3rem
}

.navbar .navbar-nav .dropdown .dropdown-menu ul li {
    margin-top: 16px
}

.navbar .navbar-nav .dropdown .dropdown-menu ul li a {
    text-decoration: none;
    color: #474747
}

.navbar .navbar-nav .dropdown .dropdown-menu ul li a:hover {
    text-decoration: underline
}

.navbar .navbar-nav .dropdown.nav-item-search.show .dropdown-menu,
.navbar .navbar-nav .dropdown:not(.nav-item-search):hover .dropdown-menu {
    display: block;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
    opacity: 1
}

.navbar .navbar-nav .navbar-overlay {
    display: block;
    width: 100vw;
    height: calc(100vh - 72px);
    position: fixed;
    top: 72px;
    left: 0;
    background-color: rgba(0, 0, 0, .35);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 100
}

.navbar .navbar-nav .nav-item.nav-item-search.dropdown.show~.navbar-overlay,
.navbar .navbar-nav .nav-item:not(.nav-item-search).dropdown:hover~.navbar-overlay {
    opacity: 1;
    visibility: visible
}

.navbar form {
    margin-left: auto
}

.navbar .accordion .accordion-item {
    background-color: inherit
}

.navbar .accordion .accordion-item:last-child {
    border-bottom: 1px solid #d6d6d6
}

.navbar .accordion .accordion-button {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: #006d6f;
    padding-left: 0;
    padding-right: 5px;
    background-color: inherit
}

.navbar .accordion .accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M6 6.975c-.133 0-.262-.025-.388-.075a.905.905 0 0 1-.312-.2L.7 2.1a.948.948 0 0 1-.275-.7c0-.284.092-.517.275-.7a.948.948 0 0 1 .7-.275c.284 0 .517.091.7.275L6 4.6 9.9.7a.948.948 0 0 1 .7-.275c.284 0 .517.091.7.275a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7L6.7 6.7c-.1.1-.208.17-.325.213A1.082 1.082 0 0 1 6 6.975z' fill='%23006D6F'/%3E%3C/svg%3E");
    width: 12px;
    height: 7px;
    background-size: cover
}

.navbar .accordion .accordion-body {
    padding-left: 0;
    padding-right: 0
}

.navbar.open .navbar-toggler-label:before {
    content: "Close"
}

.phone-bar {
    text-align: center;
    line-height: 1.1;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #474747;
    position: fixed;
    top: 72px;
    z-index: 99;
    background-color: #def1f1
}

@media (min-width:61.5625em) {
    .navbar .btn {
        white-space: nowrap
    }

    .navbar .navbar-nav .nav-link {
        white-space: nowrap
    }

    .phone-bar {
        position: relative;
        top: auto
    }

    .aside.aside-toc .c-toc {
        max-height: calc(100vh - 15px)
    }
}

.phone-bar>span {
    padding: 0 8px 0 0
}

.phone-bar>span:last-child {
    padding: 0 0 0 8px
}

@media (max-width:33.74em) {
    .phone-bar>span {
        display: block;
        line-height: 1.5rem
    }
}

@media (max-width:61.5525em) {
    .phone-bar {
        position: relative;
        top: auto;
        background: #def1f1;
        padding: 10px var(--bs-gutter-x);
        margin-left: calc(var(--bs-gutter-x) * -1);
        width: calc(100% + var(--bs-gutter-x) * 2);
        font-weight: 400
    }

    main {
        padding-top: 118px;
        padding-top: 60px
    }
}

.col-20perc {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width:53.125em) {
    .col-20perc {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:70em) {
    .navbar .btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .col-20perc {
        border-left: 1px solid #d6d6d6;
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .col-20perc:first-child {
        border: 0
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .col-20perc:last-child {
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .navbar .navbar-nav .dropdown .dropdown-menu ul li {
        margin-top: 16px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu ul li:first-child {
        margin-top: 0
    }

    .col-20perc {
        flex: 0 0 auto;
        width: 25%;
        max-width: 310px
    }
}

.dropdown-menu--learn__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.nav-link-icon {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    max-width: 260px;
    flex-grow: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    margin-bottom: 30px
}

.nav-link-icon:last-child {
    margin-bottom: 0
}

@media (min-width:70em) {
    .nav-link-icon {
        flex-basis: 255px;
        margin-bottom: 0
    }
}

.nav-link-icon:hover {
    opacity: .7;
    color: #6c757d
}

.nav-link-icon--img {
    flex-basis: 55px;
    width: 55px;
    flex-shrink: 0
}

.nav-link-icon--img img {
    display: block;
    margin: 0 auto
}

.learn-center {
    flex: 0 0 auto;
    width: 196px;
    background: #004547;
    border-radius: 4px;
    text-align: center;
    padding: 16px 80px 16px 12px
}

.learn-center .fs-15 {
    line-height: 1.3
}

@media (min-width:33.75em) {
    .learn-center {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.learn-center img {
    width: 80px
}

@media (min-width:53.125em) {
    .learn-center {
        padding: 16px 12px
    }

    .learn-center img {
        width: 55px
    }
}

.learn-center:hover .read-more-link-learn-center {
    color: hsla(208, 7%, 46%, .8)
}

.collapse-mobile .learn-center {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden
}

.collapse-mobile .learn-center .learn-center-img {
    position: absolute;
    right: -8px;
    top: -21px
}

.mainlogo {
    width: 100%;
    height: auto
}

.search-block {
    position: relative
}

@media (max-width:984.98px) {
    .search-block {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.search-block .search-input {
    height: 40px;
    background: hsla(0, 0%, 100%, .35);
    border: 1px solid #767676;
    border-radius: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px
}

@media (min-width:985px) {
    .search-block {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    .search-block .search-input {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: transparent
    }
}

.search-block .search-input--field {
    flex: 1;
    margin-left: 8px;
    position: relative
}

.search-block .search-input--field .btn-reset {
    right: 1px;
    padding: 0 1px
}

.search-block .search-input--field .btn-reset svg {
    width: 12px
}

.search-block .search-input--field input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    padding-right: 30px
}

@media (min-width:985px) {
    .search-block .search-input--field input {
        font-size: 18px;
        line-height: 18px;
        border: 0 !important;
        outline: 0 !important
    }
}

.search-block .search-input--field input[type=search]::-ms-clear,
.search-block .search-input--field input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.search-block .search-input--field input[type=search]::-webkit-search-cancel-button,
.search-block .search-input--field input[type=search]::-webkit-search-decoration,
.search-block .search-input--field input[type=search]::-webkit-search-results-button,
.search-block .search-input--field input[type=search]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none
}

.search-block .btn-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1em;
    font-size: 15px
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .search-block .btn-icon {
        font-size: 15px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .search-block .btn-icon {
        font-size: 18px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .search-block .btn-icon {
        font-size: 18px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .search-block .btn-icon {
        font-size: 18px
    }
}

@media (min-width:80em) and (max-width:89.99em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .search-block .btn-icon {
        font-size: 18px
    }
}

@media (min-width:90em) and (max-width:99.99em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .search-block .btn-icon {
        font-size: 18px
    }
}

@media (min-width:100em) {

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        font-size: 18px
    }

    .search-block .btn-icon {
        font-size: 18px
    }
}

.search-block .btn-icon span {
    display: inline-block;
    margin-left: 8px;
    font-size: .8em
}

.search-block .search-back {
    display: none
}

@media (min-width:985px) {
    .search-block .search-back {
        display: none !important
    }
}

.search-block .search-back .btn {
    color: #767676
}

.search-block .search-back .btn span {
    transform: rotate(180deg);
    margin-right: 8px;
    margin-left: 0
}

.search-block .search-results {
    background: #fffaf1;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    min-height: 274px;
    color: #474747;
    flex-direction: column
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .search-block .search-results {
        font-size: 15px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (min-width:100em) {
    .search-block .search-results {
        font-size: 18px
    }
}

@media (max-width:984.98px) {
    .search-block .search-results {
        line-height: 135%;
        display: none;
        flex: 1;
        z-index: 1
    }
}

.search-block .search-results .default-results {
    margin-top: 2rem
}

.search-block .search-results .ajax-results .search-results--keywords {
    margin-top: calc(2rem - 10px) !important
}

.search-block .search-results-list {
    flex: 1;
    display: flex;
    flex-direction: column
}

.search-block .search-results--title {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    width: -moz-max-content;
    width: max-content
}

.search-block .search-results--title_icon {
    width: 16px
}

.search-block .search-results--keywords>li {
    margin-top: 0 !important
}

.search-block .search-results--keywords>li button,
.search-block .search-results--keywords>li>a {
    padding: 10px var(--bs-gutter-x)
}

.search-block .search-results--keywords>li button:hover,
.search-block .search-results--keywords>li>a:hover {
    background-color: #fff4de
}

.search-block .search-results--notice {
    margin-bottom: calc(2rem - 8px) !important;
    font-size: 15px;
    font-weight: 400;
    padding-left: 16px
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .search-block .search-results--notice {
        font-size: 15px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:100em) {
    .search-block .search-results--notice {
        font-size: 18px
    }
}

@media (min-width:540px) {
    .search-block .search-results--notice {
        padding-left: 24px
    }
}

.search-block .search-results .more-results {
    padding-left: 0
}

@media (min-width:985px) {
    .search-block .search-results .ajax-results .search-results--keywords {
        margin-top: calc(2rem - 8px) !important
    }

    .search-block .search-results .ajax-results .search-results--keywords_posts {
        margin-top: calc(2rem - 12px) !important
    }

    .search-block .search-results--keywords>li button,
    .search-block .search-results--keywords>li>a {
        padding: 8px 24px;
        padding-left: 24px
    }

    .search-block .search-results--notice {
        padding-left: 25px
    }

    .search-block .search-results .more-results {
        padding-left: 24px
    }
}

.search-block.focus .search-back {
    display: block
}

.search-block.focus .search-input {
    border-color: #006d6f
}

@media (max-width:984.98px) {
    .search-block .search-results--title {
        flex-direction: row-reverse
    }

    .search-block .search-results--keywords {
        margin-left: calc(var(--bs-gutter-x) * -1);
        margin-right: calc(var(--bs-gutter-x) * -1)
    }

    .search-block .search-results .more-results {
        margin-bottom: 0 !important
    }

    .search-block.focus .search-input--icon svg path {
        fill: #006d6f
    }

    .search-block.focus .search-results {
        display: flex
    }
}

body.search .search-page-form-wrapper .search-back {
    display: none !important
}

body.search .search-block .search-results {
    display: block !important
}

body.search .search-block .search-results--keywords>li button:hover {
    background-color: transparent
}

body.search .search-results {
    background: #fffaf1
}

.search-desktop .search-back {
    display: none !important
}

.search-block .btn-reset,
.search-form .btn-reset {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.search-block .btn-reset svg,
.search-form .btn-reset svg {
    pointer-events: none;
    width: 14px;
    height: auto
}

.search-block .btn-reset.show,
.search-form .btn-reset.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.search-form .form-control {
    position: relative;
    padding-left: 48px;
    border-radius: 24px
}

.search-form .form-control:-moz-placeholder-shown {
    padding-left: 14px
}

.search-form .form-control:placeholder-shown {
    padding-left: 14px
}

.search-form .form-control:-ms-input-placeholder {
    padding-left: 14px
}

.search-form input[type=search]::-ms-clear,
.search-form input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.search-form input[type=search]::-webkit-search-cancel-button,
.search-form input[type=search]::-webkit-search-decoration,
.search-form input[type=search]::-webkit-search-results-button,
.search-form input[type=search]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none
}

.search-form .btn-reset {
    left: 12px
}

.search-form .btn {
    padding: 10px 20px 7px 24px;
    border-radius: 24px !important;
    margin-left: -24px !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
    font-size: 16px;
    color: #fff;
    background-color: #767676;
    border-color: #767676
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .search-form .btn {
        font-size: 16px
    }
}

@media (min-width:48em) and (max-width:61.5525em) {
    .search-form .btn {
        font-size: 16px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .search-form .btn {
        font-size: 18px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .search-form .btn {
        font-size: 18px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .search-form .btn {
        font-size: 18px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .search-form .btn {
        font-size: 18px
    }
}

@media (min-width:100em) {
    .search-form .btn {
        font-size: 18px
    }
}

.search-form .btn:hover {
    color: #fff;
    background-color: #474747;
    border-color: #5e5e5e
}

.search-form .btn:focus {
    color: #fff;
    background-color: #474747;
    border-color: #5e5e5e;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 55%, .5)
}

.search-form .btn.active,
.search-form .btn:active,
.show>.search-form .btn.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #595959
}

.search-form .btn.active:focus,
.search-form .btn:active:focus,
.show>.search-form .btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 55%, .5)
}

.search-form .btn.disabled,
.search-form .btn:disabled {
    color: #fff;
    background-color: #767676;
    border-color: #767676
}

@media (max-width:539.98px) {
    .search-form .btn {
        padding: 8px 17px
    }

    .post-content {
        overflow-x: hidden
    }
}

.search-form .btn svg path {
    fill: #fff
}

.search-form .alias-error-message {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 75%;
    padding: .3rem 1rem;
    margin-top: .1rem;
    font-size: .875rem;
    background-color: #fff;
    border-radius: .25rem;
    z-index: 100;
    padding-left: 5px;
    pointer-events: none !important
}

.search-form .alias-error-message:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/alert_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    pointer-events: none
}

.search-block .search-results .search-results--keywords>li>a p,
.search-block .search-results--keywords>li .search-results button p,
.search-results .search-block .search-results--keywords>li button p,
.search-results .search-block .search-results--keywords>li>a p {
    margin-bottom: 0
}

@keyframes g {
    to {
        transform: rotate(1turn)
    }
}

.search-pre-loading {
    position: relative
}

.search-pre-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    border-top-color: #fffaf1;
    animation: .6s linear infinite g;
    margin-top: -8px;
    z-index: 6
}

@media (min-width:985px) {
    .search-pre-loading:before {
        background: #fffaf1
    }

    .aside.aside-toc .c-toc ul li ul {
        margin-left: -22px;
        display: none
    }
}

body.search .search-page-form-wrapper .search-block .search-input {
    display: none
}

body.search .search-page-form-wrapper .search-block {
    position: absolute;
    display: none;
    width: 100%;
    padding: 10px;
    margin: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    max-width: inherit;
    border-radius: 21px;
    margin-top: 10px !important;
    z-index: 1;
    background-color: #fff
}

@media (max-width:984.98px) {
    .search-mobile.focus {
        height: 100%
    }

    body.search .search-page-form-wrapper .search-block {
        height: auto;
        padding-left: 21px;
        z-index: 10
    }
}

body.search .search-page-form-wrapper .search-results {
    min-height: inherit;
    padding-bottom: 5px;
    background-color: #fff
}

body.search .search-page-form-wrapper .search-block .search-results .ajax-results .search-results--keywords {
    margin-top: 5px !important;
    width: 100%;
    padding-left: 3px
}

.show-on-first.hide,
.show-on-nofound.hide,
body.search #navbarSearch {
    display: none !important
}

.c-authors,
.c-blog-content table {
    font-size: 15px
}

.c-authors {
    display: flex;
    white-space: nowrap;
    gap: 36px
}

@media (min-width:36.8125em) {
    .c-authors {
        margin-bottom: 4px
    }
}

.c-authors address {
    margin-bottom: 0
}

@media (max-width:36.75em) {
    .c-authors {
        flex-wrap: wrap;
        gap: 13px
    }

    .c-authors address {
        flex-basis: 100%
    }
}

.c-authors address>div,
.c-authors address>span {
    color: #161616;
    display: flex;
    align-items: center;
    width: 100%
}

.c-authors address>div .author,
.c-authors address>span .author {
    font-weight: 500;
    background-image: linear-gradient(90deg, #006d6f 50%, hsla(0, 0%, 100%, 0) 0);
    background-position: 0 104%;
    background-size: 10px .1rem;
    background-repeat: repeat-x;
    color: #006d6f;
    margin-left: 7px;
    line-height: 1.4em
}

.c-authors address>div.description,
.c-authors address>span.description {
    color: #474747;
    font-size: 15px;
    margin-top: 4px;
    display: block
}

.c-authors address>div.description>span,
.c-authors address>span.description>span {
    display: inline
}

.c-authors address>div.description>span+span,
.c-authors address>span.description>span+span {
    padding-left: 7px
}

.c-authors address>div.description>span+span:before,
.c-authors address>span.description>span+span:before {
    content: "|";
    padding-right: 7px
}

.c-authors address.fact-checked svg {
    height: 20px;
    width: auto;
    margin-top: -4px;
    display: block
}

.c-authors address.fact-checked svg path {
    stroke: #006d6f
}

.c-meta__wrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid #006d6f;
    border-bottom: 1px solid #006d6f;
    padding: 24px 0;
    gap: 16px;
    margin: 32px 0 52px
}

.c-meta__wrapper .c-meta__avatars {
    flex-shrink: 0;
    display: none
}

@media (min-width:48em) and (max-width:61.5525em) {
    .c-meta__wrapper .c-meta__avatars {
        display: block
    }
}

@media (min-width:80em) {
    .c-meta__wrapper .c-meta__avatars {
        display: block
    }
}

.c-meta__wrapper .c-meta__avatars div {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: -18px;
    position: relative
}

.c-meta__wrapper .c-meta__avatars div:first-child {
    z-index: 3;
    margin-left: 0
}

.c-meta__wrapper .c-meta__avatars div:nth-child(2) {
    z-index: 2
}

.c-meta__wrapper .c-meta__avatars div:nth-child(3) {
    z-index: 1
}

.c-meta__wrapper .c-meta__inner {
    flex: 1
}

.c-disclosure--text .c-tooltip--trigger {
    color: inherit;
    background-image: linear-gradient(90deg, #006d6f 50%, hsla(0, 0%, 100%, 0) 0);
    background-position: 0 104%;
    background-size: 10px .1rem;
    background-repeat: repeat-x;
    color: #006d6f;
    text-decoration: none;
    padding: 1px 0;
    line-height: 1.2rem;
    display: inline-block
}

.c-toc {
    border: 1px solid #006d6f;
    background-color: #fafafa;
    margin-bottom: 3rem;
    margin-top: 2.5rem
}

.c-toc p {
    width: 100%;
    display: block;
    background-color: #006d6f;
    color: #fff;
    font-family: p22-mackinac-pro;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    text-transform: capitalize
}

.c-toc ul {
    column-count: 2;
    margin-top: 23px;
    margin-bottom: 23px;
    padding-left: 1rem;
    padding-right: .5rem
}

@media (max-width:47.99em) {
    .c-toc ul {
        padding-right: 1rem
    }
}

.c-toc ul li {
    list-style: none;
    line-height: 22px;
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 22px
}

.c-toc ul li a {
    color: #161616
}

.c-toc ul li ul {
    list-style: none;
    padding: 0;
    padding-left: 1rem;
    padding-top: 7px;
    column-count: 1;
    margin: 0
}

.c-toc ul li ul li:last-child {
    padding-bottom: 0
}

.c-toc ul li:before {
    content: "";
    background-image: url(../images/icomoon/arrow-down.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 7px
}

.c-toc ul li ul li:before {
    opacity: .5
}

.post-content {
    color: #161616;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2.5rem
}

.post-content ul li {
    padding-bottom: .5rem
}

.post-content .h1,
.post-content .h4,
.post-content h1,
.post-content h3 {
    font-family: p22-mackinac-pro;
    font-weight: 500
}

.post-content strong {
    font-weight: 700
}

.post-content .h1 strong,
.post-content .h4 strong,
.post-content h1 strong,
.post-content h3 strong {
    font-weight: 700;
    margin-bottom: 1.2rem;
    margin-top: .6rem
}

.post-content h3 {
    font-size: 18px;
    margin-bottom: 1.2rem;
    margin-top: .6rem;
    text-align: left !important
}

@media (min-width:48em) and (max-width:61.5525em) {
    .post-content h3 {
        font-size: 18px
    }

    .post-content .h4 {
        font-size: 16px
    }
}

.post-content .h4 {
    font-size: 16px;
    margin-bottom: 1.2rem;
    margin-top: .6rem
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .post-content h3 {
        font-size: 18px
    }

    .post-content .h4 {
        font-size: 16px
    }
}

@media (min-width:61.5625em) and (max-width:69.99em) {
    .post-content h3 {
        font-size: 18px
    }

    .post-content .h4 {
        font-size: 16px
    }
}

@media (min-width:70em) and (max-width:79.99em) {
    .post-content h3 {
        font-size: 21px
    }

    .post-content .h4 {
        font-size: 18px
    }
}

@media (min-width:80em) and (max-width:89.99em) {
    .post-content h3 {
        font-size: 21px
    }

    .post-content .h4 {
        font-size: 18px
    }
}

@media (min-width:90em) and (max-width:99.99em) {
    .post-content h3 {
        font-size: 21px
    }

    .post-content .h4 {
        font-size: 18px
    }
}

@media (min-width:100em) {
    .post-content h3 {
        font-size: 21px
    }

    .post-content .h4 {
        font-size: 18px
    }
}

.post-content p+.h1,
.post-content p+.h4,
.post-content p+h1,
.post-content p+h3 {
    margin-top: 2rem
}

.post-content hr {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.post-content img {
    max-width: 100%;
    height: auto
}

.post-content a:not(.btn) {
    color: #474747;
    opacity: 1;
    transition: color .3s ease-in-out
}

.post-content a:not(.btn):hover {
    color: #006d6f
}

.post-content iframe {
    width: 100%
}

.c-author-heading--content p:last-child {
    margin-bottom: 0
}

.c-author-heading--special .c-author-heading--image-format {
    height: 100%;
    width: auto;
    position: relative
}

.c-tooltip {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 8px 1px #d6d6d6;
    border-radius: 1px;
    height: auto;
    white-space: normal;
    z-index: 100;
    padding: 16px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    margin-top: 6px
}

.c-tooltip p {
    line-height: 20px !important
}

.c-tooltip:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -9px
}

.c-tooltip p:last-child {
    margin-bottom: 0
}

.c-tooltip.tooltip-active {
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

.c-tooltip--wrapper {
    position: relative
}

.c-tooltip--arrow {
    position: absolute;
    width: 12px;
    height: 12px;
    top: -6px
}

.c-tooltip--arrow:after,
.c-tooltip--arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff
}

.c-tooltip--arrow:before {
    width: 12px;
    height: 12px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 2px #d6d6d6;
    transform: translateX(-50%) rotate(45deg);
    z-index: 2
}

.c-tooltip--arrow:after {
    width: 20px;
    height: 12px;
    top: 6px;
    z-index: 3;
    transform: translateX(-50%)
}

.c-tooltip--trigger {
    cursor: pointer
}

.admin-bar .c-tooltip {
    margin-top: -28px
}

.cm-cites--item {
    margin-bottom: 18px
}

@media (min-width:33.75em) {
    .cm-cites--item {
        margin-bottom: 26px
    }
}

.cm-cites--item:last-child {
    margin-bottom: 0
}

.cm-cites--item--content {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #161616;
    word-break: break-word
}

@media (min-width:48em) and (max-width:61.5525em) {
    .dropdown-sections .c-toc ul {
        column-count: 2;
        column-gap: 36px
    }
}

.dropdown-sections .c-toc ul li {
    position: relative
}

@media (max-width:61.5525em) {
    .dropdown-sections {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px !important;
        overflow: visible;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .3s ease-in-out;
        z-index: 100
    }

    .dropdown-sections.show {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .dropdown-sections .c-toc {
        border: 0;
        margin: 0;
        background: 0 0;
        max-height: calc(100vh - 60px - 42px - 15px)
    }

    .dropdown-sections .c-toc p {
        display: none
    }

    .dropdown-sections .c-toc ul {
        margin: 0
    }

    .dropdown-sections .c-toc ul li:before {
        content: none
    }

    .dropdown-sections .c-toc ul li {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #006d6f;
        margin-bottom: 8px
    }

    .dropdown-sections .c-toc ul li a {
        text-decoration: none
    }

    .cm-unit-table .check-buttons .form-check .dropdown-sections .c-toc ul li .form-check-input:checked+a.form-check-label,
    .dropdown-sections .c-toc ul li .cm-unit-table .check-buttons .form-check .form-check-input:checked+a.form-check-label,
    .dropdown-sections .c-toc ul li .slick-quoter-ready .check-buttons .form-check .form-check-input:checked+a.form-check-label,
    .dropdown-sections .c-toc ul li a.active,
    .dropdown-sections .c-toc ul li a:hover,
    .slick-quoter-ready .check-buttons .form-check .dropdown-sections .c-toc ul li .form-check-input:checked+a.form-check-label {
        color: #006d6f;
        font-weight: 500
    }

    .dropdown-sections .c-toc ul li ul {
        column-count: 1;
        padding-left: 0;
        display: none
    }

    .dropdown-sections .c-toc ul li ul li {
        border-bottom: 0;
        border-top: 1px solid #006d6f;
        padding-top: 16px;
        margin-bottom: 0
    }

    .aside.aside-toc {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px !important;
        overflow: visible
    }
}

.dropdown-sections .dropdown-menu {
    z-index: 10
}

.aside.aside-toc .dropdown-sections {
    position: relative;
    top: auto !important;
    left: auto;
    right: auto
}

@media (max-width:33.74em) {
    .c-toc ul {
        column-count: 1
    }

    .c-author-heading--special {
        flex-direction: column
    }

    .c-author-heading--special .c-author-heading--content {
        padding-left: 0 !important
    }

    .dropdown-sections .dropdown-menu {
        margin-left: -16px !important
    }

    .aside.aside-toc .dropdown-sections .dropdown-menu {
        margin-left: 0 !important
    }
}

.aside.aside-toc .c-toc {
    border: 0;
    margin: 0;
    background: 0 0;
    overflow: auto
}

.aside.aside-toc .c-toc p {
    background: 0 0;
    color: #161616;
    text-align: left;
    padding: 0
}

.aside.aside-toc .c-toc ul li {
    position: relative
}

.aside.aside-toc .c-toc ul li:before {
    content: none
}

.aside.aside-toc .c-toc ul li a {
    text-decoration: none
}

.aside.aside-toc .c-toc ul li .cm-unit-table .check-buttons .form-check .form-check-input:checked+a.form-check-label,
.aside.aside-toc .c-toc ul li .slick-quoter-ready .check-buttons .form-check .form-check-input:checked+a.form-check-label,
.aside.aside-toc .c-toc ul li a.active,
.aside.aside-toc .c-toc ul li a:hover,
.cm-unit-table .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label,
.slick-quoter-ready .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label {
    color: #006d6f;
    font-weight: 500
}

.aside.aside-toc .c-toc ul li .cm-unit-table .check-buttons .form-check .form-check-input:checked+a.form-check-label:before,
.aside.aside-toc .c-toc ul li .slick-quoter-ready .check-buttons .form-check .form-check-input:checked+a.form-check-label:before,
.aside.aside-toc .c-toc ul li a.active:before,
.aside.aside-toc .c-toc ul li a:hover:before,
.cm-unit-table .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label:before,
.slick-quoter-ready .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label:before {
    left: 3px
}

.aside.aside-toc .c-toc ul li .cm-unit-table .check-buttons .form-check .form-check-input:checked+a.form-check-label *,
.aside.aside-toc .c-toc ul li .slick-quoter-ready .check-buttons .form-check .form-check-input:checked+a.form-check-label *,
.aside.aside-toc .c-toc ul li a.active *,
.aside.aside-toc .c-toc ul li a:hover *,
.cm-unit-table .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label *,
.slick-quoter-ready .check-buttons .form-check .aside.aside-toc .c-toc ul li .form-check-input:checked+a.form-check-label * {
    font-weight: inherit !important
}

.aside.aside-toc .c-toc ul li ul {
    column-count: 1;
    padding-left: 0
}

@media (min-width:61.5625em) {
    .aside.aside-toc .c-toc::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }

    .aside.aside-toc .c-toc ul {
        column-count: 1;
        margin-bottom: 0
    }

    .aside.aside-toc .c-toc ul li a:before {
        content: "";
        background-size: cover;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 0;
        top: 9px;
        background-image: url(../images/icomoon/bi_arrow-right.svg);
        transition: left .15s ease-in-out
    }

    .aside.aside-toc.long-toc .c-toc:before {
        content: "";
        height: calc(var(--vh) * 15);
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
        z-index: 10;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transition: all .1s ease-in-out
    }

    .aside.aside-toc.long-toc.hide-overlay .c-toc:before {
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }
}

.c-toc-spacer-mobile {
    height: 20px;
    overflow: hidden;
    display: none
}

@media (max-width:984.98px) {
    .c-toc-spacer-mobile {
        display: block
    }
}

.has-sidebar .c-toc-spacer-mobile {
    display: block
}

@media (max-width:48.875em) {
    .customize-support .aside.aside-toc {
        top: 106px !important
    }
}

@media (min-width:48.9375em) and (max-width:61.5525em) {
    .customize-support .aside.aside-toc {
        top: 92px !important
    }
}

.customize-support .aside.aside-toc .dropdown-sections {
    top: auto !important
}

@media (max-width:61.5525em) {
    .aside.aside-toc .c-toc p {
        display: none
    }

    .aside.aside-toc .c-toc ul li {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #006d6f;
        margin-bottom: 8px
    }

    .aside.aside-toc .c-toc ul li ul li {
        border-bottom: 0;
        border-top: 1px solid #006d6f;
        padding-top: 16px;
        margin-bottom: 0
    }

    .special-sidebar-breakpoint-toc {
        flex: 100% 0 0
    }
}

.cm-states-info__period .c-tooltip--trigger {
    color: inherit;
    border-bottom: 1px dashed #006d6f;
    text-decoration: none;
    padding: 1px 0
}

.cm-direct-expl {
    background: #ebebeb;
    padding: 10px 12px 12px;
    color: #474747;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400
}

.cm-direct-expl strong {
    font-weight: 500
}

body {
    font-variant-ligatures: none
}

.tooltip .tooltip-inner a {
    text-decoration: none
}

html :where(img) {
    max-width: none
}

.btn:focus {
    box-shadow: none
}

.c-blog-content table {
    font-size: 15px
}

.c-front-table--mobile tbody tr td svg {
    width: 17px;
    height: auto;
    margin: 0 2px
}

.c-front-table--mobile tbody tr td svg path {
    fill: #f8ae1f
}

.body>main>svg {
    display: none
}

aside.aside-sticky {
    transform: translate3d(0, 0, 0)
}

.post-content ul:not(.c-toc ul) {
    margin-bottom: 1.25rem
}

.post-content ul:not(.c-toc ul) li>ul {
    padding-top: 1.25rem
}

.post-content ul:not(.c-toc ul) li {
    padding-bottom: 1.25rem
}

.post-content ul:not(.c-toc ul) li:last-child {
    padding-bottom: 0
}

a.c-bluegreen-dp svg * {
    fill: #006d6f
}

a.c-bluegreen-dp:hover svg * {
    fill: #6d767ecc
}

.phone-bar .svg-phone svg * {
    fill: #474747
}

.fe-for-burial,
.fe-for-cremation {
    height: 0;
    overflow: hidden;
    transition: all .5s;
    display: none
}

.fe-for-burial.fe-subtotal-visible,
.fe-for-cremation.fe-subtotal-visible {
    height: auto;
    display: flex
}

.fe-estimated-coverage-wrapper {
    display: none
}

.form-check-input {
    cursor: pointer
}

@media (max-width:768px) {
    .c-blog-content--inner--sidebar-fe {
        padding-left: 10px
    }
}

@font-face {
    font-family: icomoon;
    src: url('font/icomoon.eot?xtj57d');
    src: url('font/icomoon.eot?xtj57d#iefix') format('embedded-opentype'), url('font/icomoon.ttf?xtj57d') format('truetype'), url('font/icomoon.woff?xtj57d') format('woff'), url('font/icomoon.svg?xtj57d#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
    content: "\e904"
}

.icon-linkedin:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-twitter:before {
    content: "\e907"
}

.icon-instagram:before {
    content: "\e908"
}

.icon-youtube:before {
    content: "\e909"
}

.icon-yelp:before {
    content: "\e90a"
}

.icon-caret-right:before {
    content: "\e90b"
}

.icon-arrow-right:before {
    content: "\e90c"
}

.icon-reset:before {
    content: "\e912"
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

/* Changes 26-10-2023 start */
.errorMsg {
    font-weight: bold;
    color: red;
    text-transform: none;
}

/* modal on last step */
#get-quote .modal-content {
    font-size: 20px;
    margin: 10px;
    justify-content: center;
}

#get-quote .modal-header {
    color: #759d97 !important;
    font-weight: bold;
    padding: 0;
    justify-content: center;
}

#get-quote .modal-header p {
    font-family: open_sans;
    margin-bottom: 3px;
    margin-top: 15px;
}

#get-quote .modal-body {
    color: #a1a1a1;
    padding: 10px;
    width: auto !important;
}

#get-quote .modal-body a {
    text-decoration: none;
    font-size: 35px;
    color: #F18B03;
    font-weight: bold;
}

#get-quote .modal-footer {
    color: #5e5e5e !important;
    font-size: 0.75em;
    margin-top: 0;
    padding: 10px 20px 12px;
    justify-content: center;
}

#get-quote .modal-footer a {
    color: #5e5e5e !important;
    cursor: pointer;
}

#get-quote .modal-footer a:hover {
    text-decoration: none !important;
}

@media (max-width: 500px) {
    .modal-dialog {
        /* margin: 1.5rem; */
        padding-right: 1rem;
    }
}
@media (max-width: 767px) {
    .modal-dialog {
        margin: 2.5rem;
    }
}
/* Changes 26-10-2023 End */