/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/* ---------- Document ---------- */
/* Use a better box model (opinionated). */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/* ---------- Sections ---------- */
/* Remove the margin in all browsers. */
body {
  margin: 0;
}

/* ---------- Text-level semantics ---------- */
/* Add the correct font weight in Chrome and Safari. */
b,
strong {
  font-weight: bolder;
}

/*
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* ---------- Tabular data ---------- */
/* Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016) */
table {
  border-color: currentcolor;
}

/* ---------- Forms ---------- */
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */
legend {
  padding: 0;
}

/* Add the correct vertical alignment in Chrome and Firefox. */
progress {
  vertical-align: baseline;
}

/* Correct the cursor style of increment and decrement buttons in Safari. */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/* Remove the inner padding in Chrome and Safari on macOS. */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* ---------- Interactive ---------- */
/* Add the correct display in Chrome and Safari. */
summary {
  display: list-item;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-gutter: stable;
  scroll-padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  line-height: inherit;
  background-color: transparent;
  color: inherit;
  border: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: top;
  user-select: none;
  -webkit-user-drag: none;
}

iframe {
  border: none;
}

cite {
  font-style: normal;
}

html {
  font-family: "Nunito", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

/*  */
body {
  background: linear-gradient(90deg, #031c30 0%, #043941 100%);
  color: white;
  overflow-x: hidden;
  min-width: 320px;
}
body.no_scroll {
  overflow: hidden;
}

/*  */
::selection {
  background-color: #0abb86;
  color: #ffffff;
}

/*  */
hr {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
  border: none;
  margin: 0;
  height: 1px;
}

/*  */
.red_star {
  color: #ee3235;
  font-style: normal;
  margin: 0 4px;
}

/*  */
.page_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden; /* ! */
}

/*  */
.page_content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

/*  */
section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

section:has(.c_breadcrumbs) {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  section:has(.c_breadcrumbs) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/*  */
.wrapper {
  position: relative;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/*  */
[data-color-theme=light] {
  color: #f7f7f7;
}

[data-light-section] {
  background: rgba(255, 255, 255, 0.05);
}

/*  */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.black--075 {
  color: #515257;
}

.black--05 {
  color: #8a8b8e;
}

.black--025 {
  color: #c5c5c7;
}

.black--01 {
  color: #e8e8e8;
}

.white--075 {
  color: rgba(255, 255, 255, 0.75);
}

.white--05 {
  color: rgba(255, 255, 255, 0.5);
}

.white--025 {
  color: rgba(255, 255, 255, 0.25);
}

.white--01 {
  color: rgba(255, 255, 255, 0.1);
}

.white--005 {
  color: rgba(255, 255, 255, 0.05);
}

.text--red {
  color: #ee3235;
}

.text--ui {
  color: #0abb86;
}

.text--colored > span {
  color: #0abb86;
}

.text--tiny {
  font-size: 12px;
}

.text--small {
  font-size: 14px;
}

.text--regular {
  font-size: 16px;
}

.text--medium {
  font-size: 18px;
}

.text--400 {
  font-weight: 400;
}

.text--500 {
  font-weight: 500;
}

.text--600 {
  font-weight: 600;
}

.text--700 {
  font-weight: 700;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--underlined {
  text-decoration: underline;
}

h1,
.h1 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span {
  color: #0abb86;
}

h2,
.h2,
.c_guarantee__number {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2,
  .c_guarantee__number {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2,
  .c_guarantee__number {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span,
.c_guarantee__number > span {
  color: #0abb86;
}

h3,
.h3 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span {
  color: #0abb86;
}

h4,
.h4,
.c_payback_card__status,
.c_numbers_list > li::before {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4,
  .c_payback_card__status,
  .c_numbers_list > li::before {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span,
.c_payback_card__status > span,
.c_numbers_list > li::before > span {
  color: #0abb86;
}

h5,
.h5,
.c_tab,
.c_subscription__title,
.c_faq_item__question,
.c_asset_thumb,
.c_account_thumb__title,
.platforms_table .table_label,
.c_portfolio_card__value,
.c_company_card .profit,
.c_award_card__name,
.c_multi_level_dots_list > li > *:first-of-type,
.c_dots_list--large > li {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5,
  .c_tab,
  .c_subscription__title,
  .c_faq_item__question,
  .c_asset_thumb,
  .c_account_thumb__title,
  .platforms_table .table_label,
  .c_portfolio_card__value,
  .c_company_card .profit,
  .c_award_card__name,
  .c_multi_level_dots_list > li > *:first-of-type,
  .c_dots_list--large > li {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span,
.c_tab > span,
.c_subscription__title > span,
.c_faq_item__question > span,
.c_asset_thumb > span,
.c_account_thumb__title > span,
.platforms_table .table_label > span,
.c_portfolio_card__value > span,
.c_company_card .profit > span,
.c_award_card__name > span,
.c_multi_level_dots_list > li > *:first-of-type > span,
.c_dots_list--large > li > span {
  color: #0abb86;
}

h6,
.h6,
.c_guarantee__title,
.c_award_card__venue {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6,
  .c_guarantee__title,
  .c_award_card__venue {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span,
.c_guarantee__title > span,
.c_award_card__venue > span {
  color: #0abb86;
}

p + p {
  margin-top: 8px;
}

p + ul,
p + ol,
ul + p,
ol + p {
  margin-top: 8px;
}

p ~ .c_button,
.c_button ~ p {
  margin-top: 16px;
}

.c_button + ul,
.c_button + ol,
ul + .c_button,
ol + .c_button {
  margin-top: 16px;
}

p > br {
  content: "";
  display: block;
  margin-top: 8px;
}

.no_mb {
  margin-bottom: 0 !important;
}

/*
  * Hide visually and from screen readers
*/
.hidden {
  display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
  * Extends the .visually-hidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
*/
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  * Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

*[data-mobile-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  *[data-mobile-appear-type=block] {
    display: block !important;
  }
}

*[data-mobile-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  *[data-mobile-appear-type=flex] {
    display: flex !important;
  }
}

*[data-tablet-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  *[data-tablet-appear-type=block] {
    display: block !important;
  }
}

*[data-tablet-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  *[data-tablet-appear-type=flex] {
    display: flex !important;
  }
}

*[data-tablet-wide-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  *[data-tablet-wide-appear-type=block] {
    display: block !important;
  }
}

*[data-tablet-wide-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  *[data-tablet-wide-appear-type=flex] {
    display: flex !important;
  }
}

*[data-desktop-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  *[data-desktop-appear-type=block] {
    display: block !important;
  }
}

*[data-desktop-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  *[data-desktop-appear-type=flex] {
    display: flex !important;
  }
}

*[data-900-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 900px) {
  *[data-900-appear-type=block] {
    display: block !important;
  }
}

*[data-900-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 900px) {
  *[data-900-appear-type=flex] {
    display: flex !important;
  }
}

*[data-1000-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  *[data-1000-appear-type=block] {
    display: block !important;
  }
}

*[data-1000-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  *[data-1000-appear-type=flex] {
    display: flex !important;
  }
}

*[data-1125-appear-type=block] {
  display: none !important;
}
@media screen and (max-width: 1125px) {
  *[data-1125-appear-type=block] {
    display: block !important;
  }
}

*[data-1125-appear-type=flex] {
  display: none !important;
}
@media screen and (max-width: 1125px) {
  *[data-1125-appear-type=flex] {
    display: flex !important;
  }
}

@media screen and (max-width: 600px) {
  *[data-mobile-disappear] {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  *[data-tablet-disappear] {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  *[data-tablet-wide-disappear] {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  *[data-desktop-disappear] {
    display: none !important;
  }
}

@media screen and (max-width: 1230px) {
  *[data-1230-dissapear] {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  *[data-1000-disappear] {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  *[data-900-disappear] {
    display: none !important;
  }
}

.grid_cols {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .grid_cols {
    gap: 16px;
  }
}

[class^=col_] {
  position: relative;
  grid-column: span 6;
}

/*  */
.col_1 {
  grid-column: span 1;
}

.col_2 {
  grid-column: span 2;
}

.col_3 {
  grid-column: span 3;
}

.col_4 {
  grid-column: span 4;
}

.col_5 {
  grid-column: span 5;
}

.col_6 {
  grid-column: span 6;
}

.col_7 {
  grid-column: span 7;
}

.col_8 {
  grid-column: span 8;
}

.col_9 {
  grid-column: span 9;
}

.col_10 {
  grid-column: span 10;
}

.col_11 {
  grid-column: span 11;
}

.col_12 {
  grid-column: span 12;
}

/*  */
@media screen and (max-width: 1200px) {
  .col_1--desktop {
    grid-column: span 1;
  }
}

@media screen and (max-width: 1200px) {
  .col_2--desktop {
    grid-column: span 2;
  }
}

@media screen and (max-width: 1200px) {
  .col_3--desktop {
    grid-column: span 3;
  }
}

@media screen and (max-width: 1200px) {
  .col_4--desktop {
    grid-column: span 4;
  }
}

@media screen and (max-width: 1200px) {
  .col_5--desktop {
    grid-column: span 5;
  }
}

@media screen and (max-width: 1200px) {
  .col_6--desktop {
    grid-column: span 6;
  }
}

@media screen and (max-width: 1200px) {
  .col_7--desktop {
    grid-column: span 7;
  }
}

@media screen and (max-width: 1200px) {
  .col_8--desktop {
    grid-column: span 8;
  }
}

@media screen and (max-width: 1200px) {
  .col_9--desktop {
    grid-column: span 9;
  }
}

@media screen and (max-width: 1200px) {
  .col_10--desktop {
    grid-column: span 10;
  }
}

@media screen and (max-width: 1200px) {
  .col_11--desktop {
    grid-column: span 11;
  }
}

@media screen and (max-width: 1200px) {
  .col_12--desktop {
    grid-column: span 12;
  }
}

@media screen and (max-width: 1024px) {
  .col_1--tablet_wide {
    grid-column: span 1;
  }
}

@media screen and (max-width: 1024px) {
  .col_2--tablet_wide {
    grid-column: span 2;
  }
}

@media screen and (max-width: 1024px) {
  .col_3--tablet_wide {
    grid-column: span 3;
  }
}

@media screen and (max-width: 1024px) {
  .col_4--tablet_wide {
    grid-column: span 4;
  }
}

@media screen and (max-width: 1024px) {
  .col_5--tablet_wide {
    grid-column: span 5;
  }
}

@media screen and (max-width: 1024px) {
  .col_6--tablet_wide {
    grid-column: span 6;
  }
}

@media screen and (max-width: 1024px) {
  .col_7--tablet_wide {
    grid-column: span 7;
  }
}

@media screen and (max-width: 1024px) {
  .col_8--tablet_wide {
    grid-column: span 8;
  }
}

@media screen and (max-width: 1024px) {
  .col_9--tablet_wide {
    grid-column: span 9;
  }
}

@media screen and (max-width: 1024px) {
  .col_10--tablet_wide {
    grid-column: span 10;
  }
}

@media screen and (max-width: 1024px) {
  .col_11--tablet_wide {
    grid-column: span 11;
  }
}

@media screen and (max-width: 1024px) {
  .col_12--tablet_wide {
    grid-column: span 12;
  }
}

@media screen and (max-width: 768px) {
  .col_1--tablet {
    grid-column: span 1;
  }
}

@media screen and (max-width: 768px) {
  .col_2--tablet {
    grid-column: span 2;
  }
}

@media screen and (max-width: 768px) {
  .col_3--tablet {
    grid-column: span 3;
  }
}

@media screen and (max-width: 768px) {
  .col_4--tablet {
    grid-column: span 4;
  }
}

@media screen and (max-width: 768px) {
  .col_5--tablet {
    grid-column: span 5;
  }
}

@media screen and (max-width: 768px) {
  .col_6--tablet {
    grid-column: span 6;
  }
}

@media screen and (max-width: 768px) {
  .col_7--tablet {
    grid-column: span 7;
  }
}

@media screen and (max-width: 768px) {
  .col_8--tablet {
    grid-column: span 8;
  }
}

@media screen and (max-width: 768px) {
  .col_9--tablet {
    grid-column: span 9;
  }
}

@media screen and (max-width: 768px) {
  .col_10--tablet {
    grid-column: span 10;
  }
}

@media screen and (max-width: 768px) {
  .col_11--tablet {
    grid-column: span 11;
  }
}

@media screen and (max-width: 768px) {
  .col_12--tablet {
    grid-column: span 12;
  }
}

@media screen and (max-width: 600px) {
  .col_1--phone {
    grid-column: span 1;
  }
}

@media screen and (max-width: 600px) {
  .col_2--phone {
    grid-column: span 2;
  }
}

@media screen and (max-width: 600px) {
  .col_3--phone {
    grid-column: span 3;
  }
}

@media screen and (max-width: 600px) {
  .col_4--phone {
    grid-column: span 4;
  }
}

@media screen and (max-width: 600px) {
  .col_5--phone {
    grid-column: span 5;
  }
}

@media screen and (max-width: 600px) {
  .col_6--phone {
    grid-column: span 6;
  }
}

@media screen and (max-width: 600px) {
  .col_7--phone {
    grid-column: span 7;
  }
}

@media screen and (max-width: 600px) {
  .col_8--phone {
    grid-column: span 8;
  }
}

@media screen and (max-width: 600px) {
  .col_9--phone {
    grid-column: span 9;
  }
}

@media screen and (max-width: 600px) {
  .col_10--phone {
    grid-column: span 10;
  }
}

@media screen and (max-width: 600px) {
  .col_11--phone {
    grid-column: span 11;
  }
}

@media screen and (max-width: 600px) {
  .col_12--phone {
    grid-column: span 12;
  }
}

.d_flex {
  display: flex;
}

.flex_equal > * {
  flex: 1 1 100%;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_no_shrink {
  flex-shrink: 0;
}

.flex_row {
  flex-direction: row;
}

.flex_row_reverse {
  flex-direction: row-reverse;
}

.flex_column {
  flex-direction: column;
}

.flex_column_reverse {
  flex-direction: column-reverse;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_center {
  align-items: center;
}

.align_items_end {
  align-items: flex-end;
}

/*  */
@media screen and (max-width: 1200px) {
  .flex_equal--desktop > * {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 1200px) {
  .flex_wrap--desktop {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .flex_row--desktop {
    flex-direction: row;
  }
}

@media screen and (max-width: 1200px) {
  .flex_row_reverse--desktop {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1200px) {
  .flex_column--desktop {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .flex_column_reverse--desktop {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1200px) {
  .justify_content_start--desktop {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .justify_content_end--desktop {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1200px) {
  .justify_content_center--desktop {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .justify_content_between--desktop {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1200px) {
  .align_items_start--desktop {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .align_items_center--desktop {
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .align_items_end--desktop {
    align-items: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .flex_equal--tablet_wide > * {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 1024px) {
  .flex_wrap--tablet_wide {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .flex_row--tablet_wide {
    flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .flex_row_reverse--tablet_wide {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .flex_column--tablet_wide {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .flex_column_reverse--tablet_wide {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .justify_content_start--tablet_wide {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .justify_content_end--tablet_wide {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .justify_content_center--tablet_wide {
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .justify_content_between--tablet_wide {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .align_items_start--tablet_wide {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .align_items_center--tablet_wide {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .align_items_end--tablet_wide {
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .flex_equal--tablet > * {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 768px) {
  .flex_wrap--tablet {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .flex_row--tablet {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .flex_row_reverse--tablet {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .flex_column--tablet {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .flex_column_reverse--tablet {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .justify_content_start--tablet {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .justify_content_end--tablet {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .justify_content_center--tablet {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .justify_content_between--tablet {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .align_items_start--tablet {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .align_items_center--tablet {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .align_items_end--tablet {
    align-items: flex-end;
  }
}

@media screen and (max-width: 600px) {
  .flex_equal--phone > * {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 600px) {
  .flex_wrap--phone {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .flex_row--phone {
    flex-direction: row;
  }
}

@media screen and (max-width: 600px) {
  .flex_row_reverse--phone {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 600px) {
  .flex_column--phone {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .flex_column_reverse--phone {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 600px) {
  .justify_content_start--phone {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .justify_content_end--phone {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 600px) {
  .justify_content_center--phone {
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .justify_content_between--phone {
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .align_items_start--phone {
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .align_items_center--phone {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .align_items_end--phone {
    align-items: flex-end;
  }
}

.d_grid {
  display: grid;
  gap: 24px;
}

/*  */
.grid_cols_1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid_cols_2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid_cols_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_cols_4 {
  grid-template-columns: repeat(4, 1fr);
}

/*  */
@media screen and (max-width: 1200px) {
  .grid_cols_1--desktop {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .grid_cols_2--desktop {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .grid_cols_3--desktop {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .grid_cols_4--desktop {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .grid_cols_1--tablet_wide {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .grid_cols_2--tablet_wide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .grid_cols_3--tablet_wide {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .grid_cols_4--tablet_wide {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .grid_cols_1--tablet {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .grid_cols_2--tablet {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .grid_cols_3--tablet {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .grid_cols_4--tablet {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid_cols_1--phone {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid_cols_2--phone {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid_cols_3--phone {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid_cols_4--phone {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap_0 {
  gap: 0px;
}

.gap_2 {
  gap: 2px;
}

.gap_4 {
  gap: 4px;
}

.gap_6 {
  gap: 6px;
}

.gap_8 {
  gap: 8px;
}

.gap_10 {
  gap: 10px;
}

.gap_12 {
  gap: 12px;
}

.gap_14 {
  gap: 14px;
}

.gap_16 {
  gap: 16px;
}

.gap_18 {
  gap: 18px;
}

.gap_20 {
  gap: 20px;
}

.gap_22 {
  gap: 22px;
}

.gap_24 {
  gap: 24px;
}

.gap_26 {
  gap: 26px;
}

.gap_28 {
  gap: 28px;
}

.gap_30 {
  gap: 30px;
}

.gap_32 {
  gap: 32px;
}

/*  */
@media screen and (max-width: 1200px) {
  .gap_0--desktop {
    gap: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_2--desktop {
    gap: 2px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_4--desktop {
    gap: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_6--desktop {
    gap: 6px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_8--desktop {
    gap: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_10--desktop {
    gap: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_12--desktop {
    gap: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_14--desktop {
    gap: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_16--desktop {
    gap: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_18--desktop {
    gap: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_20--desktop {
    gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_22--desktop {
    gap: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_24--desktop {
    gap: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_26--desktop {
    gap: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_28--desktop {
    gap: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_30--desktop {
    gap: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .gap_32--desktop {
    gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_0--tablet_wide {
    gap: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_2--tablet_wide {
    gap: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_4--tablet_wide {
    gap: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_6--tablet_wide {
    gap: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_8--tablet_wide {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_10--tablet_wide {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_12--tablet_wide {
    gap: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_14--tablet_wide {
    gap: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_16--tablet_wide {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_18--tablet_wide {
    gap: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_20--tablet_wide {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_22--tablet_wide {
    gap: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_24--tablet_wide {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_26--tablet_wide {
    gap: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_28--tablet_wide {
    gap: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_30--tablet_wide {
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .gap_32--tablet_wide {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .gap_0--tablet {
    gap: 0px;
  }
}

@media screen and (max-width: 768px) {
  .gap_2--tablet {
    gap: 2px;
  }
}

@media screen and (max-width: 768px) {
  .gap_4--tablet {
    gap: 4px;
  }
}

@media screen and (max-width: 768px) {
  .gap_6--tablet {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .gap_8--tablet {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .gap_10--tablet {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .gap_12--tablet {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .gap_14--tablet {
    gap: 14px;
  }
}

@media screen and (max-width: 768px) {
  .gap_16--tablet {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .gap_18--tablet {
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .gap_20--tablet {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .gap_22--tablet {
    gap: 22px;
  }
}

@media screen and (max-width: 768px) {
  .gap_24--tablet {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .gap_26--tablet {
    gap: 26px;
  }
}

@media screen and (max-width: 768px) {
  .gap_28--tablet {
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .gap_30--tablet {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .gap_32--tablet {
    gap: 32px;
  }
}

@media screen and (max-width: 600px) {
  .gap_0--phone {
    gap: 0px;
  }
}

@media screen and (max-width: 600px) {
  .gap_2--phone {
    gap: 2px;
  }
}

@media screen and (max-width: 600px) {
  .gap_4--phone {
    gap: 4px;
  }
}

@media screen and (max-width: 600px) {
  .gap_6--phone {
    gap: 6px;
  }
}

@media screen and (max-width: 600px) {
  .gap_8--phone {
    gap: 8px;
  }
}

@media screen and (max-width: 600px) {
  .gap_10--phone {
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .gap_12--phone {
    gap: 12px;
  }
}

@media screen and (max-width: 600px) {
  .gap_14--phone {
    gap: 14px;
  }
}

@media screen and (max-width: 600px) {
  .gap_16--phone {
    gap: 16px;
  }
}

@media screen and (max-width: 600px) {
  .gap_18--phone {
    gap: 18px;
  }
}

@media screen and (max-width: 600px) {
  .gap_20--phone {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .gap_22--phone {
    gap: 22px;
  }
}

@media screen and (max-width: 600px) {
  .gap_24--phone {
    gap: 24px;
  }
}

@media screen and (max-width: 600px) {
  .gap_26--phone {
    gap: 26px;
  }
}

@media screen and (max-width: 600px) {
  .gap_28--phone {
    gap: 28px;
  }
}

@media screen and (max-width: 600px) {
  .gap_30--phone {
    gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .gap_32--phone {
    gap: 32px;
  }
}

.c_link, .c_faq_item__answer .c_link, .c_contact_card a[href], .mobile_menu .nav_category__list a, .mobile_menu .nav_category__list a > span, .mobile_menu .contacts__link, .footer_agreements__link, .footer .contacts__link, .header .nav_category:last-child .nav_category__trigger, .header .nav_category__trigger, .header .nav_category__list a, .header .nav_category__list a > span {
  outline: none;
  transition: 0.25s ease-in-out;
  /*  */
  /*  */
  /*  */
}
.c_link:hover, .c_contact_card a[href]:hover, .mobile_menu .nav_category__list a:hover, .mobile_menu .nav_category__list a > span:hover, .mobile_menu .contacts__link:hover, .footer_agreements__link:hover, .footer .contacts__link:hover, .header .nav_category:last-child .nav_category__trigger:hover, .header .nav_category__trigger:hover, .header .nav_category__list a:hover, .header .nav_category__list a > span:hover, .c_link:focus-visible, .c_contact_card a[href]:focus-visible, .mobile_menu .nav_category__list a:focus-visible, .mobile_menu .nav_category__list a > span:focus-visible, .mobile_menu .contacts__link:focus-visible, .footer_agreements__link:focus-visible, .footer .contacts__link:focus-visible, .header .nav_category:last-child .nav_category__trigger:focus-visible, .header .nav_category__trigger:focus-visible, .header .nav_category__list a:focus-visible, .header .nav_category__list a > span:focus-visible {
  color: #09a878;
}
.c_link--stretched {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_link--underlined {
  text-decoration: underline;
}
.c_link--colored, .c_faq_item__answer .c_link, .mobile_menu .nav_category__list a > span, .header .nav_category:last-child .nav_category__trigger, .header .nav_category__list a > span {
  color: #0abb86;
}

.c_download_link {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /*  */
}
.c_download_link:hover .c_download_link__icon, .c_download_link:focus-visible .c_download_link__icon {
  background-color: #09a878;
}
.c_download_link__title {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px 24px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .c_download_link__title {
    padding: 12px 16px;
  }
}
.c_download_link__title > span {
  color: #0abb86;
}
.c_download_link__icon {
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid transparent;
  background-color: #0d7865;
  padding: 10px;
  transition: 0.25s ease-in-out;
}
.c_download_link__icon svg {
  width: 16px;
  height: 16px;
}
.c_download_link--white .c_download_link__title {
  background-color: white;
  color: #16181e;
}

.c_app_link {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  display: inline-block;
}
.c_app_link:hover {
  color: #0abb86;
}
.c_app_link:active {
  color: rgba(10, 187, 134, 0.7);
}
.c_app_link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.c_app_link.ios::before {
  background-image: url("../img/icons/ios_filled.svg");
}
.c_app_link.android::before {
  background-image: url("../img/icons/android_filled_alt.svg");
}
.c_app_link.windows::before {
  background-image: url("../img/icons/windows_filled.svg");
}

.c_app_bg_link {
  background-repeat: no-repeat;
  background-size: contain;
  width: 197px;
  height: 58px;
  display: block;
}
.c_app_bg_link.google_play {
  background-image: url("../img/mobileApp/googlePlay.svg");
}
.c_app_bg_link.app_store {
  background-image: url("../img/mobileApp/appStore.svg");
}
@media screen and (max-width: 768px) {
  .c_app_bg_link {
    width: 124px;
    height: 37px;
  }
}

.header {
  position: sticky;
  top: 0;
  background: linear-gradient(90deg, #11283b 0%, #12444b 100%);
  color: white;
  z-index: 999;
}
.header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 16px;
}
@media screen and (max-width: 1024px) {
  .header_top {
    padding: 16px 0;
  }
}
.header_top__left {
  display: flex;
  align-items: center;
}
.header_top__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header_top__right {
    gap: 16px;
  }
}
.header_bottom {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header_bottom__left {
  display: flex;
  align-items: center;
}
.header_bottom__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 375px) {
  .header_logo img {
    width: 110px;
    height: auto;
  }
}
.header .burger {
  margin-right: 16px;
}
.header .nav_category {
  position: relative;
}
.header .nav_category--multiple .nav_category__list {
  display: flex;
}
.header .nav_category--multiple .nav_category__list > li + li {
  border-color: transparent;
  border-left-width: 1px;
  border-left-style: solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50.52%, rgba(255, 255, 255, 0) 100%) 1;
}
.header .nav_category.is_active .nav_category__trigger {
  color: #09a878;
}
.header .nav_category:first-child .nav_category__trigger {
  padding-left: 0;
}
.header .nav_category:last-child .nav_category__trigger {
  font-weight: 600;
}
.header .nav_category__trigger {
  display: block;
  padding: 16px 16px 24px;
}
.header .nav_category__list {
  width: fit-content;
  font-size: 14px;
  position: absolute;
  top: calc(100% - 12px);
  left: -8px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  box-shadow: 0px 2.129px 1.404px 0px rgba(0, 0, 0, 0.02), 0px 5.885px 3.882px 0px rgba(0, 0, 0, 0.04), 0px 14.169px 9.346px 0px rgba(0, 0, 0, 0.05), 0px 47px 31px 0px rgba(0, 0, 0, 0.07);
  background: linear-gradient(256deg, #011627 0%, #000814 100%);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 999;
}
.header .nav_category__list.is_active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.3s ease-out;
}
.header .nav_category__list a {
  display: block;
  white-space: nowrap;
  padding: 8px 64px 8px 24px;
}
.header .nav_category__list a > span {
  font-weight: 600;
}

.footer {
  background: linear-gradient(90deg, #11283b 0%, #12444b 100%);
  color: white;
  font-size: 12px;
  padding: 24px 0;
}
.footer p > br {
  margin-top: 0;
}
.footer p + p {
  margin-top: 0;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_top {
    flex-direction: column;
  }
}
.footer_top__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_top__right {
  max-width: 726px;
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .footer_top__right {
    margin-left: 0;
    margin-top: 24px;
  }
}
.footer_middle {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 24px;
}
.footer_bottom {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.footer_logo {
  margin-bottom: 16px;
}
.footer_agreements {
  margin-bottom: 24px;
}
.footer_agreements__list {
  display: flex;
  flex-wrap: wrap;
}
.footer_agreements__item {
  margin-right: 32px;
}
.footer_agreements__link {
  display: inline-block;
  padding: 2px 0;
}
.footer_info {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
}
.footer .finacom_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer .finacom_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .finacom_info img {
  width: auto;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer .finacom_info img {
    height: 48px;
  }
}
.footer .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 12px;
}
.footer .contacts__link {
  text-align: left;
  display: flex;
  align-items: center;
}
.footer .contacts__link > svg {
  flex-shrink: 0;
}
.footer .contacts__link > * + * {
  margin-left: 12px;
}
.footer .socials {
  margin-top: auto;
}

.mobile_menu {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: fixed;
  top: 0;
  left: -110%;
  width: 320px;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(20deg, #011627 26.53%, #000814 73.47%);
  color: white;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.25s ease-in-out;
  z-index: 1000001;
}
.mobile_menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.mobile_menu.is_opened {
  left: 0;
  opacity: 1;
}
.mobile_menu.is_overlayed {
  z-index: 1000000;
}
.mobile_menu_top {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 16px;
}
.mobile_menu_top__right {
  display: flex;
  gap: 24px;
}
.mobile_menu_login {
  display: flex;
  align-items: center;
  background-color: rgba(10, 187, 134, 0.25);
  padding: 16px;
  gap: 12px;
}
.mobile_menu_lists {
  flex-grow: 1;
  padding-bottom: 24px;
}
.mobile_menu_bottom {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
}
.mobile_menu .nav_category {
  display: flex;
  flex-direction: column;
}
.mobile_menu .nav_category + .nav_category {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
}
.mobile_menu .nav_category--has_submenu .nav_category__trigger::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7887 1.60961L7.4611 7.33669C7.2175 7.55419 6.8522 7.55419 6.6084 7.33669L0.21038 1.60961C-0.0505199 1.33916 -0.0715987 0.973266 0.163052 0.710775C0.412817 0.436352 0.815303 0.440329 1.06308 0.663049L6.99975 6.00832L12.9376 0.663049C13.1999 0.429313 13.6014 0.449834 13.8372 0.710297C14.0711 0.973265 14.0512 1.33916 13.7887 1.60961Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
}
.mobile_menu .nav_category--has_submenu .nav_category__trigger::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 16px;
  background-color: #0abb86;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  opacity: 0;
}
.mobile_menu .nav_category--has_submenu.is_opened {
  background-color: rgba(255, 255, 255, 0.1);
  border-image: none;
}
.mobile_menu .nav_category--has_submenu.is_opened .nav_category__trigger::before {
  transform: rotate(-180deg) translateY(50%);
}
.mobile_menu .nav_category--has_submenu.is_opened .nav_category__trigger::after {
  transition: opacity 0.3s ease-out 0.2s;
  opacity: 1;
}
.mobile_menu .nav_category--has_submenu.is_opened .nav_category__list::after {
  transition: height 0.3s ease-out 0.3s;
  height: calc(100% - 24px);
}
.mobile_menu .nav_category__trigger {
  position: relative;
  font-weight: 600;
  text-align: left;
  padding: 16px 32px 16px 16px;
}
.mobile_menu a.nav_category__trigger {
  color: #0abb86;
}
.mobile_menu .nav_category__list {
  position: relative;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  display: none;
}
.mobile_menu .nav_category__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  background: linear-gradient(to bottom, #0abb86 0%, rgba(10, 187, 134, 0) 100%);
  width: 1px;
  height: 0;
}
.mobile_menu .nav_category__list a {
  display: block;
  padding: 8px 16px 8px 40px;
}
.mobile_menu .nav_category__list a > span {
  font-weight: 600;
}
.mobile_menu .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 12px;
}
.mobile_menu .contacts__link {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}
.mobile_menu .contacts__link > svg {
  flex-shrink: 0;
}
.mobile_menu .contacts__link > * + * {
  margin-left: 12px;
}

.language_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90vw;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(20deg, #011627 26.53%, #000814 73.47%);
  color: white;
  z-index: 1000001;
}
.language_menu:not(.is_visible) {
  transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
}
.language_menu.is_visible {
  transition: transform 0.25s ease-out, opacity 0.35s ease-in-out;
  transform: translateX(0);
  pointer-events: initial;
  opacity: 1;
}
.language_menu > div {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}
.language_menu > div::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.language_menu .language_list {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .language_menu .language_list {
    flex-grow: initial;
  }
}
.language_menu .language_list__item.active .language_list__link {
  background-color: #0abb86 !important;
}
.language_menu .language_list__link {
  display: flex;
  transition: 0.25s ease-in-out;
}
.language_menu .language_list__link:hover,
.language_menu .language_list__link:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
}
.language_menu .language_list__short_key {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  width: 56px;
  padding: 16px;
}
.language_menu .language_list__full_key {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 32px;
  gap: 16px;
}
.language_menu .help_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  padding: 16px;
  gap: 4px;
}

.c_breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .c_breadcrumbs {
    display: none;
  }
}
.c_breadcrumbs__item {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.c_breadcrumbs__item:is(a) {
  outline: none;
  transition: color 0.25s ease-in-out;
}
.c_breadcrumbs__item:is(a):hover, .c_breadcrumbs__item:is(a):focus-visible {
  color: white;
}
.c_breadcrumbs__item:last-child {
  color: white;
}
.c_breadcrumbs__item:not(:last-child) {
  flex-shrink: 0;
}
.c_breadcrumbs__item:not(:first-child) {
  margin-left: 38px;
}
.c_breadcrumbs__item:not(:first-child)::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -22px;
  width: 5px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88398 5.3041L0.792686 9.84966C0.624898 10.0361 0.337278 10.0512 0.150909 9.88341C-0.0456294 9.70526 -0.0417941 9.41778 0.117159 9.24078L3.93509 5.00011L0.117102 0.758534C-0.0499476 0.571029 -0.0351745 0.285227 0.150625 0.116473C0.337278 -0.0511449 0.624785 -0.0360877 0.792686 0.15028L4.88369 4.67028C5.04023 4.86943 5.04023 5.1308 4.88398 5.3041Z' fill='white' fill-opacity='0.25'/%3E%3C/svg%3E");
  /*!rtl:raw: transform: translateY(-50%) scaleX(-1); */
}

.c_list, .c_numbers_list, .c_multi_level_dots_list, .c_gradient_line_list, .c_full_checkmarks_list, .c_empty_dots_list, .c_ellipses_list, .c_dots_list, .admin_editor ul, .c_publication__body ul, .c_publication_detail__body ul, .c_promotion_card__short_description ul, .c_decimal_list, .admin_editor ol, .c_publication__body ol, .c_publication_detail__body ol, .c_promotion_card__short_description ol, .c_checkmarks_list, .c_checkmarks_card_list, .c_account_info_card__benefits {
  counter-reset: item;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
}
.c_list li, .c_numbers_list li, .c_multi_level_dots_list li, .c_gradient_line_list li, .c_full_checkmarks_list li, .c_empty_dots_list li, .c_ellipses_list li, .c_dots_list li, .admin_editor ul li, .c_publication__body ul li, .c_publication_detail__body ul li, .c_promotion_card__short_description ul li, .c_decimal_list li, .admin_editor ol li, .c_publication__body ol li, .c_publication_detail__body ol li, .c_promotion_card__short_description ol li, .c_checkmarks_list li, .c_checkmarks_card_list li, .c_account_info_card__benefits li {
  counter-increment: item;
  position: relative;
}

.c_checkmarks_card_list, .c_account_info_card__benefits {
  gap: 16px;
}
.c_checkmarks_card_list > li, .c_account_info_card__benefits > li {
  width: calc(100% - 8px);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 32px;
  margin-left: 8px;
}
.c_checkmarks_card_list > li::before, .c_account_info_card__benefits > li::before {
  content: "";
  position: absolute;
  left: -8px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M11.8734 1.05429C12.0422 1.22035 12.0422 1.49355 11.8734 1.65961L4.58814 8.94492C4.42207 9.11366 4.14888 9.11366 3.98281 8.94492L0.125511 5.088C-0.041837 4.92193 -0.041837 4.64873 0.125511 4.48267C0.292752 4.31393 0.564076 4.31393 0.731477 4.48267L4.28548 8.03694L11.2681 1.05429C11.4342 0.886622 11.7074 0.886622 11.8734 1.05429Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #0abb86;
  border-radius: 50%;
}

.c_checkmarks_list {
  gap: 16px;
}
.c_checkmarks_list > li {
  padding-left: 40px;
}
.c_checkmarks_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91563 0.36951C8.02812 0.480218 8.02812 0.662351 7.91563 0.773059L3.05876 5.62993C2.94805 5.74242 2.76592 5.74242 2.65521 5.62993L0.0836739 3.05865C-0.0278913 2.94794 -0.0278913 2.7658 0.0836739 2.6551C0.195168 2.5426 0.37605 2.5426 0.487651 2.6551L2.85698 5.02461L7.51208 0.36951C7.62279 0.25773 7.80492 0.25773 7.91563 0.36951Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 1px solid #0abb86;
  border-radius: 50%;
}

.c_decimal_list, .admin_editor ol, .c_publication__body ol, .c_publication_detail__body ol, .c_promotion_card__short_description ol {
  gap: 12px;
}
.c_decimal_list > li, .admin_editor ol > li, .c_publication__body ol > li, .c_publication_detail__body ol > li, .c_promotion_card__short_description ol > li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c_decimal_list > li::before, .admin_editor ol > li::before, .c_publication__body ol > li::before, .c_publication_detail__body ol > li::before, .c_promotion_card__short_description ol > li::before {
  content: counter(item) ".";
  position: relative;
  color: #0abb86;
  font-weight: 700;
  flex-shrink: 0;
}

.c_dots_list, .admin_editor ul, .c_publication__body ul, .c_publication_detail__body ul, .c_promotion_card__short_description ul {
  gap: 16px;
  /*  */
  /*  */
}
.c_dots_list > li, .admin_editor ul > li, .c_publication__body ul > li, .c_publication_detail__body ul > li, .c_promotion_card__short_description ul > li {
  padding-left: 20px;
}
.c_dots_list > li::before, .admin_editor ul > li::before, .c_publication__body ul > li::before, .c_publication_detail__body ul > li::before, .c_promotion_card__short_description ul > li::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0abb86;
  border-radius: 50%;
}
.c_dots_list--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.c_ellipses_list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.c_ellipses_list > li {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #0abb86;
  border-radius: 24px;
  padding: 4px 12px;
}

.c_empty_dots_list {
  gap: 16px;
}
.c_empty_dots_list > li {
  padding-left: 32px;
}
.c_empty_dots_list > li::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0abb86;
  border-radius: 50%;
}

.c_full_checkmarks_list {
  gap: 16px;
}
.c_full_checkmarks_list > li {
  line-height: 24px;
  padding-left: 40px;
}
.c_full_checkmarks_list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #0abb86;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M11.7489 0.965184C12.0837 1.29997 12.0837 1.84366 11.7489 2.17844L4.89253 9.03482C4.55775 9.3696 4.01406 9.3696 3.67928 9.03482L0.251088 5.60663C-0.083696 5.27185 -0.083696 4.72816 0.251088 4.39337C0.585872 4.05859 1.12956 4.05859 1.46435 4.39337L4.28724 7.21359L10.5383 0.965184C10.8731 0.6304 11.4168 0.6304 11.7516 0.965184H11.7489Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
  border: 1px solid #0abb86;
  border-radius: 50%;
}

.c_gradient_line_list {
  flex-direction: row;
  padding-top: 32px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c_gradient_line_list {
    flex-direction: column;
    padding-top: 0;
    padding-left: 24px;
  }
}
.c_gradient_line_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0abb86 0%, #1bbbca 34.61%, #13bba8 69.22%, #1bbbca 100%);
}
@media screen and (max-width: 768px) {
  .c_gradient_line_list::before {
    width: 2px;
    height: 100%;
  }
}
.c_gradient_line_list::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.55665 5.44335C6.8632 5.74991 6.8632 6.24561 6.55665 6.5489L1.33872 11.7701C1.03217 12.0766 0.536468 12.0766 0.233176 11.7701C-0.0701159 11.4635 -0.0733771 10.9678 0.233176 10.6645L4.89669 6.00102L0.229915 1.33424C-0.0766382 1.02769 -0.0766382 0.531985 0.229915 0.228693C0.536468 -0.0745984 1.03217 -0.0778595 1.33546 0.228693L6.55665 5.44335Z' fill='%231BBBCA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c_gradient_line_list::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M6.64616 6.77057C6.34047 7.07648 5.84616 7.07648 5.54372 6.77057L0.337205 1.56348C0.0315132 1.25757 0.0315132 0.762892 0.337205 0.46023C0.642897 0.157568 1.13721 0.154314 1.43965 0.46023L6.09006 5.11406L10.7437 0.456976C11.0494 0.15106 11.5437 0.15106 11.8462 0.456976C12.1486 0.762893 12.1519 1.25757 11.8462 1.56023L6.64616 6.77057Z' fill='%230ABB86'/%3E%3C/svg%3E");
    width: 13px;
    height: 7px;
    top: auto;
    bottom: -1px;
    right: auto;
    left: -5px;
  }
}
.c_gradient_line_list > li {
  flex: 1;
}
.c_gradient_line_list > li::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0abb86;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c_gradient_line_list > li::before {
    top: 0;
    left: -29px;
  }
}
.c_gradient_line_list > li:nth-child(even)::before {
  background-color: #1bbbca;
}
@media screen and (max-width: 768px) {
  .c_gradient_line_list > li:last-child::before {
    display: none;
  }
}

.c_multi_level_dots_list {
  flex-direction: row;
  gap: 24px;
}
.c_multi_level_dots_list > li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.c_multi_level_dots_list > li > *:first-of-type {
  margin-left: 24px;
}
.c_multi_level_dots_list > li > *:last-of-type {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0;
}
.c_multi_level_dots_list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0abb86;
  border-radius: 50%;
}

.c_numbers_list {
  flex-direction: row;
  align-items: initial;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c_numbers_list {
    flex-direction: column;
    gap: 16px;
  }
}
.c_numbers_list > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_numbers_list > li::before {
  content: counter(item);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 2px solid #0abb86;
  border-radius: 50%;
}
.c_numbers_list > li:nth-child(odd)::before {
  background-color: #0abb86;
}
@media screen and (max-width: 768px) {
  .c_numbers_list > li:nth-child(even) {
    align-items: flex-end;
    text-align: right;
  }
}

.admin_editor *, .c_publication__body *, .c_publication_detail__body *, .c_promotion_card__short_description * {
  font-family: "Nunito", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
  font-size: inherit !important;
  line-height: inherit !important;
  background-color: transparent !important;
  color: inherit !important;
  white-space: normal !important;
}
.admin_editor a:not(.button), .c_publication__body a:not(.button), .c_publication_detail__body a:not(.button), .c_promotion_card__short_description a:not(.button) {
  outline: none !important;
  transition: 0.25s ease-in-out !important;
  text-decoration: underline !important;
  color: inherit !important;
}
.admin_editor a:not(.button):hover, .c_publication__body a:not(.button):hover, .c_publication_detail__body a:not(.button):hover, .c_promotion_card__short_description a:not(.button):hover, .admin_editor a:not(.button):focus-visible, .c_publication__body a:not(.button):focus-visible, .c_publication_detail__body a:not(.button):focus-visible, .c_promotion_card__short_description a:not(.button):focus-visible {
  color: #09a878 !important;
}
.admin_editor a.button, .c_publication__body a.button, .c_publication_detail__body a.button, .c_promotion_card__short_description a.button {
  width: fit-content !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: white !important;
  background-color: #0abb86 !important;
  border: 1px solid #0abb86 !important;
  border-radius: 4px !important;
  outline: 1px solid transparent !important;
  outline-offset: 1px !important;
  padding: 8px 32px !important;
  transition: 0.25s ease-in-out !important;
  gap: 12px !important;
  min-height: 40px !important;
  margin: 4px !important;
}
@media screen and (max-width: 1024px) {
  .admin_editor a.button, .c_publication__body a.button, .c_publication_detail__body a.button, .c_promotion_card__short_description a.button {
    padding: 8px 16px !important;
  }
}
.admin_editor a.button:hover, .c_publication__body a.button:hover, .c_publication_detail__body a.button:hover, .c_promotion_card__short_description a.button:hover {
  background-color: #09a878 !important;
  border-color: #09a878 !important;
}
.admin_editor a.button:focus-visible, .c_publication__body a.button:focus-visible, .c_publication_detail__body a.button:focus-visible, .c_promotion_card__short_description a.button:focus-visible {
  background-color: #09a878 !important;
  border-color: #09a878 !important;
  outline-color: #09a878 !important;
}
.admin_editor img, .c_publication__body img, .c_publication_detail__body img, .c_promotion_card__short_description img {
  width: auto !important;
  height: auto !important;
  max-width: 75%;
  max-height: 75vh;
  border-radius: 8px;
  margin: 16px 0;
}
@media screen and (max-width: 600px) {
  .admin_editor img, .c_publication__body img, .c_publication_detail__body img, .c_promotion_card__short_description img {
    max-width: 100%;
  }
}
.admin_editor h1, .c_publication__body h1, .c_publication_detail__body h1, .c_promotion_card__short_description h1,
.admin_editor h2,
.c_publication__body h2,
.c_publication_detail__body h2,
.c_promotion_card__short_description h2,
.admin_editor h3,
.c_publication__body h3,
.c_publication_detail__body h3,
.c_promotion_card__short_description h3,
.admin_editor h4,
.c_publication__body h4,
.c_publication_detail__body h4,
.c_promotion_card__short_description h4,
.admin_editor h5,
.c_publication__body h5,
.c_publication_detail__body h5,
.c_promotion_card__short_description h5,
.admin_editor h6,
.c_publication__body h6,
.c_publication_detail__body h6,
.c_promotion_card__short_description h6 {
  margin: 16px 0;
}
.admin_editor ul, .c_publication__body ul, .c_publication_detail__body ul, .c_promotion_card__short_description ul {
  gap: 8px;
  margin: 16px;
}
.admin_editor ol, .c_publication__body ol, .c_publication_detail__body ol, .c_promotion_card__short_description ol {
  gap: 8px;
  margin: 16px;
}
.admin_editor blockquote, .c_publication__body blockquote, .c_publication_detail__body blockquote, .c_promotion_card__short_description blockquote {
  font-style: italic;
  border-left: 4px solid #0abb86;
  padding: 24px;
  margin: 16px;
}
.admin_editor table, .c_publication__body table, .c_publication_detail__body table, .c_promotion_card__short_description table {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  border: none !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  margin: 16px 0 !important;
}
.admin_editor table thead, .c_publication__body table thead, .c_publication_detail__body table thead, .c_promotion_card__short_description table thead,
.admin_editor table tbody,
.c_publication__body table tbody,
.c_publication_detail__body table tbody,
.c_promotion_card__short_description table tbody {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.admin_editor table tr, .c_publication__body table tr, .c_publication_detail__body table tr, .c_promotion_card__short_description table tr {
  width: 100% !important;
  display: flex !important;
}
.admin_editor table tbody tr:nth-child(even), .c_publication__body table tbody tr:nth-child(even), .c_publication_detail__body table tbody tr:nth-child(even), .c_promotion_card__short_description table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.admin_editor table th, .c_publication__body table th, .c_publication_detail__body table th, .c_promotion_card__short_description table th,
.admin_editor table td,
.c_publication__body table td,
.c_publication_detail__body table td,
.c_promotion_card__short_description table td {
  width: 100% !important;
  min-width: 160px !important;
  font-size: 14px !important;
  padding: 16px 24px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .admin_editor table th, .c_publication__body table th, .c_publication_detail__body table th, .c_promotion_card__short_description table th,
  .admin_editor table td,
  .c_publication__body table td,
  .c_publication_detail__body table td,
  .c_promotion_card__short_description table td {
    font-size: 12px !important;
    padding: 12px 16px !important;
  }
}
.admin_editor table th, .c_publication__body table th, .c_publication_detail__body table th, .c_promotion_card__short_description table th {
  text-align: left !important;
}
.admin_editor table td, .c_publication__body table td, .c_publication_detail__body table td, .c_promotion_card__short_description table td {
  text-align: center !important;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.choices {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.choices:focus {
  outline: none;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__button {
  display: none;
}

.choices::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  /*  */
  width: 12px;
  height: 6px;
  /*  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M11.8189 0.950987L6.39523 5.85991C6.18643 6.04635 5.87331 6.04635 5.66434 5.85991L0.180326 0.950987C-0.0433027 0.719177 -0.0613703 0.405552 0.139759 0.180559C0.353843 -0.0546599 0.698831 -0.0512508 0.91121 0.139652L5.99979 4.72131L11.0894 0.139652C11.3142 -0.0606936 11.6583 -0.0431037 11.8605 0.18015C12.0609 0.405551 12.0439 0.719177 11.8189 0.950987Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: pointer;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M7.88471 7.88276C7.72839 8.03908 7.47548 8.03908 7.31898 7.88276L4.00233 4.56536L0.684927 7.88276C0.528606 8.03908 0.275689 8.03908 0.119193 7.88276C-0.037127 7.72644 -0.037127 7.47352 0.119193 7.31703L3.43734 4.00038L0.119693 0.682974C-0.036627 0.526653 -0.036627 0.273736 0.119693 0.11724C0.276014 -0.0390801 0.528931 -0.0390801 0.685427 0.11724L4.00233 3.43539L7.31973 0.11799C7.47605 -0.0383301 7.72897 -0.0383301 7.88546 0.11799C8.04178 0.274311 8.04178 0.527228 7.88546 0.683724L4.56731 4.00038L7.88471 7.31778C8.04221 7.47277 8.04221 7.72776 7.88471 7.88276Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: 50%;
  background-size: 8px;
  /*  */
  width: 100%;
  height: 100%;
  /*  */
  position: absolute;
  top: 0;
  left: 0;
  /*  */
  border: 1px solid transparent;
  border-radius: 24px;
  transition: 0.2s ease-in-out;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:focus {
  border-color: rgba(255, 255, 255, 0.25);
}

.choices__inner {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 28px 6px 12px;
  min-height: 40px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: rgba(255, 255, 255, 0.75);
}

.is-open .choices__inner {
  border-radius: 4px 4px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 4px 4px;
}

.choices__list {
  white-space: nowrap;
  color: #16181e;
}

.choices__list--single {
  width: 100%;
  color: white;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  width: 100%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choices__list--multiple .choices__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  padding: 6px 40px 6px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.choices__list--multiple .choices__item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.is-disabled .choices__list--multiple .choices__item {
  /* background-color: #aaaaaa; */
  /* border: 1px solid #919191; */
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  border-radius: 0 0 4px 4px;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  z-index: 2;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
  animation: fade-in-025 0.2s ease-in-out;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  line-height: 1;
  padding: 12px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}

.choices__item {
  cursor: default;
  transition: 0.1s ease-in-out;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.3;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none;
}

.choices__input {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.choices__placeholder {
  color: white;
  opacity: 0.25;
}

.fancybox-close-small {
  width: 55px;
  height: 55px;
  color: #0abb86;
}

.fancybox-button--arrow_left > div,
.fancybox-button--arrow_right > div {
  background-color: #0abb86;
  transition: background-color 0.25s ease-in-out;
}
.fancybox-button--arrow_left svg > path,
.fancybox-button--arrow_right svg > path {
  fill: #ffffff;
}

.fancybox-button--arrow_left[disabled] > div,
.fancybox-button--arrow_right[disabled] > div {
  background-color: rgba(10, 187, 134, 0.5);
}
.fancybox-button--arrow_left[disabled] svg > path,
.fancybox-button--arrow_right[disabled] svg > path {
  fill: #888888;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #0abb86;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.modal {
  position: absolute;
  z-index: 999;
}

.modal * {
  color: #16181e !important;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__container {
  width: 792px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 16px;
  overflow-y: auto;
  padding: 32px;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .modal__container {
    padding: 16px;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.modal__title {
  margin-bottom: 0;
}

.modal__close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.7638 15.7655C15.4512 16.0782 14.9453 16.0782 14.6323 15.7655L7.99904 9.13072L1.36424 15.7655C1.0516 16.0782 0.545762 16.0782 0.232772 15.7655C-0.0798692 15.4529 -0.0798692 14.947 0.232772 14.6341L6.86907 8.00075L0.233772 1.36595C-0.0788692 1.05331 -0.0788692 0.547471 0.233772 0.234481C0.546412 -0.0781602 1.05225 -0.0781602 1.36524 0.234481L7.99904 6.87078L14.6338 0.23598C14.9465 -0.0766603 15.4523 -0.0766603 15.7653 0.23598C16.078 0.548621 16.078 1.05446 15.7653 1.36745L9.12901 8.00075L15.7638 14.6356C16.0788 14.9455 16.0788 15.4555 15.7638 15.7655Z' fill='%23C8C8C8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  padding: 16px;
  flex-shrink: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider::before,
.rangeslider::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}

.rangeslider::before {
  left: -8px;
}

.rangeslider::after {
  right: -8px;
}

.rangeslider--horizontal {
  height: 4px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, #0abb86 100%);
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.804757 3.99977L4.23523 7.43088C4.36648 7.56004 4.36648 7.77253 4.23523 7.90169C4.10607 8.03293 3.89358 8.03293 3.76442 7.90169L0.0976208 4.23518C-0.0325403 4.10602 -0.0325403 3.89353 0.0976208 3.76437L3.76442 0.097652C3.89358 -0.0325507 4.10607 -0.0325507 4.23523 0.097652C4.36648 0.227855 4.36648 0.438887 4.23523 0.568882L0.804757 3.99977ZM7.76425 0.568882C7.633 0.438887 7.633 0.227855 7.76425 0.097652C7.89341 -0.0325507 8.1059 -0.0325507 8.23506 0.097652L11.9016 3.76437C12.0328 3.89353 12.0328 4.10602 11.9016 4.23518L8.23506 7.90169C8.1059 8.03293 7.89341 8.03293 7.76425 7.90169C7.633 7.77253 7.633 7.56004 7.76425 7.43088L11.1953 3.98103L7.76425 0.568882Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #0d7865;
  border: 3px solid #0abb86;
  border-radius: 50%;
  z-index: 2;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); */
}

.rangeslider--horizontal .rangeslider__handle {
  top: -14px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -14px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/* input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
} */
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  transition: opacity 0.25s ease-in-out;
  /*  */
}
.swiper:not(.swiper-initialized) {
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper .swiper-slide {
  width: auto;
  height: auto;
}
.swiper--clipped {
  clip-path: inset(-100vw -100vw -100vw 0);
  /*!rtl:raw: clip-path: inset(-100vw 0 -100vw -100vw); */
  overflow: visible;
}

.swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid rgba(10, 187, 134, 0.75);
  transition: 0.25s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #0abb86;
}

#omni_widget_iframe_13631-btrqwfta {
  z-index: 1000000 !important;
  left: auto !important;
  right: 26px !important;
  bottom: 180px !important;
}
@media screen and (max-width: 600px) {
  #omni_widget_iframe_13631-btrqwfta {
    bottom: 200px !important;
  }
}

[name^=omni_widget_iframe_widget] {
  z-index: 1000005 !important;
}

/*  */
#omni_widget_iframe_13636-9f0ypkfk {
  display: none !important;
}

#omni_widget_iframe_13640-c9499xy2 {
  display: none !important;
}

#omni_widget_tip {
  display: none !important;
}

/*  */
#designstudio {
  z-index: 1000005 !important;
}

#designstudio-button {
  display: inline-flex !important;
  justify-content: flex-end !important;
  z-index: 1000000 !important;
  right: 10px !important;
  bottom: 10px !important;
}

#designstudio-minimize {
  z-index: 1000005 !important;
  top: auto !important;
  bottom: 0 !important;
}

#transparent-button {
  width: fit-content !important;
}

#iframe-designstudio-button {
  animation: none !important;
  margin: 0 !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-025 {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
.c_button {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #0abb86;
  border: 1px solid #0abb86;
  border-radius: 4px;
  outline: 1px solid transparent;
  outline-offset: 1px;
  padding: 8px 32px;
  transition: 0.25s ease-in-out;
  gap: 12px;
  min-height: 40px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}
@media screen and (max-width: 1024px) {
  .c_button {
    padding: 8px 16px;
  }
}
.c_button:hover {
  background-color: #09a878;
  border-color: #09a878;
}
.c_button:focus-visible {
  background-color: #09a878;
  border-color: #09a878;
  outline-color: #09a878;
}
.c_button > svg {
  flex-shrink: 0;
}
.c_button--transparent {
  background-color: transparent;
}
.c_button--pale {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: white;
}
.c_button--pale_bordered {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.c_button--full {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c_button--mobile_full {
    width: 100%;
  }
}

.c_player_button {
  outline: none;
  display: block;
  background-image: url("../img/icons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 90px;
  height: 90px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_player_button {
    width: 65px;
    height: 65px;
  }
}
.c_player_button:hover {
  opacity: 0.6;
}

/*  */
.c_player_button_alt {
  outline: none;
  display: block;
  background-image: url("../img/icons/play_alt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 90px;
  height: 90px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_player_button_alt {
    width: 65px;
    height: 65px;
  }
}
.c_player_button_alt:hover {
  opacity: 0.6;
}

.c_play_button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0abb86;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
  outline: none;
  padding: 8px;
}
.c_play_button:hover {
  background-color: #09a878;
  border-color: #09a878;
  box-shadow: 0 0 5px #09a878;
}
.c_play_button:focus-visible {
  background-color: #09a878;
  border-color: #09a878;
  outline: 1px solid #09a878;
  transition: outline 0ms;
}

.c_card, .c_simple_card, .c_regulation_card, .c_promotion_card, .c_portfolio_card, .c_payment_card, .c_payback_card, .c_payback_advantage_card, .c_invest_card, .c_contact_card, .c_calendar_card, .c_award_card, .c_ad_card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c_card, .c_simple_card, .c_regulation_card, .c_promotion_card, .c_portfolio_card, .c_payment_card, .c_payback_card, .c_payback_advantage_card, .c_invest_card, .c_contact_card, .c_calendar_card, .c_award_card, .c_ad_card {
    padding: 16px;
  }
}

/*  */
/*  */
.c_account_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 2px;
}
.c_account_card .c_button.c_button--pale_bordered {
  padding: 8px 16px;
}
.c_account_card hr {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 600px) {
  .c_account_card .c_multi_level_dots_list {
    flex-direction: column;
    gap: 12px;
  }
}
.c_account_card__title {
  line-height: 56px;
  margin-bottom: -16px;
}
@media screen and (max-width: 768px) {
  .c_account_card__title {
    line-height: 1.4;
  }
}
.c_account_card__cover {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("../img/accounts/standard.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-radius: 8px;
}
.c_account_card__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c_account_card__platforms {
    display: none;
  }
}
.c_account_card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .c_account_card__buttons > * {
    width: 100%;
  }
}
.c_account_card--standard .c_account_card__cover {
  background-image: url("../img/accounts/standard.svg");
}
.c_account_card--mt5 .c_account_card__cover {
  background-image: url("../img/accounts/mt5.svg");
}
.c_account_card--micro .c_account_card__cover {
  background-image: url("../img/accounts/micro.svg");
}
.c_account_card--ecn_prime .c_account_card__cover {
  background-image: url("../img/accounts/ecn_prime.svg");
}
.c_account_card--swap_free .c_account_card__cover {
  background-image: url("../img/accounts/swap_free.svg");
}

.c_account_info_card {
  position: relative;
  font-size: 14px;
  display: flex;
  gap: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .c_account_info_card {
    flex-direction: column;
  }
}
.c_account_info_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  height: 0;
  background: linear-gradient(to bottom, #0abb86 0%, rgba(10, 187, 134, 0) 100%);
  transition: height 0.3s 0.25s;
}
.c_account_info_card > * {
  width: 100%;
}
.c_account_info_card__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c_account_info_card__title {
  margin-bottom: 0;
}
.c_account_info_card__subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.c_account_info_card__details {
  display: flex;
  flex-direction: column;
}
.c_account_info_card__details p {
  color: rgba(255, 255, 255, 0.75);
}
.c_account_info_card__details p + p {
  margin-top: 0;
}
.c_account_info_card__instruments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.c_account_info_card__instrument {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 8px;
}
.c_ad_card__link {
  border: 2px solid transparent;
  border-radius: 8px;
}
.c_ad_card__link:hover, .c_ad_card__link:focus-visible {
  border-color: #0abb86;
}
.c_ad_card__title {
  margin-bottom: 4px;
}
.c_ad_card__subtitle {
  font-size: 14px;
}

.c_audience_card__icon {
  width: 48px;
  height: 48px;
}
.c_audience_card__title {
  margin: 24px 0 8px;
}
@media screen and (max-width: 600px) {
  .c_audience_card__title {
    margin-top: 16px;
  }
}
.c_audience_card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.c_award_card {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .c_award_card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c_award_card__picture {
  display: block;
  flex-shrink: 0;
}
.c_award_card__picture img {
  width: 128px;
  object-fit: contain;
  aspect-ratio: 1;
}
@media screen and (max-width: 600px) {
  .c_award_card__picture img {
    width: 80px;
  }
}
.c_award_card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_award_card__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_award_card__name {
  font-style: italic;
  border-left: 4px solid #0abb86;
  padding: 8px 16px;
  margin-top: 0;
}
.c_award_card__note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0;
}

.c_calendar_card__form {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .c_calendar_card__form {
    gap: 16px;
  }
}
.c_calendar_card__section {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .c_calendar_card__section {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c_calendar_card__title {
  grid-row: span 2;
}
@media screen and (max-width: 600px) {
  .c_calendar_card__title {
    grid-row: initial;
    grid-column: span 2;
  }
}
.c_calendar_card__buttons {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .c_calendar_card__buttons {
    grid-column: span 2;
  }
}
.c_calendar_card__choices {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, auto));
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .c_calendar_card__choices {
    grid-column: span 2;
  }
}
.c_calendar_card__choices label {
  font-size: 12px;
}
.c_calendar_card .c_button {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: transparent;
  padding: 6px 12px;
}
@media screen and (max-width: 600px) {
  .c_calendar_card .c_button {
    width: 100%;
  }
}
.c_calendar_card .c_button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.c_calendar_card .c_button:focus-visible {
  background-color: rgba(255, 255, 255, 0.25);
  outline-color: rgba(255, 255, 255, 0.25);
}

.c_company_card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  gap: 16px;
  /* FIXME */
}
.c_company_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, var(--border-color) 0%, rgba(10, 187, 134, 0) 100%);
  transition: height 0.2s 0.25s;
}
.c_company_card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.c_company_card__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c_company_card__details p + p {
  margin-top: 0;
}
.c_company_card__profit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c_company_card .profit_small_label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}
.c_company_card .profit_label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.c_company_card .profit_row {
  display: flex;
  justify-content: space-between;
}
.c_company_card .profit {
  font-size: 18px;
}
.c_company_card .profit--up {
  color: #0abb86;
}
.c_company_card .profit--down {
  color: #ee3235;
}

.c_contact_card {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .c_contact_card {
    padding: 24px;
  }
}
.c_contact_card__title {
  margin-bottom: 8px;
}
.c_contact_card__description {
  margin-bottom: 16px;
}
.c_contact_card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  gap: 8px;
}
.c_contact_card__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c_contact_card svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c_invest_card__icon {
  width: 72px;
  height: 48px;
}
.c_invest_card__image {
  width: calc(100% + 48px);
  max-width: initial;
  margin-left: -24px;
}
@media screen and (max-width: 768px) {
  .c_invest_card__image {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.c_invest_card__title {
  margin: 24px 0 8px;
}
.c_invest_card__text {
  font-size: 14px;
}

.c_payback_advantage_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_payback_advantage_card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.c_payback_advantage_card__body {
  font-size: 14px;
}

.c_payback_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c_payback_card--1 .c_payback_card__star:nth-of-type(-n + 1) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 0.818094C13.0648 0.318148 12.5558 0 11.9967 0C11.4377 0 10.9332 0.318148 10.6878 0.818094L7.76537 6.83109L1.2388 7.79462C0.693401 7.87643 0.238904 8.25821 0.0707399 8.78088C-0.0974239 9.30355 0.038925 9.88076 0.429792 10.2671L5.16565 14.9529L4.04759 21.575C3.95669 22.1204 4.18394 22.6748 4.63389 22.9975C5.08384 23.3202 5.67923 23.3611 6.17009 23.1021L12.0013 19.9888L17.8325 23.1021C18.3233 23.3611 18.9187 23.3248 19.3687 22.9975C19.8186 22.6703 20.0459 22.1204 19.955 21.575L18.8324 14.9529L23.5682 10.2671C23.9591 9.88076 24.1 9.30355 23.9273 8.78088C23.7546 8.25821 23.3046 7.87643 22.7592 7.79462L16.2281 6.83109L13.3057 0.818094Z' fill='%23FDCD53'/%3E%3C/svg%3E");
}
.c_payback_card--2 .c_payback_card__star:nth-of-type(-n + 2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 0.818094C13.0648 0.318148 12.5558 0 11.9967 0C11.4377 0 10.9332 0.318148 10.6878 0.818094L7.76537 6.83109L1.2388 7.79462C0.693401 7.87643 0.238904 8.25821 0.0707399 8.78088C-0.0974239 9.30355 0.038925 9.88076 0.429792 10.2671L5.16565 14.9529L4.04759 21.575C3.95669 22.1204 4.18394 22.6748 4.63389 22.9975C5.08384 23.3202 5.67923 23.3611 6.17009 23.1021L12.0013 19.9888L17.8325 23.1021C18.3233 23.3611 18.9187 23.3248 19.3687 22.9975C19.8186 22.6703 20.0459 22.1204 19.955 21.575L18.8324 14.9529L23.5682 10.2671C23.9591 9.88076 24.1 9.30355 23.9273 8.78088C23.7546 8.25821 23.3046 7.87643 22.7592 7.79462L16.2281 6.83109L13.3057 0.818094Z' fill='%23FDCD53'/%3E%3C/svg%3E");
}
.c_payback_card--3 .c_payback_card__star:nth-of-type(-n + 3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 0.818094C13.0648 0.318148 12.5558 0 11.9967 0C11.4377 0 10.9332 0.318148 10.6878 0.818094L7.76537 6.83109L1.2388 7.79462C0.693401 7.87643 0.238904 8.25821 0.0707399 8.78088C-0.0974239 9.30355 0.038925 9.88076 0.429792 10.2671L5.16565 14.9529L4.04759 21.575C3.95669 22.1204 4.18394 22.6748 4.63389 22.9975C5.08384 23.3202 5.67923 23.3611 6.17009 23.1021L12.0013 19.9888L17.8325 23.1021C18.3233 23.3611 18.9187 23.3248 19.3687 22.9975C19.8186 22.6703 20.0459 22.1204 19.955 21.575L18.8324 14.9529L23.5682 10.2671C23.9591 9.88076 24.1 9.30355 23.9273 8.78088C23.7546 8.25821 23.3046 7.87643 22.7592 7.79462L16.2281 6.83109L13.3057 0.818094Z' fill='%23FDCD53'/%3E%3C/svg%3E");
}
.c_payback_card--4 .c_payback_card__star:nth-of-type(-n + 4) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 0.818094C13.0648 0.318148 12.5558 0 11.9967 0C11.4377 0 10.9332 0.318148 10.6878 0.818094L7.76537 6.83109L1.2388 7.79462C0.693401 7.87643 0.238904 8.25821 0.0707399 8.78088C-0.0974239 9.30355 0.038925 9.88076 0.429792 10.2671L5.16565 14.9529L4.04759 21.575C3.95669 22.1204 4.18394 22.6748 4.63389 22.9975C5.08384 23.3202 5.67923 23.3611 6.17009 23.1021L12.0013 19.9888L17.8325 23.1021C18.3233 23.3611 18.9187 23.3248 19.3687 22.9975C19.8186 22.6703 20.0459 22.1204 19.955 21.575L18.8324 14.9529L23.5682 10.2671C23.9591 9.88076 24.1 9.30355 23.9273 8.78088C23.7546 8.25821 23.3046 7.87643 22.7592 7.79462L16.2281 6.83109L13.3057 0.818094Z' fill='%23FDCD53'/%3E%3C/svg%3E");
}
.c_payback_card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c_payback_card__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9983 19.8183L5.73319 23.1464C5.40584 23.3419 4.96028 23.3101 4.61929 23.0691C4.28285 22.8281 4.11463 22.4099 4.14191 22.0007L5.37402 14.9308L0.323276 9.92053C0.0295695 9.6341 -0.074546 9.20218 0.0545755 8.80663C0.183242 8.41563 0.522868 8.1292 0.931602 8.07009L7.89734 7.03803L11.0163 0.614691C11.2027 0.238647 11.58 0 11.9983 0C12.4166 0 12.7985 0.238693 12.9804 0.614691L16.0993 7.03803L23.0691 8.07009C23.4783 8.1292 23.8148 8.41563 23.9466 8.80663C24.0739 9.20218 23.9693 9.6341 23.6784 9.92053L18.6226 14.9308L19.8183 22.0007C19.8865 22.4099 19.7183 22.8281 19.3773 23.0691C19.0409 23.3101 18.5544 23.3419 18.2271 23.1464L11.9983 19.8183ZM9.20675 7.67455C8.9976 8.10647 8.58842 8.40654 8.11103 8.47928L1.86364 9.40223L6.40153 13.8942C6.73343 14.2261 6.88801 14.7035 6.81072 15.1718L5.73774 21.5142L11.3118 18.5362C11.7437 18.3043 12.2575 18.3043 12.6848 18.5362L18.2589 21.5142L17.1905 15.1718C17.1086 14.7035 17.2632 14.2261 17.5996 13.8942L22.1371 9.40223L15.8856 8.47928C15.3718 8.40654 14.9627 8.10647 14.7899 7.67455L11.9983 1.92409L9.20675 7.67455Z' fill='%23FDCD53' fill-opacity='0.25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.c_payback_card__body {
  font-size: 14px;
  margin-top: auto;
}
.c_payback_card p > br {
  margin: 0;
}

.c_payment_card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  transition: 0.25s ease-in-out;
  /*  */
}
@media screen and (max-width: 1024px) {
  .c_payment_card {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 12px;
  }
}
.c_payment_card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: auto;
}
.c_payment_card__body {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 360px;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .c_payment_card__body {
    max-width: initial;
  }
}
.c_payment_card__footer {
  flex-shrink: 0;
}
.c_payment_card__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.c_payment_card__icon {
  width: auto;
  min-width: 72px;
  max-width: 144px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  padding: 12px;
}
@media screen and (max-width: 600px) {
  .c_payment_card__icon {
    min-width: 40px;
    height: 40px;
    padding: 8px;
  }
}
.c_payment_card__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c_payment_card__label {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.c_payment_card__info {
  text-align: right;
  margin: 0;
}
.c_payment_card--colored {
  border-color: rgba(10, 187, 134, 0.25);
  background-color: rgba(10, 187, 134, 0.25);
}

.c_portfolio_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* FIXME */
}
.c_portfolio_card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.c_portfolio_card___title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c_portfolio_card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c_portfolio_card__icon {
  width: 24px;
  height: 24px;
}
.c_portfolio_card__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.c_portfolio_card .profit--up {
  color: #0abb86;
}
.c_portfolio_card .profit--down {
  color: #ee3235;
}

.c_promotion_card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c_promotion_card {
    flex-direction: column;
    gap: 16px;
  }
}
.c_promotion_card__left {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c_promotion_card__left {
    width: 100%;
    gap: 8px;
  }
}
.c_promotion_card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c_promotion_card__right {
    gap: 16px;
  }
}
.c_promotion_card__icon {
  width: fit-content;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  object-position: top left;
  border-radius: 8px;
}
.c_promotion_card__title {
  margin-bottom: 0;
}
.c_promotion_card__motto {
  margin-bottom: 0;
}
.c_promotion_card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c_promotion_card__actions > * {
    flex-grow: 1;
  }
}
.c_regulation_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_regulation_card__icon {
  width: 48px;
  height: 48px;
}
.c_regulation_card__body {
  font-size: 14px;
}

.c_simple_card {
  display: flex;
  align-items: center;
  padding: 24px 32px 24px 48px;
  margin-left: 24px;
}
@media screen and (max-width: 1200px) {
  .c_simple_card {
    padding: 16px 32px 16px 40px;
  }
}
.c_simple_card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  background-color: #0abb86;
  border-radius: 50%;
  padding: 12px;
}
.c_simple_card__icon svg {
  width: 100%;
  height: 100%;
}

.c_form_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  width: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 12px;
  transition: 0.25s ease-in-out;
  height: 40px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=password]:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
}

/*  */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

input[type=search] {
  width: 100%;
  outline: none;
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 12px 18px;
  transition: 0.25s ease-in-out;
  height: 40px;
}
input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
input[type=search]:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
}

/*  */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/*  */
input[air-datepicker] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cpath d='M2 8.25C2 7.55937 2.55969 7 3.25 7H5.75C6.44063 7 7 7.55937 7 8.25V10.75C7 11.4406 6.44063 12 5.75 12H3.25C2.55969 12 2 11.4406 2 10.75V8.25ZM3 8.25V10.75C3 10.8875 3.11188 11 3.25 11H5.75C5.8875 11 6 10.8875 6 10.75V8.25C6 8.1125 5.8875 8 5.75 8H3.25C3.11188 8 3 8.1125 3 8.25ZM4 2H10V0.5C10 0.223875 10.225 0 10.5 0C10.775 0 11 0.223875 11 0.5V2H12C13.1031 2 14 2.89531 14 4V14C14 15.1031 13.1031 16 12 16H2C0.895313 16 0 15.1031 0 14V4C0 2.89531 0.895313 2 2 2H3V0.5C3 0.223875 3.225 0 3.5 0C3.775 0 4 0.223875 4 0.5V2ZM1 14C1 14.5531 1.44781 15 2 15H12C12.5531 15 13 14.5531 13 14V6H1V14ZM1 4V5H13V4C13 3.44688 12.5531 3 12 3H2C1.44781 3 1 3.44688 1 4Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 16px;
  border-color: rgba(255, 255, 255, 0.25);
  padding-right: 48px;
  cursor: pointer;
}

.c_checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.c_checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.c_checkbox input:checked ~ label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9.89454 0.71191C10.0352 0.850295 10.0352 1.07796 9.89454 1.21635L3.82345 7.28744C3.68506 7.42805 3.4574 7.42805 3.31901 7.28744L0.104592 4.07333C-0.0348641 3.93494 -0.0348641 3.70728 0.104592 3.56889C0.24396 3.42828 0.470063 3.42828 0.609564 3.56889L3.57123 6.53078L9.3901 0.71191C9.52849 0.572186 9.75615 0.572186 9.89454 0.71191Z' fill='white'/%3E%3C/svg%3E");
  background-color: #0abb86;
  border-color: #0abb86;
}
.c_checkbox input:hover ~ label::before,
.c_checkbox input:focus-visible ~ label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9.89454 0.71191C10.0352 0.850295 10.0352 1.07796 9.89454 1.21635L3.82345 7.28744C3.68506 7.42805 3.4574 7.42805 3.31901 7.28744L0.104592 4.07333C-0.0348641 3.93494 -0.0348641 3.70728 0.104592 3.56889C0.24396 3.42828 0.470063 3.42828 0.609564 3.56889L3.57123 6.53078L9.3901 0.71191C9.52849 0.572186 9.75615 0.572186 9.89454 0.71191Z' fill='white'/%3E%3C/svg%3E");
}
.c_checkbox input:disabled ~ label {
  pointer-events: none;
  color: #8a8b8e;
}
.c_checkbox input:disabled ~ label::before {
  background-color: #8a8b8e;
  border-color: #8a8b8e;
}
.c_checkbox label {
  color: currentColor;
  position: relative;
  padding-left: 30px;
}
.c_checkbox label::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 1px solid white;
  border-radius: 2px;
}

label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

option {
  color: #16181e;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M11.8189 0.950987L6.39523 5.85991C6.18643 6.04635 5.87331 6.04635 5.66434 5.85991L0.180326 0.950987C-0.0433027 0.719177 -0.0613703 0.405552 0.139759 0.180559C0.353843 -0.0546599 0.698831 -0.0512508 0.91121 0.139652L5.99979 4.72131L11.0894 0.139652C11.3142 -0.0606936 11.6583 -0.0431037 11.8605 0.18015C12.0609 0.405551 12.0439 0.719177 11.8189 0.950987Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: 50%;
  /*  */
  width: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 36px 8px 12px;
  transition: 0.25s ease-in-out;
  height: 40px;
}
select:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
}

textarea {
  resize: vertical;
}

.modal--payback li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 8px 0;
}
.modal--payback ol ol {
  margin-top: 8px;
  margin-left: 16px;
}
.modal--payback ol ol li {
  list-style: none;
}

.assets_tabs_slider .swiper-slide-thumb-active .c_asset_thumb {
  background-color: rgba(255, 255, 255, 0.1);
}
.assets_tabs_slider .swiper-slide-thumb-active .c_asset_thumb::after {
  opacity: 1;
}
.assets_tabs_slider .swiper-slide-thumb-active .c_company_card::before {
  height: 100%;
}

/*  */
.assets_slider .swiper-slide .c_account_info_card {
  height: 100%;
}
.assets_slider .swiper-slide-active .c_account_info_card::before {
  height: 100%;
}
.assets_slider .swiper-slide-active .c_company_card::before {
  height: 100%;
}

.tabs_slider {
  overflow: visible;
  /*  */
}
.tabs_slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .tabs_slider .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tabs_slider .swiper-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .tabs_slider .swiper-slide {
    margin-right: 0 !important;
  }
}
.tabs_slider .swiper-slide .c_account_thumb {
  width: calc(100% - 32px);
}
@media screen and (max-width: 768px) {
  .tabs_slider .swiper-slide .c_account_thumb {
    width: auto;
  }
}
.tabs_slider .swiper-slide-thumb-active .c_account_thumb {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .tabs_slider .swiper-slide-thumb-active .c_account_thumb {
    width: auto;
    padding-right: 24px;
  }
}
.tabs_slider .swiper-slide-thumb-active .c_account_thumb__icon {
  background-color: #0abb86;
}

/*  */
.slick-slider a:focus {
  outline: -webkit-focus-ring-color auto 0 !important;
}

.slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  font-size: 0 !important;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  border-radius: 50%;
  cursor: pointer;
  background-color: #e6e6e6;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
  transform: scale(1.4) !important;
  background-color: #0abb86 !important;
}

table {
  width: 100%;
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
table.is_fading {
  animation: fade-in-025 0.5s ease-in-out;
}

/*  */
th {
  text-align: left;
}

.quotes_table {
  table-layout: auto;
  /*  */
}
.quotes_table tbody tr:nth-child(odd of :not(.hidden)) {
  background-color: rgba(255, 255, 255, 0.05);
}
.quotes_table tbody td:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 38px;
}
.quotes_table tbody td:last-child {
  border-radius: 0 4px 4px 0;
}
.quotes_table tbody tr {
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 10px 16px;
  /*!rtl:raw: background-position: calc(100% - 16px) center; */
}
.quotes_table tbody tr.quote_up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M5.3521 0.145325C5.15833 -0.0484433 4.83955 -0.0484433 4.64578 0.145325L0.14534 4.64576C-0.0484285 4.83953 -0.0484285 5.15831 0.14534 5.35208C0.339109 5.54585 0.657889 5.54585 0.851659 5.35208L4.49889 1.70485L4.49889 15.5C4.49889 15.775 4.72391 16 4.99894 16C5.27397 16 5.49899 15.775 5.49899 15.5L5.49899 1.70485L9.14622 5.35208C9.33999 5.54585 9.65877 5.54585 9.85254 5.35208C10.0463 5.15831 10.0463 4.83953 9.85254 4.64577L5.3521 0.145325Z' fill='%230ABB86'/%3E%3C/svg%3E");
}
.quotes_table tbody tr.quote_up .percentage {
  background-color: rgba(10, 187, 134, 0.25);
}
.quotes_table tbody tr.quote_down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M4.64577 15.8547C4.83953 16.0484 5.15832 16.0484 5.35209 15.8547L9.85252 11.3542C10.0463 11.1605 10.0463 10.8417 9.85252 10.6479C9.65876 10.4541 9.33998 10.4541 9.14621 10.6479L5.49897 14.2951V0.500049C5.49897 0.225022 5.27395 0 4.99893 0C4.7239 0 4.49888 0.225022 4.49888 0.500049V14.2951L0.851646 10.6479C0.657877 10.4541 0.339096 10.4541 0.145327 10.6479C-0.0484422 10.8417 -0.0484422 11.1605 0.145327 11.3542L4.64577 15.8547Z' fill='%23EE3235'/%3E%3C/svg%3E");
}
.quotes_table tbody tr.quote_down .percentage {
  background-color: rgba(238, 50, 53, 0.5);
}
.quotes_table .percentage {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 16px;
}
.quotes_table th {
  font-size: 12px;
  padding: 8px 16px;
  height: 48px;
}
.quotes_table td {
  font-size: 14px;
  padding: 16px;
}
.quotes_table th,
.quotes_table td {
  min-width: 140px;
  width: 20%;
}
.quotes_table th:not(:first-child),
.quotes_table td:not(:first-child) {
  text-align: right;
}
.quotes_table .choices {
  width: auto !important;
  min-width: 70px !important;
}
.quotes_table .choices__inner {
  min-height: 32px;
}
.quotes_table .choices__list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.quotes_table .choices__list::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.quotes_table .choices__item {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.simple_table {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .simple_table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.simple_table tbody tr {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  .simple_table tbody tr {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .simple_table tbody tr:nth-child(odd of :not(.hidden)) {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.simple_table th,
.simple_table td {
  font-size: 14px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .simple_table th,
  .simple_table td {
    font-size: 12px;
    padding: 12px 16px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .simple_table th[colspan],
  .simple_table td[colspan] {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .simple_table th:first-child,
  .simple_table td:first-child {
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 0;
  }
}
.simple_table th:not(:first-child),
.simple_table td:not(:first-child) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .simple_table th:not(:first-child),
  .simple_table td:not(:first-child) {
    text-align: left;
    padding-top: 4px;
  }
}

.table_wrapper {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: calc(100% + 32px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 16px;
  margin-left: -16px;
}
.table_wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.calendar_table {
  table-layout: auto;
}
.calendar_table tbody tr:nth-child(odd of :not(.hidden)) {
  background-color: rgba(255, 255, 255, 0.05);
}
.calendar_table tbody td:first-child {
  border-radius: 4px 0 0 4px;
}
.calendar_table tbody td:last-child {
  border-radius: 0 4px 4px 0;
}
.calendar_table tbody td.event_empty {
  border-radius: 4px;
}
.calendar_table th {
  font-size: 12px;
  padding: 8px 16px;
}
.calendar_table td {
  font-size: 14px;
  padding: 16px;
}
.calendar_table th,
.calendar_table td {
  min-width: 120px;
}
.calendar_table td.event_date {
  min-width: 160px;
}
.calendar_table td.event_name {
  font-size: 12px;
  min-width: 300px;
}
.calendar_table td.event_importance .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.calendar_table td.event_importance .star {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09221 11.9213L4.32355 13.9233C4.12664 14.0409 3.85862 14.0217 3.65351 13.8768C3.45113 13.7318 3.34994 13.4802 3.36635 13.2341L4.1075 8.98133L1.06932 5.9675C0.89265 5.7952 0.830021 5.53539 0.907691 5.29746C0.985088 5.06226 1.18938 4.88996 1.43525 4.85441L5.62535 4.23359L7.50148 0.369755C7.61361 0.143554 7.8406 0 8.09221 0C8.34382 0 8.57355 0.143581 8.68294 0.369755L10.5591 4.23359L14.7516 4.85441C14.9978 4.88996 15.2002 5.06226 15.2795 5.29746C15.356 5.53539 15.2931 5.7952 15.1181 5.9675L12.0769 8.98133L12.7962 13.2341C12.8372 13.4802 12.736 13.7318 12.5309 13.8768C12.3285 14.0217 12.0359 14.0409 11.839 13.9233L8.09221 11.9213ZM6.413 4.61647C6.28719 4.87628 6.04105 5.05679 5.75389 5.10054L1.9959 5.65572L4.72558 8.35778C4.92522 8.55743 5.01821 8.84459 4.97172 9.12628L4.32629 12.9414L7.67924 11.1501C7.93906 11.0106 8.2481 11.0106 8.50518 11.1501L11.8581 12.9414L11.2154 9.12628C11.1662 8.84459 11.2592 8.55743 11.4616 8.35778L14.191 5.65572L10.4305 5.10054C10.1215 5.05679 9.87535 4.87628 9.77142 4.61647L8.09221 1.1574L6.413 4.61647Z' fill='%23FFCF40'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 14px;
  height: 14px;
  /*  */
}
.calendar_table td.event_importance .star--filled {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M8.00416 0.492132C7.85926 0.191385 7.55304 0 7.21675 0C6.88046 0 6.57698 0.191385 6.42934 0.492132L4.67133 4.10931L0.74521 4.68893C0.417122 4.73814 0.143715 4.9678 0.0425543 5.28222C-0.0586063 5.59664 0.0234157 5.94387 0.258546 6.17626L3.10745 8.99509L2.43486 12.9786C2.38018 13.3067 2.51689 13.6403 2.78756 13.8344C3.05823 14.0285 3.4164 14.0531 3.71167 13.8973L7.21949 12.0244L10.7273 13.8973C11.0226 14.0531 11.3807 14.0312 11.6514 13.8344C11.9221 13.6375 12.0588 13.3067 12.0041 12.9786L11.3288 8.99509L14.1777 6.17626C14.4128 5.94387 14.4976 5.59664 14.3937 5.28222C14.2898 4.9678 14.0191 4.73814 13.691 4.68893L9.76217 4.10931L8.00416 0.492132Z' fill='%23FFCF40'/%3E%3C/svg%3E");
}
.calendar_table td.event_empty {
  text-align: center;
}

.comparison_table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.3333333333%;
  width: 33.3333333333%;
  height: calc(100% - 72px);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .comparison_table::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .comparison_table thead th:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .comparison_table tbody {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
  }
}
.comparison_table tbody tr:nth-child(even of :not(.hidden)) {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 768px) {
  .comparison_table tbody tr:nth-child(even of :not(.hidden)) {
    background-color: transparent;
  }
}
.comparison_table tbody td:first-child {
  border-radius: 4px 0 0 4px;
}
.comparison_table tbody td:last-child {
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .comparison_table tbody td:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .comparison_table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.comparison_table tr.has_difference td:first-child .table_data {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .comparison_table tr.has_difference td:first-child .table_data {
    padding-left: 20px;
  }
}
.comparison_table tr.has_difference td:first-child .table_data::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #0abb86;
  border-radius: 50%;
}
.comparison_table th {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .comparison_table th {
    font-size: 14px;
  }
}
.comparison_table td {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comparison_table td {
    font-size: 12px;
  }
}
.comparison_table td.has_better_difference {
  color: #0abb86;
}
.comparison_table th,
.comparison_table td {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .comparison_table th,
  .comparison_table td {
    display: flex;
    align-items: center;
    padding: 8px;
    width: 50%;
  }
}
.comparison_table th:first-child,
.comparison_table td:first-child {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .comparison_table th:first-child,
  .comparison_table td:first-child {
    font-size: 14px;
    padding-top: 16px;
    width: 100%;
  }
}
.comparison_table th:not(:first-child),
.comparison_table td:not(:first-child) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .comparison_table th:not(:first-child),
  .comparison_table td:not(:first-child) {
    text-align: left;
  }
}
.comparison_table .table_data {
  position: relative;
  width: 100%;
}
.comparison_table .table_data > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.comparison_table .table_data > div > span {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.comparison_table .table_data > div > span > i {
  font-style: normal;
}
.comparison_table .table_data > div > span > i:first-of-type {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .comparison_table .table_data > div > span > i:first-of-type {
    font-size: 10px;
  }
}
.comparison_table .table_data > div > span > i:last-of-type {
  font-weight: 700;
  flex-shrink: 0;
}
.comparison_table .table_data .c_button {
  font-size: 12px;
  margin: 0 auto;
}

.platforms_table .links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.platforms_table .accounts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.platforms_table .platforms_tabs_slider {
  overflow: visible;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_tabs_slider {
    width: 100%;
  }
}
.platforms_table .platforms_tabs_slider .swiper-slide {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_tabs_slider .swiper-slide-thumb-active .c_platform_header {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.platforms_table .platforms_table_slider {
  margin-top: 24px;
}
.platforms_table .platforms_table_slider svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .platforms_table .platforms_table_slider .swiper-slide {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: all !important;
  }
}
.platforms_table .platforms_table_slider .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none !important;
}
.platforms_table .platforms_table_slider .swiper-slide-visible {
  pointer-events: all !important;
}
.platforms_table .platforms_table_slider .swiper-slide:first-child .table_cell {
  border-radius: 8px 0 0 8px;
}
.platforms_table .platforms_table_slider .swiper-slide .table_cell:last-child {
  background-color: transparent;
  justify-content: center;
}
.platforms_table .platforms_table_slider .swiper-slide .table_cell:last-child .c_button {
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_table_slider .swiper-slide .table_cell:last-child .c_button {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_table_slider .swiper-slide:first-child {
    display: none;
  }
}
.platforms_table .platforms_table_slider .swiper-slide:not(:first-child) .table_label {
  display: none;
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_table_slider .swiper-slide:not(:first-child) .table_label {
    display: block;
  }
}
.platforms_table .platforms_table_slider .swiper-slide:nth-child(even) .table_column::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 72px);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 8px 8px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .platforms_table .platforms_table_slider .swiper-slide:nth-child(even) .table_column::before {
    display: none;
  }
}
.platforms_table .table_column {
  position: relative;
}
.platforms_table .table_cell {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .platforms_table .table_cell {
    padding: 12px;
    border-radius: 4px;
  }
}
.platforms_table .table_cell > * {
  flex: 1 1 100%;
}
.platforms_table .table_cell:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 767px) {
  .platforms_table .table_label {
    display: block;
  }
}
.platforms_table .table_data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.c_table[data-c-table-flow=rows] .c_table_header {
  display: flex;
}
.c_table[data-c-table-flow=rows] .c_table_header__cell {
  width: 100%;
}
.c_table[data-c-table-flow=rows] .c_table_header__row {
  display: flex;
  width: 100%;
}
.c_table[data-c-table-flow=rows] .c_table_content__row {
  display: flex;
  width: 100%;
}
.c_table[data-c-table-flow=rows] .c_table_content__cell {
  width: 100%;
}
.c_table[data-c-table-name=currency_pairs] {
  width: 100%;
}
.c_table[data-c-table-name=currency_pairs] .c_table_header {
  border-bottom: 1px solid #0abb86;
  padding-right: 30%;
}
.c_table[data-c-table-name=currency_pairs] .c_table_header__cell {
  font-weight: 700;
  padding: 0 2px;
  text-align: center;
  width: 25%;
}
.c_table[data-c-table-name=currency_pairs] .c_table_header__cell:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_header__cell:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_header__cell {
    text-align: center;
  }
  .c_table[data-c-table-name=currency_pairs] .c_table_header__cell:not(:first-child) {
    display: none;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row {
  border-bottom: 1px solid #efefef;
  position: relative;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row:nth-child(n+6) {
  display: none;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row.quotes_up .c_table_content__cell:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  background-image: url("../img/icons/currency_pairs-arrow_up.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row.quotes_up .c_table_content__cell .percents_wrap {
  background-color: rgba(206, 241, 231, 0.3);
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row.quotes_down .c_table_content__cell:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  background-image: url("../img/icons/currency_pairs-arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__row.quotes_down .c_table_content__cell .percents_wrap {
  background-color: rgba(253, 179, 196, 0.2);
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell {
  padding: 25px 2px 25px 2px;
  text-align: center;
  position: relative;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content__cell {
    font-weight: 300;
    padding: 5px 10px 5px 23px;
    text-align: left;
    display: flex;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell .c_table_pair {
  font-weight: 400;
  display: inline-block;
  padding: 0 36px 0 36px;
  position: relative;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell .c_table_pair:hover .symbol {
  text-decoration: underline;
  color: #0abb86;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell .c_table_pair:hover .details {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content__cell .c_table_pair {
    padding: 0 26px 0 3px;
    text-decoration: underline;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell .details {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 36px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content__cell .details {
    display: none;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content__cell b {
  min-width: 85px;
  margin-right: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content__cell b {
    display: block;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_cells {
  display: flex;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_cells {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0 10px 0;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_buttons {
  display: flex;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_buttons {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_buttons .c_button {
  max-width: 175px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
}
.c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_buttons .c_button:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c_table[data-c-table-name=currency_pairs] .c_table_content .c_table_buttons .c_button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.c_table[data-c-table-name=currency_pairs] .show_all {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.c_table[data-c-table-name=currency_pairs] .show_all .show_all__link {
  position: relative;
  color: #848484;
  padding-right: 22px;
}
.c_table[data-c-table-name=currency_pairs] .show_all .show_all__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  background-image: url("../img/icons/tables_arrow.svg");
  width: 12px;
  height: 6px;
}
.c_table[data-c-table-name=currency_pairs] .show_all.shown .show_all__link::before {
  transform: rotate(180deg);
}
.c_table[data-c-table-name=currency_pairs] .show_all .hide_text {
  display: none;
}
.c_table[data-c-table-name=currency_pairs] .c_table_reference {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #848484;
  margin-top: 30px;
}

.c_account_icon {
  outline: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c_account_icon:hover .c_account_icon__label, .c_account_icon:focus-visible .c_account_icon__label {
  background-color: #09a878;
}
.c_account_icon__label {
  width: 32px;
  height: 32px;
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0abb86;
  border-radius: 50%;
  user-select: none;
  transition: 0.25s ease-in-out;
}

.c_account_thumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  outline: none;
  padding: 12px 24px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.c_account_thumb__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border: 1px solid #0abb86;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  user-select: none;
  transition: 0.25s ease-in-out;
}
.c_account_thumb:hover .c_account_thumb__icon, .c_account_thumb:focus-visible .c_account_thumb__icon {
  background-color: #0abb86;
}

.c_asset_thumb {
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 8px 24px;
  margin-bottom: 6px;
  transition: 0.25s ease-in-out;
}
.c_asset_thumb__icon {
  width: 32px;
  height: 32px;
}
.c_asset_thumb::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  transition: 0.25s ease-in-out;
  opacity: 0;
}
.c_asset_thumb:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.burger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24px;
  height: 24px;
  /*  */
}
.burger span {
  height: 1px;
  background-color: white;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  width: 16px;
}
.burger span:nth-child(2) {
  width: 24px;
}
.burger span:nth-child(3) {
  width: 24px;
}
.burger span + span {
  margin-top: 3px;
}
.burger.active span {
  width: 24px;
}
.burger.active span:nth-child(1) {
  opacity: 0;
}
.burger.active span:nth-child(2) {
  position: absolute;
  transform: rotate(45deg);
  top: calc(100% - 12px);
}
.burger.active span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg);
  top: calc(100% - 12px);
}
.burger.active span + span {
  margin-top: 0;
}

.c_category, .c_publication__category, .c_publication_detail__category {
  width: fit-content;
  font-size: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 32px;
  outline: 1px solid transparent;
  outline-offset: 1px;
  padding: 8px 16px;
  transition: 0.25s ease-in-out;
  /*  */
}
.c_category:hover, .c_publication__category:hover, .c_publication_detail__category:hover {
  background-color: #09a878;
}
.c_category:focus-visible, .c_publication__category:focus-visible, .c_publication_detail__category:focus-visible {
  background-color: #09a878;
  outline-color: #09a878;
}
.c_category.is_active, .is_active.c_publication__category, .is_active.c_publication_detail__category {
  background-color: #0abb86;
  border-color: #0abb86;
}
.c_category--transparent {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.c_faq_item {
  position: relative;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  /*  */
}
.c_faq_item__question {
  position: relative;
}
.c_faq_item__question::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 24px;
  width: 14px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7887 1.10949L7.4611 6.83656C7.2175 7.05407 6.8522 7.05407 6.6084 6.83656L0.21038 1.10949C-0.0505199 0.83904 -0.0715987 0.473144 0.163052 0.210653C0.412817 -0.0637698 0.815303 -0.0597926 1.06308 0.162927L6.99975 5.5082L12.9376 0.162927C13.1999 -0.0708093 13.6014 -0.0502877 13.8372 0.210175C14.0711 0.473143 14.0512 0.83904 13.7887 1.10949Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_faq_item__question::before {
    right: 16px;
  }
}
.c_faq_item__question {
  width: 100%;
  display: block;
  outline: none;
  text-align: left;
  padding: 16px 48px 16px 24px;
  transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_faq_item__question {
    padding: 12px 38px 12px 16px;
  }
}
.c_faq_item__question:hover, .c_faq_item__question:focus-visible {
  color: #0abb86;
}
.c_faq_item__answer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 24px;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .c_faq_item__answer {
    padding: 0 16px;
  }
}
.c_faq_item__motto {
  color: #0abb86;
}
.c_faq_item.is_active .c_faq_item__question::before {
  transform: translateY(-50%) rotate(-180deg);
}
.c_faq_item.is_active .c_faq_item__answer {
  max-height: 100%;
  opacity: 1;
  pointer-events: all;
  padding: 0 24px 16px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_faq_item.is_active .c_faq_item__answer {
    padding: 0 16px 12px;
  }
}

.faq_set {
  width: 792px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c_guarantee {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .c_guarantee {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c_guarantee__header {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
}
.c_guarantee__icon {
  height: 25px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.c_guarantee__title {
  color: rgba(255, 255, 255, 0.5);
}
.c_guarantee__number {
  margin-bottom: 0;
}

.c_os_link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0abb86;
  border-radius: 50%;
  outline-offset: 1px;
  outline: 1px solid transparent;
  padding: 10px;
  transition: 0.25s ease-in-out;
}
.c_os_link:hover, .c_os_link:focus-visible {
  outline-color: #09a878;
}

#page_overlay {
  position: fixed;
  z-index: 100010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #031c30 0%, #043941 100%);
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
#page_overlay.hidden {
  opacity: 0;
}

#site_loader {
  width: 200px;
  height: 200px;
  position: fixed;
  top: calc(50vh - 100px);
  left: calc(50% - 100px);
}
#site_loader.hidden {
  display: none;
}
#site_loader > div {
  width: 200px;
  height: 200px;
  position: relative;
}
#site_loader img {
  opacity: 0;
}
#site_loader img:first-child {
  position: absolute;
  width: 67px;
  height: 37px;
  /*!rtl:ignore*/
  left: 100%;
  top: 0%;
}
#site_loader img:first-child.animated {
  animation: 0.5s linear 1.5s 1 normal forwards vector3;
}
#site_loader img:nth-child(2) {
  position: absolute;
  width: 71px;
  height: 71px;
  top: 0%;
  /*!rtl:ignore*/
  left: 100%;
}
#site_loader img:nth-child(2).animated {
  animation: 0.5s linear 2.2s 1 normal forwards vector4;
}
#site_loader img:nth-child(3) {
  position: absolute;
  width: 67px;
  height: 37px;
  /*!rtl:ignore*/
  left: 0%;
  top: 100%;
}
#site_loader img:nth-child(3).animated {
  animation: 0.5s linear 1.1s 1 normal forwards vector5;
}
#site_loader img:nth-child(4) {
  position: absolute;
  width: 70px;
  height: 71px;
  top: 100%;
  /*!rtl:ignore*/
  left: 0%;
}
#site_loader img:nth-child(4).animated {
  animation: 0.5s linear 1.8s 1 normal forwards vector6;
}
#site_loader img:nth-child(5) {
  position: absolute;
  width: 36px;
  height: 68px;
  /*!rtl:ignore*/
  left: 23.5%;
  top: 8.5%;
}
#site_loader img:nth-child(5).animated {
  animation: 0.5s linear 0.2s 1 normal forwards vector1;
}
#site_loader .vector-2 {
  position: absolute;
  width: 70px;
  height: 71px;
  /*!rtl:ignore*/
  left: 6.5%;
  top: 7%;
}
#site_loader .vector-2.animated {
  animation: 0.5s linear 0.7s 1 normal forwards vector2;
}
#site_loader .vector-7 {
  position: absolute;
  width: 71px;
  height: 71px;
  top: 100%;
  /*!rtl:ignore*/
  left: 100%;
}
#site_loader .vector-7.animated {
  animation: 0.5s linear 0.3s 1 normal forwards vector7;
}
#site_loader .vector-8 {
  position: absolute;
  width: 33px;
  height: 68px;
  /*!rtl:ignore*/
  left: 100%;
  top: 100%;
}
#site_loader .vector-8.animated {
  animation: 0.5s linear 0s 1 normal forwards vector8;
}

#page_loader .hidden {
  display: none;
}

#progress {
  height: 5px;
  background: #0abb86;
  position: absolute;
  width: 100%;
  top: 0;
  left: -100%;
  transform: translateX(0%);
  transition: all 0.1s ease-in-out;
}

@keyframes vector1 {
  0% {
    /*!rtl:ignore*/
    transform: translate3d(0, 0, 0);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  100% {
    /*!rtl:ignore*/
    transform: translate3d(10px, 10px, 0);
    opacity: 1;
    animation-timing-function: linear;
  }
}
@keyframes vector2 {
  0% {
    /*!rtl:ignore*/
    transform: translate3d(0, 0, 0);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  100% {
    /*!rtl:ignore*/
    transform: translate3d(10px, 10px, 0);
    opacity: 1;
    animation-timing-function: linear;
  }
}
@keyframes vector3 {
  0% {
    /*!rtl:ignore*/
    transform: translate3d(-88px, 48px, 0);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  100% {
    /*!rtl:ignore*/
    transform: translate3d(-98px, 58px, 0);
    opacity: 1;
    animation-timing-function: linear;
  }
}
@keyframes vector4 {
  0% {
    /*!rtl:ignore*/
    transform: translate3d(-88px, 14px, 0);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  100% {
    /*!rtl:ignore*/
    transform: translate3d(-98px, 24px, 0);
    opacity: 1;
    animation-timing-function: linear;
  }
}
@keyframes vector5 {
  0% {
    opacity: 0;
    /*!rtl:ignore*/
    transform: translate3d(16px, -87px, 0);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    /*!rtl:ignore*/
    transform: translate3d(27px, -97px, 0);
    animation-timing-function: linear;
  }
}
@keyframes vector6 {
  0% {
    opacity: 0;
    /*!rtl:ignore*/
    transform: translate3d(16px, -87px, 0);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    /*!rtl:ignore*/
    transform: translate3d(24px, -97px, 0);
    animation-timing-function: linear;
  }
}
@keyframes vector7 {
  0% {
    /*!rtl:ignore*/
    transform: translate3d(-88px, -87px, 0);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  100% {
    /*!rtl:ignore*/
    transform: translate3d(-98px, -97px, 0);
    opacity: 1;
    animation-timing-function: linear;
  }
}
@keyframes vector8 {
  0% {
    opacity: 0;
    /*!rtl:ignore*/
    transform: translate3d(-78px, -77px, 0);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    /*!rtl:ignore*/
    transform: translate3d(-98px, -97px, 0);
    animation-timing-function: linear;
  }
}
.c_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_pagination_item {
  margin: 0 8px;
}
@media screen and (max-width: 600px) {
  .c_pagination_item {
    margin: 0 4px;
  }
}
@media screen and (max-width: 320px) {
  .c_pagination_item {
    margin: 0 2px;
  }
}
.c_pagination_item.is_active .c_pagination_button {
  background-color: #0abb86;
  border-color: #0abb86;
}
.c_pagination_item.is_disabled .c_pagination_button {
  pointer-events: none;
}
.c_pagination_arrow {
  /*!rtl:raw: transform: scaleX(-1); */
}
.c_pagination_arrow .c_pagination_button {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29252 3.15091L10.3835 7.67064C10.5388 7.84464 10.5388 8.10557 10.3835 8.27971L6.29252 12.8497C6.09934 13.0361 5.83797 13.0511 5.65047 12.8835C5.45445 12.7051 5.45729 12.4176 5.61638 12.2407L9.4346 8.00018L5.61638 3.75884C5.44942 3.57152 5.46408 3.28471 5.65013 3.11625C5.83797 2.94921 6.09934 2.96342 6.29252 3.15091Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.c_pagination_arrow--prev .c_pagination_button {
  transform: scaleX(-1);
}
.c_pagination_button {
  font-size: 14px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 3px 6px;
  outline: none;
  user-select: none;
  transition: border-color 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_pagination_button {
    min-width: 32px;
    height: 32px;
  }
}
.c_pagination_button:hover, .c_pagination_button:focus-visible {
  border-color: #0abb86;
}

.c_platform_header {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c_platform_header {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_platform_header {
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 12px 24px;
  }
}
.c_platform_header__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #0abb86;
  border-radius: 50%;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .c_platform_header__icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.c_platform_header__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c_platform_header__title {
  margin-bottom: 0;
}
.c_platform_header__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .c_platform_header__subtitle {
    display: none;
  }
}

.c_publication_detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c_publication_detail__title {
  margin-bottom: 0;
}
.c_publication_detail__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.c_publication_detail__date {
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M3.375 13.4375C3.375 13.1281 3.62812 12.875 3.9375 12.875H8.4375C8.74687 12.875 9 13.1281 9 13.4375C9 13.7469 8.74687 14 8.4375 14H3.9375C3.62812 14 3.375 13.7469 3.375 13.4375ZM11.8125 9.5C12.1219 9.5 12.375 9.75313 12.375 10.0625C12.375 10.3719 12.1219 10.625 11.8125 10.625H3.9375C3.62812 10.625 3.375 10.3719 3.375 10.0625C3.375 9.75313 3.62812 9.5 3.9375 9.5H11.8125ZM3.9375 0.5C4.24687 0.5 4.5 0.751859 4.5 1.0625V2.75H11.25V1.0625C11.25 0.751859 11.5031 0.5 11.8125 0.5C12.1219 0.5 12.375 0.751859 12.375 1.0625V2.75H13.5C14.741 2.75 15.75 3.75723 15.75 5V16.25C15.75 17.491 14.741 18.5 13.5 18.5H2.25C1.00723 18.5 0 17.491 0 16.25V5C0 3.75723 1.00723 2.75 2.25 2.75H3.375V1.0625C3.375 0.751859 3.62812 0.5 3.9375 0.5ZM14.625 7.25H1.125V16.25C1.125 16.8723 1.62879 17.375 2.25 17.375H13.5C14.1223 17.375 14.625 16.8723 14.625 16.25V7.25ZM13.5 3.875H2.25C1.62879 3.875 1.125 4.37773 1.125 5V6.125H14.625V5C14.625 4.37773 14.1223 3.875 13.5 3.875Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 19px;
  padding-left: 28px;
}
.c_publication_detail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c_publication {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  /*  */
}
@media screen and (max-width: 600px) {
  .c_publication {
    gap: 16px;
  }
}
.c_publication__picture {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c_publication__picture {
    flex-shrink: 0;
    width: 80px;
  }
}
.c_publication__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c_publication__preview {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top left;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .c_publication__preview {
    width: 80px !important;
    height: 80px !important;
  }
}
.c_publication__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.c_publication__date {
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M3.375 13.4375C3.375 13.1281 3.62812 12.875 3.9375 12.875H8.4375C8.74687 12.875 9 13.1281 9 13.4375C9 13.7469 8.74687 14 8.4375 14H3.9375C3.62812 14 3.375 13.7469 3.375 13.4375ZM11.8125 9.5C12.1219 9.5 12.375 9.75313 12.375 10.0625C12.375 10.3719 12.1219 10.625 11.8125 10.625H3.9375C3.62812 10.625 3.375 10.3719 3.375 10.0625C3.375 9.75313 3.62812 9.5 3.9375 9.5H11.8125ZM3.9375 0.5C4.24687 0.5 4.5 0.751859 4.5 1.0625V2.75H11.25V1.0625C11.25 0.751859 11.5031 0.5 11.8125 0.5C12.1219 0.5 12.375 0.751859 12.375 1.0625V2.75H13.5C14.741 2.75 15.75 3.75723 15.75 5V16.25C15.75 17.491 14.741 18.5 13.5 18.5H2.25C1.00723 18.5 0 17.491 0 16.25V5C0 3.75723 1.00723 2.75 2.25 2.75H3.375V1.0625C3.375 0.751859 3.62812 0.5 3.9375 0.5ZM14.625 7.25H1.125V16.25C1.125 16.8723 1.62879 17.375 2.25 17.375H13.5C14.1223 17.375 14.625 16.8723 14.625 16.25V7.25ZM13.5 3.875H2.25C1.62879 3.875 1.125 4.37773 1.125 5V6.125H14.625V5C14.625 4.37773 14.1223 3.875 13.5 3.875Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 19px;
  padding-left: 28px;
}
.c_publication__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c_publication__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c_publication__body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 600px) {
  .c_publication:has(.c_publication__picture) .c_publication__body {
    margin-left: -96px;
  }
}
.c_publication--small {
  gap: 16px;
}
.c_publication--small .c_publication__picture {
  width: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .c_publication--small .c_publication__picture {
    width: 80px;
  }
}
.c_publication--small .c_publication__preview {
  width: 140px;
  height: 140px;
}
.c_publication--small .c_publication__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c_publication--small .c_publication__body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  z-index: 1000001;
  transition: 0.25s ease-in-out;
}
.shadow.is_visible {
  opacity: 1;
  pointer-events: auto;
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/*  */
.social_link {
  outline: none;
}

.social_link:hover path:not([fill="#333333"]),
.social_link:focus-visible path:not([fill="#333333"]) {
  fill: #0abb86;
}

.social_link svg {
  width: 24px;
  height: 24px;
}

.social_link path {
  transition: 0.25s ease-in-out;
}

.c_subscription {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c_subscription p + p {
  margin-top: 0;
}
.c_subscription__title {
  margin-bottom: 0;
}
.c_subscription__form {
  display: flex;
}
.c_subscription input {
  font-size: 14px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 12px 16px;
  flex-grow: 1;
}
.c_subscription button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  flex-shrink: 0;
}
.c_subscription__success {
  font-size: 14px;
  color: #0abb86;
}
.c_subscription__error {
  font-size: 14px;
  color: #0abb86;
}
.c_subscription__fail {
  font-size: 14px;
  color: #ee3235;
}

.c_switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c_switcher:hover .c_switcher__icon {
  background-color: rgba(10, 187, 134, 0.5);
}
.c_switcher__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.c_switcher__input:focus-visible ~ .c_switcher__icon {
  background-color: rgba(10, 187, 134, 0.5);
}
.c_switcher__input:checked ~ .c_switcher__icon {
  background-color: #0abb86;
}
.c_switcher__input:checked ~ .c_switcher__icon::before {
  left: 20px;
}
.c_switcher__label {
  position: relative;
  padding-left: 24px;
}
.c_switcher__label::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #0abb86;
  border-radius: 50%;
}
.c_switcher__icon {
  position: relative;
  width: 36px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  transition: 0.25s ease-in-out;
}
.c_switcher__icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}

.c_tab {
  position: relative;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  outline: 1px solid transparent;
  outline-offset: 1px;
  padding: 16px;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c_tab {
    padding: 12px;
  }
}
.c_tab:hover {
  border-color: #09a878;
}
.c_tab:focus-visible {
  border-color: #09a878;
  outline-color: #09a878;
}
.c_tab.is_active {
  background-color: #0abb86;
  border-color: #0abb86;
}

.education_links {
  padding-top: 0;
}
.education_links .wrapper {
  border-top: 1px solid #e6e6e6;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .education_links .wrapper {
    border-top: none;
    padding-top: 0;
  }
}
.education_links h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .education_links h2 {
    font-weight: 700;
  }
}
.education_links__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .education_links__row {
    display: block;
  }
}
.education_links__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 288px;
  padding: 30px 10px 35px;
  border: 1px solid #e6e6e6;
}
.education_links__item:nth-child(2) {
  margin: 0 10px;
}
.education_links__item h3 {
  margin-bottom: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .education_links__item {
    border: none;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
  }
  .education_links__item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .education_links__item:nth-child(2) {
    margin: 0;
  }
}

.c_grid[data-grid-type=clickable] .c_grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 30px 15px 30px 15px;
  transition: border 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=clickable] .c_grid__item {
    padding: 20px 15px 20px 15px;
  }
}
.c_grid[data-grid-type=clickable] .c_grid__item:hover, .c_grid[data-grid-type=clickable] .c_grid__item:focus {
  border: 1px solid #333333;
}
.c_grid[data-grid-type=clickable] .c_grid__item:hover .c_grid__item__img::before, .c_grid[data-grid-type=clickable] .c_grid__item:focus .c_grid__item__img::before {
  top: 0;
}
.c_grid[data-grid-type=clickable] .c_grid__item__img {
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 60px;
}
.c_grid[data-grid-type=clickable] .c_grid__item__img::before {
  content: "";
  position: absolute;
  top: calc(110% - 7px);
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #bbf4d5 0%, #2ed790 100%);
  box-shadow: 0 0 0 4px #e4fff0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.c_grid[data-grid-type=clickable] .c_grid__item__img[data-image="1"] {
  background-image: url("../img/icons/offer1.svg");
}
.c_grid[data-grid-type=clickable] .c_grid__item__img[data-image="2"] {
  background-image: url("../img/icons/offer1.svg");
}
.c_grid[data-grid-type=clickable] .c_grid__item__img[data-image="3"] {
  background-image: url("../img/icons/offer1.svg");
}
.c_grid[data-grid-type=clickable] .c_grid__item__img[data-image="4"] {
  background-image: url("../img/icons/offer1.svg");
}
.c_grid[data-grid-type=clickable] .c_grid__item__desc {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=clickable] .c_grid__item__desc {
    margin: 10px 0 0 0;
  }
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=big] {
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  padding: 50px 50px 50px 50px;
  flex: 0 1 100%;
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=big]:hover {
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=big] h3 {
  margin: 20px 0 0 0;
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=big] .c_grid__item__desc {
  margin: 20px 0 30px 0;
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=small] {
  padding: 45px 15px 45px 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=small] {
    padding: 25px 15px 25px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=small] {
    padding: 25px 5px 25px 5px;
  }
}
.c_grid[data-grid-type=clickable] .c_grid__item[data-grid-name=small] h3 {
  margin: 20px 0 0 0;
}
.c_grid[data-grid-type=unclickable] .c_grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=unclickable] .c_grid__item {
    flex-direction: row;
  }
}
.c_grid[data-grid-type=unclickable] .c_grid__item__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 60px;
}
.c_grid[data-grid-type=unclickable] .c_grid__item__img[data-image="1"] {
  background-image: url("../img/icons/indicator1.svg");
}
.c_grid[data-grid-type=unclickable] .c_grid__item__img[data-image="2"] {
  background-image: url("../img/icons/indicator1.svg");
}
.c_grid[data-grid-type=unclickable] .c_grid__item__img[data-image="3"] {
  background-image: url("../img/icons/indicator1.svg");
}
.c_grid[data-grid-type=unclickable] .c_grid__item__img[data-image="4"] {
  background-image: url("../img/icons/indicator1.svg");
}
.c_grid[data-grid-type=unclickable] .c_grid__item__text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=unclickable] .c_grid__item__text {
    text-align: left;
    margin: 0 0 0 30px;
  }
}
.c_grid[data-grid-type=unclickable] .c_grid__item__title {
  margin: 25px 0 5px 0;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=unclickable] .c_grid__item__title {
    margin: 0 0 2px 0;
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=unclickable] .c_grid__item[data-grid-name=big] {
    flex-direction: column;
  }
}
.c_grid[data-grid-type=unclickable] .c_grid__item[data-grid-name=big] h3 {
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .c_grid[data-grid-type=unclickable] .c_grid__item[data-grid-name=small] {
    flex-direction: column;
  }
}
.c_grid[data-grid-type=unclickable] .c_grid__item[data-grid-name=small] .c_grid__item__desc {
  font-weight: 700;
  margin: 30px 0 0 0;
}

.c_grid_table[data-c-table-name=trading_instruments] {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}
.c_grid_table[data-c-table-name=trading_instruments] .c_grid_table__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] {
  text-align: center;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row {
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  position: relative;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row.header__row {
  background-color: rgba(230, 230, 230, 0.15);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row):hover {
  background-color: rgba(206, 241, 231, 0.3);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row):hover .c_grid_table__link {
  text-decoration: underline;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).active {
  background-color: rgba(206, 241, 231, 0.5);
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).active {
    background-color: rgba(206, 241, 231, 0.7);
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).active::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0abb86;
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).active::before {
    display: none;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).active .c_grid_table__link {
  text-decoration: underline;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_up::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  background-image: url("../img/icons/currency-arrow_up.svg");
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_up::after {
    left: 8px;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_up .percents_wrap {
  color: #0abb86;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_down::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  background-image: url("../img/icons/currency-arrow_down.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 7px;
  height: 10px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_down::after {
    left: 8px;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row:not(.header__row).quotes_down .percents_wrap {
  color: #ee3235;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell {
  padding: 6px 2px;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell:first-child {
  text-align: left;
  padding-left: 32px;
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell:first-child {
    padding-left: 24px;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell:last-child {
  text-align: right;
  padding-right: 16px;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell.header__cell {
  font-weight: 700;
  padding: 12px 0;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell.header__cell:first-child {
  text-align: left;
  padding-left: 16px;
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell.header__cell:first-child {
    padding-left: 8px;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell.header__cell:last-child {
  text-align: right;
  padding-right: 16px;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell:not(.header__cell) {
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}
@media screen and (max-width: 600px) {
  .c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__row .c_grid_table__cell:not(.header__cell) {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__link {
  display: block;
  transition: color 0.2s ease-in-out;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__link:hover {
  text-decoration: underline;
  color: #0abb86;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=desktop] .c_grid_table__link:active {
  color: rgba(10, 187, 134, 0.5);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] {
  display: none;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row {
  grid-template-columns: 1fr 1fr;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row:nth-child(n+16) {
  display: none;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row.header__row {
  background-color: rgba(230, 230, 230, 0.15);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row:not(.header__row).active {
  background-color: #cef1e7;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row:not(.header__row).active .c_grid_table__link {
  text-decoration: underline;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row .c_grid_table__cell {
  padding: 4px 6px;
  display: flex;
  align-items: center;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row .c_grid_table__cell.header__cell {
  font-weight: 700;
  padding: 8px 2px 8px 6px;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__row .c_grid_table__cell:not(.header__cell) {
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__link {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
}
.c_grid_table[data-c-table-name=trading_instruments][data-c-table-type=mobile] .c_grid_table__link:hover {
  text-decoration: underline;
}

.c_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.c_grid[data-c-gap-col="100"] {
  grid-column-gap: 100px;
}
.c_grid[data-c-gap-col="90"] {
  grid-column-gap: 90px;
}
.c_grid[data-c-gap-col="80"] {
  grid-column-gap: 80px;
}
.c_grid[data-c-gap-col="70"] {
  grid-column-gap: 70px;
}
.c_grid[data-c-gap-col="60"] {
  grid-column-gap: 60px;
}
.c_grid[data-c-gap-col="50"] {
  grid-column-gap: 50px;
}
.c_grid[data-c-gap-col="40"] {
  grid-column-gap: 40px;
}
.c_grid[data-c-gap-col="35"] {
  grid-column-gap: 35px;
}
.c_grid[data-c-gap-col="30"] {
  grid-column-gap: 30px;
}
.c_grid[data-c-gap-col="25"] {
  grid-column-gap: 25px;
}
.c_grid[data-c-gap-col="20"] {
  grid-column-gap: 20px;
}
.c_grid[data-c-gap-col="10"] {
  grid-column-gap: 10px;
}
.c_grid[data-c-gap-row="100"] {
  grid-row-gap: 100px;
}
.c_grid[data-c-gap-row="90"] {
  grid-row-gap: 90px;
}
.c_grid[data-c-gap-row="80"] {
  grid-row-gap: 80px;
}
.c_grid[data-c-gap-row="70"] {
  grid-row-gap: 70px;
}
.c_grid[data-c-gap-row="60"] {
  grid-row-gap: 60px;
}
.c_grid[data-c-gap-row="50"] {
  grid-row-gap: 50px;
}
.c_grid[data-c-gap-row="40"] {
  grid-row-gap: 40px;
}
.c_grid[data-c-gap-row="35"] {
  grid-row-gap: 35px;
}
.c_grid[data-c-gap-row="30"] {
  grid-row-gap: 30px;
}
.c_grid[data-c-gap-row="25"] {
  grid-row-gap: 25px;
}
.c_grid[data-c-gap-row="20"] {
  grid-row-gap: 20px;
}
.c_grid[data-c-gap-row="10"] {
  grid-row-gap: 10px;
}
.c_grid[data-c-cols="6"] {
  grid-template-columns: repeat(6, 1fr);
}
.c_grid[data-c-cols="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.c_grid[data-c-cols="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.c_grid[data-c-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.c_grid[data-c-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.c_grid[data-c-cols="1"] {
  grid-template-columns: 1fr;
}
.c_grid[data-c-cols-stretch="50-25-25"] {
  grid-template-columns: 2fr 1fr 1fr;
}
.c_grid[data-c-cols-stretch="25-50-25"] {
  grid-template-columns: 1fr 2fr 1fr;
}
.c_grid[data-c-cols-stretch="25-25-50"] {
  grid-template-columns: 1fr 1fr 2fr;
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c_grid[data-c-cols-1200="1"] {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c_grid[data-c-cols-1024="1"] {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_grid[data-c-cols-768="1"] {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c_grid[data-c-cols-500="1"] {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .c_grid[data-c-cols-375="1"] {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 320px) {
  .c_grid[data-c-cols-320="1"] {
    grid-template-columns: 1fr;
  }
}

.c_list[data-c-text-decoration-type=dots] li {
  position: relative;
}
.c_list[data-c-text-decoration-type=dots] li:not(:last-child) {
  margin-bottom: 12px;
}
.c_list[data-c-text-decoration-type=dots] li::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0abb86;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=left] {
  text-align: left;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=left] li {
  padding-left: 18px;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=left] li::before {
  left: 0;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=right] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=right] li {
  padding-right: 18px;
}
.c_list[data-c-text-decoration-type=dots][data-c-text-align=right] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=dots_alt] li {
  position: relative;
}
.c_list[data-c-text-decoration-type=dots_alt] li:not(:last-child) {
  margin-bottom: 12px;
}
.c_list[data-c-text-decoration-type=dots_alt] li::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #0abb86;
}
.c_list[data-c-text-decoration-type=dots_alt] li::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 12px;
  background-color: #e6e6e6;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=left] {
  text-align: left;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=left] li {
  padding-left: 36px;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=left] li::before {
  left: 0;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=right] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=right] li {
  padding-right: 36px;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=right] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=left][data-c-decoration-length=reach_end] li::after {
  width: calc((100vw - 1200px) / 2);
  left: calc(-1 * (100vw - 1200px) / 2);
}
.c_list[data-c-text-decoration-type=dots_alt][data-c-text-align=right][data-c-decoration-length=reach_end] li::after {
  width: calc((100vw - 1200px) / 2);
  right: calc(-1 * (100vw - 1200px) / 2);
}
.c_list[data-c-text-decoration-type=check_mark] li {
  position: relative;
}
.c_list[data-c-text-decoration-type=check_mark] li:not(:last-child) {
  margin-bottom: 20px;
}
.c_list[data-c-text-decoration-type=check_mark] li::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/check_mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 3px;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=left] {
  text-align: left;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=left] li {
  padding-left: 25px;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=left] li::before {
  left: 0;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=right] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=right] li {
  padding-right: 25px;
}
.c_list[data-c-text-decoration-type=check_mark][data-c-text-align=right] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=numbers] {
  counter-reset: li;
}
.c_list[data-c-text-decoration-type=numbers] li {
  counter-increment: li;
  position: relative;
}
.c_list[data-c-text-decoration-type=numbers] li:not(:last-child) {
  margin-bottom: 20px;
}
.c_list[data-c-text-decoration-type=numbers] li::before {
  content: counter(li) ".";
  font-weight: 700;
  position: absolute;
  top: 0;
  color: #0abb86;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=left] {
  text-align: left;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=left] li {
  padding-left: 25px;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=left] li::before {
  left: 0;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=right] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=right] li {
  padding-right: 25px;
}
.c_list[data-c-text-decoration-type=numbers][data-c-text-align=right] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=numbers_alt] {
  counter-reset: li;
}
.c_list[data-c-text-decoration-type=numbers_alt] [data-tablet-appear-type=flex] {
  padding-left: 110px;
  flex-direction: column;
  justify-content: center;
  min-height: 81px;
}
.c_list[data-c-text-decoration-type=numbers_alt] [data-tablet-appear-type=flex] h3:first-child {
  margin-bottom: 8px;
}
.c_list[data-c-text-decoration-type=numbers_alt] [data-tablet-appear-type=flex] h3:last-child {
  margin-bottom: 0;
}
.c_list[data-c-text-decoration-type=numbers_alt] li {
  counter-increment: li;
  position: relative;
  min-height: 81px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c_list[data-c-text-decoration-type=numbers_alt] li:not(:last-child) {
  margin-bottom: 30px;
}
.c_list[data-c-text-decoration-type=numbers_alt] li::before {
  content: counter(li);
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  color: #0abb86;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_list[data-c-text-decoration-type=numbers_alt] li::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  z-index: 1;
  border: 10px solid #0abb86;
}
.c_list[data-c-text-decoration-type=numbers_alt] li > *:not(:last-child) {
  margin-bottom: 10px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left] {
  text-align: left;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left] li {
  padding-left: 130px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left] li::before {
  left: 0;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left] li::after {
  left: 55px;
}
@media screen and (max-width: 1200px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=desktop] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=desktop] li {
    padding-top: 107px;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=desktop] li::before {
    left: calc(50% - 40.5px);
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=desktop] li::after {
    right: calc(50% - 47px);
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet_wide] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet_wide] li {
    padding-top: 107px;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet_wide] li::before {
    left: calc(50% - 40.5px);
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet_wide] li::after {
    right: calc(50% - 47px);
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet] li {
    padding-top: 107px;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet] li::before {
    left: calc(50% - 40.5px);
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=tablet] li::after {
    right: calc(50% - 47px);
    left: auto;
  }
}
@media screen and (max-width: 600px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=phone] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=phone] li {
    padding-top: 107px;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=phone] li::before {
    left: calc(50% - 40.5px);
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=left][data-c-responsive=phone] li::after {
    right: calc(50% - 47px);
    left: auto;
  }
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right] li {
  padding-right: 130px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right] li::after {
  right: 55px;
}
@media screen and (max-width: 1200px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=desktop] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=desktop] li {
    padding-top: 107px;
    padding-right: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=desktop] li::before {
    left: calc(50% - 40.5px);
    right: auto;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=desktop] li::after {
    right: calc(50% - 47px);
  }
}
@media screen and (max-width: 1024px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet_wide] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet_wide] li {
    padding-top: 107px;
    padding-right: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet_wide] li::before {
    left: calc(50% - 40.5px);
    right: auto;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet_wide] li::after {
    right: calc(50% - 47px);
  }
}
@media screen and (max-width: 768px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet] li {
    padding-top: 107px;
    padding-right: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet] li::before {
    left: calc(50% - 40.5px);
    right: auto;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=tablet] li::after {
    right: calc(50% - 47px);
  }
}
@media screen and (max-width: 600px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=phone] {
    text-align: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=phone] li {
    padding-top: 107px;
    padding-right: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=phone] li::before {
    left: calc(50% - 40.5px);
    right: auto;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=right][data-c-responsive=phone] li::after {
    right: calc(50% - 47px);
  }
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=center] {
  text-align: center;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=center] li {
  padding-top: 107px;
  justify-content: flex-start;
  align-items: center;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=center] li::before {
  left: calc(50% - 40.5px);
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=center] li::after {
  right: calc(50% - 47px);
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi] {
  text-align: right;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi] li {
  padding-right: 130px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi] li::before {
  right: 0;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi] li::after {
  right: 55px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi][data-tablet-appear-type=flex] {
  padding-left: 0;
  padding-right: 110px;
  flex-direction: column;
  justify-content: center;
  min-height: 81px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi][data-tablet-appear-type=flex] h3:first-child {
  margin-bottom: 8px;
}
.c_list[data-c-text-decoration-type=numbers_alt][data-c-text-align=bidi][data-tablet-appear-type=flex] h3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=adaptive_to_text] li {
    text-align: left;
    padding: 0;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=adaptive_to_text] li > *:first-child {
    padding-left: 110px;
    min-height: 81px;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=adaptive_to_text] li::before {
    left: 0;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=adaptive_to_text] li::after {
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=bidi_adaptive_to_text] li {
    text-align: right;
    padding: 0;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=bidi_adaptive_to_text] li [data-tablet-appear-type=flex] {
    padding-left: 0;
    padding-right: 110px;
    min-height: 81px;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=bidi_adaptive_to_text] li::before {
    right: 0;
  }
  .c_list[data-c-text-decoration-type=numbers_alt][data-c-decoration-mob-type=bidi_adaptive_to_text] li::after {
    right: 55px;
  }
}
.c_list[data-c-text-decoration-type=numbers_alt] a {
  font-size: inherit;
}

.c_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
}
.c_loader__spinner {
  border: 3px solid transparent;
  border-top-color: #0abb86;
  border-bottom-color: #0abb86;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.c_loader.initialized {
  opacity: 1;
  pointer-events: auto;
}
.c_loader.initialized .c_loader__spinner {
  animation: rotation 0.8s ease infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c_tabs {
  width: 100%;
}
.c_tabs_header {
  display: flex;
  position: relative;
}
.c_tabs_header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(230, 230, 230, 0.5);
}
.c_tabs_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(230, 230, 230, 0.5);
  display: none;
}
.c_tabs_header__item {
  position: relative;
  flex-basis: 100%;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease-in-out;
  z-index: 50;
}
.c_tabs_header__item.active {
  color: #0abb86;
  border-bottom: 1px solid #0abb86;
}
.c_tabs_content__item {
  display: none;
}
.c_tabs_content__item.active {
  display: block;
}
.c_tabs[data-c-theme=filled] .c_tabs_header {
  color: #0abb86;
}
.c_tabs[data-c-theme=filled] .c_tabs_header::before, .c_tabs[data-c-theme=filled] .c_tabs_header::after {
  display: none;
}
.c_tabs[data-c-theme=filled] .c_tabs_header__item {
  font-weight: 700;
  border: 1px solid #0abb86;
}
.c_tabs[data-c-theme=filled] .c_tabs_header__item.active {
  color: #f7f7f7;
  background-color: #0abb86;
  border: 1px solid transparent;
}
.c_tabs[data-c-type=bordered] .c_tabs_header::after {
  display: block;
}

.c_video_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c_video_shadow:hover .c_player_button {
  opacity: 0.6;
}
.c_video_shadow:hover .c_player_button_alt {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .c_video_shadow .c_video_title {
    margin-top: 10px;
  }
  .c_video_shadow .c_video_border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
}

.c_video_title {
  color: white;
  width: 70%;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .c_video_title {
    margin-top: 10px;
  }
}

.c_video_border {
  pointer-events: none;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
  border: 1px solid white;
}
@media screen and (max-width: 600px) {
  .c_video_border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
}