/*/
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
img[src^="data:image/"] {
    background: #cccccc;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 0.875em;
}
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    /*border-width: 0;*/
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    border: 1px solid #d9d9d9;
    /*border-radius: 0px !important;*/
    font-size: 14px;
    padding: 9px 12px;
    background: #f2f2f2;
    /*resize: none !important;*/
}
input, textarea {
    transition: border-color var(--animation-default);
}
input:focus, textarea:focus {
    /*border-color: #1a1a1a;*/
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #a3a3a3 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -moz-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #a3a3a3 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #a3a3a3 !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #a3a3a3 !important;
}
input::placeholder,
textarea::placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #a3a3a3 !important;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
textarea {
    height: 190px;
}
button,
select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    width: 100%;
    padding: 0;
}
/*::-webkit-datetime-edit-fields-wrapper,*/
/*::-webkit-datetime-edit-text,*/
/*::-webkit-datetime-edit-minute,*/
/*::-webkit-datetime-edit-hour-field,*/
/*::-webkit-datetime-edit-day-field,*/
/*::-webkit-datetime-edit-month-field,*/
/*::-webkit-datetime-edit-year-field {*/
/*    padding: 0;*/
/*}*/
::-webkit-inner-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
/*/
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --container-padding: 16px;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1312px;
    }
}
.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: var(--bs-gutter-y);
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.order-6 {
    order: 6 !important;
}
.order-7 {
    order: 7 !important;
}
.order-8 {
    order: 8 !important;
}
.order-9 {
    order: 9 !important;
}
.order-10 {
    order: 10 !important;
}
.order-11 {
    order: 11 !important;
}
.order-12 {
    order: 12 !important;
}
.order-13 {
    order: 13 !important;
}
.order-14 {
    order: 14 !important;
}
.order-15 {
    order: 15 !important;
}
.order-16 {
    order: 16 !important;
}
.order-17 {
    order: 17 !important;
}
.order-18 {
    order: 18 !important;
}
.order-19 {
    order: 19 !important;
}
.order-20 {
    order: 20 !important;
}
.order-21 {
    order: 21 !important;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*-------------------------------------*/
:root {
    --animation-default: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .15s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
}
:root {
    --vh: 1vh;
    --vh-2: 1vh;
    --window-height: calc(var(--vh, 1vh) * 100);
    --window-height-mob: calc(var(--vh-2, 1vh) * 100);
    --left-margin-container: 0px;
    --utility-bar-height: 0px;
    --header-height: 0px;
}
:root {
    --font-family: "neue RadialA", sans-serif;
    /*--second-family: "Field Gothic TEST No. 61", sans-serif;*/
    --body-fz: 16px;
    --body-lh: 1.55;
}
:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #525252;
    --concrete-light-gray: #fffc;
    --dark-red: #66292f;
    /* Success, Warning, Error */
    --success-500: #029e2b;
    --warning-500: #ffe248;
    --error-500: #e74326;
}
:root {
    /* Surface */
    --surface-white: var(--white);
    --surface-primary: var(--black);
    /* Buttons / Primary */
    --btn-text: var(--white);
    --btn-icons: var(--white);
    --btn-stroke: var(--white);
    --btn-surface: var(--black);
    /* Icons */
    --icon-secondary: var(--gray);
    --icon-primary: var(--black);
    --icon-white: var(--white);
    /* Stroke */
    --stroke-black: var(--black);
    --stroke-white: var(--white);
    /* Text */
    --text-primary: var(--black);
    --text-secondary: var(--gray);
    --text-gray-secondary: var(--concrete-light-gray);
    --text-white-primary: var(--white);
    /* System */
    --system-error: var(--error-500);
    --system-warning: var(--warning-500);
    --system-success: var(--success-500);
}
/*---------------------------------------------*/
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    text-align: left;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--body-fz);
    line-height: var(--body-lh);
    color: var(--text-primary);
    background: var(--white);
    position: relative;
}
main {
    min-height: 50vh;
}
[role="button"] {
    outline: none !important;
}
img, video, svg {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
h1,
h2 {
    margin-bottom: 40px;
}
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 700;
}
h1, .h1,
h2, .h2,
h3, .h3 {
    line-height: 1;
    letter-spacing: -.025em;
}
h1, .h1 {
    font-size: 96px;
}
h2, .h2 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 36px;
    line-height: 1.2;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
p {
    margin-bottom: 24px;
}
ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
}
ul li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    margin-bottom: 0;
}
ul li:before {
    content: "";
    border-radius: 50%;
    background: currentColor;
    left: 0;
    width: .4em;
    height: .4em;
    position: absolute;
    top: 0.6em;
}
blockquote {
    margin-bottom: 32px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
cite {
    font-style: normal;
}
hr {
    opacity: 1;
    background: currentColor;
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 86px;
    }
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 56px;
    }
    h2, .h2 {
    }
    h3, .h3 {
    }
    h4, .h4 {
    }
}
@media (max-width: 767px) {
    h2, .h2 {
    }
    h3, .h3 {
    }
}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    h2, .h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    h4, .h4 {
    }
}
/*---------------------------------*/
:root {
    --link-background-size-y: 1px;
}
a,
.link-inner {
    text-decoration: none !important;
    color: currentColor;
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 100% var(--link-background-size-y);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 0.1rem;
    vertical-align: baseline;
    -webkit-transition: background-size var(--animation-default), color var(--animation-default);
    -o-transition: background-size var(--animation-default), color var(--animation-default);
    transition: background-size var(--animation-default), color var(--animation-default);
    border-radius: 2px;
}
h1 a,
h2 a,
h3 a,
h4 a {
    --link-background-size-y: 2px;
}
.link {
    display: inline-block;
    position: relative;
    line-height: 1;
    background-size: 100% 0;
    font-size: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
a:hover,
.link-inner {
    background-size: 100% 0;
}
.link-inner--secondary {
    padding-bottom: .13em;
    --link-background-size-y: 2px;
    background-size: 0 var(--link-background-size-y);
    background-position: 100% 100%;
    border-radius: 0;
}
.link[aria-current="page"],
.link:hover,
.link-inner-wrap:hover .link-inner,
.link-inner:hover {
    background-size: 100% var(--link-background-size-y);
}
.link-inner-wrap:hover .link-inner--secondary,
.link-inner--secondary:hover {
    background-size: 100% var(--link-background-size-y);
    background-position: 0 100%;
}
.link:hover .btn__icon--next,
.link-inner-wrap:hover .btn__icon--next {
    transform: translateX(3px);
}
.link-inner:hover,
.link:hover,
.link-inner-wrap:hover {
    color: currentColor;
}
.link-inner-wrap {
    display: inline-block;
    color: currentColor;
    background: none;
}
/*---------------------------------*/
.body-content-wrap {
    position: relative;
    z-index: 1;
}
.Scrollbar-init body {
    height: 100%;
    width: 100%;
    overflow: hidden
}
.Scrollbar-init .body-content-wrap {
    height: 100vh;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.body-content-wrap > .scrollbar-track-y {
    opacity: 1;
}
.Scrollbar-init .scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hide-scrollbar .scrollbar-track {
    display: none !important;
}
.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: #242424;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    -o-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track.show,
.scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
}
.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 0;
}
.smooth-scroll-css {
    scroll-behavior: smooth;
}
/*------------------------------*/
html.lenis, html.lenis body {
    height: auto
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important
}
.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}
.lenis.lenis-stopped {
    overflow: hidden
}
.lenis.lenis-scrolling iframe {
    pointer-events: none
}
.Lenis-init .body-content-wrap {
    overflow: scroll;
    height: 100vh;
    overflow-x: hidden;
}
/*---------------------------------------------*/
.body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
/*-------------------helpers.css--------------------------*/
.section-def-settings {
    padding: clamp(50px, 11.76vh, 100px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.lh-1 {
    line-height: 1;
}
.acc-content-js {
    display: none;
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.color-1 {
    color: rgb(82, 82, 82);
}
.color-2 {
    color: rgb(64, 64, 64);
}
.card-hover-wrap:hover .card-hover {
    transform: scale(1.05);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.h-auto {
    height: auto !important;
}
.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.z-index-0 {
    z-index: 0;
}
.min-width-0 {
    min-width: 0;
}
.w-auto {
    width: auto !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointer-event-none {
    pointer-events: none;
}
.pointer-event-auto {
    pointer-events: auto;
}
.bg-none {
    background: none !important;
}
.bg-1 {
    background: #fafafa;
}
.mh-100vh {
    min-height: 100vh;
}
.mh-100vh-responsive {
    min-height: min(100vh, 900px);
}
.mh-mob-100vh {
    min-height: var(--window-height-mob, 100vh);
}
.mw-100vw {
    min-width: 100vw;
}
.h-100vh {
    height: 100vh;
}
.mt-auto {
    margin-top: auto;
}
.ml-auto {
    margin-left: auto;
}
.mb-0 {
    margin-bottom: 0;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.gap-1 {
    gap: 1rem;
}
.gap-8 {
    gap: 2rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p-0 {
    padding: 0;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.m-auto {
    margin: auto;
}
.ls-0 {
    letter-spacing: 0 !important;
}
.min-w-0 {
    min-width: 0 !important;
}
.max-w-100 {
    max-width: 100% !important;
}
.obj-position-bottom {
    -o-object-position: bottom center;
    object-position: bottom center;
}
.obj-position-top {
    -o-object-position: top center;
    object-position: top center;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-auto {
    overflow: auto !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-center {
    text-align: center;
}
.cursor-pointer {
    cursor: pointer;
}
.ff-body {
    font-family: var(--font-family);
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.last-el-mb-0 > *:last-child {
    margin-bottom: 0 !important;
}
.after-el:after,
.before-el:before {
    content: "";
    position: absolute;
}
.link-mask,
.overlay,
.after-el--full:after,
.before-el--full:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.overlay,
.link-mask {
    position: absolute;
    z-index: 0;
}
.link-mask {
    background: none !important;
    z-index: 6;
}
.transition-smooth {
    -webkit-transition: var(--animation-smooth);
    -o-transition: var(--animation-smooth);
    transition: var(--animation-smooth);
}
.will-change-transform {
    will-change: transform;
}
.will-change-opacity {
    will-change: opacity;
}
.transition-none {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.after-el--line:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ratio {
    position: relative;
    width: 100%;
    background: #000000;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.ratio-18x9 {
    --bs-aspect-ratio: calc(9 / 18 * 100%);
}
.transition-def {
    -webkit-transition: var(--animation-default) !important;
    -o-transition: var(--animation-default) !important;
    transition: var(--animation-default) !important;
}
.transition-fast {
    -webkit-transition: var(--animation-fast) !important;
    -o-transition: var(--animation-fast) !important;
    transition: var(--animation-fast) !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-unstyled li:before,
.nav li:before {
    content: none;
}
.list-unstyled li,
.nav li {
    padding-left: 0;
    margin-bottom: 0;
}
.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.position-sticky {
    position: sticky;
}
.fz-middle-md {
    font-size: 24px;
}
.fz-middle-sm {
    font-size: 20px;
}
.fz-middle-xs {
    font-size: 18px;
}
.center-absolute-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-img-none {
    background-image: none !important;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.hide-object {
    opacity: 0;
    visibility: hidden;
}
.mw-icon {
    max-width: 60%;
}
.mh-icon {
    max-height: 60%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.clip-overflow {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.section-padding-def {
    padding: 80px 0;
}
.section-padding-def--hero {
    padding-top: 120px;
}
.light-theme {
    color: var(--black);
    background: var(--white);
}
.dark-theme {
    background: var(--black);
    color: var(--white);
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}
.container-anim-js {
    visibility: hidden;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
@media (min-width: 992px) {
    .mh-lg-100vh {
        min-height: 100vh;
    }
    .mw-lg-100vw {
        min-width: 100vw;
    }
    .h-lg-100vh {
        height: 100vh;
    }
}
@media (max-width: 991px) {
    .section-padding-def {
        padding: 60px 0;
    }
    .section-padding-def--hero {
        padding-top: 100px;
    }
    .fz-middle-md {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .mr-1-not-last-btn-wrap {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
    }
}
/*----------------------------------*/
.hover-pic-wrap:hover .hover-pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*----------------------------------*/
.dark-theme {
    --btn-text: var(--black);
    --btn-surface: var(--white);
}
.btn {
    display: inline-flex;
    /*font-weight: 700;*/
    font-size: 14px;
    border-radius: 24px;
    color: var(--btn-text);
    background: var(--btn-surface);
    border: 1px solid var(--btn-surface);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: var(--animation-fast);
    -o-transition: var(--animation-fast);
    transition: var(--animation-fast);
    padding: 7px 23px;
    min-width: 0;
    justify-content: center;
    align-items: center;
}
.btn--big {
    font-size: 18px;
    padding: 10px 23px;
}
:root {
    --btn-secondary-color: var(--black);
}
.dark-theme {
    --btn-secondary-color: var(--white);
}
.btn--secondary {
    color: var(--btn-secondary-color);
    background: #0000;
}
.btn__icon {
    flex: 0 0 auto;
}
.btn--icon-arrow .btn__icon {
    position: relative;
    top: .1em;
}
.btn__icon--prev {
    margin-right: 4px;
}
.btn__icon--next {
    margin-left: 4px;
}
.btn.active {
    border-color: var(--surface-primary) !important;
    background: var(--surface-primary) !important;
}
@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        background: var(--gray);
        border-color: var(--gray);
    }
    .dark-theme .btn:hover,
    .btn--secondary:hover {
        color: var(--white);
    }
}
/*----------------------------------*/
.checkbox-wrap {
    cursor: pointer;
}
.checkbox-wrap__block {
    position: relative;
    display: inline-block;
    border: 2px solid rgba(23, 58, 41, 0.7);
    border-radius: 4px;
    padding: 4px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.checkbox-wrap__block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    transition: opacity var(--animation-default);
    opacity: 0;
    background: url("data:image/svg+xml, %3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5803 0.734741C20.1383 1.29626 20.1383 2.20818 19.5803 2.7697L8.15172 14.2697C7.59368 14.8312 6.68743 14.8312 6.12939 14.2697L0.415109 8.5197C-0.142927 7.95818 -0.142927 7.04626 0.415109 6.48474C0.973145 5.92322 1.87939 5.92322 2.43743 6.48474L7.14279 11.215L17.5624 0.734741C18.1205 0.173218 19.0267 0.173218 19.5848 0.734741H19.5803Z' fill='%23173a29'/%3E%3C/svg%3E") center center/15px no-repeat;
}
input:checked + .checkbox-wrap__block:after {
    opacity: 1;
}
.checkbox-wrap__txt-wrap-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-control-wrap {
    margin-bottom: 38px;
}
.form-control-wrap.mb-0 {
    margin-bottom: 0;
}
.mb-3 {
    margin-bottom: 2rem !important;
}
.mt-3 {
    margin-top: 2rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.form-control {
    padding: 21px 16px 7px;
    border-radius: 16px !important;
    border: 1px solid #c6c6c6;
    background: #fbfbfb;
}
.form-control-label {
    cursor: text;
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.25, 1, .5, 1);
    -o-transition: all .25s cubic-bezier(.25, 1, .5, 1);
    transition: all .25s cubic-bezier(.25, 1, .5, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7e7e7e;
}
.form-control:focus + .form-control-label, .form-control:not(:placeholder-shown) + .form-control-label {
    -webkit-transform: translateY(-100%) scale(.8);
    -ms-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}
.form-control::-webkit-input-placeholder {
    color: transparent !important
}
.form-control::-moz-placeholder {
    color: transparent !important
}
.form-control:-ms-input-placeholder {
    color: transparent !important
}
.form-control::-ms-input-placeholder {
    color: transparent !important
}
.form-control::placeholder {
    color: transparent !important
}
/*----------------------------------*/
html.is-scroll-smooth,
.is-scroll-smooth body {
    scroll-behavior: smooth;
}
:root {
    --header-height: 64px;
}
@media (max-width: 575px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 1200px) {
    .container-2 {
        max-width: 1206px;
    }
}
/*----------------------------------*/
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--window-height);
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
}
.header {
    position: relative;
    background: var(--white);
    border-bottom: 1px solid var(--black);
    pointer-events: auto;
}
.header__container {
    padding: 0 24px;
}
.header__link-logo {
    width: 136px;
}
.header__nav-item {
    position: static;
}
.header__nav-item-link {
    position: relative;
    padding: 19px 17px;
}
.header__nav-item-menu-link {
    padding: 12px;
}
@media (min-width: 992px) {
    .header__nav-item-menu-wrap {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        width: 100%;
        background: var(--white);
        padding: 24px 36px;
        opacity: 0;
        visibility: hidden;
        transition: var(--animation-default);
    }
    .header__nav-item--with-child .header__nav-item-link {
        padding-left: 17px;
        padding-right: 20px;
    }
    .header__nav-item-arrow-wrap {
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        line-height: 0;
        transition-property: transform;
    }
    .header__nav-item--with-child .header__nav-item-link .link-inner {
        background: none;
    }
    .header__nav-item--with-child:hover .header__nav-item-arrow-wrap {
        transform: rotate(180deg);
    }
    .header__nav-item--with-child:hover .header__nav-item-menu-wrap {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .header__container {
        max-width: 1280px;
    }
}
@media (max-width: 991px) {
    .header__nav-item-arrow-wrap,
    .header__container > .header__btn-wrap {
        display: none;
    }
    .header {
        padding: 15px 0;
    }
    .header__nav-wrap {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        width: 100%;
        background: var(--white);
        padding: 0 0 20px;
        max-height: calc(var(--window-height) - var(--header-height));
        overflow: auto;
        transition: var(--animation-fast);
        transition-property: opacity, visibility;
        opacity: 0;
        visibility: hidden;
    }
    .is-open-menu .header__nav-wrap {
        opacity: 1;
        visibility: visible;
    }
    .header__nav {
        display: block;
    }
    .header__nav-item-link {
        font-weight: 700;
        padding: 10px 0 !important;
    }
    .header__nav-container {
        padding: 0 24px;
    }
    .header__btn-wrap {
        margin-top: 10px;
    }
    .header__btn {
        width: 100%;
        background: var(--dark-red);
        border-color: var(--dark-red);
        border-radius: 4px;
    }
    .menu-btn {
        width: 32px;
        height: 32px;
        background: var(--white);
        border-radius: 50%;
        color: currentColor;
    }
    .menu-btn__line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 16px;
        height: 2px;
        background: currentColor;
    }
    .menu-btn__line--1 {
        transform: translateY(-5px);
    }
    .menu-btn__line--3 {
        transform: translateY(5px);
    }
    .is-open-menu .menu-btn__line--1 {
        transform: rotate(45deg);
    }
    .is-open-menu .menu-btn__line--2 {
        opacity: 0;
    }
    .is-open-menu .menu-btn__line--3 {
        transform: rotate(-45deg);
    }
}
/*----------------------------------*/
.s-hero {
    padding: 100px 0 75px;
}
.s-hero__title {
    margin-bottom: 20px;
}
.s-hero__overlay {
    z-index: -1;
}
.s-hero__overlay:after {
    background: var(--black);
    opacity: .5;
}
.s-hero__txt-wrap {
    max-width: 700px;
}
.s-hero__btn-wrap {
    margin-top: 32px;
}
.s-hero--third .s-hero__overlay {
    background: linear-gradient(135deg, #fce6df 0%, #dbb9ad 100%);
}
/*.s-hero--third .s-hero__overlay:after {*/
/*    content: none;*/
/*}*/
@media (max-width: 1199px) {
    .s-hero {
        padding: 100px 0 50px;
    }
}
@media (max-width: 767px) {
    .s-hero__txt-wrap {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .s-hero__txt-wrap {
        font-size: 16px;
    }
    .s-hero__title {
        margin-bottom: 16px;
    }
    .s-hero__txt-wrap br {
        display: none;
    }
    .s-hero__btn {
        width: 100%;
    }
    .s-hero--secondary .s-hero__title,
    .s-hero--third .s-hero__title {
        font-size: 36px;
    }
}
/*----------------------------------*/
.s-simple-txt__title {
    margin-bottom: 64px;
}
.s-simple-txt__txt-wrap p {
    margin-bottom: 30px;
}
.s-simple-txt__btn-wrap {
    margin-top: 48px;
}
.s-simple-txt--secondary .s-simple-txt__title {
    margin-bottom: 28px;
}
.s-simple-txt--secondary .s-simple-txt__btn {
    font-size: 18px;
    padding: 10px 23px;
}
.s-simple-txt--third .s-simple-txt__title {
    font-size: 36px;
    margin-bottom: 50px;
}
.s-simple-txt--fourth .s-simple-txt__title {
    margin-bottom: 36px;
}
.s-simple-txt--fourth .s-simple-txt__txt-wrap {
    font-size: 20px;
}
.s-simple-txt--fourth .s-simple-txt__btn {
    padding: 10px 31px;
    font-size: 18px;
}
@media (min-width: 1200px) {
    .s-simple-txt__container {
        max-width: 926px;
    }
}
@media (max-width: 991px) {
    .s-simple-txt__title,
    .s-simple-txt--third .s-simple-txt__title {
        margin-bottom: 40px;
    }
    .s-simple-txt__btn-wrap {
        margin-top: 30px;
    }
}
/*----------------------------------*/
.s-2cols__title {
    margin-bottom: 20px;
}
.s-2cols__txt-wrap {
    line-height: 1.65;
}
.s-2cols__col--2,
.s-2cols--reverse .s-2cols__col--1 {
    padding-left: 22px;
}
.s-2cols__pic {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 4px;
}
.s-2cols--reverse .s-2cols__row {
    flex-direction: row-reverse;
}
.s-2cols--reverse .s-2cols__col--2 {
    padding: 0 22px 0 16px;
}
.s-2cols--third {
    background: #fafafa;
}
.s-2cols--third .s-2cols__txt-wrap {
    color: rgb(82 82 82);
    line-height: 1.38;
}
.s-2cols--third .s-2cols__txt-wrap p {
    margin-bottom: 36px;
}
@media (min-width: 1200px) {
    .s-2cols__container {
        max-width: 1086px;
    }
    .s-2cols--third .s-2cols__container {
        max-width: 1180px;
    }
    .s-2cols--third .s-2cols__title {
        font-size: 48px;
    }
    .s-2cols--secondary .s-2cols__title {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .s-2cols__col--2, .s-2cols--reverse .s-2cols__col--1 {
        padding-left: 16px;
    }
    .s-2cols--reverse .s-2cols__col--2 {
        padding: 0 15px;
    }
    .s-2cols__col--2 {
        margin-top: 40px;
    }
    .s-2cols--secondary .s-2cols__col--2 {
        order: -1;
        margin: 0 0 40px;
    }
    .s-2cols--third .s-2cols__txt-wrap {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
}
/*----------------------------------*/
.s-simple-items__title {
    margin-bottom: 18px;
}
.s-simple-items__col {
    margin-top: 30px;
}
.s-simple-item__icon-wrap {
    height: 64px;
    width: 64px;
    margin-bottom: 24px;
}
.s-simple-item__icon {
    width: 34px;
    height: 34px;
}
.s-simple-item__title {
    font-size: 24px;
    margin-bottom: 12px;
}
.s-simple-item__txt-wrap {
    font-size: 18px;
}
.s-simple-item--secondary .s-simple-item__icon-wrap {
    height: 48px;
    width: 48px;
}
.s-simple-item--secondary .s-simple-item__icon {
    width: 100%;
    height: 100%;
}
.s-simple-item--secondary.s-simple-item,
.s-simple-item--third.s-simple-item {
    background: var(--white);
    border-radius: 4px;
}
.s-simple-items--third .s-simple-items__title {
    margin-bottom: 44px;
}
.s-simple-items--secondary .s-simple-items__title {
    margin-bottom: 48px;
}
.s-simple-item--secondary.s-simple-item {
    padding: 32px;
}
.s-simple-item--secondary .s-simple-item__title {
    font-size: 26px;
    margin-bottom: 20px;
}
.s-simple-item.s-simple-item--third {
    padding: 29px 17px 24px;
}
.s-simple-item--third .s-simple-item__icon-wrap {
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
    margin-bottom: 16px;
}
.s-simple-items--third .s-simple-items__col {
    margin-top: 20px;
}
.s-simple-item--third .s-simple-item__title {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 24px;
}
.s-simple-item--secondary .s-simple-item__icon-wrap,
.s-simple-item--third .s-simple-item__icon-wrap {
    margin-left: 0;
}
.s-simple-item--third .s-simple-item__txt-wrap {
    font-size: 17px;
    color: rgb(82, 82, 82);
}
.s-simple-item--third {
    transition-property: box-shadow, transform;
}
.s-simple-item--third:hover {
    transform: scale(1.05);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}
.s-simple-item--third .s-simple-item__txt-wrap {
    margin-top: auto;
}
@media (min-width: 1200px) {
    .s-simple-items__container {
        /*max-width: 1192px;*/
        max-width: 1240px;
    }
    .s-simple-items--secondary .s-simple-items__container,
    .s-simple-items--third .s-simple-items__container {
        max-width: 1172px;
    }
}
@media (max-width: 991px) {
    .s-simple-items {
        padding: 60px 0;
    }
    .s-simple-items__title br {
        display: none;
    }
}
@media (max-width: 767px) {
    .s-simple-item--secondary .s-simple-item__title {
        font-size: 24px;
    }
    .s-simple-item--secondary.s-simple-item {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .s-simple-items__txt-wrap {
        margin-bottom: 18px;
    }
    .s-simple-item--secondary.s-simple-item {
        padding: 32px;
    }
    /*.s-simple-items--secondary .s-simple-items__title {*/
    /*    font-size: 36px;*/
    /*    line-height: 1.2;*/
    /*}*/
}
/*----------------------------------*/
.s-split__part {
    padding: 64px;
}
.s-split__part-title {
    margin-bottom: 16px;
}
.s-split__part-txt-wrap {
    color: var(--gray);
    margin-bottom: 32px;
}
.s-split__part-buttons {
    margin-bottom: 48px;
}
.s-split__part-pic-wrap {
    /*width: 320px;*/
    height: 384px;
    max-width: 100%;
}
.s-split__part--2.dark-theme {
    background: #262626;
}
.s-split__part--2.dark-theme .s-split__part-txt-wrap {
    color: var(--concrete-light-gray);
}
.s-simple-txt__txt-wrap {
    opacity: .8;
}
@media (max-width: 1199px) {
    .s-split__part {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    .s-split__part {
        padding: 60px 16px;
    }
    .s-split__part-txt-wrap {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .s-split__part-button-wrap {
        width: 100%;
    }
    .s-split__part-btn {
        min-width: 136px;
    }
}
/*----------------------------------*/
.footer {
    border-top: 1px solid currentColor;
    padding: 48px 0;
}
.footer__container {
    padding: 0 24px;
}
.footer__link-logo {
    width: 138px;
    margin-bottom: 14px;
}
.footer__sub-txt {
    letter-spacing: .025em;
    margin-bottom: 16px;
}
.footer__list-social-icon {
    width: 20px;
    height: 20px;
}
.footer__list-social {
    gap: 6px 16px;
}
.footer__col-title {
    margin-bottom: 16px;
}
.footer__link-item {
    margin-top: 12px;
}
.footer__col--1 {
    width: 30%;
}
.footer__col--list {
    width: 17%;
}
.footer__pages {
    gap: 6px 20px;
}
.footer__col--2 {
    margin-left: 3.2%;
}
.footer__row {
    margin-bottom: 42px;
}
.footer__row-2 {
    margin-top: 32px;
}
@media (min-width: 1200px) {
    .footer__container {
        max-width: 1280px;
    }
}
@media (max-width: 991px) {
    .footer__pages {
        margin-top: 20px;
    }
    .footer__col--list {
        width: 23.3%;
    }
    .footer__col--2 {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .footer__col--1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__col--list {
        width: 33.3%;
    }
}
@media (max-width: 575px) {
    .footer__col--1 {
        margin-bottom: 0;
    }
    .footer__col--list {
        width: 100%;
    }
    .footer__row {
        gap: 2rem;
    }
}
/*----------------------------------*/
.s-simple-col__title {
    margin-bottom: 32px;
}
.s-simple-col__sub-title {
    line-height: 1.15;
    font-weight: 400;
}
.s-simple-col__heading {
    max-width: 900px;
}
.s-simple-col--fourth .s-simple-col__heading {
    margin-left: 0;
}
/*.s-simple-col--fourth .s-simple-col__sub-title {*/
/*    font-weight: 400;*/
/*}*/
.s-simple-col__heading {
    margin-bottom: 64px;
}
.s-simple-col__pic-wrap {
    height: 400px;
    border-radius: 8px;
}
.s-simple-col--secondary {
    background: #fafafa;
}
.s-simple-col--single .s-simple-col__heading {
    max-width: 1024px;
}
.s-simple-col--secondary .s-simple-col__pic-wrap {
    width: 1152px;
    height: auto;
}
.s-simple-col--hero .s-simple-col__pic-wrap {
    width: 1192px;
    height: auto;
}
.s-simple-col--secondary .s-simple-col__txt-wrap {
    line-height: 1.5;
}
.s-simple-col--secondary .s-simple-col__heading {
    margin-bottom: 60px;
}
.s-simple-col--secondary .s-simple-col__title {
    font-size: 60px;
    margin-bottom: 20px;
}
/*--------*/
.s-simple-col--hero {
    padding-top: 126px;
}
.s-simple-col--hero .s-simple-col__title {
    margin-bottom: 24px;
}
.s-simple-col--hero .s-simple-col__txt-wrap {
    font-size: 20px;
}
.s-simple-col--hero .s-simple-col__heading {
    margin-bottom: 40px;
}
/*--------*/
@media (min-width: 1200px) {
    .s-simple-col--third .s-simple-col__title {
        font-size: 72px;
    }
    .s-simple-col--fourth .s-simple-col__container {
        max-width: 1182px;
    }
}
@media (max-width: 991px) {
    .s-simple-col__sub-title {
        font-size: 30px;
        line-height: 1.6;
    }
}
@media (max-width: 575px) {
    /*.s-simple-col--third .s-simple-col__title {*/
    /*    font-size: 36px;*/
    /*}*/
    .s-simple-col--single .s-simple-col__sub-title {
        font-size: 20px;
    }
    .s-simple-col__sub-title {
        font-size: 18px;
    }
    .s-simple-col--third .s-simple-col__sub-title {
        font-size: 24px;
    }
    .s-simple-col__heading {
        margin-bottom: 50px;
    }
    .s-simple-col--secondary .s-simple-col__title {
        font-size: 48px;
    }
}
/*----------------------------------*/
.s-slider__title {
    margin-bottom: 82px;
}
.card__pic-wrap {
    border-radius: 8px;
    height: 384px;
    margin-bottom: 16px;
}
.card__title {
    margin-bottom: 12px;
}
.s-slider__btn-wrap {
    margin-top: 70px;
}
.card--secondary .card__txt-wrap {
    font-size: 14px;
}
.card--secondary .card__pic-wrap {
    height: 405px;
    margin-bottom: 26px;
}
.s-slider--secondary .s-slider__title {
    text-align: left;
    margin-bottom: 68px;
}
.s-slider--secondary .s-slider__slider {
    text-align: center;
}
.s-slider--secondary .card__pic-wrap {
    height: 316px;
    margin-bottom: 26px;
}
.s-slider--secondary .card__title {
    font-size: 24px;
    margin-bottom: 16px;
}
@media (min-width: 1200px) {
    .s-slider--secondary .s-slider__container {
        max-width: 1180px;
    }
}
@media (max-width: 767px) {
    .card--secondary .card__pic-wrap {
        height: 305px;
    }
}
@media (max-width: 575px) {
    .card--secondary .card__pic-wrap {
        height: 175px;
    }
    .s-slider--secondary .card__pic-wrap {
        height: 250px;
    }
    .s-slider--secondary .card__title {
        font-size: 20px;
    }
    .s-slider--secondary .card__txt-wrap {
        font-size: 16px;
    }
}
/*----------------------------------*/
.s-simple-cards {
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}
.s-simple-cards__title {
    margin-bottom: 24px;
}
.s-simple-cards__heading {
    margin-bottom: 32px;
}
.s-simple-cards__col {
    margin-top: 32px;
}
/*----------------------------------*/
.s-compare__heading {
    margin-bottom: 40px;
}
.s-compare__col {
    margin-top: 40px;
}
.compare-card__pic-wrap {
    height: 550px;
    margin-bottom: 48px;
}
.compare-card__title {
    font-size: 24px;
    margin-bottom: 35px;
}
.compare-card__sub-title {
    font-style: italic;
    margin-bottom: 18px;
}
.compare-card__txt-wrap {
    margin-bottom: 15px;
}
.compare-card__btn {
    padding: 10px 30px;
}
.compare-card__link {
    margin-top: 12px;
}
/*-------------*/
.s-compare--secondary {
    background: #fafafa;
}
.s-compare--secondary .s-compare__heading {
    display: block !important;
    text-align: center;
    margin-bottom: 25px;
}
.s-compare--secondary .compare-card {
    background: var(--white);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px, 0 4px 6px -4px;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    padding: 32px;
}
.s-compare--secondary .compare-card__pic-wrap {
    height: 400px;
    margin-bottom: 24px;
}
.s-compare--secondary .compare-card__btn {
    display: flex;
}
.s-compare--secondary .compare-card__title {
    font-size: 33px;
    margin-bottom: 7px;
}
.s-compare--secondary .compare-card__sub-title {
    margin-bottom: 9px;
}
.s-compare--secondary .compare-card__txt-wrap {
    margin-bottom: 30px;
}
/*-------------*/
.compare-card__content-wrap {
    margin-bottom: 32px;
}
.compare-card__content-wrap li:not(:last-child) {
    margin-bottom: 15px;
}
/*-------------*/
.s-compare--third .compare-card__btn {
    width: 100%;
}
.s-compare--third .compare-card__pic-wrap {
    height: 406px;
    margin-bottom: 36px;
}
.s-compare--third .s-compare__heading {
    margin-bottom: 2px;
}
/*-------------*/
@media (min-width: 1200px) {
    .s-compare--secondary .s-compare__container {
        max-width: 1314px;
    }
    .s-compare__container {
        max-width: 1180px;
    }
}
@media (max-width: 1199px) {
    .s-compare--secondary .compare-card {
        padding: 16px;
    }
}
@media (max-width: 767px) {
    .s-compare__title {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .compare-card__pic-wrap {
        height: 450px;
    }
}
/*----------------------------------*/
.s-simple-block__title {
    margin-bottom: 64px;
}
.s-simple-block__block {
    /*max-width: 1152px;*/
    border-radius: 4px;
    min-height: 500px;
    padding: 48px;
    background: linear-gradient(90deg, #6d6059 0%, #bfb2ab 100%);
}
.s-simple-block__block-content {
    max-width: 450px;
}
.s-simple-block__block-title {
    margin-bottom: 24px;
}
.video-caller {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    width: 78px;
    height: 78px;
    transition-property: background;
}
.video-caller__btn {
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #ffffff;
    margin: 3px 0 0 6px;
}
.s-simple-block__block-btn {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
}
.s-simple-block__block-btn:hover,
.video-caller:hover {
    background: rgba(255, 255, 255, 0.4);
}
.video-caller:hover .video-caller__btn {
    transform: scale(1.2);
}
@media (min-width: 1200px) {
    .s-simple-block__container {
        max-width: 1182px;
    }
}
@media (max-width: 575px) {
    .s-simple-block__title {
        font-size: 36px;
    }
    .s-simple-block__block {
        padding: 28px;
    }
}
/*----------------------------------*/
.s-cta__title {
    margin-bottom: 24px;
}
.dark-theme .s-cta__txt-wrap {
    opacity: .8;
}
@media (min-width: 1200px) {
    .s-cta__container {
        max-width: 480px;
    }
}
/*----------------------------------*/
.form-default-style .hs-form-required {
    color: red;
}
.form-default-style .submitted-message {
    color: green;
}
.form-default-style ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.form-default-style li:before {
    content: none;
}
.form-default-style li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.2;
}
.form-default-style label {
    display: block;
    margin-bottom: 10px;
}
.form-default-style input,
.form-default-style select,
.form-default-style textarea {
    border: 1px solid #dde1e6 !important;
    border-radius: 11px !important;
    padding: 13px 21px;
    display: block;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-default-style input:focus {
    border-color: #000000 !important;
}
.form-default-style .hs-error-msg,
.form-default-style .hs-error-msgs {
    margin: 13px 0;
    color: red;
}
.form-default-style input[type="checkbox"] {
    display: none;
}
.form-default-style input[type="checkbox"] + span {
    margin: 0 !important;
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    background: none !important;
}
.form-default-style input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid currentColor;
}
.form-default-style input[type="checkbox"] + span:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L6.6875 10.7188C6.3125 11.125 5.65625 11.125 5.28125 10.7188L1.28125 6.71875C0.875 6.34375 0.875 5.6875 1.28125 5.3125C1.65625 4.90625 2.3125 4.90625 2.6875 5.3125L6 8.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125Z' fill='%23000000'/%3E%3C/svg%3E") center center / 75% no-repeat;
}
.form-default-style .hs-form-field,
.form-default-style .hs-form-booleancheckbox-display {
    margin-bottom: 27px;
}
.form-default-style .hs-form-booleancheckbox-display {
    color: #a2a9b0;
}
.form-default-style .hs-form-booleancheckbox-display,
.form-default-style label,
.form-default-style .hs-error-msg {
    font-size: 16px;
    letter-spacing: 0.01em;
}
.form-default-style input[type="submit"] {
    outline: none !important;
    background: #f2f2f2 !important;
    color: #000000 !important;
    border: 1px solid #f2f2f2 !important;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    border-radius: 53px !important;
    padding: 8px 17px;
    min-width: 190px;
    width: auto;
}
.form-default-style .actions {
    position: relative;
    display: inline-block;
}
.form-default-style .actions:after,
.form-default-style .actions:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.4em;
    height: .88em;
    width: .88em;
    z-index: 1;
    pointer-events: none;
}
.form-default-style .actions:hover:after {
    opacity: 1;
}
.form-default-style .actions:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.09875 20.1464L38.2983 20.1464L38.2983 23.5828L4.09875 23.5828L4.09875 20.1464Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6616 35.3627L35.1603 21.8606L21.6616 8.36183L24.0914 5.93196L40.0198 21.8603L24.0917 37.7922L21.6616 35.3627Z' fill='%23ffffff'/%3E%3C/svg%3E") center center/contain no-repeat;
    z-index: 2;
    opacity: 0;
}
.form-default-style .actions:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.09875 20.1464L38.2983 20.1464L38.2983 23.5828L4.09875 23.5828L4.09875 20.1464Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6616 35.3627L35.1603 21.8606L21.6616 8.36183L24.0914 5.93196L40.0198 21.8603L24.0917 37.7922L21.6616 35.3627Z' fill='black'/%3E%3C/svg%3E") center center/contain no-repeat;
    z-index: 1;
}
.form-default-style .actions input[type="submit"] {
    padding-right: 2.1em;
}
.form-default-style input[type="submit"],
.form-default-style input,
.form-default-style input[type="checkbox"] + span:before,
.form-default-style .actions:after,
.form-default-style .actions:before {
    transition: .3s cubic-bezier(.7, 0, .3, 1) !important;
}
.form-default-style input[type="submit"]:hover {
    color: #f2f2f2 !important;
    background: #000000 !important;
}
.form-default-style input[type="checkbox"]:checked + span:before {
    opacity: 1;
}
.form-default-style a:hover {
    color: currentColor !important;
}
.form-default-style {
    margin-top: 40px;
}
.form-default-style .hs-field-desc {
    color: #4d5358;
    margin-bottom: 27px;
}
.form-default-style textarea {
    height: 266px !important;
    resize: none !important;
}
.form-default-style .legal-consent-container {
    margin-bottom: 53px;
}
.form-default-style select {
    padding-right: 67px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.306827 4.74945L5.25925 9.55699C5.66836 9.9572 6.33164 9.9572 6.74075 9.55699L11.6932 4.74945C12.1023 4.34924 12.1023 3.70037 11.6932 3.30016C11.2841 2.89995 10.6208 2.89995 10.2117 3.30016L6 7.38305L1.78832 3.30016C1.37922 2.89995 0.71593 2.89995 0.306827 3.30016C-0.102276 3.70037 -0.102276 4.34924 0.306827 4.74945Z' fill='%23000000'/%3E%3C/svg%3E") calc(100% - clamp(20px, 1.39vw, 27px)) 50%/clamp(15px, 1.04vw, 20px) no-repeat;
}
.form-default-style .hs-form-booleancheckbox-display {
    color: currentColor;
}
.form-default-style input[type="submit"] {
    background: #000000 !important;
    color: #f2f2f2 !important;
    padding-right: 2.1em !important;
}
.form-default-style input[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.7) !important;
}
.form-default-style .actions:before {
    content: none;
}
.form-default-style .actions:after {
    opacity: 1;
}
.form-default-style input,
.form-default-style textarea,
.form-default-style .choices__inner {
    border-radius: 32px !important;
    font-size: 14px !important;
    padding: 11px 14px !important;
    background: none;
    border: 1px solid currentColor !important;
    display: block;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0) !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-default-style input:focus,
.form-default-style textarea:focus,
.form-default-style .choices__inner:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) !important;
}
.form-default-style textarea {
    border-radius: 20px !important;
}
.form-default-style .choices {
    font-size: 14px;
}
.form-default-style .choices[data-type*=select-one]::after {
    right: 18px;
}
.form-default-style .choices__placeholder {
    opacity: .64;
}
.form-default-style .choices__list--dropdown,
.form-default-style .choices__list[aria-expanded] {
    margin-top: 10px;
    border-radius: 20px !important;
    border: 1px solid currentColor !important;
}
.form-default-style .choices__input {
    margin: 12px auto !important;
    width: calc(100% - 24px) !important;
}
.form-default-style .choices__list--dropdown .choices__item,
.form-default-style .choices__list[aria-expanded] .choices__item {
    padding: 14px;
    font-size: 14px;
}
.form-default-style .choices__placeholder {
    display: none !important;
}
.form-default-style .choices__item--selectable.is-selected {
    background-color: #f2f2f2 !important;
    pointer-events: none !important;
}
.form-default-style .is-flipped .choices__list--dropdown,
.form-default-style .is-flipped .choices__list[aria-expanded] {
    margin-top: 0;
    margin-bottom: 10px;
}
.form-default-style input[type="radio"] {
    position: relative;
    height: 18px;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 18px;
    display: inline-block;
    margin-right: 8px;
    top: .1em;
}
.form-default-style input[type="radio"]:checked:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background-color: #000000;
}
.form-default-style select {
    visibility: hidden;
}
.s-cta__form-wrap.form-default-style .legal-consent-container {
    margin-bottom: 0;
}
.s-cta__form-wrap.form-default-style .hs-form-field,
.s-cta__form-wrap.form-default-style .hs-form-booleancheckbox-display {
    margin-bottom: 16px;
}
.s-cta__form-wrap.form-default-style {
    margin: 40px auto 0;
    max-width: 450px;
}
.form-default-style br {
    display: none;
}
.dark-theme .form-default-style input,
.dark-theme .form-default-style textarea {
    color: #ffffff;
}
.dark-theme .form-default-style input:focus,
.dark-theme .form-default-style textarea:focus {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7) !important;
}
.dark-theme .form-default-style input:focus {
    border-color: #ffffff !important;
}
.dark-theme .form-default-style .actions:after,
.dark-theme .form-default-style input[type="checkbox"] + span:before {
    filter: invert(1);
}
.dark-theme .form-default-style input[type="submit"] {
    background: #f2f2f2 !important;
    color: #000000 !important;
}
.dark-theme .form-default-style input,
.dark-theme .form-default-style textarea {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.dark-theme .form-default-style input[type="submit"]:hover {
    background: rgba(242, 242, 242, 0.85) !important;
}
.form-default-style--1 input,
.form-default-style--1 textarea,
.form-default-style--1 .choices__inner {
    border-radius: 4px !important;
}
/*----------------------------------*/
.s-forms {
    padding-top: 130px;
}
.s-forms__title {
    margin-bottom: 20px;
    font-size: 60px;
}
.s-forms__heading {
    margin-bottom: 64px;
}
.s-forms__item {
    border: 1px solid currentColor;
    background: #ffffff;
    border-radius: 4px;
}
.s-forms__item-wrap {
    margin-bottom: 26px;
}
.s-forms__item-wrap:last-child {
    margin-bottom: 0;
}
.s-forms__item-title {
    padding: 20px 50px 20px 20px;
    font-size: 18px;
}
.s-forms__item-title-icon {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: .25s ease-in-out;
}
.s-forms__item.open .s-forms__item-title-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.s-forms__item-content {
    padding: 27px;
}
.s-forms__item-content-wrap p {
    color: rgb(82, 82, 82);
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .s-forms__container {
        max-width: 850px;
    }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .s-forms__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .s-forms__item-wrap {
        margin-bottom: 16px;
    }
    .s-forms__item-title {
        padding: 15px 40px 15px 15px;
    }
    .s-forms__item-title-icon {
        right: 15px;
    }
    .s-forms__item-content {
        padding: 30px 15px;
    }
    .s-forms__title {
        font-size: 48px;
    }
    .s-forms__txt-wrap br {
        display: none;
    }
}
/*----------------------------------*/
.s-advantage__blocks {
    margin-top: 188px;
}
.s-advantage__block {
    margin-top: 60px;
}
.s-advantage__block-col {
    margin-top: 40px;
}
.card--third .card__pic-wrap {
    border-radius: 8px;
    margin-bottom: 25px;
}
@media (min-width: 1200px) {
    .s-advantage__block-col {
        width: 29%;
    }
    .s-advantage__container {
        padding: 0 57px;
    }
    .card--third .card__pic-wrap {
        height: 426px;
    }
}
@media (max-width: 1199px) {
    .s-advantage__blocks {
        margin-top: 100px;
    }
}
/*----------------------------------*/
.s-technical-cards {
    background: #fafafa;
}
.s-technical-cards__title {
    margin-bottom: 20px;
}
.s-technical-cards__col {
    margin-top: 46px;
}
.technical-card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    background-color: var(--white);
    border: 1px solid rgb(229 229 229);
    padding: 32px;
    border-radius: 4px;
}
.technical-card__title {
    font-size: 24px;
    margin-bottom: 24px;
}
.s-technical-cards__btn-wrap {
    margin-top: 64px;
}
.technical-card__txt-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .s-technical-cards__container {
        padding: 0 26px;
    }
    .s-technical-cards__col {
        width: 49.4%;
    }
}
@media (max-width: 390px) {
    .technical-card {
        padding: 20px;
    }
}
/*----------------------------------*/
.table-wrap {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.alignwide {
    width: 100%;
}
.alignfull {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.table-wrap::-webkit-scrollbar {
    display: none;
}
.table-wrap table {
    min-width: 800px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th,
td {
    padding: 1rem 1.5rem;
    /*text-align: center;*/
}
/*th {*/
/*    font-weight: 700;*/
/*    text-align: left;*/
/*}*/
/*td:first-child {*/
/*    font-weight: 500;*/
/*    text-align: left;*/
/*}*/
/*th:not(:first-child) {*/
/*    text-align: center;*/
/*}*/
table img {
    vertical-align: middle;
}
@media (max-width: 1199px) {
    table td br {
        display: none;
    }
}
/*----------------------------------*/
.s-simple-content__txt-wrap thead,
.s-simple-content__txt-wrap tbody,
.s-simple-content__txt-wrap tfoot,
.s-simple-content__txt-wrap tr,
.s-simple-content__txt-wrap td,
.s-simple-content__txt-wrap th {
    border-width: 0;
}
.s-simple-content__txt-wrap thead tr {
    border-bottom: 2px solid rgb(229 229 229);
}
.s-simple-content__txt-wrap tbody tr {
    border-bottom: 1px solid rgb(245 245 245);
}
.s-simple-content__txt-wrap h2 {
    margin-bottom: 64px;
}
.s-simple-item--secondary .s-simple-item__title {
    margin-bottom: 16px;
}
.s-simple-content--secondary thead tr,
.s-simple-content--secondary tbody tr {
    border-color: currentColor;
}
.s-simple-content--third td:first-child strong {
    font-weight: 500;
}
@media (min-width: 1200px) {
    .s-simple-content__container {
        max-width: 1182px;
    }
    .s-simple-content--secondary .s-simple-content__container {
        max-width: 1056px;
    }
}
@media (max-width: 575px) {
    .s-simple-content__txt-wrap h2 {
        /*font-size: 36px;*/
        margin-bottom: 50px;
    }
}
/*----------------------------------*/
.s-simple-cols__heading {
    max-width: 700px;
    margin-bottom: 50px;
}
.s-simple-cols__title {
    /*font-size: 48px;*/
    margin-bottom: 20px;
}
.s-simple-cols__col {
    margin-top: 40px;
}
.s-simple-cols .s-simple-item__txt-wrap {
    font-size: 16px;
}
@media (min-width: 1200px) {
    .s-simple-cols__container {
        max-width: 1248px;
    }
    .s-simple-cols__col {
        width: 30.3%;
    }
}
@media (max-width: 575px) {
}
/*----------------------------------*/
.s-downloads__title {
    margin-bottom: 48px;
}
.s-downloads__block-title {
    font-size: 24px;
}
.s-downloads__block {
    margin-top: 32px;
}
.download-item {
    margin-top: 12px;
    padding: 16px;
}
.download-item__format {
    padding-left: 20px;
}
.download-item__name {
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.s-downloads {
    padding-bottom: 80px;
}
@media (min-width: 1200px) {
    .s-downloads__container {
        max-width: 1248px;
    }
}
@media (max-width: 575px) {
    .download-item {
        margin-top: 30px;
        padding: 0;
    }
    .s-downloads__title {
        font-size: 36px;
    }
}
@media (max-width: 374px) {
    .download-item__name,
    .download-item__format {
        font-size: 15px;
    }
}
/*----------------------------------*/
.s-simple-pics {
    padding-top: 40px;
}
.s-simple-pics__col {
    margin-top: 40px;
}
.simple-pic {
    width: 430px;
}
/*----------------------------------*/
.s-faq__title {
    margin-bottom: 24px;
}
.s-faq__heading {
    margin-bottom: 60px;
}
.s-faq__pic-wrap {
    border-radius: 8px;
    height: 600px;
}
.s-faq__item {
    transition-property: background;
    background: #f5f5f5;
    border-radius: 8px;
    border-bottom: 1px solid currentColor;
}
.s-faq__item.open {
    background: var(--white);
}
.s-faq__item-title-icon {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: .25s ease-in-out;
}
.s-faq__item.open .s-faq__item-title-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.s-faq__item-title {
    padding: 24px 50px 24px 24px;
    font-size: 24px;
}
.s-faq__item-content-wrap {
    padding: 28px 48px 48px;
}
.s-faq__item-wrap:not(:first-child) {
    margin-top: 16px;
}
@media (min-width: 1200px) {
    .s-faq__container {
        max-width: 1184px;
    }
    .s-faq__col--1 {
        padding-right: 24px;
    }
    .s-faq__col--2 {
        padding-left: 26px;
    }
}
@media (max-width: 991px) {
    .s-faq__col--2 {
        margin-top: 40px;
    }
    .s-faq__txt-wrap br {
        display: none;
    }
}
@media (max-width: 575px) {
    .s-faq__item-title-icon {
        right: 15px;
    }
    .s-faq__pic-wrap {
        height: 378px;
    }
    .s-faq__item-content-wrap {
        padding: 0 20px 30px;
    }
}
/*----------------------------------*/
.s-awards__title {
    margin-bottom: 24px;
}
.s-awards__heading {
    margin-bottom: 26px;
}
.s-awards__col {
    margin-top: 32px;
}
.award-item {
    padding: 32px;
    background: rgb(242 242 242);
    border-radius: 8px;
}
.award-item__pic-wrap {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
.award-item__name {
    font-size: 20px;
    margin-bottom: 0;
}
.award-item__heading {
    margin-bottom: 24px;
}
.award-item__title {
    font-size: 16px;
    margin-bottom: 8px;
}
@media (min-width: 1200px) {
    .s-awards__container {
        max-width: 1184px;
    }
}
@media (max-width: 991px) {
    .s-awards__txt-wrap br {
        display: none;
    }
}
@media (max-width: 374px) {
    .award-item {
        padding: 20px;
    }
    .award-item__name {
        font-size: 16px;
    }
    .award-item__cat {
        font-size: 14px;
    }
}
/*----------------------------------*/
.s-cards-simple__title {
    margin-bottom: 32px;
}
.s-cards-simple__col {
    margin-top: 32px;
}
.card--fourth {
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 32px;
}
.card--fourth .card__pic-wrap {
    border-radius: 8px 8px 0 0;
    height: 256px;
    margin-bottom: 32px;
}
.card--fourth .card__title {
    font-size: 24px;
    margin-bottom: 18px;
}
.card--fourth .card__title,
.card--fourth .card__txt-wrap,
.card--fourth .card__btn-wrap {
    padding-left: 32px;
    padding-right: 32px;
}
.card--fourth .card__txt-wrap {
    line-height: 1.625;
}
.card--fourth .card__btn-wrap {
    margin-top: 16px;
}
.card--fourth .card__btn {
    background: var(--black);
    border-color: var(--black);
}
@media (min-width: 1200px) {
    .s-cards-simple__container {
        max-width: 1184px;
    }
}
/*----------------------------------*/
.s-simple-post__title {
    margin-bottom: 32px;
}
.s-simple-post__content h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
.s-simple-post__content h3 {
    font-size: 28px;
}
@media (max-width: 991px) {
}
/*----------------------------------*/
.s-downloads-hero {
    padding-top: 158px;
}
.s-downloads-hero__heading {
    margin-bottom: 220px;
}
.s-downloads-hero__title {
    margin-bottom: 30px;
}
.s-downloads-hero__block-heading {
    padding-left: 40px;
    min-height: 48px;
    /*margin-bottom: 32px;*/
}
.s-downloads-hero__block {
    margin-top: 64px;
}
.s-downloads-hero__col {
    margin-top: 32px;
}
.s-download-heros__block-icon {
    top: 4px;
    left: 0;
    width: 34px;
    height: 34px;
}
.s-downloads-hero__block-title {
    margin-bottom: 0;
}
.s-downloads-hero__block-txt-wrap {
    margin-top: 8px;
}
.download-block {
    padding: 24px;
    border: 1px solid currentColor;
    background: var(--white);
    border-radius: 4px;
    transition-property: border-color, box-shadow;
}
.download-block__title {
    font-size: 18px;
    margin-bottom: 6px;
}
.download-block__desc {
    font-size: 14px;
    margin-bottom: 16px;
}
.download-block__meta {
    font-size: 14px;
    margin-bottom: 12px;
}
.download-block:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-color: rgba(102,41,47,.2);
}
@media (min-width: 992px) {
    .s-downloads-hero__title {
        font-size: 72px;
    }
}
@media (max-width: 1199px) {
    .s-downloads-hero {
        padding-top: 120px;
    }
    .s-downloads-hero__heading {
        margin-bottom: 130px;
    }
    .download-block {
        padding: 16px;
    }
}
@media (max-width: 767px) {
    .s-downloads-hero__txt-wrap br {
        display: none;
    }
}
@media (max-width: 575px) {
    .s-downloads-hero__title {
        margin-bottom: 20px;
    }
    .s-downloads-hero__heading {
        margin-bottom: 90px;
    }
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}
@media (max-width: 375px) {
}