@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #007680);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #0098a6);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #00bbcc);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #40efff);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #007680);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #0098a6);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #00bbcc);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #40efff);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 100);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1920px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* line 15, theme.scss */
body {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.625vw;
  color: #5E6A75;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500; }

/* line 27, theme.scss */
button, .button {
  font-family: "Nunito Sans", sans-serif; }

/* line 31, theme.scss */
.ai_test_container {
  background-image: url("ai_test_desc.png"); }
  @media (max-width: 1600px) {
    /* line 31, theme.scss */
    .ai_test_container {
      background-image: url("ai_test_medium.png"); } }
  @media (max-width: 768px) {
    /* line 31, theme.scss */
    .ai_test_container {
      background-image: url("ai_test_mobile.png"); } }

/* line 40, theme.scss */
.layout {
  padding-left: 3.25vw;
  padding-right: 3.25vw; }

/* line 44, theme.scss */
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 53, theme.scss */
.header_menu_item.item_target::before {
  background: url("menu_arrow.svg") no-repeat 50% 50%; }

@media (max-width: 768px) {
  /* line 60, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 63, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 66, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 70, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif; }

/* line 74, theme.scss */
.button, .co-tabs-controls--customer .co-tabs-node, .co-button:not(.co-button--link), .picker-button, .m-modal-button {
  height: auto; }

/* line 77, theme.scss */
h1 {
  margin: 0;
  padding: 0;
  font-size: 4vw;
  line-height: 100%;
  color: #36475B;
  font-style: normal;
  font-weight: 400; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* line 88, theme.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* line 93, theme.scss */
body {
  margin: 0; }

/* line 97, theme.scss */
main {
  display: block; }

/* line 101, theme.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 106, theme.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25; }

/* line 117, theme.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 122, theme.scss */
a {
  background-color: transparent; }

/* line 126, theme.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/* line 133, theme.scss */
b, strong {
  font-weight: bolder; }

/* line 137, theme.scss */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 142, theme.scss */
small {
  font-size: 80%; }

/* line 146, theme.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 153, theme.scss */
sub {
  bottom: -0.25em; }

/* line 157, theme.scss */
sup {
  top: -0.5em; }

/* line 161, theme.scss */
img {
  border-style: none; }

/* line 165, theme.scss */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/* line 172, theme.scss */
button, input {
  overflow: visible; }

/* line 176, theme.scss */
button, select {
  text-transform: none; }

/* line 180, theme.scss */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/* line 184, theme.scss */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* line 189, theme.scss */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* line 193, theme.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/* line 197, theme.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/* line 206, theme.scss */
progress {
  vertical-align: baseline; }

/* line 210, theme.scss */
textarea {
  overflow: auto; }

/* line 214, theme.scss */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 219, theme.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 223, theme.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* line 228, theme.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 232, theme.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* line 237, theme.scss */
details {
  display: block; }

/* line 241, theme.scss */
summary {
  display: list-item; }

/* line 245, theme.scss */
template {
  display: none; }

/* line 249, theme.scss */
[hidden] {
  display: none; }

/* line 253, theme.scss */
img {
  pointer-events: none; }

/* line 257, theme.scss */
body {
  background: #FFFFFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.625vw;
  color: #5E6A75; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 267, theme.scss */
  body {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 273, theme.scss */
  body {
    line-height: 2.88889vh; } }
/* line 278, theme.scss */
::-moz-selection {
  background: rgba(0, 118, 128, 0.2); }

/* line 282, theme.scss */
::selection {
  background: rgba(0, 118, 128, 0.2); }

/* line 286, theme.scss */
img {
  display: block; }

/* line 290, theme.scss */
h1 {
  margin: 0;
  padding: 0;
  font-size: 4vw;
  line-height: 100%;
  color: #36475B;
  font-style: normal;
  font-weight: 400; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 301, theme.scss */
  h1 {
    font-size: 7.11111vh; } }
/* line 306, theme.scss */
h2 {
  color: #36475B;
  font-size: 3vw;
  line-height: 100%;
  margin: 0;
  padding: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 315, theme.scss */
  h2 {
    font-size: 5.33333vh; } }
/* line 320, theme.scss */
h3 {
  font-size: 3vw;
  line-height: 100%;
  margin: 0;
  padding: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 328, theme.scss */
  h3 {
    font-size: 5.33333vh; } }
/* line 332, theme.scss */
.d-none {
  display: none !important; }

/* line 335, theme.scss */
.pt-60 {
  padding-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 340, theme.scss */
  .pt-60 {
    padding-top: 6.66667vh; } }
/* line 345, theme.scss */
.empty__padding {
  padding-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 350, theme.scss */
  .empty__padding {
    padding-top: 6.66667vh; } }
@media only screen and (max-width: 800px) {
  /* line 356, theme.scss */
  .empty__padding {
    padding-top: 16vw; } }
/* line 361, theme.scss */
#tooltip {
  z-index: 100;
  background: #666;
  color: white;
  font-weight: bold;
  max-width: 400px;
  padding: 1.25vw;
  font-size: 0.875vw;
  line-height: normal;
  border-radius: 0.625vw;
  display: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 375, theme.scss */
  #tooltip {
    padding: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 381, theme.scss */
  #tooltip {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 387, theme.scss */
  #tooltip {
    border-radius: 1.11111vh; } }
/* line 392, theme.scss */
#tooltip[data-show] {
  display: block; }

/* line 396, theme.scss */
#arrow, #arrow::before {
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: inherit; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 404, theme.scss */
  #arrow, #arrow::before {
    width: 0.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 410, theme.scss */
  #arrow, #arrow::before {
    height: 0.88889vh; } }
/* line 415, theme.scss */
#arrow {
  visibility: hidden; }

/* line 419, theme.scss */
#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg); }

/* line 425, theme.scss */
#tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -0.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 430, theme.scss */
  #tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -0.44444vh; } }
/* line 435, theme.scss */
#tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -0.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 440, theme.scss */
  #tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -0.44444vh; } }
/* line 445, theme.scss */
#tooltip[data-popper-placement^='left'] > #arrow {
  right: -0.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 450, theme.scss */
  #tooltip[data-popper-placement^='left'] > #arrow {
    right: -0.44444vh; } }
/* line 455, theme.scss */
#tooltip[data-popper-placement^='right'] > #arrow {
  left: -0.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 460, theme.scss */
  #tooltip[data-popper-placement^='right'] > #arrow {
    left: -0.44444vh; } }
@media only screen and (max-width: 800px) {
  /* line 466, theme.scss */
  h1 {
    font-size: 9.6vw;
    line-height: 100%; }

  /* line 471, theme.scss */
  h2 {
    font-size: 9.6vw;
    line-height: 100%;
    margin: 0;
    padding: 0; }

  /* line 478, theme.scss */
  #tooltip {
    z-index: 100;
    background: #666;
    color: white;
    font-weight: bold;
    max-width: 400px;
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: normal;
    border-radius: 2.6666666667vw;
    display: none; }

  /* line 491, theme.scss */
  #tooltip[data-show] {
    display: block; }

  /* line 495, theme.scss */
  #arrow, #arrow::before {
    position: absolute;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: inherit; }

  /* line 502, theme.scss */
  #arrow {
    visibility: hidden; }

  /* line 506, theme.scss */
  #arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg); }

  /* line 512, theme.scss */
  #tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -1.06667vw; }

  /* line 516, theme.scss */
  #tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -1.06667vw; }

  /* line 520, theme.scss */
  #tooltip[data-popper-placement^='left'] > #arrow {
    right: -1.06667vw; }

  /* line 524, theme.scss */
  #tooltip[data-popper-placement^='right'] > #arrow {
    left: -1.06667vw; } }
/* line 529, theme.scss */
.tooltip-inner {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  background: #666;
  color: white;
  font-weight: normal;
  max-width: 600px;
  padding: 1.25vw;
  font-size: 0.875vw;
  line-height: normal;
  border-radius: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 543, theme.scss */
  .tooltip-inner {
    padding: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 549, theme.scss */
  .tooltip-inner {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 555, theme.scss */
  .tooltip-inner {
    border-radius: 1.11111vh; } }
/* line 560, theme.scss */
.content {
  padding-top: 4.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 565, theme.scss */
  .content {
    padding-top: 8.22222vh; } }
/* line 570, theme.scss */
.content--pt-0 {
  padding-top: 0; }

/* line 574, theme.scss */
.content--pt-40 {
  padding-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 579, theme.scss */
  .content--pt-40 {
    padding-top: 4.44444vh; } }
/* line 584, theme.scss */
.content--pt-30 {
  padding-top: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 589, theme.scss */
  .content--pt-30 {
    padding-top: 3.33333vh; } }
/* line 594, theme.scss */
.content--pb-60 {
  padding-bottom: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 599, theme.scss */
  .content--pb-60 {
    padding-bottom: 6.66667vh; } }
/* line 604, theme.scss */
.content__inner {
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0vw 3.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 612, theme.scss */
  .content__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 618, theme.scss */
  .content__inner {
    padding: 0vh 5.77778vh; } }
@media only screen and (max-width: 800px) {
  /* line 624, theme.scss */
  .content {
    padding-top: 15.46667vw; }

  /* line 628, theme.scss */
  .content--pt-0 {
    padding-top: 0; }

  /* line 632, theme.scss */
  .content--pt-40 {
    padding-top: 10.66667vw; }

  /* line 636, theme.scss */
  .content--pt-30 {
    padding-top: 8vw; }

  /* line 640, theme.scss */
  .content--pb-60 {
    padding-bottom: 16vw; }

  /* line 644, theme.scss */
  .content__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    margin: 0 auto;
    padding: 0vw 2.66667vw; } }
/* line 652, theme.scss */
.breadcrumbs {
  color: #36475B;
  margin-bottom: 1.25vw;
  padding-top: 3.125vw;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 668, theme.scss */
  .breadcrumbs {
    margin-bottom: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 674, theme.scss */
  .breadcrumbs {
    padding-top: 5.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 680, theme.scss */
  .breadcrumbs {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 686, theme.scss */
  .breadcrumbs {
    gap: 2.22222vh; } }
/* line 691, theme.scss */
.breadcrumbs a {
  color: #36475B;
  text-decoration: none; }

/* line 696, theme.scss */
.breadcrumbs__item {
  position: relative; }

/* line 700, theme.scss */
.breadcrumbs__item:before {
  position: absolute;
  content: '';
  display: block;
  left: -0.75vw;
  top: 0.5vw;
  width: 0.25vw;
  height: 0.25vw;
  background: #36475B;
  border-radius: 50%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 713, theme.scss */
  .breadcrumbs__item:before {
    left: -1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 719, theme.scss */
  .breadcrumbs__item:before {
    top: 0.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 725, theme.scss */
  .breadcrumbs__item:before {
    width: 0.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 731, theme.scss */
  .breadcrumbs__item:before {
    height: 0.44444vh; } }
/* line 736, theme.scss */
.breadcrumbs__item:first-child:before {
  display: none; }

@media only screen and (max-width: 800px) {
  /* line 741, theme.scss */
  .breadcrumbs {
    color: #36475B;
    margin-bottom: 5.3333333333vw;
    padding-top: 0vw;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5.33333vw; }

  /* line 756, theme.scss */
  .breadcrumbs a {
    color: #36475B;
    text-decoration: none; }

  /* line 761, theme.scss */
  .breadcrumbs__item {
    position: relative; }

  /* line 765, theme.scss */
  .breadcrumbs__item:before {
    position: absolute;
    content: '';
    display: block;
    left: -3.2vw;
    top: 2.1333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    background: #36475B;
    border-radius: 50%; }

  /* line 777, theme.scss */
  .breadcrumbs__item:first-child:before {
    display: none; }

  /* line 781, theme.scss */
  .breadcrumbs span {
    display: none; } }
/* line 786, theme.scss */
.button {
  position: relative;
  display: inline-block;
  padding: 0.875vw 2.9375vw 0.875vw 1.6875vw;
  background: radial-gradient(89.47% 511.56% at 6.67% 0%, #0f7f8e 0%, #107f8c 22.36%, #1b9f8c 100%);
  border-radius: 1.6875vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.625vw;
  color: #FFFFFF;
  border: none;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 801, theme.scss */
  .button {
    padding: 1.55556vh 5.22222vh 1.55556vh 3vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 807, theme.scss */
  .button {
    border-radius: 3vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 813, theme.scss */
  .button {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 819, theme.scss */
  .button {
    line-height: 2.88889vh; } }
/* line 824, theme.scss */
.button:before {
  position: absolute;
  content: '';
  transition: .3s top;
  right: 1.6875vw;
  top: 0.875vw;
  height: 0.625vw;
  width: 0.625vw;
  background: url("button_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 837, theme.scss */
  .button:before {
    right: 3vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 843, theme.scss */
  .button:before {
    top: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 849, theme.scss */
  .button:before {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 855, theme.scss */
  .button:before {
    width: 1.11111vh; } }
/* line 860, theme.scss */
.button:hover:before {
  top: 1.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 865, theme.scss */
  .button:hover:before {
    top: 2.44444vh; } }
/* line 870, theme.scss */
.button--inverse {
  padding: 0.875vw 1.6875vw 0.875vw 1.6875vw;
  background: #ffffff;
  color: #007680; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 877, theme.scss */
  .button--inverse {
    padding: 1.55556vh 3vh 1.55556vh 3vh; } }
/* line 882, theme.scss */
.button--inverse:before {
  display: none; }

/* line 886, theme.scss */
.button-xs {
  font-size: 0.75vw;
  line-height: 0.9375vw;
  padding: 0.1875vw 0.5vw 0.1875vw 0.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 893, theme.scss */
  .button-xs {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 899, theme.scss */
  .button-xs {
    line-height: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 905, theme.scss */
  .button-xs {
    padding: 0.33333vh 0.88889vh 0.33333vh 0.88889vh; } }
/* line 910, theme.scss */
.button-xs:before {
  display: none; }

/* line 914, theme.scss */
.button-s {
  font-size: 1vw;
  line-height: 1.3125vw;
  padding: 0.5vw 2.25vw 0.5vw 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 921, theme.scss */
  .button-s {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 927, theme.scss */
  .button-s {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 933, theme.scss */
  .button-s {
    padding: 0.88889vh 4vh 0.88889vh 1.77778vh; } }
/* line 938, theme.scss */
.button-s:before {
  right: 1vw;
  top: 0.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 944, theme.scss */
  .button-s:before {
    right: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 950, theme.scss */
  .button-s:before {
    top: 0.88889vh; } }
/* line 955, theme.scss */
.button-s:hover:before {
  top: 0.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 960, theme.scss */
  .button-s:hover:before {
    top: 1.55556vh; } }
/* line 965, theme.scss */
.button--m {
  font-size: 0.75vw;
  line-height: 0.9375vw;
  padding: 0.625vw 1.25vw 0.625vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 972, theme.scss */
  .button--m {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 978, theme.scss */
  .button--m {
    line-height: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 984, theme.scss */
  .button--m {
    padding: 1.11111vh 2.22222vh 1.11111vh 2.22222vh; } }
/* line 989, theme.scss */
.button--m:before {
  display: none; }

/* line 993, theme.scss */
.button-file {
  flex-shrink: 0;
  display: flex;
  padding: 1vw 1.0625vw;
  border-radius: 0.625vw;
  background: #D9D9D9;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1007, theme.scss */
  .button-file {
    padding: 1.77778vh 1.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1013, theme.scss */
  .button-file {
    border-radius: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1019, theme.scss */
  .button-file {
    font-size: 1.77778vh; } }
@media only screen and (max-width: 800px) {
  /* line 1025, theme.scss */
  .button {
    position: relative;
    display: inline-block;
    padding: 2.6666666667vw 9.0666666667vw 2.6666666667vw 4.2666666667vw;
    background: radial-gradient(89.47% 511.56% at 6.67% 0%, #0f7f8e 0%, #107f8c 22.36%, #1b9f8c 100%);
    border-radius: 7.2vw;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
    color: #FFFFFF;
    border: none;
    text-decoration: none; }

  /* line 1039, theme.scss */
  .button:before {
    position: absolute;
    content: '';
    transition: .3s top;
    right: 4.2666666667vw;
    top: 2.6666666667vw;
    height: 2.1333333333vw;
    width: 2.1333333333vw;
    background: url("button_arrow.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 1052, theme.scss */
  .button:hover:before {
    top: 4.8vw; }

  /* line 1056, theme.scss */
  .button--inverse {
    padding: 3.7333333333vw 7.2vw 3.7333333333vw 7.2vw;
    background: #ffffff;
    color: #007680; }

  /* line 1062, theme.scss */
  .button--inverse:before {
    display: none; }

  /* line 1066, theme.scss */
  .button-xs {
    font-size: 3.2vw;
    line-height: 4vw;
    padding: 0.8vw 2.13333vw 0.8vw 2.13333vw; }

  /* line 1072, theme.scss */
  .button-xs:before {
    display: none; }

  /* line 1076, theme.scss */
  .button-s {
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
    padding: 2.13333vw 9.6vw 2.13333vw 4.26667vw; }

  /* line 1082, theme.scss */
  .button-s:before {
    right: 4.2666666667vw;
    top: 2.13333vw; }

  /* line 1087, theme.scss */
  .button-s:hover:before {
    top: 3.73333vw; }

  /* line 1091, theme.scss */
  .button--m {
    font-size: 3.2vw;
    line-height: 4vw;
    padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw; }

  /* line 1097, theme.scss */
  .button--m:before {
    display: none; }

  /* line 1101, theme.scss */
  .button-file {
    flex-shrink: 0;
    display: flex;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: #D9D9D9;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 1115, theme.scss */
.tab {
  display: none; }

/* line 1119, theme.scss */
.tab--active {
  display: block; }

/* line 1123, theme.scss */
.tabs__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch; }

/* line 1130, theme.scss */
.tabs__links--left {
  justify-content: flex-start;
  gap: 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1136, theme.scss */
  .tabs__links--left {
    gap: 1.77778vh; } }
/* line 1141, theme.scss */
.tabs__link {
  display: flex;
  padding: 0.625vw 1.25vw;
  align-items: flex-start;
  border-radius: 2.5vw;
  border-style: solid;
  border-color: #36475B;
  border-width: 0.0625vw;
  color: #36475B;
  font-size: 1.25vw;
  line-height: 1.625vw;
  font-weight: 400;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1157, theme.scss */
  .tabs__link {
    padding: 1.11111vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1163, theme.scss */
  .tabs__link {
    border-radius: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1169, theme.scss */
  .tabs__link {
    border-width: 0.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1175, theme.scss */
  .tabs__link {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1181, theme.scss */
  .tabs__link {
    line-height: 2.88889vh; } }
/* line 1186, theme.scss */
.tabs__link:hover {
  border-color: #007680;
  background: #F6F9FF; }

/* line 1191, theme.scss */
.tabs__link--active {
  color: #007680;
  border-color: #007680;
  border-width: 0.1875vw;
  padding: 0.5vw 1.125vw;
  font-weight: 600; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1200, theme.scss */
  .tabs__link--active {
    border-width: 0.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1206, theme.scss */
  .tabs__link--active {
    padding: 0.88889vh 2vh; } }
/* line 1211, theme.scss */
.tabs__link-mobile-more {
  display: none; }

@media only screen and (max-width: 800px) {
  /* line 1216, theme.scss */
  .tabs__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    padding: 2.66667vw 0vw; }

  /* line 1225, theme.scss */
  .tabs__links--left {
    justify-content: space-between;
    gap: 2.66667vw; }

  /* line 1230, theme.scss */
  .tabs__link {
    display: none;
    padding: 2.6666666667vw 5.3333333333vw;
    align-items: flex-start;
    border-radius: 10.6666666667vw;
    border-style: solid;
    border-color: #36475B;
    border-width: 0.2666666667vw;
    color: #36475B;
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
    font-weight: 400;
    text-decoration: none; }

  /* line 1245, theme.scss */
  .tabs__link:hover {
    border-color: transparent;
    background: transparent; }

  /* line 1250, theme.scss */
  .tabs__link--active {
    display: flex;
    color: #007680;
    border-color: transparent;
    border-width: 0.8vw;
    padding: 0vw 0vw;
    font-weight: 600;
    max-width: 80vw; }

  /* line 1260, theme.scss */
  .tabs__link-mobile-more {
    display: block;
    width: 6.6666666667vw;
    height: 6.4vw;
    background: url("square.svg") no-repeat 0 0;
    background-size: 6.4vw 6.4vw; }

  /* line 1268, theme.scss */
  .tabs--mobile-show .burger--tabs {
    display: block; }

  /* line 1272, theme.scss */
  .tabs--mobile-show .tabs__link-mobile-more {
    display: none; }

  /* line 1276, theme.scss */
  .tabs--mobile-show .tabs__links {
    background: #ffffff;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 16vw 2.6666666667vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2.66667vw; }

  /* line 1293, theme.scss */
  .tabs--mobile-show .tabs__link {
    display: flex; }

  /* line 1297, theme.scss */
  .tabs--mobile-show .tabs__link--active {
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 10.6666666667vw;
    border-color: #007680;
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
    max-width: unset; } }
/* line 1307, theme.scss */
select:focus, textarea:focus, input:focus {
  outline: none; }

/* line 1311, theme.scss */
.form__row {
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1316, theme.scss */
  .form__row {
    margin-bottom: 2.22222vh; } }
/* line 1321, theme.scss */
.form__row:last-child {
  margin-bottom: 0; }

/* line 1325, theme.scss */
.form__row--relative {
  position: relative; }

/* line 1329, theme.scss */
.form__row--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1337, theme.scss */
  .form__row--flex {
    gap: 11.11111vh; } }
/* line 1342, theme.scss */
.form__hint {
  display: none;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  background: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 3.75vw;
  border: 0;
  border-radius: 1.25vw;
  padding: 1.125vw 0vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  flex-direction: column;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1364, theme.scss */
  .form__hint {
    top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1370, theme.scss */
  .form__hint {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1376, theme.scss */
  .form__hint {
    padding: 2vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1382, theme.scss */
  .form__hint {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1388, theme.scss */
  .form__hint {
    gap: 1.11111vh; } }
/* line 1393, theme.scss */
.form__hint-title {
  padding-bottom: 0.125vw;
  font-weight: bold;
  padding: 0vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1400, theme.scss */
  .form__hint-title {
    padding-bottom: 0.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1406, theme.scss */
  .form__hint-title {
    padding: 0vh 2.22222vh; } }
/* line 1411, theme.scss */
.form__hint-link {
  display: block;
  color: #36475B;
  text-decoration: none;
  padding: 0.3125vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1419, theme.scss */
  .form__hint-link {
    padding: 0.55556vh 2.22222vh; } }
/* line 1424, theme.scss */
.form__hint-link:hover {
  background: #efefef; }

/* line 1428, theme.scss */
.form__hint-link-address, .form__hint-link-item {
  font-size: 0.75vw;
  opacity: 0.8; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1434, theme.scss */
  .form__hint-link-address, .form__hint-link-item {
    font-size: 1.33333vh; } }
/* line 1439, theme.scss */
.form__hint-link-item-title {
  font-weight: bold; }

/* line 1443, theme.scss */
.form__hint-loader {
  padding: 0.3125vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1448, theme.scss */
  .form__hint-loader {
    padding: 0.55556vh 2.22222vh; } }
/* line 1453, theme.scss */
.form__hint-loader-mov {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear; }

@keyframes l3 {
  to {
    transform: rotate(1turn); } }
/* line 1473, theme.scss */
.form__text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1482, theme.scss */
  .form__text {
    font-size: 1.77778vh; } }
/* line 1487, theme.scss */
.form__text span, .form__text a {
  color: #36475B;
  text-decoration: underline; }

/* line 1492, theme.scss */
.form__input {
  position: relative; }

/* line 1496, theme.scss */
.form__input--req:before {
  position: absolute;
  right: 1vw;
  top: 1.4375vw;
  content: '';
  display: block;
  width: 0.625vw;
  height: 0.5625vw;
  background: url("text_star.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1509, theme.scss */
  .form__input--req:before {
    right: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1515, theme.scss */
  .form__input--req:before {
    top: 2.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1521, theme.scss */
  .form__input--req:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1527, theme.scss */
  .form__input--req:before {
    height: 1vh; } }
/* line 1532, theme.scss */
.form__textarea {
  position: relative; }

/* line 1536, theme.scss */
.form input[type='checkbox'] + label {
  position: relative;
  padding-left: 1.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1542, theme.scss */
  .form input[type='checkbox'] + label {
    padding-left: 2.33333vh; } }
/* line 1547, theme.scss */
.form input[type='checkbox'] + label:before {
  position: absolute;
  left: 0vw;
  top: 0.25vw;
  display: block;
  content: '';
  width: 0.75vw;
  height: 0.75vw;
  border-width: 0.125vw;
  border-style: solid;
  border-color: #36475B;
  border-radius: 2px; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1562, theme.scss */
  .form input[type='checkbox'] + label:before {
    left: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1568, theme.scss */
  .form input[type='checkbox'] + label:before {
    top: 0.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1574, theme.scss */
  .form input[type='checkbox'] + label:before {
    width: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1580, theme.scss */
  .form input[type='checkbox'] + label:before {
    height: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1586, theme.scss */
  .form input[type='checkbox'] + label:before {
    border-width: 0.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 1592, theme.scss */
  .form input[type='checkbox'] + label {
    padding-left: 5.6vw; }

  /* line 1596, theme.scss */
  .form input[type='checkbox'] + label:before {
    left: 0vw;
    top: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-width: 0.26667vw; } }
/* line 1605, theme.scss */
.form input[type='checkbox'] {
  display: none; }

/* line 1609, theme.scss */
.form input[type='checkbox']:checked + label:before {
  background: #36475B; }

/* line 1613, theme.scss */
.form input {
  border: 0;
  width: 100%;
  border-radius: 1.25vw;
  background: #FFF;
  padding: 1.125vw 1.4375vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1627, theme.scss */
  .form input {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1633, theme.scss */
  .form input {
    padding: 2vh 2.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1639, theme.scss */
  .form input {
    font-size: 1.77778vh; } }
/* line 1644, theme.scss */
.form input::-moz-placeholder {
  color: #36475B; }

/* line 1648, theme.scss */
.form input::placeholder {
  color: #36475B; }

/* line 1652, theme.scss */
.form select {
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  border-radius: 1.25vw;
  background: #FFF;
  padding: 1.25vw 1.4375vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1667, theme.scss */
  .form select {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1673, theme.scss */
  .form select {
    padding: 2.22222vh 2.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1679, theme.scss */
  .form select {
    font-size: 1.77778vh; } }
/* line 1684, theme.scss */
.form textarea {
  border: 0;
  width: 100%;
  min-height: 5.9375vw;
  border-radius: 1.25vw;
  background: #FFF;
  padding: 1.25vw 1.4375vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  overflow: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1700, theme.scss */
  .form textarea {
    min-height: 10.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1706, theme.scss */
  .form textarea {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1712, theme.scss */
  .form textarea {
    padding: 2.22222vh 2.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1718, theme.scss */
  .form textarea {
    font-size: 1.77778vh; } }
/* line 1723, theme.scss */
.form textarea::-moz-placeholder {
  color: #36475B; }

/* line 1727, theme.scss */
.form textarea::placeholder {
  color: #36475B; }

/* line 1731, theme.scss */
.form__error {
  display: none; }

/* line 1735, theme.scss */
.form__row--error input::-moz-placeholder {
  color: #C70000; }

/* line 1739, theme.scss */
.form__row--error input::placeholder {
  color: #C70000; }

/* line 1743, theme.scss */
.form__row--error .form__error {
  position: absolute;
  left: 25vw;
  bottom: 1.25vw;
  padding: 0vw 0vw 0vw 2.125vw;
  display: block;
  color: #C70000;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1757, theme.scss */
  .form__row--error .form__error {
    left: 44.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1763, theme.scss */
  .form__row--error .form__error {
    bottom: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1769, theme.scss */
  .form__row--error .form__error {
    padding: 0vh 0vh 0vh 3.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1775, theme.scss */
  .form__row--error .form__error {
    font-size: 1.77778vh; } }
/* line 1780, theme.scss */
.form__row--error .form__error:before {
  position: absolute;
  content: '';
  left: 0vw;
  top: 0vw;
  height: 1.5625vw;
  width: 1.5vw;
  background: url("alert.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1792, theme.scss */
  .form__row--error .form__error:before {
    left: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1798, theme.scss */
  .form__row--error .form__error:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1804, theme.scss */
  .form__row--error .form__error:before {
    height: 2.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1810, theme.scss */
  .form__row--error .form__error:before {
    width: 2.66667vh; } }
/* line 1815, theme.scss */
.form__row--error .form__textarea textarea {
  padding: 1.25vw 1.4375vw 3.75vw 1.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1820, theme.scss */
  .form__row--error .form__textarea textarea {
    padding: 2.22222vh 2.55556vh 6.66667vh 2.55556vh; } }
/* line 1825, theme.scss */
.form__tip {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1834, theme.scss */
  .form__tip {
    font-size: 1.77778vh; } }
/* line 1839, theme.scss */
.form__tip a {
  color: #36475B;
  text-decoration: underline; }

/* line 1844, theme.scss */
.form__file {
  display: flex;
  padding: 1.25vw 1.4375vw;
  align-items: center;
  gap: 0.625vw;
  align-self: stretch;
  border-radius: 1.25vw;
  background: #FFF;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1860, theme.scss */
  .form__file {
    padding: 2.22222vh 2.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1866, theme.scss */
  .form__file {
    gap: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1872, theme.scss */
  .form__file {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 1878, theme.scss */
  .form__file {
    font-size: 1.77778vh; } }
/* line 1883, theme.scss */
.form__file-title {
  flex-shrink: 0; }

/* line 1887, theme.scss */
.form__file-name {
  flex-grow: 1; }

/* line 1891, theme.scss */
.form__file-download {
  position: relative;
  flex-shrink: 0; }

/* line 1896, theme.scss */
.form__input-file {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

@media only screen and (max-width: 800px) {
  /* line 1907, theme.scss */
  .form__hint {
    display: none;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    background: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 16vw;
    border: 0;
    border-radius: 5.3333333333vw;
    padding: 4.8vw 0vw;
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    flex-direction: column;
    gap: 2.66667vw; }

  /* line 1928, theme.scss */
  .form__hint-title {
    padding-bottom: 0.5333333333vw;
    font-weight: bold;
    padding: 0vw 5.33333vw; }

  /* line 1934, theme.scss */
  .form__hint-link {
    display: block;
    color: #36475B;
    text-decoration: none;
    padding: 1.33333vw 5.33333vw; }

  /* line 1941, theme.scss */
  .form__hint-link:hover {
    background: #efefef; }

  /* line 1945, theme.scss */
  .form__hint-link-address, .form__hint-link-item {
    font-size: 2.6666666667vw;
    opacity: 0.8; }

  /* line 1950, theme.scss */
  .form__hint-link-item-title {
    font-weight: bold; }

  /* line 1954, theme.scss */
  .form__hint-loader {
    padding: 1.33333vw 5.33333vw; }

  /* line 1958, theme.scss */
  .form__hint-loader-mov {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear; }

  @keyframes l3 {
    to {
      transform: rotate(1turn); } }
  /* line 1978, theme.scss */
  .form__row {
    margin-bottom: 5.33333vw; }

  /* line 1982, theme.scss */
  .form__row:last-child {
    margin-bottom: 0; }

  /* line 1986, theme.scss */
  .form__row--flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5.33333vw; }

  /* line 1994, theme.scss */
  .form__text {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2002, theme.scss */
  .form__text span, .form__text a {
    color: #36475B;
    text-decoration: underline; }

  /* line 2007, theme.scss */
  .form__input {
    position: relative; }

  /* line 2011, theme.scss */
  .form__textarea {
    position: relative; }

  /* line 2015, theme.scss */
  .form input {
    border: 0;
    width: 100%;
    border-radius: 5.3333333333vw;
    background: #FFF;
    padding: 5.3333333333vw 6.1333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 2028, theme.scss */
  .form input::-moz-placeholder {
    color: #36475B; }

  /* line 2032, theme.scss */
  .form input::placeholder {
    color: #36475B; }

  /* line 2036, theme.scss */
  .form select {
    border: 0;
    width: 100%;
    border-radius: 5.3333333333vw;
    background: #FFF;
    padding: 5.3333333333vw 6.1333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 2049, theme.scss */
  .form textarea {
    border: 0;
    width: 100%;
    min-height: 25.3333333333vw;
    border-radius: 5.3333333333vw;
    background: #FFF;
    padding: 5.3333333333vw 6.1333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    overflow: auto; }

  /* line 2064, theme.scss */
  .form__error {
    display: none; }

  /* line 2068, theme.scss */
  .form__row--error input::-moz-placeholder {
    color: #C70000; }

  /* line 2072, theme.scss */
  .form__row--error input::placeholder {
    color: #C70000; }

  /* line 2076, theme.scss */
  .form__row--error .form__error {
    position: static;
    left: 106.6666666667vw;
    bottom: 5.3333333333vw;
    padding: 2.6666666667vw 0vw 0vw 0vw;
    display: block;
    color: #C70000;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2089, theme.scss */
  .form__row--error .form__error:before {
    display: none;
    position: absolute;
    content: '';
    left: 0vw;
    top: 0vw;
    height: 6.6666666667vw;
    width: 6.4vw;
    background: url("alert.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 2101, theme.scss */
  .form__row--error .form__textarea textarea {
    padding: 5.33333vw 6.13333vw 16vw 6.13333vw; }

  /* line 2105, theme.scss */
  .form__tip {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2113, theme.scss */
  .form__tip a {
    color: #36475B;
    text-decoration: underline; }

  /* line 2118, theme.scss */
  .form__file {
    display: flex;
    padding: 5.3333333333vw 6.1333333333vw;
    align-items: flex-start;
    gap: 2.6666666667vw;
    align-self: stretch;
    flex-direction: column;
    border-radius: 5.3333333333vw;
    background: #FFF;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2134, theme.scss */
  .form__file-title {
    flex-shrink: 0; }

  /* line 2138, theme.scss */
  .form__file-name {
    flex-grow: 1; }

  /* line 2142, theme.scss */
  .form__file-download {
    position: relative;
    flex-shrink: 0; }

  /* line 2147, theme.scss */
  .form__input-file {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; } }
/* line 2158, theme.scss */
.resume__form .form__error {
  position: static;
  padding: 0.625vw 0vw 0vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2164, theme.scss */
  .resume__form .form__error {
    padding: 1.11111vh 0vh 0vh 0vh; } }
/* line 2169, theme.scss */
.resume__form .form__error:before {
  display: none; }

/* line 2173, theme.scss */
.resume {
  margin-top: 2.5vw;
  margin-bottom: 3.75vw;
  overflow: hidden; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2180, theme.scss */
  .resume {
    margin-top: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2186, theme.scss */
  .resume {
    margin-bottom: 6.66667vh; } }
/* line 2191, theme.scss */
.resume__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2202, theme.scss */
  .resume__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2208, theme.scss */
  .resume__inner {
    padding: 0vh 5.77778vh; } }
/* line 2213, theme.scss */
.resume__block {
  box-sizing: border-box;
  background: #F6F9FF;
  width: 46.75vw;
  padding: 3.125vw 2.5vw 2.5vw 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2226, theme.scss */
  .resume__block {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2232, theme.scss */
  .resume__block {
    padding: 5.55556vh 4.44444vh 4.44444vh 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2238, theme.scss */
  .resume__block {
    gap: 11.11111vh; } }
/* line 2243, theme.scss */
.resume__block-title {
  color: #007680;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2252, theme.scss */
  .resume__block-title {
    font-size: 4vh; } }
/* line 2257, theme.scss */
.resume__block-text p {
  margin-bottom: 1.25vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2267, theme.scss */
  .resume__block-text p {
    margin-bottom: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2273, theme.scss */
  .resume__block-text p {
    font-size: 2.22222vh; } }
/* line 2278, theme.scss */
.resume__block-text ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 2284, theme.scss */
.resume__block-text li {
  position: relative;
  padding: 0;
  margin: 0vw 0vw 1.25vw 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2291, theme.scss */
  .resume__block-text li {
    margin: 0vh 0vh 2.22222vh 3.33333vh; } }
/* line 2296, theme.scss */
.resume__block-text li:before {
  position: absolute;
  top: 0.4375vw;
  left: -1.875vw;
  content: '';
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #007680; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2309, theme.scss */
  .resume__block-text li:before {
    top: 0.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2315, theme.scss */
  .resume__block-text li:before {
    left: -3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2321, theme.scss */
  .resume__block-text li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2327, theme.scss */
  .resume__block-text li:before {
    height: 1.11111vh; } }
/* line 2332, theme.scss */
.resume__form {
  background: url("form_bg.png") no-repeat 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  width: 46.75vw;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2341, theme.scss */
  .resume__form {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2347, theme.scss */
  .resume__form {
    padding: 5.55556vh 5.55556vh 5.55556vh 5.55556vh; } }
@media only screen and (max-width: 800px) {
  /* line 2353, theme.scss */
  .resume {
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw; }

  /* line 2358, theme.scss */
  .resume__inner {
    padding: 0vw 2.6666666667vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 2366, theme.scss */
  .resume__block {
    box-sizing: border-box;
    background: #F6F9FF;
    width: 100%;
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.33333vw; }

  /* line 2378, theme.scss */
  .resume__block-title {
    color: #007680;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

  /* line 2386, theme.scss */
  .resume__block-text p {
    margin-bottom: 5.3333333333vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2395, theme.scss */
  .resume__block-text ul {
    padding: 0;
    margin: 0;
    list-style: none; }

  /* line 2401, theme.scss */
  .resume__block-text li {
    position: relative;
    padding: 0;
    margin: 0vw 0vw 5.3333333333vw 8vw;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2411, theme.scss */
  .resume__block-text li:before {
    position: absolute;
    top: 1.8666666667vw;
    left: -8vw;
    content: '';
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #007680; }

  /* line 2423, theme.scss */
  .resume__form {
    background: url("form_bg.png") no-repeat 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    padding: 8vw 8vw 8vw 8vw; } }
/* line 2432, theme.scss */
.title {
  padding-top: 3.75vw;
  margin-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2438, theme.scss */
  .title {
    padding-top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2444, theme.scss */
  .title {
    margin-bottom: 4.44444vh; } }
/* line 2449, theme.scss */
.title sup {
  vertical-align: super;
  font-size: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2455, theme.scss */
  .title sup {
    font-size: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 2461, theme.scss */
  .title sup {
    font-size: 3.73333vw; } }
/* line 2466, theme.scss */
.title__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  text-wrap: balance; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2475, theme.scss */
  .title__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2481, theme.scss */
  .title__inner {
    padding: 0vh 5.77778vh; } }
/* line 2486, theme.scss */
.title__inner--error {
  margin-bottom: 20vh; }

/* line 2490, theme.scss */
.title__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2498, theme.scss */
  .title__flex {
    gap: 4.44444vh; } }
/* line 2503, theme.scss */
.title__flex .button {
  flex-shrink: 0; }

/* line 2507, theme.scss */
.title h1 {
  padding: 0;
  margin: 0;
  color: #36475B;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2518, theme.scss */
  .title h1 {
    font-size: 7.11111vh; } }
/* line 2523, theme.scss */
.title h2 {
  padding: 0;
  margin: 0;
  color: #36475B;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2534, theme.scss */
  .title h2 {
    font-size: 5.33333vh; } }
/* line 2539, theme.scss */
.title h4 {
  padding: 0;
  margin: 0;
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2550, theme.scss */
  .title h4 {
    font-size: 2.66667vh; } }
/* line 2555, theme.scss */
.title__text {
  color: #36475B;
  margin-top: 0.625vw;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2565, theme.scss */
  .title__text {
    margin-top: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2571, theme.scss */
  .title__text {
    font-size: 2.66667vh; } }
/* line 2576, theme.scss */
.title__error-num {
  font-size: 6.25vw;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2582, theme.scss */
  .title__error-num {
    font-size: 11.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 2588, theme.scss */
  .title {
    padding-top: 16vw;
    margin-bottom: 5.33333vw; }

  /* line 2593, theme.scss */
  .title--first {
    padding-top: 2.66667vw; }

  /* line 2597, theme.scss */
  .title__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 2604, theme.scss */
  .title__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 8vw; }

  /* line 2612, theme.scss */
  .title__flex .button {
    flex-shrink: 0; }

  /* line 2616, theme.scss */
  .title h1 {
    padding: 0;
    margin: 0;
    color: #36475B;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 2626, theme.scss */
  .title h2 {
    padding: 0;
    margin: 0;
    color: #36475B;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 2636, theme.scss */
  .title h4 {
    padding: 0;
    margin: 0;
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 2646, theme.scss */
  .title__text {
    color: #36475B;
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; } }
/* line 2656, theme.scss */
.title-bg {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2661, theme.scss */
  .title-bg {
    margin-top: 6.66667vh; } }
/* line 2666, theme.scss */
.title-bg__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2674, theme.scss */
  .title-bg__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2680, theme.scss */
  .title-bg__inner {
    padding: 0vh 5.77778vh; } }
/* line 2685, theme.scss */
.title-bg__img {
  position: relative;
  background: url("title_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 2.5vw 3.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2693, theme.scss */
  .title-bg__img {
    padding: 4.44444vh 6vh; } }
/* line 2698, theme.scss */
.title-bg__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

/* line 2708, theme.scss */
.title-bg h2 {
  position: relative;
  color: #FFF;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2719, theme.scss */
  .title-bg h2 {
    font-size: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2725, theme.scss */
  .title-bg h2 {
    letter-spacing: -0.35556vh; } }
/* line 2730, theme.scss */
.title-bg h2 b {
  font-weight: 600; }

@media only screen and (max-width: 800px) {
  /* line 2735, theme.scss */
  .title-bg {
    margin-top: 10.66667vw; }

  /* line 2739, theme.scss */
  .title-bg__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 2746, theme.scss */
  .title-bg__img {
    position: relative;
    background: url("title_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 10.66667vw 5.33333vw; }

  /* line 2753, theme.scss */
  .title-bg__img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }

  /* line 2763, theme.scss */
  .title-bg h2 {
    position: relative;
    color: #FFF;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05333vw; }

  /* line 2773, theme.scss */
  .title-bg h2 b {
    font-weight: 600; } }
/* line 2778, theme.scss */
.text {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2783, theme.scss */
  .text {
    margin-top: 6.66667vh; } }
/* line 2788, theme.scss */
.text__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2801, theme.scss */
  .text__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2807, theme.scss */
  .text__inner {
    padding: 0vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2813, theme.scss */
  .text__inner {
    font-size: 2.22222vh; } }
/* line 2818, theme.scss */
.text__inner a {
  color: #107F8C;
  text-decoration: none; }

/* line 2823, theme.scss */
.text__inner a:hover {
  text-decoration: underline; }

/* line 2827, theme.scss */
.text__inner--980 {
  padding-right: 35.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2832, theme.scss */
  .text__inner--980 {
    padding-right: 63.11111vh; } }
/* line 2837, theme.scss */
.text--n .text__inner {
  color: #36475B;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2846, theme.scss */
  .text--n .text__inner {
    font-size: 5.33333vh; } }
/* line 2851, theme.scss */
.text--l .text__inner {
  color: #36475B;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2860, theme.scss */
  .text--l .text__inner {
    font-size: 5.33333vh; } }
/* line 2865, theme.scss */
.text__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2873, theme.scss */
  .text__flex {
    gap: 2.88889vh; } }
/* line 2878, theme.scss */
.text__icon svg {
  display: block;
  width: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2884, theme.scss */
  .text__icon svg {
    width: 2.88889vh; } }
/* line 2889, theme.scss */
.text__big {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2899, theme.scss */
  .text__big {
    font-size: 2.22222vh; } }
/* line 2904, theme.scss */
.text--pb60 {
  margin-bottom: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2909, theme.scss */
  .text--pb60 {
    margin-bottom: 6.66667vh; } }
/* line 2914, theme.scss */
.text--pb100 {
  padding-bottom: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 2919, theme.scss */
  .text--pb100 {
    padding-bottom: 11.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 2925, theme.scss */
  .text {
    margin-top: 16vw; }

  /* line 2929, theme.scss */
  .text--mobile-no-margin {
    margin-top: 8vw; }

  /* line 2933, theme.scss */
  .text__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto;
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2945, theme.scss */
  .text__inner a {
    color: #107F8C;
    text-decoration: none; }

  /* line 2950, theme.scss */
  .text__inner a:hover {
    text-decoration: underline; }

  /* line 2954, theme.scss */
  .text__inner--980 {
    padding-right: 2.66667vw; }

  /* line 2958, theme.scss */
  .text--n .text__inner {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 2966, theme.scss */
  .text--l .text__inner {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

  /* line 2974, theme.scss */
  .text__flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.33333vw; }

  /* line 2981, theme.scss */
  .text__icon svg {
    display: block;
    width: 6.93333vw; }

  /* line 2986, theme.scss */
  .text__big {
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }

  /* line 2995, theme.scss */
  .text--pb60 {
    margin-bottom: 16vw; }

  /* line 2999, theme.scss */
  .text--pb100 {
    padding-bottom: 26.66667vw; } }
/* line 3004, theme.scss */
.text-v2 {
  margin: 3.9375vw 0vw 3.25vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3009, theme.scss */
  .text-v2 {
    margin: 7vh 0vh 5.77778vh 0vh; } }
/* line 3014, theme.scss */
.text-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 2.5vw;
  background: #F6F9FF;
  margin: 0 auto;
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3033, theme.scss */
  .text-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3039, theme.scss */
  .text-v2__inner {
    padding: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3045, theme.scss */
  .text-v2__inner {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3051, theme.scss */
  .text-v2__inner {
    gap: 6.66667vh; } }
/* line 3056, theme.scss */
.text-v2__inner a {
  color: #107F8C;
  text-decoration: none; }

/* line 3061, theme.scss */
.text-v2__inner a:hover {
  text-decoration: underline; }

/* line 3065, theme.scss */
.text-v2 h2 {
  color: #0F7F8E;
  margin: 0;
  padding: 0;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3076, theme.scss */
  .text-v2 h2 {
    font-size: 7.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 3082, theme.scss */
  .text-v2 {
    margin: 5.33333vw 5.33333vw 5.33333vw 5.33333vw; }

  /* line 3086, theme.scss */
  .text-v2__inner {
    max-width: unset;
    padding: 10.6666666667vw 5.3333333333vw;
    font-size: 5.3333333333vw;
    gap: 10.66667vw; }

  /* line 3093, theme.scss */
  .text-v2 h2 {
    font-size: 8vw; } }
/* line 3098, theme.scss */
.number {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3103, theme.scss */
  .number {
    margin-top: 6.66667vh; } }
/* line 3108, theme.scss */
.number__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3121, theme.scss */
  .number__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3127, theme.scss */
  .number__inner {
    padding: 0vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3133, theme.scss */
  .number__inner {
    gap: 2.22222vh; } }
/* line 3138, theme.scss */
.number__img {
  display: block;
  width: 46.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3144, theme.scss */
  .number__img {
    width: 82vh; } }
/* line 3149, theme.scss */
.number__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3158, theme.scss */
  .number__items {
    gap: 4.44444vh 2.22222vh; } }
/* line 3163, theme.scss */
.number__item {
  box-sizing: border-box;
  width: 20.5625vw;
  height: 16.25vw;
  padding: 2.5vw 0vw 2.5vw 1.25vw;
  border-left-style: solid;
  border-left-color: #007680;
  border-left-width: 0.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3174, theme.scss */
  .number__item {
    width: 36.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3180, theme.scss */
  .number__item {
    height: 28.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3186, theme.scss */
  .number__item {
    padding: 4.44444vh 0vh 4.44444vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3192, theme.scss */
  .number__item {
    border-left-width: 0.33333vh; } }
/* line 3197, theme.scss */
.number__item--w100 {
  width: 100%; }

/* line 3201, theme.scss */
.number__title {
  color: #007680;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3211, theme.scss */
  .number__title {
    font-size: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3217, theme.scss */
  .number__title {
    letter-spacing: -0.35556vh; } }
/* line 3222, theme.scss */
.number__text {
  color: #007680;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3232, theme.scss */
  .number__text {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3238, theme.scss */
  .number__text {
    letter-spacing: -0.17778vh; } }
@media only screen and (max-width: 800px) {
  /* line 3244, theme.scss */
  .number {
    margin-top: 16vw; }

  /* line 3248, theme.scss */
  .number__inner {
    padding: 0vw 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.33333vw; }

  /* line 3257, theme.scss */
  .number__img {
    order: 1;
    display: block;
    width: 100%; }

  /* line 3263, theme.scss */
  .number__items {
    order: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5.33333vw; }

  /* line 3272, theme.scss */
  .number__item {
    box-sizing: border-box;
    width: 44vw;
    height: 26.6666666667vw;
    padding: 4vw 1.3333333333vw 4vw 4vw;
    border-left-style: solid;
    border-left-color: #007680;
    border-left-width: 0.53333vw; }

  /* line 3282, theme.scss */
  .number__item--w100 {
    width: 100%; }

  /* line 3286, theme.scss */
  .number__title {
    color: #007680;
    font-size: 8.5333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.08vw; }

  /* line 3295, theme.scss */
  .number__text {
    color: #007680;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 99%;
    letter-spacing: -0.08vw; } }
/* line 3305, theme.scss */
.fog {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s all; }

/* line 3318, theme.scss */
.fog--active {
  z-index: 99;
  opacity: 1; }

/* line 3323, theme.scss */
.loader {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

/* line 3334, theme.scss */
.loader div {
  color: #007680;
  font-size: 16px;
  left: 50%;
  line-height: 20px;
  text-align: center;
  top: 50%;
  content: '';
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #007680;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #007680 transparent transparent transparent; }

/* line 3354, theme.scss */
.loader div:nth-child(1) {
  animation-delay: -0.45s; }

/* line 3358, theme.scss */
.loader div:nth-child(2) {
  animation-delay: -0.3s; }

/* line 3362, theme.scss */
.loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 3376, theme.scss */
.burger {
  display: none; }

@media only screen and (max-width: 800px) {
  /* line 3381, theme.scss */
  .burger {
    position: relative;
    display: block;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    border-radius: 50%;
    transition: 0.3s all; }

  /* line 3390, theme.scss */
  .burger span {
    transition: .3s all;
    display: block;
    position: absolute;
    left: 2.4vw;
    width: 5.3333333333vw;
    top: 4.8vw;
    height: 0.5333333333vw;
    background: #36475B; }

  /* line 3401, theme.scss */
  .burger span:first-child {
    top: 3.46667vw; }

  /* line 3405, theme.scss */
  .burger span:last-child {
    top: 6.13333vw; } }
/* line 3410, theme.scss */
.burger--tabs {
  display: none;
  position: absolute;
  top: 4.8vw;
  right: 10.6666666667vw;
  background: #F6F9FF; }

/* line 3418, theme.scss */
.burger--tabs span {
  opacity: 0;
  background: #007680; }

/* line 3423, theme.scss */
.burger--tabs span:first-child {
  opacity: 1;
  transform: rotate(45deg);
  top: 4.53333vw; }

/* line 3429, theme.scss */
.burger--tabs span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
  top: 4.53333vw; }

@media only screen and (max-width: 800px) {
  /* line 3436, theme.scss */
  .js--main-show .burger {
    background: #F6F9FF; }

  /* line 3440, theme.scss */
  .js--main-show .burger span {
    opacity: 0;
    background: #007680; }

  /* line 3445, theme.scss */
  .js--main-show .burger span:first-child {
    opacity: 1;
    transform: rotate(45deg);
    top: 4.53333vw; }

  /* line 3451, theme.scss */
  .js--main-show .burger span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
    top: 4.53333vw; } }
/* line 3458, theme.scss */
.event h2 {
  padding: 0;
  margin: 3.75vw 0vw 1.25vw 0vw;
  color: #36475B;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3469, theme.scss */
  .event h2 {
    margin: 6.66667vh 0vh 2.22222vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3475, theme.scss */
  .event h2 {
    font-size: 5.33333vh; } }
/* line 3480, theme.scss */
.event__props {
  padding: 1.25vw 0vw 2.5vw 0vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5vw;
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3494, theme.scss */
  .event__props {
    padding: 2.22222vh 0vh 4.44444vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3500, theme.scss */
  .event__props {
    gap: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3506, theme.scss */
  .event__props {
    font-size: 3.55556vh; } }
/* line 3511, theme.scss */
.event__props-date {
  flex-shrink: 0;
  position: relative;
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3518, theme.scss */
  .event__props-date {
    padding-left: 4.44444vh; } }
/* line 3523, theme.scss */
.event__props-date:before {
  position: absolute;
  content: '';
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  left: 0;
  top: 0.375vw;
  background: url("date.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3536, theme.scss */
  .event__props-date:before {
    width: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3542, theme.scss */
  .event__props-date:before {
    height: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3548, theme.scss */
  .event__props-date:before {
    top: 0.66667vh; } }
/* line 3553, theme.scss */
.event__props-time {
  flex-shrink: 0;
  position: relative;
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3560, theme.scss */
  .event__props-time {
    padding-left: 4.44444vh; } }
/* line 3565, theme.scss */
.event__props-time:before {
  position: absolute;
  content: '';
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  left: 0;
  top: 0.375vw;
  background: url("time.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3578, theme.scss */
  .event__props-time:before {
    width: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3584, theme.scss */
  .event__props-time:before {
    height: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3590, theme.scss */
  .event__props-time:before {
    top: 0.66667vh; } }
/* line 3595, theme.scss */
.event__props-address {
  font-size: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3600, theme.scss */
  .event__props-address {
    font-size: 2.66667vh; } }
/* line 3605, theme.scss */
.event__hero img {
  display: block;
  width: 100%; }

/* line 3610, theme.scss */
.event__block {
  padding: 3.75vw 0vw 0vw 0vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3618, theme.scss */
  .event__block {
    padding: 6.66667vh 0vh 0vh 0vh; } }
/* line 3623, theme.scss */
.event__left {
  width: 61.1875vw;
  padding: 2.5vw 0vw 0vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3629, theme.scss */
  .event__left {
    width: 108.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3635, theme.scss */
  .event__left {
    padding: 4.44444vh 0vh 0vh 0vh; } }
/* line 3640, theme.scss */
.event__text-big {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3649, theme.scss */
  .event__text-big {
    font-size: 2.66667vh; } }
/* line 3654, theme.scss */
.event__text {
  margin-top: 2.1875vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3664, theme.scss */
  .event__text {
    margin-top: 3.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3670, theme.scss */
  .event__text {
    font-size: 2.22222vh; } }
/* line 3675, theme.scss */
.event__right {
  width: 29.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3680, theme.scss */
  .event__right {
    width: 51.77778vh; } }
/* line 3685, theme.scss */
.event__sponsors h3 {
  margin: 0;
  padding: 0vw 0vw 1vw 0vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3696, theme.scss */
  .event__sponsors h3 {
    padding: 0vh 0vh 1.77778vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3702, theme.scss */
  .event__sponsors h3 {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3708, theme.scss */
  .event__sponsors h3 {
    line-height: 2.66667vh; } }
/* line 3713, theme.scss */
.event__sponsors-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25vw;
  flex-wrap: wrap; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3722, theme.scss */
  .event__sponsors-items {
    gap: 2.22222vh; } }
/* line 3727, theme.scss */
.event__sponsors-item img {
  display: block;
  width: 13.9375vw;
  height: 6.25vw;
  -o-object-fit: contain;
  object-fit: contain; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3736, theme.scss */
  .event__sponsors-item img {
    width: 24.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3742, theme.scss */
  .event__sponsors-item img {
    height: 11.11111vh; } }
/* line 3747, theme.scss */
.event__online video {
  display: block;
  width: 100%;
  height: auto; }

/* line 3753, theme.scss */
.event__online iframe {
  display: block;
  width: 93.5vw;
  height: 52.5625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3760, theme.scss */
  .event__online iframe {
    width: 166.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3766, theme.scss */
  .event__online iframe {
    height: 93.44444vh; } }
/* line 3771, theme.scss */
.event__program th {
  color: #36475B;
  font-size: 0.875vw;
  padding-bottom: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #616C7A; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3782, theme.scss */
  .event__program th {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3788, theme.scss */
  .event__program th {
    padding-bottom: 1.55556vh; } }
/* line 3793, theme.scss */
.event__program th:nth-child(1) {
  width: 7.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3798, theme.scss */
  .event__program th:nth-child(1) {
    width: 12.77778vh; } }
/* line 3803, theme.scss */
.event__program th:nth-child(2) {
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3808, theme.scss */
  .event__program th:nth-child(2) {
    padding-left: 4.44444vh; } }
/* line 3813, theme.scss */
.event__program th:nth-child(3) {
  width: 22.5vw;
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3819, theme.scss */
  .event__program th:nth-child(3) {
    width: 40vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3825, theme.scss */
  .event__program th:nth-child(3) {
    padding-left: 4.44444vh; } }
/* line 3830, theme.scss */
.event__program td {
  padding: 1vw 0vw 1.1875vw 0vw;
  border-bottom: 1px solid #616C7A; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3836, theme.scss */
  .event__program td {
    padding: 1.77778vh 0vh 2.11111vh 0vh; } }
/* line 3841, theme.scss */
.event__program td:nth-child(2) {
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3846, theme.scss */
  .event__program td:nth-child(2) {
    padding-left: 4.44444vh; } }
/* line 3851, theme.scss */
.event__program td:nth-child(3) {
  padding-left: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3856, theme.scss */
  .event__program td:nth-child(3) {
    padding-left: 4.44444vh; } }
/* line 3861, theme.scss */
.event__program td .event__program-time {
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3870, theme.scss */
  .event__program td .event__program-time {
    font-size: 2vh; } }
/* line 3875, theme.scss */
.event__program td .event__program-title {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3884, theme.scss */
  .event__program td .event__program-title {
    font-size: 2.22222vh; } }
/* line 3889, theme.scss */
.event__program td .event__program-desc {
  color: #36475B;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3898, theme.scss */
  .event__program td .event__program-desc {
    font-size: 1.55556vh; } }
/* line 3903, theme.scss */
.event__program td .event__program-author {
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3912, theme.scss */
  .event__program td .event__program-author {
    font-size: 2vh; } }
/* line 3917, theme.scss */
.event__program td .event__program-post {
  color: #36475B;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3926, theme.scss */
  .event__program td .event__program-post {
    font-size: 1.55556vh; } }
/* line 3931, theme.scss */
.event__speakers {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5vw 4.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3940, theme.scss */
  .event__speakers {
    gap: 4.44444vh 8.66667vh; } }
/* line 3945, theme.scss */
.event__speakers-item {
  width: 18.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3950, theme.scss */
  .event__speakers-item {
    width: 33.33333vh; } }
/* line 3955, theme.scss */
.event__speakers-img {
  margin-bottom: 1.5vw; }

/* line 3959, theme.scss */
.event__speakers-img img {
  display: block;
  width: 8.9375vw;
  height: 8.9375vw;
  border-radius: 50%;
  margin: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3968, theme.scss */
  .event__speakers-img img {
    width: 15.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3974, theme.scss */
  .event__speakers-img img {
    height: 15.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3980, theme.scss */
  .event__speakers-img {
    margin-bottom: 2.66667vh; } }
/* line 3985, theme.scss */
.event__speakers-name {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 3995, theme.scss */
  .event__speakers-name {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4001, theme.scss */
  .event__speakers-name {
    margin-bottom: 2.22222vh; } }
/* line 4006, theme.scss */
.event__speakers-title {
  color: #788396;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4016, theme.scss */
  .event__speakers-title {
    font-size: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4022, theme.scss */
  .event__speakers-title {
    margin-bottom: 2.22222vh; } }
/* line 4027, theme.scss */
.event__speakers-desc {
  color: #36475B;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4036, theme.scss */
  .event__speakers-desc {
    font-size: 1.66667vh; } }
/* line 4041, theme.scss */
.event__place {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

/* line 4047, theme.scss */
.event__place-map {
  width: 75vw;
  height: 37.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4053, theme.scss */
  .event__place-map {
    width: 133.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4059, theme.scss */
  .event__place-map {
    height: 66.66667vh; } }
/* line 4064, theme.scss */
.event__place-map iframe {
  display: block;
  width: 75vw;
  height: 37.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4071, theme.scss */
  .event__place-map iframe {
    width: 133.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4077, theme.scss */
  .event__place-map iframe {
    height: 66.66667vh; } }
/* line 4082, theme.scss */
.event__place-address {
  width: 16.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4087, theme.scss */
  .event__place-address {
    width: 28.88889vh; } }
/* line 4092, theme.scss */
.event__place-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4102, theme.scss */
  .event__place-title {
    font-size: 2.66667vh; } }
/* line 4107, theme.scss */
.event__place-text {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4116, theme.scss */
  .event__place-text {
    font-size: 2.66667vh; } }
@media only screen and (max-width: 800px) {
  /* line 4122, theme.scss */
  .event h2 {
    margin: 16vw 0vw 5.3333333333vw 0vw;
    font-size: 6.4vw; }

  /* line 4127, theme.scss */
  .event__props {
    padding: 5.3333333333vw 0vw 4vw 0vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.6666666667vw 10.6666666667vw;
    font-size: 4.8vw; }

  /* line 4137, theme.scss */
  .event__props-button {
    width: 100%;
    margin-bottom: 2.66667vw; }

  /* line 4142, theme.scss */
  .event__props-date {
    position: relative;
    padding-left: 8vw; }

  /* line 4147, theme.scss */
  .event__props-date:before {
    position: absolute;
    content: '';
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 0;
    top: 0.5333333333vw;
    background: url("date.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 4159, theme.scss */
  .event__props-time {
    position: relative;
    padding-left: 8vw; }

  /* line 4164, theme.scss */
  .event__props-time:before {
    position: absolute;
    content: '';
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 0;
    top: 0.8vw;
    background: url("time.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 4176, theme.scss */
  .event__props-address {
    font-size: 4.8vw; }

  /* line 4180, theme.scss */
  .event__hero {
    margin-left: -2.6666666667vw;
    margin-right: -2.66667vw; }

  /* line 4185, theme.scss */
  .event__hero img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 4192, theme.scss */
  .event__block {
    padding: 5.3333333333vw 0vw 0vw 0vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; }

  /* line 4200, theme.scss */
  .event__left {
    width: auto;
    padding: 0vw 0vw 0vw 0vw; }

  /* line 4205, theme.scss */
  .event__text-big {
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

  /* line 4213, theme.scss */
  .event__text {
    margin-top: 5.3333333333vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4222, theme.scss */
  .event__text p:last-child {
    margin-bottom: 0; }

  /* line 4226, theme.scss */
  .event__right {
    padding-top: 16vw;
    width: auto; }

  /* line 4231, theme.scss */
  .event__sponsors h3 {
    margin: 0;
    padding: 0vw 0vw 4.2666666667vw 0vw;
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 6.4vw; }

  /* line 4241, theme.scss */
  .event__sponsors-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5.3333333333vw;
    flex-wrap: wrap; }

  /* line 4249, theme.scss */
  .event__sponsors-item img {
    display: block;
    width: 37.8666666667vw;
    height: 18.6666666667vw;
    -o-object-fit: contain;
    object-fit: contain; }

  /* line 4257, theme.scss */
  .event__online video {
    display: block;
    width: 100%;
    height: auto; }

  /* line 4263, theme.scss */
  .event__online iframe {
    display: block;
    width: 94.6666666667vw;
    height: 53.33333vw; }

  /* line 4269, theme.scss */
  .event__program th {
    display: none; }

  /* line 4273, theme.scss */
  .event__program tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto !important; }

  /* line 4281, theme.scss */
  .event__program td {
    padding: 4vw 0vw 4vw 0vw;
    width: 100% !important;
    height: auto !important; }

  /* line 4287, theme.scss */
  .event__program td:before {
    color: #9BA6B3;
    font-size: 4.2666666667vw;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4296, theme.scss */
  .event__program td:nth-child(1) {
    border-bottom: none; }

  /* line 4300, theme.scss */
  .event__program td:nth-child(1):before {
    content: "Время:"; }

  /* line 4304, theme.scss */
  .event__program td:nth-child(2) {
    padding-left: 0;
    border-bottom: none; }

  /* line 4309, theme.scss */
  .event__program td:nth-child(2):before {
    content: "Название слота:"; }

  /* line 4313, theme.scss */
  .event__program td:nth-child(3) {
    padding-left: 0;
    border-bottom: 1px solid #616C7A; }

  /* line 4318, theme.scss */
  .event__program td:nth-child(3):before {
    content: "Спикер:"; }

  /* line 4322, theme.scss */
  .event__program td .event__program-time {
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4330, theme.scss */
  .event__program td .event__program-title {
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

  /* line 4338, theme.scss */
  .event__program td .event__program-desc {
    color: #36475B;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4347, theme.scss */
  .event__program td .event__program-author {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }

  /* line 4355, theme.scss */
  .event__program td .event__program-post {
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4363, theme.scss */
  .event__program tr:nth-child(2) td:first-child {
    border-top: 1px solid #616C7A; }

  /* line 4367, theme.scss */
  .event__speakers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10.66667vw 10.66667vw; }

  /* line 4375, theme.scss */
  .event__speakers-item {
    position: relative;
    width: 100%; }

  /* line 4380, theme.scss */
  .event__speakers-img {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 6.4vw; }

  /* line 4387, theme.scss */
  .event__speakers-img img {
    display: block;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 50%;
    margin: 0; }

  /* line 4395, theme.scss */
  .event__speakers-name {
    padding-left: 32vw;
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 5.33333vw; }

  /* line 4405, theme.scss */
  .event__speakers-title {
    padding-left: 32vw;
    color: #788396;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5.33333vw; }

  /* line 4415, theme.scss */
  .event__speakers-desc {
    padding-left: 32vw;
    color: #36475B;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 4424, theme.scss */
  .event__place {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; }

  /* line 4431, theme.scss */
  .event__place-map {
    width: 100%;
    height: 106.6666666667vw;
    margin-bottom: 8vw; }

  /* line 4437, theme.scss */
  .event__place-map iframe {
    display: block;
    width: 100%;
    height: 106.66667vw; }

  /* line 4443, theme.scss */
  .event__place-address {
    width: 100%; }

  /* line 4447, theme.scss */
  .event__place-title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px; }

  /* line 4456, theme.scss */
  .event__place-text {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 4465, theme.scss */
.events__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.75vw 1.25vw;
  flex-wrap: wrap;
  margin-bottom: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4475, theme.scss */
  .events__items {
    gap: 6.66667vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4481, theme.scss */
  .events__items {
    margin-bottom: 6.66667vh; } }
/* line 4486, theme.scss */
.events__item {
  width: 30.3125vw;
  text-decoration: none;
  position: relative; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4493, theme.scss */
  .events__item {
    width: 53.88889vh; } }
/* line 4498, theme.scss */
.events__item-city {
  position: absolute;
  left: 1.5vw;
  top: 14.375vw;
  padding: 0.625vw 1.25vw;
  border-radius: 2.5vw;
  background: #FFF;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4513, theme.scss */
  .events__item-city {
    left: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4519, theme.scss */
  .events__item-city {
    top: 25.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4525, theme.scss */
  .events__item-city {
    padding: 1.11111vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4531, theme.scss */
  .events__item-city {
    border-radius: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4537, theme.scss */
  .events__item-city {
    font-size: 1.77778vh; } }
/* line 4542, theme.scss */
.events__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 30.3125vw;
  height: 18.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4550, theme.scss */
  .events__item-img img {
    width: 53.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4556, theme.scss */
  .events__item-img img {
    height: 33.33333vh; } }
/* line 4561, theme.scss */
.events__item-block {
  padding: 1.25vw 1.25vw 0vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4566, theme.scss */
  .events__item-block {
    padding: 2.22222vh 2.22222vh 0vh 2.22222vh; } }
/* line 4571, theme.scss */
.events__item-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw;
  margin-bottom: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4580, theme.scss */
  .events__item-tags {
    gap: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4586, theme.scss */
  .events__item-tags {
    margin-bottom: 1.11111vh; } }
/* line 4591, theme.scss */
.events__item-date {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125vw;
  position: relative;
  padding-left: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4602, theme.scss */
  .events__item-date {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4608, theme.scss */
  .events__item-date {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4614, theme.scss */
  .events__item-date {
    padding-left: 2.88889vh; } }
/* line 4619, theme.scss */
.events__item-date:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  background: url("cal.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4632, theme.scss */
  .events__item-date:before {
    width: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4638, theme.scss */
  .events__item-date:before {
    height: 1.77778vh; } }
/* line 4643, theme.scss */
.events__item-time {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125vw;
  position: relative;
  padding-left: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4654, theme.scss */
  .events__item-time {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4660, theme.scss */
  .events__item-time {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4666, theme.scss */
  .events__item-time {
    padding-left: 2.88889vh; } }
/* line 4671, theme.scss */
.events__item-time:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  background: url("timer.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4684, theme.scss */
  .events__item-time:before {
    width: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4690, theme.scss */
  .events__item-time:before {
    height: 1.77778vh; } }
/* line 4695, theme.scss */
.events__item-tag {
  color: #007680;
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4704, theme.scss */
  .events__item-tag {
    font-size: 1.33333vh; } }
/* line 4709, theme.scss */
.events__item-title {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4718, theme.scss */
  .events__item-title {
    font-size: 2.22222vh; } }
/* line 4723, theme.scss */
.events__item:nth-child(1) {
  width: 93.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4728, theme.scss */
  .events__item:nth-child(1) {
    width: 166.22222vh; } }
/* line 4733, theme.scss */
.events__item:nth-child(1) .events__item-img img {
  width: 100%;
  height: auto; }

/* line 4738, theme.scss */
.events__item:nth-child(1) .events__item-city {
  top: 20.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4743, theme.scss */
  .events__item:nth-child(1) .events__item-city {
    top: 36.11111vh; } }
/* line 4748, theme.scss */
.events__items--carousel .events__item {
  margin-right: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4753, theme.scss */
  .events__items--carousel .events__item {
    margin-right: 2.22222vh; } }
/* line 4758, theme.scss */
.events__items--carousel .events__item:nth-child(1), .events__items--carousel .events__item:nth-child(2), .events__items--carousel .events__item:nth-child(3) {
  width: 30.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4763, theme.scss */
  .events__items--carousel .events__item:nth-child(1), .events__items--carousel .events__item:nth-child(2), .events__items--carousel .events__item:nth-child(3) {
    width: 53.88889vh; } }
/* line 4768, theme.scss */
.events__items--carousel .events__item:nth-child(1) .events__item-img img, .events__items--carousel .events__item:nth-child(2) .events__item-img img, .events__items--carousel .events__item:nth-child(3) .events__item-img img {
  width: 30.3125vw;
  height: 18.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4774, theme.scss */
  .events__items--carousel .events__item:nth-child(1) .events__item-img img, .events__items--carousel .events__item:nth-child(2) .events__item-img img, .events__items--carousel .events__item:nth-child(3) .events__item-img img {
    width: 53.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4780, theme.scss */
  .events__items--carousel .events__item:nth-child(1) .events__item-img img, .events__items--carousel .events__item:nth-child(2) .events__item-img img, .events__items--carousel .events__item:nth-child(3) .events__item-img img {
    height: 33.33333vh; } }
/* line 4785, theme.scss */
.events__items--carousel .events__item:nth-child(1) .events__item-city, .events__items--carousel .events__item:nth-child(2) .events__item-city, .events__items--carousel .events__item:nth-child(3) .events__item-city {
  top: 14.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 4790, theme.scss */
  .events__items--carousel .events__item:nth-child(1) .events__item-city, .events__items--carousel .events__item:nth-child(2) .events__item-city, .events__items--carousel .events__item:nth-child(3) .events__item-city {
    top: 25.55556vh; } }
@media only screen and (max-width: 800px) {
  /* line 4796, theme.scss */
  .events__items {
    gap: 16vw 5.3333333333vw;
    margin-bottom: 16vw; }

  /* line 4801, theme.scss */
  .events__item {
    width: 100%; }

  /* line 4805, theme.scss */
  .events__item-city {
    left: 2.6666666667vw;
    top: 48vw;
    padding: 1.0666666667vw 2.6666666667vw;
    border-radius: 10.6666666667vw;
    font-size: 4.26667vw; }

  /* line 4813, theme.scss */
  .events__item-img img {
    aspect-ratio: 485 / 300;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto; }

  /* line 4821, theme.scss */
  .events__item-block {
    padding: 2.66667vw 0vw 0vw 0vw; }

  /* line 4825, theme.scss */
  .events__item-tags {
    gap: 5.3333333333vw;
    margin-bottom: 2.66667vw; }

  /* line 4830, theme.scss */
  .events__item-date {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding-left: 6.93333vw; }

  /* line 4836, theme.scss */
  .events__item-date:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url("cal.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 4843, theme.scss */
  .events__item-time {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding-left: 6.93333vw; }

  /* line 4849, theme.scss */
  .events__item-time:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url("timer.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 4856, theme.scss */
  .events__item-tag {
    font-size: 3.2vw; }

  /* line 4860, theme.scss */
  .events__item-title {
    font-size: 5.33333vw; }

  /* line 4864, theme.scss */
  .events__item:nth-child(1) {
    width: 100%; }

  /* line 4868, theme.scss */
  .events__item:nth-child(1) .events__item-img img {
    width: 100%;
    height: auto; }

  /* line 4873, theme.scss */
  .events__item:nth-child(1) .events__item-city {
    left: 2.6666666667vw;
    top: 48vw; }

  /* line 4878, theme.scss */
  .events__item:nth-child(2), .events__item:nth-child(3) {
    width: 100%; }

  /* line 4882, theme.scss */
  .events__item:nth-child(2) .events__item-img img, .events__item:nth-child(3) .events__item-img img {
    width: 100%;
    height: auto; }

  /* line 4887, theme.scss */
  .events__items--carousel .events__item {
    width: 94.6666666667vw;
    margin-right: 0vw; }

  /* line 4892, theme.scss */
  .events__items--carousel .events__item:nth-child(1), .events__items--carousel .events__item:nth-child(2), .events__items--carousel .events__item:nth-child(3) {
    width: 94.66667vw; }

  /* line 4896, theme.scss */
  .events__items--carousel .events__item:nth-child(1) .events__item-img img, .events__items--carousel .events__item:nth-child(2) .events__item-img img, .events__items--carousel .events__item:nth-child(3) .events__item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 94.6666666667vw;
    height: auto; } }
/* line 4904, theme.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 4917, theme.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

/* line 4925, theme.scss */
.slick-list:focus {
  outline: none; }

/* line 4929, theme.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 4934, theme.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

/* line 4938, theme.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 4947, theme.scss */
.slick-track:before, .slick-track:after {
  display: table;
  content: ""; }

/* line 4952, theme.scss */
.slick-track:after {
  clear: both; }

/* line 4956, theme.scss */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 4960, theme.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

/* line 4967, theme.scss */
[dir='rtl'] .slick-slide {
  float: right; }

/* line 4971, theme.scss */
.slick-slide img {
  display: block; }

/* line 4975, theme.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 4979, theme.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 4983, theme.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 4987, theme.scss */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 4991, theme.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 4997, theme.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* line 5001, theme.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  bottom: -4vw;
  display: block;
  width: 4vw;
  height: 4vw;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5019, theme.scss */
  .slick-prev, .slick-next {
    bottom: -7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5025, theme.scss */
  .slick-prev, .slick-next {
    width: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5031, theme.scss */
  .slick-prev, .slick-next {
    height: 7.11111vh; } }
/* line 5036, theme.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

/* line 5042, theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

/* line 5046, theme.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

/* line 5050, theme.scss */
.slick-prev:before, .slick-next:before {
  opacity: .75;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 4vw;
  height: 4vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5062, theme.scss */
  .slick-prev:before, .slick-next:before {
    width: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5068, theme.scss */
  .slick-prev:before, .slick-next:before {
    height: 7.11111vh; } }
/* line 5073, theme.scss */
.slick-prev {
  right: 5.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5078, theme.scss */
  .slick-prev {
    right: 9.33333vh; } }
/* line 5083, theme.scss */
.slick-prev:before {
  background: url("arr_right.svg") no-repeat 50% 50%;
  background-size: 1.625vw 1vw;
  transform: rotate(180deg); }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5090, theme.scss */
  .slick-prev:before {
    background-size: 2.88889vh 1.77778vh; } }
/* line 5095, theme.scss */
.slick-next {
  right: 0; }

/* line 5099, theme.scss */
.slick-next:before {
  background: url("arr_right.svg") no-repeat 50% 50%;
  background-size: 1.625vw 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5105, theme.scss */
  .slick-next:before {
    background-size: 2.88889vh 1.77778vh; } }
/* line 5110, theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 4vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5115, theme.scss */
  .slick-dotted.slick-slider {
    margin-bottom: 7.11111vh; } }
/* line 5120, theme.scss */
.slick-dots {
  position: absolute;
  bottom: -2.3125vw;
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5134, theme.scss */
  .slick-dots {
    bottom: -4.11111vh; } }
/* line 5139, theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  margin: 0vw 1.25vw 0vw 0vw;
  padding: 0;
  cursor: pointer; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5150, theme.scss */
  .slick-dots li {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5156, theme.scss */
  .slick-dots li {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5162, theme.scss */
  .slick-dots li {
    margin: 0vh 2.22222vh 0vh 0vh; } }
/* line 5167, theme.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  padding: 0vw;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5182, theme.scss */
  .slick-dots li button {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5188, theme.scss */
  .slick-dots li button {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5194, theme.scss */
  .slick-dots li button {
    padding: 0vh; } }
/* line 5199, theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

/* line 5203, theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

/* line 5207, theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: transparent;
  border-width: 0.0625vw;
  border-style: solid;
  border-color: #007680;
  content: '';
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5226, theme.scss */
  .slick-dots li button:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5232, theme.scss */
  .slick-dots li button:before {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5238, theme.scss */
  .slick-dots li button:before {
    border-width: 0.11111vh; } }
/* line 5243, theme.scss */
.slick-dots li.slick-active button:before {
  background-color: #007680; }

@media only screen and (max-width: 800px) {
  /* line 5248, theme.scss */
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 10;
    bottom: -11.2vw;
    display: block;
    width: 11.2vw;
    height: 11.2vw;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }

  /* line 5265, theme.scss */
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }

  /* line 5271, theme.scss */
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1; }

  /* line 5275, theme.scss */
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

  /* line 5279, theme.scss */
  .slick-prev:before, .slick-next:before {
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 11.2vw;
    height: 11.2vw; }

  /* line 5290, theme.scss */
  .slick-prev {
    right: 11.2vw; }

  /* line 5294, theme.scss */
  .slick-prev:before {
    background: url("arr_right.svg") no-repeat 50% 50%;
    background-size: 4.2666666667vw 2.6666666667vw;
    transform: rotate(180deg); }

  /* line 5300, theme.scss */
  .slick-next {
    right: 0; }

  /* line 5304, theme.scss */
  .slick-next:before {
    background: url("arr_right.svg") no-repeat 50% 50%;
    background-size: 4.26667vw 2.66667vw; }

  /* line 5309, theme.scss */
  .slick-dotted.slick-slider {
    margin-bottom: 11.2vw; }

  /* line 5313, theme.scss */
  .slick-dots {
    position: absolute;
    bottom: -6.4vw;
    font-size: 0;
    line-height: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }

  /* line 5326, theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0vw 2.6666666667vw 0vw 0vw;
    padding: 0;
    cursor: pointer; }

  /* line 5336, theme.scss */
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    padding: 0vw;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }

  /* line 5350, theme.scss */
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }

  /* line 5354, theme.scss */
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }

  /* line 5358, theme.scss */
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background: transparent;
    border-width: 0.2666666667vw;
    border-style: solid;
    border-color: #007680;
    content: '';
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  /* line 5376, theme.scss */
  .slick-dots li.slick-active button:before {
    background-color: #007680; } }
/* line 5381, theme.scss */
.header-space {
  height: 4.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5386, theme.scss */
  .header-space {
    height: 8.22222vh; } }
/* line 5391, theme.scss */
.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 5401, theme.scss */
.header__inner {
  position: relative;
  z-index: 20;
  background: #ffffff;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 auto;
  padding: 1.3125vw 3.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5416, theme.scss */
  .header__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5422, theme.scss */
  .header__inner {
    padding: 2.33333vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5428, theme.scss */
  .header__inner {
    gap: 13.33333vh; } }
/* line 5433, theme.scss */
.header__logo {
  flex-shrink: 0; }

/* line 5437, theme.scss */
.header__logo a {
  position: relative;
  display: block; }

/* line 5442, theme.scss */
.header__logo a:before {
  content: '';
  position: absolute;
  left: -1.25vw;
  top: -1.25vw;
  right: -1.25vw;
  bottom: -1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5452, theme.scss */
  .header__logo a:before {
    left: -2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5458, theme.scss */
  .header__logo a:before {
    top: -2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5464, theme.scss */
  .header__logo a:before {
    right: -2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5470, theme.scss */
  .header__logo a:before {
    bottom: -2.22222vh; } }
/* line 5475, theme.scss */
.header__logo img {
  width: 16vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5480, theme.scss */
  .header__logo img {
    width: 28.44444vh; } }
/* line 5485, theme.scss */
.header nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 5492, theme.scss */
.header nav a {
  color: #36475B;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 2vw;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0.0625vw;
  transition: 0.5s border-bottom-color; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5505, theme.scss */
  .header nav a {
    font-size: 2vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5511, theme.scss */
  .header nav a {
    line-height: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5517, theme.scss */
  .header nav a {
    border-bottom-width: 0.11111vh; } }
/* line 5522, theme.scss */
.header nav a.active {
  border-bottom-color: #36475B; }

/* line 5526, theme.scss */
.header nav a:hover {
  border-bottom-color: #36475B; }

/* line 5530, theme.scss */
.header__link-arrow {
  position: relative; }

/* line 5534, theme.scss */
.header__link-arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: -1.25vw;
  top: 0.75vw;
  width: 0.6875vw;
  height: 0.5vw;
  background: url("angle_down.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  transition: 0.3s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5548, theme.scss */
  .header__link-arrow:before {
    right: -2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5554, theme.scss */
  .header__link-arrow:before {
    top: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5560, theme.scss */
  .header__link-arrow:before {
    width: 1.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5566, theme.scss */
  .header__link-arrow:before {
    height: 0.88889vh; } }
/* line 5571, theme.scss */
.header__link-arrow.header__link--active:before {
  transform: rotate(180deg); }

@media only screen and (max-width: 800px) {
  /* line 5576, theme.scss */
  .header-space {
    height: 12.8vw; }

  /* line 5580, theme.scss */
  .header__inner {
    padding: 1.3333333333vw 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0; }

  /* line 5588, theme.scss */
  .header__logo {
    flex-shrink: 0; }

  /* line 5592, theme.scss */
  .header__logo img {
    width: 56.26667vw; }

  /* line 5596, theme.scss */
  .header nav {
    background: #ffffff;
    transform: translate(100%, 0);
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10.6666666667vw;
    padding: 10.6666666667vw;
    position: fixed;
    left: 0;
    top: 12.8vw;
    right: 0;
    bottom: 0; }

  /* line 5613, theme.scss */
  .header nav a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw; }

  /* line 5625, theme.scss */
  .header nav a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0.5333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url("arr_right_g.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 5637, theme.scss */
  .header nav a.active, .header nav a:hover {
    text-decoration: none;
    border-bottom: transparent; }

  /* line 5642, theme.scss */
  .header nav a.header__link--active {
    position: absolute;
    left: 15.4666666667vw;
    top: 3.73333vw; }

  /* line 5648, theme.scss */
  .header__link-arrow.header__link--active:before {
    transform: rotate(180deg);
    right: unset;
    left: -9.06667vw; } }
@media only screen and (max-width: 800px) {
  /* line 5656, theme.scss */
  .js--main-show {
    overflow: hidden; }

  /* line 5660, theme.scss */
  .js--main-show .header nav {
    transform: translate(0, 0); } }
/* line 5665, theme.scss */
.menu {
  position: absolute;
  background: #ffffff;
  width: 100%;
  display: block;
  transform: translate(0, -100%);
  transition: .3s all;
  opacity: 1;
  z-index: 1; }

/* line 5676, theme.scss */
.menu--active {
  z-index: 2;
  transform: translate(0, 0%);
  opacity: 1; }

/* line 5682, theme.scss */
.menu__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 2.0625vw 3.25vw 3.375vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5693, theme.scss */
  .menu__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5699, theme.scss */
  .menu__inner {
    padding: 3.66667vh 5.77778vh 6vh 5.77778vh; } }
/* line 5704, theme.scss */
.menu__right {
  background: #F6F9FF;
  width: 30.3125vw;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5713, theme.scss */
  .menu__right {
    width: 53.88889vh; } }
/* line 5718, theme.scss */
.menu__right-block {
  padding: 1.875vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5728, theme.scss */
  .menu__right-block {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5734, theme.scss */
  .menu__right-block {
    gap: 2.22222vh; } }
/* line 5739, theme.scss */
.menu__right-img {
  width: 10.3125vw;
  flex-shrink: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5745, theme.scss */
  .menu__right-img {
    width: 18.33333vh; } }
/* line 5750, theme.scss */
.menu__right-img img {
  display: block;
  width: 100%; }

/* line 5755, theme.scss */
.menu__right-title {
  color: #007680;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5764, theme.scss */
  .menu__right-title {
    font-size: 2.66667vh; } }
/* line 5769, theme.scss */
.menu__right-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5778, theme.scss */
  .menu__right-text {
    font-size: 1.77778vh; } }
/* line 5783, theme.scss */
.menu__left {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25vw;
  flex-wrap: wrap; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5793, theme.scss */
  .menu__left {
    gap: 2.22222vh; } }
/* line 5798, theme.scss */
.menu__left-item {
  position: relative;
  text-decoration: none;
  width: 30.3125vw;
  padding: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5806, theme.scss */
  .menu__left-item {
    width: 53.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5812, theme.scss */
  .menu__left-item {
    padding: 3.33333vh; } }
/* line 5817, theme.scss */
.menu__left-item--w3 {
  width: 100%; }

/* line 5821, theme.scss */
.menu__left-item--half {
  width: 30.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5826, theme.scss */
  .menu__left-item--half {
    width: 53.88889vh; } }
/* line 5831, theme.scss */
.menu__left-item:before {
  transition: .5s all;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F6F9FF; }

/* line 5843, theme.scss */
.menu__left-item:hover:before {
  transform: scale(0.96); }

/* line 5847, theme.scss */
.menu__left-icon {
  position: relative;
  margin-bottom: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5853, theme.scss */
  .menu__left-icon {
    margin-bottom: 2.88889vh; } }
/* line 5858, theme.scss */
.menu__left-icon img {
  height: 5vw;
  display: block; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5864, theme.scss */
  .menu__left-icon img {
    height: 8.88889vh; } }
/* line 5869, theme.scss */
.menu__left-title {
  position: relative;
  color: #01A4FF;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5880, theme.scss */
  .menu__left-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5886, theme.scss */
  .menu__left-title {
    margin-bottom: 2.22222vh; } }
/* line 5891, theme.scss */
.menu__left-text {
  position: relative;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5901, theme.scss */
  .menu__left-text {
    font-size: 2.22222vh; } }
/* line 5906, theme.scss */
.menu__left-item--5 {
  min-height: 18.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5911, theme.scss */
  .menu__left-item--5 {
    min-height: 32.11111vh; } }
/* line 5916, theme.scss */
.menu__left-item--6:before {
  background: #F6F9FF url("menu_bg_4.png") no-repeat 0 0;
  background-size: cover; }

/* line 5921, theme.scss */
.menu__left-item--7 {
  min-height: 9.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5926, theme.scss */
  .menu__left-item--7 {
    min-height: 17.55556vh; } }
/* line 5931, theme.scss */
.menu__left-item--7:before {
  background: #F6F9FF url("menu_bg_7.png") no-repeat 0 0;
  background-size: cover; }

/* line 5936, theme.scss */
.menu__left-item--1 .menu__left-title {
  color: #01A4FF; }

/* line 5940, theme.scss */
.menu__left-item--2 .menu__left-title {
  color: #1B9F8C; }

/* line 5944, theme.scss */
.menu__left-item--3 .menu__left-title {
  color: #007680; }

/* line 5948, theme.scss */
.menu__left-item--4 .menu__left-title {
  color: #0085AF; }

/* line 5952, theme.scss */
.menu__left-item--5 .menu__left-title {
  color: #007680; }

/* line 5956, theme.scss */
.menu__left-item--6 .menu__left-title {
  color: #007680; }

/* line 5960, theme.scss */
.menu__left-item--7 .menu__left-title {
  color: #007680; }

/* line 5964, theme.scss */
.menu__item-v2 {
  background-color: #F6F9FF;
  width: 23.6875vw;
  height: 19.375vw;
  padding: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5972, theme.scss */
  .menu__item-v2 {
    width: 42.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5978, theme.scss */
  .menu__item-v2 {
    height: 34.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5984, theme.scss */
  .menu__item-v2 {
    padding: 3.33333vh; } }
/* line 5989, theme.scss */
.menu__item-v2-subtitle {
  color: #36475B;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 5999, theme.scss */
  .menu__item-v2-subtitle {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6005, theme.scss */
  .menu__item-v2-subtitle {
    margin-bottom: 2.22222vh; } }
/* line 6010, theme.scss */
.menu__item-v2-title {
  color: #007680;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6020, theme.scss */
  .menu__item-v2-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6026, theme.scss */
  .menu__item-v2-title {
    margin-bottom: 2.22222vh; } }
/* line 6031, theme.scss */
.menu__item-v2-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6040, theme.scss */
  .menu__item-v2-text {
    font-size: 1.77778vh; } }
/* line 6045, theme.scss */
.menu__item-v2--1 {
  background: url("menu_bg_2_1.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 6050, theme.scss */
.menu__item-v2--2 {
  background: url("menu_bg_2_2.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 6055, theme.scss */
.menu__item-v3-title {
  width: 18.0625vw;
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 102%;
  margin-bottom: 2.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6066, theme.scss */
  .menu__item-v3-title {
    width: 32.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6072, theme.scss */
  .menu__item-v3-title {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6078, theme.scss */
  .menu__item-v3-title {
    margin-bottom: 4.88889vh; } }
/* line 6083, theme.scss */
.menu__items-v1 {
  box-sizing: border-box;
  width: 58.125vw;
  padding: 1.875vw;
  background: #F6F9FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6091, theme.scss */
  .menu__items-v1 {
    width: 103.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6097, theme.scss */
  .menu__items-v1 {
    padding: 3.33333vh; } }
/* line 6102, theme.scss */
.menu__items-v1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.75vw 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6111, theme.scss */
  .menu__items-v1-grid {
    gap: 6.66667vh 4.44444vh; } }
/* line 6116, theme.scss */
.menu__item-v1-title {
  display: inline-block;
  color: #007680;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 116.3%;
  margin-bottom: 1vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6128, theme.scss */
  .menu__item-v1-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6134, theme.scss */
  .menu__item-v1-title {
    margin-bottom: 1.77778vh; } }
/* line 6139, theme.scss */
.menu__item-v1-title:hover {
  text-decoration: underline; }

/* line 6143, theme.scss */
.menu__item-v1-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6152, theme.scss */
  .menu__item-v1-text {
    font-size: 1.77778vh; } }
/* line 6157, theme.scss */
.menu__items-news {
  width: 33.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6162, theme.scss */
  .menu__items-news {
    width: 60.33333vh; } }
/* line 6167, theme.scss */
.menu__items-news-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6176, theme.scss */
  .menu__items-news-items {
    gap: 2.22222vh; } }
/* line 6181, theme.scss */
.menu__items-news-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6190, theme.scss */
  .menu__items-news-item {
    gap: 2.22222vh; } }
/* line 6195, theme.scss */
.menu__items-news-item-img {
  flex-shrink: 0;
  display: block;
  width: 16.75vw;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6205, theme.scss */
  .menu__items-news-item-img {
    width: 29.77778vh; } }
/* line 6210, theme.scss */
.menu__items-news-item-block {
  flex-grow: 1; }

/* line 6214, theme.scss */
.menu__items-news-item-title {
  color: #007680;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 116.3%;
  margin-bottom: 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6224, theme.scss */
  .menu__items-news-item-title {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6230, theme.scss */
  .menu__items-news-item-title {
    margin-bottom: 1.77778vh; } }
/* line 6235, theme.scss */
.menu__items-news-item-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6245, theme.scss */
  .menu__items-news-item-text {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6251, theme.scss */
  .menu__items-news-item-text {
    margin-bottom: 1.77778vh; } }
/* line 6256, theme.scss */
.menu__items-v4 {
  box-sizing: border-box;
  background: #F6F9FF;
  width: 30.3125vw;
  padding: 1.875vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6269, theme.scss */
  .menu__items-v4 {
    width: 53.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6275, theme.scss */
  .menu__items-v4 {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6281, theme.scss */
  .menu__items-v4 {
    gap: 3.33333vh; } }
/* line 6286, theme.scss */
.menu__item-v4-title {
  color: #007680;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 116.3%;
  margin-bottom: 0.625vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6297, theme.scss */
  .menu__item-v4-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6303, theme.scss */
  .menu__item-v4-title {
    margin-bottom: 1.11111vh; } }
/* line 6308, theme.scss */
.menu__item-v4-title:hover {
  text-decoration: underline; }

/* line 6312, theme.scss */
.menu__item-v4-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6321, theme.scss */
  .menu__item-v4-text {
    font-size: 1.77778vh; } }
/* line 6326, theme.scss */
.menu__items-v5 {
  width: 27vw;
  padding: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6332, theme.scss */
  .menu__items-v5 {
    width: 48vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6338, theme.scss */
  .menu__items-v5 {
    padding: 3.33333vh; } }
/* line 6343, theme.scss */
.menu__items-v5-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 102.3%;
  margin-bottom: 2.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6353, theme.scss */
  .menu__items-v5-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6359, theme.scss */
  .menu__items-v5-title {
    margin-bottom: 4.77778vh; } }
/* line 6364, theme.scss */
.menu__items-v5 a {
  color: #0F7F8E;
  text-decoration: none; }

/* line 6369, theme.scss */
.menu__items-v5 a:hover {
  text-decoration: underline; }

/* line 6373, theme.scss */
.menu__items-v5 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 6379, theme.scss */
.menu__items-v5 li {
  position: relative;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 1.875vw;
  margin-bottom: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6391, theme.scss */
  .menu__items-v5 li {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6397, theme.scss */
  .menu__items-v5 li {
    margin-left: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6403, theme.scss */
  .menu__items-v5 li {
    margin-bottom: 1.11111vh; } }
/* line 6408, theme.scss */
.menu__items-v5 li:before {
  display: block;
  position: absolute;
  content: '';
  width: 0.625vw;
  height: 0.625vw;
  left: -1.875vw;
  top: 0.4375vw;
  border-radius: 50%;
  background-color: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6421, theme.scss */
  .menu__items-v5 li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6427, theme.scss */
  .menu__items-v5 li:before {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6433, theme.scss */
  .menu__items-v5 li:before {
    left: -3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6439, theme.scss */
  .menu__items-v5 li:before {
    top: 0.77778vh; } }
/* line 6444, theme.scss */
.menu__v6-block {
  background: #F6F9FF;
  padding: 1.875vw;
  width: 58.3125vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6456, theme.scss */
  .menu__v6-block {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6462, theme.scss */
  .menu__v6-block {
    width: 103.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6468, theme.scss */
  .menu__v6-block {
    gap: 4.44444vh; } }
/* line 6473, theme.scss */
.menu__v6-block-l {
  width: 19.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6478, theme.scss */
  .menu__v6-block-l {
    width: 34.55556vh; } }
/* line 6483, theme.scss */
.menu__v6-block-r {
  flex-grow: 1; }

/* line 6487, theme.scss */
.menu__v6-block-link {
  display: block;
  margin-bottom: 1.875vw;
  color: #007680;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 116.3%;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6499, theme.scss */
  .menu__v6-block-link {
    margin-bottom: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6505, theme.scss */
  .menu__v6-block-link {
    font-size: 2.22222vh; } }
/* line 6510, theme.scss */
.menu__v6-block-link:hover {
  text-decoration: underline; }

/* line 6514, theme.scss */
.menu__v7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 33.875vw;
  padding: 1.875vw;
  box-sizing: border-box;
  position: relative;
  background: url("menu_v7.jpg") no-repeat 50% 50%;
  background-size: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6528, theme.scss */
  .menu__v7 {
    width: 60.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6534, theme.scss */
  .menu__v7 {
    padding: 3.33333vh; } }
/* line 6539, theme.scss */
.menu__v7:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

/* line 6550, theme.scss */
.menu__v7-subtitle {
  position: relative;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6560, theme.scss */
  .menu__v7-subtitle {
    font-size: 2.22222vh; } }
/* line 6565, theme.scss */
.menu__v7-title {
  position: relative;
  color: #FFF;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6575, theme.scss */
  .menu__v7-title {
    font-size: 4vh; } }
/* line 6580, theme.scss */
.menu__v7-buttons {
  position: relative; }

@media only screen and (max-width: 800px) {
  /* line 6585, theme.scss */
  .menu {
    transform: translate(100%, 0);
    position: fixed;
    left: 0;
    top: 25.6vw;
    right: 0;
    bottom: 0;
    z-index: 101; }

  /* line 6595, theme.scss */
  .menu--active {
    transform: translate(0, 0); }

  /* line 6599, theme.scss */
  .menu__left {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.6666666667vw;
    flex-direction: column; }

  /* line 6608, theme.scss */
  .menu__left-item {
    background: #F6F9FF;
    position: relative;
    text-decoration: none;
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  /* line 6619, theme.scss */
  .menu__left-item--w3 {
    width: 100%; }

  /* line 6623, theme.scss */
  .menu__left-item--half {
    width: 100%; }

  /* line 6627, theme.scss */
  .menu__left-item:before {
    display: none; }

  /* line 6631, theme.scss */
  .menu__left-icon {
    margin-bottom: 0;
    width: 21.33333vw; }

  /* line 6636, theme.scss */
  .menu__left-icon img {
    height: 10.66667vw; }

  /* line 6640, theme.scss */
  .menu__left-title {
    font-size: 4.8vw;
    margin-bottom: 0; }

  /* line 6645, theme.scss */
  .menu__left-text {
    display: none; }

  /* line 6649, theme.scss */
  .menu__left-item--5 {
    min-height: unset; }

  /* line 6653, theme.scss */
  .menu__left-item--7 {
    min-height: unset; }

  /* line 6657, theme.scss */
  .menu__items-v4 {
    background: #ffffff;
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 13.3333333333vw;
    gap: 8vw; }

  /* line 6664, theme.scss */
  .menu__item-v4-title {
    font-size: 4.8vw;
    margin-bottom: 0vw; }

  /* line 6669, theme.scss */
  .menu__item-v4-text {
    display: none; }

  /* line 6673, theme.scss */
  .menu__items-v5 {
    display: none; }

  /* line 6677, theme.scss */
  .menu__items-news {
    display: none; }

  /* line 6681, theme.scss */
  .menu--1 .menu__right {
    display: none; } }
/* line 6686, theme.scss */
.footer {
  background: #F6F9FF; }

/* line 6690, theme.scss */
.footer__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.625vw 3.25vw 0.625vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6698, theme.scss */
  .footer__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6704, theme.scss */
  .footer__inner {
    padding: 6.44444vh 5.77778vh 1.11111vh 5.77778vh; } }
/* line 6709, theme.scss */
.footer__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6717, theme.scss */
  .footer__items {
    gap: 6.66667vh; } }
/* line 6722, theme.scss */
.footer__item {
  width: 50%;
  flex-grow: 1; }

/* line 6727, theme.scss */
.footer__title {
  color: #36475B;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.625vw;
  margin-bottom: 0.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6736, theme.scss */
  .footer__title {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6742, theme.scss */
  .footer__title {
    line-height: 2.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6748, theme.scss */
  .footer__title {
    margin-bottom: 1.55556vh; } }
/* line 6753, theme.scss */
.footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6762, theme.scss */
  .footer__links {
    gap: 1.55556vh; } }
/* line 6767, theme.scss */
.footer__links a {
  color: #36475B;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.125vw;
  text-decoration-line: underline; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6776, theme.scss */
  .footer__links a {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6782, theme.scss */
  .footer__links a {
    line-height: 2vh; } }
/* line 6787, theme.scss */
.footer__copy {
  position: relative;
  margin-top: 1.875vw;
  padding: 1.875vw 0vw 1.875vw 3.9375vw;
  min-height: 2.125vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6799, theme.scss */
  .footer__copy {
    margin-top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6805, theme.scss */
  .footer__copy {
    padding: 3.33333vh 0vh 3.33333vh 7vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6811, theme.scss */
  .footer__copy {
    min-height: 3.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6817, theme.scss */
  .footer__copy {
    gap: 6.66667vh; } }
/* line 6822, theme.scss */
.footer__copy:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 1.875vw;
  width: 2.125vw;
  height: 2.125vw;
  background: url("footer_copy.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6835, theme.scss */
  .footer__copy:before {
    top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6841, theme.scss */
  .footer__copy:before {
    width: 3.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6847, theme.scss */
  .footer__copy:before {
    height: 3.77778vh; } }
/* line 6852, theme.scss */
.footer__copy-item {
  box-sizing: border-box;
  color: #36475B;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6861, theme.scss */
  .footer__copy-item {
    font-size: 1.55556vh; } }
/* line 6866, theme.scss */
.footer__copy-item:first-child {
  width: 24.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6871, theme.scss */
  .footer__copy-item:first-child {
    width: 43.88889vh; } }
/* line 6876, theme.scss */
.footer__bottom {
  background: url("footer_bottom.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 6881, theme.scss */
.footer__bottom a {
  color: #ffffff; }

/* line 6885, theme.scss */
.footer__bottom-inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 1.875vw 3.25vw 1.875vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6896, theme.scss */
  .footer__bottom-inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6902, theme.scss */
  .footer__bottom-inner {
    padding: 3.33333vh 5.77778vh 3.33333vh 5.77778vh; } }
/* line 6907, theme.scss */
.footer__bottom-left {
  width: 52.4375vw;
  color: #ffffff;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6917, theme.scss */
  .footer__bottom-left {
    width: 93.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6923, theme.scss */
  .footer__bottom-left {
    font-size: 1.55556vh; } }
/* line 6928, theme.scss */
.footer__bottom-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6936, theme.scss */
  .footer__bottom-right {
    gap: 6.22222vh; } }
/* line 6941, theme.scss */
.footer__bottom-block {
  color: #ffffff;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6950, theme.scss */
  .footer__bottom-block {
    font-size: 1.55556vh; } }
/* line 6955, theme.scss */
.footer__bottom-block-title {
  margin-bottom: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 6960, theme.scss */
  .footer__bottom-block-title {
    margin-bottom: 1.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 6966, theme.scss */
  .footer__inner {
    padding: 15.46667vw 2.66667vw 8vw 2.66667vw; }

  /* line 6970, theme.scss */
  .footer__items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16vw; }

  /* line 6978, theme.scss */
  .footer__item {
    width: 100%; }

  /* line 6982, theme.scss */
  .footer__title {
    font-size: 5.3333333333vw;
    line-height: 6.9333333333vw;
    margin-bottom: 3.73333vw; }

  /* line 6988, theme.scss */
  .footer__links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3.73333vw; }

  /* line 6996, theme.scss */
  .footer__links a {
    font-size: 3.7333333333vw;
    line-height: 4.8vw; }

  /* line 7001, theme.scss */
  .footer__copy {
    margin-top: 16vw;
    padding: 0vw 0vw 0vw 0vw;
    min-height: 9.0666666667vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2.66667vw; }

  /* line 7012, theme.scss */
  .footer__copy:before {
    top: -1.0666666667vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    background: url("footer_copy.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 7020, theme.scss */
  .footer__copy-item {
    font-size: 2.66667vw; }

  /* line 7024, theme.scss */
  .footer__copy-item:first-child {
    width: auto;
    padding-left: 11.46667vw; }

  /* line 7029, theme.scss */
  .footer__bottom-inner {
    padding: 8vw 2.6666666667vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 6.66667vw; }

  /* line 7039, theme.scss */
  .footer__bottom-left {
    width: 100%;
    color: #ffffff;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 7048, theme.scss */
  .footer__bottom-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14.93333vw; }

  /* line 7055, theme.scss */
  .footer__bottom-block {
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 7063, theme.scss */
  .footer__bottom-block-title {
    margin-bottom: 2.66667vw; } }
/* line 7068, theme.scss */
.carousel {
  overflow: hidden;
  height: 100vh; }

/* line 7073, theme.scss */
.carousel__item {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

/* line 7082, theme.scss */
.carousel__item-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0vw 3.25vw 3.75vw 3.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7092, theme.scss */
  .carousel__item-inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7098, theme.scss */
  .carousel__item-inner {
    padding: 0vh 5.77778vh 6.66667vh 5.77778vh; } }
/* line 7103, theme.scss */
.carousel__item-title {
  font-weight: 400;
  font-size: 6vw;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  padding-bottom: 0.875vw;
  text-wrap: balance; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7114, theme.scss */
  .carousel__item-title {
    font-size: 10.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7120, theme.scss */
  .carousel__item-title {
    padding-bottom: 1.55556vh; } }
/* line 7125, theme.scss */
.carousel__item-text {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.625vw;
  color: #FFFFFF;
  padding-bottom: 1.9375vw;
  text-wrap: balance; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7135, theme.scss */
  .carousel__item-text {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7141, theme.scss */
  .carousel__item-text {
    line-height: 2.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7147, theme.scss */
  .carousel__item-text {
    padding-bottom: 3.44444vh; } }
/* line 7152, theme.scss */
.carousel__img {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 7160, theme.scss */
.carousel__img img {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 7168, theme.scss */
.carousel__fog {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40.75vw;
  background: linear-gradient(180deg, transparent 0%, #0C3B41 100%); }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7179, theme.scss */
  .carousel__fog {
    height: 72.44444vh; } }
/* line 7184, theme.scss */
.carousel .slick-dots {
  width: auto;
  bottom: 4.6875vw;
  right: 50%;
  margin-right: -34.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7192, theme.scss */
  .carousel .slick-dots {
    bottom: 8.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7198, theme.scss */
  .carousel .slick-dots {
    margin-right: -60.88889vh; } }
/* line 7203, theme.scss */
.carousel .slick-dots li button:before {
  border-color: #ffffff; }

/* line 7207, theme.scss */
.carousel .slick-dots li.slick-active button:before {
  background-color: #ffffff; }

/* line 7211, theme.scss */
.carousel .slick-prev:before {
  background: url("slick_prev.svg") no-repeat 50% 50%;
  background-size: 1.625vw 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7217, theme.scss */
  .carousel .slick-prev:before {
    background-size: 2.88889vh 1.77778vh; } }
/* line 7222, theme.scss */
.carousel .slick-next:before {
  background: url("slick_prev.svg") no-repeat 50% 50%;
  background-size: 1.625vw 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7228, theme.scss */
  .carousel .slick-next:before {
    background-size: 2.88889vh 1.77778vh; } }
/* line 7233, theme.scss */
.carousel .slick-prev {
  left: unset;
  top: unset;
  bottom: 3.125vw;
  right: 50%;
  margin-right: -40.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7242, theme.scss */
  .carousel .slick-prev {
    bottom: 5.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7248, theme.scss */
  .carousel .slick-prev {
    margin-right: -72.44444vh; } }
/* line 7253, theme.scss */
.carousel .slick-next {
  left: unset;
  top: unset;
  bottom: 3.125vw;
  right: 50%;
  margin-right: -46.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7262, theme.scss */
  .carousel .slick-next {
    bottom: 5.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7268, theme.scss */
  .carousel .slick-next {
    margin-right: -83.11111vh; } }
/* line 7273, theme.scss */
.carousel .slick-dotted.slick-slider {
  margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  /* line 7278, theme.scss */
  .carousel {
    height: 100svh; }

  /* line 7282, theme.scss */
  .carousel__item {
    height: 100svh; }

  /* line 7286, theme.scss */
  .carousel__item-inner {
    padding: 0vw 2.66667vw 14.93333vw 2.66667vw; }

  /* line 7290, theme.scss */
  .carousel__item-title {
    font-weight: 400;
    font-size: 10.6666666667vw;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    padding-bottom: 4.8vw; }

  /* line 7299, theme.scss */
  .carousel__item-text {
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: normal;
    color: #FFFFFF;
    padding-bottom: 7.73333vw; }

  /* line 7307, theme.scss */
  .carousel__img {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 7316, theme.scss */
  .carousel__img img {
    display: block;
    width: 100vw;
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 7324, theme.scss */
  .carousel__fog {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 173.8666666667vw;
    background: linear-gradient(180deg, transparent 0%, #0C3B41 100%); }

  /* line 7334, theme.scss */
  .carousel .slick-dots {
    width: auto;
    bottom: 6.6666666667vw;
    right: unset;
    margin-right: 0vw;
    left: 10px; }

  /* line 7342, theme.scss */
  .carousel .slick-dots li button:before {
    border-color: #ffffff; }

  /* line 7346, theme.scss */
  .carousel .slick-dots li.slick-active button:before {
    background-color: #ffffff; }

  /* line 7350, theme.scss */
  .carousel .slick-prev:before {
    background: url("slick_prev.svg") no-repeat 50% 50%;
    background-size: 4.26667vw 2.66667vw; }

  /* line 7355, theme.scss */
  .carousel .slick-next:before {
    background: url("slick_prev.svg") no-repeat 50% 50%;
    background-size: 4.26667vw 2.66667vw; }

  /* line 7360, theme.scss */
  .carousel .slick-prev {
    left: unset;
    top: unset;
    bottom: 1.8666666667vw;
    right: 0;
    margin-right: 13.86667vw; }

  /* line 7368, theme.scss */
  .carousel .slick-next {
    left: unset;
    top: unset;
    bottom: 1.8666666667vw;
    right: 0;
    margin-right: 2.66667vw; }

  /* line 7376, theme.scss */
  .carousel .slick-dotted.slick-slider {
    margin-bottom: 0; } }
/* line 7381, theme.scss */
.specializations__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7389, theme.scss */
  .specializations__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7395, theme.scss */
  .specializations__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 7400, theme.scss */
.specializations__items {
  position: relative; }

/* line 7404, theme.scss */
.specializations__item {
  position: relative; }

/* line 7408, theme.scss */
.specializations__item-link {
  text-decoration: none; }

/* line 7412, theme.scss */
.specializations__item-ico svg {
  transition: .3s all;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  z-index: 10;
  top: 2.5vw;
  right: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7424, theme.scss */
  .specializations__item-ico svg {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7430, theme.scss */
  .specializations__item-ico svg {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7436, theme.scss */
  .specializations__item-ico svg {
    top: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7442, theme.scss */
  .specializations__item-ico svg {
    right: 4.44444vh; } }
/* line 7447, theme.scss */
.specializations__item-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s all; }

/* line 7458, theme.scss */
.specializations__item-img--1:before {
  background: #F6F9FF url("spec_1.png") no-repeat 50% 100%;
  background-size: 100% auto; }

/* line 7463, theme.scss */
.specializations__item-img--2:before {
  background: url("spec_2.png") no-repeat 0 0;
  background-size: 100% auto; }

/* line 7468, theme.scss */
.specializations__item-img--3:before {
  background: url("spec_3.png") no-repeat 0 0;
  background-size: 100% auto; }

/* line 7473, theme.scss */
.specializations__item-img--4:before {
  background: url("spec_4.png") no-repeat 0 0;
  background-size: 100% auto; }

/* line 7478, theme.scss */
.specializations__item:hover .specializations__item-img:before {
  background-size: 110% auto;
  transform: scale(0.97); }

/* line 7483, theme.scss */
.specializations__item--1 {
  width: 33.5vw;
  height: 44.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7489, theme.scss */
  .specializations__item--1 {
    width: 59.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7495, theme.scss */
  .specializations__item--1 {
    height: 79.55556vh; } }
/* line 7500, theme.scss */
.specializations__item--2 {
  position: absolute;
  top: 0;
  left: 34.75vw;
  width: 28.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7508, theme.scss */
  .specializations__item--2 {
    left: 61.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7514, theme.scss */
  .specializations__item--2 {
    width: 51.11111vh; } }
/* line 7519, theme.scss */
.specializations__item--3 {
  position: absolute;
  top: 0;
  left: 64.75vw;
  width: 28.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7527, theme.scss */
  .specializations__item--3 {
    left: 115.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7533, theme.scss */
  .specializations__item--3 {
    width: 51.11111vh; } }
/* line 7538, theme.scss */
.specializations__item--4 {
  position: absolute;
  top: 23vw;
  left: 34.75vw;
  width: 58.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7546, theme.scss */
  .specializations__item--4 {
    top: 40.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7552, theme.scss */
  .specializations__item--4 {
    left: 61.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7558, theme.scss */
  .specializations__item--4 {
    width: 104.44444vh; } }
/* line 7563, theme.scss */
.specializations__item--4 .specializations__item-block {
  width: 28.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7568, theme.scss */
  .specializations__item--4 .specializations__item-block {
    width: 51.11111vh; } }
/* line 7573, theme.scss */
.specializations__item-block {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 2.5vw;
  height: 21.75vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7586, theme.scss */
  .specializations__item-block {
    padding: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7592, theme.scss */
  .specializations__item-block {
    height: 38.66667vh; } }
/* line 7597, theme.scss */
.specializations__item-title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 100%;
  color: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7607, theme.scss */
  .specializations__item-title {
    font-size: 2.66667vh; } }
/* line 7612, theme.scss */
.specializations__item-text {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.625vw;
  color: #5E6A75; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7622, theme.scss */
  .specializations__item-text {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7628, theme.scss */
  .specializations__item-text {
    line-height: 2.88889vh; } }
/* line 7633, theme.scss */
.specializations__item-more {
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: right;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.1875vw;
  color: #107F8C;
  text-decoration: none; }

/* line 7646, theme.scss */
.specializations__item-more--left {
  text-align: left; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7651, theme.scss */
  .specializations__item-more {
    font-size: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7657, theme.scss */
  .specializations__item-more {
    line-height: 2.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 7663, theme.scss */
  .specializations__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 7670, theme.scss */
  .specializations h2 {
    margin-bottom: 5.33333vw; }

  /* line 7674, theme.scss */
  .specializations__items {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2.66667vw; }

  /* line 7683, theme.scss */
  .specializations__item {
    width: 100%;
    position: relative; }

  /* line 7688, theme.scss */
  .specializations__item-ico svg {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.33333vw; }

  /* line 7697, theme.scss */
  .specializations__item-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s all; }

  /* line 7708, theme.scss */
  .specializations__item-img--1:before {
    background: #F6F9FF url("spec_1.png") no-repeat 50% 100%;
    background-size: 100% auto; }

  /* line 7713, theme.scss */
  .specializations__item-img--2:before {
    background: #F6F9FF url("spec_2.png") no-repeat 50% 100%;
    background-size: 100% auto; }

  /* line 7718, theme.scss */
  .specializations__item-img--3:before {
    background: #F6F9FF url("spec_3.png") no-repeat 50% 100%;
    background-size: 100% auto; }

  /* line 7723, theme.scss */
  .specializations__item-img--4:before {
    background: #F6F9FF url("spec_4.png") no-repeat 50% 50%;
    background-size: 100% 100%; }

  /* line 7728, theme.scss */
  .specializations__item:hover .specializations__item-img:before {
    background-size: 100% auto;
    transform: scale(1); }

  /* line 7733, theme.scss */
  .specializations__item:hover .specializations__item-img--4:before {
    background-size: 100% 100%; }

  /* line 7737, theme.scss */
  .specializations__item--1 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto; }

  /* line 7745, theme.scss */
  .specializations__item--2 {
    position: relative;
    top: 0;
    left: 0;
    width: auto; }

  /* line 7752, theme.scss */
  .specializations__item--3 {
    position: relative;
    top: 0;
    left: 0;
    width: auto; }

  /* line 7759, theme.scss */
  .specializations__item--4 {
    position: relative;
    top: 0;
    left: 0;
    width: auto; }

  /* line 7766, theme.scss */
  .specializations__item--4 .specializations__item-block {
    width: 100%; }

  /* line 7770, theme.scss */
  .specializations__item-block {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 10.6666666667vw 5.3333333333vw 29.3333333333vw 5.3333333333vw;
    height: auto;
    display: block; }

  /* line 7779, theme.scss */
  .specializations__item-block--1 {
    padding: 10.66667vw 5.33333vw 66.66667vw 5.33333vw; }

  /* line 7783, theme.scss */
  .specializations__item-title {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    line-height: 100%;
    color: #36475B; }

  /* line 7793, theme.scss */
  .specializations__item-text {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 4.8vw;
    line-height: normal;
    color: #5E6A75; }

  /* line 7802, theme.scss */
  .specializations__item-more {
    opacity: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: right;
    font-weight: 600;
    font-size: 4vw;
    line-height: 5.0666666667vw;
    color: #107F8C;
    text-decoration: none; }

  /* line 7815, theme.scss */
  .specializations__item-more--left {
    text-align: left; } }
/* line 7820, theme.scss */
.solutions__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7828, theme.scss */
  .solutions__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7834, theme.scss */
  .solutions__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 7839, theme.scss */
.solutions__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7847, theme.scss */
  .solutions__header {
    padding-bottom: 4.44444vh; } }
/* line 7852, theme.scss */
.solutions__subtitle {
  color: #000;
  margin-top: 0.4375vw;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7861, theme.scss */
  .solutions__subtitle {
    margin-top: 0.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7867, theme.scss */
  .solutions__subtitle {
    font-size: 2.66667vh; } }
/* line 7872, theme.scss */
.solutions__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }

/* line 7879, theme.scss */
.solutions__item {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

/* line 7886, theme.scss */
.solutions__item img {
  display: block;
  width: 23.375vw;
  height: 25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7893, theme.scss */
  .solutions__item img {
    width: 41.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7899, theme.scss */
  .solutions__item img {
    height: 44.44444vh; } }
/* line 7904, theme.scss */
.solutions__item-block {
  box-sizing: border-box;
  width: 23.375vw;
  padding: 1.875vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7915, theme.scss */
  .solutions__item-block {
    width: 41.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7921, theme.scss */
  .solutions__item-block {
    padding: 3.33333vh; } }
/* line 7926, theme.scss */
.solutions__item-title {
  color: #36475B;
  font-size: 2vw;
  font-weight: 600;
  line-height: 115%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7934, theme.scss */
  .solutions__item-title {
    font-size: 3.55556vh; } }
/* line 7939, theme.scss */
.solutions__item-text {
  color: #36475B;
  font-size: 1.125vw;
  line-height: 115%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7946, theme.scss */
  .solutions__item-text {
    font-size: 2vh; } }
/* line 7951, theme.scss */
.solutions__item-more {
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.3125vw;
  text-align: right;
  width: 100%;
  opacity: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7961, theme.scss */
  .solutions__item-more {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 7967, theme.scss */
  .solutions__item-more {
    line-height: 2.33333vh; } }
/* line 7972, theme.scss */
.solutions__item-more span {
  text-decoration: none;
  color: #107F8C; }

/* line 7977, theme.scss */
.solutions__item:nth-child(1) img {
  order: 2; }

/* line 7981, theme.scss */
.solutions__item:nth-child(1) .solutions__item-block {
  background: linear-gradient(0deg, #009CAE 0%, #009CAE 100%), #F6F9FF;
  order: 1; }

/* line 7986, theme.scss */
.solutions__item:nth-child(1) .solutions__item-title {
  color: #FFF; }

/* line 7990, theme.scss */
.solutions__item:nth-child(1) .solutions__item-text {
  color: #FFF; }

/* line 7994, theme.scss */
.solutions__item:nth-child(1) .solutions__item-more span {
  color: #FFF; }

/* line 7998, theme.scss */
.solutions__item:nth-child(2) img {
  order: 2; }

/* line 8002, theme.scss */
.solutions__item:nth-child(2) .solutions__item-block {
  background: radial-gradient(43.28% 50% at 0% 100%, rgba(161, 237, 255, 0.2) 0%, rgba(161, 237, 255, 0.2) 38.04%, rgba(161, 237, 255, 0) 100%), #F6F9FF;
  order: 1; }

/* line 8007, theme.scss */
.solutions__item:nth-child(3) img {
  order: 1; }

/* line 8011, theme.scss */
.solutions__item:nth-child(3) .solutions__item-block {
  background: radial-gradient(43.28% 50% at 100% 100%, rgba(0, 133, 255, 0.2) 0%, rgba(61, 134, 175, 0.2) 38.04%, rgba(133, 240, 255, 0) 100%), #F6F9FF;
  order: 2; }

/* line 8016, theme.scss */
.solutions__item:nth-child(4) img {
  order: 1; }

/* line 8020, theme.scss */
.solutions__item:nth-child(4) .solutions__item-block {
  background: linear-gradient(0deg, #1B9F8C 0%, #1B9F8C 100%), #F6F9FF;
  order: 2; }

/* line 8025, theme.scss */
.solutions__item:nth-child(4) .solutions__item-title {
  color: #FFF; }

/* line 8029, theme.scss */
.solutions__item:nth-child(4) .solutions__item-text {
  color: #FFF; }

/* line 8033, theme.scss */
.solutions__item:nth-child(4) .solutions__item-more span {
  color: #FFF; }

@media only screen and (max-width: 800px) {
  /* line 8038, theme.scss */
  .solutions__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 8045, theme.scss */
  .solutions__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 8vw; }

  /* line 8054, theme.scss */
  .solutions__subtitle {
    color: #000;
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
    font-weight: 300;
    line-height: 100%; }

  /* line 8062, theme.scss */
  .solutions__items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }

  /* line 8069, theme.scss */
  .solutions__item {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 8077, theme.scss */
  .solutions__item img {
    display: block;
    width: 100%;
    height: auto; }

  /* line 8083, theme.scss */
  .solutions__item-block {
    box-sizing: border-box;
    width: 100%;
    padding: 8vw 5.3333333333vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.33333vw; }

  /* line 8094, theme.scss */
  .solutions__item-title {
    color: #36475B;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 115%; }

  /* line 8101, theme.scss */
  .solutions__item-text {
    color: #36475B;
    font-size: 4.8vw;
    line-height: 115%; }

  /* line 8107, theme.scss */
  .solutions__item-more {
    display: none; }

  /* line 8111, theme.scss */
  .solutions__item:nth-child(1) img {
    order: 2; }

  /* line 8115, theme.scss */
  .solutions__item:nth-child(1) .solutions__item-block {
    background: linear-gradient(0deg, #009CAE 0%, #009CAE 100%), #F6F9FF;
    order: 1; }

  /* line 8120, theme.scss */
  .solutions__item:nth-child(1) .solutions__item-title {
    color: #FFF; }

  /* line 8124, theme.scss */
  .solutions__item:nth-child(1) .solutions__item-text {
    color: #FFF; }

  /* line 8128, theme.scss */
  .solutions__item:nth-child(1) .solutions__item-more span {
    color: #FFF; }

  /* line 8132, theme.scss */
  .solutions__item:nth-child(2) img {
    order: 2; }

  /* line 8136, theme.scss */
  .solutions__item:nth-child(2) .solutions__item-block {
    background: radial-gradient(43.28% 50% at 0% 100%, rgba(161, 237, 255, 0.2) 0%, rgba(161, 237, 255, 0.2) 38.04%, rgba(161, 237, 255, 0) 100%), #F6F9FF;
    order: 1; }

  /* line 8141, theme.scss */
  .solutions__item:nth-child(3) img {
    order: 2; }

  /* line 8145, theme.scss */
  .solutions__item:nth-child(3) .solutions__item-block {
    background: radial-gradient(43.28% 50% at 100% 100%, rgba(0, 133, 255, 0.2) 0%, rgba(61, 134, 175, 0.2) 38.04%, rgba(133, 240, 255, 0) 100%), #F6F9FF;
    order: 1; }

  /* line 8150, theme.scss */
  .solutions__item:nth-child(4) img {
    order: 2; }

  /* line 8154, theme.scss */
  .solutions__item:nth-child(4) .solutions__item-block {
    background: linear-gradient(0deg, #1B9F8C 0%, #1B9F8C 100%), #F6F9FF;
    order: 1; }

  /* line 8159, theme.scss */
  .solutions__item:nth-child(4) .solutions__item-title {
    color: #FFF; }

  /* line 8163, theme.scss */
  .solutions__item:nth-child(4) .solutions__item-text {
    color: #FFF; }

  /* line 8167, theme.scss */
  .solutions__item:nth-child(4) .solutions__item-more span {
    color: #FFF; } }
/* line 8172, theme.scss */
.awards__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8180, theme.scss */
  .awards__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8186, theme.scss */
  .awards__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 8191, theme.scss */
.awards__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8199, theme.scss */
  .awards__header {
    padding-bottom: 4.44444vh; } }
/* line 8204, theme.scss */
.awards__subtitle {
  margin-top: 0.4375vw;
  color: #000;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8213, theme.scss */
  .awards__subtitle {
    margin-top: 0.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8219, theme.scss */
  .awards__subtitle {
    font-size: 2.66667vh; } }
/* line 8224, theme.scss */
.awards__items {
  display: flex;
  padding: 1.875vw;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75vw;
  background: #F6F9FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8234, theme.scss */
  .awards__items {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8240, theme.scss */
  .awards__items {
    gap: 1.33333vh; } }
/* line 8245, theme.scss */
.awards__item {
  width: 100%;
  display: flex;
  padding: 1.25vw;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8255, theme.scss */
  .awards__item {
    padding: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8261, theme.scss */
  .awards__item {
    gap: 2.22222vh; } }
/* line 8266, theme.scss */
.awards__img {
  width: 3.75vw;
  flex-shrink: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8272, theme.scss */
  .awards__img {
    width: 6.66667vh; } }
/* line 8277, theme.scss */
.awards__img img {
  width: 100%; }

/* line 8281, theme.scss */
.awards__block {
  flex-grow: 1; }

/* line 8285, theme.scss */
.awards__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8293, theme.scss */
  .awards__wrap {
    gap: 1.11111vh; } }
/* line 8298, theme.scss */
.awards__title {
  color: #107F8C;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.8125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8308, theme.scss */
  .awards__title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8314, theme.scss */
  .awards__title {
    margin-bottom: 1.44444vh; } }
/* line 8319, theme.scss */
.awards__year {
  color: #4B6680;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8328, theme.scss */
  .awards__year {
    font-size: 1.55556vh; } }
/* line 8333, theme.scss */
.awards__place {
  color: #107F8C;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8343, theme.scss */
  .awards__place {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8349, theme.scss */
  .awards__place {
    margin-bottom: 0.88889vh; } }
/* line 8354, theme.scss */
.awards__label {
  color: #36475B;
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8364, theme.scss */
  .awards__label {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8370, theme.scss */
  .awards__label {
    margin-bottom: 0.33333vh; } }
/* line 8375, theme.scss */
.awards__name {
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8384, theme.scss */
  .awards__name {
    font-size: 2vh; } }
/* line 8389, theme.scss */
.awards__footer {
  position: relative;
  top: -4vw;
  height: 4.0625vw;
  background: url("footer_awards.jpg") no-repeat 50% 50%;
  background-size: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8398, theme.scss */
  .awards__footer {
    top: -7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8404, theme.scss */
  .awards__footer {
    height: 7.22222vh; } }
/* line 8409, theme.scss */
.awards .awards__carousel {
  background: #F6F9FF; }

/* line 8413, theme.scss */
.awards .slick-dots {
  bottom: -6.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8418, theme.scss */
  .awards .slick-dots {
    bottom: -11.33333vh; } }
/* line 8423, theme.scss */
.awards .slick-prev, .awards .slick-next {
  bottom: -8.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8428, theme.scss */
  .awards .slick-prev, .awards .slick-next {
    bottom: -14.33333vh; } }
/* line 8433, theme.scss */
.products__carousel .products__items {
  margin-right: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8438, theme.scss */
  .products__carousel .products__items {
    margin-right: 2.22222vh; } }
/* line 8443, theme.scss */
.products {
  overflow: hidden; }

/* line 8447, theme.scss */
.products__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8455, theme.scss */
  .products__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8461, theme.scss */
  .products__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 8466, theme.scss */
.products__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8474, theme.scss */
  .products__header {
    padding-bottom: 4.44444vh; } }
/* line 8479, theme.scss */
.products__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

/* line 8485, theme.scss */
.products__items--wrap {
  flex-wrap: wrap; }

/* line 8489, theme.scss */
.products__item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 32%;
  height: 37.125vw;
  flex-shrink: 0;
  display: flex;
  transition: .3s all;
  text-decoration: none;
  color: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8503, theme.scss */
  .products__item {
    height: 66vh; } }
/* line 8508, theme.scss */
.products__item--active {
  width: 46.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8513, theme.scss */
  .products__item--active {
    width: 82vh; } }
/* line 8518, theme.scss */
.products__item-left {
  position: relative;
  flex-shrink: 0;
  width: 22.125vw;
  height: 37.125vw;
  padding: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8527, theme.scss */
  .products__item-left {
    width: 39.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8533, theme.scss */
  .products__item-left {
    height: 66vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8539, theme.scss */
  .products__item-left {
    padding: 4.44444vh; } }
/* line 8544, theme.scss */
.products__item-left .button {
  display: block;
  position: absolute;
  left: 2.5vw;
  bottom: 6.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8552, theme.scss */
  .products__item-left .button {
    left: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8558, theme.scss */
  .products__item-left .button {
    bottom: 12.22222vh; } }
/* line 8563, theme.scss */
.products__item-left--main {
  width: 100%; }

/* line 8567, theme.scss */
.products__item-right {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 24vw;
  height: 37.125vw;
  padding: 14.5625vw 2.5vw 2.5vw 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8576, theme.scss */
  .products__item-right {
    width: 42.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8582, theme.scss */
  .products__item-right {
    height: 66vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8588, theme.scss */
  .products__item-right {
    padding: 25.88889vh 4.44444vh 4.44444vh 4.44444vh; } }
/* line 8593, theme.scss */
.products__item-right ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 8599, theme.scss */
.products__item-right li {
  position: relative;
  margin: 0;
  padding: 0vw 0vw 0.625vw 1.875vw;
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8611, theme.scss */
  .products__item-right li {
    padding: 0vh 0vh 1.11111vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8617, theme.scss */
  .products__item-right li {
    font-size: 2vh; } }
/* line 8622, theme.scss */
.products__item-right li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.4375vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #01A4FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8635, theme.scss */
  .products__item-right li:before {
    top: 0.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8641, theme.scss */
  .products__item-right li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8647, theme.scss */
  .products__item-right li:before {
    height: 1.11111vh; } }
/* line 8652, theme.scss */
.products__item img {
  height: 8.75vw;
  width: auto;
  margin-bottom: 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8659, theme.scss */
  .products__item img {
    height: 15.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8665, theme.scss */
  .products__item img {
    margin-bottom: 5.55556vh; } }
/* line 8670, theme.scss */
.products__item--1 {
  background: url("prod_item_1.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8675, theme.scss */
.products__item--1 .products__item-title {
  color: #01A4FF; }

/* line 8679, theme.scss */
.products__item--1 li:before {
  background-color: #01A4FF; }

/* line 8683, theme.scss */
.products__item--2 {
  background: url("prod_item_2.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8688, theme.scss */
.products__item--2 .products__item-title {
  color: #1B9F8C; }

/* line 8692, theme.scss */
.products__item--2 li:before {
  background-color: #1B9F8C; }

/* line 8696, theme.scss */
.products__item--3 {
  background: url("prod_item_3.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8701, theme.scss */
.products__item--3 .products__item-title {
  color: #9764BF; }

/* line 8705, theme.scss */
.products__item--3 li:before {
  background-color: #9764BF; }

/* line 8709, theme.scss */
.products__item--4 {
  background: url("prod_item_4.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8714, theme.scss */
.products__item--4 .products__item-title {
  color: #0085AF; }

/* line 8718, theme.scss */
.products__item--4 li:before {
  background-color: #0085AF; }

/* line 8722, theme.scss */
.products__item--5 {
  background: url("prod_item_5.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8727, theme.scss */
.products__item--5 .products__item-title {
  color: #1B9F8C; }

/* line 8731, theme.scss */
.products__item--5 li:before {
  background-color: #1B9F8C; }

/* line 8735, theme.scss */
.products__item--6 {
  background: url("prod_item_6.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8740, theme.scss */
.products__item--6 .products__item-title {
  color: #6B3EB4; }

/* line 8744, theme.scss */
.products__item--6 li:before {
  background-color: #6B3EB4; }

/* line 8748, theme.scss */
.products__item--7 {
  background: url("prod_item_7.png") no-repeat 0 0;
  background-size: 100% 100%; }

/* line 8753, theme.scss */
.products__item--7 .products__item-title {
  color: #0085AF; }

/* line 8757, theme.scss */
.products__item--7 li:before {
  background-color: #0085AF; }

/* line 8761, theme.scss */
.products__item-ico svg {
  transition: .3s all;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  top: 2.5vw;
  right: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8772, theme.scss */
  .products__item-ico svg {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8778, theme.scss */
  .products__item-ico svg {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8784, theme.scss */
  .products__item-ico svg {
    top: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8790, theme.scss */
  .products__item-ico svg {
    right: 4.44444vh; } }
/* line 8795, theme.scss */
.products__item-title {
  font-size: 1.875vw;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8803, theme.scss */
  .products__item-title {
    font-size: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8809, theme.scss */
  .products__item-title {
    margin-bottom: 3.33333vh; } }
/* line 8814, theme.scss */
.products__item-text {
  font-size: 1.25vw;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8822, theme.scss */
  .products__item-text {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8828, theme.scss */
  .products__item-text {
    margin-bottom: 3.33333vh; } }
/* line 8833, theme.scss */
.products__item--main:hover {
  background-size: 150% 100%; }

/* line 8837, theme.scss */
.products__item--main:hover .button:before {
  top: 0.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8842, theme.scss */
  .products__item--main:hover .button:before {
    top: 1.55556vh; } }
/* line 8847, theme.scss */
.products__item--main:hover .products__item-ico svg {
  top: 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8852, theme.scss */
  .products__item--main:hover .products__item-ico svg {
    top: 5.55556vh; } }
/* line 8857, theme.scss */
.products .slick-initialized .slick-slide {
  display: flex; }

/* line 8861, theme.scss */
.products .slick-list {
  overflow: visible; }

/* line 8865, theme.scss */
.products .slick-list .products__item {
  margin-right: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 8870, theme.scss */
  .products .slick-list .products__item {
    margin-right: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 8876, theme.scss */
  .products__carousel .products__items {
    margin-right: 0vw; }

  /* line 8880, theme.scss */
  .products {
    overflow: hidden; }

  /* line 8884, theme.scss */
  .products__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 8891, theme.scss */
  .products__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 8vw; }

  /* line 8900, theme.scss */
  .products__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5.33333vw; }

  /* line 8907, theme.scss */
  .products__items--wrap {
    flex-wrap: wrap; }

  /* line 8911, theme.scss */
  .products__item {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 74.6666666667vw;
    height: 133.3333333333vw;
    flex-shrink: 0;
    display: flex;
    transition: 0.3s width; }

  /* line 8922, theme.scss */
  .products__item-left {
    position: relative;
    flex-shrink: 0;
    width: 74.6666666667vw;
    height: 133.3333333333vw;
    padding: 10.66667vw 5.33333vw; }

  /* line 8930, theme.scss */
  .products__item-left .button {
    display: block;
    position: absolute;
    left: 5.3333333333vw;
    bottom: 10.66667vw; }

  /* line 8937, theme.scss */
  .products__item-right {
    display: none;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 102.4vw;
    height: 158.4vw;
    padding: 62.13333vw 10.66667vw 10.66667vw 10.66667vw; }

  /* line 8946, theme.scss */
  .products__item-right ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* line 8952, theme.scss */
  .products__item-right li {
    position: relative;
    margin: 0;
    padding: 0vw 0vw 2.6666666667vw 8vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 8963, theme.scss */
  .products__item-right li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 1.8666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #01A4FF; }

  /* line 8975, theme.scss */
  .products__item img {
    height: 37.3333333333vw;
    width: auto;
    margin-bottom: 10.66667vw; }

  /* line 8981, theme.scss */
  .products__item--1 {
    background: url("prod_item_1.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 8986, theme.scss */
  .products__item--1 .products__item-title {
    color: #01A4FF; }

  /* line 8990, theme.scss */
  .products__item--1 li:before {
    background-color: #01A4FF; }

  /* line 8994, theme.scss */
  .products__item--2 {
    background: url("prod_item_2.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 8999, theme.scss */
  .products__item--2 .products__item-title {
    color: #1B9F8C; }

  /* line 9003, theme.scss */
  .products__item--2 li:before {
    background-color: #1B9F8C; }

  /* line 9007, theme.scss */
  .products__item--3 {
    background: url("prod_item_3.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 9012, theme.scss */
  .products__item--3 .products__item-title {
    color: #9764BF; }

  /* line 9016, theme.scss */
  .products__item--3 li:before {
    background-color: #9764BF; }

  /* line 9020, theme.scss */
  .products__item--4 {
    background: url("prod_item_4.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 9025, theme.scss */
  .products__item--4 .products__item-title {
    color: #0085AF; }

  /* line 9029, theme.scss */
  .products__item--4 li:before {
    background-color: #0085AF; }

  /* line 9033, theme.scss */
  .products__item--5 {
    background: url("prod_item_5.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 9038, theme.scss */
  .products__item--5 .products__item-title {
    color: #1B9F8C; }

  /* line 9042, theme.scss */
  .products__item--5 li:before {
    background-color: #1B9F8C; }

  /* line 9046, theme.scss */
  .products__item--6 {
    background: url("prod_item_6.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 9051, theme.scss */
  .products__item--6 .products__item-title {
    color: #6B3EB4; }

  /* line 9055, theme.scss */
  .products__item--6 li:before {
    background-color: #6B3EB4; }

  /* line 9059, theme.scss */
  .products__item--7 {
    background: url("prod_item_7.png") no-repeat 100% 100%;
    background-size: 100% 100%; }

  /* line 9064, theme.scss */
  .products__item--7 .products__item-title {
    color: #0085AF; }

  /* line 9068, theme.scss */
  .products__item--7 li:before {
    background-color: #0085AF; }

  /* line 9072, theme.scss */
  .products__item-ico svg {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 10.6666666667vw;
    right: 10.66667vw; }

  /* line 9081, theme.scss */
  .products__item-title {
    font-size: 6.4vw;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 8vw; }

  /* line 9088, theme.scss */
  .products__item-text {
    font-size: 4.8vw;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 8vw; }

  /* line 9095, theme.scss */
  .products__item--main:hover {
    background-size: 100% 100%; }

  /* line 9099, theme.scss */
  .products__item--main:hover .button:before {
    top: 3.73333vw; }

  /* line 9103, theme.scss */
  .products__item--main:hover .products__item-ico svg {
    top: 13.33333vw; }

  /* line 9107, theme.scss */
  .products .slick-initialized .slick-slide {
    display: flex; }

  /* line 9111, theme.scss */
  .products .slick-list {
    overflow: hidden;
    margin-right: -2.66667vw; }

  /* line 9116, theme.scss */
  .products .slick-list .products__item {
    margin-right: 5.33333vw; } }
/* line 9121, theme.scss */
.business__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9129, theme.scss */
  .business__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9135, theme.scss */
  .business__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 9140, theme.scss */
.business__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9148, theme.scss */
  .business__header {
    padding-bottom: 4.44444vh; } }
/* line 9153, theme.scss */
.business__card {
  margin-top: 2.5vw;
  background: #F6F9FF;
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9162, theme.scss */
  .business__card {
    margin-top: 4.44444vh; } }
/* line 9167, theme.scss */
.business__card-img {
  width: 46.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9172, theme.scss */
  .business__card-img {
    width: 83.11111vh; } }
/* line 9177, theme.scss */
.business__card-img video {
  display: block;
  width: 46.75vw;
  height: 41.5625vw;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9186, theme.scss */
  .business__card-img video {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9192, theme.scss */
  .business__card-img video {
    height: 73.88889vh; } }
/* line 9197, theme.scss */
.business__card-img img {
  display: block;
  width: 46.75vw;
  height: 41.5625vw;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9206, theme.scss */
  .business__card-img img {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9212, theme.scss */
  .business__card-img img {
    height: 73.88889vh; } }
/* line 9217, theme.scss */
.business__card-img--2 img {
  height: 32.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9222, theme.scss */
  .business__card-img--2 img {
    height: 57vh; } }
/* line 9227, theme.scss */
.business__card-block {
  box-sizing: border-box;
  padding: 2.5vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9238, theme.scss */
  .business__card-block {
    padding: 4.44444vh; } }
/* line 9243, theme.scss */
.business__card-title {
  color: #007680;
  font-size: 2.25vw;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9251, theme.scss */
  .business__card-title {
    font-size: 4vh; } }
/* line 9256, theme.scss */
.business__card-text {
  margin-top: 3.75vw;
  color: #36475B;
  font-size: 1.25vw;
  line-height: 1.625vw;
  font-weight: 400; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9265, theme.scss */
  .business__card-text {
    margin-top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9271, theme.scss */
  .business__card-text {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9277, theme.scss */
  .business__card-text {
    line-height: 2.88889vh; } }
/* line 9282, theme.scss */
.business__card-text ul {
  list-style: none;
  margin: 0;
  padding-left: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9289, theme.scss */
  .business__card-text ul {
    padding-left: 3.33333vh; } }
/* line 9294, theme.scss */
.business__card-text li {
  margin-bottom: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9299, theme.scss */
  .business__card-text li {
    margin-bottom: 1.11111vh; } }
/* line 9304, theme.scss */
.business__card-text li::before {
  content: "\2022";
  color: #007680;
  font-weight: bold;
  display: inline-block;
  width: 1.875vw;
  margin-left: -1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9314, theme.scss */
  .business__card-text li::before {
    width: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9320, theme.scss */
  .business__card-text li::before {
    margin-left: -3.33333vh; } }
/* line 9325, theme.scss */
.business__card-more {
  margin-top: 3.75vw;
  text-align: right;
  width: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9332, theme.scss */
  .business__card-more {
    margin-top: 6.66667vh; } }
/* line 9337, theme.scss */
.business__card-more a {
  display: none;
  text-align: right;
  position: relative;
  color: #007680;
  font-size: 1vw;
  line-height: 1.3125vw;
  font-weight: 600;
  padding-right: 1.25vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9350, theme.scss */
  .business__card-more a {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9356, theme.scss */
  .business__card-more a {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9362, theme.scss */
  .business__card-more a {
    padding-right: 2.22222vh; } }
/* line 9367, theme.scss */
.business__card-more a:before {
  transition: .3s top;
  position: absolute;
  content: '';
  right: 0vw;
  top: 0vw;
  height: 0.625vw;
  width: 0.625vw;
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9380, theme.scss */
  .business__card-more a:before {
    right: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9386, theme.scss */
  .business__card-more a:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9392, theme.scss */
  .business__card-more a:before {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9398, theme.scss */
  .business__card-more a:before {
    width: 1.11111vh; } }
/* line 9403, theme.scss */
.business__card-more a:hover:before {
  top: 0.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9408, theme.scss */
  .business__card-more a:hover:before {
    top: 0.66667vh; } }
/* line 9413, theme.scss */
.business__card-icon {
  flex-grow: 1; }

/* line 9417, theme.scss */
.business__card-icon img {
  width: 6.25vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9423, theme.scss */
  .business__card-icon img {
    width: 11.11111vh; } }
/* line 9428, theme.scss */
.business__card-icon--62 img {
  height: 3.875vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9434, theme.scss */
  .business__card-icon--62 img {
    height: 6.88889vh; } }
@media only screen and (max-width: 800px) {
  /* line 9440, theme.scss */
  .business__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 9447, theme.scss */
  .business__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 8vw; }

  /* line 9456, theme.scss */
  .business__card {
    margin-top: 1.8666666667vw;
    background: #F6F9FF;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 9465, theme.scss */
  .business__card-img {
    order: 1;
    width: 100%; }

  /* line 9470, theme.scss */
  .business__card-img video {
    display: block;
    width: 100%;
    height: 53.3333333333vw;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 9478, theme.scss */
  .business__card-img img {
    display: block;
    width: 100%;
    height: 53.3333333333vw;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 9486, theme.scss */
  .business__card-block {
    order: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 10.6666666667vw 5.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8vw; }

  /* line 9498, theme.scss */
  .business__card-title {
    color: #007680;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 100%; }

  /* line 9505, theme.scss */
  .business__card-text {
    margin-top: 0vw;
    color: #36475B;
    font-size: 4.8vw;
    line-height: normal;
    font-weight: 400; }

  /* line 9513, theme.scss */
  .business__card-text ul {
    list-style: none;
    margin: 0;
    padding-left: 8vw; }

  /* line 9519, theme.scss */
  .business__card-text li {
    margin-bottom: 2.66667vw; }

  /* line 9523, theme.scss */
  .business__card-text li::before {
    content: "\2022";
    color: #007680;
    font-weight: bold;
    display: inline-block;
    width: 8vw;
    margin-left: -8vw; }

  /* line 9532, theme.scss */
  .business__card-more {
    display: none;
    margin-top: 16vw;
    text-align: right;
    width: 100%; }

  /* line 9539, theme.scss */
  .business__card-more a {
    display: none;
    text-align: right;
    position: relative;
    color: #007680;
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
    font-weight: 600;
    padding-right: 5.3333333333vw;
    text-decoration: none; }

  /* line 9551, theme.scss */
  .business__card-more a:before {
    transition: .3s top;
    position: absolute;
    content: '';
    right: 0vw;
    top: 0vw;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    background: url("stories_arrow.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 9563, theme.scss */
  .business__card-more a:hover:before {
    top: 1.6vw; }

  /* line 9567, theme.scss */
  .business__card-icon {
    display: none;
    flex-grow: 1; }

  /* line 9572, theme.scss */
  .business__card-icon img {
    width: 18.6666666667vw;
    height: auto; } }
/* line 9578, theme.scss */
.feedback__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9586, theme.scss */
  .feedback__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9592, theme.scss */
  .feedback__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 9597, theme.scss */
.feedback h3 {
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9602, theme.scss */
  .feedback h3 {
    padding-bottom: 3.33333vh; } }
/* line 9607, theme.scss */
.feedback__block {
  background: url("feedback.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 9612, theme.scss */
.feedback__block-inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 2.875vw 3.25vw 2.875vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9620, theme.scss */
  .feedback__block-inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9626, theme.scss */
  .feedback__block-inner {
    padding: 5.11111vh 5.77778vh 5.11111vh 5.77778vh; } }
/* line 9631, theme.scss */
.feedback__block-form {
  width: 51.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9636, theme.scss */
  .feedback__block-form {
    width: 91.55556vh; } }
/* line 9641, theme.scss */
.feedback__block--event {
  background: url("feedback_event.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 9646, theme.scss */
.feedback__successful {
  min-height: 12.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9655, theme.scss */
  .feedback__successful {
    min-height: 22.22222vh; } }
/* line 9660, theme.scss */
.feedback__successful--hide {
  display: none; }

/* line 9664, theme.scss */
.feedback__successful--feedback {
  min-height: 32.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9669, theme.scss */
  .feedback__successful--feedback {
    min-height: 57.11111vh; } }
/* line 9674, theme.scss */
.feedback__successful--resume {
  min-height: 40.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9679, theme.scss */
  .feedback__successful--resume {
    min-height: 71.66667vh; } }
/* line 9684, theme.scss */
.feedback__successful-title {
  color: #FFF;
  font-size: 3vw;
  margin-bottom: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9694, theme.scss */
  .feedback__successful-title {
    font-size: 5.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9700, theme.scss */
  .feedback__successful-title {
    margin-bottom: 1.77778vh; } }
/* line 9705, theme.scss */
.feedback__successful-text {
  color: #FFF;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9714, theme.scss */
  .feedback__successful-text {
    font-size: 2.66667vh; } }
@media only screen and (max-width: 800px) {
  /* line 9720, theme.scss */
  .feedback__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 9727, theme.scss */
  .feedback h3 {
    padding-bottom: 8vw; }

  /* line 9731, theme.scss */
  .feedback__block {
    background: url("feedback_mobile.png") no-repeat 50% 100%;
    background-size: cover; }

  /* line 9736, theme.scss */
  .feedback__block-inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 8.5333333333vw 2.6666666667vw 48.2666666667vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 9743, theme.scss */
  .feedback__block-form {
    width: auto; }

  /* line 9747, theme.scss */
  .feedback__successful {
    min-height: 53.33333vw; }

  /* line 9751, theme.scss */
  .feedback__successful--feedback {
    min-height: 137.06667vw; }

  /* line 9755, theme.scss */
  .feedback__successful--resume {
    min-height: 172vw; }

  /* line 9759, theme.scss */
  .feedback__successful-title {
    font-size: 12.8vw;
    margin-bottom: 4.26667vw; }

  /* line 9764, theme.scss */
  .feedback__successful-text {
    font-size: 6.4vw; } }
/* line 9769, theme.scss */
.news {
  overflow: hidden; }

/* line 9773, theme.scss */
.news__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 3.75vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9781, theme.scss */
  .news__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9787, theme.scss */
  .news__inner {
    padding: 6.66667vh 5.77778vh 0vh 5.77778vh; } }
/* line 9792, theme.scss */
.news h2 {
  margin-bottom: 2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9797, theme.scss */
  .news h2 {
    margin-bottom: 3.55556vh; } }
/* line 9802, theme.scss */
.news__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25vw;
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9811, theme.scss */
  .news__items {
    gap: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9817, theme.scss */
  .news__items {
    padding-bottom: 3.33333vh; } }
/* line 9822, theme.scss */
.news__item {
  text-decoration: none;
  flex-shrink: 0;
  width: 20vw;
  height: 33.1875vw;
  overflow: hidden;
  margin-right: 1.25vw;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9836, theme.scss */
  .news__item {
    width: 35.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9842, theme.scss */
  .news__item {
    height: 59vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9848, theme.scss */
  .news__item {
    margin-right: 2.22222vh; } }
/* line 9853, theme.scss */
.news__item-img img {
  transition: .3s all;
  width: 100%;
  height: 21.5vw;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9862, theme.scss */
  .news__item-img img {
    height: 38.22222vh; } }
/* line 9867, theme.scss */
.news__item-img--mobile {
  display: none; }

/* line 9871, theme.scss */
.news__item-block {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  padding: 1.25vw 1.25vw 0vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9882, theme.scss */
  .news__item-block {
    padding: 2.22222vh 2.22222vh 0vh 2.22222vh; } }
/* line 9887, theme.scss */
.news__item-tag {
  color: #00766C;
  font-size: 0.75vw;
  line-height: 0.9375vw;
  font-weight: 400;
  margin-bottom: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9896, theme.scss */
  .news__item-tag {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9902, theme.scss */
  .news__item-tag {
    line-height: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9908, theme.scss */
  .news__item-tag {
    margin-bottom: 1.11111vh; } }
/* line 9913, theme.scss */
.news__item-title {
  transition: .3s all;
  color: #000;
  flex-grow: 1;
  font-size: 1.25vw;
  line-height: 1.625vw;
  height: 6.5vw;
  font-weight: 600;
  margin-bottom: 1.375vw;
  overflow: hidden; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9926, theme.scss */
  .news__item-title {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9932, theme.scss */
  .news__item-title {
    line-height: 2.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9938, theme.scss */
  .news__item-title {
    height: 11.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9944, theme.scss */
  .news__item-title {
    margin-bottom: 2.44444vh; } }
/* line 9949, theme.scss */
.news__item-text {
  transition: .3s all;
  color: #000;
  height: 0;
  font-size: 0vw;
  line-height: 0vw;
  font-weight: 600;
  margin-bottom: 0vw;
  max-height: 7.875vw;
  overflow: hidden; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9962, theme.scss */
  .news__item-text {
    font-size: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9968, theme.scss */
  .news__item-text {
    line-height: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9974, theme.scss */
  .news__item-text {
    margin-bottom: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9980, theme.scss */
  .news__item-text {
    max-height: 14vh; } }
/* line 9985, theme.scss */
.news__item-datetime {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 9993, theme.scss */
  .news__item-datetime {
    gap: 2.88889vh; } }
/* line 9998, theme.scss */
.news__item-date {
  color: #6C88A0;
  font-size: 0.75vw;
  line-height: 1vw;
  font-weight: 400; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10006, theme.scss */
  .news__item-date {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10012, theme.scss */
  .news__item-date {
    line-height: 1.77778vh; } }
/* line 10017, theme.scss */
.news__item-time {
  position: relative;
  color: #6C88A0;
  font-size: 0.75vw;
  line-height: 1vw;
  font-weight: 400;
  padding-left: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10027, theme.scss */
  .news__item-time {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10033, theme.scss */
  .news__item-time {
    line-height: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10039, theme.scss */
  .news__item-time {
    padding-left: 2.88889vh; } }
/* line 10044, theme.scss */
.news__item-time:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  background: url("time_mini.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10057, theme.scss */
  .news__item-time:before {
    width: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10063, theme.scss */
  .news__item-time:before {
    height: 1.77778vh; } }
/* line 10068, theme.scss */
.news__item:hover .news__item-img img {
  height: 11.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10073, theme.scss */
  .news__item:hover .news__item-img img {
    height: 20vh; } }
/* line 10078, theme.scss */
.news__item:hover .news__item-title {
  flex-grow: unset;
  height: auto; }

/* line 10083, theme.scss */
.news__item:hover .news__item-text {
  flex-grow: 1;
  height: auto;
  font-size: 1vw;
  line-height: 1.3125vw;
  font-weight: 600;
  margin-bottom: 1.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10093, theme.scss */
  .news__item:hover .news__item-text {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10099, theme.scss */
  .news__item:hover .news__item-text {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10105, theme.scss */
  .news__item:hover .news__item-text {
    margin-bottom: 2.44444vh; } }
/* line 10110, theme.scss */
.news__sections {
  margin: 2.625vw 0vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10119, theme.scss */
  .news__sections {
    margin: 4.66667vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10125, theme.scss */
  .news__sections {
    gap: 4.88889vh; } }
/* line 10130, theme.scss */
.news__sections-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10138, theme.scss */
  .news__sections-items {
    gap: 2.22222vh; } }
/* line 10143, theme.scss */
.news__sections-item {
  display: block;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625vw 1.25vw;
  border-radius: 2.5vw;
  border-color: #36475B;
  border-width: 0.0625vw;
  border-style: solid;
  text-decoration: none;
  transition: 0.5s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10160, theme.scss */
  .news__sections-item {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10166, theme.scss */
  .news__sections-item {
    padding: 1.11111vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10172, theme.scss */
  .news__sections-item {
    border-radius: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10178, theme.scss */
  .news__sections-item {
    border-width: 0.11111vh; } }
/* line 10183, theme.scss */
.news__sections-item:hover {
  background: #F6F9FF; }

/* line 10187, theme.scss */
.news__sections-item--active {
  color: #ffffff;
  background: #007680;
  border-color: #007680; }

/* line 10193, theme.scss */
.news__sections-item--active:hover {
  color: #ffffff;
  background: #007680;
  border-color: #007680; }

/* line 10199, theme.scss */
.news__sections-search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10208, theme.scss */
  .news__sections-search {
    gap: 1.66667vh; } }
/* line 10213, theme.scss */
.news__sections-search-input {
  display: block;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0.625vw 1.25vw;
  border-radius: 1.25vw;
  border-color: #8898AB;
  border-width: 0.0625vw;
  border-style: solid; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10226, theme.scss */
  .news__sections-search-input {
    padding: 1.11111vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10232, theme.scss */
  .news__sections-search-input {
    border-radius: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10238, theme.scss */
  .news__sections-search-input {
    border-width: 0.11111vh; } }
/* line 10243, theme.scss */
.news__sections-search-go {
  display: block;
  flex-shrink: 0;
  width: 1.5vw;
  height: 1.5vw;
  border: none;
  padding: 0;
  margin: 0;
  background: url("search.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10256, theme.scss */
  .news__sections-search-go {
    width: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10262, theme.scss */
  .news__sections-search-go {
    height: 2.66667vh; } }
/* line 10267, theme.scss */
.news__tags {
  margin-bottom: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.375vw;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10282, theme.scss */
  .news__tags {
    margin-bottom: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10288, theme.scss */
  .news__tags {
    gap: 0.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10294, theme.scss */
  .news__tags {
    font-size: 1.55556vh; } }
/* line 10299, theme.scss */
.news__tag {
  border-radius: 2.5vw;
  background: #F6F9FF;
  padding: 0.625vw 1.25vw;
  color: #36475B;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10309, theme.scss */
  .news__tag {
    border-radius: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10315, theme.scss */
  .news__tag {
    padding: 1.11111vh 2.22222vh; } }
/* line 10320, theme.scss */
.news__tag--active, .news__tag:hover {
  background: linear-gradient(135deg, #98D8C5 0%, #F6F9FF 100%); }

/* line 10324, theme.scss */
.news__items--list {
  flex-wrap: wrap; }

/* line 10328, theme.scss */
.news__items--list .news__item {
  margin-right: 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10333, theme.scss */
  .news__items--list .news__item {
    margin-right: 0vh; } }
/* line 10338, theme.scss */
.news__items--list .news__item:nth-child(15n+1), .news__items--list .news__item:nth-child(15n+2), .news__items--list .news__item:nth-child(15n+10), .news__items--list .news__item:nth-child(15n+15) {
  width: 46.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10343, theme.scss */
  .news__items--list .news__item:nth-child(15n+1), .news__items--list .news__item:nth-child(15n+2), .news__items--list .news__item:nth-child(15n+10), .news__items--list .news__item:nth-child(15n+15) {
    width: 82vh; } }
/* line 10348, theme.scss */
.news__items--list .news__item:nth-child(15n+3), .news__items--list .news__item:nth-child(15n+4), .news__items--list .news__item:nth-child(15n+5), .news__items--list .news__item:nth-child(15n+6), .news__items--list .news__item:nth-child(15n+11), .news__items--list .news__item:nth-child(15n+12), .news__items--list .news__item:nth-child(15n+13), .news__items--list .news__item:nth-child(15n+14) {
  width: 22.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10353, theme.scss */
  .news__items--list .news__item:nth-child(15n+3), .news__items--list .news__item:nth-child(15n+4), .news__items--list .news__item:nth-child(15n+5), .news__items--list .news__item:nth-child(15n+6), .news__items--list .news__item:nth-child(15n+11), .news__items--list .news__item:nth-child(15n+12), .news__items--list .news__item:nth-child(15n+13), .news__items--list .news__item:nth-child(15n+14) {
    width: 39.88889vh; } }
/* line 10358, theme.scss */
.news__items--list .news__item:nth-child(15n+7), .news__items--list .news__item:nth-child(15n+8), .news__items--list .news__item:nth-child(15n+9) {
  width: 30.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10363, theme.scss */
  .news__items--list .news__item:nth-child(15n+7), .news__items--list .news__item:nth-child(15n+8), .news__items--list .news__item:nth-child(15n+9) {
    width: 53.88889vh; } }
/* line 10368, theme.scss */
.news__show h1 {
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10373, theme.scss */
  .news__show h1 {
    margin-bottom: 3.33333vh; } }
/* line 10378, theme.scss */
.news__show-img {
  margin-bottom: 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10383, theme.scss */
  .news__show-img {
    margin-bottom: 5.55556vh; } }
/* line 10388, theme.scss */
.news__show-img img {
  width: 100%;
  max-height: 31.25vw;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10396, theme.scss */
  .news__show-img img {
    max-height: 55.55556vh; } }
/* line 10401, theme.scss */
.news__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

/* line 10407, theme.scss */
.news__col--1 {
  flex-shrink: 0;
  width: 61.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10413, theme.scss */
  .news__col--1 {
    width: 108.88889vh; } }
/* line 10418, theme.scss */
.news__col--1 a {
  color: #007680;
  text-decoration: underline; }

/* line 10423, theme.scss */
.news__col--2 {
  position: sticky;
  top: 6.25vw;
  flex-shrink: 0;
  width: 28.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10431, theme.scss */
  .news__col--2 {
    top: 11.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10437, theme.scss */
  .news__col--2 {
    width: 50.44444vh; } }
/* line 10442, theme.scss */
.news__signature {
  margin-top: 1.25vw;
  padding-top: 1.25vw;
  background: url("news_signature.png") no-repeat 0 0;
  background-size: 29.125vw 0.0625vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10453, theme.scss */
  .news__signature {
    margin-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10459, theme.scss */
  .news__signature {
    padding-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10465, theme.scss */
  .news__signature {
    background-size: 51.77778vh 0.11111vh; } }
/* line 10470, theme.scss */
.news__signature-share-title {
  margin-bottom: 0.25vw;
  color: #36475B;
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10480, theme.scss */
  .news__signature-share-title {
    margin-bottom: 0.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10486, theme.scss */
  .news__signature-share-title {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10492, theme.scss */
  .news__signature-share-title {
    line-height: 1.33333vh; } }
/* line 10497, theme.scss */
.news__signature-name {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05vw;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10508, theme.scss */
  .news__signature-name {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10514, theme.scss */
  .news__signature-name {
    letter-spacing: 0.08889vh; } }
/* line 10519, theme.scss */
.news__signature-url a {
  color: #007680;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10529, theme.scss */
  .news__signature-url a {
    font-size: 1.77778vh; } }
/* line 10534, theme.scss */
.news__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10542, theme.scss */
  .news__share {
    gap: 2.22222vh; } }
/* line 10547, theme.scss */
.news__share-link--tele svg {
  width: 1.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10552, theme.scss */
  .news__share-link--tele svg {
    width: 1.88889vh; } }
/* line 10557, theme.scss */
.news__share-link--vk svg {
  width: 1.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10562, theme.scss */
  .news__share-link--vk svg {
    width: 2.44444vh; } }
/* line 10567, theme.scss */
.news__share-link--fb svg {
  width: 1.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10572, theme.scss */
  .news__share-link--fb svg {
    width: 1.88889vh; } }
/* line 10577, theme.scss */
.news__share-link--inst svg {
  width: 1.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10582, theme.scss */
  .news__share-link--inst svg {
    width: 1.88889vh; } }
/* line 10587, theme.scss */
.news__share-link svg path {
  transition: 0.3s all; }

/* line 10591, theme.scss */
.news__share-link:hover svg path {
  fill: #007680; }

/* line 10595, theme.scss */
.news__author {
  margin-top: 1.875vw;
  padding-top: 1.25vw;
  background: url("news_signature.png") no-repeat 0 0;
  background-size: 29.125vw 0.0625vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10607, theme.scss */
  .news__author {
    margin-top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10613, theme.scss */
  .news__author {
    padding-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10619, theme.scss */
  .news__author {
    background-size: 51.77778vh 0.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10625, theme.scss */
  .news__author {
    gap: 2.66667vh; } }
/* line 10630, theme.scss */
.news__author-ava {
  flex-shrink: 0; }

/* line 10634, theme.scss */
.news__author-ava img {
  display: block;
  border-radius: 50%;
  width: 4.375vw;
  height: 4.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10642, theme.scss */
  .news__author-ava img {
    width: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10648, theme.scss */
  .news__author-ava img {
    height: 7.77778vh; } }
/* line 10653, theme.scss */
.news__author-name {
  color: #0C0C0C;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625vw;
  letter-spacing: 0.05vw;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10664, theme.scss */
  .news__author-name {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10670, theme.scss */
  .news__author-name {
    line-height: 2.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10676, theme.scss */
  .news__author-name {
    letter-spacing: 0.08889vh; } }
/* line 10681, theme.scss */
.news__author-position {
  color: #0C0C0C;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10690, theme.scss */
  .news__author-position {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 10696, theme.scss */
  .news__author-position {
    line-height: 2.88889vh; } }
/* line 10701, theme.scss */
.news .slick-list {
  overflow: visible; }

@media only screen and (max-width: 800px) {
  /* line 10706, theme.scss */
  .news__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 16vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 10713, theme.scss */
  .news h2 {
    margin-bottom: 5.33333vw; }

  /* line 10717, theme.scss */
  .news__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8vw;
    padding-bottom: 8vw; }

  /* line 10725, theme.scss */
  .news__item {
    height: auto;
    text-decoration: none;
    flex-shrink: 0;
    width: 80vw;
    overflow: hidden;
    margin-right: 2.6666666667vw;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column; }

  /* line 10738, theme.scss */
  .news__item-img img {
    transition: .3s all;
    width: 100%;
    height: 91.7333333333vw;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 10746, theme.scss */
  .news__item-img--desktop {
    display: none; }

  /* line 10750, theme.scss */
  .news__item-img--mobile {
    display: block; }

  /* line 10754, theme.scss */
  .news__item-block {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    padding: 5.33333vw 5.33333vw 0vw 5.33333vw; }

  /* line 10764, theme.scss */
  .news__item-tag {
    color: #00766C;
    font-size: 3.2vw;
    line-height: 4vw;
    font-weight: 400;
    margin-bottom: 2.66667vw; }

  /* line 10772, theme.scss */
  .news__item-title {
    transition: .3s all;
    color: #000;
    flex-grow: 1;
    font-size: 5.3333333333vw;
    line-height: 6.9333333333vw;
    height: auto;
    font-weight: 600;
    margin-bottom: 5.8666666667vw;
    overflow: hidden; }

  /* line 10784, theme.scss */
  .news__item-text {
    transition: .3s all;
    color: #000;
    font-size: 0vw;
    line-height: 0vw;
    font-weight: 600;
    margin-bottom: 0vw;
    max-height: 33.6vw;
    overflow: hidden; }

  /* line 10795, theme.scss */
  .news__item-datetime {
    align-items: center;
    justify-content: flex-start;
    gap: 6.9333333333vw;
    padding-bottom: 1px; }

  /* line 10802, theme.scss */
  .news__item-date {
    color: #6C88A0;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    font-weight: 400; }

  /* line 10809, theme.scss */
  .news__item-time {
    position: relative;
    color: #6C88A0;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    font-weight: 400;
    padding-left: 6.93333vw; }

  /* line 10818, theme.scss */
  .news__item-time:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url("time_mini.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 10830, theme.scss */
  .news__item:hover .news__item-img img {
    height: 91.73333vw; }

  /* line 10834, theme.scss */
  .news__item:hover .news__item-title {
    flex-grow: unset; }

  /* line 10838, theme.scss */
  .news__item:hover .news__item-text {
    display: none; }

  /* line 10842, theme.scss */
  .news__sections {
    margin: 5.3333333333vw 0vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11.73333vw; }

  /* line 10850, theme.scss */
  .news__sections-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.6666666667vw;
    flex-wrap: wrap; }

  /* line 10858, theme.scss */
  .news__sections-item {
    display: block;
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 5.3333333333vw;
    border-color: #36475B;
    border-width: 0.2666666667vw;
    border-style: solid;
    text-decoration: none;
    transition: 0.5s all; }

  /* line 10874, theme.scss */
  .news__sections-item:hover {
    background: #F6F9FF; }

  /* line 10878, theme.scss */
  .news__sections-item--active {
    color: #ffffff;
    background: #007680;
    border-color: #007680; }

  /* line 10884, theme.scss */
  .news__sections-item--active:hover {
    color: #ffffff;
    background: #007680;
    border-color: #007680; }

  /* line 10890, theme.scss */
  .news__sections-search {
    display: none; }

  /* line 10894, theme.scss */
  .news__tags {
    margin-bottom: 8vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
    font-weight: 400;
    color: #36475B; }

  /* line 10907, theme.scss */
  .news__tag {
    border-radius: 5.3333333333vw;
    background: #F6F9FF;
    padding: 1.3333333333vw 2.6666666667vw;
    color: #36475B;
    text-decoration: none; }

  /* line 10915, theme.scss */
  .news__tag--active, .news__tag:hover {
    background: linear-gradient(135deg, #98D8C5 0%, #F6F9FF 100%); }

  /* line 10919, theme.scss */
  .news__items--list {
    flex-wrap: wrap; }

  /* line 10923, theme.scss */
  .news__items--list .news__item {
    margin-right: 0vw; }

  /* line 10927, theme.scss */
  .news__items--list .news__item:nth-child(15n+1), .news__items--list .news__item:nth-child(15n+2), .news__items--list .news__item:nth-child(15n+10), .news__items--list .news__item:nth-child(15n+15) {
    width: 100%; }

  /* line 10931, theme.scss */
  .news__items--list .news__item:nth-child(15n+3), .news__items--list .news__item:nth-child(15n+4), .news__items--list .news__item:nth-child(15n+5), .news__items--list .news__item:nth-child(15n+6), .news__items--list .news__item:nth-child(15n+11), .news__items--list .news__item:nth-child(15n+12), .news__items--list .news__item:nth-child(15n+13), .news__items--list .news__item:nth-child(15n+14) {
    width: 100%; }

  /* line 10935, theme.scss */
  .news__items--list .news__item:nth-child(15n+7), .news__items--list .news__item:nth-child(15n+8), .news__items--list .news__item:nth-child(15n+9) {
    width: 100%; }

  /* line 10939, theme.scss */
  .news__show h1 {
    margin-bottom: 8vw; }

  /* line 10943, theme.scss */
  .news__show-img {
    margin-bottom: 8vw; }

  /* line 10947, theme.scss */
  .news__show-img img {
    width: 100%;
    max-height: 133.3333333333vw;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 10954, theme.scss */
  .news__cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; }

  /* line 10961, theme.scss */
  .news__col--1 {
    width: 100%; }

  /* line 10965, theme.scss */
  .news__col--2 {
    width: 100%; }

  /* line 10969, theme.scss */
  .news__signature {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    background: url("news_signature.png") no-repeat 0 0;
    background-size: 124.2666666667vw 0.2666666667vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }

  /* line 10979, theme.scss */
  .news__signature-share-title {
    margin-bottom: 1.0666666667vw;
    color: #36475B;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2vw; }

  /* line 10988, theme.scss */
  .news__signature-name {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase; }

  /* line 10998, theme.scss */
  .news__signature-url a {
    color: #007680;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline; }

  /* line 11007, theme.scss */
  .news__share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5.33333vw; }

  /* line 11014, theme.scss */
  .news__share-link--tele svg {
    width: 4.53333vw; }

  /* line 11018, theme.scss */
  .news__share-link--vk svg {
    width: 5.86667vw; }

  /* line 11022, theme.scss */
  .news__share-link--fb svg {
    width: 4.53333vw; }

  /* line 11026, theme.scss */
  .news__share-link--inst svg {
    width: 4.53333vw; }

  /* line 11030, theme.scss */
  .news__share-link svg path {
    transition: 0.3s all; }

  /* line 11034, theme.scss */
  .news__share-link:hover svg path {
    fill: #007680; }

  /* line 11038, theme.scss */
  .news__author {
    margin-top: 8vw;
    padding-top: 5.3333333333vw;
    background: url("news_signature.png") no-repeat 0 0;
    background-size: 124.2666666667vw 0.2666666667vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.4vw; }

  /* line 11049, theme.scss */
  .news__author-ava {
    flex-shrink: 0; }

  /* line 11053, theme.scss */
  .news__author-ava img {
    display: block;
    border-radius: 50%;
    width: 18.6666666667vw;
    height: 18.66667vw; }

  /* line 11060, theme.scss */
  .news__author-name {
    color: #0C0C0C;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.9333333333vw;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase; }

  /* line 11070, theme.scss */
  .news__author-position {
    color: #0C0C0C;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw; }

  /* line 11078, theme.scss */
  .news .slick-list {
    overflow: hidden;
    margin-right: -10px; } }
/* line 11084, theme.scss */
.stories {
  overflow: hidden; }

/* line 11088, theme.scss */
.stories__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11096, theme.scss */
  .stories__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11102, theme.scss */
  .stories__inner {
    padding: 0vh 5.77778vh 0vh 5.77778vh; } }
/* line 11107, theme.scss */
.stories__header {
  margin-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11112, theme.scss */
  .stories__header {
    margin-bottom: 4.44444vh; } }
/* line 11117, theme.scss */
.stories__subtitle {
  color: #000;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11125, theme.scss */
  .stories__subtitle {
    font-size: 2.66667vh; } }
/* line 11130, theme.scss */
.stories__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25vw;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11139, theme.scss */
  .stories__items {
    gap: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11145, theme.scss */
  .stories__items {
    margin-bottom: 2.22222vh; } }
/* line 11150, theme.scss */
.stories__item {
  overflow: hidden;
  margin-right: 1.25vw;
  background: #F6F9FF;
  color: #36475B;
  position: relative;
  height: 25vw;
  width: 21.25vw;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-shrink: 0;
  transition: 0.5s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11166, theme.scss */
  .stories__item {
    margin-right: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11172, theme.scss */
  .stories__item {
    height: 44.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11178, theme.scss */
  .stories__item {
    width: 37.77778vh; } }
/* line 11183, theme.scss */
.stories__item-left {
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  width: 21.25vw;
  height: 25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11194, theme.scss */
  .stories__item-left {
    width: 37.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11200, theme.scss */
  .stories__item-left {
    height: 44.44444vh; } }
/* line 11205, theme.scss */
.stories__item-right {
  flex-shrink: 0;
  width: 25.625vw;
  padding: 1.875vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11216, theme.scss */
  .stories__item-right {
    width: 45.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11222, theme.scss */
  .stories__item-right {
    padding: 3.33333vh; } }
/* line 11227, theme.scss */
.stories__item-title {
  padding: 1.875vw;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11235, theme.scss */
  .stories__item-title {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11241, theme.scss */
  .stories__item-title {
    font-size: 2.66667vh; } }
/* line 11246, theme.scss */
.stories__item-img {
  height: auto;
  flex-grow: 1;
  overflow: hidden; }

/* line 11252, theme.scss */
.stories__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }

/* line 11261, theme.scss */
.stories__item-more {
  text-align: right; }

/* line 11265, theme.scss */
.stories__item-more a {
  text-align: right;
  position: relative;
  display: inline-block;
  color: #007680;
  font-size: 1vw;
  line-height: 1.3125vw;
  font-weight: 600;
  padding-right: 1.25vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11278, theme.scss */
  .stories__item-more a {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11284, theme.scss */
  .stories__item-more a {
    line-height: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11290, theme.scss */
  .stories__item-more a {
    padding-right: 2.22222vh; } }
/* line 11295, theme.scss */
.stories__item-more a:before {
  position: absolute;
  content: '';
  right: 0vw;
  top: 0vw;
  height: 0.625vw;
  width: 0.625vw;
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11307, theme.scss */
  .stories__item-more a:before {
    right: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11313, theme.scss */
  .stories__item-more a:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11319, theme.scss */
  .stories__item-more a:before {
    height: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11325, theme.scss */
  .stories__item-more a:before {
    width: 1.11111vh; } }
/* line 11330, theme.scss */
.stories__item--black {
  background: #000000;
  color: #ffffff; }

/* line 11335, theme.scss */
.stories__item--black .stories__item-more a {
  color: #ffffff; }

/* line 11339, theme.scss */
.stories__item--black .stories__item-more a:before {
  background: url("button_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 11344, theme.scss */
.stories__item--green {
  background: #1B9F8C;
  color: #ffffff; }

/* line 11349, theme.scss */
.stories__item--green .stories__item-more a {
  color: #ffffff; }

/* line 11353, theme.scss */
.stories__item--green .stories__item-more a:before {
  background: url("button_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 11358, theme.scss */
.stories__item--dark-green {
  background: #107F8C;
  color: #ffffff; }

/* line 11363, theme.scss */
.stories__item--dark-green .stories__item-more a {
  color: #ffffff; }

/* line 11367, theme.scss */
.stories__item--dark-green .stories__item-more a:before {
  background: url("button_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 11372, theme.scss */
.stories__item--no-img img {
  display: none; }

/* line 11376, theme.scss */
.stories__item-text {
  opacity: 0;
  transition: .5s all;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11386, theme.scss */
  .stories__item-text {
    font-size: 2.22222vh; } }
/* line 11391, theme.scss */
.stories__item:hover {
  width: 46.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11396, theme.scss */
  .stories__item:hover {
    width: 83.33333vh; } }
/* line 11401, theme.scss */
.stories__item:hover .stories__item-text {
  opacity: 1; }

/* line 11405, theme.scss */
.stories .slick-initialized .slick-slide {
  display: flex; }

/* line 11409, theme.scss */
.stories .slick-list {
  overflow: visible; }

/* line 11413, theme.scss */
.article {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11422, theme.scss */
  .article {
    font-size: 2.22222vh; } }
/* line 11427, theme.scss */
.article--case {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.75vw;
  margin-bottom: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11437, theme.scss */
  .article--case {
    gap: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11443, theme.scss */
  .article--case {
    margin-bottom: 6.66667vh; } }
/* line 11448, theme.scss */
.article img {
  display: block;
  width: 100%;
  height: auto; }

/* line 11454, theme.scss */
.article iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-bottom: 1em; }

/* line 11461, theme.scss */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #36475B;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3.75vw;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11471, theme.scss */
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11477, theme.scss */
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 3.33333vh; } }
/* line 11482, theme.scss */
.article h1, .article h2 {
  font-size: 3vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11487, theme.scss */
  .article h1, .article h2 {
    font-size: 5.33333vh; } }
/* line 11492, theme.scss */
.article h3 {
  font-size: 2.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11497, theme.scss */
  .article h3 {
    font-size: 4vh; } }
/* line 11502, theme.scss */
.article h4 {
  font-size: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11507, theme.scss */
  .article h4 {
    font-size: 2.66667vh; } }
/* line 11512, theme.scss */
.article table {
  border-collapse: collapse; }

/* line 11516, theme.scss */
.article table th {
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #616C7A;
  padding: 0.9375vw 1.25vw 0.9375vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11526, theme.scss */
  .article table th {
    font-size: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11532, theme.scss */
  .article table th {
    padding: 1.66667vh 2.22222vh 1.66667vh 0vh; } }
/* line 11537, theme.scss */
.article table td {
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #616C7A;
  padding: 0.9375vw 1.25vw 0.9375vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11547, theme.scss */
  .article table td {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11553, theme.scss */
  .article table td {
    padding: 1.66667vh 2.22222vh 1.66667vh 0vh; } }
/* line 11558, theme.scss */
.article__pre-header h2 {
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0vw 0vw 0.9375vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11568, theme.scss */
  .article__pre-header h2 {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11574, theme.scss */
  .article__pre-header h2 {
    padding: 0vh 0vh 1.66667vh 0vh; } }
/* line 11579, theme.scss */
.article__header h3 {
  margin: 0;
  color: #007680;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 0.5vw;
  background: url("article_header.png") repeat-x 50% 100%;
  background-size: 980px 1px; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11592, theme.scss */
  .article__header h3 {
    font-size: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11598, theme.scss */
  .article__header h3 {
    padding-bottom: 0.88889vh; } }
/* line 11603, theme.scss */
.article__header-subtitle {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
  padding: 0.8125vw 0vw 1.1875vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11615, theme.scss */
  .article__header-subtitle {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11621, theme.scss */
  .article__header-subtitle {
    letter-spacing: 0.08889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11627, theme.scss */
  .article__header-subtitle {
    padding: 1.44444vh 0vh 2.11111vh 0vh; } }
/* line 11632, theme.scss */
.article__header-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11640, theme.scss */
  .article__header-time {
    gap: 1.11111vh; } }
/* line 11645, theme.scss */
.article__header-time-title {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11654, theme.scss */
  .article__header-time-title {
    font-size: 1.77778vh; } }
/* line 11659, theme.scss */
.article__header-time-value {
  color: #007680;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.625vw 1.25vw;
  border-radius: 2.5vw;
  background: #F6F9FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11671, theme.scss */
  .article__header-time-value {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11677, theme.scss */
  .article__header-time-value {
    padding: 1.11111vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11683, theme.scss */
  .article__header-time-value {
    border-radius: 4.44444vh; } }
/* line 11688, theme.scss */
.article__text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11696, theme.scss */
  .article__text {
    font-size: 2.22222vh; } }
/* line 11701, theme.scss */
.article__text h2 {
  margin: 0 0 .5em 0;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11710, theme.scss */
  .article__text h2 {
    font-size: 4vh; } }
/* line 11715, theme.scss */
.article__text li {
  margin: 0.625vw 0vw 0.625vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11720, theme.scss */
  .article__text li {
    margin: 1.11111vh 0vh 1.11111vh 0vh; } }
/* line 11725, theme.scss */
.article__text p {
  margin-bottom: 1em; }

/* line 11729, theme.scss */
.article__text p:last-child {
  margin-bottom: 0; }

/* line 11733, theme.scss */
.article__q-big {
  background: url("article_big.png") repeat-x 50% 50%;
  background-size: cover;
  padding: 3.75vw 3.5625vw;
  color: #FFF;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11745, theme.scss */
  .article__q-big {
    padding: 6.66667vh 6.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11751, theme.scss */
  .article__q-big {
    font-size: 4vh; } }
/* line 11756, theme.scss */
.article__task h2 {
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 2.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11767, theme.scss */
  .article__task h2 {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11773, theme.scss */
  .article__task h2 {
    margin-bottom: 3.88889vh; } }
/* line 11778, theme.scss */
.article__task-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11786, theme.scss */
  .article__task-block {
    gap: 2.22222vh; } }
/* line 11791, theme.scss */
.article__task-list {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11799, theme.scss */
  .article__task-list {
    font-size: 2.22222vh; } }
/* line 11804, theme.scss */
.article__task-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 11810, theme.scss */
.article__task-list li {
  position: relative;
  margin: 0vw 0vw 0.625vw 0vw;
  padding-left: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11817, theme.scss */
  .article__task-list li {
    margin: 0vh 0vh 1.11111vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11823, theme.scss */
  .article__task-list li {
    padding-left: 3.33333vh; } }
/* line 11828, theme.scss */
.article__task-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3125vw;
  width: 0.625vw;
  height: 0.625vw;
  background: #007680;
  border-radius: 50%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11840, theme.scss */
  .article__task-list li:before {
    top: 0.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11846, theme.scss */
  .article__task-list li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11852, theme.scss */
  .article__task-list li:before {
    height: 1.11111vh; } }
/* line 11857, theme.scss */
.article__task-img {
  width: 50%;
  flex-shrink: 0; }

/* line 11862, theme.scss */
.article__task-img img {
  display: block;
  width: 100%; }

/* line 11867, theme.scss */
.article__req {
  padding: 3.75vw 2.5vw;
  background: #F6F9FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11873, theme.scss */
  .article__req {
    padding: 6.66667vh 4.44444vh; } }
/* line 11878, theme.scss */
.article__req h2 {
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0vw 0vw 3.4375vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11887, theme.scss */
  .article__req h2 {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11893, theme.scss */
  .article__req h2 {
    margin: 0vh 0vh 6.11111vh 0vh; } }
/* line 11898, theme.scss */
.article__req ol {
  margin: 0; }

/* line 11902, theme.scss */
.article__req li {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0vw 0vw 0.625vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11911, theme.scss */
  .article__req li {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11917, theme.scss */
  .article__req li {
    margin: 0vh 0vh 1.11111vh 0vh; } }
/* line 11922, theme.scss */
.article__req li:last-child {
  margin: 0; }

/* line 11926, theme.scss */
.article__dev {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11935, theme.scss */
  .article__dev {
    gap: 4.44444vh; } }
/* line 11940, theme.scss */
.article__dev h2 {
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11949, theme.scss */
  .article__dev h2 {
    font-size: 4vh; } }
/* line 11954, theme.scss */
.article__dev-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 11960, theme.scss */
.article__dev-header-logo img {
  display: block;
  height: 6.125vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11967, theme.scss */
  .article__dev-header-logo img {
    height: 10.88889vh; } }
/* line 11972, theme.scss */
.article__dev-header-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11980, theme.scss */
  .article__dev-header-items {
    gap: 1.11111vh; } }
/* line 11985, theme.scss */
.article__dev-header-item {
  display: flex;
  padding: 1.875vw 1.25vw 1.25vw 1.25vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6875vw;
  border: 1px solid #E4E7EC; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 11995, theme.scss */
  .article__dev-header-item {
    padding: 3.33333vh 2.22222vh 2.22222vh 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12001, theme.scss */
  .article__dev-header-item {
    gap: 3vh; } }
/* line 12006, theme.scss */
.article__dev-header-item--result {
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12011, theme.scss */
  .article__dev-header-item--result {
    gap: 1.11111vh; } }
/* line 12016, theme.scss */
.article__dev-header-item-num {
  color: #007680;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12025, theme.scss */
  .article__dev-header-item-num {
    font-size: 7.11111vh; } }
/* line 12030, theme.scss */
.article__dev-header-item-text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12038, theme.scss */
  .article__dev-header-item-text {
    font-size: 2.22222vh; } }
/* line 12043, theme.scss */
.article__dev-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 12050, theme.scss */
.article__dev-image {
  margin-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12055, theme.scss */
  .article__dev-image {
    margin-bottom: 4.44444vh; } }
/* line 12060, theme.scss */
.article__dev-image:last-child {
  margin-bottom: 0; }

/* line 12064, theme.scss */
.article__dev-image img {
  display: block; }

/* line 12068, theme.scss */
.article__dev-image--half {
  width: 30vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12073, theme.scss */
  .article__dev-image--half {
    width: 53.33333vh; } }
/* line 12078, theme.scss */
.article__dev-image-title {
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 1.0625vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12087, theme.scss */
  .article__dev-image-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12093, theme.scss */
  .article__dev-image-title {
    margin: 1.88889vh 0vh; } }
/* line 12098, theme.scss */
.article__dev-image-desc {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12106, theme.scss */
  .article__dev-image-desc {
    font-size: 2.22222vh; } }
/* line 12111, theme.scss */
.article__result {
  padding: 2.5vw 1.875vw 3.75vw 1.875vw;
  background: radial-gradient(196.62% 100.9% at 100% 100%, #3c9f7c 0%, rgba(60, 159, 124, 0) 100%), linear-gradient(0deg, #007680 0%, #007680 100%), #fff; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12117, theme.scss */
  .article__result {
    padding: 4.44444vh 3.33333vh 6.66667vh 3.33333vh; } }
/* line 12122, theme.scss */
.article__result h2 {
  color: #FFF;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  margin-bottom: 1.5625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12133, theme.scss */
  .article__result h2 {
    font-size: 4vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12139, theme.scss */
  .article__result h2 {
    margin-bottom: 2.77778vh; } }
/* line 12144, theme.scss */
.article__dev-header-item--result {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%; }

/* line 12150, theme.scss */
.article__dev-header-item--result.article__dev-header-logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 12157, theme.scss */
.article__dev-header-item--result.article__dev-header-logo img {
  width: 100%;
  height: auto; }

/* line 12162, theme.scss */
.article__dev-header-item--result .article__dev-header-item-num {
  color: #FFF;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12171, theme.scss */
  .article__dev-header-item--result .article__dev-header-item-num {
    font-size: 7.11111vh; } }
/* line 12176, theme.scss */
.article__dev-header-item--result .article__dev-header-item-text {
  color: #FFF;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12185, theme.scss */
  .article__dev-header-item--result .article__dev-header-item-text {
    font-size: 1.77778vh; } }
/* line 12190, theme.scss */
.article__result-list {
  color: #fff;
  position: relative;
  padding: 3.125vw 0vw 0vw 2.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12197, theme.scss */
  .article__result-list {
    padding: 5.55556vh 0vh 0vh 4.88889vh; } }
/* line 12202, theme.scss */
.article__result-list:before {
  position: absolute;
  display: block;
  content: '';
  background: url("article_result.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 1.3125vw;
  height: 1.5vw;
  top: 3.125vw;
  left: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12215, theme.scss */
  .article__result-list:before {
    width: 2.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12221, theme.scss */
  .article__result-list:before {
    height: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12227, theme.scss */
  .article__result-list:before {
    top: 5.55556vh; } }
/* line 12232, theme.scss */
.article__result-list ol {
  margin: 0;
  padding: 0vw 0vw 0vw 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12238, theme.scss */
  .article__result-list ol {
    padding: 0vh 0vh 0vh 3.33333vh; } }
/* line 12243, theme.scss */
.article__result-list li {
  color: #fff;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0vw 0vw 0.625vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12253, theme.scss */
  .article__result-list li {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12259, theme.scss */
  .article__result-list li {
    margin: 0vh 0vh 1.11111vh 0vh; } }
/* line 12264, theme.scss */
.article__result-list li:last-child {
  margin: 0; }

/* line 12268, theme.scss */
.article__q {
  position: relative;
  padding-left: 6.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12274, theme.scss */
  .article__q {
    padding-left: 12.22222vh; } }
/* line 12279, theme.scss */
.article__q:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3.3125vw;
  height: 2.25vw;
  background: url("article_quotes.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12291, theme.scss */
  .article__q:before {
    width: 5.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12297, theme.scss */
  .article__q:before {
    height: 4vh; } }
/* line 12302, theme.scss */
.article__q-text {
  color: #007680;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12312, theme.scss */
  .article__q-text {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12318, theme.scss */
  .article__q-text {
    margin-bottom: 3.33333vh; } }
/* line 12323, theme.scss */
.article__q-author {
  color: #0C0C0C;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05vw;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12334, theme.scss */
  .article__q-author {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12340, theme.scss */
  .article__q-author {
    letter-spacing: 0.08889vh; } }
/* line 12345, theme.scss */
.article__q-position {
  color: #0C0C0C;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12354, theme.scss */
  .article__q-position {
    font-size: 1.77778vh; } }
@media only screen and (max-width: 800px) {
  /* line 12360, theme.scss */
  .article {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12368, theme.scss */
  .article--case {
    gap: 16vw;
    margin-bottom: 16vw; }

  /* line 12373, theme.scss */
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    color: #36475B;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16vw;
    margin-bottom: 8vw; }

  /* line 12382, theme.scss */
  .article h1, .article h2 {
    font-size: 6.4vw; }

  /* line 12386, theme.scss */
  .article h3 {
    font-size: 5.33333vw; }

  /* line 12390, theme.scss */
  .article h4 {
    font-size: 4.8vw; }

  /* line 12394, theme.scss */
  .article iframe {
    height: 53.3333333333vw;
    width: 94.66667vw; }

  /* line 12399, theme.scss */
  .article .table__inner {
    overflow: auto; }

  /* line 12403, theme.scss */
  .article table {
    border-collapse: collapse;
    margin-bottom: 1em; }

  /* line 12408, theme.scss */
  .article table th {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 2px solid #616C7A;
    padding: 4vw 5.33333vw 4vw 0vw; }

  /* line 12417, theme.scss */
  .article table td {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #616C7A;
    padding: 4vw 5.33333vw 4vw 0vw; }

  /* line 12426, theme.scss */
  .article__pre-header h2 {
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0vw 0vw 4vw 0vw; }

  /* line 12435, theme.scss */
  .article__header h3 {
    margin: 0;
    color: #007680;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 2.1333333333vw;
    background: url("article_header.png") repeat-x 50% 100%;
    background-size: 980px 1px; }

  /* line 12447, theme.scss */
  .article__header-subtitle {
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase;
    padding: 3.46667vw 0vw 5.06667vw 0vw; }

  /* line 12458, theme.scss */
  .article__header-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.66667vw; }

  /* line 12465, theme.scss */
  .article__header-time-title {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12473, theme.scss */
  .article__header-time-value {
    color: #007680;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 1.3333333333vw 4vw;
    border-radius: 10.6666666667vw;
    background: #F6F9FF; }

  /* line 12484, theme.scss */
  .article__text {
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12491, theme.scss */
  .article__text li {
    margin: 0vw 0vw 2.66667vw 0vw; }

  /* line 12495, theme.scss */
  .article__text h2 {
    margin: 0 0 .5em 0;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12503, theme.scss */
  .article__text p {
    margin-bottom: 1em; }

  /* line 12507, theme.scss */
  .article__text p:last-child {
    margin-bottom: 0; }

  /* line 12511, theme.scss */
  .article__q-big {
    background: url("article_big.png") repeat-x 50% 50%;
    background-size: cover;
    padding: 8vw 8vw;
    color: #FFF;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12522, theme.scss */
  .article__task h2 {
    margin: 0vw 0vw 5.3333333333vw 0vw;
    padding: 0;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; }

  /* line 12531, theme.scss */
  .article__task-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5.33333vw; }

  /* line 12539, theme.scss */
  .article__task-list {
    order: 2;
    width: 100%;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12548, theme.scss */
  .article__task-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* line 12554, theme.scss */
  .article__task-list li {
    position: relative;
    margin: 0vw 0vw 2.6666666667vw 0vw;
    padding-left: 8vw; }

  /* line 12560, theme.scss */
  .article__task-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: #007680;
    border-radius: 50%; }

  /* line 12571, theme.scss */
  .article__task-img {
    order: 1;
    width: 100%; }

  /* line 12576, theme.scss */
  .article__task-img img {
    display: block;
    width: 100%; }

  /* line 12581, theme.scss */
  .article__req {
    padding: 10.6666666667vw 5.3333333333vw;
    background: #F6F9FF; }

  /* line 12586, theme.scss */
  .article__req h2 {
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0vw 0vw 8vw 0vw; }

  /* line 12594, theme.scss */
  .article__req ol {
    margin: 0; }

  /* line 12598, theme.scss */
  .article__req li {
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0vw 0vw 2.66667vw 0vw; }

  /* line 12606, theme.scss */
  .article__req li:last-child {
    margin: 0; }

  /* line 12610, theme.scss */
  .article__dev {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10.66667vw; }

  /* line 12618, theme.scss */
  .article__dev h2 {
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0; }

  /* line 12626, theme.scss */
  .article__dev-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5.33333vw; }

  /* line 12634, theme.scss */
  .article__dev-header-logo {
    width: 100%; }

  /* line 12638, theme.scss */
  .article__dev-header-logo img {
    display: block;
    height: 26.1333333333vw;
    width: auto; }

  /* line 12644, theme.scss */
  .article__dev-header-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.66667vw; }

  /* line 12653, theme.scss */
  .article__dev-header-item {
    width: 100%;
    display: flex;
    padding: 8vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.2vw;
    border: 1px solid #E4E7EC; }

  /* line 12663, theme.scss */
  .article__dev-header-item--result {
    gap: 2.66667vw; }

  /* line 12667, theme.scss */
  .article__dev-header-item-num {
    color: #007680;
    font-size: 17.0666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 12675, theme.scss */
  .article__dev-header-item-text {
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 12682, theme.scss */
  .article__dev-images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }

  /* line 12689, theme.scss */
  .article__dev-image {
    margin-bottom: 10.66667vw; }

  /* line 12693, theme.scss */
  .article__dev-image:last-child {
    margin-bottom: 0; }

  /* line 12697, theme.scss */
  .article__dev-image img {
    display: block; }

  /* line 12701, theme.scss */
  .article__dev-image--half {
    width: 100%; }

  /* line 12705, theme.scss */
  .article__dev-image-title {
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 4.53333vw 0vw; }

  /* line 12713, theme.scss */
  .article__dev-image-desc {
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12720, theme.scss */
  .article__result {
    padding: 10.6666666667vw 8vw 16vw 8vw;
    background: radial-gradient(196.62% 100.9% at 100% 100%, #3c9f7c 0%, rgba(60, 159, 124, 0) 100%), linear-gradient(0deg, #007680 0%, #007680 100%), #fff; }

  /* line 12725, theme.scss */
  .article__result h2 {
    color: #FFF;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    margin-bottom: 6.66667vw; }

  /* line 12735, theme.scss */
  .article__dev-header-item--result {
    width: 100%; }

  /* line 12739, theme.scss */
  .article__dev-header-item--result.article__dev-header-logo {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

  /* line 12746, theme.scss */
  .article__dev-header-item--result.article__dev-header-logo img {
    width: 100%;
    height: auto; }

  /* line 12751, theme.scss */
  .article__dev-header-item--result .article__dev-header-item-num {
    color: #FFF;
    font-size: 17.0666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 12759, theme.scss */
  .article__dev-header-item--result .article__dev-header-item-text {
    color: #FFF;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 12767, theme.scss */
  .article__result-list {
    position: relative;
    padding: 13.33333vw 0vw 0vw 5.33333vw; }

  /* line 12772, theme.scss */
  .article__result-list:before {
    position: absolute;
    display: block;
    content: '';
    background: url("article_result.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 5.6vw;
    height: 6.4vw;
    top: 13.3333333333vw;
    left: 0; }

  /* line 12784, theme.scss */
  .article__result-list ol {
    margin: 0;
    padding: 0vw 0vw 0vw 8vw; }

  /* line 12789, theme.scss */
  .article__result-list li {
    color: #fff;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0vw 0vw 2.66667vw 0vw; }

  /* line 12798, theme.scss */
  .article__result-list li:last-child {
    margin: 0; }

  /* line 12802, theme.scss */
  .article__q {
    position: relative;
    padding-left: 13.33333vw; }

  /* line 12807, theme.scss */
  .article__q:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7.0666666667vw;
    height: 4.8vw;
    background: url("article_quotes.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 12818, theme.scss */
  .article__q-text {
    color: #007680;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8vw; }

  /* line 12827, theme.scss */
  .article__q-author {
    color: #0C0C0C;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase; }

  /* line 12837, theme.scss */
  .article__q-position {
    color: #0C0C0C;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; } }
/* line 12846, theme.scss */
.i-hero {
  position: relative;
  box-sizing: border-box;
  background: url("i_hero.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 12853, theme.scss */
.i-hero__inner {
  min-height: 29.75vw;
  box-sizing: border-box;
  max-width: 100vw;
  padding: 1.25vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12865, theme.scss */
  .i-hero__inner {
    min-height: 52.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12871, theme.scss */
  .i-hero__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12877, theme.scss */
  .i-hero__inner {
    padding: 2.22222vh 5.77778vh; } }
/* line 12882, theme.scss */
.i-hero__block {
  width: 56.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12892, theme.scss */
  .i-hero__block {
    width: 100vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12898, theme.scss */
  .i-hero__block {
    gap: 4.88889vh; } }
/* line 12903, theme.scss */
.i-hero__top {
  position: relative;
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12913, theme.scss */
  .i-hero__top {
    font-size: 2.66667vh; } }
/* line 12918, theme.scss */
.i-hero__icon {
  display: none; }

/* line 12922, theme.scss */
.i-hero h1 {
  position: relative;
  padding: 0;
  margin: 0;
  /*    color: #36475B; */
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12935, theme.scss */
  .i-hero h1 {
    font-size: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12941, theme.scss */
  .i-hero h1 {
    letter-spacing: -0.35556vh; } }
/* line 12946, theme.scss */
.i-hero__text {
  position: relative;
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12956, theme.scss */
  .i-hero__text {
    font-size: 2.66667vh; } }
/* line 12961, theme.scss */
.i-hero__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12969, theme.scss */
  .i-hero__buttons {
    gap: 1.11111vh; } }
/* line 12974, theme.scss */
.i-hero__buttons--promo {
  gap: 2.5vw;
  align-items: center; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12980, theme.scss */
  .i-hero__buttons--promo {
    gap: 4.44444vh; } }
/* line 12985, theme.scss */
.i-hero__link {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: .3s opacity;
  opacity: 1; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 12997, theme.scss */
  .i-hero__link {
    font-size: 2.22222vh; } }
/* line 13002, theme.scss */
.i-hero__link:hover {
  opacity: 0.8; }

/* line 13006, theme.scss */
.i-hero__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block; }

/* line 13019, theme.scss */
.i-hero--photo {
  background: url("i_hero_photo.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 13024, theme.scss */
.i-hero--photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

/* line 13034, theme.scss */
.i-hero--photo h1 {
  color: #ffffff; }

/* line 13038, theme.scss */
.i-hero--photo .i-hero__text {
  color: #ffffff; }

/* line 13042, theme.scss */
.i-hero--partners {
  background: url("hero_partner.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 13047, theme.scss */
.i-hero--agromonitoring {
  overflow: hidden;
  background: url("hero_agro.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13053, theme.scss */
.i-hero--agromonitoring:before {
  display: block;
  position: absolute;
  content: '';
  background: url("hero_agro_b.png") no-repeat 50% 50%;
  background-size: cover;
  left: 50%;
  margin-left: 10.1875vw;
  top: 0vw;
  width: 40.8125vw;
  height: 33.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13067, theme.scss */
  .i-hero--agromonitoring:before {
    margin-left: 18.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13073, theme.scss */
  .i-hero--agromonitoring:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13079, theme.scss */
  .i-hero--agromonitoring:before {
    width: 72.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13085, theme.scss */
  .i-hero--agromonitoring:before {
    height: 58.77778vh; } }
/* line 13090, theme.scss */
.i-hero--agromonitoring .button {
  background: #ffffff;
  color: #007680; }

/* line 13095, theme.scss */
.i-hero--agromonitoring .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13100, theme.scss */
.i-hero--agromonitoring h1 {
  color: #ffffff; }

/* line 13104, theme.scss */
.i-hero--agromonitoring .i-hero__text {
  color: #ffffff; }

/* line 13108, theme.scss */
.i-hero--target_pro {
  overflow: hidden;
  background: url("hero_target_pro.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13114, theme.scss */
.i-hero--target_pro:before {
  display: block;
  position: absolute;
  content: '';
  background: url("hero_target_pro_b.png") no-repeat 50% 50%;
  background-size: cover;
  left: 50%;
  margin-left: 6.25vw;
  top: 1.875vw;
  width: 46.375vw;
  height: 27.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13128, theme.scss */
  .i-hero--target_pro:before {
    margin-left: 11.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13134, theme.scss */
  .i-hero--target_pro:before {
    top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13140, theme.scss */
  .i-hero--target_pro:before {
    width: 82.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13146, theme.scss */
  .i-hero--target_pro:before {
    height: 49.33333vh; } }
/* line 13151, theme.scss */
.i-hero--target_pro .button {
  background: #ffffff;
  color: #007680; }

/* line 13156, theme.scss */
.i-hero--target_pro .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13161, theme.scss */
.i-hero--target_pro h1 {
  color: #ffffff; }

/* line 13165, theme.scss */
.i-hero--target_pro .i-hero__text {
  color: #ffffff; }

/* line 13169, theme.scss */
.i-hero--doc-recognition {
  overflow: hidden;
  background: url("hero_doc.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13175, theme.scss */
.i-hero--doc-recognition:before {
  display: block;
  position: absolute;
  content: '';
  background: url("hero_doc_b.png") no-repeat 50% 50%;
  background-size: cover;
  left: 50%;
  margin-left: 11.25vw;
  top: 3.75vw;
  width: 34.16875vw;
  height: 22.53125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13189, theme.scss */
  .i-hero--doc-recognition:before {
    margin-left: 20vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13195, theme.scss */
  .i-hero--doc-recognition:before {
    top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13201, theme.scss */
  .i-hero--doc-recognition:before {
    width: 60.74444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13207, theme.scss */
  .i-hero--doc-recognition:before {
    height: 40.05556vh; } }
/* line 13212, theme.scss */
.i-hero--doc-recognition .button {
  background: #ffffff;
  color: #007680; }

/* line 13217, theme.scss */
.i-hero--doc-recognition .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13222, theme.scss */
.i-hero--doc-recognition h1 {
  color: #ffffff; }

/* line 13226, theme.scss */
.i-hero--doc-recognition .i-hero__text {
  color: #ffffff; }

/* line 13230, theme.scss */
.i-hero--dynamic_pricing {
  overflow: hidden;
  background: url("hero_dyn.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13236, theme.scss */
.i-hero--dynamic_pricing:before {
  display: block;
  position: absolute;
  content: '';
  background: url("hero_dyn_b.png") no-repeat 50% 50%;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  width: 41.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13250, theme.scss */
  .i-hero--dynamic_pricing:before {
    width: 74vh; } }
/* line 13255, theme.scss */
.i-hero--dynamic_pricing .i-hero__block {
  width: 60.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13260, theme.scss */
  .i-hero--dynamic_pricing .i-hero__block {
    width: 107.77778vh; } }
/* line 13265, theme.scss */
.i-hero--logistics {
  overflow: hidden;
  background: url("hero_log.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 13271, theme.scss */
.i-hero--logistics:before {
  display: none; }

/* line 13275, theme.scss */
.i-hero--logistics .i-hero__block {
  width: 58.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13280, theme.scss */
  .i-hero--logistics .i-hero__block {
    width: 104.44444vh; } }
/* line 13285, theme.scss */
.i-hero--logistics .i-hero__text {
  width: 43.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13290, theme.scss */
  .i-hero--logistics .i-hero__text {
    width: 77.77778vh; } }
/* line 13295, theme.scss */
.i-hero--quality-control {
  overflow: hidden;
  -webkit-backdrop-filter: blur(10.87313px);
  backdrop-filter: blur(10.87313px);
  background: url("i_hero_quality_big.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13303, theme.scss */
.i-hero--quality-control:before {
  display: block;
  position: absolute;
  content: '';
  background: url("i_hero_quality_before.png") no-repeat 50% 50%;
  background-size: cover;
  top: 1.875vw;
  margin-left: 4.375vw;
  left: 50%;
  width: 40.89375vw;
  height: 30.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13317, theme.scss */
  .i-hero--quality-control:before {
    top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13323, theme.scss */
  .i-hero--quality-control:before {
    margin-left: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13329, theme.scss */
  .i-hero--quality-control:before {
    width: 72.7vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13335, theme.scss */
  .i-hero--quality-control:before {
    height: 54vh; } }
/* line 13340, theme.scss */
.i-hero--quality-control .i-hero__block {
  width: 60.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13345, theme.scss */
  .i-hero--quality-control .i-hero__block {
    width: 107.77778vh; } }
/* line 13350, theme.scss */
.i-hero--demand-forecasting {
  overflow: hidden;
  background: url("i_hero_demand_big.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13356, theme.scss */
.i-hero--demand-forecasting:before {
  display: block;
  position: absolute;
  content: '';
  background: url("i_hero_demand_before.png") no-repeat 50% 50%;
  background-size: cover;
  left: 50%;
  margin-left: 10.9375vw;
  top: 3.75vw;
  width: 36.75vw;
  height: 26.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13370, theme.scss */
  .i-hero--demand-forecasting:before {
    margin-left: 19.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13376, theme.scss */
  .i-hero--demand-forecasting:before {
    top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13382, theme.scss */
  .i-hero--demand-forecasting:before {
    width: 65.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13388, theme.scss */
  .i-hero--demand-forecasting:before {
    height: 46.44444vh; } }
/* line 13393, theme.scss */
.i-hero--demand-forecasting .button {
  background: #ffffff;
  color: #007680; }

/* line 13398, theme.scss */
.i-hero--demand-forecasting .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13403, theme.scss */
.i-hero--demand-forecasting h1 {
  color: #ffffff; }

/* line 13407, theme.scss */
.i-hero--demand-forecasting .i-hero__text {
  color: #ffffff; }

/* line 13414, theme.scss */
.i-hero--up-effect {
  overflow: hidden;
  background: url("i_hero_demand_big.png") no-repeat 50% 50%;
  background-size: cover; }

/* line 13420, theme.scss */
.i-hero--up-effect:before {
  display: block;
  position: absolute;
  content: '';
  background: url("i_hero_up_effect_before.png") no-repeat 50% 50%;
  background-size: cover;
  left: 50%;
  margin-left: 10.9375vw;
  top: 3.75vw;
  width: 36.75vw;
  height: 26.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13434, theme.scss */
  .i-hero--up-effect:before {
    margin-left: 19.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13440, theme.scss */
  .i-hero--up-effect:before {
    top: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13446, theme.scss */
  .i-hero--up-effect:before {
    width: 65.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13452, theme.scss */
  .i-hero--up-effect:before {
    height: 46.44444vh; } }
/* line 13457, theme.scss */
.i-hero--up-effect .button {
  background: #ffffff;
  color: #007680; }

/* line 13462, theme.scss */
.i-hero--up-effect .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13467, theme.scss */
.i-hero--up-effect h1 {
  color: #ffffff; }

/* line 13471, theme.scss */
.i-hero--up-effect .i-hero__text {
  color: #ffffff; }

/* line 13476, theme.scss */
.i-hero--speech_analytics {
  overflow: hidden;
  background: url("i_hero_speech.png") no-repeat 100% 50%;
  background-size: cover; }

/* line 13482, theme.scss */
.i-hero--speech_analytics:before {
  display: none; }

/* line 13486, theme.scss */
.i-hero--speech_analytics .button {
  background: #ffffff;
  color: #007680; }

/* line 13491, theme.scss */
.i-hero--speech_analytics .button:before {
  background: url("stories_arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }

/* line 13496, theme.scss */
.i-hero--speech_analytics h1 {
  color: #ffffff; }

/* line 13500, theme.scss */
.i-hero--speech_analytics .i-hero__text {
  color: #ffffff; }

/* line 13504, theme.scss */
.i-hero--promo {
  position: relative;
  background: url("i_hero_promo.jpg") no-repeat 50% 90%;
  background-size: cover; }

/* line 13510, theme.scss */
.i-hero--promo:before {
  display: block;
  position: absolute;
  content: '';
  background: url("i_hero_promo_before_2.png") no-repeat 50% 50%;
  background-size: cover;
  right: 0vw;
  top: 0vw;
  width: 43.25vw;
  height: 30.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13523, theme.scss */
  .i-hero--promo:before {
    right: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13529, theme.scss */
  .i-hero--promo:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13535, theme.scss */
  .i-hero--promo:before {
    width: 76.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13541, theme.scss */
  .i-hero--promo:before {
    height: 54.88889vh; } }
/* line 13546, theme.scss */
.i-hero--promo:after {
  display: block;
  position: absolute;
  content: '';
  background: url("i_hero_promo_after_big.png") no-repeat 50% 50%;
  background-size: cover;
  right: 13.125vw;
  bottom: 0vw;
  width: 19.3125vw;
  height: 23.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13559, theme.scss */
  .i-hero--promo:after {
    right: 23.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13565, theme.scss */
  .i-hero--promo:after {
    bottom: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13571, theme.scss */
  .i-hero--promo:after {
    width: 34.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13577, theme.scss */
  .i-hero--promo:after {
    height: 41.77778vh; } }
/* line 13582, theme.scss */
.i-hero--promo .i-hero__inner {
  min-height: 30.875vw;
  align-items: flex-end;
  padding: 1.25vw 3.25vw 3.25vw 3.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13589, theme.scss */
  .i-hero--promo .i-hero__inner {
    min-height: 54.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13595, theme.scss */
  .i-hero--promo .i-hero__inner {
    padding: 2.22222vh 5.77778vh 5.77778vh 5.77778vh; } }
/* line 13600, theme.scss */
.i-hero--promo .i-hero__text, .i-hero--promo h1 {
  color: #ffffff; }

/* line 13604, theme.scss */
.i-hero--promo--v2:before {
  background: url("i_hero_promo_2_before.png") no-repeat 50% 50%;
  background-size: cover;
  right: 0vw;
  top: 0vw;
  width: 42.0625vw;
  height: 14.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13614, theme.scss */
  .i-hero--promo--v2:before {
    right: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13620, theme.scss */
  .i-hero--promo--v2:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13626, theme.scss */
  .i-hero--promo--v2:before {
    width: 74.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13632, theme.scss */
  .i-hero--promo--v2:before {
    height: 25.44444vh; } }
/* line 13637, theme.scss */
.i-hero--bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

/* line 13647, theme.scss */
.i-hero--bottom .i-hero__inner {
  align-items: flex-end; }

/* line 13651, theme.scss */
.i-hero--bottom .i-hero__block {
  width: 100%; }

/* line 13655, theme.scss */
.i-hero--bottom h1 {
  color: #FFF;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13665, theme.scss */
  .i-hero--bottom h1 {
    font-size: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13671, theme.scss */
  .i-hero--bottom h1 {
    letter-spacing: -0.35556vh; } }
/* line 13676, theme.scss */
.i-hero--bottom .i-hero__text {
  padding-bottom: 1.25vw;
  color: #FFF;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13686, theme.scss */
  .i-hero--bottom .i-hero__text {
    padding-bottom: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13692, theme.scss */
  .i-hero--bottom .i-hero__text {
    font-size: 2.66667vh; } }
/* line 13697, theme.scss */
.i-hero--bot {
  background: #F6F9FF url("i_hero_bot.png") no-repeat 100% 100%;
  background-size: 55.5625vw 29.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13703, theme.scss */
  .i-hero--bot {
    background-size: 98.77778vh 52.88889vh; } }
/* line 13708, theme.scss */
.i-hero--bot__inner {
  position: relative; }

/* line 13712, theme.scss */
.i-hero--bot:before {
  content: '';
  position: absolute;
  right: 4.375vw;
  bottom: 0;
  width: 27.375vw;
  height: 25.375vw;
  background: url("i_hero_bot_before.png") no-repeat 100% 100%;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13724, theme.scss */
  .i-hero--bot:before {
    right: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13730, theme.scss */
  .i-hero--bot:before {
    width: 48.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13736, theme.scss */
  .i-hero--bot:before {
    height: 45.11111vh; } }
/* line 13741, theme.scss */
.i-hero--lid {
  background: #F6F9FF url("i_hero_lid.png") no-repeat 100% 100%;
  background-size: 55.5625vw 29.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13747, theme.scss */
  .i-hero--lid {
    background-size: 98.77778vh 52.88889vh; } }
/* line 13752, theme.scss */
.i-hero--lid__inner {
  position: relative; }

/* line 13756, theme.scss */
.i-hero--lid:before {
  content: '';
  position: absolute;
  right: 4.375vw;
  bottom: 0;
  width: 27.375vw;
  height: 25.375vw;
  background: url("i_hero_lid_before.png") no-repeat 100% 100%;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13768, theme.scss */
  .i-hero--lid:before {
    right: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13774, theme.scss */
  .i-hero--lid:before {
    width: 48.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13780, theme.scss */
  .i-hero--lid:before {
    height: 45.11111vh; } }
/* line 13785, theme.scss */
.i-hero--crm {
  background: #F6F9FF url("i_hero_crm.png") no-repeat 100% 100%;
  background-size: 55.5625vw 29.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13791, theme.scss */
  .i-hero--crm {
    background-size: 98.77778vh 52.88889vh; } }
/* line 13796, theme.scss */
.i-hero--crm__inner {
  position: relative; }

/* line 13800, theme.scss */
.i-hero--crm:before {
  content: '';
  position: absolute;
  right: 4.375vw;
  bottom: 0;
  width: 27.375vw;
  height: 25.375vw;
  background: url("hero_crm.png") no-repeat 100% 100%;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13812, theme.scss */
  .i-hero--crm:before {
    right: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13818, theme.scss */
  .i-hero--crm:before {
    width: 48.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13824, theme.scss */
  .i-hero--crm:before {
    height: 45.11111vh; } }
/* line 13829, theme.scss */
.i-hero--frontal {
  background: #F6F9FF url("i_hero_crm.png") no-repeat 100% 100%;
  background-size: 55.5625vw 29.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13835, theme.scss */
  .i-hero--frontal {
    background-size: 98.77778vh 52.88889vh; } }
/* line 13840, theme.scss */
.i-hero--frontal__inner {
  position: relative; }

/* line 13844, theme.scss */
.i-hero--frontal:before {
  content: '';
  position: absolute;
  right: 4.375vw;
  bottom: 0;
  width: 27.375vw;
  height: 25.375vw;
  background: url("i_hero_frontal_before.png") no-repeat 100% 100%;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13856, theme.scss */
  .i-hero--frontal:before {
    right: 7.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13862, theme.scss */
  .i-hero--frontal:before {
    width: 48.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 13868, theme.scss */
  .i-hero--frontal:before {
    height: 45.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 13874, theme.scss */
  .i-hero {
    position: relative;
    box-sizing: border-box;
    background: #F6F9FF url("i_hero_mob_2.jpg") no-repeat 0 100%;
    background-size: cover; }

  /* line 13881, theme.scss */
  .i-hero__inner {
    min-height: 150.4vw;
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }

  /* line 13891, theme.scss */
  .i-hero__inner.demand_inner {
    min-height: 169.4vw; }

  /* line 13894, theme.scss */
  .i-hero__block {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8vw; }

  /* line 13903, theme.scss */
  .i-hero__top {
    position: absolute;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 13914, theme.scss */
  .i-hero__icon {
    padding-top: 8vw;
    display: block;
    order: 1; }

  /* line 13920, theme.scss */
  .i-hero__icon img {
    display: block;
    height: 47.2vw;
    width: auto; }

  /* line 13926, theme.scss */
  .i-hero h1 {
    position: relative;
    padding: 0;
    margin: 0;
    /*        color: #36475B; */
    font-size: 10.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.85333vw; }

  /* line 13938, theme.scss */
  .i-hero__text {
    position: relative;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 13947, theme.scss */
  .i-hero__buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2.66667vw; }

  /* line 13955, theme.scss */
  .i-hero__buttons--promo {
    position: relative;
    z-index: 2;
    gap: 10.6666666667vw;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }

  /* line 13964, theme.scss */
  .i-hero__link {
    font-size: 3.73333vw; }

  /* line 13968, theme.scss */
  .i-hero__video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

  /* line 13981, theme.scss */
  .i-hero--photo {
    background: url("i_hero_photo.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 13986, theme.scss */
  .i-hero--photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }

  /* line 13996, theme.scss */
  .i-hero--photo h1 {
    color: #ffffff; }

  /* line 14000, theme.scss */
  .i-hero--photo .i-hero__text {
    color: #ffffff; }

  /* line 14004, theme.scss */
  .i-hero--partners {
    background: url("i_hero_partners_mob.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #ffffff; }

  /* line 14010, theme.scss */
  .i-hero--partners h1, .i-hero--partners .i-hero__top, .i-hero--partners .i-hero__text {
    color: #ffffff; }

  /* line 14014, theme.scss */
  .i-hero--promo {
    overflow: hidden;
    background: url("i_hero_promo_mob.jpg") no-repeat 50% 90%;
    background-size: cover; }

  /* line 14020, theme.scss */
  .i-hero--promo:before {
    background: url("i_hero_promo_before.png") no-repeat 50% 50%;
    background-size: cover;
    right: 25.8666666667vw;
    top: 15.2vw;
    width: 43.4666666667vw;
    height: 82.66667vw; }

  /* line 14029, theme.scss */
  .i-hero--promo:after {
    background: url("i_hero_promo_after.png") no-repeat 50% 50%;
    background-size: cover;
    right: unset;
    left: 0vw;
    top: 0vw;
    width: 98.6666666667vw;
    height: 70.4vw; }

  /* line 14039, theme.scss */
  .i-hero--promo .i-hero__inner {
    z-index: 1;
    position: relative;
    min-height: 150.4vw;
    align-items: flex-end;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw; }

  /* line 14047, theme.scss */
  .i-hero--promo .i-hero__inner:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }

  /* line 14058, theme.scss */
  .i-hero--promo .i-hero__text, .i-hero--promo h1 {
    color: #ffffff; }

  /* line 14062, theme.scss */
  .i-hero--promo--v2:after {
    background: url("i_hero_promo_after_2.png") no-repeat 50% 50%;
    background-size: cover;
    right: 0vw;
    top: 0vw;
    width: 100.5333333333vw;
    height: 25.06667vw; }

  /* line 14071, theme.scss */
  .i-hero--agromonitoring {
    background: url("i_hero_promo_agro.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14076, theme.scss */
  .i-hero--agromonitoring:before {
    background: url("i_hero_promo_agro_after.png") no-repeat 50% 50%;
    background-size: cover;
    left: 0;
    margin-left: 0;
    top: 2.6666666667vw;
    width: 100%;
    height: 76.8vw; }

  /* line 14086, theme.scss */
  .i-hero--agromonitoring .i-hero__inner {
    padding-top: 80vw; }

  /* line 14090, theme.scss */
  .i-hero--agromonitoring h1 {
    color: #ffffff; }

  /* line 14094, theme.scss */
  .i-hero--target_pro {
    background: #0D2F4B url("i_hero_target.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14099, theme.scss */
  .i-hero--target_pro:before {
    background: url("i_hero_target_before.png") no-repeat 50% 50%;
    background-size: cover;
    left: -3.4666666667vw;
    margin-left: 0;
    top: 2.6666666667vw;
    width: 107.2vw;
    height: 64vw; }

  /* line 14109, theme.scss */
  .i-hero--target_pro .i-hero__inner {
    padding-top: 73.33333vw; }

  /* line 14113, theme.scss */
  .i-hero--target_pro h1 {
    color: #ffffff; }

  /* line 14117, theme.scss */
  .i-hero--doc-recognition {
    background: url("i_hero_doc.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14122, theme.scss */
  .i-hero--doc-recognition:before {
    background: url("i_hero_doc_before.png") no-repeat 50% 50%;
    background-size: cover;
    left: 8vw;
    margin-left: 0;
    top: auto;
    bottom: 8vw;
    width: 79.7333333333vw;
    height: 52.53333vw; }

  /* line 14133, theme.scss */
  .i-hero--doc-recognition .i-hero__inner {
    padding-top: 8vw;
    padding-bottom: 73.33333vw; }

  /* line 14138, theme.scss */
  .i-hero--doc-recognition h1 {
    color: #ffffff; }

  /* line 14142, theme.scss */
  .i-hero--dynamic_pricing {
    background: url("i_hero_dyn.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14147, theme.scss */
  .i-hero--dynamic_pricing:before {
    background: url("i_hero_dyn_before.png") no-repeat 50% 50%;
    background-size: cover;
    left: 0;
    top: unset;
    right: unset;
    margin-left: 0;
    bottom: 0;
    width: 161.6vw;
    height: 97.86667vw; }

  /* line 14159, theme.scss */
  .i-hero--dynamic_pricing .i-hero__inner {
    max-width: unset;
    width: auto;
    padding-top: 8vw;
    padding-bottom: 82.4vw; }

  /* line 14166, theme.scss */
  .i-hero--dynamic_pricing .i-hero__block {
    max-width: unset;
    width: auto; }

  /* line 14171, theme.scss */
  .i-hero--logistics {
    background: url("i_hero_logistic.png") no-repeat 0% 0%;
    background-size: cover; }

  /* line 14176, theme.scss */
  .i-hero--logistics:before {
    display: none; }

  /* line 14180, theme.scss */
  .i-hero--logistics .i-hero__inner {
    max-width: unset;
    width: auto;
    padding-top: 80vw;
    padding-bottom: 8vw; }

  /* line 14187, theme.scss */
  .i-hero--logistics .i-hero__block {
    max-width: unset;
    width: auto; }

  /* line 14192, theme.scss */
  .i-hero--logistics .i-hero__block {
    width: auto; }

  /* line 14196, theme.scss */
  .i-hero--logistics .i-hero__text {
    width: auto; }

  /* line 14200, theme.scss */
  .i-hero--quality-control {
    background: url("i_hero_quality.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14205, theme.scss */
  .i-hero--quality-control:before {
    background: url("i_hero_quality_before.png") no-repeat 50% 50%;
    background-size: cover;
    left: 50%;
    top: auto;
    right: unset;
    bottom: 5vw;
    margin-left: -46.1333333333vw;
    width: 94.1333333333vw;
    height: 69.86667vw; }

  /* line 14217, theme.scss */
  .i-hero--quality-control .i-hero__inner {
    max-width: unset;
    width: auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 80vw; }

  /* line 14224, theme.scss */
  .i-hero--quality-control .i-hero__block {
    max-width: unset;
    width: auto; }

  /* line 14229, theme.scss */
  .i-hero--demand-forecasting {
    background: url("hero_demand.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14234, theme.scss */
  .i-hero--demand-forecasting:before {
    left: 0;
    margin-left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 53.3333333333vw;
    background-size: contain; }

  /* line 14244, theme.scss */
  .i-hero--up-effect .i-hero__inner {
    padding-top: 80vw; }

  /* line 14248, theme.scss */
  .i-hero--up-effect h1 {
    color: #ffffff; }

  /* line 14254, theme.scss */
  .i-hero--up-effect {
    background: url("hero_demand.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 14259, theme.scss */
  .i-hero--up-effect:before {
    left: 0;
    margin-left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 93.333333vw;
    background-size: contain; }

  /* line 14269, theme.scss */
  .i-hero--up-effect .i-hero__inner {
    padding-bottom: 80vw;
    padding-top: 10vw; }

  /* line 14274, theme.scss */
  .i-hero--up-effect h1 {
    color: #ffffff; }

  /* line 14277, theme.scss */
  .i-hero--speech_analytics {
    overflow: hidden;
    background: url("hero_speach.png") no-repeat 100% 50%;
    background-size: cover; }

  /* line 14283, theme.scss */
  .i-hero--speech_analytics:before {
    display: block;
    position: absolute;
    content: '';
    background: url("hero_speach_b.png") no-repeat 50% 50%;
    background-size: cover;
    left: 0;
    margin-left: 0;
    top: auto;
    bottom: 0;
    width: 101.3333333333vw;
    height: 78.13333vw; }

  /* line 14297, theme.scss */
  .i-hero--speech_analytics .i-hero__inner {
    padding-bottom: 83.3333333333vw;
    padding-top: 10vw; }

  /* line 14302, theme.scss */
  .i-hero--speech_analytics h1 {
    color: #ffffff; }

  /* line 14306, theme.scss */
  .i-hero--bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }

  /* line 14316, theme.scss */
  .i-hero--bottom .i-hero__inner {
    align-items: flex-end; }

  /* line 14320, theme.scss */
  .i-hero--bottom .i-hero__block {
    width: 100%; }

  /* line 14324, theme.scss */
  .i-hero--bottom h1 {
    color: #FFF;
    font-size: 10.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.85333vw; }

  /* line 14333, theme.scss */
  .i-hero--bottom .i-hero__text {
    padding-bottom: 5.3333333333vw;
    color: #FFF;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 14342, theme.scss */
  .i-hero--ai .i-hero__inner {
    min-height: 168vw; }

  /* line 14346, theme.scss */
  .i-hero--bot {
    background: #F6F9FF url("hero_bot.png") no-repeat 100% 100%;
    background-size: cover; }

  /* line 14351, theme.scss */
  .i-hero--bot__inner {
    position: relative; }

  /* line 14355, theme.scss */
  .i-hero--bot:before {
    display: none; }

  /* line 14359, theme.scss */
  .i-hero--lid {
    background: #F6F9FF url("hero_lid.png") no-repeat 100% 100%;
    background-size: cover; }

  /* line 14364, theme.scss */
  .i-hero--lid__inner {
    position: relative; }

  /* line 14368, theme.scss */
  .i-hero--lid:before {
    display: none; }

  /* line 14372, theme.scss */
  .i-hero--crm {
    background: #F6F9FF url("hero_crm_i.png") no-repeat 100% 100%;
    background-size: cover; }

  /* line 14377, theme.scss */
  .i-hero--crm__inner {
    position: relative; }

  /* line 14381, theme.scss */
  .i-hero--crm:before {
    display: none; }

  /* line 14385, theme.scss */
  .i-hero--frontal {
    background: #F6F9FF url("hero_frontal_i.png") no-repeat 100% 100%;
    background-size: cover; }

  /* line 14390, theme.scss */
  .i-hero--frontal__inner {
    position: relative; }

  /* line 14394, theme.scss */
  .i-hero--frontal:before {
    display: none; } }
/* line 14399, theme.scss */
.brand {
  margin-top: 2.5vw;
  overflow: hidden; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14405, theme.scss */
  .brand {
    margin-top: 4.44444vh; } }
/* line 14410, theme.scss */
.brand__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14419, theme.scss */
  .brand__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14425, theme.scss */
  .brand__inner {
    padding: 0vh 5.77778vh; } }
/* line 14430, theme.scss */
.brand__title {
  color: #000;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14440, theme.scss */
  .brand__title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14446, theme.scss */
  .brand__title {
    margin-bottom: 3.33333vh; } }
/* line 14451, theme.scss */
.brand__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 14458, theme.scss */
.brand__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.5625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14466, theme.scss */
  .brand__item {
    width: 27.66667vh; } }
/* line 14471, theme.scss */
.brand__item img {
  width: 14.125vw;
  height: 9.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14477, theme.scss */
  .brand__item img {
    width: 25.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14483, theme.scss */
  .brand__item img {
    height: 16.66667vh; } }
/* line 14488, theme.scss */
.brand .slick-initialized .slick-slide {
  display: flex; }

@media only screen and (max-width: 800px) {
  /* line 14493, theme.scss */
  .brand {
    margin-top: 10.66667vw; }

  /* line 14497, theme.scss */
  .brand__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin-left: auto;
    margin-right: auto; }

  /* line 14505, theme.scss */
  .brand__title {
    color: #000;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 8vw; }

  /* line 14514, theme.scss */
  .brand__items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  /* line 14521, theme.scss */
  .brand__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31.46667vw; }

  /* line 14528, theme.scss */
  .brand__item img {
    width: 31.4666666667vw;
    height: auto; } }
/* line 14534, theme.scss */
.q {
  margin-top: 5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14539, theme.scss */
  .q {
    margin-top: 8.88889vh; } }
/* line 14544, theme.scss */
.q__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14553, theme.scss */
  .q__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14559, theme.scss */
  .q__inner {
    padding: 0vh 5.77778vh; } }
/* line 14564, theme.scss */
.q__author {
  display: block;
  position: absolute;
  left: 5.75vw;
  top: -1.25vw;
  width: 22vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14573, theme.scss */
  .q__author {
    left: 10.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14579, theme.scss */
  .q__author {
    top: -2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14585, theme.scss */
  .q__author {
    width: 39.11111vh; } }
/* line 14590, theme.scss */
.q__title {
  color: #36475B;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0vw 0vw 3.75vw 31.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14600, theme.scss */
  .q__title {
    font-size: 5.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14606, theme.scss */
  .q__title {
    padding: 0vh 0vh 6.66667vh 55.22222vh; } }
/* line 14611, theme.scss */
.q__block {
  box-sizing: border-box;
  min-height: 19.3125vw;
  padding: 2.5vw 2.5vw 2.5vw 31.0625vw;
  background: linear-gradient(45deg, #4BAEB7 0%, #007680 100%); }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14619, theme.scss */
  .q__block {
    min-height: 34.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14625, theme.scss */
  .q__block {
    padding: 4.44444vh 4.44444vh 4.44444vh 55.22222vh; } }
/* line 14630, theme.scss */
.q__text {
  position: relative;
  color: #FFF;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0.9375vw;
  margin-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14642, theme.scss */
  .q__text {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14648, theme.scss */
  .q__text {
    padding-top: 1.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14654, theme.scss */
  .q__text {
    margin-bottom: 4.44444vh; } }
/* line 14659, theme.scss */
.q__text:before {
  content: '';
  position: absolute;
  left: -3.6875vw;
  top: 0vw;
  width: 3.125vw;
  height: 2.0625vw;
  background: url("q_text.svg") no-repeat 0 0;
  background-size: 100% auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14671, theme.scss */
  .q__text:before {
    left: -6.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14677, theme.scss */
  .q__text:before {
    top: 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14683, theme.scss */
  .q__text:before {
    width: 5.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14689, theme.scss */
  .q__text:before {
    height: 3.66667vh; } }
/* line 14694, theme.scss */
.q__name {
  color: #FFF;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05vw;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14705, theme.scss */
  .q__name {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14711, theme.scss */
  .q__name {
    letter-spacing: 0.08889vh; } }
/* line 14716, theme.scss */
.q__name a {
  color: #FFF;
  text-decoration: none;
  text-transform: none; }

/* line 14722, theme.scss */
.q__post {
  color: #FFF;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05vw;
  text-transform: uppercase; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14733, theme.scss */
  .q__post {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14739, theme.scss */
  .q__post {
    letter-spacing: 0.08889vh; } }
@media only screen and (max-width: 800px) {
  /* line 14745, theme.scss */
  .q {
    margin-top: 16vw; }

  /* line 14749, theme.scss */
  .q__inner {
    position: relative;
    box-sizing: border-box;
    padding: 0vw 2.6666666667vw 0vw 2.6666666667vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 14760, theme.scss */
  .q__author {
    order: 2;
    display: block;
    position: static;
    width: 100%; }

  /* line 14767, theme.scss */
  .q__title {
    order: 1;
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 0vw 0vw 5.33333vw 0vw; }

  /* line 14777, theme.scss */
  .q__block {
    order: 3;
    box-sizing: border-box;
    min-height: 82.4vw;
    padding: 10.6666666667vw 10.6666666667vw 10.6666666667vw 21.3333333333vw;
    background: linear-gradient(45deg, #4BAEB7 0%, #007680 100%); }

  /* line 14785, theme.scss */
  .q__text {
    position: relative;
    color: #FFF;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 4vw;
    margin-bottom: 10.66667vw; }

  /* line 14796, theme.scss */
  .q__text:before {
    content: '';
    position: absolute;
    left: -15.7333333333vw;
    top: 0vw;
    width: 13.3333333333vw;
    height: 8.8vw;
    background: url("q_text.svg") no-repeat 0 0;
    background-size: 100% auto; }

  /* line 14807, theme.scss */
  .q__name {
    color: #FFF;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase; }

  /* line 14817, theme.scss */
  .q__post {
    color: #FFF;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2133333333vw;
    text-transform: uppercase; } }
/* line 14828, theme.scss */
.cookie {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007680; }

/* line 14837, theme.scss */
.cookie__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 1.875vw 3.25vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14850, theme.scss */
  .cookie__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14856, theme.scss */
  .cookie__inner {
    padding: 3.33333vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14862, theme.scss */
  .cookie__inner {
    gap: 7.77778vh; } }
/* line 14867, theme.scss */
.cookie__text {
  color: #FFF;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14876, theme.scss */
  .cookie__text {
    font-size: 1.77778vh; } }
/* line 14881, theme.scss */
.cookie__text a {
  color: #FFF; }

/* line 14885, theme.scss */
.cookie .button {
  flex-shrink: 0; }

@media only screen and (max-width: 800px) {
  /* line 14890, theme.scss */
  .cookie__inner {
    flex-direction: column;
    padding: 2.6666666667vw 2.6666666667vw;
    gap: 2.6666666667vw;
    align-items: flex-end; }

  /* line 14897, theme.scss */
  .cookie__text {
    font-size: 3.2vw;
    line-height: normal; }

  /* line 14902, theme.scss */
  .cookie .button {
    padding: 1.3333333333vw 3.2vw;
    border-radius: 3.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.26667vw; } }
/* line 14910, theme.scss */
.steps {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14915, theme.scss */
  .steps {
    margin-top: 4.44444vh; } }
/* line 14920, theme.scss */
.steps__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14928, theme.scss */
  .steps__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14934, theme.scss */
  .steps__inner {
    padding: 0vh 5.77778vh; } }
/* line 14939, theme.scss */
.steps__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.5625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14947, theme.scss */
  .steps__items {
    gap: 9.88889vh; } }
/* line 14952, theme.scss */
.steps__items--top {
  padding-right: 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14957, theme.scss */
  .steps__items--top {
    padding-right: 5.55556vh; } }
/* line 14962, theme.scss */
.steps__items--top .steps__item-icon {
  left: 0;
  bottom: -10vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14968, theme.scss */
  .steps__items--top .steps__item-icon {
    bottom: -17.77778vh; } }
/* line 14973, theme.scss */
.steps__items--top .steps__item-icon:before {
  display: block;
  content: '';
  position: absolute;
  left: 2.6875vw;
  top: -3.625vw;
  width: 0.0625vw;
  height: 3.625vw;
  background: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14985, theme.scss */
  .steps__items--top .steps__item-icon:before {
    left: 4.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14991, theme.scss */
  .steps__items--top .steps__item-icon:before {
    top: -6.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 14997, theme.scss */
  .steps__items--top .steps__item-icon:before {
    width: 0.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15003, theme.scss */
  .steps__items--top .steps__item-icon:before {
    height: 6.44444vh; } }
/* line 15008, theme.scss */
.steps__items--bottom {
  padding-left: 9.375vw;
  padding-right: 3.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15014, theme.scss */
  .steps__items--bottom {
    padding-left: 16.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15020, theme.scss */
  .steps__items--bottom {
    padding-right: 5.55556vh; } }
/* line 15025, theme.scss */
.steps__items--bottom .steps__item-icon {
  left: 0;
  top: -10vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15031, theme.scss */
  .steps__items--bottom .steps__item-icon {
    top: -17.77778vh; } }
/* line 15036, theme.scss */
.steps__items--bottom .steps__item-icon:before {
  display: block;
  content: '';
  position: absolute;
  left: 2.6875vw;
  bottom: -3.625vw;
  width: 0.0625vw;
  height: 3.625vw;
  background: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15048, theme.scss */
  .steps__items--bottom .steps__item-icon:before {
    left: 4.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15054, theme.scss */
  .steps__items--bottom .steps__item-icon:before {
    bottom: -6.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15060, theme.scss */
  .steps__items--bottom .steps__item-icon:before {
    width: 0.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15066, theme.scss */
  .steps__items--bottom .steps__item-icon:before {
    height: 6.44444vh; } }
/* line 15071, theme.scss */
.steps__item {
  max-width: 18.75vw;
  position: relative; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15077, theme.scss */
  .steps__item {
    max-width: 33.33333vh; } }
/* line 15082, theme.scss */
.steps__item-title {
  color: #007680;
  font-size: 1.5vw;
  margin-bottom: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15092, theme.scss */
  .steps__item-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15098, theme.scss */
  .steps__item-title {
    margin-bottom: 2.22222vh; } }
/* line 15103, theme.scss */
.steps__item-desc {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15111, theme.scss */
  .steps__item-desc {
    font-size: 2.22222vh; } }
/* line 15116, theme.scss */
.steps__item-icon {
  position: absolute; }

/* line 15120, theme.scss */
.steps__item-icon img {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  width: 5.4375vw;
  height: 5.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15129, theme.scss */
  .steps__item-icon img {
    width: 9.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15135, theme.scss */
  .steps__item-icon img {
    height: 9.66667vh; } }
/* line 15140, theme.scss */
.steps__line {
  margin: 7.25vw 0vw;
  min-height: 8.1875vw;
  background: url("steps_line.png") no-repeat 0 0;
  background-size: 86.3125vw 8.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15148, theme.scss */
  .steps__line {
    margin: 12.88889vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15154, theme.scss */
  .steps__line {
    min-height: 14.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15160, theme.scss */
  .steps__line {
    background-size: 153.44444vh 14.55556vh; } }
@media only screen and (max-width: 800px) {
  /* line 15166, theme.scss */
  .steps {
    margin-top: 5.33333vw; }

  /* line 15170, theme.scss */
  .steps__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 15177, theme.scss */
  .steps__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 13.33333vw; }

  /* line 15185, theme.scss */
  .steps__items--top {
    padding-right: 0vw;
    margin-bottom: 13.33333vw; }

  /* line 15190, theme.scss */
  .steps__items--top .steps__item:first-child .steps__item-icon:before {
    display: none; }

  /* line 15194, theme.scss */
  .steps__items--top .steps__item-icon {
    left: 0;
    top: 0;
    bottom: unset; }

  /* line 15200, theme.scss */
  .steps__items--top .steps__item-icon:before {
    display: block;
    content: '';
    position: absolute;
    left: 8vw;
    top: -13.3333333333vw;
    width: 0.2666666667vw;
    height: 13.3333333333vw;
    background: transparent;
    border-left: 1px dashed #36475B; }

  /* line 15212, theme.scss */
  .steps__items--bottom {
    padding-left: 0vw;
    padding-right: 0vw; }

  /* line 15217, theme.scss */
  .steps__items--bottom .steps__item-icon {
    left: 0;
    top: 0;
    bottom: unset; }

  /* line 15223, theme.scss */
  .steps__items--bottom .steps__item-icon:before {
    display: block;
    content: '';
    position: absolute;
    left: 8vw;
    top: -13.3333333333vw;
    bottom: unset;
    width: 0.2666666667vw;
    height: 13.3333333333vw;
    background: transparent;
    border-left: 1px dashed #36475B; }

  /* line 15236, theme.scss */
  .steps__item {
    max-width: unset;
    position: relative;
    padding-left: 18.66667vw; }

  /* line 15242, theme.scss */
  .steps__item-title {
    color: #007680;
    font-size: 6.4vw;
    margin: 0;
    padding: 4.5333333333vw 0vw 5.8666666667vw 0vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; }

  /* line 15252, theme.scss */
  .steps__item-desc {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 15259, theme.scss */
  .steps__item-icon {
    position: absolute; }

  /* line 15263, theme.scss */
  .steps__item-icon img {
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    width: 16vw;
    height: 16vw; }

  /* line 15271, theme.scss */
  .steps__line {
    display: none; } }
/* line 15276, theme.scss */
.news__col--1 a.hover-text, .hover-text {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: transparent;
  top: 0.125vw;
  width: 1.0625vw;
  height: 1.0625vw;
  background: url("news_col.svg") no-repeat 0 0;
  background-size: 100% 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15289, theme.scss */
  .news__col--1 a.hover-text, .hover-text {
    top: 0.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15295, theme.scss */
  .news__col--1 a.hover-text, .hover-text {
    width: 1.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15301, theme.scss */
  .news__col--1 a.hover-text, .hover-text {
    height: 1.88889vh; } }
/* line 15306, theme.scss */
.news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
  box-sizing: border-box;
  background: #666;
  color: white;
  font-weight: bold;
  width: 18.75vw;
  padding: 1.25vw;
  font-size: 0.875vw;
  line-height: normal;
  border-radius: 0.625vw;
  display: block;
  text-transform: none;
  left: -9.375vw;
  bottom: 1.875vw;
  position: absolute;
  content: "Другие лица (неограниченный круг лиц/сторонние операторы) могут обрабатывать указанные персональные данные без каких-либо запретов или условий."; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15325, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    width: 33.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15331, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    padding: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15337, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    font-size: 1.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15343, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    border-radius: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15349, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    left: -16.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15355, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    bottom: 3.33333vh; } }
@media only screen and (max-width: 800px) {
  /* line 15361, theme.scss */
  .news__col--1 a.hover-text:hover:before, .hover-text:hover:before {
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
    width: 66.6666666667vw;
    left: -53.3333333333vw;
    bottom: 8vw; } }
@media only screen and (max-width: 800px) {
  /* line 15372, theme.scss */
  .news__col--1 a.hover-text, .hover-text {
    top: 0.5333333333vw;
    width: 4.5333333333vw;
    height: 4.53333vw; } }
@media only screen and (max-width: 800px) {
  /* line 15380, theme.scss */
  .news__col--1 a.hover-text--right:hover:before, .hover-text--right:hover:before {
    left: -13.33333vw; } }
@media only screen and (max-width: 800px) {
  /* line 15386, theme.scss */
  .news__col--1 a.hover-text--center:hover:before, .hover-text--center:hover:before {
    left: -33.33333vw; } }
/* line 15391, theme.scss */
.news__col--1 a.hover-text {
  content: none;
  background: url("news_col_1.svg") no-repeat 0 0;
  background-size: 100% 100%;
  top: 0.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15399, theme.scss */
  .news__col--1 a.hover-text {
    top: 0.55556vh; } }
@media only screen and (max-width: 800px) {
  /* line 15405, theme.scss */
  .news__col--1 a.hover-text {
    top: 1.3333333333vw;
    width: 4.5333333333vw;
    height: 4.53333vw; } }
/* line 15412, theme.scss */
.tip {
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.3125vw;
  color: #73879f; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15420, theme.scss */
  .tip {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15426, theme.scss */
  .tip {
    line-height: 2.33333vh; } }
/* line 15431, theme.scss */
.tip--top-40 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15436, theme.scss */
  .tip--top-40 {
    margin-top: 4.44444vh; } }
/* line 15441, theme.scss */
.tip--top-48 {
  margin-top: 3vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15446, theme.scss */
  .tip--top-48 {
    margin-top: 5.33333vh; } }
@media only screen and (max-width: 800px) {
  /* line 15452, theme.scss */
  .tip {
    font-weight: 400;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    color: #73879f; }

  /* line 15459, theme.scss */
  .tip--top-40 {
    margin-top: 5.33333vw; }

  /* line 15463, theme.scss */
  .tip--top-48 {
    margin-top: 5.33333vw; }

  /* line 15467, theme.scss */
  .tip--mobile-p {
    padding: 0vw 2.66667vw; } }
/* line 15472, theme.scss */
.accordion {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15477, theme.scss */
  .accordion {
    margin-top: 4.44444vh; } }
/* line 15482, theme.scss */
.accordion__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15490, theme.scss */
  .accordion__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15496, theme.scss */
  .accordion__inner {
    padding: 0vh 5.77778vh; } }
/* line 15501, theme.scss */
.accordion__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

/* line 15507, theme.scss */
.accordion__left {
  width: 46.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15512, theme.scss */
  .accordion__left {
    width: 82.11111vh; } }
/* line 15517, theme.scss */
.accordion__item {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 2.5vw;
  border-width: 0.0625vw;
  border-style: solid;
  border-color: #B2B9C8;
  margin-top: -0.0625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15529, theme.scss */
  .accordion__item {
    padding: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15535, theme.scss */
  .accordion__item {
    border-width: 0.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15541, theme.scss */
  .accordion__item {
    margin-top: -0.11111vh; } }
/* line 15546, theme.scss */
.accordion__item:first-child {
  margin-top: 0; }

/* line 15550, theme.scss */
.accordion__item svg {
  display: block;
  position: absolute;
  right: 2.5vw;
  top: 2.9375vw;
  width: 1.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15559, theme.scss */
  .accordion__item svg {
    right: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15565, theme.scss */
  .accordion__item svg {
    top: 5.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15571, theme.scss */
  .accordion__item svg {
    width: 2.11111vh; } }
/* line 15576, theme.scss */
.accordion__title {
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15585, theme.scss */
  .accordion__title {
    font-size: 3.55556vh; } }
/* line 15590, theme.scss */
.accordion__body {
  display: none;
  padding-top: 2.5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15600, theme.scss */
  .accordion__body {
    padding-top: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15606, theme.scss */
  .accordion__body {
    gap: 4.44444vh; } }
/* line 15611, theme.scss */
.accordion__li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw;
  background: url("acc_li.svg") no-repeat 100% 0%;
  background-size: 0.625vw 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15621, theme.scss */
  .accordion__li {
    gap: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15627, theme.scss */
  .accordion__li {
    background-size: 1.11111vh 1.11111vh; } }
/* line 15632, theme.scss */
.accordion__li--no-arrow {
  background: none; }

/* line 15636, theme.scss */
.accordion__icon {
  flex-shrink: 0; }

/* line 15640, theme.scss */
.accordion__icon img {
  display: block;
  width: 1.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15646, theme.scss */
  .accordion__icon img {
    width: 2.88889vh; } }
/* line 15651, theme.scss */
.accordion__block {
  padding-right: 0.625vw;
  flex-grow: 1; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15657, theme.scss */
  .accordion__block {
    padding-right: 1.11111vh; } }
/* line 15662, theme.scss */
.accordion__block-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15672, theme.scss */
  .accordion__block-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15678, theme.scss */
  .accordion__block-title {
    margin-bottom: 2.22222vh; } }
/* line 15683, theme.scss */
.accordion__block-text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15692, theme.scss */
  .accordion__block-text {
    font-size: 2.22222vh; } }
/* line 15697, theme.scss */
.accordion__item--active {
  background: #F6F9FF;
  border-color: #007680; }

/* line 15702, theme.scss */
.accordion__item--active svg path {
  stroke: #007680; }

/* line 15706, theme.scss */
.accordion__item--active .accordion__body {
  display: flex; }

/* line 15710, theme.scss */
.accordion__item--active .accordion__title {
  color: #007680;
  font-weight: 600; }

/* line 15715, theme.scss */
.accordion__right {
  width: 46.1875vw;
  position: relative; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15721, theme.scss */
  .accordion__right {
    width: 82.11111vh; } }
/* line 15726, theme.scss */
.accordion__right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 15734, theme.scss */
.accordion__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

/* line 15743, theme.scss */
.accordion__img--active {
  opacity: 1; }

/* line 15747, theme.scss */
.accordion__img--1 {
  background: url("acc_1.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 15752, theme.scss */
.accordion__img--2 {
  background: url("acc_2.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 15757, theme.scss */
.accordion__img--3 {
  background: url("acc_3.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 15762, theme.scss */
.accordion__img--4 {
  background: url("acc_4.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 15767, theme.scss */
.accordion__img--5 {
  background: url("acc_5.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 15772, theme.scss */
.accordion__img--6 {
  background: url("acc_6.jpg") no-repeat 50% 50%;
  background-size: cover; }

@media only screen and (max-width: 800px) {
  /* line 15778, theme.scss */
  .accordion {
    margin-top: 10.66667vw; }

  /* line 15782, theme.scss */
  .accordion__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 15789, theme.scss */
  .accordion__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }

  /* line 15795, theme.scss */
  .accordion__left {
    width: 100%; }

  /* line 15799, theme.scss */
  .accordion__item {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 5.3333333333vw 5.3333333333vw;
    border-width: 0.2666666667vw;
    border-style: solid;
    border-color: #B2B9C8;
    margin-top: -0.26667vw; }

  /* line 15810, theme.scss */
  .accordion__item:first-child {
    margin-top: 0; }

  /* line 15814, theme.scss */
  .accordion__item svg {
    display: block;
    position: absolute;
    right: 5.3333333333vw;
    top: 8vw;
    width: 5.06667vw; }

  /* line 15822, theme.scss */
  .accordion__title {
    color: #36475B;
    font-size: 5.8666666667vw;
    padding-right: 13.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 15831, theme.scss */
  .accordion__body {
    display: none;
    padding-top: 10.6666666667vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10.66667vw; }

  /* line 15840, theme.scss */
  .accordion__li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.3333333333vw;
    background: url("acc_li.svg") no-repeat 100% 0%;
    background-size: 2.66667vw 2.66667vw; }

  /* line 15849, theme.scss */
  .accordion__li--no-arrow {
    background: none; }

  /* line 15853, theme.scss */
  .accordion__icon {
    flex-shrink: 0; }

  /* line 15857, theme.scss */
  .accordion__icon img {
    display: block;
    width: 6.93333vw; }

  /* line 15862, theme.scss */
  .accordion__block {
    padding-right: 2.6666666667vw;
    flex-grow: 1; }

  /* line 15867, theme.scss */
  .accordion__block-title {
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5.33333vw; }

  /* line 15876, theme.scss */
  .accordion__block-text {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 15884, theme.scss */
  .accordion__item--active {
    background: #F6F9FF;
    border-color: #007680; }

  /* line 15889, theme.scss */
  .accordion__item--active svg path {
    stroke: #007680; }

  /* line 15893, theme.scss */
  .accordion__item--active .accordion__body {
    display: flex; }

  /* line 15897, theme.scss */
  .accordion__item--active .accordion__title {
    color: #007680;
    font-weight: 600; }

  /* line 15902, theme.scss */
  .accordion__right {
    display: none;
    width: 197.0666666667vw;
    position: relative; }

  /* line 15908, theme.scss */
  .accordion__right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 15916, theme.scss */
  .accordion__img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

  /* line 15925, theme.scss */
  .accordion__img--active {
    opacity: 1; }

  /* line 15929, theme.scss */
  .accordion__img--1 {
    background: url("acc_1.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 15934, theme.scss */
  .accordion__img--2 {
    background: url("acc_2.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 15939, theme.scss */
  .accordion__img--3 {
    background: url("acc_3.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 15944, theme.scss */
  .accordion__img--4 {
    background: url("acc_4.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 15949, theme.scss */
  .accordion__img--5 {
    background: url("acc_5.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 15954, theme.scss */
  .accordion__img--6 {
    background: url("acc_6.jpg") no-repeat 50% 50%;
    background-size: cover; } }
/* line 15960, theme.scss */
.tile-1 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15965, theme.scss */
  .tile-1 {
    margin-top: 4.44444vh; } }
/* line 15970, theme.scss */
.tile-1__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15978, theme.scss */
  .tile-1__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 15984, theme.scss */
  .tile-1__inner {
    padding: 0vh 5.77778vh; } }
/* line 15989, theme.scss */
.tile-1__block {
  background-color: #F6F9FF;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

/* line 15996, theme.scss */
.tile-1__img {
  box-sizing: content-box;
  width: 62.25vw;
  padding: 0.9375vw 1.875vw;
  flex-shrink: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16004, theme.scss */
  .tile-1__img {
    width: 110.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16010, theme.scss */
  .tile-1__img {
    padding: 1.66667vh 3.33333vh; } }
/* line 16015, theme.scss */
.tile-1__img img {
  width: 100%; }

/* line 16019, theme.scss */
.tile-1__img iframe {
  width: 100%;
  height: 37.5vw;
  border: none;
  display: block; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16027, theme.scss */
  .tile-1__img iframe {
    height: 66.66667vh; } }
/* line 16032, theme.scss */
.tile-1__img #map {
  width: 100%;
  height: 37.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16038, theme.scss */
  .tile-1__img #map {
    height: 66.66667vh; } }
/* line 16043, theme.scss */
.tile-1__left {
  padding: 8.75vw 2.5vw 2.5vw 2.5vw;
  flex-grow: 1; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16049, theme.scss */
  .tile-1__left {
    padding: 15.55556vh 4.44444vh 4.44444vh 4.44444vh; } }
/* line 16054, theme.scss */
.tile-1__left a {
  color: #0F7F8E; }

/* line 16058, theme.scss */
.tile-1__left h2 {
  font-size: 1.75vw;
  line-height: normal;
  margin-bottom: 1.875vw;
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16066, theme.scss */
  .tile-1__left h2 {
    font-size: 3.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16072, theme.scss */
  .tile-1__left h2 {
    margin-bottom: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16078, theme.scss */
  .tile-1__left h2 {
    margin-top: 6.66667vh; } }
/* line 16083, theme.scss */
.tile-1__left h3 {
  font-size: 1.875vw;
  margin-bottom: 1.875vw;
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16090, theme.scss */
  .tile-1__left h3 {
    font-size: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16096, theme.scss */
  .tile-1__left h3 {
    margin-bottom: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16102, theme.scss */
  .tile-1__left h3 {
    margin-top: 6.66667vh; } }
/* line 16107, theme.scss */
.tile-1__left p {
  margin-bottom: 1.25vw;
  font-size: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16113, theme.scss */
  .tile-1__left p {
    margin-bottom: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16119, theme.scss */
  .tile-1__left p {
    font-size: 2.22222vh; } }
/* line 16124, theme.scss */
.tile-1__left ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 16130, theme.scss */
.tile-1__left li {
  position: relative;
  margin: 0;
  padding: 0vw 0vw 0.625vw 1.875vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16142, theme.scss */
  .tile-1__left li {
    padding: 0vh 0vh 1.11111vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16148, theme.scss */
  .tile-1__left li {
    font-size: 2.22222vh; } }
/* line 16153, theme.scss */
.tile-1__left li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.5vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #007680; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16166, theme.scss */
  .tile-1__left li:before {
    top: 0.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16172, theme.scss */
  .tile-1__left li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16178, theme.scss */
  .tile-1__left li:before {
    height: 1.11111vh; } }
/* line 16183, theme.scss */
.tile-1__left .li--no-bullet {
  padding: 0vw 0vw 0.625vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16188, theme.scss */
  .tile-1__left .li--no-bullet {
    padding: 0vh 0vh 1.11111vh 0vh; } }
/* line 16193, theme.scss */
.tile-1__left .li--no-bullet:before {
  display: none; }

/* line 16197, theme.scss */
.tile-1__title {
  color: #007680;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 90.3%;
  margin-bottom: 3.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16207, theme.scss */
  .tile-1__title {
    font-size: 4vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16213, theme.scss */
  .tile-1__title {
    margin-bottom: 6.55556vh; } }
/* line 16218, theme.scss */
.tile-1__ul-title {
  margin-bottom: 0.625vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16228, theme.scss */
  .tile-1__ul-title {
    margin-bottom: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16234, theme.scss */
  .tile-1__ul-title {
    font-size: 2.22222vh; } }
/* line 16239, theme.scss */
.tile-1__ul-text {
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16248, theme.scss */
  .tile-1__ul-text {
    font-size: 2vh; } }
/* line 16253, theme.scss */
.tile-1__ul-note {
  margin-top: 1.875vw;
  color: #36475B;
  font-size: 0.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16263, theme.scss */
  .tile-1__ul-note {
    margin-top: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16269, theme.scss */
  .tile-1__ul-note {
    font-size: 1.55556vh; } }
/* line 16274, theme.scss */
.tile-1--v2 .tile-1__block {
  align-items: center;
  justify-content: space-between; }

/* line 16279, theme.scss */
.tile-1--v2 .tile-1__left {
  padding: 2.5vw 2.5vw 2.5vw 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16284, theme.scss */
  .tile-1--v2 .tile-1__left {
    padding: 4.44444vh 4.44444vh 4.44444vh 4.44444vh; } }
/* line 16289, theme.scss */
.tile-1--v2 .tile-1__left li {
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16294, theme.scss */
  .tile-1--v2 .tile-1__left li {
    padding-bottom: 3.33333vh; } }
/* line 16299, theme.scss */
.tile-1--v2 .tile-1__left li:last-child {
  padding-bottom: 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16304, theme.scss */
  .tile-1--v2 .tile-1__left li:last-child {
    padding-bottom: 0vh; } }
/* line 16309, theme.scss */
.tile-1--v3 .tile-1__block {
  align-items: flex-start;
  justify-content: space-between; }

/* line 16314, theme.scss */
.tile-1--v3 .tile-1__left {
  padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  font-size: 1.125vw;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16322, theme.scss */
  .tile-1--v3 .tile-1__left {
    padding: 4.44444vh 4.44444vh 4.44444vh 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16328, theme.scss */
  .tile-1--v3 .tile-1__left {
    font-size: 2vh; } }
/* line 16333, theme.scss */
.tile-1--v3 .tile-1__left li {
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16338, theme.scss */
  .tile-1--v3 .tile-1__left li {
    margin-bottom: 3.33333vh; } }
/* line 16343, theme.scss */
.tile-1--v3 .tile-1__left h3 {
  margin: 0vw 0vw 0.625vw 0vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16351, theme.scss */
  .tile-1--v3 .tile-1__left h3 {
    margin: 0vh 0vh 1.11111vh 0vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16357, theme.scss */
  .tile-1--v3 .tile-1__left h3 {
    font-size: 2.22222vh; } }
/* line 16362, theme.scss */
.tile-1--v3 .tile-1__left p {
  margin: 0; }

@media only screen and (max-width: 800px) {
  /* line 16367, theme.scss */
  .tile-1 {
    margin-top: 5.33333vw; }

  /* line 16371, theme.scss */
  .tile-1__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 16378, theme.scss */
  .tile-1__block {
    background-color: #F6F9FF;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column; }

  /* line 16386, theme.scss */
  .tile-1__img {
    order: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw;
    flex-shrink: 0; }

  /* line 16394, theme.scss */
  .tile-1__img img {
    width: 100%; }

  /* line 16398, theme.scss */
  .tile-1__img iframe {
    width: 100%;
    height: 106.66667vw; }

  /* line 16403, theme.scss */
  .tile-1__left {
    order: 2;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    flex-grow: 1; }

  /* line 16409, theme.scss */
  .tile-1__left a {
    color: #0F7F8E; }

  /* line 16413, theme.scss */
  .tile-1__left h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 8vw;
    line-height: normal; }

  /* line 16420, theme.scss */
  .tile-1__left h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 8vw; }

  /* line 16426, theme.scss */
  .tile-1__left p {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: normal; }

  /* line 16432, theme.scss */
  .tile-1__left ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* line 16438, theme.scss */
  .tile-1__left li {
    position: relative;
    margin: 0;
    padding: 0vw 0vw 2.6666666667vw 8vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 16449, theme.scss */
  .tile-1__left li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 2.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #007680; }

  /* line 16461, theme.scss */
  .tile-1__left .li--no-bullet {
    padding: 0vw 0vw 2.66667vw 0vw; }

  /* line 16465, theme.scss */
  .tile-1__left .li--no-bullet:before {
    display: none; }

  /* line 16469, theme.scss */
  .tile-1__title {
    color: #007680;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90.3%;
    margin-bottom: 8vw; }

  /* line 16478, theme.scss */
  .tile-1__ul-title {
    margin-bottom: 2.6666666667vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

  /* line 16487, theme.scss */
  .tile-1__ul-text {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 16495, theme.scss */
  .tile-1__ul-note {
    margin-top: 5.3333333333vw;
    color: #36475B;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 16504, theme.scss */
  .tile-1--v2 .tile-1__block {
    align-items: center;
    justify-content: space-between; }

  /* line 16509, theme.scss */
  .tile-1--v2 .tile-1__left {
    padding: 10.66667vw 5.33333vw 10.66667vw 5.33333vw; }

  /* line 16513, theme.scss */
  .tile-1--v2 .tile-1__left li {
    padding-bottom: 8vw; }

  /* line 16517, theme.scss */
  .tile-1--v2 .tile-1__left li:last-child {
    padding-bottom: 0vw; }

  /* line 16521, theme.scss */
  .tile-1--v3 .tile-1__left h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.66667vw; }

  /* line 16526, theme.scss */
  .tile-1--contact {
    margin-bottom: 0; }

  /* line 16530, theme.scss */
  .tile-1--contact .tile-1__left {
    order: 1; }

  /* line 16534, theme.scss */
  .tile-1--contact .tile-1__img {
    order: 2; }

  /* line 16538, theme.scss */
  .tile-1--contact h2:first-child {
    margin-top: 0; }

  /* line 16542, theme.scss */
  .tile-1--contact .tile-1__left h3:first-child {
    margin-top: 0; } }
/* line 16547, theme.scss */
.tile-1-img {
  margin-top: 3.75vw;
  overflow: hidden; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16553, theme.scss */
  .tile-1-img {
    margin-top: 6.66667vh; } }
/* line 16558, theme.scss */
.tile-1-img__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16566, theme.scss */
  .tile-1-img__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16572, theme.scss */
  .tile-1-img__inner {
    padding: 0vh 5.77778vh; } }
/* line 16577, theme.scss */
.tile-1-img__img img {
  display: block;
  width: 100%; }

/* line 16582, theme.scss */
.tile-1-img__img--agro {
  background: url("tit_1.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 16587, theme.scss */
.tile-1-img__img--demand-forecasting {
  background: url("tit_2.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 16592, theme.scss */
.tile-1-img__img--target_pro {
  background: url("tit_3.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 16597, theme.scss */
.tile-1-img__img--big {
  position: relative;
  left: -1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16603, theme.scss */
  .tile-1-img__img--big {
    left: -2.22222vh; } }
/* line 16608, theme.scss */
.tile-1-img__img--big img {
  width: 96.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16613, theme.scss */
  .tile-1-img__img--big img {
    width: 172.33333vh; } }
@media only screen and (max-width: 800px) {
  /* line 16619, theme.scss */
  .tile-1-img {
    margin-top: 16vw;
    overflow: hidden; }

  /* line 16624, theme.scss */
  .tile-1-img__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 0vw;
    margin: 0 auto; }

  /* line 16631, theme.scss */
  .tile-1-img__img img {
    display: block;
    width: 100%; }

  /* line 16636, theme.scss */
  .tile-1-img__img--agro {
    background: url("tit_1.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 16641, theme.scss */
  .tile-1-img__img--demand-forecasting {
    background-size: cover; }

  /* line 16645, theme.scss */
  .tile-1-img__img--demand-forecasting img {
    padding-bottom: 5.33333vw; }

  /* line 16649, theme.scss */
  .tile-1-img__img--big {
    position: relative;
    left: 0; }

  /* line 16654, theme.scss */
  .tile-1-img__img--big img {
    width: 100%; } }
/* line 16659, theme.scss */
.tile-1-v2 {
  margin-top: 2.5vw;
  width: 100%;
  background: #F6F9FF;
  padding: 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16671, theme.scss */
  .tile-1-v2 {
    margin-top: 4.44444vh; } }
/* line 16676, theme.scss */
.tile-1-v2--mt100 {
  margin-top: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16681, theme.scss */
  .tile-1-v2--mt100 {
    margin-top: 11.11111vh; } }
/* line 16686, theme.scss */
.tile-1-v2--mt20 {
  margin-top: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16691, theme.scss */
  .tile-1-v2--mt20 {
    margin-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16697, theme.scss */
  .tile-1-v2 {
    padding: 4.44444vh; } }
/* line 16702, theme.scss */
.tile-1-v2__img {
  height: 6.25vw;
  margin-bottom: 1.25vw;
  flex-shrink: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16709, theme.scss */
  .tile-1-v2__img {
    height: 11.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16715, theme.scss */
  .tile-1-v2__img {
    margin-bottom: 2.22222vh; } }
/* line 16720, theme.scss */
.tile-1-v2__img svg {
  width: 2.5vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16726, theme.scss */
  .tile-1-v2__img svg {
    width: 4.44444vh; } }
/* line 16731, theme.scss */
.tile-1-v2__title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875vw;
  margin-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16741, theme.scss */
  .tile-1-v2__title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16747, theme.scss */
  .tile-1-v2__title {
    line-height: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16753, theme.scss */
  .tile-1-v2__title {
    margin-bottom: 3.33333vh; } }
/* line 16758, theme.scss */
.tile-1-v2__text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16767, theme.scss */
  .tile-1-v2__text {
    font-size: 2.22222vh; } }
/* line 16772, theme.scss */
.tile-1-v3 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16777, theme.scss */
  .tile-1-v3 {
    margin-top: 4.44444vh; } }
/* line 16782, theme.scss */
.tile-1-v3__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16790, theme.scss */
  .tile-1-v3__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16796, theme.scss */
  .tile-1-v3__inner {
    padding: 0vh 5.77778vh; } }
/* line 16801, theme.scss */
.tile-1-v3__block {
  background: linear-gradient(225deg, #107f8c 0%, #1da97f 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start; }

/* line 16808, theme.scss */
.tile-1-v3__img {
  flex-shrink: 0; }

/* line 16812, theme.scss */
.tile-1-v3__img img {
  display: block;
  height: 21.875vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16819, theme.scss */
  .tile-1-v3__img img {
    height: 38.88889vh; } }
/* line 16824, theme.scss */
.tile-1-v3__text {
  padding: 2.5vw;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: normal;
  color: #fff; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16833, theme.scss */
  .tile-1-v3__text {
    padding: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16839, theme.scss */
  .tile-1-v3__text {
    font-size: 2.66667vh; } }
@media only screen and (max-width: 800px) {
  /* line 16845, theme.scss */
  .tile-1-v3 {
    margin-top: 0vw; }

  /* line 16849, theme.scss */
  .tile-1-v3__inner {
    box-sizing: border-box;
    max-width: unset;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 16856, theme.scss */
  .tile-1-v3__block {
    background: linear-gradient(225deg, #107f8c 0%, #1da97f 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  /* line 16863, theme.scss */
  .tile-1-v3__img {
    display: none; }

  /* line 16867, theme.scss */
  .tile-1-v3__text {
    padding: 10.6666666667vw;
    font-weight: 400;
    font-size: 4.8vw;
    line-height: normal;
    color: #fff; } }
/* line 16876, theme.scss */
.tile-2 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16881, theme.scss */
  .tile-2 {
    margin-top: 4.44444vh; } }
/* line 16886, theme.scss */
.tile-2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16894, theme.scss */
  .tile-2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16900, theme.scss */
  .tile-2__inner {
    padding: 0vh 5.77778vh; } }
/* line 16905, theme.scss */
.tile-2__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

/* line 16911, theme.scss */
.tile-2__item {
  display: block;
  box-sizing: content-box;
  width: 46.125vw;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16919, theme.scss */
  .tile-2__item {
    width: 82vh; } }
/* line 16924, theme.scss */
.tile-2__img {
  transition: .3s all;
  width: 46.125vw;
  height: 33.75vw;
  margin-bottom: 0.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16932, theme.scss */
  .tile-2__img {
    width: 82vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16938, theme.scss */
  .tile-2__img {
    height: 60vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16944, theme.scss */
  .tile-2__img {
    margin-bottom: 1.33333vh; } }
/* line 16949, theme.scss */
.tile-2__img--1 {
  background: url("tile_2_1.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16955, theme.scss */
  .tile-2__img--1 {
    background-size: 82vh 60vh; } }
/* line 16960, theme.scss */
.tile-2__img--2 {
  background: url("tile_2_2.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16966, theme.scss */
  .tile-2__img--2 {
    background-size: 82vh 60vh; } }
/* line 16971, theme.scss */
.tile-2__img--3 {
  background: url("tile_2_3.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16977, theme.scss */
  .tile-2__img--3 {
    background-size: 82vh 60vh; } }
/* line 16982, theme.scss */
.tile-2__img--4 {
  background: url("tile_2_4.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16988, theme.scss */
  .tile-2__img--4 {
    background-size: 82vh 60vh; } }
/* line 16993, theme.scss */
.tile-2__img--5 {
  background: url("tile_2_5.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 16999, theme.scss */
  .tile-2__img--5 {
    background-size: 82vh 60vh; } }
/* line 17004, theme.scss */
.tile-2__img--6 {
  background: url("tile_2_6.jpg") no-repeat 50% 50%;
  background-size: 46.125vw 33.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17010, theme.scss */
  .tile-2__img--6 {
    background-size: 82vh 60vh; } }
/* line 17015, theme.scss */
.tile-2__title {
  color: #36475B;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-right: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17025, theme.scss */
  .tile-2__title {
    font-size: 4vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17031, theme.scss */
  .tile-2__title {
    padding-right: 1.11111vh; } }
/* line 17036, theme.scss */
.tile-2__title sup {
  vertical-align: super;
  font-size: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17042, theme.scss */
  .tile-2__title sup {
    font-size: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 17048, theme.scss */
  .tile-2__title sup {
    font-size: 3.73333vw; } }
/* line 17053, theme.scss */
.tile-2__text {
  margin-top: 0.75vw;
  margin-bottom: 0.625vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17065, theme.scss */
  .tile-2__text {
    margin-top: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17071, theme.scss */
  .tile-2__text {
    margin-bottom: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17077, theme.scss */
  .tile-2__text {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17083, theme.scss */
  .tile-2__text {
    padding-right: 1.11111vh; } }
/* line 17088, theme.scss */
.tile-2__more {
  color: #007680;
  text-align: left;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17099, theme.scss */
  .tile-2__more {
    font-size: 1.66667vh; } }
/* line 17104, theme.scss */
.tile-2 a.tile-2__item:hover .tile-2__img {
  transform: scale(0.97);
  background-size: 108% 108%; }

@media only screen and (max-width: 800px) {
  /* line 17110, theme.scss */
  .tile-2 {
    margin-top: 10.66667vw; }

  /* line 17114, theme.scss */
  .tile-2__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 17121, theme.scss */
  .tile-2__items {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }

  /* line 17127, theme.scss */
  .tile-2__item {
    display: block;
    box-sizing: content-box;
    width: 94.6666666667vw;
    text-decoration: none; }

  /* line 17134, theme.scss */
  .tile-2__img {
    transition: .3s all;
    width: 94.6666666667vw;
    height: 69.3333333333vw;
    margin-bottom: 3.2vw; }

  /* line 17141, theme.scss */
  .tile-2__img--1 {
    background: url("tile_2_1.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17146, theme.scss */
  .tile-2__img--2 {
    background: url("tile_2_2.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17151, theme.scss */
  .tile-2__img--3 {
    background: url("tile_2_3.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17156, theme.scss */
  .tile-2__img--4 {
    background: url("tile_2_4.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17161, theme.scss */
  .tile-2__img--5 {
    background: url("tile_2_5.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17166, theme.scss */
  .tile-2__img--6 {
    background: url("tile_2_6.jpg") no-repeat 50% 50%;
    background-size: 94.66667vw 69.33333vw; }

  /* line 17171, theme.scss */
  .tile-2__title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding-right: 0; }

  /* line 17180, theme.scss */
  .tile-2__text {
    margin-top: 3.2vw;
    margin-bottom: 2.6666666667vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 0; }

  /* line 17191, theme.scss */
  .tile-2__more {
    display: none;
    color: #007680;
    text-align: left;
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none; } }
/* line 17203, theme.scss */
.tile-2-v2 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17208, theme.scss */
  .tile-2-v2 {
    margin-top: 4.44444vh; } }
/* line 17213, theme.scss */
.tile-2-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17221, theme.scss */
  .tile-2-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17227, theme.scss */
  .tile-2-v2__inner {
    padding: 0vh 5.77778vh; } }
/* line 17232, theme.scss */
.tile-2-v2__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17239, theme.scss */
  .tile-2-v2__items {
    gap: 4.44444vh; } }
/* line 17244, theme.scss */
.tile-2-v2__items--3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17250, theme.scss */
  .tile-2-v2__items--3 {
    gap: 4.44444vh; } }
/* line 17255, theme.scss */
.tile-2-v2__item {
  display: block; }

/* line 17259, theme.scss */
.tile-2-v2__item-img img {
  display: block;
  width: 100%; }

/* line 17264, theme.scss */
.tile-2-v2__item-title {
  color: #36475B;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17275, theme.scss */
  .tile-2-v2__item-title {
    font-size: 4vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17281, theme.scss */
  .tile-2-v2__item-title {
    padding-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17287, theme.scss */
  .tile-2-v2__item-title {
    padding-bottom: 2.22222vh; } }
/* line 17292, theme.scss */
.tile-2-v2__item-text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17301, theme.scss */
  .tile-2-v2__item-text {
    font-size: 2.22222vh; } }
/* line 17306, theme.scss */
.tile-2-v2__item-text ul {
  margin-bottom: 0; }

/* line 17310, theme.scss */
.tile-2-v2__item-text li {
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17315, theme.scss */
  .tile-2-v2__item-text li {
    margin-bottom: 2.22222vh; } }
/* line 17320, theme.scss */
.tile-2-v2__item-text li::marker {
  color: #007680; }

/* line 17324, theme.scss */
.tile-2-v2__item-text li:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  /* line 17329, theme.scss */
  .tile-2-v2 {
    margin-top: 16vw; }

  /* line 17333, theme.scss */
  .tile-2-v2__inner {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 17340, theme.scss */
  .tile-2-v2__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8vw; }

  /* line 17346, theme.scss */
  .tile-2-v2__item-title {
    font-size: 6.4vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.33333vw; }

  /* line 17352, theme.scss */
  .tile-2-v2__item-text {
    font-size: 4.26667vw; }

  /* line 17356, theme.scss */
  .tile-2-v2__item-text li {
    margin-bottom: 2.66667vw; } }
/* line 17361, theme.scss */
.tile-3 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17366, theme.scss */
  .tile-3 {
    margin-top: 4.44444vh; } }
/* line 17371, theme.scss */
.tile-3__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17379, theme.scss */
  .tile-3__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17385, theme.scss */
  .tile-3__inner {
    padding: 0vh 5.77778vh; } }
/* line 17390, theme.scss */
.tile-3__items {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17398, theme.scss */
  .tile-3__items {
    gap: 2.22222vh; } }
/* line 17403, theme.scss */
.tile-3__item {
  box-sizing: content-box;
  padding: 1.875vw 1.875vw 3.125vw 1.875vw;
  width: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17410, theme.scss */
  .tile-3__item {
    padding: 3.33333vh 3.33333vh 5.55556vh 3.33333vh; } }
/* line 17415, theme.scss */
.tile-3__item--big {
  height: 13.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17420, theme.scss */
  .tile-3__item--big {
    height: 24.44444vh; } }
/* line 17425, theme.scss */
.tile-3__icon {
  flex-grow: 1;
  padding-bottom: 5.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17431, theme.scss */
  .tile-3__icon {
    padding-bottom: 10vh; } }
/* line 17436, theme.scss */
.tile-3__icon svg {
  width: 2.5vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17442, theme.scss */
  .tile-3__icon svg {
    width: 4.44444vh; } }
/* line 17447, theme.scss */
.tile-3__title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17456, theme.scss */
  .tile-3__title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17462, theme.scss */
  .tile-3__title {
    line-height: 3.11111vh; } }
/* line 17467, theme.scss */
.tile-3__title--2 {
  min-height: 3.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17472, theme.scss */
  .tile-3__title--2 {
    min-height: 6.22222vh; } }
/* line 17477, theme.scss */
.tile-3__text {
  margin-top: 1.25vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17487, theme.scss */
  .tile-3__text {
    margin-top: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17493, theme.scss */
  .tile-3__text {
    font-size: 1.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17499, theme.scss */
  .tile-3__text {
    line-height: 2.33333vh; } }
/* line 17504, theme.scss */
.tile-3__text--3 {
  min-height: 3.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17509, theme.scss */
  .tile-3__text--3 {
    min-height: 7vh; } }
/* line 17514, theme.scss */
.tile-3__buttons {
  margin-top: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17519, theme.scss */
  .tile-3__buttons {
    margin-top: 2.22222vh; } }
/* line 17524, theme.scss */
.tile-3__item--neutral {
  background: #F6F9FF; }

/* line 17528, theme.scss */
.tile-3__item--neutral .tile-3__title {
  color: #36475B; }

/* line 17532, theme.scss */
.tile-3__item--tiffany {
  background: #007680; }

/* line 17536, theme.scss */
.tile-3__item--tiffany .tile-3__title {
  color: #FFF; }

/* line 17540, theme.scss */
.tile-3__item--blue {
  background: #004A74; }

/* line 17544, theme.scss */
.tile-3__item--blue .tile-3__title {
  color: #FFF; }

@media only screen and (max-width: 800px) {
  /* line 17549, theme.scss */
  .tile-3 {
    margin-top: 5.33333vw; }

  /* line 17553, theme.scss */
  .tile-3__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 17560, theme.scss */
  .tile-3__items {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 5.33333vw; }

  /* line 17568, theme.scss */
  .tile-3__item {
    box-sizing: border-box;
    padding: 8vw 8vw 13.3333333333vw 8vw;
    width: 100%; }

  /* line 17574, theme.scss */
  .tile-3__item--big {
    height: auto;
    padding: 8vw 0vw 0vw 0vw; }

  /* line 17579, theme.scss */
  .tile-3__item--big .tile-3__icon {
    padding: 0vw 0vw 5.33333vw 0vw; }

  /* line 17583, theme.scss */
  .tile-3__icon {
    flex-grow: 1;
    padding-bottom: 24vw; }

  /* line 17588, theme.scss */
  .tile-3__icon svg {
    width: 10.6666666667vw;
    height: auto; }

  /* line 17593, theme.scss */
  .tile-3__title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 7.46667vw; }

  /* line 17601, theme.scss */
  .tile-3__title--2 {
    min-height: 14.93333vw; }

  /* line 17605, theme.scss */
  .tile-3__text {
    margin-top: 5.3333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6vw; }

  /* line 17614, theme.scss */
  .tile-3__text--3 {
    min-height: 16.8vw; }

  /* line 17618, theme.scss */
  .tile-3__buttons {
    margin-top: 5.33333vw; }

  /* line 17622, theme.scss */
  .tile-3__item--neutral {
    background: #F6F9FF; }

  /* line 17626, theme.scss */
  .tile-3__item--neutral .tile-3__title {
    color: #36475B; }

  /* line 17630, theme.scss */
  .tile-3__item--tiffany {
    background: #007680; }

  /* line 17634, theme.scss */
  .tile-3__item--tiffany .tile-3__title {
    color: #FFF; }

  /* line 17638, theme.scss */
  .tile-3__item--blue {
    background: #004A74; }

  /* line 17642, theme.scss */
  .tile-3__item--blue .tile-3__title {
    color: #FFF; } }
/* line 17647, theme.scss */
.tile-3-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17657, theme.scss */
  .tile-3-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17663, theme.scss */
  .tile-3-v2__inner {
    padding: 0vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17669, theme.scss */
  .tile-3-v2__inner {
    margin-top: 4.44444vh; } }
/* line 17674, theme.scss */
.tile-3-v2__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

/* line 17680, theme.scss */
.tile-3-v2__item {
  padding: 2.5vw 1.875vw;
  background: #F6F9FF;
  height: 22.5vw;
  width: 19vw;
  box-sizing: content-box; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17689, theme.scss */
  .tile-3-v2__item {
    padding: 4.44444vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17695, theme.scss */
  .tile-3-v2__item {
    height: 40vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17701, theme.scss */
  .tile-3-v2__item {
    width: 33.77778vh; } }
/* line 17706, theme.scss */
.tile-3-v2__item--h240 {
  box-sizing: border-box;
  height: 15vw;
  width: 22.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17713, theme.scss */
  .tile-3-v2__item--h240 {
    height: 26.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17719, theme.scss */
  .tile-3-v2__item--h240 {
    width: 40.44444vh; } }
/* line 17724, theme.scss */
.tile-3-v2__item--h180 {
  box-sizing: border-box;
  height: 11.25vw;
  width: 46.75vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17735, theme.scss */
  .tile-3-v2__item--h180 {
    height: 20vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17741, theme.scss */
  .tile-3-v2__item--h180 {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17747, theme.scss */
  .tile-3-v2__item--h180 {
    gap: 1.11111vh; } }
/* line 17752, theme.scss */
.tile-3-v2__item--h180 img {
  display: block;
  width: 20.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17758, theme.scss */
  .tile-3-v2__item--h180 img {
    width: 36.44444vh; } }
/* line 17763, theme.scss */
.tile-3-v2__block {
  width: 46.75vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.25vw 0vw;
  flex-wrap: wrap; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17773, theme.scss */
  .tile-3-v2__block {
    width: 83.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17779, theme.scss */
  .tile-3-v2__block {
    gap: 2.22222vh 0vh; } }
/* line 17784, theme.scss */
.tile-3-v2__title {
  color: #36475B;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.2vw;
  margin-bottom: 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17795, theme.scss */
  .tile-3-v2__title {
    font-size: 7.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17801, theme.scss */
  .tile-3-v2__title {
    letter-spacing: -0.35556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17807, theme.scss */
  .tile-3-v2__title {
    margin-bottom: 1.77778vh; } }
/* line 17812, theme.scss */
.tile-3-v2__subtitle {
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.1vw;
  margin-bottom: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17823, theme.scss */
  .tile-3-v2__subtitle {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17829, theme.scss */
  .tile-3-v2__subtitle {
    letter-spacing: -0.17778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17835, theme.scss */
  .tile-3-v2__subtitle {
    margin-bottom: 4.44444vh; } }
/* line 17840, theme.scss */
.tile-3-v2__text {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17849, theme.scss */
  .tile-3-v2__text {
    font-size: 2.66667vh; } }
/* line 17854, theme.scss */
.tile-3-v2__item--tiffany {
  background: #007680; }

/* line 17858, theme.scss */
.tile-3-v2__item--tiffany .tile-3-v2__title {
  color: #ffffff; }

/* line 17862, theme.scss */
.tile-3-v2__item--tiffany .tile-3-v2__subtitle {
  color: #ffffff; }

/* line 17866, theme.scss */
.tile-3-v2__item--tiffany .tile-3-v2__text {
  color: #ffffff; }

/* line 17870, theme.scss */
.tile-3-v2__item--img {
  width: 41.75vw;
  position: relative;
  background: transparent; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17877, theme.scss */
  .tile-3-v2__item--img {
    width: 74.22222vh; } }
/* line 17882, theme.scss */
.tile-3-v2__item--img .tile-3-v2__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s all;
  width: 45.5vw;
  height: 27.5vw;
  background: url("tile_3_2.jpg") no-repeat 50% 50%;
  background-size: 110% 110%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17895, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__img {
    width: 80.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17901, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__img {
    height: 48.88889vh; } }
/* line 17906, theme.scss */
.tile-3-v2__item--img .tile-3-v2__img--small-business {
  background: url("tile_3_2_sb.jpg") no-repeat 50% 50%;
  background-size: 110% 110%; }

/* line 17911, theme.scss */
.tile-3-v2__item--img .tile-3-v2__img--logistic {
  background: url("tile_3_2_l.jpg") no-repeat 50% 50%;
  background-size: 110% 110%; }

/* line 17916, theme.scss */
.tile-3-v2__item--img .tile-3-v2__fog {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s all;
  width: 45.5vw;
  height: 27.5vw;
  background: rgba(0, 0, 0, 0.4); }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17928, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__fog {
    width: 80.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17934, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__fog {
    height: 48.88889vh; } }
/* line 17939, theme.scss */
.tile-3-v2__item--img .tile-3-v2__title {
  position: relative;
  z-index: 10;
  color: #ffffff; }

/* line 17945, theme.scss */
.tile-3-v2__item--img .tile-3-v2__subtitle {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-bottom: 8.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17953, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__subtitle {
    margin-bottom: 14.77778vh; } }
/* line 17958, theme.scss */
.tile-3-v2__item--img .tile-3-v2__text {
  position: relative;
  z-index: 10;
  color: #ffffff; }

/* line 17964, theme.scss */
.tile-3-v2__item--img:hover .tile-3-v2__img {
  transform: scale(0.97);
  background-size: 120% 120%; }

/* line 17969, theme.scss */
.tile-3-v2__item--img:hover .tile-3-v2__fog {
  transform: scale(0.97); }

/* line 17973, theme.scss */
.tile-3-v2__item--text {
  width: 43vw;
  position: relative; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17979, theme.scss */
  .tile-3-v2__item--text {
    width: 76.44444vh; } }
/* line 17984, theme.scss */
.tile-3-v2__item--text .tile-3-v2__icon {
  float: right; }

/* line 17988, theme.scss */
.tile-3-v2__item--text .tile-3-v2__icon svg {
  width: 4.6875vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 17994, theme.scss */
  .tile-3-v2__item--text .tile-3-v2__icon svg {
    width: 8.33333vh; } }
/* line 17999, theme.scss */
.tile-3-v2__item--text .tile-3-v2__subtitle {
  margin-bottom: 9.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18004, theme.scss */
  .tile-3-v2__item--text .tile-3-v2__subtitle {
    margin-bottom: 17.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 18010, theme.scss */
  .tile-3-v2__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.33333vw; }

  /* line 18019, theme.scss */
  .tile-3-v2__items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column; }

  /* line 18026, theme.scss */
  .tile-3-v2__item {
    padding: 8vw 5.3333333333vw;
    background: #F6F9FF;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

  /* line 18034, theme.scss */
  .tile-3-v2__item--h240 {
    box-sizing: border-box;
    width: 100%;
    height: auto; }

  /* line 18040, theme.scss */
  .tile-3-v2__item--h180 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.66667vw; }

  /* line 18050, theme.scss */
  .tile-3-v2__item--h180 img {
    display: block;
    width: 40vw; }

  /* line 18055, theme.scss */
  .tile-3-v2__block {
    width: 100%;
    gap: 5.3333333333vw 0vw;
    padding-top: 5.3333333333vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column; }

  /* line 18065, theme.scss */
  .tile-3-v2__title {
    color: #36475B;
    font-size: 12.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 99%;
    letter-spacing: -0.8533333333vw;
    margin-bottom: 4.26667vw; }

  /* line 18075, theme.scss */
  .tile-3-v2__subtitle {
    color: #36475B;
    font-size: 8.5333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 99%;
    letter-spacing: -0.4266666667vw;
    margin-bottom: 10.66667vw; }

  /* line 18085, theme.scss */
  .tile-3-v2__text {
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 18093, theme.scss */
  .tile-3-v2__item--tiffany {
    background: #007680; }

  /* line 18097, theme.scss */
  .tile-3-v2__item--tiffany .tile-3-v2__title {
    color: #ffffff; }

  /* line 18101, theme.scss */
  .tile-3-v2__item--tiffany .tile-3-v2__subtitle {
    color: #ffffff; }

  /* line 18105, theme.scss */
  .tile-3-v2__item--tiffany .tile-3-v2__text {
    color: #ffffff; }

  /* line 18109, theme.scss */
  .tile-3-v2__item--img {
    width: 100%;
    position: relative;
    background: transparent; }

  /* line 18115, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
    width: 100%;
    height: 100%;
    background: url("tile_3_2.jpg") no-repeat 50% 50%;
    background-size: 110% 110%; }

  /* line 18127, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__img--small-business {
    background: url("tile_3_2_sb.jpg") no-repeat 50% 50%;
    background-size: 110% 110%; }

  /* line 18132, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__fog {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

  /* line 18143, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__title {
    position: relative;
    z-index: 10;
    color: #ffffff; }

  /* line 18149, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__subtitle {
    font-size: 8.5333333333vw;
    position: relative;
    z-index: 10;
    color: #ffffff;
    margin-bottom: 10.66667vw; }

  /* line 18157, theme.scss */
  .tile-3-v2__item--img .tile-3-v2__text {
    position: relative;
    z-index: 10;
    color: #ffffff; }

  /* line 18163, theme.scss */
  .tile-3-v2__item--img:hover .tile-3-v2__img {
    transform: mobile(0.97);
    background-size: 120% 120%; }

  /* line 18168, theme.scss */
  .tile-3-v2__item--img:hover .tile-3-v2__fog {
    transform: mobile(0.97); }

  /* line 18172, theme.scss */
  .tile-3-v2__item--text {
    width: 100%;
    position: relative; }

  /* line 18177, theme.scss */
  .tile-3-v2__item--text .tile-3-v2__icon {
    float: right;
    padding-bottom: 5.33333vw; }

  /* line 18182, theme.scss */
  .tile-3-v2__item--text .tile-3-v2__icon svg {
    width: 20vw;
    height: auto; }

  /* line 18187, theme.scss */
  .tile-3-v2__item--text .tile-3-v2__subtitle {
    margin-bottom: 10.66667vw; } }
/* line 18192, theme.scss */
.tile-3-v3 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18197, theme.scss */
  .tile-3-v3 {
    margin-top: 4.44444vh; } }
/* line 18202, theme.scss */
.tile-3-v3__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18210, theme.scss */
  .tile-3-v3__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18216, theme.scss */
  .tile-3-v3__inner {
    padding: 0vh 5.77778vh; } }
/* line 18221, theme.scss */
.tile-3-v3__items {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18229, theme.scss */
  .tile-3-v3__items {
    gap: 2.22222vh; } }
/* line 18234, theme.scss */
.tile-3-v3__item {
  box-sizing: content-box;
  width: 100%; }

/* line 18239, theme.scss */
.tile-3-v3__img {
  margin-bottom: 1.375vw; }

/* line 18243, theme.scss */
.tile-3-v3__img img {
  display: block;
  width: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18249, theme.scss */
  .tile-3-v3__img {
    margin-bottom: 2.44444vh; } }
/* line 18254, theme.scss */
.tile-3-v3__title {
  color: #36475B;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18263, theme.scss */
  .tile-3-v3__title {
    font-size: 4vh; } }
/* line 18268, theme.scss */
.tile-3-v3__text {
  margin-top: 0.75vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18278, theme.scss */
  .tile-3-v3__text {
    margin-top: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18284, theme.scss */
  .tile-3-v3__text {
    font-size: 1.77778vh; } }
/* line 18289, theme.scss */
.tile-3-v3__text ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 18295, theme.scss */
.tile-3-v3__text li {
  position: relative;
  margin: 0;
  padding: 0vw 0vw 0.3125vw 1.875vw;
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18307, theme.scss */
  .tile-3-v3__text li {
    padding: 0vh 0vh 0.55556vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18313, theme.scss */
  .tile-3-v3__text li {
    font-size: 1.77778vh; } }
/* line 18318, theme.scss */
.tile-3-v3__text li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.375vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #007680; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18331, theme.scss */
  .tile-3-v3__text li:before {
    top: 0.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18337, theme.scss */
  .tile-3-v3__text li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18343, theme.scss */
  .tile-3-v3__text li:before {
    height: 1.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 18349, theme.scss */
  .tile-3-v3 {
    margin-top: 5.33333vw; }

  /* line 18353, theme.scss */
  .tile-3-v3__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 18360, theme.scss */
  .tile-3-v3__items {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 8vw; }

  /* line 18368, theme.scss */
  .tile-3-v3__item {
    box-sizing: border-box;
    padding: 0vw 0vw 0vw 0vw;
    width: 100%; }

  /* line 18374, theme.scss */
  .tile-3-v3__img {
    margin-bottom: 4vw; }

  /* line 18378, theme.scss */
  .tile-3-v3__img img {
    display: block;
    width: 100%; }

  /* line 18383, theme.scss */
  .tile-3-v3__title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 7.46667vw; }

  /* line 18391, theme.scss */
  .tile-3-v3__text {
    margin-top: 5.3333333333vw;
    color: #36475B;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6vw; }

  /* line 18400, theme.scss */
  .tile-3-v3__text ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* line 18406, theme.scss */
  .tile-3-v3__text li {
    padding: 0vw 0vw 1.3333333333vw 8vw;
    font-size: 4.2666666667vw;
    font-weight: 400; }

  /* line 18412, theme.scss */
  .tile-3-v3__text li:before {
    left: 0;
    top: 1.6vw;
    width: 2.6666666667vw;
    height: 2.66667vw; } }
/* line 18420, theme.scss */
.tile-3-v4 {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18425, theme.scss */
  .tile-3-v4 {
    margin-top: 6.66667vh; } }
/* line 18430, theme.scss */
.tile-3-v4__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18438, theme.scss */
  .tile-3-v4__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18444, theme.scss */
  .tile-3-v4__inner {
    padding: 0vh 5.77778vh; } }
/* line 18449, theme.scss */
.tile-3-v4__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

/* line 18455, theme.scss */
.tile-3-v4__items.new-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; }

/* line 18460, theme.scss */
.tile-3-v4__items.new-items .tile-3-v4__item {
  background: #F6F9FF;
  padding: 40px 30px; }

/* line 18464, theme.scss */
.tile-3-v4__items.new-items .tile-3-v4__item:last-child {
  grid-column: 2 / 4;
  background-image: url("up-effect-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%; }

/* line 18471, theme.scss */
.tile-3-v4__item-title {
  font-weight: 400;
  line-height: 99%;
  background: linear-gradient(90deg, #31c47d 0%, #00a68e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6vw;
  font-style: normal;
  margin-bottom: 1.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18484, theme.scss */
  .tile-3-v4__item-title {
    font-size: 10.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18490, theme.scss */
  .tile-3-v4__item-title {
    margin-bottom: 3.11111vh; } }
/* line 18495, theme.scss */
.tile-3-v4__item-title--dark-green {
  background: linear-gradient(90deg, #1b9f8c 0%, #00816e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 18502, theme.scss */
.tile-3-v4__item-title--gray {
  background: linear-gradient(270deg, #36475b 0%, #7397c1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 18509, theme.scss */
.tile-3-v4__item-text {
  font-weight: 400;
  line-height: 100%;
  color: #36475b;
  font-size: 2vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18517, theme.scss */
  .tile-3-v4__item-text {
    font-size: 3.55556vh; } }
@media only screen and (max-width: 800px) {
  /* line 18523, theme.scss */
  .tile-3-v4 {
    margin-top: 16vw; }

  /* line 18527, theme.scss */
  .tile-3-v4__inner {
    max-width: 100%;
    padding: 0vw 2.66667vw; }

  /* line 18532, theme.scss */
  .tile-3-v4__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 16vw; }

  /* line 18539, theme.scss */
  .tile-3-v4__items.new-items {
    grid-template-columns: 1fr; }

  /* line 18542, theme.scss */
  .tile-3-v4__items.new-items .tile-3-v4__item:last-child {
    grid-column: 1 / 2;
    background-image: none;
    background-size: contain; }

  /* line 18548, theme.scss */
  .tile-3-v4__item {
    width: 100%; }

  /* line 18552, theme.scss */
  .tile-3-v4__item-title {
    font-size: 18.6666666667vw;
    line-height: 100%;
    margin-bottom: 2.66667vw; }

  /* line 18558, theme.scss */
  .tile-3-v4__item-text {
    font-size: 6.4vw; } }
/* line 18563, theme.scss */
.tile-3-v5 {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18568, theme.scss */
  .tile-3-v5 {
    margin-top: 6.66667vh; } }
/* line 18573, theme.scss */
.tile-3-v5__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18581, theme.scss */
  .tile-3-v5__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18587, theme.scss */
  .tile-3-v5__inner {
    padding: 0vh 5.77778vh; } }
/* line 18592, theme.scss */
.tile-3-v5__items {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.25vw;
  align-items: stretch; }

/* line 18598, theme.scss */
.tile-3-v5__items.new_items {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18602, theme.scss */
  .tile-3-v5__items {
    gap: 2.22222vh; } }
/* line 18607, theme.scss */
.tile-3-v5__item {
  background: #f6f9ff;
  padding: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18613, theme.scss */
  .tile-3-v5__item {
    padding: 4.44444vh; } }
/* line 18618, theme.scss */
.tile-3-v5__item-title {
  font-weight: 400;
  font-size: 4vw;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #36475b; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18627, theme.scss */
  .tile-3-v5__item-title {
    font-size: 7.11111vh; } }
/* line 18632, theme.scss */
.tile-3-v5__item-title--mb140 {
  margin-bottom: 8.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18637, theme.scss */
  .tile-3-v5__item-title--mb140 {
    margin-bottom: 15.55556vh; } }
/* line 18642, theme.scss */
.tile-3-v5__item-text {
  font-weight: 400;
  font-size: 1.5vw;
  color: #36475b;
  line-height: 120%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18650, theme.scss */
  .tile-3-v5__item-text {
    font-size: 2.66667vh; } }
/* line 18655, theme.scss */
.tile-3-v5__item-img--mt180 {
  margin-top: 11.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18660, theme.scss */
  .tile-3-v5__item-img--mt180 {
    margin-top: 20vh; } }
/* line 18665, theme.scss */
.tile-3-v5__item-img--mt219 {
  margin-top: 13.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18670, theme.scss */
  .tile-3-v5__item-img--mt219 {
    margin-top: 24.33333vh; } }
/* line 18675, theme.scss */
.tile-3-v5__item-img--w303 {
  width: 18.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18680, theme.scss */
  .tile-3-v5__item-img--w303 {
    width: 33.66667vh; } }
/* line 18685, theme.scss */
.tile-3-v5__item-img--w290 {
  width: 18.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18690, theme.scss */
  .tile-3-v5__item-img--w290 {
    width: 32.22222vh; } }
/* line 18695, theme.scss */
.tile-3-v5__item-img img {
  width: 100%;
  display: block; }

/* line 18700, theme.scss */
.tile-3-v5__item--grad-green {
  background: linear-gradient(45deg, #1da97f 0%, #107f8c 100%); }

/* line 18704, theme.scss */
.tile-3-v5__item--grad-green .tile-3-v5__item-title, .tile-3-v5__item--grad-green .tile-3-v5__item-text {
  color: #ffffff; }

/* line 18708, theme.scss */
.tile-3-v5__item--blue {
  background: #0bbbef; }

/* line 18711, theme.scss */
.tile-3-v5__item--grey {
  background: #ececec;
  display: flex;
  flex-direction: column; }

/* line 18716, theme.scss */
.tile-3-v5__item--grey .tile-3-v5__item-text:last-child {
  margin-top: auto; }

/* line 18719, theme.scss */
.tile-3-v5__item--blue .tile-3-v5__item-title, .tile-3-v5__item--blue .tile-3-v5__item-text {
  color: #ffffff; }

@media only screen and (max-width: 800px) {
  /* line 18724, theme.scss */
  .tile-3-v5 {
    margin-top: 16vw; }

  /* line 18728, theme.scss */
  .tile-3-v5__inner {
    max-width: 100%;
    padding: 0vw 2.66667vw; }

  /* line 18733, theme.scss */
  .tile-3-v5__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    align-items: stretch; }

  /* line 18739, theme.scss */
  .tile-3-v5__items.new_items {
    grid-template-columns: 1fr; }

  /* line 18742, theme.scss */
  .tile-3-v5__item {
    width: 100%;
    padding: 10.66667vw; }

  /* line 18747, theme.scss */
  .tile-3-v5__item-title {
    font-weight: 400;
    font-size: 8.5333333333vw;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #36475b; }

  /* line 18755, theme.scss */
  .tile-3-v5__item-title--mb140 {
    margin-bottom: 37.33333vw; }

  /* line 18759, theme.scss */
  .tile-3-v5__item-text {
    font-weight: 400;
    font-size: 4.2666666667vw;
    color: #36475b;
    line-height: 100%; }

  /* line 18766, theme.scss */
  .tile-3-v5__item-img--mt180 {
    margin-top: 24vw; }

  /* line 18770, theme.scss */
  .tile-3-v5__item-img--mt219 {
    margin-top: 29.33333vw; }

  /* line 18774, theme.scss */
  .tile-3-v5__item-img--w303 {
    width: 53.33333vw; }

  /* line 18778, theme.scss */
  .tile-3-v5__item-img--w290 {
    width: 53.33333vw; }

  /* line 18782, theme.scss */
  .tile-3-v5__item-img img {
    width: 100%;
    display: block; } }
/* line 18788, theme.scss */
.tile-4 {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18793, theme.scss */
  .tile-4 {
    margin-top: 6.66667vh; } }
/* line 18798, theme.scss */
.tile-4__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18806, theme.scss */
  .tile-4__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18812, theme.scss */
  .tile-4__inner {
    padding: 0vh 5.77778vh; } }
/* line 18817, theme.scss */
.tile-4__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 3.75vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18826, theme.scss */
  .tile-4__items {
    gap: 6.66667vh 0vh; } }
/* line 18831, theme.scss */
.tile-4__item {
  width: 45.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18841, theme.scss */
  .tile-4__item {
    width: 80.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18847, theme.scss */
  .tile-4__item {
    gap: 2.22222vh; } }
/* line 18852, theme.scss */
.tile-4__item img {
  width: 100%; }

/* line 18856, theme.scss */
.tile-4__item-title {
  color: #36475B;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18865, theme.scss */
  .tile-4__item-title {
    font-size: 4vh; } }
/* line 18870, theme.scss */
.tile-4__item-text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18879, theme.scss */
  .tile-4__item-text {
    font-size: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 18885, theme.scss */
  .tile-4 {
    margin-top: 16vw; }

  /* line 18889, theme.scss */
  .tile-4__inner {
    padding: 0vw 2.66667vw; }

  /* line 18893, theme.scss */
  .tile-4__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16vw; }

  /* line 18902, theme.scss */
  .tile-4__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5.33333vw; }

  /* line 18911, theme.scss */
  .tile-4__item img {
    order: 1;
    width: 100%; }

  /* line 18916, theme.scss */
  .tile-4__item-title {
    order: 2;
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 18925, theme.scss */
  .tile-4__item-text {
    order: 3;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 18935, theme.scss */
.tile-4-v2 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18940, theme.scss */
  .tile-4-v2 {
    margin-top: 4.44444vh; } }
/* line 18945, theme.scss */
.tile-4-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18953, theme.scss */
  .tile-4-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18959, theme.scss */
  .tile-4-v2__inner {
    padding: 0vh 5.77778vh; } }
/* line 18964, theme.scss */
.tile-4-v2__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

/* line 18970, theme.scss */
.tile-4-v2__item {
  width: 22.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18975, theme.scss */
  .tile-4-v2__item {
    width: 39.88889vh; } }
/* line 18980, theme.scss */
.tile-4-v2__item img {
  display: block;
  width: 100%;
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 18987, theme.scss */
  .tile-4-v2__item img {
    padding-bottom: 3.33333vh; } }
/* line 18992, theme.scss */
.tile-4-v2__item-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5vw;
  padding-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19002, theme.scss */
  .tile-4-v2__item-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19008, theme.scss */
  .tile-4-v2__item-title {
    line-height: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19014, theme.scss */
  .tile-4-v2__item-title {
    padding-bottom: 2.22222vh; } }
/* line 19019, theme.scss */
.tile-4-v2__item-text {
  color: #36475B;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19028, theme.scss */
  .tile-4-v2__item-text {
    font-size: 1.77778vh; } }
@media only screen and (max-width: 800px) {
  /* line 19034, theme.scss */
  .tile-4-v2 {
    margin-top: 10.66667vw; }

  /* line 19038, theme.scss */
  .tile-4-v2__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 19045, theme.scss */
  .tile-4-v2__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10.66667vw; }

  /* line 19053, theme.scss */
  .tile-4-v2__item {
    width: 100%; }

  /* line 19057, theme.scss */
  .tile-4-v2__item img {
    display: block;
    width: 100%;
    padding-bottom: 8vw; }

  /* line 19063, theme.scss */
  .tile-4-v2__item-title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 6.4vw;
    padding-bottom: 5.33333vw; }

  /* line 19072, theme.scss */
  .tile-4-v2__item-text {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 19081, theme.scss */
.tile-4-v3 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19086, theme.scss */
  .tile-4-v3 {
    margin-top: 4.44444vh; } }
/* line 19091, theme.scss */
.tile-4-v3__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19102, theme.scss */
  .tile-4-v3__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19108, theme.scss */
  .tile-4-v3__inner {
    padding: 0vh 5.77778vh; } }
/* line 19113, theme.scss */
.tile-4-v3__item {
  background: #F6F9FF;
  width: 22.4375vw;
  min-height: 26.375vw;
  padding: 1.875vw 1.875vw 3.125vw 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19121, theme.scss */
  .tile-4-v3__item {
    width: 39.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19127, theme.scss */
  .tile-4-v3__item {
    min-height: 46.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19133, theme.scss */
  .tile-4-v3__item {
    padding: 3.33333vh 3.33333vh 5.55556vh 3.33333vh; } }
/* line 19138, theme.scss */
.tile-4-v3__item-icon {
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19143, theme.scss */
  .tile-4-v3__item-icon {
    padding-bottom: 3.33333vh; } }
/* line 19148, theme.scss */
.tile-4-v3__item-icon img {
  display: block;
  width: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19154, theme.scss */
  .tile-4-v3__item-icon img {
    width: 11.11111vh; } }
/* line 19159, theme.scss */
.tile-4-v3__item-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  min-height: 3vw;
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19170, theme.scss */
  .tile-4-v3__item-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19176, theme.scss */
  .tile-4-v3__item-title {
    min-height: 5.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19182, theme.scss */
  .tile-4-v3__item-title {
    margin-bottom: 2.22222vh; } }
/* line 19187, theme.scss */
.tile-4-v3__item-text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19196, theme.scss */
  .tile-4-v3__item-text {
    font-size: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 19202, theme.scss */
  .tile-4-v3 {
    margin-top: 10.66667vw; }

  /* line 19206, theme.scss */
  .tile-4-v3__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5.33333vw; }

  /* line 19218, theme.scss */
  .tile-4-v3__item {
    background: #F6F9FF;
    width: 100%;
    height: auto;
    padding: 2.66667vw 5.33333vw 8vw 5.33333vw; }

  /* line 19225, theme.scss */
  .tile-4-v3__item-icon {
    padding-bottom: 0vw; }

  /* line 19229, theme.scss */
  .tile-4-v3__item-icon img {
    display: block;
    width: 26.66667vw; }

  /* line 19234, theme.scss */
  .tile-4-v3__item-title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    min-height: auto;
    margin-bottom: 5.33333vw; }

  /* line 19244, theme.scss */
  .tile-4-v3__item-text {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 19253, theme.scss */
.tile-4-v4 {
  margin-top: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19258, theme.scss */
  .tile-4-v4 {
    margin-top: 6.66667vh; } }
/* line 19263, theme.scss */
.tile-4-v4__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19271, theme.scss */
  .tile-4-v4__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19277, theme.scss */
  .tile-4-v4__inner {
    padding: 0vh 5.77778vh; } }
/* line 19282, theme.scss */
.tile-4-v4__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

/* line 19289, theme.scss */
.tile-4-v4__item {
  width: 22.4375vw;
  height: 27.5vw;
  padding: 2.5vw 1.875vw 2.5vw 1.875vw;
  background-color: #F6F9FF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19302, theme.scss */
  .tile-4-v4__item {
    width: 39.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19308, theme.scss */
  .tile-4-v4__item {
    height: 48.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19314, theme.scss */
  .tile-4-v4__item {
    padding: 4.44444vh 3.33333vh 4.44444vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19320, theme.scss */
  .tile-4-v4__item {
    gap: 2.22222vh; } }
/* line 19325, theme.scss */
.tile-4-v4__item-ico img {
  display: block;
  height: 5vw;
  max-width: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19332, theme.scss */
  .tile-4-v4__item-ico img {
    height: 8.88889vh; } }
/* line 19337, theme.scss */
.tile-4-v4__item-title {
  color: #36475B;
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19346, theme.scss */
  .tile-4-v4__item-title {
    font-size: 10.66667vh; } }
/* line 19351, theme.scss */
.tile-4-v4__item-text {
  color: #36475B;
  font-size: 1.5vw;
  min-height: 4.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

/* line 19359, theme.scss */
.tile-4-v4__item-text_s {
  color: #ffffff;
  margin-bottom: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19364, theme.scss */
  .tile-4-v4__item-text {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19370, theme.scss */
  .tile-4-v4__item-text {
    min-height: 8vh; } }
/* line 19375, theme.scss */
.tile-4-v4__item--green {
  background-color: #107F8C; }

/* line 19379, theme.scss */
.tile-4-v4__item--green .tile-4-v4__item-title {
  color: #ffffff; }

/* line 19383, theme.scss */
.tile-4-v4__item--green .tile-4-v4__item-text {
  color: #ffffff; }

/* line 19387, theme.scss */
.tile-4-v4__item--grad {
  background: linear-gradient(45deg, #1da97f 0%, #107f8c 100%); }

/* line 19391, theme.scss */
.tile-4-v4__item--grad .tile-4-v4__item-title {
  color: #ffffff; }

/* line 19395, theme.scss */
.tile-4-v4__item--grad .tile-4-v4__item-text {
  color: #ffffff; }

/* line 19398, theme.scss */
.tile-4-v4.new_tile .tile-4-v4__item {
  height: auto; }

@media only screen and (max-width: 800px) {
  /* line 19403, theme.scss */
  .tile-4-v4 {
    margin-top: 16vw; }

  /* line 19407, theme.scss */
  .tile-4-v4__inner {
    padding: 0vw 2.66667vw; }

  /* line 19411, theme.scss */
  .tile-4-v4__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.66667vw; }

  /* line 19419, theme.scss */
  .tile-4-v4__item {
    width: 100%;
    height: 66.6666666667vw;
    padding: 10.6666666667vw 8vw 10.6666666667vw 8vw;
    background-color: #F6F9FF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5.33333vw; }

  /* line 19430, theme.scss */
  .tile-4-v4.new_tile .tile-4-v4__item {
    height: auto; }

  /* line 19434, theme.scss */
  .tile-4-v4__item-text_s {
    font-size: 4.333333vw;
    line-height: 1; }

  /* line 19439, theme.scss */
  .tile-4-v4__item-ico img {
    display: block;
    height: 16vw; }

  /* line 19444, theme.scss */
  .tile-4-v4__item-title {
    color: #36475B;
    font-size: 20.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 19452, theme.scss */
  .tile-4-v4__item-text {
    color: #36475B;
    font-size: 5.3333333333vw;
    min-height: 16vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  /* line 19460, theme.scss */
  .tile-4-v4__item-text_s {
    color: #ffffff;
    margin-bottom: auto; }

  /* line 19466, theme.scss */
  .tile-4-v4__item--green {
    background-color: #107F8C; }

  /* line 19470, theme.scss */
  .tile-4-v4__item--green .tile-4-v4__item-title {
    color: #ffffff; }

  /* line 19474, theme.scss */
  .tile-4-v4__item--green .tile-4-v4__item-text {
    color: #ffffff; }

  /* line 19478, theme.scss */
  .tile-4-v4__item--grad {
    background: linear-gradient(45deg, #1da97f 0%, #107f8c 100%); }

  /* line 19482, theme.scss */
  .tile-4-v4__item--grad .tile-4-v4__item-title {
    color: #ffffff; }

  /* line 19486, theme.scss */
  .tile-4-v4__item--grad .tile-4-v4__item-text {
    color: #ffffff; } }
/* line 19491, theme.scss */
.tile-4-v5 {
  margin-top: 3.75vw; }

/* line 19495, theme.scss */
.tile-4-v5--mb {
  margin-bottom: 3.75vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19500, theme.scss */
  .tile-4-v5--mb {
    margin-bottom: 6.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19506, theme.scss */
  .tile-4-v5 {
    margin-top: 6.66667vh; } }
/* line 19511, theme.scss */
.tile-4-v5__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19519, theme.scss */
  .tile-4-v5__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19525, theme.scss */
  .tile-4-v5__inner {
    padding: 0vh 5.77778vh; } }
/* line 19530, theme.scss */
.tile-4-v5__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

/* line 19536, theme.scss */
.tile-4__carousel .slick-track {
  display: flex; }

/* line 19539, theme.scss */
.tile-4__carousel .tile-4-v5__item {
  margin-right: 12px; }

/* line 19543, theme.scss */
.tile-4-v5__item {
  width: 22.4375vw;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  background-color: #F6F9FF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19559, theme.scss */
  .tile-4-v5__item {
    width: 39.88889vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19565, theme.scss */
  .tile-4-v5__item {
    padding: 3.33333vh 3.33333vh 3.33333vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19571, theme.scss */
  .tile-4-v5__item {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19577, theme.scss */
  .tile-4-v5__item {
    line-height: 2.77778vh; } }
/* line 19582, theme.scss */
.tile-4-v5__item--3 {
  width: 30.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19587, theme.scss */
  .tile-4-v5__item--3 {
    width: 53.88889vh; } }
/* line 19592, theme.scss */
.tile-4-v5__item--2 {
  width: 45.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19597, theme.scss */
  .tile-4-v5__item--2 {
    width: 80.88889vh; } }
/* line 19602, theme.scss */
.tile-4-v5__item-icon {
  height: 2.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19607, theme.scss */
  .tile-4-v5__item-icon {
    height: 5.11111vh; } }
/* line 19612, theme.scss */
.tile-4-v5__item-icon--84 {
  height: 5.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19617, theme.scss */
  .tile-4-v5__item-icon--84 {
    height: 9.33333vh; } }
/* line 19622, theme.scss */
.tile-4-v5__item-icon--66 {
  height: 4.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19627, theme.scss */
  .tile-4-v5__item-icon--66 {
    height: 7.33333vh; } }
/* line 19632, theme.scss */
.tile-4-v5__item-icon--h160 {
  height: 10vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19637, theme.scss */
  .tile-4-v5__item-icon--h160 {
    height: 17.77778vh; } }
/* line 19642, theme.scss */
.tile-4-v5__item-icon img {
  display: block;
  width: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19648, theme.scss */
  .tile-4-v5__item-icon img {
    width: 2.66667vh; } }
/* line 19653, theme.scss */
.tile-4-v5__item-icon--17 img {
  height: 1.0625vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19659, theme.scss */
  .tile-4-v5__item-icon--17 img {
    height: 1.88889vh; } }
/* line 19664, theme.scss */
.tile-4-v5__item-icon--22 img {
  height: 1.375vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19670, theme.scss */
  .tile-4-v5__item-icon--22 img {
    height: 2.44444vh; } }
/* line 19675, theme.scss */
.tile-4-v5__item-icon--23 img {
  height: 1.4375vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19681, theme.scss */
  .tile-4-v5__item-icon--23 img {
    height: 2.55556vh; } }
/* line 19686, theme.scss */
.tile-4-v5__item-icon--24 img {
  height: 1.5vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19692, theme.scss */
  .tile-4-v5__item-icon--24 img {
    height: 2.66667vh; } }
/* line 19697, theme.scss */
.tile-4-v5__item-icon--25 img {
  height: 1.5625vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19703, theme.scss */
  .tile-4-v5__item-icon--25 img {
    height: 2.77778vh; } }
/* line 19708, theme.scss */
.tile-4-v5__item-icon--26 img {
  height: 1.625vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19714, theme.scss */
  .tile-4-v5__item-icon--26 img {
    height: 2.88889vh; } }
/* line 19719, theme.scss */
.tile-4-v5__item-icon--27 img {
  height: 1.6875vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19725, theme.scss */
  .tile-4-v5__item-icon--27 img {
    height: 3vh; } }
/* line 19730, theme.scss */
.tile-4-v5__item-icon--28 img {
  height: 1.75vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19736, theme.scss */
  .tile-4-v5__item-icon--28 img {
    height: 3.11111vh; } }
/* line 19741, theme.scss */
.tile-4-v5__item-icon--80 img {
  height: 5vw;
  width: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19747, theme.scss */
  .tile-4-v5__item-icon--80 img {
    height: 8.88889vh; } }
/* line 19752, theme.scss */
.tile-4-v5__item-title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9375vw;
  margin-bottom: 4.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19762, theme.scss */
  .tile-4-v5__item-title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19768, theme.scss */
  .tile-4-v5__item-title {
    line-height: 3.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19774, theme.scss */
  .tile-4-v5__item-title {
    margin-bottom: 7.77778vh; } }
/* line 19779, theme.scss */
.tile-4-v5__item-title--1 {
  height: 1.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19784, theme.scss */
  .tile-4-v5__item-title--1 {
    height: 3.44444vh; } }
/* line 19789, theme.scss */
.tile-4-v5__item-title--2 {
  min-height: 3.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19794, theme.scss */
  .tile-4-v5__item-title--2 {
    min-height: 6.88889vh; } }
/* line 19799, theme.scss */
.tile-4-v5__item-title--35 {
  margin-bottom: 2.1875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19804, theme.scss */
  .tile-4-v5__item-title--35 {
    margin-bottom: 3.88889vh; } }
/* line 19809, theme.scss */
.tile-4-v5__item-title--mb-15 {
  margin-bottom: 0.9375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19814, theme.scss */
  .tile-4-v5__item-title--mb-15 {
    margin-bottom: 1.66667vh; } }
/* line 19819, theme.scss */
.tile-4-v5__item ul {
  flex-grow: 1;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625vw;
  margin-bottom: 0; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19830, theme.scss */
  .tile-4-v5__item ul {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19836, theme.scss */
  .tile-4-v5__item ul {
    line-height: 2.77778vh; } }
/* line 19841, theme.scss */
.tile-4-v5__item ul li {
  margin-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 19846, theme.scss */
  .tile-4-v5__item ul li {
    margin-bottom: 2.22222vh; } }
/* line 19851, theme.scss */
.tile-4-v5__item ul li::marker {
  color: #1B9F8C; }

/* line 19855, theme.scss */
.tile-4-v5__item--color-grad {
  background: linear-gradient(225deg, #107f8c 0%, #1da97f 100%); }

/* line 19859, theme.scss */
.tile-4-v5__item--color-grad .tile-4-v5__item-title {
  color: #ffffff; }

/* line 19863, theme.scss */
.tile-4-v5__item--color-grad ul {
  color: #ffffff; }

/* line 19867, theme.scss */
.tile-4-v5__item--color-grad ul li::marker {
  color: #ffffff; }

/* line 19871, theme.scss */
.tile-4-v5__item--color-green {
  background: #107f8c; }

/* line 19875, theme.scss */
.tile-4-v5__item--color-green .tile-4-v5__item-title {
  color: #ffffff; }

/* line 19879, theme.scss */
.tile-4-v5__item--color-green ul {
  color: #ffffff; }

/* line 19883, theme.scss */
.tile-4-v5__item--color-green ul li::marker {
  color: #ffffff; }

@media only screen and (max-width: 800px) {
  /* line 19888, theme.scss */
  .tile-4-v5 {
    margin-top: 16vw; }

  /* line 19892, theme.scss */
  .tile-4-v5--mb {
    margin-bottom: 16vw; }

  /* line 19896, theme.scss */
  .tile-4-v5__inner {
    padding: 0vw 2.66667vw; }

  /* line 19900, theme.scss */
  .tile-4-v5__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.66667vw; }

  /* line 19908, theme.scss */
  .tile-4-v5__item {
    width: 100%;
    padding: 8vw 8vw 8vw 8vw;
    background-color: #F6F9FF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw; }

  /* line 19922, theme.scss */
  .tile-4-v5__item-icon {
    height: 12.26667vw; }

  /* line 19926, theme.scss */
  .tile-4-v5__item-icon--84 {
    height: 22.4vw; }

  /* line 19930, theme.scss */
  .tile-4-v5__item-icon--66 {
    height: 17.6vw; }

  /* line 19934, theme.scss */
  .tile-4-v5__item-icon--h160 {
    height: 42.66667vw; }

  /* line 19938, theme.scss */
  .tile-4-v5__item-icon img {
    display: block;
    width: 6.4vw; }

  /* line 19943, theme.scss */
  .tile-4-v5__item-icon--17 img {
    height: 4.5333333333vw;
    width: auto; }

  /* line 19948, theme.scss */
  .tile-4-v5__item-icon--22 img {
    height: 5.8666666667vw;
    width: auto; }

  /* line 19953, theme.scss */
  .tile-4-v5__item-icon--23 img {
    height: 6.1333333333vw;
    width: auto; }

  /* line 19958, theme.scss */
  .tile-4-v5__item-icon--24 img {
    height: 6.4vw;
    width: auto; }

  /* line 19963, theme.scss */
  .tile-4-v5__item-icon--25 img {
    height: 6.6666666667vw;
    width: auto; }

  /* line 19968, theme.scss */
  .tile-4-v5__item-icon--26 img {
    height: 6.9333333333vw;
    width: auto; }

  /* line 19973, theme.scss */
  .tile-4-v5__item-icon--27 img {
    height: 7.2vw;
    width: auto; }

  /* line 19978, theme.scss */
  .tile-4-v5__item-icon--28 img {
    height: 7.4666666667vw;
    width: auto; }

  /* line 19983, theme.scss */
  .tile-4-v5__item-icon--80 img {
    height: 21.3333333333vw;
    width: auto; }

  /* line 19988, theme.scss */
  .tile-4-v5__item-title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 8.2666666667vw;
    margin-bottom: 18.66667vw; }

  /* line 19997, theme.scss */
  .tile-4-v5__item-title--35 {
    margin-bottom: 8vw; }

  /* line 20001, theme.scss */
  .tile-4-v5__item-title--1 {
    height: auto; }

  /* line 20005, theme.scss */
  .tile-4-v5__item-title--mb-15 {
    margin-bottom: 4vw; }

  /* line 20009, theme.scss */
  .tile-4-v5__item ul {
    flex-grow: 1;
    color: #36475B;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw; }

  /* line 20018, theme.scss */
  .tile-4-v5__item ul li {
    margin-bottom: 5.33333vw; }

  /* line 20022, theme.scss */
  .tile-4-v5__item ul li::marker {
    color: #1B9F8C; }

  /* line 20026, theme.scss */
  .tile-4-v5__item--color-grad {
    background: linear-gradient(225deg, #107f8c 0%, #1da97f 100%); }

  /* line 20030, theme.scss */
  .tile-4-v5__item--color-grad .tile-4-v5__item-title {
    color: #ffffff; }

  /* line 20034, theme.scss */
  .tile-4-v5__item--color-grad ul {
    color: #ffffff; }

  /* line 20038, theme.scss */
  .tile-4-v5__item--color-grad ul li::marker {
    color: #ffffff; }

  /* line 20042, theme.scss */
  .tile-4-v5__item--color-green {
    background: #107f8c; }

  /* line 20046, theme.scss */
  .tile-4-v5__item--color-green .tile-4-v5__item-title {
    color: #ffffff; }

  /* line 20050, theme.scss */
  .tile-4-v5__item--color-green ul {
    color: #ffffff; }

  /* line 20054, theme.scss */
  .tile-4-v5__item--color-green ul li::marker {
    color: #ffffff; } }
/* line 20059, theme.scss */
.tile-6 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20064, theme.scss */
  .tile-6 {
    margin-top: 4.44444vh; } }
/* line 20069, theme.scss */
.tile-6__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20077, theme.scss */
  .tile-6__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20083, theme.scss */
  .tile-6__inner {
    padding: 0vh 5.77778vh; } }
/* line 20088, theme.scss */
.tile-6__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  justify-content: start;
  gap: 3.75vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20098, theme.scss */
  .tile-6__items {
    gap: 6.66667vh 0vh; } }
/* line 20103, theme.scss */
.tile-6__item {
  width: 30.3125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20108, theme.scss */
  .tile-6__item {
    width: 53.88889vh; } }
/* line 20113, theme.scss */
.tile-6__item img {
  display: block;
  width: 6.25vw;
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20120, theme.scss */
  .tile-6__item img {
    width: 11.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20126, theme.scss */
  .tile-6__item img {
    padding-bottom: 3.33333vh; } }
/* line 20131, theme.scss */
.tile-6__item-title {
  color: #36475B;
  box-sizing: content-box;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2vw;
  padding-bottom: 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20142, theme.scss */
  .tile-6__item-title {
    font-size: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20148, theme.scss */
  .tile-6__item-title {
    line-height: 3.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20154, theme.scss */
  .tile-6__item-title {
    padding-bottom: 2.22222vh; } }
/* line 20159, theme.scss */
.tile-6__item-title--2line {
  height: 4vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20164, theme.scss */
  .tile-6__item-title--2line {
    height: 7.11111vh; } }
/* line 20169, theme.scss */
.tile-6__item-text {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20178, theme.scss */
  .tile-6__item-text {
    font-size: 2.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 20184, theme.scss */
  .tile-6 {
    margin-top: 10.66667vw; }

  /* line 20188, theme.scss */
  .tile-6__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 20195, theme.scss */
  .tile-6__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 8vw; }

  /* line 20203, theme.scss */
  .tile-6__item {
    width: 100%; }

  /* line 20207, theme.scss */
  .tile-6__item img {
    display: block;
    width: 26.6666666667vw;
    padding-bottom: 0vw; }

  /* line 20213, theme.scss */
  .tile-6__item-title {
    color: #36475B;
    box-sizing: content-box;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 8.5333333333vw;
    padding-bottom: 5.33333vw; }

  /* line 20223, theme.scss */
  .tile-6__item-title--2line {
    height: auto; }

  /* line 20227, theme.scss */
  .tile-6__item-text {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; } }
/* line 20236, theme.scss */
.tile-6-v2 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20241, theme.scss */
  .tile-6-v2 {
    margin-top: 4.44444vh; } }
/* line 20246, theme.scss */
.tile-6-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20254, theme.scss */
  .tile-6-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20260, theme.scss */
  .tile-6-v2__inner {
    padding: 0vh 5.77778vh; } }
/* line 20265, theme.scss */
.tile-6-v2__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start; }

/* line 20272, theme.scss */
.tile-6-v2__item-img {
  width: 31.125vw;
  height: 25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20278, theme.scss */
  .tile-6-v2__item-img {
    width: 55.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20284, theme.scss */
  .tile-6-v2__item-img {
    height: 44.44444vh; } }
/* line 20289, theme.scss */
.tile-6-v2__item-img--1 {
  background: url("tile_6_2.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 20294, theme.scss */
.tile-6-v2__item-img--2 {
  background: url("tile_6_2_2.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 20299, theme.scss */
.tile-6-v2__item-img--3 {
  background: url("tile_6_2_3.jpg") no-repeat 50% 50%;
  background-size: cover; }

/* line 20304, theme.scss */
.tile-6-v2__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  width: 31.125vw;
  height: 25vw;
  padding: 1.875vw;
  background: url("tile_6_2_i.png") no-repeat 50% 50%;
  background-size: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20318, theme.scss */
  .tile-6-v2__item {
    width: 55.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20324, theme.scss */
  .tile-6-v2__item {
    height: 44.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20330, theme.scss */
  .tile-6-v2__item {
    padding: 3.33333vh; } }
/* line 20335, theme.scss */
.tile-6-v2__item-title {
  color: #36475B;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20344, theme.scss */
  .tile-6-v2__item-title {
    font-size: 3.55556vh; } }
/* line 20349, theme.scss */
.tile-6-v2__item-text {
  color: #36475B;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 116.3%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20358, theme.scss */
  .tile-6-v2__item-text {
    font-size: 2vh; } }
/* line 20363, theme.scss */
.tile-6-v2__item-more {
  text-align: right; }

/* line 20367, theme.scss */
.tile-6-v2__item-more a {
  color: #107F8C;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20377, theme.scss */
  .tile-6-v2__item-more a {
    font-size: 1.77778vh; } }
/* line 20382, theme.scss */
.tile-6-v2__item-more a:hover {
  text-decoration: underline; }

/* line 20386, theme.scss */
.tile-6-v2__item--green {
  background: #1B9F8C; }

/* line 20390, theme.scss */
.tile-6-v2__item--green .tile-6-v2__item-title {
  color: #ffffff; }

/* line 20394, theme.scss */
.tile-6-v2__item--green .tile-6-v2__item-text {
  color: #ffffff; }

/* line 20398, theme.scss */
.tile-6-v2__item--green .tile-6-v2__item-more a {
  color: #ffffff; }

/* line 20402, theme.scss */
.tile-6-v2__item--blue {
  background: #009CAE; }

/* line 20406, theme.scss */
.tile-6-v2__item--blue .tile-6-v2__item-title {
  color: #ffffff; }

/* line 20410, theme.scss */
.tile-6-v2__item--blue .tile-6-v2__item-text {
  color: #ffffff; }

/* line 20414, theme.scss */
.tile-6-v2__item--blue .tile-6-v2__item-more a {
  color: #ffffff; }

@media only screen and (max-width: 800px) {
  /* line 20419, theme.scss */
  .tile-6-v2 {
    margin-top: 10.66667vw; }

  /* line 20423, theme.scss */
  .tile-6-v2__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 20430, theme.scss */
  .tile-6-v2__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 20438, theme.scss */
  .tile-6-v2__item-img {
    width: 94.6666666667vw;
    height: 76vw; }

  /* line 20443, theme.scss */
  .tile-6-v2__item-img--1 {
    background: url("tile_6_2.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 20448, theme.scss */
  .tile-6-v2__item-img--2 {
    background: url("tile_6_2_2.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 20453, theme.scss */
  .tile-6-v2__item-img--3 {
    background: url("tile_6_2_3.jpg") no-repeat 50% 50%;
    background-size: cover; }

  /* line 20458, theme.scss */
  .tile-6-v2__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 94.6666666667vw;
    height: auto;
    padding: 10.6666666667vw 5.3333333333vw;
    background: url("tile_6_2_i.png") no-repeat 50% 50%;
    background-size: cover; }

  /* line 20471, theme.scss */
  .tile-6-v2__item-title {
    color: #36475B;
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; }

  /* line 20480, theme.scss */
  .tile-6-v2__item-text {
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 116.3%; }

  /* line 20488, theme.scss */
  .tile-6-v2__item-more {
    display: none;
    text-align: right; }

  /* line 20493, theme.scss */
  .tile-6-v2__item-more a {
    color: #107F8C;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none; }

  /* line 20502, theme.scss */
  .tile-6-v2__item-more a:hover {
    text-decoration: underline; }

  /* line 20506, theme.scss */
  .tile-6-v2__item--green {
    background: #1B9F8C; }

  /* line 20510, theme.scss */
  .tile-6-v2__item--green .tile-6-v2__item-title {
    color: #ffffff; }

  /* line 20514, theme.scss */
  .tile-6-v2__item--green .tile-6-v2__item-text {
    color: #ffffff; }

  /* line 20518, theme.scss */
  .tile-6-v2__item--green .tile-6-v2__item-more a {
    color: #ffffff; }

  /* line 20522, theme.scss */
  .tile-6-v2__item--blue {
    background: #009CAE; }

  /* line 20526, theme.scss */
  .tile-6-v2__item--blue .tile-6-v2__item-title {
    color: #ffffff; }

  /* line 20530, theme.scss */
  .tile-6-v2__item--blue .tile-6-v2__item-text {
    color: #ffffff; }

  /* line 20534, theme.scss */
  .tile-6-v2__item--blue .tile-6-v2__item-more a {
    color: #ffffff; } }
/* line 20539, theme.scss */
.tile-6-v3 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20544, theme.scss */
  .tile-6-v3 {
    margin-top: 4.44444vh; } }
/* line 20549, theme.scss */
.tile-6-v3__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20562, theme.scss */
  .tile-6-v3__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20568, theme.scss */
  .tile-6-v3__inner {
    padding: 0vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20574, theme.scss */
  .tile-6-v3__inner {
    gap: 2.22222vh 0vh; } }
/* line 20579, theme.scss */
.tile-6-v3__item {
  width: 46.125vw;
  height: 25vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20588, theme.scss */
  .tile-6-v3__item {
    width: 82vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20594, theme.scss */
  .tile-6-v3__item {
    height: 44.44444vh; } }
/* line 20599, theme.scss */
.tile-6-v3__item:nth-child(4n+0) {
  background: #B3E2E5; }

/* line 20603, theme.scss */
.tile-6-v3__item:nth-child(4n+1) {
  background: #BBDCEE; }

/* line 20607, theme.scss */
.tile-6-v3__item:nth-child(4n+2) {
  background: #F6F9FF; }

/* line 20611, theme.scss */
.tile-6-v3__item:nth-child(4n+3) {
  background: #D1C3F5; }

/* line 20615, theme.scss */
.tile-6-v3__item img {
  width: 23.0625vw;
  height: 25vw;
  display: block; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20622, theme.scss */
  .tile-6-v3__item img {
    width: 41vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20628, theme.scss */
  .tile-6-v3__item img {
    height: 44.44444vh; } }
/* line 20633, theme.scss */
.tile-6-v3__block {
  box-sizing: border-box;
  padding: 1.875vw;
  width: 23.0625vw;
  height: 25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20641, theme.scss */
  .tile-6-v3__block {
    padding: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20647, theme.scss */
  .tile-6-v3__block {
    width: 41vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20653, theme.scss */
  .tile-6-v3__block {
    height: 44.44444vh; } }
/* line 20658, theme.scss */
.tile-6-v3__title {
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75vw;
  padding-bottom: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20668, theme.scss */
  .tile-6-v3__title {
    font-size: 2.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20674, theme.scss */
  .tile-6-v3__title {
    line-height: 3.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20680, theme.scss */
  .tile-6-v3__title {
    padding-bottom: 3.33333vh; } }
/* line 20685, theme.scss */
.tile-6-v3 ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 20691, theme.scss */
.tile-6-v3 li {
  position: relative;
  margin: 0;
  padding: 0vw 0vw 1.875vw 1.875vw;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20703, theme.scss */
  .tile-6-v3 li {
    padding: 0vh 0vh 3.33333vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20709, theme.scss */
  .tile-6-v3 li {
    font-size: 2.22222vh; } }
/* line 20714, theme.scss */
.tile-6-v3 li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.4375vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #007680; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20727, theme.scss */
  .tile-6-v3 li:before {
    top: 0.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20733, theme.scss */
  .tile-6-v3 li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20739, theme.scss */
  .tile-6-v3 li:before {
    height: 1.11111vh; } }
/* line 20744, theme.scss */
.tile-6-v3 li:last-child {
  padding-bottom: 0; }

@media only screen and (max-width: 800px) {
  /* line 20749, theme.scss */
  .tile-6-v3 {
    margin-top: 10.66667vw; }

  /* line 20753, theme.scss */
  .tile-6-v3__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5.33333vw; }

  /* line 20765, theme.scss */
  .tile-6-v3__item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column; }

  /* line 20774, theme.scss */
  .tile-6-v3__item--1 {
    background: #B3E2E5; }

  /* line 20778, theme.scss */
  .tile-6-v3__item--2 {
    background: #BBDCEE; }

  /* line 20782, theme.scss */
  .tile-6-v3__item--3 {
    background: #F6F9FF; }

  /* line 20786, theme.scss */
  .tile-6-v3__item--4 {
    background: #D1C3F5; }

  /* line 20790, theme.scss */
  .tile-6-v3__item--5 {
    background: #B3E2E5; }

  /* line 20794, theme.scss */
  .tile-6-v3__item--6 {
    background: #BBDCEE; }

  /* line 20798, theme.scss */
  .tile-6-v3__item img {
    order: 1;
    width: 100%;
    height: auto;
    display: block; }

  /* line 20805, theme.scss */
  .tile-6-v3__block {
    order: 2;
    box-sizing: border-box;
    padding: 8vw 5.3333333333vw;
    width: 100%;
    height: auto; }

  /* line 20813, theme.scss */
  .tile-6-v3__title {
    color: #36475B;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 7.4666666667vw;
    padding-bottom: 8vw; }

  /* line 20822, theme.scss */
  .tile-6-v3 ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* line 20828, theme.scss */
  .tile-6-v3 li {
    position: relative;
    margin: 0;
    padding: 0vw 0vw 5.3333333333vw 8vw;
    color: #36475B;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  /* line 20839, theme.scss */
  .tile-6-v3 li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 1.8666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #007680; }

  /* line 20851, theme.scss */
  .tile-6-v3 li:last-child {
    padding-bottom: 0; } }
/* line 20856, theme.scss */
.tile-6-v4 {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20861, theme.scss */
  .tile-6-v4 {
    margin-top: 4.44444vh; } }
/* line 20866, theme.scss */
.tile-6-v4__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20874, theme.scss */
  .tile-6-v4__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20880, theme.scss */
  .tile-6-v4__inner {
    padding: 0vh 5.77778vh; } }
/* line 20885, theme.scss */
.tile-6-v4__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3.75vw 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20893, theme.scss */
  .tile-6-v4__items {
    gap: 6.66667vh 0vh; } }
/* line 20898, theme.scss */
.tile-6-v4__item {
  background-color: #F6F9FF;
  width: 14.5vw;
  height: 17.75vw;
  padding: 1.875vw 1.875vw 3.125vw 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20906, theme.scss */
  .tile-6-v4__item {
    width: 25.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20912, theme.scss */
  .tile-6-v4__item {
    height: 31.55556vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20918, theme.scss */
  .tile-6-v4__item {
    padding: 3.33333vh 3.33333vh 5.55556vh 3.33333vh; } }
/* line 20923, theme.scss */
.tile-6-v4__item img {
  display: block;
  width: 6.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20929, theme.scss */
  .tile-6-v4__item img {
    width: 11.11111vh; } }
/* line 20934, theme.scss */
.tile-6-v4__item-title {
  color: #36475B;
  box-sizing: content-box;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875vw;
  letter-spacing: -0.019em; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20945, theme.scss */
  .tile-6-v4__item-title {
    font-size: 2.22222vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20951, theme.scss */
  .tile-6-v4__item-title {
    line-height: 3.33333vh; } }
/* line 20956, theme.scss */
.tile-6-v4 .tile-6-v4__item--tiffany {
  background: #007680; }

/* line 20960, theme.scss */
.tile-6-v4 .tile-6-v4__item--tiffany .tile-6-v4__item-title {
  color: #ffffff; }

/* line 20964, theme.scss */
.tile-6-v4 .tile-6-v4__item--green {
  background: linear-gradient(225deg, #107f8c 0%, #1da97f 100%); }

/* line 20968, theme.scss */
.tile-6-v4 .tile-6-v4__item--green .tile-6-v4__item-title {
  color: #ffffff; }

/* line 20972, theme.scss */
.tile-6-v4--2 .tile-6-v4__item {
  padding: 2.5vw 1.875vw 1.875vw 1.875vw;
  height: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20978, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item {
    padding: 4.44444vh 3.33333vh 3.33333vh 3.33333vh; } }
/* line 20983, theme.scss */
.tile-6-v4--2 img {
  display: block;
  width: auto; }

/* line 20988, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-title {
  line-height: normal; }

/* line 20992, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-ico {
  height: 6.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 20997, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico {
    height: 12.22222vh; } }
/* line 21002, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-ico--22 img {
  height: 1.375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21007, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--22 img {
    height: 2.44444vh; } }
/* line 21012, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-ico--24 img {
  height: 1.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21017, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--24 img {
    height: 2.66667vh; } }
/* line 21022, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-ico--27 img {
  height: 1.6875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21027, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--27 img {
    height: 3vh; } }
/* line 21032, theme.scss */
.tile-6-v4--2 .tile-6-v4__item-ico--30 img {
  height: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21037, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--30 img {
    height: 3.33333vh; } }
@media only screen and (max-width: 800px) {
  /* line 21043, theme.scss */
  .tile-6-v4 {
    margin-top: 10.66667vw; }

  /* line 21047, theme.scss */
  .tile-6-v4__inner {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 21054, theme.scss */
  .tile-6-v4__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.66667vw; }

  /* line 21062, theme.scss */
  .tile-6-v4__item {
    width: 100%;
    height: auto;
    padding: 8vw 8vw 13.33333vw 8vw; }

  /* line 21068, theme.scss */
  .tile-6-v4__item img {
    display: block;
    width: 26.66667vw; }

  /* line 21073, theme.scss */
  .tile-6-v4__item-title {
    color: #36475B;
    box-sizing: content-box;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 8vw;
    letter-spacing: -0.019em; }

  /* line 21083, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item {
    padding: 10.6666666667vw 8vw 8vw 8vw;
    height: auto; }

  /* line 21088, theme.scss */
  .tile-6-v4--2 img {
    display: block;
    width: auto; }

  /* line 21093, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-title {
    line-height: normal; }

  /* line 21097, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico {
    height: 29.33333vw; }

  /* line 21101, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--22 img {
    height: 5.86667vw; }

  /* line 21105, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--24 img {
    height: 6.4vw; }

  /* line 21109, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--27 img {
    height: 7.2vw; }

  /* line 21113, theme.scss */
  .tile-6-v4--2 .tile-6-v4__item-ico--30 img {
    height: 8vw; } }
/* line 21118, theme.scss */
.tabs-v2__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21126, theme.scss */
  .tabs-v2__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21132, theme.scss */
  .tabs-v2__inner {
    padding: 0vh 5.77778vh 0vh 5.77778vh; } }
/* line 21137, theme.scss */
.tabs-v2__items {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.125vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21146, theme.scss */
  .tabs-v2__items {
    gap: 2vh; } }
/* line 21151, theme.scss */
.tabs-v2__tabs {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21161, theme.scss */
  .tabs-v2__tabs {
    gap: 1.77778vh; } }
/* line 21166, theme.scss */
.tabs-v2__item-link {
  position: relative;
  width: 27.625vw;
  box-sizing: border-box;
  padding: 2.5vw;
  display: block;
  border: 1px solid #007680;
  background: #F6F9FF;
  text-decoration: none;
  color: #36475B;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  transition: 0.5s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21184, theme.scss */
  .tabs-v2__item-link {
    width: 49.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21190, theme.scss */
  .tabs-v2__item-link {
    padding: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21196, theme.scss */
  .tabs-v2__item-link {
    font-size: 2.66667vh; } }
/* line 21201, theme.scss */
.tabs-v2__item-link--active {
  color: #007680;
  font-weight: 600; }

/* line 21206, theme.scss */
.tabs-v2__item-link:hover {
  color: #007680; }

/* line 21210, theme.scss */
.tabs-v2__icon {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  width: 1.1875vw;
  height: 0.8125vw;
  transition: 0.5s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21220, theme.scss */
  .tabs-v2__icon {
    right: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21226, theme.scss */
  .tabs-v2__icon {
    top: 4.44444vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21232, theme.scss */
  .tabs-v2__icon {
    width: 2.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21238, theme.scss */
  .tabs-v2__icon {
    height: 1.44444vh; } }
/* line 21243, theme.scss */
.tabs-v2__icon svg {
  transition: .5s all;
  width: 100%;
  height: auto; }

/* line 21249, theme.scss */
.tabs-v2__item-link--active .tabs-v2__icon {
  transform: rotate(-90deg); }

/* line 21253, theme.scss */
.tabs-v2__item-link--active .tabs-v2__icon svg path {
  stroke: #007680; }

/* line 21257, theme.scss */
.tabs-v2__blocks {
  flex-grow: 1; }

/* line 21261, theme.scss */
.tabs-v2__blocks .tabs-v2__item-link {
  display: none; }

/* line 21265, theme.scss */
.tabs-v2__block {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.875vw;
  padding: 2.5vw 16.875vw 1.875vw 1.875vw;
  background: #F6F9FF; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21276, theme.scss */
  .tabs-v2__block {
    gap: 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21282, theme.scss */
  .tabs-v2__block {
    padding: 4.44444vh 30vh 3.33333vh 3.33333vh; } }
/* line 21287, theme.scss */
.tabs-v2__block--1 {
  background: #F6F9FF url("tab_2_1.png") no-repeat 100% 50%;
  background-size: 15vw 30.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21293, theme.scss */
  .tabs-v2__block--1 {
    background-size: 26.66667vh 54.22222vh; } }
/* line 21298, theme.scss */
.tabs-v2__block--2 {
  background: #F6F9FF url("tab_2_2.png") no-repeat 100% 50%;
  background-size: 15vw 30.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21304, theme.scss */
  .tabs-v2__block--2 {
    background-size: 26.66667vh 54.22222vh; } }
/* line 21309, theme.scss */
.tabs-v2__block--3 {
  background: #F6F9FF url("tab_2_3.png") no-repeat 100% 50%;
  background-size: 15vw 30.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21315, theme.scss */
  .tabs-v2__block--3 {
    background-size: 26.66667vh 54.22222vh; } }
/* line 21320, theme.scss */
.tabs-v2__block--4 {
  background: #F6F9FF url("tab_2_4.png") no-repeat 100% 50%;
  background-size: 15vw 30.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21326, theme.scss */
  .tabs-v2__block--4 {
    background-size: 26.66667vh 54.22222vh; } }
/* line 21331, theme.scss */
.tabs-v2__block--active {
  display: flex; }

/* line 21335, theme.scss */
.tabs-v2__block-title {
  color: #007680;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 99%; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21344, theme.scss */
  .tabs-v2__block-title {
    font-size: 3.33333vh; } }
/* line 21349, theme.scss */
.tabs-v2__block-subtitle {
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21358, theme.scss */
  .tabs-v2__block-subtitle {
    font-size: 2.22222vh; } }
/* line 21363, theme.scss */
.tabs-v2__block ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 21369, theme.scss */
.tabs-v2__block li {
  position: relative;
  margin: 0vw 0vw 0.625vw 1.875vw;
  padding: 0;
  color: #36475B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21381, theme.scss */
  .tabs-v2__block li {
    margin: 0vh 0vh 1.11111vh 3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21387, theme.scss */
  .tabs-v2__block li {
    font-size: 2.22222vh; } }
/* line 21392, theme.scss */
.tabs-v2__block li:before {
  content: '';
  position: absolute;
  left: -1.875vw;
  top: 0.625vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #1B9F8C; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21404, theme.scss */
  .tabs-v2__block li:before {
    left: -3.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21410, theme.scss */
  .tabs-v2__block li:before {
    top: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21416, theme.scss */
  .tabs-v2__block li:before {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21422, theme.scss */
  .tabs-v2__block li:before {
    height: 1.11111vh; } }
@media only screen and (max-width: 800px) {
  /* line 21428, theme.scss */
  .tabs-v2__inner {
    max-width: none;
    margin: 0 auto;
    padding: 0vw 2.66667vw; }

  /* line 21434, theme.scss */
  .tabs-v2__items {
    gap: 1.6vw;
    min-height: auto;
    align-items: stretch; }

  /* line 21440, theme.scss */
  .tabs-v2__tabs {
    display: none; }

  /* line 21444, theme.scss */
  .tabs-v2__item-link {
    width: 100%;
    padding: 5.3333333333vw;
    font-size: 5.3333333333vw;
    margin-top: 1.6vw; }

  /* line 21451, theme.scss */
  .tabs-v2__icon {
    right: 5.3333333333vw;
    top: 6.6666666667vw;
    width: 5.0666666667vw;
    height: 3.46667vw; }

  /* line 21458, theme.scss */
  .tabs-v2__blocks .tabs-v2__item-link {
    display: flex; }

  /* line 21462, theme.scss */
  .tabs-v2__block {
    position: static;
    min-height: auto;
    display: flex;
    gap: 8vw;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    background: #F6F9FF; }

  /* line 21471, theme.scss */
  .tabs-v2__block:before {
    position: static;
    display: block;
    content: '';
    height: 42.6666666667vw;
    background: #F6F9FF url("tab_2_1_b.png") no-repeat 100% 50%;
    background-size: cover; }

  /* line 21480, theme.scss */
  .tabs-v2__block--active {
    display: flex; }

  /* line 21484, theme.scss */
  .tabs-v2__block--1 {
    background: #F6F9FF; }

  /* line 21488, theme.scss */
  .tabs-v2__block--2 {
    background: #F6F9FF; }

  /* line 21492, theme.scss */
  .tabs-v2__block--2:before {
    background: #F6F9FF url("tab_2_2_b.png") no-repeat 100% 50%;
    background-size: cover; }

  /* line 21497, theme.scss */
  .tabs-v2__block--3 {
    background: #F6F9FF; }

  /* line 21501, theme.scss */
  .tabs-v2__block--3:before {
    background: #F6F9FF url("tab_2_3_b.png") no-repeat 100% 50%;
    background-size: cover; }

  /* line 21506, theme.scss */
  .tabs-v2__block--4 {
    background: #F6F9FF; }

  /* line 21510, theme.scss */
  .tabs-v2__block--4:before {
    background: #F6F9FF url("tab_2_4_b.png") no-repeat 100% 50%;
    background-size: cover; }

  /* line 21515, theme.scss */
  .tabs-v2__block-title {
    font-size: 6.4vw; }

  /* line 21519, theme.scss */
  .tabs-v2__block-subtitle {
    font-size: 5.33333vw; }

  /* line 21523, theme.scss */
  .tabs-v2__block li {
    margin: 0vw 0vw 5.3333333333vw 8vw;
    font-size: 4.8vw; }

  /* line 21528, theme.scss */
  .tabs-v2__block li:before {
    left: -8vw;
    top: 1.8666666667vw;
    width: 2.6666666667vw;
    height: 2.66667vw; } }
/* line 21536, theme.scss */
.tile-grid {
  margin-top: 2.5vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21541, theme.scss */
  .tile-grid {
    margin-top: 4.44444vh; } }
/* line 21546, theme.scss */
.tile-grid__inner {
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin: 0 auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21554, theme.scss */
  .tile-grid__inner {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21560, theme.scss */
  .tile-grid__inner {
    padding: 0vh 5.77778vh; } }
/* line 21565, theme.scss */
.tile-grid__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5vw 1.25vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21572, theme.scss */
  .tile-grid__items {
    gap: 8.88889vh 2.22222vh; } }
/* line 21577, theme.scss */
.tile-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
  text-decoration: none;
  color: #36475B; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21588, theme.scss */
  .tile-grid__item {
    gap: 2.22222vh; } }
/* line 21593, theme.scss */
.tile-grid a.tile-grid__item svg {
  display: block;
  position: absolute;
  right: 0.75vw;
  top: 10.3125vw;
  width: 0.625vw;
  height: 0.625vw;
  transition: 0.3s all; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21604, theme.scss */
  .tile-grid a.tile-grid__item svg {
    right: 1.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21610, theme.scss */
  .tile-grid a.tile-grid__item svg {
    top: 18.33333vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21616, theme.scss */
  .tile-grid a.tile-grid__item svg {
    width: 1.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21622, theme.scss */
  .tile-grid a.tile-grid__item svg {
    height: 1.11111vh; } }
/* line 21627, theme.scss */
.tile-grid a.tile-grid__item svg path {
  transition: 0.3s all; }

/* line 21631, theme.scss */
.tile-grid__img {
  width: 100%;
  height: 8.75vw;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21639, theme.scss */
  .tile-grid__img {
    height: 15.55556vh; } }
/* line 21644, theme.scss */
.tile-grid__title {
  font-size: 1.75vw;
  line-height: 100%;
  font-weight: 600;
  min-height: 2em;
  transition: .3s all;
  padding-right: 1.875vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21654, theme.scss */
  .tile-grid__title {
    font-size: 3.11111vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21660, theme.scss */
  .tile-grid__title {
    padding-right: 3.33333vh; } }
/* line 21665, theme.scss */
.tile-grid__text {
  font-size: 1.25vw;
  line-height: 100%;
  font-weight: 400; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21672, theme.scss */
  .tile-grid__text {
    font-size: 2.22222vh; } }
/* line 21677, theme.scss */
.tile-grid a.tile-grid__item:hover svg {
  top: 10.125vw;
  right: 0vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21683, theme.scss */
  .tile-grid a.tile-grid__item:hover svg {
    top: 18vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21689, theme.scss */
  .tile-grid a.tile-grid__item:hover svg {
    right: 0vh; } }
/* line 21694, theme.scss */
.tile-grid a.tile-grid__item:hover svg path {
  fill: #007680; }

/* line 21698, theme.scss */
.tile-grid a.tile-grid__item:hover .tile-grid__title {
  color: #0F7F8E; }

@media only screen and (max-width: 800px) {
  /* line 21703, theme.scss */
  .tile-grid {
    margin-top: 5.33333vw; }

  /* line 21707, theme.scss */
  .tile-grid__inner {
    box-sizing: border-box;
    max-width: 426.6666666667vw;
    padding: 0vw 2.6666666667vw;
    margin: 0 auto; }

  /* line 21714, theme.scss */
  .tile-grid__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21.33333vw 5.33333vw; }

  /* line 21720, theme.scss */
  .tile-grid__item {
    gap: 5.33333vw; }

  /* line 21724, theme.scss */
  .tile-grid a.tile-grid__item svg {
    right: 3.2vw;
    top: 44vw;
    width: 2.6666666667vw;
    height: 2.66667vw; }

  /* line 21731, theme.scss */
  .tile-grid__img {
    width: 100%;
    height: 37.3333333333vw;
    -o-object-fit: cover;
    object-fit: cover; }

  /* line 21738, theme.scss */
  .tile-grid__title {
    min-height: unset;
    font-size: 7.4666666667vw;
    padding-right: 8vw; }

  /* line 21744, theme.scss */
  .tile-grid__text {
    font-size: 5.33333vw; }

  /* line 21748, theme.scss */
  .tile-grid a.tile-grid__item:hover svg {
    top: 43.2vw;
    right: 0vw; } }
/* line 21754, theme.scss */
.b_01 {
  position: relative;
  box-sizing: border-box;
  max-width: 100vw;
  padding: 0vw 3.25vw;
  margin-top: 7.5vw;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21765, theme.scss */
  .b_01 {
    max-width: 177.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21771, theme.scss */
  .b_01 {
    padding: 0vh 5.77778vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21777, theme.scss */
  .b_01 {
    margin-top: 13.33333vh; } }
/* line 21782, theme.scss */
.b_01__img img {
  display: block;
  width: 100%; }

/* line 21787, theme.scss */
.b_01__title {
  position: absolute;
  left: 7.6875vw;
  top: 4.875vw;
  font-weight: 400;
  font-size: 3vw;
  line-height: 99%;
  color: #008580; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21798, theme.scss */
  .b_01__title {
    left: 13.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21804, theme.scss */
  .b_01__title {
    top: 8.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21810, theme.scss */
  .b_01__title {
    font-size: 5.33333vh; } }
/* line 21815, theme.scss */
.b_01__text {
  position: absolute;
  left: 7.6875vw;
  top: 12.75vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: normal;
  color: #36475b; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21826, theme.scss */
  .b_01__text {
    left: 13.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21832, theme.scss */
  .b_01__text {
    top: 22.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21838, theme.scss */
  .b_01__text {
    font-size: 2.22222vh; } }
/* line 21843, theme.scss */
.b_01 .button {
  position: absolute;
  left: 7.6875vw;
  top: 16.4375vw; }

@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21850, theme.scss */
  .b_01 .button {
    left: 13.66667vh; } }
@media screen and (min-aspect-ratio: 1600 / 900) {
  /* line 21856, theme.scss */
  .b_01 .button {
    top: 29.22222vh; } }
@media only screen and (max-width: 800px) {
  /* line 21862, theme.scss */
  .b_01 {
    box-sizing: border-box;
    max-width: unset;
    padding: 0vw 0vw;
    margin-top: 16vw; }

  /* line 21869, theme.scss */
  .b_01__title {
    left: 8vw;
    top: 8vw;
    font-size: 6.66667vw; }

  /* line 21875, theme.scss */
  .b_01__text {
    position: absolute;
    left: 8vw;
    right: 8vw;
    top: 27.4666666667vw;
    font-size: 4.26667vw; }

  /* line 21883, theme.scss */
  .b_01 .button {
    position: absolute;
    left: 8vw;
    top: unset;
    bottom: 10.4vw; } }
/* line 21891, theme.scss */
.mb-60 {
  margin-bottom: 60px; }

/* line 21895, theme.scss */
#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
