html {
    height: 100%;
}

* {
    --main-blue: #1473ee;
}

*.demon-gradient {
    background: rgb(72, 136, 255);
    background: linear-gradient(45deg, rgb(72, 146, 255) 0%, rgb(58, 74, 255) 100%);
}

body {
    background-color: white !important;
    color: #3b3b3b;
    font-family: 'Noto Sans', system-ui, sans-serif;
}

input:not([type='radio']) {
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 2px #00000073;
    width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
}

.button {
    white-space: nowrap;
    cursor: pointer;
    width: auto;
    width: -moz-fit-content;
    height: fit-content;
    background-color: var(--main-blue);
    color: white;
    border-radius: 5px;
    text-align: center;
    transition: all 100ms;
    padding: 0.5em 2em;
    display: flex;
    align-items: center;
    text-align: center;
}

.header {
    text-align: center;
    padding-top: 18px;
    font-weight: bold;
    color: #494949;
    display: flex;
    justify-content: center;
}

.load-throbber {
    left: 50%;
    top: 44%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    z-index: 30000;
    font-size: 26px;
    height: 60px;
    width: 60px;
}

.throbber {
    height: calc(100% - .4em);
    width: calc(100% - .4em);
    background-color: transparent;
    border-radius: 50%;
    border: .2em solid #ffffff00;
    border-top: .2em solid #303030;
    transition: 100ms ease-in-out;
    animation: spin .7s ease-in-out infinite;
    position: relative;
    margin-top: 0em;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        border-size: 8px;
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo {
    cursor: pointer;
    margin-right: 25px;
    margin-left: 25px;
    padding: 5px;
}

.topbar .logo img {
    height: 20px;
}

.topbar.main-topbar .item.search, .topbar.main-topbar>*:nth-child(3) {
}

.topbar .item, .detail-down .item, .topbar .display-item {
    color: white;
    font-size: 17px;
    font-weight: 100;
    position: relative;
    cursor: pointer;
    transition: all 200ms;
    transform: translateY(-6%);
    padding: 5px 15px 5px 15px;
    margin-top: 2px;
}

.topbar {
    width: 100%;
    min-width: 800px;
    height: 60px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: unset;
    position: relative;
}

.splash {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #2196f3;
    z-index: 1000;
    display: flex;
    display: none;
}

.splash img {
    width: 100px;
    object-fit: cover;
    position: relative;
    margin: auto;
    transform: translateY(-55px);
}

.page {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    outline: unset;
    position: absolute;
    -webkit-margin-collapse: discard;
}

.page {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 60px);
    position: relative;
    z-index: 1;
    transition: all 300ms;
}

.modal {
    background-color: white;
    z-index: 8;
    box-shadow: 0 0 9px #0000002e;
    position: fixed;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    overflow-y: scroll;
}

.flex-v {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}

.flex-h {
    display: flex;
    flex-direction: row;
}

.page.extend {
    height: 100%;
}

h1 {
    font-size: 70px;
    color: #3b3b3b;
    margin-top: 20px;
}

.body-gradient {
    background: hsla(208, 92%, 58%, 1);
    background: linear-gradient(45deg, hsla(208, 92%, 58%, 1) 5%, hsla(233, 81%, 57%, 1) 98%);
    background: -moz-linear-gradient(45deg, hsla(208, 92%, 58%, 1) 5%, hsla(233, 81%, 57%, 1) 98%);
    background: -webkit-linear-gradient(45deg, hsla(208, 92%, 58%, 1) 5%, hsla(233, 81%, 57%, 1) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#339BF6", endColorstr="#3A4EEA", GradientType=1 );
}

*.demon-gradient {
    background: rgb(72, 136, 255);
    background: linear-gradient(45deg, rgb(72, 146, 255) 0%, rgb(58, 74, 255) 100%);
}

.left-range-select button:not(:last-child) {
    margin-right: 1px;
}

button:hover {
    background-color: rgb(252, 252, 252);
    box-shadow: background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 3px 9px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
}

.button-bar>button:first-child, .button-bar>a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-bar>button:last-child, .button-bar>a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-bar button:after, .button-bar button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    background: #0000000a;
    content: "";
}

.button-bar button:first-child:before, .button-bar button:last-child:after {
    display: none;
}

.button-bar button:after {
    right: -1px;
}

.button-bar button:before {
    left: -1px;
}

i.fa.fa-calendar {
}

button i.fa.fa-calendar {
    margin-right: 10px;
}

button:focus {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(58 151 212 / 36%) 0px 0px 0px 4px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
    z-index: 2;
}

.button-bar select {
    appearance: none;
    position: relative;
    z-index: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    word-break: normal;
    background: transparent;
    border: 0;
    outline: 0;
    transition: color .24s;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    padding-left: 20px;
    padding-right: 35px;
    height: 30px;
}

.button-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
}

.button-bar .fa.fa-arrows-alt-v {
    margin-right: 10px;
    position: absolute;
    right: 5px;
}

.button-bar button {
}

.button-bar button i.fa.fa-cog {
    margin-right: 5px;
}

button {
    appearance: none;
    border: unset;
    background-color: unset;
    font-size: 13px;
    padding: 0.6em 1.1em;
    color: #3b3b3b;
    font-weight: lighter;
    transition: all 200ms;
    cursor: pointer;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: inherit;
    height: fit-content;
    margin-left: unset;
    margin-right: unset;
}

button.blue {
    background-color: #4892fe;
    color: white;
}

.flex-h {
}

.flex-h.top-names>svg {
    margin: 20px;
}

.flex-v.section {
    width: 100%;
}

h5.section-title {
    color: #219af3;
}

h2.section-desc-1 {
    font-size: 35px;
    max-width: 500px;
    margin-top: 0px;
    margin-left: unset;
    color: #3b3b3b;
}

p.section-desc-2 {
    font-size: 17px;
    color: #3b3b3b;
}

.demon-large-item {
    width: auto;
    max-width: 770px;
    min-height: 200px;
    margin: 0px 65px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0 0 6px #00000029;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.demon-large-item h1 {
    top: 80px;
    margin-right: 50px;
}

p {
}

p.explanation {
    margin-left: 30px;
    color: #7b7b7b;
    max-width: 90%;
}

h2 {
    font-size: 20px;
    font-weight: lighter;
    color: #3b3b3b;
    margin-left: 30px;
    margin-top: 20;
    margin-top: 20px;
}

.logo-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    padding: 20px;
    width: 143px;
}

.logo-div span {
    margin-left: 16px;
    color: #3b3b3be6;
}

.logo-div img {
    height: 35px;
}

.flex-h.get-started-page {
    width: 80%;
    margin: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-top: 100px;
    height: 100%;
    justify-content: space-between;
}

.join-perk {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.join-perk i.fa.fa-check {
}

.join-perk i.fa.fa-check-circle, .join-perk i.fa {
    color: #4892fe;
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.get-started-page .logo-div {
    margin-bottom: 30px;
}

.topbar .logo-div {
    width: 95px;
    padding-left: unset;
}

.bold-perk-head {
    font-size: 18px;
}

.join-perk-description {
    margin-left: 30px;
    margin-top: 10px;
}

.information-form {
    width: 100%;
    box-shadow: 0 0 12px 0 #0000003d;
    border-radius: 5px;
    max-width: 430px;
    margin-left: auto;
}

.information-form>.flex-v {
    padding: 40px;
    padding-left: 70px;
    padding-right: 70px;
}

.information-form h2 {
    margin-left: unset;
}

.information-form input {
    width: -webkit-fill-available;
    margin-bottom: 30px;
}

input {
}

i.fa.fa-question-circle {
}

.information-form .button-bar {
    margin-top: auto;
}

button.blue[disabled] {
    background-color: #565656;
}

input.error,.error {
    background-color: #e83c3c2b !important;
}

.notifications {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 240px;
    height: auto;
    transition: all 200ms;
    z-index: 1301;
}

.notification {
    float: right;
    width: fit-content;
    padding-right: 30px;
    min-width: 100%;
    height: 50px;
    right: 0px;
    position: relative;
    background-color: #703af7;
    background: linear-gradient(45deg, #703af7, #187cd9);
    border-radius: 10px;
    display: flex;
    color: white;
    margin-top: 10px;
    transition: all 200ms;
    justify-content: left;
    align-items: center;
    box-shadow: 0 0 6px #0000003d;
}

.notifications .notification i.fa {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
}

.notification>* {
    line-height: 49px !important;
    font-size: 12px;
    white-space: nowrap;
}

.notification.error {
    /* background-color: red; */
    background: linear-gradient(45deg, rgb(129, 38, 38), #a64c4c);
}

.notification::after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
}

.flex-h.complete-page {
    justify-content: center;
    margin-top: 100px;
}

.complete-page .logo-div {
    margin: auto;
}

.complete-page i.fa.fa-check-circle {
    font-size: 30px;
    color: #59b559;
}

.complete-line {
    display: flex;
}

.flex-v.complete-page {
    margin: auto;
    margin-top: 200px;
}

.flex-h.navi {
    max-width: 60%;
    margin: auto;
    color: #3b3b3b;
    justify-content: space-between;
}

.flex-h.navi>* {
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
    color: #3b3b3b;
    height: 28px;
}

.flex-h.navi>*:hover {
    color: gray;
}

.topbar .logo-div img {
    height: 33px;
}

.topbar .logo-div span {
    font-size: 19px;
    margin-left: 17px;
    text-decoration: none;
    text-decoration-thickness: 0px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #7878d0;
}

body {
    font-weight: lighter;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);););
}

.flex-v.pricing-box {
    width: 390px;
    height: 429px;
    box-shadow: 0 0 7px 0 #00000052;
    border-radius: 5px;
    padding-top: 20px !important;
}

.flex-h.pricing-boxes {
    justify-content: center;
    margin-bottom: 30px;
}

.join-perk {
}

.pricing-box .join-perk {
    margin-top: 21px;
}

.flex-h.videos {
    flex-wrap: wrap;
    justify-content: center;
}

.flex-h.videos iframe {
    margin: 20px;
}

.button-bar>a {
    overflow: hidden;
}

.advanced-search.modal.tall {
    height: 101%;
}

.demon-animated {
    background: linear-gradient(220deg, #2d9fd4, #2e7dd9, #a363fb, #eaa532);
    background-size: 800% 800%;
    -webkit-animation: demon 23s ease infinite;
    -moz-animation: demon 23s ease infinite;
    animation: demon 23s ease infinite;
}

@-webkit-keyframes demon {
    0% {
        background-position: 0% 10%
    }

    50% {
        background-position: 100% 91%
    }

    100% {
        background-position: 0% 10%
    }
}

@-moz-keyframes demon {
    0% {
        background-position: 0% 10%
    }

    50% {
        background-position: 100% 91%
    }

    100% {
        background-position: 0% 10%
    }
}

@keyframes demon {
    0% {
        background-position: 0% 10%
    }

    50% {
        background-position: 100% 91%
    }

    100% {
        background-position: 0% 10%
    }
}

.padded-content {
    padding: 50px;
    padding-top: 70px;
}

.warning-triangle {
    vertical-align: middle !important;
    color: #f08100;
    font-size: 22px !important;
    margin-left: 20px;
    vertical-align: -webkit-baseline-middle !important;
}

.success-check {
    vertical-align: middle !important;
    color: #029800;
    font-size: 22px !important;
    margin-left: 30px;
    vertical-align: -webkit-baseline-middle !important;
}

.padded-content h1 {
    margin-left: unset;
    margin-bottom: 8px;
    margin-top: unset;
}

.padded-content ul[list] li:not(ul[list] ul[list] li) {
    padding-left: unset;
    padding-right: unset;
}

.padded-content ul[list] .category:not(ul[list] ul[list] .category) {
    padding-left: unset;
    padding-right: unset;
}

.padded-content ul[list] ul[list] {
    margin-left: unset;
    margin-right: unset !important;
    width: 100%;
}

.padded-content ul[list] li {
    padding-right: unset;
}

ul {
    font-weight: lighter;
}

li, li[openable]>.open {
}

.popover ul li:hover {
    outline: 1px solid #e8e8e8;
}

ul[list] li {
    display: flex;
    justify-content: space-between;
    padding: 0.83em 30px;
    align-items: center;
    border-bottom: 1px solid #ececec8f;
    position: relative;
    align-items: center;
}

ul[list] li:last-of-type {
    border-bottom: unset;
}

li[openable], li[category] {
    display: block !important;
    cursor: pointer;
    user-select: none;
    padding: 0px 0px !important;
}

li[openable]>ul, li[category]>ul {
    border-left: 1px dashed #666666;
    width: calc(100% - 21px);
    margin-left: 20px;
    transform: unset;
    padding-left: unset;
}

li[openable]>.open, li[category]>.category {
    left: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8em 30px;
}

li[openable] .open:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

li[openable][open]>.open>.fa-angle-right {
    transform: translate(-2px, 0px) rotate(90deg);
    transition: all 200ms;
}

li[openable]>.open>.fa-angle-right {
    transform: translate(-2px, 0) rotate(0);
    transition: all 200ms;
}

li[openable][open] {
    height: fit-content;
}

li[openable]:not([open])>ul {
    display: none;
}

li[category][hidden]>ul {
    display: none;
}

li[openable]>ul>li:first-of-type, li[category]>ul>li:first-of-type {
    border-top: 1px solid #00000008;
}

.popover li>i {
    margin-left: 20px;
    width: 20px;
    text-align: center;
}

ul[list] li[selectable][selected] {
    background-color: #cce2ff;
}

ul[list] li[selectable][selected]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.searchable i.fa.fa-keyboard {
    padding-right: 10px;
    height: 30px;
    top: -5px;
    position: relative;
    line-height: 30px;
    left: -16px;
    width: 30px;
    padding-left: 10px;
    box-shadow: 4px 0px 11px 3px #00000012;
}

button.searchable:hover {
    box-shadow: unset;
    cursor: text;
}

button.searchable:hover span.text {
    color: #5c5c5c;
}

button.searchable {
    overflow: hidden;
}

button.searchable span.text {
    height: 30px;
    top: -5px;
    position: relative;
    margin-left: auto;
    line-height: 30px;
    margin-left: 15px;
    padding-right: 20px;
}

button.searchable {
    min-width: 150px;
    position: relative;
    display: flex;
}

button.searchable:focus {
    box-shadow: unset;
}

.modal.select-searchable {
    width: 600px;
    height: 400px;
}

.select-searchable .button-bar {
    border-radius: unset;
    border: unset;
    box-shadow: 0px 4px 6px 0 #00000033;
    z-index: 2;
    position: sticky;
    top: 0;
}

.searchable input.text {
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 30px;
    padding: unset;
    top: -5px;
    position: relative;
    width: -webkit-fill-available;
    height: 50px;
    font-size: 18px;
    color: #2c2c2c;
    padding-left: 15px;
}

.select-searchable button.searchable {
    width: 100%;
    height: 50px;
    position: relative;
    border: unset;
}

.select-searchable i.fa.fa-keyboard {
    width: 80px;
    height: 50px;
    line-height: 50px;
}

button.searchable.selecting {
    background-color: #5895fd;
    color: white;
}

.button-bar button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-bar button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-bar button:after, .button-bar button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    background: #0000000a;
    content: "";
}

.button-bar button:first-child:before, .button-bar button:last-child:after {
    display: none;
}

.button-bar button:after {
    right: -1px;
}

.button-bar button:before {
    left: -1px;
}

i.fa.fa-calendar {
}

button i.fa.fa-calendar {
    margin-right: 10px;
}

button:focus {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(58 151 212 / 36%) 0px 0px 0px 4px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
    z-index: 2;
}

.button-bar select {
    appearance: none;
    position: relative;
    z-index: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    word-break: normal;
    background: transparent;
    border: 0;
    outline: 0;
    transition: color .24s;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    padding-left: 20px;
    padding-right: 35px;
    height: 30px;
}

.button-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: white;
}

.button-bar .fa.fa-arrows-alt-v {
    margin-right: 10px;
    position: absolute;
    right: 5px;
}

.button-bar button {
}

.button-bar button i.fa.fa-cog {
    margin-right: 5px;
}

button:hover {
    box-shadow: background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 3px 9px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
}

.button-bar button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-bar button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-bar button:after, .button-bar button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    background: #0000000a;
    content: "";
}

.button-bar button:first-child:before, .button-bar button:last-child:after {
    display: none;
}

.button-bar button:after {
    right: -1px;
}

.button-bar button:before {
    left: -1px;
}

i.fa.fa-calendar {
}

button i.fa.fa-calendar {
    margin-right: 10px;
}

button:focus {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(58 151 212 / 36%) 0px 0px 0px 4px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
    z-index: 2;
}

button {
    appearance: none;
    border: unset;
    background-color: unset;
    font-size: 13px;
    padding: 5px;
    padding-left: 15px;
    color: #3b3b3b;
    font-weight: lighter;
    padding-right: 15px;
    transition: all 200ms;
    cursor: pointer;
    position: relative;
    height: 30px;
    font-weight: bold;
}

.next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #2c88f0;
    border-radius: 100%;
    color: white !important;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    user-select: none;
    transition: background-color 200ms;
}

.next i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

input.error,.error {
    background-color: #e83c3c2b !important;
}

.modal.create-installation {
    aspect-ratio: 800 / 650;
    background-color: white;
    height: 790px;
    width: 970px;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 8.5/11;
}

.padded-content {
    padding: 40px;
}

.create-installation h2 {
    font-size: 30px;
    color: #3b3b3b;
    margin-top: 0px;
    font-weight: normal;
    margin-left: unset;
    margin-bottom: 20px;
}

.modal.modal-presentation {
    width: 100%;
    height: 100%;
    background-color: #3b3b3b4f;
    border-radius: 0;
    box-shadow: unset;
    outline: 10px solid #0000005e;
    z-index: 1300;
    overflow: hidden;
}

.confirm.modal p {
    margin-top: 40px;
}

.popover {
    position: absolute;
    background-color: white;
    z-index: 5;
    box-shadow: 0 0 7px #00000059;
    padding: 15px 15px;
    border-radius: 5px;
    width: fit-content !important;
    width: -moz-fit-content !important;
}

.popover:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    left: 0px;
    background-color: white;
    transform: translateY(-50%);
}

.popover:before {
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: -6px;
    background-color: white;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 0 0 3px #00000052;
}

ul {
    list-style: none;
    padding-left: unset;
    margin-top: unset;
    margin-bottom: unset;
}

.popover ul li {
    padding: 7px 11px;
}

.popover ul li:last-of-type {
    border-bottom: unset;
}

.popover ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

.popover ul li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popover.top-center-arrow:after {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
    width: 20px;
    height: 13px;
}

.popover.top-center-arrow:before {
    top: 2px;
    right: 50%;
    transform: translateY(-50%) translateX(50%) rotate(45deg);
    left: unset;
    border-radius: 3px;
}

.popover.bottom-center-arrow:after {
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0px;
    width: 20px;
    height: 10px;
    top: unset;
}

.popover.bottom-center-arrow:before {
    top: 100%;
    right: 50%;
    transform: translateY(-50%) translateX(50%) rotate(45deg);
    left: unset;
}

.popover.right-center-arrow:after {
    right: 0px;
    left: unset;
}

.popover.right-center-arrow:before {
    left: unset;
    right: 0px;
    transform: translate(50%, -50%) rotate(45deg);
}

.select-searchable .body i.fa.fa-check {
    color: white;
}

.select-searchable li.selected {
    background-color: #a1e0a1;
}

.dm-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    z-index: -1
}

.topbar-content {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

.create-installation .padded-content li>p {
    font-weight: 600;
    font-weight: 400;
}

.sidebar {
    position: absolute;
    left: 0px;
    width: 250px;
    transition: all 300ms;
    height: calc(100%);
    box-shadow: 2px -1px 6px #00000030;
    z-index: 3;
    background-color: white;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.sidebar .item {
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
    transition: all 100ms;
}

.sidebar .item:nth-child(2) {
    margin-top: 27px;
}

.sidebar .item:hover {
    background-color: #e9e9e9;
}

.sidebar .item.open {
    background-color: #56a6fd;
    color: white;
}

.sidebar .item i.fa.fa-angle-right {
    opacity: 0;
    transition: opacity 100ms;
    right: 8px;
    position: absolute;
    top: 50%;
    color: white;
    transform: translateY(-50%);
}

.sidebar .item.open i.fa-angle-right {
    opacity: 1;
}

.checklist {
}

.path-vertical .checklist {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 40px;
    position: relative;
    transition: all 100ms;
    display: flex;
    align-items: center;
    user-select: none;
}

.flow-bubble {
    width: 30px;
    height: 30px;
    background-color: #353535;
    border-radius: 100%;
    position: relative;
    transform: translate(-50%, 0px);
    z-index: 2;
    margin-right: 10px;
    box-shadow: 0 0 18px 2px #0000003b;
    transition: all 100ms;
    flex-grow: 0;
    flex-shrink: 0;
}

.flow-line {
    position: absolute;
    width: 17px;
    background-color: #adc8ff;
    left: 0px;
    top: 50%;
    height: 100%;
    transform: translate(-50%, 0px);
    box-shadow: 0 0 6px 0 #00000030;
    transition: all 100ms;
}

.checklist:not(.open):not(.active) .flow-line-top {
}

.checklist.open .flow-line, .checklist:not(.open):not(.active) .flow-line {
    background-color: #f2f2f2;
    outline: 2px dotted;
    outline-offset: -2px;
}

.active .flow-bubble {
    background-color: #adc8ff;
}

h3 {
}

.checklist h3 {
    margin: unset;
}

.checklist i.fa.fa-lock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #cccccc;
    font-size: 12px;
}

.checklist.open .flow-bubble {
    background-color: #558dff;
}

.checklist.open .fa, .checklist.active .fa {
    display: none;
}

.checklist.active .fa {
}

.checklist.locked {
    cursor: not-allowed;
}

.checklist {
    cursor: pointer;
    position: relative;
}

.checklist:not(.locked):hover .flow-bubble {
    background-color: #75a2ff;
}

.checklist.locked:hover .flow-bubble .fa {
    color: white;
}

.checklist.locked:hover .flow-bubble {
    background-color: #262626;
}

.checklist.outline-hover-path .flow-line {
    outline: 2px solid #adc8ff !important;
    background-color: #adc8ff !important;
}

.checklist.outline-hover .flow-bubble {
    background-color: #adc8ff;
}

.checklist.outline-hover-path .flow-bubble {
    background-color: #adc8ff;
}

.checklist.outline-hover-exclude .flow-line, .checklist.outline-hover .flow-line {
    filter: opacity(.6);
    /*outline: 2px dotted;
    outline-offset:-2px;*/
}

.checklist.outline-hover-exclude .flow-bubble {
    background-color: #353535;
}

.checklist.outline-unreachable {
    cursor: not-allowed !important;
}

.checklist.outline-unreachable:hover .flow-bubble {
    background-color: #353535;
}

.sidebar-retracted i.fa.fa-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 10000%;
    text-align: right;
    cursor: pointer;
    transform: translate(0px, 0px);
}

.sidebar.sidebar-retractable:not(.sidebar-retracted) i.fa.fa-arrow-right {
    display: none;
}

.sidebar-retracted .fa-arrow-right::before {
    position: relative;
    top: 20px;
    right: 18px;
}

.sidebar-retracted i.fa.fa-arrow-right:hover {
    background-color: #00000008;
}

[path-set='fulfill-path'] .itemlist {
    width: 70%;
    margin: auto;
    margin-top: 60px;
}

.path {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.path .checklist .flow-line {
    height: 17px;
    width: 100%;
    left: 15px;
    transform: translate(0%, -50%);
}

.path .checklist {
    padding-right: 40px;
    align-items: center;
    display: flex;
}

.path .flow-bubble {
    margin-right: unset;
    transform: translate(0px);
}

.path .checklist:last-of-type {
    padding-right: unset;
    width: 30px;
}

.path .checklist h3 {
    position: relative;
    transform: translate(calc(-50% + -15px), 30px);
    white-space: nowrap;
}

.checklist.list-in .flow-line {
    transform: rotate(-17deg);
}

.checklist.list-out .flow-line {
    transform: rotate(17deg) translate(-100%, 0);
}

.sidebar .checklist:hover {
    border-right: 3px solid #75a2ff;
}

.sidebar .checklist.locked:hover {
    border-right: none;
}

.queue-select .page>.itemlist {
    width: 70%;
    margin: auto;
    margin-top: 105px;
}

.checklist.list-tabbed {
    margin-left: 57px;
}

.sidebar-page {
    width: calc(100% - 250px) !important;
    left: 250px;
    height: 100%;
    position: absolute;
    transition: all 300ms;
    z-index: 1;
    overflow-x: hidden;
}

.sidebar-retractable.sidebar-retracted {
    transform: translateX(-80%);
}

.sidebar-page.sidebar-retracted-page {
    left: calc(250px * .2);
    width: calc(100% - (250px * .2)) !important;
}

.sidebar.sidebar-retractable.sidebar-retracted i.fa.fa-mouse {
    position: absolute;
    right: calc(50px / 2 - 7px);
    top: 15px;
}

.sidebar:not(.sidebar-retracted) i.fa.fa-mouse {
    display: none;
}

.sidebar.sidebar-retracted i[lock] {
    display: none;
}

.sidebar.sidebar-retracted i[lock] {
    display: none;
}

h2,h3,h4,h5,h6 {
    font-weight: lighter;
    color: #3b3b3b;
}

.sidebar h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.next.disabled {
    background-color: #bdbdbd;
}

.button.disabled {
    background-color: #bdbdbd;
}

.content {
    width: 100%;
    height: 100%;
    transition: all 400ms;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
    transform: translate(0,0);
}

.content.left {
    transform: translate(-100%);
}

.content.right {
    transform: translateX(100%);
}

.create-installation .padded-content>p {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 100px;
}

.create-installation img {
    opacity: 1;
    position: absolute;
    height: 56px;
    top: 35px;
    right: 40px;
}

.confirm {
    background-color: white;
    width: 483px;
    height: 221px;
    position: absolute;
    top: 46%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    border-radius: 3px;
    z-index: 15 !important;
    padding: 10px 20px;
}

.confirm .description {
    text-align: center;
    margin-top: 30px;
}

.confirm .button.confirm-button {
    bottom: 30px;
    position: absolute;
}

.confirm .button.confirm-button.cancel {
    left: 50px;
}

.button.confirm-button.continue {
    right: 50px;
}

input#subdomain {
    min-width: 133px;
    width: min-content;
}

span#subdomain {
    display: inline-block;
    font-weight: 500;
    min-width: 15px;
    border-radius: 5px;
    text-align: center;
    background-color: #f4f4f4;
    color: #3b3b3b;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

span#subdomain:focus {
    padding-left: 5px;
    padding-right: 5px;
}

.success {
    background-color: #59a359 !important;
    color: white !important;
}

.create-installation [path-page-index='2'] .button-bar {
    position: absolute;
    bottom: 100px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.flex-h.main-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.flex-v.left-section {
    width: 720px;
    margin-left: 0%;
    flex-shrink: 0;
}

h1.headline {
    font-size: 56px;
    max-width: 630px;
    background: linear-gradient(90deg, #113766, #6398db);
    -webkit-background-clip: text;
    color: transparent;
}

p.subheadline {
    max-width: 630px;
    font-size: 33px;
    margin-top: 30px;
    color: #3b3b3b;
    font-weight: normal;
}

.button-bar.join-button-bar {
    margin-top: 25px;
    width: fit-content;
    width: -moz-fit-content;
    height: 50px;
    position: relative;
}

.button-bar.join-button-bar button:first-child {
    background: linear-gradient(45deg, #2584fe, #64a8ff);
    font-size: 16px;
    height: 50px;
    padding: 0px 50px 0px 50px;
}

.flex-h.right-section {
    flex-wrap: wrap;
    margin-left: 50px;
    justify-content: center;
    height: 700px;
}

.right-section img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 13px 0px;
    border-radius: 5px;
    height: 425px;
    margin: 20px;
}

body>.page>.padded-content, .padded-content.dmn-landing-background {
    padding: 80px;
    background: url(/img/landing-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.in-flex {
    display: flex;
    align-items: center;
}

.select-searchable i.fa.fa-times {
    display: none;
}

.create-installation .path-vertical .fa-times {
    display: none;
}

.flex-v.section.body-section {
    width: 100%;
    margin-top: 0;
}

.flex-h.body-content-section {
    margin-left: 0;
    width: 100%;
    padding-bottom: 80px;
}

.flex-v.body-left-section {
    width: 600px;
    flex-shrink: 0;
}

.flex-h.brand-images {
    margin-top: 40px;
    align-items: center;
}

h5.section-title {
  background: linear-gradient(24deg, #4891ff, #d182ff);
  -webkit-background-clip: text;
  color: transparent;
}

.button-bar.join-button-bar button:nth-child(2) {
    color: #4291ff;
}

.button-bar{
    font-weight:700;

}


button {


}

.pricing-packages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
    border-radius: 10px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-template-rows: 3.3rem 2.6rem auto auto 1fr;
}

.pricing-package {
    display: contents;
}

.pricing-package--heading {
    height: 30px;
    width: 100%;
    text-align: center;
    grid-row: 2;
}

.pricing-package--heading h3 {
    margin: auto;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #161724;
}

.pricing-package:first-child {
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
}

.pricing-package::before {
    content: "";
    grid-row-start: 1;
    grid-row-end: 6;
    background-color: inherit;
    border-color: #ddd;
    border-width: 1px 0 1px 1px;
    border-style: solid;
}

.pricing-package:first-child::before {
                        border-top-left-radius:0.75rem;
                        border-bottom-left-radius: 0.75rem;
                    }

 .pricing-plans--has-common-features .pricing-package:first-child::before {
                        border-bottom-left-radius:0;
                    }

                .pricing-package:last-child {
                    border-bottom-right-radius: 0.75rem;
                    border-bottom-left-radius: 0.75rem;
                    border-bottom-width: 1px;
                }
.pricing-package:last-child::before {
                        border-width:1px;
                        border-top-right-radius: 0.75rem;
                        border-bottom-right-radius: 0.75rem;
                    }

.pricing-package:nth-child(1)::before {
    grid-column: 1;
}

.pricing-package:nth-child(1) > div {
    grid-column:1;
}

.pricing-package:nth-child(2)::before {
    grid-column: 2;
}

.pricing-package:nth-child(2) > div {
    grid-column: 2;
}

.pricing-package:nth-child(3)::before {
    grid-column: 3;
}

.pricing-package:nth-child(3) > div {
    grid-column: 3;
}

.pricing-package:nth-child(4)::before {
    grid-column: 4;
}

.pricing-package:nth-child(4) > div {
    grid-column: 4;
}

.pricing-package:nth-child(5)::before {
    grid-column: 5;
}

.pricing-package:nth-child(5) > div {
    grid-column: 5;
}



@media (min-width: 64em) {
    .pricing-plans-row {
         margin-top:2.5rem;
         display: grid;
         grid-template-rows: 2.625rem 4.25rem auto auto 1fr;
    }
}

@media (min-width: 90em) {
    .pricing-packages {
    }
}

.pricing-package--price b {
    font-size: 30px;
}

.pricing-package--price {
    text-align: center;
}

.pricing-package--trial-info {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.pricing-package--price span.annual-price--wrapper {
    display: none;
}

.pricing-package--price i {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    color: #323232;
}

.pricing-package--right-col {
    margin-bottom: 20px;
    grid-row: 3;
}

.pricing-package span.annual-price-info {
    display: none;
}

.pricing-package--buy-it .button-bar {
    margin: auto;
}

.pricing-package--buy-it {
    margin-top: 20px;
}

.pricing-package.custom-pricing .pricing-package--right-col i {opacity: 0;}

span.monthly-price--wrapper {
    color: #2b2b2b;
}

.pricing-package--try-it {
    color: #3b91ff;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

.pricing-package--description {
    margin-top: 0;
    grid-row: 4;
}

.pricing-package--description--tag {
    margin: 20px;
    text-align: center;
}

.pricing-package--pricing-features {
    grid-row: 5;
    margin-bottom: 25px;
}

.pricing-package--pricing-features i.fa.fa-check {
    color: #73c973;
    margin-right: 15px;
    transform: translateY(2px);
    line-height: 20px;
}

.pricing-package--pricing-features .included {
    font-weight: normal;
    font-size: 14px;
    color: #2b2b2b;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricing-featured_features__chart {margin-left: 30px;margin-right: 30px;border-top: 2px solid #3a91ff;padding-top: 10px;}

.pricing-package--pricing-features a.pricing-features__tooltip--trigger {
    color: #2b2b2b;
    font-weight: normal;
}

.pricing-package--pricing-features strong {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.included.bold {
    font-weight: bold;
}

.pricing-package--pricing-features .bold strong {
    font-weight: bold;
}

.pricing-package--pricing-features .included>div {
    line-height: 20px;
}

.pricing-package--pricing-features i.fa.fa-times {
    color: #cf5757;
    margin-right: 15px;
    font-size: 16px;
    line-height: 20px;
}

input[type="range"] {
    border-radius: inherit;
    -webkit-appearance: none;
    padding: unset;
    box-shadow: unset;
    background: white;
    width: 100%;
    appearance: none;
    height: 8px;
    padding: 0px 0;
    background: #f3f3f3;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 20px;
    cursor:grab;
    --range: calc(var(
    --max) - var(--min));
    --ratio: calc((var(
    --val) - var(--min)) / var(--range));
    --sx: calc(0.5 * 1.5em + var(
    --ratio) * (100% - 1.5em));
}

.pricing-package--slider__container {
    padding: 0px 20px;
    margin-top: 20px;
}

button.blue {}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 24px;
    height: 24px;
    background: #3a91ff;
    border-radius: 50%;
    border: 2px solid #3a91ff;
    margin-top: -8px;
}
.slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #3a91ff;
    border-radius: 50%;
    border: 2px solid #3a91ff;
    margin-top: -8px;
}
[type=range] {
    --range: calc(var(
    --max) - var(--min));
    --ratio: calc((var(
    --val) - var(--min)) / var(--range));
    --sx: calc(0.5 * 1.5em + var(
    --ratio) * (100% - 1.5em));
    margin: 0;
    padding: 0;
    font: 1em/1 arial, sans-serif;
}
[type=range],
[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: calc(100% + 8px);
    height: 8px;
    border-radius: 8px;
}
[type=range]::-webkit-slider-runnable-track {
    background: linear-gradient(#3a91ff,#3a91ff) 0/var(--sx) 100% no-repeat #f3f3f3;
}
[type=range]::-moz-range-progress {
    height: 8px;
    background: #3a91ff;
}
[type=range]::-ms-fill-lower {
    height: 8px;
    background: #3a91ff;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 3px;
}

.pricing-package--customers {
    font-weight: normal;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;
}

.pricing-package p.footnote {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.pricing-featured_features__chart.free .fa-times {
    color: #c5c5c5 !important;
}

.pricing-featured_features__chart.free .not-included {
    color: #b1b1b1;
}


*::-webkit-scrollbar{
  display: none;
}


*:not(.show-scroll) {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  scrollbar-height: none;
}

.header-tab-content.plain-tabs {
    bottom: unset;
    position: relative;
    border-top: unset;
    margin-top: 20px;
    border-bottom: 2px solid #f6f6f6;
    height: 35px;
    overflow-x: scroll;
    white-space: nowrap;
}

.header-tab-content.plain-tabs>tab {
    background: unset;
    color: black;
    border-radius: 0px;
    width: auto;
    min-width: unset;
    padding: 0px 0px;
    margin: 0px 50px;
    transform: none;
    line-height: 31px;
    box-shadow: unset;
    border-bottom: 3px solid transparent;
    margin-left: unset;
    font-size: 19px;
    padding-bottom: 5px;
    cursor: pointer;
}

.header-tab-content.plain-tabs>tab.open {
    transform: none;
    border-bottom: 3px solid #617bff;
}

.header-tab-content.plain-tabs>tab:not(.open):hover {
    border-bottom: 3px solid #637cff1f;
    color: #2e2e2e;
}

.flex-h.navi>a>p {
  margin:unset;
  margin-top:5px;
}

body>.popover {
    box-shadow: 0 0 7px #00000021;
}

body>.popover:before {
    box-shadow:0 0 7px #00000021
}

h1.headline:hover a {transform: scale(1.03);transform-origin: center 100%;text-decoration: underline;text-underline-position: from-font;}

h1.headline a {
    display: inline-block;
    transition: all 200ms ease-in;
    /* text-decoration: underline; */
    /* text-underline-position: from-font; */
}

.mobile-sidebar{
  display:none;
}

.blog-header {
    top: 0px;
    position: relative;
    display: flex;
    width: 100%;
    height: 400px;
    z-index: 1;
    margin-top: 62px;
}

.blog-header-background {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(https://demondms.com/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 134%;
    background-position-x: 24%;
    background-position-y: -26px;
}

.blog-header-content {
    position: relative;
    height: 101%;
    width: 100%;
    background: linear-gradient(0deg, #ffffff, #ffffff00);
}

.header-cover {
    -webkit-backdrop-filter: saturate(101%) blur(3px);
    backdrop-filter: saturate(101%) blur(3px);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.header-cover {
    /* display: none; */
}

.blog-header-background img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-header-content .block-content {
    width: 70%;
    margin: auto;
    margin-top: 100px;
}

.blog-header .section-title {
    font-size: 20px;
}

.blog-headline {}

.blog-headline {
    width: 100%;
}

.blog-image {
    width: fit-content;
    height: min-content;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #0000001a;
    display: flex;
}

.padded-content.blog-content {
    width: 70%;
    margin: auto;
    margin-top: 50px;
}

.blog-image img {
    width: 100%;
    margin: unset;
}

.blog-headline .blog-snippet {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.blog-snippet .snippet-content {
    padding-left: 40px;
    margin-top: 5px;
}

.blog-snippet .title {
    font-size: 23px;
    margin-top: 10px;
    color: black;
}

.blog-snippet .snippet-body {
    margin-top: 23px;
    color: #484848;
}

.blog-headline {}

.blog-headline {
    width: 100%;
}

.blog-image {
    width: fit-content;
    height: min-content;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #0000001a;
    display: flex;
}

.padded-content.blog-content {
    width: 70%;
    margin: auto;
    margin-top: 50px;
}

.blog-image img {
    width: 100%;
    margin: unset;
    object-fit: cover;
}

.blog-headline .blog-snippet {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.blog-snippet .snippet-content {
    padding-left: 40px;
    margin-top: 5px;
}

.blog-snippet .title {
    font-size: 23px;
    margin-top: 10px;
    color: black;
}

.blog-snippet .snippet-body {
    margin-top: 23px;
    color: #484848;
}

.blog-headline-sub .blog-headline {}

.blog-headline-sub .blog-headline .flex-h.blog-headline-split {
    display: flex;
    flex-direction: column;
}

.blog-headline-sub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 100px;
    padding-bottom: 100px;
}

.blog-headline-sub .blog-image {}

.blog-headline-sub .blog-snippet {
    width: 100%;
    margin-top: 15px;
}

.blog-headline-sub .blog-snippet .snippet-content {
    padding-left: unset;
}

.blog-headline-sub .blog-snippet .title {
    font-size: 17px;
}

.blog-headline-sub .flex-h.data-footer {
    margin-top: 18px;
    font-size: 16px !important;
}

.blog-headline-sub .flex-h.data-footer .type a {
    font-size: 16px;
}

.data-footer .date {
    margin-left: auto;
}

iframe {
  width: 100%;
  height: 100%;
  border: unset;
  position: relative;
  padding-top: 62px;
}


/* Docs.css */

.docs-topbar{
  background-color: #f7f9fc;
  height:110px;
  border-bottom: 1px solid #eeeeee;
  box-shadow: unset;
  align-items: start;
  flex-direction: column;
}

.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}
.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
    align-items: center;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}

.docs-topbar .header-menu {
    margin-left: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: proportional-nums;
}

.docs-topbar .header-box {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-box {}

a * {text-decoration: none;color: rgb(60 65 87);}

.header-menu .header-menu-item {
    padding-right: 20px;
}

.logo-section h2 {
    margin-left: 20px;
    font-weight: 500;
}

.logo-section img {
    height: 26px;
}

.docs-topbar .logo-section {
    margin-left: 24px;
    align-items: center;
}

input {}

.topbar-line-1input {}

.docs-topbar .searchbox {
    margin-left: 43px;
    height: 35px;
}

input[search] {
    padding: 10px 20px 10px 40px;
}

.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
    align-items: center;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}

.docs-topbar .header-menu {
    margin-left: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: proportional-nums;
}

.docs-topbar .header-box {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-box {}

a * {text-decoration: none;color: rgb(60 65 87);}

.header-menu .header-menu-item {
    padding-right: 20px;
}

.logo-section h2 {
    margin-left: 20px;
    font-weight: 500;
}

.logo-section img {
    height: 26px;
}

.docs-topbar .logo-section {
    margin-left: 45px;
    margin-right: 13px;
    align-items: center;
    transform: translateY(5px);
}

input {}

.topbar-line-1input {}

.docs-topbar .searchbox {
    margin-left: 43px;
    height: 35px;
}

.input-box input[search] {
    padding: 10px 20px 10px 40px;
}

.input-box:has([search]):before {
    color: rgb(60 65 87);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f002";
    position: absolute;
    left: 14px;
    font-size: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.input-box {
    position: relative;
}

.input-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(60 65 87 / 51%);
  opacity: 1; /* Firefox */
}

.input-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(60 65 87 / 51%);
}

.input-box ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(60 65 87 / 51%);
}

.searchbox .input-box {
  width: 300px;
}

.input-box input {
  width: -webkit-fill-available;
  width: 100%;
}

.primary-container-shell {
  width: 100%;
  height: calc(100% - 110px);
  overflow:
  hidden;
  display: flex;
}

article h1, .title{
  font-size: 37px;
  color: black;
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
}

.primary-container-shell .article-content-container {
    width: calc(100vw - 0px);
    display: flex;
    justify-content: center;
    flex: 1;
    overflow-y: scroll;
}

.article-content-container .content-container {
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-container article {overflow-x: visible;}

.article-title-box {
    padding-top: 20px;
}

.article-title-box .sub-title {
    font-size: 20px;
    padding-top: 20px;
}


.primary-container-shell .sidebar {
    display: block;
    width: 300px;
    height: 100%;
    box-shadow: inset -1px 0 #e3e8ee;
    position: relative;
}

.sidebar .sidebar-content {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
}

button[regular]:hover {
    box-shadow: unset;
    background-color: unset;
}

button {}

button[regular] {
    font-weight: 500;
    font-size: 14px;
    padding-left: 12px;
    text-align: left;
    text-overflow: ellipsis;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

button[regular]:focus-visible {
    outline: none;
}

button[regular]:focus {
    box-shadow: none;
}

.flex-h.sidebar-button-item.sidebar-button-active button {
    color: #6d6df4 !important;
    font-weight: bold;
}

article h1, article h2, article h3, article h4 {
    color: black;
    margin-left: unset;
    font-weight: revert;
}

article h1:first-of-type {
    padding-top: 20px;
}

article hr {
    margin-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #eaeaea;
    border-bottom: unset;
}

ul {
    font-weight: revert;
    list-style: revert;
    padding: revert;
    margin: revert;
    padding-left: unset;
    margin-top: 0px;
}

.side-by-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@screen and (max-width: 1000px){
  .side-by-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.side-by-side .right {
    padding-left: 3rem;
}

.side-by-side .column{
    overflow: auto;
    padding-top: var(--default-vertical-spacing);
}

.side-by-side .left{
    padding-right: 3rem;
    border-right: 1px solid var(--toc-border);
}

.image-card {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sail-color-gray-100);
}

.image-card .card-image {
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 5px !important;
  overflow: hidden;
}

.image-card .card-image:hover {
  box-shadow: var(--card-hover-shadow);
}

.image-card .card-image img {
  object-fit: cover;
  width: 100%;
  display: block;
  min-height: 116px;
  height: 116px;
  border-radius: var(--card-border-radius);
}

@media (max-width: 1150px) {
  .ImageCard .Card-footer {
    // Hide product badges for image cards
    display: none;
  }
}

@media (max-width: 750px) {
  .Card .Card-image {
    display: none;
  }
}

.card-group{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 33%));
  grid-gap: 20px;
  margin-top: 20px;
}

article .image-card h2 {
    color: #5469d4;
}

article .image-card p {
    font-weight: 300;
    font-size: 14px;
    padding-top: 7px;
}

article>h2:first-of-type {
    padding-bottom: 0px;
    margin-top: 7px;
}

img.aside-image {
    word-wrap: break-word;
    margin-left: 20px;
    padding: 16px;
    border: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
}

.image-wrapper.aside-image-wrapper{
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
}

* {
}

article p {
    position: revert;
    margin: revert;
}

.link-card.flex.column {
    padding: 18px;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    transition: box-shadow .2s ease-in-out;
    cursor: pointer !important;
}

.link-card:hover {
    box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01), 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.link-card h3 {
    margin-top: 0px;
}

.link-card p {
    margin-bottom: 0px;
}

.link-card * {
    pointer: cursor;
}

.image-wrapper, .video-wrapper {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.image-wrapper p, .video-wrapper p {
    font-size: 12px;
    color: #585858;
}

article>h2:not(article>h2:first-of-type) {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: unset;
}

.image-wrapper img, .video-wrapper video {
    border-radius: 10px;
}

.article-content-container .right-box {
    width: 250px;
    display: block;
    position: sticky;
    top: 52px;
    padding-left: 50px;
    padding-right: 15px;
    flex: none;
    max-height: 600px;
    height: 100%;
}

.content-container .article-flex-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    display: flex;
    position: relative;
    width: 100%;
}

span.table-of-contents-header {
    font-weight: 500;
    font-size: 13px;
}

.table-of-contents-item {padding: 10px 10px 10px 0px;cursor: pointer;font-size: 14px;}

.table-of-contents-list {
    margin-top: 5px;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .article-content-container .right-box {
    display: none;
  }
}

.flex-h.sidebar-folder-item:before {
}

.sidebar-folder-item .angle {
    color: gray;
    line-height: 5px;
    width: 7px;
    margin-left: 7px;
    transform: rotate(0deg);
    transition: transform 100ms ease-in;
}

.angle svg {
    color: #888888;
    background-color: white;
    fill: currentcolor;
}

.sidebar-folder-item {
    align-items: center;
}

.sidebar-button-item {
    margin-left: 10px;
}

.sidebar-folder-item button[regular] {
    padding-left: 8px;
}

.sidebar-folder-item .folder-list {
    padding-left: 20px;
}

.sidebar-folder .folder-list {
    padding-left: 20px;
}

.sidebar-folder .folder-list {
    padding-left: 5px;
    border-left: 1px dotted;
    margin-left: 11px;
    transition: max-height 200ms linear;
    max-height: 400px;
    overflow: hidden;
}

.sidebar-button-item button {
    font-weight: 300;
    color: #616161 !important;
}

.sidebar-folder-active button[regular] {
    color: black;
    font-weight: bold;
}

.sidebar-folder:not(.sidebar-folder-open) .sidebar-folder-item .angle {
    transform: rotate(-90deg);
}

.sidebar-folder:not(.sidebar-folder-open) .folder-list {
    max-height: 0 !important;
}

.folder-list .sidebar-button-item {
}

.folder-list .sidebar-button-item button[regular] {}

a.header-menu-item.active span {
    color: #4646e2;
    font-weight: bold;
}

.content-skeleton-wrapper {
  background-color: white;
  min-height: 350px;
  height:100%;
  z-index: 10;
}

.content-skeleton {
  animation-name: content-skeleton-animation;
  animation-delay: 20ms;
  animation-duration: 150ms;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-color: white;
  min-height: 350px;
  height:100%;
  z-index: 10;
  opacity:0;
}

.content-skeleton-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  animation-name: content-skeleton-overlay-animation;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  height: 100%;
  width: 100%;
}

@media (max-width: 800px) {
  .content-skeleton-header,
  .content-skeleton-subheader {
    display: none;
  }
}

@keyframes content-skeleton-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content-skeleton-overlay-animation {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

.content-skeleton-header {
    margin-top: 8px;
}

.content-skeleton-subheader {
    margin-top: 10px;
    margin-bottom: 50px;
}

.content-skeleton div:not(.content-skeleton-overlay, .box-a, .box-b) {
    background-color: #e3e8ee;
    margin-bottom: 0px;
}

.Box-root.Margin-bottom--24 {}

.content-skeleton .box-a, .content-skeleton .box-b {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

.box-a>*, .box-b>* {
    margin-bottom: 8px;
}

.image-wrapper:not(.aside-image-wrapper) img {
    text-align: center;
}

.image-wrapper.aside-image-wrapper.image-aside-right img {
    float: right;
}

.image-wrapper.aside-image-wrapper.image-aside-left img {
    float: left;
}

.image-aside-left img.aside-image {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0px;
}

.image-wrapper.inline-image-wrapper {
    padding-top: 0px;
}

.image-wrapper.inline-image-wrapper.inline-float-left .inline-image {
    margin-right: 20px;
    margin-bottom: 20px;
}

.image-wrapper.inline-image-wrapper.inline-float-right .inline-image {
    margin-left: 20px;
    margin-bottom: 20px;
}

article a {
    color: #7878d0;
    font-weight: 600;
  cursor:pointer !important;
}

td .image-wrapper img {
    border-radius: unset;
}

.image-wrapper img.image.shadow, .video-wrapper video.shadow, .image-card .card-image.shadow {
    filter: drop-shadow(2px 4px 9px #00000024);
    background-color: #00000024;
}


.callout {
    margin-bottom: 12px;
    margin-top: 20px;
    margin: 0 1px;
    border-radius: 4px;
    background-color: #fffae7;
    border: 1px solid #adadad;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 14px;
}

.callout i {
    width: fit-content;
    margin: 15px 20px;
}

.callout p {
    margin: unset;
    color: #3b3b3b;
}

.callout i.fa-exclamation-triangle {
    color: #d97917;
}

.sidebar-folder .sidebar-folder>.sidebar-folder-item button {
    color: #616161;
    font-weight: 300 !important;
}

a.bold {
    font-weight: bolder;
}

a.bold span {
    color: black;
}

.modal .search-results {
    width: 40%;
    height: 400px;
    transform: unset;
    left: 100px;
    top: 14px;
    resize: none;
    overflow: hidden;
}

.search-results .search {}

.search-results .search-topbar {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.search-results input#search {
    width: calc(100% - 40px);
    height: 100%;
    box-shadow: unset;
    outline: unset;
    border-radius: unset;
    padding-left: 60px;
}

.search-results .search-topbar i.fa.fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.search-topbar i.fa.fa-times {
    cursor: pointer;
    font-size: 17px;
}

.search-results .results {
    padding: 10px;
    overflow: scroll;
    height: calc(100% - 50px);
}

.search-results .results .result {
    width: 100%;
    height: 80px;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}

.search-results .results .result:hover {
    :;
    background-color: #f9f9f9;
    cursor: pointer;
    border-radius: 8px;
}

.result>.main>div.article-title {
    font-weight: normal;
    color: #5a5a5a;
}

.result>.main {
    margin-left: 5px;
}

.search-results .results .result .main>p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-content-list>.sidebar-folder:last-child {
    padding-bottom: 50px;
}


/* Markdoc */

@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");*,:after,:before {
}

* {
}

:root {
    --default-vertical-spacing: 0.75rem;
    --nav-height: 71.594px;
    --footer-height: 61px;
    --landing-page-max-width: 1200px;
    --sans: -apple-system,BlinkMacSystemFont,Inter,Segoe UI,Helvetica Neue,sans-serif;
    --serif: Tiempos,serif;
    --mono: GT America Mono,Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
    --font-size-0: 8px;
    --font-size-1: 12px;
    --font-size-2: 13px;
    --font-size-3: 16px;
    --font-size-4: 18px;
    --font-size-5: 24px;
    --font-size-6: 32px;
    --font-size-7: 38px;
    --font-size-jumbo: 79px;
    --line-height-1: 16px;
    --line-height-2: 20px;
    --line-height-3: 25px;
    --line-height-4: 28px;
    --line-height-5: 32px;
    --line-height-6: 40px;
    --line-height-7: 48px;
    --line-height-jumbo: 90px
}

.light,:root {
    --white: #fff;
    --black: #18181b;
    --black-light: #58585f;
    --black-medium: #2c2c30;
    --gray-light: #f6f9fc;
    --gray-medium: #dce6e9;
    --yellow: #ffd848;
    --purple: #6e00f5;
    --green: #0a993e;
    --blue: #0073e6;
    --magenta: #dc34dc;
    --theme: var(--yellow);
    --stripe: #0a2540;
    --light: var(--white);
    --dark: var(--black);
    --text: var(--dark);
    --contrast-dark: var(--dark);
    --code-background: var(--gray-light);
    --code-border: var(--gray-medium);
    --toc-border: rgba(0,0,0,.14);
    --translucent: rgba(0,0,0,.4);
    --docsearch-primary-color: var(--black-medium)!important;
    --docsearch-logo-color: var(--black-medium)!important
}

.dark {
    --stripe: var(--white);
    --light: var(--black);
    --dark: var(--white);
    --text: var(--dark);
    --contrast-dark: var(--black-medium);
    --code-background: var(--black-medium);
    --code-border: var(--black-light);
    --toc-border: var(--black-light);
    --translucent: hsla(0,0%,100%,.4)
}

.dark,.page--landing pre[class*=language-],.sandbox .CodeMirror {
    --light: var(--black);
    --dark: var(--white);
    --text: var(--dark);
    --purple: var(--yellow);
    --green: #00d924;
    --blue: #80e9ff;
    --magenta: #ff80ff
}

#__next,body,html {
    height: 100%;
    padding: 0;
    margin: 0;
}

#__next {
    isolation: isolate
}

body {
    color: var(--text);
    background: var(--light);
}

body ::-moz-selection,body.dark ::-moz-selection {
    color: var(--black)!important;
    background: var(--theme)!important
}

body ::selection,body.dark ::selection {
    /* color: var(--black)!important; */
    /* background: var(--theme)!important; */
}

body.modal-is-active {
    overflow: hidden
}

a {
}

a:hover {
    opacity: .75
}

.primary a,a.primary {
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap
}

.primary a:hover,a.primary:hover {
    opacity: 1
}

.primary a:after,a.primary:after {
    content: "\00a0ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    position: relative;
    display: inline-block;
    transition: transform .3s ease
}

.primary a:hover:after,a.primary:hover:after {
    transform: translateX(3px)
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none
}

button,input,select,textarea {
}

.heading,a,code,kbd,li,p,span,td {
}

.heading,blockquote,p {
    position: relative;
}

p {
    text-rendering: optimizeLegibility;
    font-weight: normal;
}

p:last-child {
    padding-bottom: 0
}

.h1,h1 {
    line-height: 65px;
}

.h2,h2 {
    font-size: var(--font-size-5);
}

.h3,h3 {
    font-size: var(--font-size-4);
    line-height: var(--line-height-4);
    margin-top: 2rem
}

.h4,h4 {
    margin-top: 1rem
}

.h4,.h5,h4,h5 {
    font-size: var(--font-size-3);
    line-height: var(--line-height-3)
}

.h5,.jumbo,h5 {
    font-weight: 400
}

.jumbo {
    font-family: var(--serif);
    letter-spacing: -.01em
}

h1.jumbo {
    font-size: var(--font-size-jumbo);
    line-height: var(--line-height-jumbo)
}

h2.jumbo {
    font-size: 72px;
    line-height: 84px;
    margin-top: 0;
    padding-bottom: 1.5rem
}

h3.jumbo {
    font-size: 43px;
    line-height: 52px
}

blockquote {
    margin: 1.3rem 0 1.1rem
}

li {margin-left: 0px;}

code {
    font-size: inherit;
    font-size: 15px;
    font-family: var(--mono);
    font-weight: 500;
    padding: 1px 2px;
    background: var(--code-background);
    border: 1px solid var(--code-border);
    border-radius: 3px;
    white-space: nowrap
}

img {
}

p a+a>img {
    margin-left: .75rem
}

pre {
    border-radius: 3px;
    border: 1px solid var(--code-border)
}

kbd {
    font-family: var(--mono)
}

article {
    display: block;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%;
    min-width: 0
}

.relative {
    position: relative
}

.flex {
    display: flex
}

.row {
    flex-direction: row
}

.column {
    flex-direction: column
}

.equal-width {
    flex: 1 1
}

.prefers-no-animation {
    display: none
}

pre[class*=language-] {
    text-shadow: none!important;
    color: var(--text)!important;
    background: var(--code-background)!important;
    font-size: 14px!important;
    line-height: 22px!important;
    font-family: var(--mono)!important;
    margin: 0 0 var(--default-vertical-spacing)!important
}

pre[class*=language-] .md-link {
    color: inherit!important
}

.token {
    color: var(--text)!important;
    background: transparent!important
}

.token.comment {
    color: var(--translucent)!important
}

pre .token.boolean,pre .token.number,pre .token.string {
    color: var(--magenta)!important
}

pre .token.function,pre .token.tag,pre .token.tagType {
    color: var(--blue)!important
}

.cm-attribute,pre .token.keyword {
    color: var(--purple)!important
}

pre .token.variable {
    color: var(--green)!important
}

.sandbox span.cm-comment {
    color: var(--gray-medium)
}

.sandbox span.cm-keyword,.sandbox span.cm-tag {
    color: var(--blue)
}

.sandbox span.cm-string {
    color: var(--magenta)
}

.sandbox span.cm-atom,.sandbox span.cm-number {
    color: var(--purple)
}

.sandbox span.cm-link,.sandbox span.cm-url {
    text-decoration: none;
    color: var(--theme)
}

.sandbox span.cm-property {
    color: inherit
}

.sandbox span.cm-header,.sandbox span.cm-strong {
    font-weight: 400
}

main .CodeMirror,main .react-codemirror2 {
    width: 100%;
    cursor: text;
    height: 100%;
    font-family: var(--mono);
    font-size: 13px;
    line-height: 21px
}

main .CodeMirror-gutters {
    background-color: var(--contrast-dark);
    border-right: 1px solid hsla(0,0%,100%,.22);
    padding-right: 8px
}

main .CodeMirror-selected,main .CodeMirror-selectedtext {
    color: var(--black)!important;
    background: var(--theme)!important
}

main .CodeMirror-linenumber {
    color: hsla(0,0%,100%,.22)
}

main .CodeMirror-cursor {
    border-color: var(--theme)
}

main .CodeMirror-scroll {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

main .CodeMirror-scroll::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 1291px) {
    :root {
        --landing-page-max-width:93vw
    }
}

@media screen and (max-width: 1000px) {
    :root {
        --landing-page-max-width:calc(100vw - 60px);
        --font-size-jumbo: 55px;
        --line-height-jumbo: 65px
    }

    h2.jumbo {
        font-size: 43px;
        line-height: 55px
    }

    h3.jumbo {
        font-size: 35px;
        line-height: 46px
    }
}

@media screen and (max-width: 600px) {
    :root {
        --landing-page-max-width:90vw;
        --font-size-jumbo: 38px;
        --line-height-jumbo: 45px
    }

    p {
        font-size: var(--font-size-3);
    }

    h2.jumbo {
        font-size: 34px;
        line-height: 47px
    }

    blockquote {
        margin: .75rem 0
    }

    .no-mobile {
        display: none
    }
}

@media (prefers-reduced-motion) {
    .prefers-animation {
        display: none
    }

    .prefers-no-animation {
        display: inline;
        display: initial
    }
}

/*! @docsearch/css 3.1.1 | MIT License | ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© Algolia, Inc. and contributors | https://docsearch.algolia.com */
:root {
    --docsearch-primary-color: #5468ff;
    --docsearch-text-color: #1c1e21;
    --docsearch-spacing: 12px;
    --docsearch-icon-stroke-width: 1.4;
    --docsearch-highlight-color: var(--docsearch-primary-color);
    --docsearch-muted-color: #969faf;
    --docsearch-container-background: rgba(101,108,133,.8);
    --docsearch-logo-color: #5468ff;
    --docsearch-modal-width: 560px;
    --docsearch-modal-height: 600px;
    --docsearch-modal-background: #f5f6f7;
    --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;
    --docsearch-searchbox-height: 56px;
    --docsearch-searchbox-background: #ebedf0;
    --docsearch-searchbox-focus-background: #fff;
    --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
    --docsearch-hit-height: 56px;
    --docsearch-hit-color: #444950;
    --docsearch-hit-active-color: #fff;
    --docsearch-hit-background: #fff;
    --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
    --docsearch-key-gradient: linear-gradient(-225deg,#d5dbe4,#f8f8f8);
    --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);
    --docsearch-footer-height: 44px;
    --docsearch-footer-background: #fff;
    --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12)
}

html[data-theme=dark] {
    --docsearch-text-color: #f5f6f7;
    --docsearch-container-background: rgba(9,10,17,.8);
    --docsearch-modal-background: #15172a;
    --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
    --docsearch-searchbox-background: #090a11;
    --docsearch-searchbox-focus-background: #000;
    --docsearch-hit-color: #bec3c9;
    --docsearch-hit-shadow: none;
    --docsearch-hit-background: #090a11;
    --docsearch-key-gradient: linear-gradient(-26.5deg,#565872,#31355b);
    --docsearch-key-shadow: inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);
    --docsearch-footer-background: #1e2136;
    --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);
    --docsearch-logo-color: #fff;
    --docsearch-muted-color: #7f8497
}

.DocSearch-Button {
    align-items: center;
    background: var(--docsearch-searchbox-background);
    border: 0;
    border-radius: 40px;
    color: var(--docsearch-muted-color);
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 36px;
    justify-content: space-between;
    margin: 0 0 0 16px;
    padding: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover {
    background: var(--docsearch-searchbox-focus-background);
    box-shadow: var(--docsearch-searchbox-shadow);
    color: var(--docsearch-text-color);
    outline: none
}

.DocSearch-Button-Container {
    align-items: center;
    display: flex
}

.DocSearch-Search-Icon {
    stroke-width: 1.6
}

.DocSearch-Button .DocSearch-Search-Icon {
    color: var(--docsearch-text-color)
}

.DocSearch-Button-Placeholder {
    font-size: 1rem;
    padding: 0 12px 0 6px
}

.DocSearch-Button-Keys {
    display: flex;
    min-width: calc(40px + .8em)
}

.DocSearch-Button-Key {
    align-items: center;
    background: var(--docsearch-key-gradient);
    border-radius: 3px;
    box-shadow: var(--docsearch-key-shadow);
    color: var(--docsearch-muted-color);
    display: flex;
    height: 18px;
    justify-content: center;
    margin-right: .4em;
    position: relative;
    padding: 0 0 2px;
    border: 0;
    top: -1px;
    width: 20px
}

@media (max-width: 750px) {
    .DocSearch-Button-Keys,.DocSearch-Button-Placeholder {
        display:none
    }
}

.DocSearch--active {
    overflow: hidden!important
}

.DocSearch-Container,.DocSearch-Container * {
    box-sizing: border-box
}

.DocSearch-Container {
    background-color: var(--docsearch-container-background);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 200
}

.DocSearch-Container a {
    text-decoration: none
}

.DocSearch-Link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0
}

.DocSearch-Modal {
    background: var(--docsearch-modal-background);
    border-radius: 6px;
    box-shadow: var(--docsearch-modal-shadow);
    flex-direction: column;
    margin: 60px auto auto;
    max-width: var(--docsearch-modal-width);
    position: relative
}

.DocSearch-SearchBar {
    display: flex;
    padding: var(--docsearch-spacing) var(--docsearch-spacing) 0
}

.DocSearch-Form {
    align-items: center;
    background: var(--docsearch-searchbox-focus-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-searchbox-shadow);
    display: flex;
    height: var(--docsearch-searchbox-height);
    margin: 0;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    width: 100%
}

.DocSearch-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--docsearch-text-color);
    flex: 1 1;
    font: inherit;
    font-size: 1.2em;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width: 80%
}

.DocSearch-Input::-moz-placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input:-ms-input-placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input::placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration {
    display: none
}

.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset {
    margin: 0;
    padding: 0
}

.DocSearch-MagnifierLabel,.DocSearch-Reset {
    align-items: center;
    color: var(--docsearch-highlight-color);
    display: flex;
    justify-content: center
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator {
    display: none
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
    align-items: center;
    color: var(--docsearch-highlight-color);
    display: flex;
    justify-content: center
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Reset {
        -webkit-animation: none;
        animation: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: 0;
        border-radius: 50%;
        color: var(--docsearch-icon-color);
        cursor: pointer;
        right: 0;
        stroke-width: var(--docsearch-icon-stroke-width)
    }
}

.DocSearch-Reset {
    -webkit-animation: fade-in .1s ease-in forwards;
    animation: fade-in .1s ease-in forwards;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    padding: 2px;
    right: 0;
    stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Reset[hidden] {
    display: none
}

.DocSearch-Reset:focus {
    outline: none
}

.DocSearch-Reset:hover {
    color: var(--docsearch-highlight-color)
}

.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg {
    height: 24px;
    width: 24px
}

.DocSearch-Cancel {
    display: none
}

.DocSearch-Dropdown {
    max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
    min-height: var(--docsearch-spacing);
    overflow-y: auto;
    overflow-y: overlay;
    padding: 0 var(--docsearch-spacing);
    scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
    scrollbar-width: thin
}

.DocSearch-Dropdown::-webkit-scrollbar {
    width: 12px
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
    background: transparent
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
    background-color: var(--docsearch-muted-color);
    border: 3px solid var(--docsearch-modal-background);
    border-radius: 20px
}

.DocSearch-Dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.DocSearch-Label {
    font-size: .75em;
    line-height: 1.6em
}

.DocSearch-Help,.DocSearch-Label {
    color: var(--docsearch-muted-color)
}

.DocSearch-Help {
    font-size: .9em;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DocSearch-Title {
    font-size: 1.2em
}

.DocSearch-Logo a {
    display: flex
}

.DocSearch-Logo svg {
    color: var(--docsearch-logo-color);
    margin-left: 8px
}

.DocSearch-Hits:last-of-type {
    margin-bottom: 24px
}

.DocSearch-Hits mark {
    background: none;
    color: var(--docsearch-highlight-color)
}

.DocSearch-HitsFooter {
    color: var(--docsearch-muted-color);
    display: flex;
    font-size: .85em;
    justify-content: center;
    margin-bottom: var(--docsearch-spacing);
    padding: var(--docsearch-spacing)
}

.DocSearch-HitsFooter a {
    border-bottom: 1px solid;
    color: inherit
}

.DocSearch-Hit {
    border-radius: 4px;
    display: flex;
    padding-bottom: 4px;
    position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit--deleting {
        transition: none
    }
}

.DocSearch-Hit--deleting {
    opacity: 0;
    transition: all .25s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit--favoriting {
        transition: none
    }
}

.DocSearch-Hit--favoriting {
    transform: scale(0);
    transform-origin: top center;
    transition: all .25s linear;
    transition-delay: .25s
}

.DocSearch-Hit a {
    background: var(--docsearch-hit-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-hit-shadow);
    display: block;
    padding-left: var(--docsearch-spacing);
    width: 100%
}

.DocSearch-Hit-source {
    background: var(--docsearch-modal-background);
    color: var(--docsearch-highlight-color);
    font-size: .85em;
    font-weight: 600;
    line-height: 32px;
    margin: 0 -4px;
    padding: 8px 4px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.DocSearch-Hit-Tree {
    color: var(--docsearch-muted-color);
    height: var(--docsearch-hit-height);
    opacity: .5;
    stroke-width: var(--docsearch-icon-stroke-width);
    width: 24px
}

.DocSearch-Hit[aria-selected=true] a {
    background-color: var(--docsearch-highlight-color)
}

.DocSearch-Hit[aria-selected=true] mark {
    text-decoration: underline
}

.DocSearch-Hit-Container {
    align-items: center;
    color: var(--docsearch-hit-color);
    display: flex;
    flex-direction: row;
    height: var(--docsearch-hit-height);
    padding: 0 var(--docsearch-spacing) 0 0
}

.DocSearch-Hit-icon {
    height: 20px;
    width: 20px
}

.DocSearch-Hit-action,.DocSearch-Hit-icon {
    color: var(--docsearch-muted-color);
    stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Hit-action {
    align-items: center;
    display: flex;
    height: 22px;
    width: 22px
}

.DocSearch-Hit-action svg {
    display: block;
    height: 18px;
    width: 18px
}

.DocSearch-Hit-action+.DocSearch-Hit-action {
    margin-left: 6px
}

.DocSearch-Hit-action-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    padding: 2px
}

svg.DocSearch-Hit-Select-Icon {
    display: none
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon {
    display: block
}

.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
    background: rgba(0,0,0,.2);
    transition: background-color .1s ease-in
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
        transition: none
    }
}

.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path {
    fill: #fff
}

.DocSearch-Hit-content-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2em;
    margin: 0 8px;
    overflow-x: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%
}

.DocSearch-Hit-title {
    font-size: .9em
}

.DocSearch-Hit-path {
    color: var(--docsearch-muted-color);
    font-size: .75em
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] mark {
    color: var(--docsearch-hit-active-color)!important
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
        background: rgba(0,0,0,.2);
        transition: none
    }
}

.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen {
    font-size: .9em;
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
    width: 80%
}

.DocSearch-Screen-Icon {
    color: var(--docsearch-muted-color);
    padding-bottom: 12px
}

.DocSearch-NoResults-Prefill-List {
    display: inline-block;
    padding-bottom: 24px;
    text-align: left
}

.DocSearch-NoResults-Prefill-List ul {
    display: inline-block;
    padding: 8px 0 0
}

.DocSearch-NoResults-Prefill-List li {
    list-style-position: inside;
    list-style-type: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» "
}

.DocSearch-Prefill {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 1em;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

.DocSearch-Prefill:focus,.DocSearch-Prefill:hover {
    outline: none;
    text-decoration: underline
}

.DocSearch-Footer {
    align-items: center;
    background: var(--docsearch-footer-background);
    border-radius: 0 0 8px 8px;
    box-shadow: var(--docsearch-footer-shadow);
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    height: var(--docsearch-footer-height);
    justify-content: space-between;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 300
}

.DocSearch-Commands {
    color: var(--docsearch-muted-color);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.DocSearch-Commands li {
    align-items: center;
    display: flex
}

.DocSearch-Commands li:not(:last-of-type) {
    margin-right: .8em
}

.DocSearch-Commands-Key {
    align-items: center;
    background: var(--docsearch-key-gradient);
    border-radius: 2px;
    box-shadow: var(--docsearch-key-shadow);
    display: flex;
    height: 18px;
    justify-content: center;
    margin-right: .4em;
    padding: 0 0 1px;
    color: var(--docsearch-muted-color);
    border: 0;
    width: 20px
}

@media (max-width: 750px) {
    :root {
        --docsearch-spacing:10px;
        --docsearch-footer-height: 40px
    }

    .DocSearch-Dropdown {
        height: 100%
    }

    .DocSearch-Container {
        height: 100vh;
        height: -webkit-fill-available;
        height: calc(var(--docsearch-vh, 1vh)*100);
        position: absolute
    }

    .DocSearch-Footer {
        border-radius: 0;
        bottom: 0;
        position: absolute
    }

    .DocSearch-Hit-content-wrapper {
        display: flex;
        position: relative;
        width: 80%
    }

    .DocSearch-Modal {
        border-radius: 0;
        box-shadow: none;
        height: 100vh;
        height: -webkit-fill-available;
        height: calc(var(--docsearch-vh, 1vh)*100);
        margin: 0;
        max-width: 100%;
        width: 100%
    }

    .DocSearch-Dropdown {
        max-height: calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))
    }

    .DocSearch-Cancel {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: 0;
        color: var(--docsearch-highlight-color);
        cursor: pointer;
        display: inline-block;
        flex: none;
        font: inherit;
        font-size: 1em;
        font-weight: 500;
        margin-left: var(--docsearch-spacing);
        outline: none;
        overflow: hidden;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap
    }

    .DocSearch-Commands,.DocSearch-Hit-Tree {
        display: none
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

code[class*=language-],pre[class*=language-] {
    color: #000;
    background: none;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code[class*=language-],pre[class*=language-] {
        text-shadow: none
    }
}

article pre {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre)>code[class*=language-], pre[class*=language-], article pre {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.token.namespace {
    opacity: .7
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    color: #9a6e3a;
    background: hsla(0,0%,100%,.5)
}

.token.atrule,.token.attr-value,.token.keyword {
    color: #07a
}

.token.class-name,.token.function {
    color: #dd4a68
}

.token.important,.token.regex,.token.variable {
    color: #e90
}

.token.bold,.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0!important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection {
    background: transparent
}

.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
    background: transparent
}

.cm-fat-cursor {
    caret-color: transparent
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: blue
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-invalidchar,.cm-s-default .cm-error {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll!important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: none;
    position: relative;
    z-index: 0
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none!important;
    border: none!important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-feature-settings: "calt";
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer {
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255,255,0,.4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: none
}

.article-content-container {
    display: flex;
    justify-content: center;
}

.blog-headline:hover {
    cursor: pointer;
}

.blog-content>a>.blog-headline {
    margin-top: 50px;
}

.content-skeleton h2 {
    margin-left: unset;
}

.content-skeleton h1 {
    margin-right: 4px;
    text-align: left;
    margin-top: 20px;
}

.content-skeleton h1 * {
    margin-right: -9px !important;
}

.select-searchable li[openable]>.open {
    padding: unset;
    padding-left: 30px;
}

article ul {
    list-style: revert;
    padding-left: 30px;
}

article strong {
    font-weight: bold !important;
    color: black;
}

.blog-content>a>.blog-headline .blog-image {
    height: 250px;
}

ul label, .main-mobile-sidebar-content label {
    font-size: 11px;
    color: gray;
    margin-left: 10px;
    margin-top: 12px;
    margin-bottom: 3px;
    display: block;
}

.main-mobile-sidebar-content label {
    margin-left: unset;
    margin-bottom: 0px;
    margin-top: 40px !important;
}

.blog-content>a>.blog-headline .blog-image {
    width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    position: absolute;
    height: 60px;
    background-color: white;
    background: linear-gradient(45deg, #4781ff, #9f90e8);
    bottom: 0;
    z-index: 100;
    color: white;
    overflow-x: scroll;

}

.banner i.fa.fa-bell {
    color: white;
    margin-left: 80px;
    margin-right: 20px;
    font-size: 21px;
}

.flex-v {}

.banner>.flex-v {
    justify-content: center;
    height: 100%;
}

.banner>.flex-v>.flex-h {
    align-items: center;
    font-size: 19px;
}

.banner>.flex-v>.flex-h {
    white-space: nowrap;
}

.banner a {
    color: #d9f3ff;
}

.banner a * {
    color: white;
}


article table.table-striped.colored tbody tr:nth-child(2n+1) td {

}

article .colored thead tr th {
    color: #3c4258;
}

article #features {
    margin-left: unset;
    border-top: 2px solid #9090ff;
}

article .pricing-package--pricing-features strong {
    font-size: 16px;
    margin-bottom: 5px;
}


.demon-cost-estimator {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}


label[for] {
    !;!i;!;
    font-size: 14px;
    font-weight: 500;
    color: #726e6e;
    margin-bottom: 10px;
}

input {}

.flex-v.input-collection {
}

.flex-v.input-collection input:not(input[type='checkbox']) {
    width: -webkit-fill-available;
    box-shadow: unset;
    border: 1px solid #d4d4da !important;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    border-radius: 5px;
    height: 25px;
}

.flex-h>.flex-v.input-collection:not(:last-child) {
    margin-right: 20px;
}

.input-container-root {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-collection input {
    box-shadow: unset;
    border: unset !important;
}

.inline-input-collection {
    flex-grow: 1;
    flex-shrink: 0;
    flex-grow: 100;
    display: flex;
    flex-direction: column;
}


.searchable i.fa.fa-keyboard {
    padding-right: 10px;
    height: 30px;
    top: -5px;
    position: relative;
    line-height: 30px;
    left: -16px;
    width: 30px;
    padding-left: 10px;
    box-shadow: 4px 0px 11px 3px #00000012;
}

.input-collection .searchable i.fa.fa-image {
    height: 39px;
    line-height: 39px;
}

.searchable i.fa.fa-image {
    padding-right: 10px;
    height: 30px;
    top: -5px;
    position: relative;
    line-height: 30px;
    left: -16px;
    width: 30px;
    padding-left: 10px;
    box-shadow: 4px 0px 11px 3px #00000012;
}

button.searchable:hover {
    box-shadow: unset;
    cursor: text;
}

button.searchable:hover span.text {
    color: #5c5c5c;
}

button.searchable {
    overflow: hidden;
}

button.searchable span.text {height: 30px;top: -5px;position: relative;margin-left: auto;line-height: 30px;margin-left: 15px;padding-right: 20px;max-width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

button.searchable {
    min-width: 150px;
    position: relative;
    display: flex;
}

button.searchable:focus {
    box-shadow: unset;
}


.input-collection .button-bar button.searchable i.fa.fa-keyboard {
    height: 39px;
    line-height: 39px;
}


.searchable i.fa.fa-keyboard {
    padding-right: 10px;
    height: 30px;
    top: -5px;
    position: relative;
    line-height: 30px;
    left: -16px;
    width: 30px;
    padding-left: 10px;
    box-shadow: 4px 0px 11px 3px #00000012;
}


.input-collection .button-bar button {
    max-height: unset;
    height: 39px;
}

.input-collection .button-bar button.searchable .text {
    height: 39px;
    line-height: 39px;
}

.select-searchable i.fa.fa-keyboard {
    width: 80px;
    height: 50px;
    line-height: 50px;
}

.currency-input::after {
    content: attr(currency);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-53%);););
}

.currency-input {
    position: relative;
}

.currency-input input {
    padding-left: 25px;
}



.login-double-pane>.flex-v {
    height: auto;
    position: relative;
}

.flex-v.login-window {
    width: 39%;
    max-width: 500px;
    flex-shrink: 0;
    min-width: 500px;
}

.flex-h.login-double-pane {
    height: auto;
    width: 100%;
    flex-wrap: nowrap;
}

.login-double-pane .flex-v.ui-window {
    background: url("https://sites.middlebury.edu/newenglandreview/files/2024/03/Cummings-Rose-Hat-4b8aaefb29ed778d.jpg");
    background-position: center center;
    border-radius: 20px;
    left: 20px;
    height: calc(100vh - 50px);
    min-width: 400px;
    position: sticky;
    top: 25px;
    bottom: 50px;
    margin-top: 25px;
    flex-grow: 1;
}

.login-double-pane .ui-window .ui-logo-pane {
    position: relative;
    top: calc(100% - 60px);
    cursor: pointer;
}

.login-pad {
    padding: 75px;
    height: auto;
    top: 0px;
    position: relative;
}

.login-pad h1 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

input {
}

input.borderless-input {
    outline: unset;
    border: unset !important;
    box-shadow: unset !important;
    padding-left: unset !important;
    width: calc(100%) !important;
    border-bottom: 1px solid #00000036 !important;
    border-radius: unset !important;
    font-size: 16px !important;
    padding-bottom: 15px !important;
    color: #3b3b3b !important;
}

.flex-v {
}

.login-pad .flex-v.credentials {
}

input.borderless-input::placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-webkit-input-placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-moz-placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-ms-input-placeholder {
    color: #00000054;
    font-weight: lighter;
}

.login-pad .credentials input {
    margin-top: 15px;
    padding-top: 20px;
    font-size: 16px !important;
    !impo;!impot;!i;!; }

.flex-h.actions-bar {
    justify-content: space-between;
    margin-top: 13px;
}

.login-pad .flex-h.center.login-button {
    margin-top: 45px;
}

.login-button .button-bar {
    height: 45px;
    width: fit-content;
    width: -moz-fit-content;
    width: 100%;
}

.login-pad .login-button button.blue.login {
    padding: 0px 60px;
    height: 100%;
    font-size: 17px;
    background: #191919;
    width: 100%;
    box-shadow: unset;
    padding-bottom: unset;
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    color: white;
}

.login-pad .flex-h.center.sign-up {
    margin-top: 30px;
    font-size: 14px;
    padding-bottom: 100px;
}

.login-pad .sign-up a {
    color: black;
    font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 30px #ffffff inset !important;
}

input.error:-webkit-autofill, input.error:-webkit-autofill:hover, input.error:-webkit-autofill:focus, input.error:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffe7e8 inset !important;
    !inset !important;!iinset !important;!iminset !important;!impinset !important;!impoinset !important;!imporinset !important;!importinset !important;!importainset !important;!importaninset !important;!importantinset !important; }

input.borderless-input.error {
    border-bottom: 1px solid #a02118 !important;
    margin-top: 14px;
    width: calc(100%);
}

.login-window .credentials input.borderless-input.error:first-of-type {
    margin-top: 15px;
}

.login-window a.forgot {
    cursor: pointer;
    color: black;
    font-weight: 500;
    font-size: 14px;
}



@media screen and (max-width: 880px){
  .splash svg{
    width: 80%;
    transform: translate(0, -30px);
  }

  .login-pad {
  }

  .flex-v.login-window {
      width: 100%;
      min-width: unset;
      max-width: unset;
  }

  .flex-v.login-window .login-pad {
      padding-left: 45px;
      padding-right: 45px;
      padding-top: 20px;
      padding-bottom: 50px;
      top: 0;
  }

  .login-pad h1{
      font-size:28px;
  }

  .login-pad {
      margin: auto;
  }

  .login-pad.register-pad {
    top: 2% !important;
    margin-top: unset;
  }

  .button-bar#proceed button {
    width: 50%;
    font-size: 14px;
  }

  .button-bar#proceed {
      width: 100%;
  }

  div#no-credentials {
    padding: 8%;
  }

  [block='address']:not(.complete) h2 .button-bar {
      margin-right: unset;
  }

  table#runs-list tr td:nth-child(1), table#runs-list tr th:nth-child(1) {
      display: none;
  }
}

@media screen and (max-height: 1000px){
  .login-pad.register-pad {
  }
}


@media screen and (max-height: 770px){
  .login-pad.register-pad {
    padding-bottom: 100px;
    height: auto;
    overflow: visible;
  }

  .login-pad .flex-h.center.sign-up {
      padding-bottom: 100px;
  }
}

p.warning {
    color: #a42828;
    margin-top: 20px;
    font-size: 17px;
}

.login-pad .flex-h.sign-up {
    margin-top: 20px;
}

sup {
    color: #de5b5b;
}
