/* 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, #B79B7E);
  --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, #bfa68c);
  --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, #c6b099);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #dbcebf);
  --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, #DBD3CA);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #dbd3ca);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #d9d1c8);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #cabfb2);
  --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, #211F20);
  --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, #393637);
  --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, #504b4e);
  --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, #938d90);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Open Sans");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "Open Sans");
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1176px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, false);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 1, index.scss */
#b_12223748 .section_inner {
  height: 723.2px; }

/* line 5, index.scss */
#b_12223748 .flexblock_wrapper[data-index="0"] {
  top: 110px;
  left: 0;
  width: 945px;
  opacity: 1; }

/* line 12, index.scss */
#b_12223748 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #ffffff;
  font-size: 128px;
  text-align: left;
  line-height: 1.1;
  font-weight: 600; }

/* line 20, index.scss */
#b_12223748 .flexblock_wrapper[data-index="1"] {
  top: 305px;
  left: 5px;
  width: 940px;
  opacity: 1; }

/* line 27, index.scss */
#b_12223748 .flexblock_wrapper[data-index="1"] .flexblock_content {
  color: #ffffff;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 35, index.scss */
#b_12223748 .flexblock_wrapper[data-index="2"] {
  top: 0;
  left: 0;
  height: 60px;
  width: 105px;
  z-index: 10; }

/* line 43, index.scss */
#b_12223748 .flexblock_wrapper[data-index="3"] {
  left: 993px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 175px; }

/* line 51, index.scss */
#b_12223748 .flexblock_wrapper[data-index="3"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }

/* line 58, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_3 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }

/* line 65, index.scss */
#b_12223748 .flexblock_wrapper[data-index="4"] {
  top: 125px;
  left: 953px;
  width: 215px;
  opacity: 1; }

/* line 72, index.scss */
#b_12223748 .flexblock_wrapper[data-index="4"] .flexblock_content {
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  line-height: 1.3;
  font-weight: 400; }

/* line 80, index.scss */
#b_12223748 .flexblock_wrapper[data-index="5"] {
  left: 0;
  top: 572px;
  height: 75px;
  z-index: 10;
  width: 275px; }

/* line 88, index.scss */
#b_12223748 .flexblock_wrapper[data-index="5"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 96, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_5 {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 104, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_5:hover,
#b_12223748 .flexblock_wrapper_btn[data-index="5"] .flexblock_content:hover {
  background-color: #c1aa85; }

/* line 109, index.scss */
#b_12223748 .flexblock_wrapper[data-index="6"] {
  left: 148px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 85px; }

/* line 117, index.scss */
#b_12223748 .flexblock_wrapper[data-index="6"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 124, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_6 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 131, index.scss */
#b_12223748 .flexblock_wrapper[data-index="7"] {
  left: 405px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 175px; }

/* line 139, index.scss */
#b_12223748 .flexblock_wrapper[data-index="7"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 146, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_7 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 153, index.scss */
#b_12223748 .flexblock_wrapper[data-index="8"] {
  left: 595px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 95px; }

/* line 161, index.scss */
#b_12223748 .flexblock_wrapper[data-index="8"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 168, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_8 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 175, index.scss */
#b_12223748 .flexblock_wrapper[data-index="9"] {
  left: 248px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 145px; }

/* line 183, index.scss */
#b_12223748 .flexblock_wrapper[data-index="9"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 190, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_9 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 197, index.scss */
#b_12223748 .flexblock_wrapper[data-index="10"] {
  left: 704px;
  top: 0;
  height: 50px;
  z-index: 10;
  width: 100px; }

/* line 205, index.scss */
#b_12223748 .flexblock_wrapper[data-index="10"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 212, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_10 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 219, index.scss */
#b_12223748 .flexblock_wrapper[data-index="11"] {
  left: 615px;
  top: 572px;
  height: 75px;
  z-index: 10;
  width: 275px; }

/* line 227, index.scss */
#b_12223748 .flexblock_wrapper[data-index="11"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 500; }

/* line 235, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_11 {
  background-color: #baa077;
  border-radius: 0;
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 500; }

/* line 243, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_11:hover,
#b_12223748 .flexblock_wrapper_btn[data-index="11"] .flexblock_content:hover {
  background-color: #c1aa85; }

/* line 248, index.scss */
#b_12223748 .flexblock_wrapper[data-index="12"] {
  left: 1008px;
  top: 40px;
  height: 20px;
  z-index: 10;
  width: 180px; }

/* line 256, index.scss */
#b_12223748 .flexblock_wrapper[data-index="12"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }

/* line 263, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223748_12 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 271, index.scss */
  #b_12223748 .section_inner {
    height: 665.2px; }

  /* line 275, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="3"] {
    left: 802px; }

  /* line 279, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] {
    top: 110px;
    left: 960px; }

  /* line 284, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="5"] {
    top: 517px; }

  /* line 288, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="6"] {
    left: 118px; }

  /* line 292, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="7"] {
    left: 223px; }

  /* line 296, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="8"] {
    left: 413px; }

  /* line 300, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="9"] {
    left: 527px; }

  /* line 304, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="10"] {
    left: 672px; }

  /* line 308, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="11"] {
    left: 653px;
    top: 522px; }

  /* line 313, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="12"] {
    left: 802px; } }
@media (max-width: 1064px) {
  /* line 319, index.scss */
  #b_12223748 .section_inner {
    height: 556.2px; }

  /* line 323, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] {
    width: 638px; }

  /* line 327, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 72px; }

  /* line 331, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] {
    top: 205px;
    left: 0;
    width: 638px; }

  /* line 337, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 28px; }

  /* line 341, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="2"] {
    top: 0;
    left: -24px; }

  /* line 346, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="3"] {
    left: 483px;
    top: 0; }

  /* line 351, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] {
    top: 100px;
    left: 640px; }

  /* line 356, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="5"] {
    top: 420px; }

  /* line 360, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="6"] {
    left: 105px;
    top: 0; }

  /* line 365, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="7"] {
    left: -322px;
    top: 10px; }

  /* line 370, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="8"] {
    left: -442px;
    top: 85px; }

  /* line 375, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="9"] {
    left: -318px;
    top: 90px; }

  /* line 380, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="10"] {
    left: -187px;
    top: 85px; }

  /* line 385, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="11"] {
    left: 363px;
    top: 420px; }

  /* line 390, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="12"] {
    left: 495px;
    top: 40px; }

  /* line 395, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="7"] {
    display: none; }

  /* line 399, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="8"] {
    display: none; }

  /* line 403, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="9"] {
    display: none; }

  /* line 407, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="10"] {
    display: none; } }
@media (max-width: 660px) {
  /* line 413, index.scss */
  #b_12223748 .section_inner {
    height: 545.2px; }

  /* line 417, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] {
    top: 75px;
    left: 0;
    width: 423px; }

  /* line 423, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 427, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] {
    top: 145px;
    left: 0;
    width: 423px; }

  /* line 433, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 20px; }

  /* line 437, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="2"] {
    left: -16px; }

  /* line 441, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="3"] {
    left: 268px; }

  /* line 445, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="3"] .flexblock_content {
    font-size: 12px; }

  /* line 449, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223748_3 {
    font-size: 12px; }

  /* line 453, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] {
    top: 70px;
    left: 425px; }

  /* line 458, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] .flexblock_content {
    font-size: 12px; }

  /* line 462, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="5"] {
    left: 56px;
    top: 310px; }

  /* line 467, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="5"] .flexblock_content {
    font-size: 14px; }

  /* line 471, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223748_5 {
    font-size: 14px; }

  /* line 475, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="6"] .flexblock_content {
    font-size: 12px; }

  /* line 479, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223748_6 {
    font-size: 12px; }

  /* line 483, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="11"] {
    left: 56px;
    top: 435px; }

  /* line 488, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="11"] .flexblock_content {
    font-size: 14px; }

  /* line 492, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223748_11 {
    font-size: 14px; }

  /* line 496, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="12"] {
    left: 283px;
    top: 35px; }

  /* line 501, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 12px; }

  /* line 505, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223748_12 {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 511, index.scss */
  #b_12223748 .section_inner {
    height: 600.2px; }

  /* line 515, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] {
    top: 160px;
    width: 318px; }

  /* line 520, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="0"] .flexblock_content {
    text-align: center; }

  /* line 524, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] {
    top: 220px;
    left: 7px;
    width: 303px; }

  /* line 530, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="1"] .flexblock_content {
    text-align: center; }

  /* line 534, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="2"] {
    left: 105px; }

  /* line 538, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="3"] {
    left: 0;
    top: 65px;
    height: 35px;
    width: 318px; }

  /* line 545, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] {
    top: 80px;
    left: 363px; }

  /* line 550, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="5"] {
    left: 0;
    top: 400px;
    width: 318px; }

  /* line 556, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="6"] {
    left: 0;
    top: 105px;
    height: 35px;
    width: 318px; }

  /* line 563, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="11"] {
    left: 0;
    top: 499px;
    width: 318px; }

  /* line 569, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="12"] {
    left: 320px;
    top: 45px;
    height: 35px;
    width: 318px; }

  /* line 576, index.scss */
  #b_12223748 .flexblock_wrapper[data-index="4"] {
    display: none; } }
/* line 581, index.scss */
#b_12223750 .section_inner {
  height: 846.2px; }

/* line 585, index.scss */
#b_12223750 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 720px;
  opacity: 1;
  z-index: 4; }

/* line 593, index.scss */
#b_12223750 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #303030;
  font-size: 54px;
  text-align: left;
  line-height: 1.3;
  font-weight: 600; }

/* line 601, index.scss */
#b_12223750 .flexblock_wrapper[data-index="1"] {
  top: 0;
  left: 743px;
  height: 725px;
  width: 425px;
  z-index: 7; }

/* line 609, index.scss */
#b_12223750 .flexblock_wrapper[data-index="2"] {
  top: 245px;
  left: 446px;
  height: 230px;
  width: 275px;
  z-index: 8; }

/* line 617, index.scss */
#b_12223750 .flexblock_wrapper[data-index="3"] {
  top: 245px;
  left: 0;
  height: 230px;
  width: 425px;
  z-index: 11; }

/* line 625, index.scss */
#b_12223750 .flexblock_wrapper[data-index="4"] {
  top: -25px;
  left: 1068px;
  height: 975px;
  width: 140px;
  z-index: 1; }

/* line 633, index.scss */
#b_12223750 .flexblock_wrapper[data-index="4"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 638, index.scss */
#b_12223750 .flexblock_wrapper[data-index="5"] {
  top: 495px;
  left: -1px;
  height: 230px;
  width: 275px;
  z-index: 9; }

/* line 646, index.scss */
#b_12223750 .flexblock_wrapper[data-index="6"] {
  top: 495px;
  left: 294px;
  height: 230px;
  width: 425px;
  z-index: 10; }

/* line 654, index.scss */
#b_12223750 .flexblock_wrapper[data-index="7"] {
  top: 115px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 662, index.scss */
#b_12223750 .flexblock_wrapper[data-index="7"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 670, index.scss */
#b_12223750 .flexblock_wrapper[data-index="8"] {
  top: 91px;
  left: 296px;
  height: 100px;
  width: 425px;
  z-index: 2; }

/* line 678, index.scss */
#b_12223750 .flexblock_wrapper[data-index="8"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 683, index.scss */
#b_12223750 .flexblock_wrapper[data-index="9"] {
  top: 819px;
  left: 0;
  height: 1px;
  width: 725px;
  z-index: 3; }

/* line 691, index.scss */
#b_12223750 .flexblock_wrapper[data-index="9"] .flexblock_content {
  background-color: #baa077; }

/* line 695, index.scss */
#b_12223750 .flexblock_wrapper[data-index="10"] {
  top: 112px;
  left: 318px;
  width: 380px;
  opacity: 1;
  z-index: 6; }

/* line 703, index.scss */
#b_12223750 .flexblock_wrapper[data-index="10"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 711, index.scss */
#b_12223750 .flexblock_wrapper[data-index="11"] {
  top: 80px;
  left: 948px;
  height: 75px;
  width: 220px;
  z-index: 12;
  opacity: 0.9; }

/* line 720, index.scss */
#b_12223750 .flexblock_wrapper[data-index="11"] .flexblock_content {
  background-color: #ffffff; }

/* line 724, index.scss */
#b_12223750 .flexblock_wrapper[data-index="12"] {
  top: 110px;
  left: 969px;
  width: 170px;
  z-index: 17;
  opacity: 1; }

/* line 732, index.scss */
#b_12223750 .flexblock_wrapper[data-index="12"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 740, index.scss */
#b_12223750 .flexblock_wrapper[data-index="13"] {
  top: 375px;
  left: 230px;
  height: 75px;
  width: 195px;
  z-index: 13;
  opacity: 0.9; }

/* line 749, index.scss */
#b_12223750 .flexblock_wrapper[data-index="13"] .flexblock_content {
  background-color: #ffffff; }

/* line 753, index.scss */
#b_12223750 .flexblock_wrapper[data-index="14"] {
  top: 395px;
  left: 253px;
  width: 170px;
  z-index: 18;
  opacity: 1; }

/* line 761, index.scss */
#b_12223750 .flexblock_wrapper[data-index="14"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 769, index.scss */
#b_12223750 .flexblock_wrapper[data-index="15"] {
  top: 375px;
  left: 526px;
  height: 75px;
  width: 195px;
  z-index: 14;
  opacity: 0.9; }

/* line 778, index.scss */
#b_12223750 .flexblock_wrapper[data-index="15"] .flexblock_content {
  background-color: #ffffff; }

/* line 782, index.scss */
#b_12223750 .flexblock_wrapper[data-index="16"] {
  top: 404px;
  left: 551px;
  width: 170px;
  z-index: 28;
  opacity: 1; }

/* line 790, index.scss */
#b_12223750 .flexblock_wrapper[data-index="16"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 798, index.scss */
#b_12223750 .flexblock_wrapper[data-index="17"] {
  top: 622px;
  left: 80px;
  height: 75px;
  width: 195px;
  z-index: 15;
  opacity: 0.9; }

/* line 807, index.scss */
#b_12223750 .flexblock_wrapper[data-index="17"] .flexblock_content {
  background-color: #ffffff; }

/* line 811, index.scss */
#b_12223750 .flexblock_wrapper[data-index="18"] {
  top: 650px;
  left: 105px;
  width: 170px;
  z-index: 19;
  opacity: 1; }

/* line 819, index.scss */
#b_12223750 .flexblock_wrapper[data-index="18"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 827, index.scss */
#b_12223750 .flexblock_wrapper[data-index="19"] {
  top: 620px;
  left: 527px;
  height: 75px;
  width: 195px;
  z-index: 16;
  opacity: 0.9; }

/* line 836, index.scss */
#b_12223750 .flexblock_wrapper[data-index="19"] .flexblock_content {
  background-color: #ffffff; }

/* line 840, index.scss */
#b_12223750 .flexblock_wrapper[data-index="20"] {
  top: 649px;
  left: 551px;
  width: 170px;
  z-index: 20;
  opacity: 1; }

/* line 848, index.scss */
#b_12223750 .flexblock_wrapper[data-index="20"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 856, index.scss */
#b_12223750 .flexblock_wrapper[data-index="21"] {
  top: 747px;
  left: 0;
  width: 720px;
  z-index: 21;
  opacity: 1; }

/* line 864, index.scss */
#b_12223750 .flexblock_wrapper[data-index="21"] .flexblock_content {
  color: #212121;
  font-size: 36px;
  text-align: left;
  line-height: 1.35;
  font-weight: 500; }

/* line 872, index.scss */
#b_12223750 .flexblock_wrapper[data-index="22"] {
  left: 743px;
  top: 745px;
  height: 75px;
  z-index: 22;
  width: 425px; }

/* line 880, index.scss */
#b_12223750 .flexblock_wrapper[data-index="22"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500; }

/* line 888, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_22 {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500; }

/* line 896, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_22:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="22"] .flexblock_content:hover {
  background-color: #c1aa85; }

/* line 901, index.scss */
#b_12223750 .flexblock_wrapper[data-index="23"] {
  left: 0;
  top: 245px;
  height: 230px;
  z-index: 23;
  width: 425px;
  opacity: 0.2; }

/* line 910, index.scss */
#b_12223750 .flexblock_wrapper[data-index="23"] .flexblock_content {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 917, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_23 {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 924, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_23:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="23"] .flexblock_content:hover {
  background-color: #baa077; }

/* line 929, index.scss */
#b_12223750 .flexblock_wrapper[data-index="24"] {
  left: 446px;
  top: 245px;
  height: 230px;
  z-index: 24;
  width: 275px;
  opacity: 0.2; }

/* line 938, index.scss */
#b_12223750 .flexblock_wrapper[data-index="24"] .flexblock_content {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 945, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_24 {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 952, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_24:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="24"] .flexblock_content:hover {
  background-color: #baa077; }

/* line 957, index.scss */
#b_12223750 .flexblock_wrapper[data-index="25"] {
  left: 0;
  top: 497px;
  height: 230px;
  z-index: 25;
  width: 275px;
  opacity: 0.2; }

/* line 966, index.scss */
#b_12223750 .flexblock_wrapper[data-index="25"] .flexblock_content {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 973, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_25 {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 980, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_25:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="25"] .flexblock_content:hover {
  background-color: #baa077; }

/* line 985, index.scss */
#b_12223750 .flexblock_wrapper[data-index="26"] {
  left: 297px;
  top: 501px;
  height: 230px;
  z-index: 26;
  width: 425px;
  opacity: 0.2; }

/* line 994, index.scss */
#b_12223750 .flexblock_wrapper[data-index="26"] .flexblock_content {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 1001, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_26 {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 1008, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_26:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="26"] .flexblock_content:hover {
  background-color: #baa077; }

/* line 1013, index.scss */
#b_12223750 .flexblock_wrapper[data-index="27"] {
  left: 743px;
  top: 0;
  height: 725px;
  z-index: 27;
  width: 425px;
  opacity: 0.2; }

/* line 1022, index.scss */
#b_12223750 .flexblock_wrapper[data-index="27"] .flexblock_content {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 1029, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_27 {
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 18px; }

/* line 1036, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223750_27:hover,
#b_12223750 .flexblock_wrapper_btn[data-index="27"] .flexblock_content:hover {
  background-color: #baa077; }

@media (max-width: 1180px) {
  /* line 1042, index.scss */
  #b_12223750 .section_inner {
    height: 846.2px; }

  /* line 1046, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] {
    width: 630px; }

  /* line 1050, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="1"] {
    top: 245px;
    left: 673px;
    height: 430px;
    width: 285px; }

  /* line 1057, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="2"] {
    left: 408px;
    height: 205px;
    width: 245px; }

  /* line 1063, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="3"] {
    height: 205px;
    width: 385px; }

  /* line 1068, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="4"] {
    top: 191px;
    left: 816px;
    height: 565px;
    width: 180px; }

  /* line 1075, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="5"] {
    top: 470px;
    left: 0;
    height: 205px;
    width: 245px; }

  /* line 1082, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="6"] {
    top: 470px;
    left: 266px;
    height: 205px;
    width: 385px; }

  /* line 1089, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="8"] {
    height: 100px;
    width: 520px; }

  /* line 1094, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="9"] {
    top: 789px;
    width: 630px; }

  /* line 1099, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="10"] {
    width: 475px; }

  /* line 1103, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="11"] {
    top: 365px;
    left: 768px;
    height: 75px;
    width: 190px; }

  /* line 1110, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="12"] {
    top: 385px;
    left: 788px; }

  /* line 1115, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="13"] {
    top: 365px;
    left: 190px; }

  /* line 1120, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="14"] {
    top: 385px;
    left: 213px; }

  /* line 1125, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="15"] {
    top: 365px;
    left: 458px; }

  /* line 1130, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="16"] {
    top: 385px;
    left: 483px; }

  /* line 1135, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="17"] {
    top: 590px;
    left: 50px; }

  /* line 1140, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="18"] {
    top: 610px;
    left: 75px; }

  /* line 1145, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="19"] {
    top: 590px;
    left: 457px; }

  /* line 1150, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="20"] {
    top: 610px;
    left: 481px; }

  /* line 1155, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] {
    top: 717px;
    width: 630px; }

  /* line 1160, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="22"] {
    left: 653px;
    top: 715px;
    height: 75px;
    width: 305px; }

  /* line 1167, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="23"] {
    height: 205px;
    width: 385px; }

  /* line 1172, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="24"] {
    left: 408px;
    height: 205px;
    width: 245px; }

  /* line 1178, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="25"] {
    top: 470px;
    height: 205px;
    width: 245px; }

  /* line 1184, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="26"] {
    left: 267px;
    top: 470px;
    height: 205px;
    width: 385px; }

  /* line 1191, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="27"] {
    left: 673px;
    top: 245px;
    height: 430px;
    width: 285px; } }
@media (max-width: 1064px) {
  /* line 1200, index.scss */
  #b_12223750 .section_inner {
    height: 1053px; }

  /* line 1204, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] {
    width: 638px; }

  /* line 1208, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 1212, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="1"] {
    top: 245px;
    left: 328px;
    height: 430px;
    width: 310px; }

  /* line 1219, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="2"] {
    top: 695px;
    left: 328px;
    width: 310px; }

  /* line 1225, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="3"] {
    top: 245px;
    left: 0;
    height: 205px;
    width: 310px; }

  /* line 1232, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="4"] {
    top: 156px;
    left: -36px;
    height: 715px;
    width: 310px; }

  /* line 1239, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="5"] {
    top: 695px;
    left: 0;
    width: 310px; }

  /* line 1245, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="6"] {
    top: 470px;
    left: 0;
    height: 205px;
    width: 310px; }

  /* line 1252, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="7"] {
    top: 70px;
    left: 0; }

  /* line 1257, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="8"] {
    top: 70px;
    height: 135px;
    width: 340px; }

  /* line 1263, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="9"] {
    top: 1029px;
    width: 638px; }

  /* line 1268, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="10"] {
    top: 91px;
    width: 295px; }

  /* line 1273, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="11"] {
    left: 448px; }

  /* line 1277, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="12"] {
    top: 385px;
    left: 468px;
    width: 170px; }

  /* line 1283, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="13"] {
    left: 115px; }

  /* line 1287, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="14"] {
    left: 138px; }

  /* line 1291, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="15"] {
    top: 814px;
    left: 443px; }

  /* line 1296, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="16"] {
    top: 834px;
    left: 468px; }

  /* line 1301, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="17"] {
    top: 814px;
    left: 115px; }

  /* line 1306, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="18"] {
    top: 834px;
    left: 140px; }

  /* line 1311, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="19"] {
    left: 115px; }

  /* line 1315, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="20"] {
    left: 139px; }

  /* line 1319, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] {
    top: 937px;
    width: 310px; }

  /* line 1324, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] .flexblock_content {
    font-size: 28px; }

  /* line 1328, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="22"] {
    left: 333px;
    top: 935px; }

  /* line 1333, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="22"] .flexblock_content {
    font-size: 14px; }

  /* line 1337, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223750_22 {
    font-size: 14px; }

  /* line 1341, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="23"] {
    height: 205px;
    width: 310px; }

  /* line 1346, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="24"] {
    left: 330px;
    top: 695px;
    height: 205px;
    width: 305px; }

  /* line 1353, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="25"] {
    top: 695px;
    height: 205px;
    width: 310px; }

  /* line 1359, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="26"] {
    left: 0;
    top: 470px;
    height: 205px;
    width: 310px; }

  /* line 1366, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="27"] {
    left: 328px;
    top: 245px;
    height: 430px;
    width: 310px; } }
@media (max-width: 660px) {
  /* line 1375, index.scss */
  #b_12223750 .section_inner {
    height: 1793px; }

  /* line 1379, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] {
    width: 423px; }

  /* line 1383, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 28px; }

  /* line 1387, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="1"] {
    top: 920px;
    left: 1px;
    width: 423px; }

  /* line 1393, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="2"] {
    top: 1370px;
    left: 1px;
    width: 423px; }

  /* line 1399, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="3"] {
    width: 423px; }

  /* line 1403, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="4"] {
    top: 161px;
    left: -356px; }

  /* line 1408, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="5"] {
    width: 423px; }

  /* line 1412, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="6"] {
    width: 423px; }

  /* line 1416, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="7"] {
    top: 55px;
    width: 423px; }

  /* line 1421, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="7"] .flexblock_content {
    font-size: 12px; }

  /* line 1425, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="8"] {
    top: 105px;
    left: 0;
    height: 90px;
    width: 423px; }

  /* line 1432, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="9"] {
    top: 1774px;
    width: 423px; }

  /* line 1437, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="10"] {
    top: 126px;
    left: 20px;
    width: 380px; }

  /* line 1443, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="10"] .flexblock_content {
    font-size: 12px; }

  /* line 1447, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="11"] {
    top: 1040px;
    left: 234px; }

  /* line 1452, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="12"] {
    top: 1060px;
    left: 254px; }

  /* line 1457, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 12px; }

  /* line 1461, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="13"] {
    left: 228px; }

  /* line 1465, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="14"] {
    left: 251px; }

  /* line 1469, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="14"] .flexblock_content {
    font-size: 12px; }

  /* line 1473, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="15"] {
    top: 1489px;
    left: 229px; }

  /* line 1478, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="16"] {
    top: 1509px;
    left: 254px; }

  /* line 1483, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="16"] .flexblock_content {
    font-size: 12px; }

  /* line 1487, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="17"] {
    left: 228px; }

  /* line 1491, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="18"] {
    left: 253px; }

  /* line 1495, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="18"] .flexblock_content {
    font-size: 12px; }

  /* line 1499, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="19"] {
    left: 228px; }

  /* line 1503, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="20"] {
    left: 252px; }

  /* line 1507, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="20"] .flexblock_content {
    font-size: 12px; }

  /* line 1511, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] {
    top: 1602px; }

  /* line 1515, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] .flexblock_content {
    font-size: 20px; }

  /* line 1519, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="22"] {
    left: 0;
    top: 1675px;
    width: 423px; }

  /* line 1525, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="23"] {
    height: 205px;
    width: 425px; }

  /* line 1530, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="24"] {
    left: 0;
    top: 1370px;
    height: 205px;
    width: 425px; }

  /* line 1537, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="25"] {
    top: 695px;
    height: 205px;
    width: 425px; }

  /* line 1543, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="26"] {
    left: 0;
    top: 470px;
    height: 205px;
    width: 420px; }

  /* line 1550, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="27"] {
    left: 0;
    top: 920px;
    height: 430px;
    width: 425px; }

  /* line 1557, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="4"] {
    display: none; } }
@media (max-width: 450px) {
  /* line 1563, index.scss */
  #b_12223750 .section_inner {
    height: 1797px; }

  /* line 1567, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 1571, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="1"] {
    width: 318px; }

  /* line 1575, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="2"] {
    width: 318px; }

  /* line 1579, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="3"] {
    width: 318px; }

  /* line 1583, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="5"] {
    width: 318px; }

  /* line 1587, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="6"] {
    width: 318px; }

  /* line 1591, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="7"] {
    width: 318px; }

  /* line 1595, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="8"] {
    top: 105px;
    left: 0;
    height: 105px;
    width: 318px; }

  /* line 1602, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="9"] {
    top: 1774px;
    width: 318px; }

  /* line 1607, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="10"] {
    top: 126px;
    left: 20px;
    width: 280px; }

  /* line 1613, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="11"] {
    left: 129px; }

  /* line 1617, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="12"] {
    left: 149px; }

  /* line 1621, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="13"] {
    left: 123px; }

  /* line 1625, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="14"] {
    left: 146px; }

  /* line 1629, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="15"] {
    left: 124px; }

  /* line 1633, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="16"] {
    left: 149px; }

  /* line 1637, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="17"] {
    left: 123px; }

  /* line 1641, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="18"] {
    left: 148px; }

  /* line 1645, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="19"] {
    left: 123px; }

  /* line 1649, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="20"] {
    left: 147px; }

  /* line 1653, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="21"] {
    top: 1602px;
    width: 253px; }

  /* line 1658, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="22"] {
    width: 318px; }

  /* line 1662, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="23"] {
    height: 205px;
    width: 320px; }

  /* line 1667, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="24"] {
    left: 0;
    top: 1370px;
    height: 205px;
    width: 320px; }

  /* line 1674, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="25"] {
    top: 695px;
    height: 205px;
    width: 320px; }

  /* line 1680, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="26"] {
    left: 0;
    top: 470px;
    height: 205px;
    width: 320px; }

  /* line 1687, index.scss */
  #b_12223750 .flexblock_wrapper[data-index="27"] {
    left: 0;
    top: 920px;
    height: 430px;
    width: 320px; } }
/* line 1695, index.scss */
#b_12223751 .section_inner {
  height: 1007.2px; }

/* line 1699, index.scss */
#b_12223751 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 500px;
  opacity: 1;
  z-index: 2; }

/* line 1707, index.scss */
#b_12223751 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #303030;
  font-size: 54px;
  text-align: left;
  line-height: 1.3;
  font-weight: 600; }

/* line 1715, index.scss */
#b_12223751 .flexblock_wrapper[data-index="1"] {
  top: 135px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 4; }

/* line 1723, index.scss */
#b_12223751 .flexblock_wrapper[data-index="1"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1731, index.scss */
#b_12223751 .flexblock_wrapper[data-index="2"] {
  top: 160px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 1739, index.scss */
#b_12223751 .flexblock_wrapper[data-index="2"] .flexblock_content {
  color: #303030;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 1747, index.scss */
#b_12223751 .flexblock_wrapper[data-index="3"] {
  top: 155px;
  left: 317px;
  width: 385px;
  opacity: 1;
  z-index: 6; }

/* line 1755, index.scss */
#b_12223751 .flexblock_wrapper[data-index="3"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1763, index.scss */
#b_12223751 .flexblock_wrapper[data-index="4"] {
  top: 135px;
  left: 297px;
  height: 115px;
  width: 425px;
  z-index: 1; }

/* line 1771, index.scss */
#b_12223751 .flexblock_wrapper[data-index="4"] .flexblock_content {
  background-color: #ffffff;
  border: 1px #baa077 solid; }

/* line 1776, index.scss */
#b_12223751 .flexblock_wrapper[data-index="5"] {
  top: 275px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 4; }

/* line 1784, index.scss */
#b_12223751 .flexblock_wrapper[data-index="5"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1792, index.scss */
#b_12223751 .flexblock_wrapper[data-index="6"] {
  top: 300px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 1800, index.scss */
#b_12223751 .flexblock_wrapper[data-index="6"] .flexblock_content {
  color: #303030;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 1808, index.scss */
#b_12223751 .flexblock_wrapper[data-index="7"] {
  top: 275px;
  left: 297px;
  height: 135px;
  width: 425px;
  z-index: 1; }

/* line 1816, index.scss */
#b_12223751 .flexblock_wrapper[data-index="7"] .flexblock_content {
  background-color: #ffffff;
  border: 1px #baa077 solid; }

/* line 1821, index.scss */
#b_12223751 .flexblock_wrapper[data-index="8"] {
  top: 295px;
  left: 317px;
  width: 385px;
  opacity: 1;
  z-index: 6; }

/* line 1829, index.scss */
#b_12223751 .flexblock_wrapper[data-index="8"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1837, index.scss */
#b_12223751 .flexblock_wrapper[data-index="9"] {
  top: -80px;
  left: 743px;
  height: 250px;
  width: 425px;
  z-index: 7; }

/* line 1845, index.scss */
#b_12223751 .flexblock_wrapper[data-index="10"] {
  top: 190px;
  left: 743px;
  height: 250px;
  width: 425px;
  z-index: 7; }

/* line 1853, index.scss */
#b_12223751 .flexblock_wrapper[data-index="11"] {
  top: 440px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 4; }

/* line 1861, index.scss */
#b_12223751 .flexblock_wrapper[data-index="11"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1869, index.scss */
#b_12223751 .flexblock_wrapper[data-index="12"] {
  top: 465px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 1877, index.scss */
#b_12223751 .flexblock_wrapper[data-index="12"] .flexblock_content {
  color: #303030;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 1885, index.scss */
#b_12223751 .flexblock_wrapper[data-index="13"] {
  top: 435px;
  left: 297px;
  height: 115px;
  width: 425px;
  z-index: 1; }

/* line 1893, index.scss */
#b_12223751 .flexblock_wrapper[data-index="13"] .flexblock_content {
  background-color: #ffffff;
  border: 1px #baa077 solid; }

/* line 1898, index.scss */
#b_12223751 .flexblock_wrapper[data-index="14"] {
  top: 455px;
  left: 317px;
  width: 385px;
  opacity: 1;
  z-index: 6; }

/* line 1906, index.scss */
#b_12223751 .flexblock_wrapper[data-index="14"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1914, index.scss */
#b_12223751 .flexblock_wrapper[data-index="15"] {
  top: 574px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 4; }

/* line 1922, index.scss */
#b_12223751 .flexblock_wrapper[data-index="15"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1930, index.scss */
#b_12223751 .flexblock_wrapper[data-index="16"] {
  top: 600px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 1938, index.scss */
#b_12223751 .flexblock_wrapper[data-index="16"] .flexblock_content {
  color: #303030;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 1946, index.scss */
#b_12223751 .flexblock_wrapper[data-index="17"] {
  top: 575px;
  left: 297px;
  height: 100px;
  width: 425px;
  z-index: 1; }

/* line 1954, index.scss */
#b_12223751 .flexblock_wrapper[data-index="17"] .flexblock_content {
  background-color: #ffffff;
  border: 1px #baa077 solid; }

/* line 1959, index.scss */
#b_12223751 .flexblock_wrapper[data-index="18"] {
  top: 595px;
  left: 317px;
  width: 385px;
  opacity: 1;
  z-index: 6; }

/* line 1967, index.scss */
#b_12223751 .flexblock_wrapper[data-index="18"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1975, index.scss */
#b_12223751 .flexblock_wrapper[data-index="19"] {
  top: 714px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 4; }

/* line 1983, index.scss */
#b_12223751 .flexblock_wrapper[data-index="19"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 1991, index.scss */
#b_12223751 .flexblock_wrapper[data-index="20"] {
  top: 740px;
  left: 0;
  width: 275px;
  opacity: 1;
  z-index: 5; }

/* line 1999, index.scss */
#b_12223751 .flexblock_wrapper[data-index="20"] .flexblock_content {
  color: #303030;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500; }

/* line 2007, index.scss */
#b_12223751 .flexblock_wrapper[data-index="21"] {
  top: 715px;
  left: 297px;
  height: 115px;
  width: 425px;
  z-index: 1; }

/* line 2015, index.scss */
#b_12223751 .flexblock_wrapper[data-index="21"] .flexblock_content {
  background-color: #ffffff;
  border: 1px #baa077 solid; }

/* line 2020, index.scss */
#b_12223751 .flexblock_wrapper[data-index="22"] {
  top: 735px;
  left: 317px;
  width: 385px;
  opacity: 1;
  z-index: 6; }

/* line 2028, index.scss */
#b_12223751 .flexblock_wrapper[data-index="22"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 2036, index.scss */
#b_12223751 .flexblock_wrapper[data-index="23"] {
  top: 460px;
  left: 743px;
  height: 250px;
  width: 425px;
  z-index: 7; }

/* line 2044, index.scss */
#b_12223751 .flexblock_wrapper[data-index="24"] {
  top: 730px;
  left: 743px;
  height: 250px;
  width: 425px;
  z-index: 7; }

/* line 2052, index.scss */
#b_12223751 .flexblock_wrapper[data-index="25"] {
  top: 45px;
  left: 1066px;
  height: 910px;
  width: 195px;
  z-index: 8; }

/* line 2060, index.scss */
#b_12223751 .flexblock_wrapper[data-index="26"] {
  left: 0;
  top: 906px;
  height: 75px;
  z-index: 9;
  width: 275px; }

/* line 2068, index.scss */
#b_12223751 .flexblock_wrapper[data-index="26"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 2076, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223751_26 {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 2084, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223751_26:hover,
#b_12223751 .flexblock_wrapper_btn[data-index="26"] .flexblock_content:hover {
  background-color: #c1aa85; }

/* line 2089, index.scss */
#b_12223751 .flexblock_wrapper[data-index="27"] {
  top: 979px;
  left: 297px;
  height: 1px;
  width: 425px;
  z-index: 10; }

/* line 2097, index.scss */
#b_12223751 .flexblock_wrapper[data-index="27"] .flexblock_content {
  background-color: #baa077; }

/* line 2101, index.scss */
#b_12223751 .flexblock_wrapper[data-index="28"] {
  top: 909px;
  left: 297px;
  width: 420px;
  opacity: 1;
  z-index: 6; }

/* line 2109, index.scss */
#b_12223751 .flexblock_wrapper[data-index="28"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 2118, index.scss */
  #b_12223751 .section_inner {
    height: 1007.2px; }

  /* line 2122, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="9"] {
    top: -80px; }

  /* line 2126, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="25"] {
    left: 806px; }

  /* line 2130, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="9"] {
    display: none; }

  /* line 2134, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="10"] {
    display: none; }

  /* line 2138, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="23"] {
    display: none; }

  /* line 2142, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="24"] {
    display: none; } }
@media (max-width: 1064px) {
  /* line 2148, index.scss */
  #b_12223751 .section_inner {
    height: 894px; }

  /* line 2152, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 2156, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="1"] {
    top: 85px;
    left: 0;
    width: 225px; }

  /* line 2162, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="2"] {
    top: 110px;
    left: 0;
    width: 225px; }

  /* line 2168, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="2"] .flexblock_content {
    font-size: 28px; }

  /* line 2172, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="3"] {
    top: 105px;
    left: 267px;
    width: 350px; }

  /* line 2178, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="4"] {
    top: 85px;
    left: 247px;
    height: 115px;
    width: 390px; }

  /* line 2185, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="5"] {
    top: 225px;
    left: 0;
    width: 225px; }

  /* line 2191, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="6"] {
    top: 250px;
    left: 0;
    width: 225px; }

  /* line 2197, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="6"] .flexblock_content {
    font-size: 28px; }

  /* line 2201, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="7"] {
    top: 225px;
    left: 247px;
    height: 135px;
    width: 390px; }

  /* line 2208, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="8"] {
    top: 245px;
    left: 267px;
    width: 350px; }

  /* line 2214, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="9"] {
    top: -80px;
    left: -487px; }

  /* line 2219, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="10"] {
    top: 190px;
    left: -487px; }

  /* line 2224, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="11"] {
    top: 390px;
    left: 0;
    width: 225px; }

  /* line 2230, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="12"] {
    top: 415px;
    left: 0;
    width: 225px; }

  /* line 2236, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 28px; }

  /* line 2240, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="13"] {
    top: 385px;
    left: 247px;
    height: 115px;
    width: 390px; }

  /* line 2247, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="14"] {
    top: 405px;
    left: 267px;
    width: 350px; }

  /* line 2253, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="15"] {
    top: 524px;
    left: 0;
    width: 225px; }

  /* line 2259, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="16"] {
    top: 550px;
    left: 0;
    width: 225px; }

  /* line 2265, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="16"] .flexblock_content {
    font-size: 28px; }

  /* line 2269, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="17"] {
    top: 525px;
    left: 247px;
    height: 115px;
    width: 390px; }

  /* line 2276, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="18"] {
    top: 545px;
    left: 267px;
    width: 350px; }

  /* line 2282, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="19"] {
    top: 664px;
    left: 0;
    width: 225px; }

  /* line 2288, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="20"] {
    top: 690px;
    left: 0;
    width: 225px; }

  /* line 2294, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="20"] .flexblock_content {
    font-size: 28px; }

  /* line 2298, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="21"] {
    top: 665px;
    left: 247px;
    height: 115px;
    width: 390px; }

  /* line 2305, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="22"] {
    top: 685px;
    left: 267px;
    width: 350px; }

  /* line 2311, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="23"] {
    top: 460px;
    left: -492px; }

  /* line 2316, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="24"] {
    top: 730px;
    left: -492px; }

  /* line 2321, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="25"] {
    top: 5px;
    left: 666px; }

  /* line 2326, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="26"] {
    left: 0;
    top: 796px;
    height: 75px;
    width: 225px; }

  /* line 2333, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="27"] {
    top: 869px;
    left: 247px;
    height: 1px;
    width: 390px; }

  /* line 2340, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="28"] {
    top: 815px;
    left: 248px;
    width: 390px; }

  /* line 2346, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="25"] {
    display: none; } }
@media (max-width: 660px) {
  /* line 2352, index.scss */
  #b_12223751 .section_inner {
    height: 1233px; }

  /* line 2356, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="0"] {
    width: 423px; }

  /* line 2360, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 28px; }

  /* line 2364, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="1"] {
    top: 70px; }

  /* line 2368, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 12px; }

  /* line 2372, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="2"] {
    top: 95px; }

  /* line 2376, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="2"] .flexblock_content {
    font-size: 20px; }

  /* line 2380, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="3"] {
    top: 160px;
    left: 20px;
    width: 380px; }

  /* line 2386, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="3"] .flexblock_content {
    font-size: 12px; }

  /* line 2390, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="4"] {
    top: 140px;
    left: 0;
    height: 105px;
    width: 423px; }

  /* line 2397, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="5"] {
    top: 270px; }

  /* line 2401, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="5"] .flexblock_content {
    font-size: 12px; }

  /* line 2405, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="6"] {
    top: 295px; }

  /* line 2409, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="6"] .flexblock_content {
    font-size: 20px; }

  /* line 2413, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="7"] {
    top: 340px;
    left: 0;
    height: 105px;
    width: 423px; }

  /* line 2420, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="8"] {
    top: 360px;
    left: 20px;
    width: 380px; }

  /* line 2426, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="8"] .flexblock_content {
    font-size: 12px; }

  /* line 2430, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="11"] {
    top: 470px; }

  /* line 2434, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="11"] .flexblock_content {
    font-size: 12px; }

  /* line 2438, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="12"] {
    top: 495px; }

  /* line 2442, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 20px; }

  /* line 2446, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="13"] {
    top: 540px;
    left: 0;
    height: 90px;
    width: 423px; }

  /* line 2453, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="14"] {
    top: 560px;
    left: 20px;
    width: 380px; }

  /* line 2459, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="14"] .flexblock_content {
    font-size: 12px; }

  /* line 2463, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="15"] {
    top: 654px; }

  /* line 2467, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="15"] .flexblock_content {
    font-size: 12px; }

  /* line 2471, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="16"] {
    top: 680px; }

  /* line 2475, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="16"] .flexblock_content {
    font-size: 20px; }

  /* line 2479, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="17"] {
    top: 725px;
    left: 0;
    height: 105px;
    width: 423px; }

  /* line 2486, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="18"] {
    top: 745px;
    left: 20px;
    width: 380px; }

  /* line 2492, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="18"] .flexblock_content {
    font-size: 12px; }

  /* line 2496, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="19"] {
    top: 854px; }

  /* line 2500, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="19"] .flexblock_content {
    font-size: 12px; }

  /* line 2504, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="20"] {
    top: 880px; }

  /* line 2508, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="20"] .flexblock_content {
    font-size: 20px; }

  /* line 2512, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="21"] {
    top: 925px;
    left: 0;
    height: 105px;
    width: 423px; }

  /* line 2519, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="22"] {
    top: 945px;
    left: 20px;
    width: 380px; }

  /* line 2525, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="22"] .flexblock_content {
    font-size: 12px; }

  /* line 2529, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="25"] {
    top: 50px;
    left: 476px; }

  /* line 2534, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="26"] {
    top: 1056px;
    width: 423px; }

  /* line 2539, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="27"] {
    top: 1209px;
    left: 0;
    width: 423px; }

  /* line 2545, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="28"] {
    top: 1160px;
    left: 0;
    width: 423px; }

  /* line 2551, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="28"] .flexblock_content {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 2557, index.scss */
  #b_12223751 .section_inner {
    height: 1317px; }

  /* line 2561, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 2565, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="3"] {
    top: 160px;
    left: 20px;
    width: 275px; }

  /* line 2571, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="4"] {
    top: 140px;
    left: 0;
    height: 120px;
    width: 318px; }

  /* line 2578, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="5"] {
    top: 284px; }

  /* line 2582, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="6"] {
    top: 309px; }

  /* line 2586, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="7"] {
    top: 354px;
    left: 0;
    height: 135px;
    width: 318px; }

  /* line 2593, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="8"] {
    top: 374px;
    left: 20px;
    width: 278px; }

  /* line 2599, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="11"] {
    top: 514px; }

  /* line 2603, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="12"] {
    top: 539px; }

  /* line 2607, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="13"] {
    top: 584px;
    left: 0;
    height: 120px;
    width: 318px; }

  /* line 2614, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="14"] {
    top: 604px;
    left: 20px;
    width: 275px; }

  /* line 2620, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="15"] {
    top: 728px; }

  /* line 2624, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="16"] {
    top: 754px; }

  /* line 2628, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="17"] {
    top: 799px;
    width: 318px; }

  /* line 2633, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="18"] {
    top: 819px;
    left: 20px;
    width: 278px; }

  /* line 2639, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="19"] {
    top: 928px; }

  /* line 2643, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="20"] {
    top: 954px; }

  /* line 2647, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="21"] {
    top: 999px;
    left: 0;
    height: 120px;
    width: 318px; }

  /* line 2654, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="22"] {
    top: 1019px;
    left: 20px;
    width: 275px; }

  /* line 2660, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="26"] {
    top: 1140px;
    width: 318px; }

  /* line 2665, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="27"] {
    top: 1293px;
    left: 0;
    width: 318px; }

  /* line 2671, index.scss */
  #b_12223751 .flexblock_wrapper[data-index="28"] {
    top: 1244px;
    width: 318px; } }
/* line 2677, index.scss */
#b_12223755 .section_inner {
  height: 1123.2px; }

/* line 2681, index.scss */
#b_12223755 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 1020px;
  opacity: 1;
  z-index: 2; }

/* line 2689, index.scss */
#b_12223755 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #303030;
  font-size: 54px;
  text-align: left;
  line-height: 1.3;
  font-weight: 600; }

/* line 2697, index.scss */
#b_12223755 .flexblock_wrapper[data-index="1"] {
  top: 204px;
  left: 0;
  height: 365px;
  width: 275px;
  z-index: 3; }

/* line 2705, index.scss */
#b_12223755 .flexblock_wrapper[data-index="2"] {
  top: 203px;
  left: 893px;
  height: 365px;
  width: 275px;
  z-index: 4; }

/* line 2713, index.scss */
#b_12223755 .flexblock_wrapper[data-index="3"] {
  top: 619px;
  left: 297px;
  height: 365px;
  width: 275px;
  z-index: 5; }

/* line 2721, index.scss */
#b_12223755 .flexblock_wrapper[data-index="4"] {
  top: 619px;
  left: 595px;
  height: 365px;
  width: 275px;
  z-index: 6; }

/* line 2729, index.scss */
#b_12223755 .flexblock_wrapper[data-index="5"] {
  top: 90px;
  left: 0;
  width: 1020px;
  opacity: 1;
  z-index: 7; }

/* line 2737, index.scss */
#b_12223755 .flexblock_wrapper[data-index="5"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 2745, index.scss */
#b_12223755 .flexblock_wrapper[data-index="6"] {
  top: 170px;
  left: 54px;
  height: 370px;
  width: 520px;
  z-index: 1; }

/* line 2753, index.scss */
#b_12223755 .flexblock_wrapper[data-index="6"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 2758, index.scss */
#b_12223755 .flexblock_wrapper[data-index="7"] {
  top: 170px;
  left: 595px;
  height: 370px;
  width: 520px;
  z-index: 1; }

/* line 2766, index.scss */
#b_12223755 .flexblock_wrapper[data-index="7"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 2771, index.scss */
#b_12223755 .flexblock_wrapper[data-index="8"] {
  top: 645px;
  left: 0;
  height: 385px;
  width: 520px;
  z-index: 1; }

/* line 2779, index.scss */
#b_12223755 .flexblock_wrapper[data-index="8"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 2784, index.scss */
#b_12223755 .flexblock_wrapper[data-index="9"] {
  top: 645px;
  left: 648px;
  height: 385px;
  width: 520px;
  z-index: 1; }

/* line 2792, index.scss */
#b_12223755 .flexblock_wrapper[data-index="9"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 2797, index.scss */
#b_12223755 .flexblock_wrapper[data-index="10"] {
  top: 205px;
  left: 297px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2805, index.scss */
#b_12223755 .flexblock_wrapper[data-index="10"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2813, index.scss */
#b_12223755 .flexblock_wrapper[data-index="11"] {
  top: 280px;
  left: 297px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2821, index.scss */
#b_12223755 .flexblock_wrapper[data-index="11"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2829, index.scss */
#b_12223755 .flexblock_wrapper[data-index="12"] {
  top: 205px;
  left: 615px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2837, index.scss */
#b_12223755 .flexblock_wrapper[data-index="12"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2845, index.scss */
#b_12223755 .flexblock_wrapper[data-index="13"] {
  top: 280px;
  left: 615px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2853, index.scss */
#b_12223755 .flexblock_wrapper[data-index="13"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2861, index.scss */
#b_12223755 .flexblock_wrapper[data-index="14"] {
  top: 665px;
  left: 20px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2869, index.scss */
#b_12223755 .flexblock_wrapper[data-index="14"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2877, index.scss */
#b_12223755 .flexblock_wrapper[data-index="15"] {
  top: 740px;
  left: 20px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2885, index.scss */
#b_12223755 .flexblock_wrapper[data-index="15"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2893, index.scss */
#b_12223755 .flexblock_wrapper[data-index="16"] {
  top: 665px;
  left: 892px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2901, index.scss */
#b_12223755 .flexblock_wrapper[data-index="16"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 2909, index.scss */
#b_12223755 .flexblock_wrapper[data-index="17"] {
  top: 740px;
  left: 892px;
  width: 255px;
  z-index: 8;
  opacity: 1; }

/* line 2917, index.scss */
#b_12223755 .flexblock_wrapper[data-index="17"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 2926, index.scss */
  #b_12223755 .section_inner {
    height: 1681px; }

  /* line 2930, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] {
    width: 958px; }

  /* line 2934, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="1"] {
    height: 320px;
    width: 245px; }

  /* line 2939, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="2"] {
    top: 493px;
    left: 715px;
    height: 320px;
    width: 245px; }

  /* line 2946, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="3"] {
    top: 1259px;
    left: 715px;
    height: 320px;
    width: 245px; }

  /* line 2953, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="4"] {
    top: 884px;
    left: 0;
    height: 320px;
    width: 245px; }

  /* line 2960, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="5"] {
    width: 958px; }

  /* line 2964, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="6"] {
    left: 62px;
    height: 300px;
    width: 760px; }

  /* line 2970, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="7"] {
    top: 555px;
    left: 0;
    height: 300px;
    width: 760px; }

  /* line 2977, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="8"] {
    top: 1305px;
    height: 300px;
    width: 760px; }

  /* line 2983, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="9"] {
    top: 935px;
    left: 62px;
    height: 300px;
    width: 760px; }

  /* line 2990, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="10"] {
    top: 205px;
    left: 297px;
    width: 275px; }

  /* line 2996, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="11"] {
    left: 297px;
    width: 500px; }

  /* line 3001, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="12"] {
    top: 585px;
    left: 49px; }

  /* line 3006, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="13"] {
    top: 660px;
    left: 49px;
    width: 640px; }

  /* line 3012, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="14"] {
    top: 1340px;
    left: 49px; }

  /* line 3017, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="15"] {
    top: 1415px;
    left: 49px;
    width: 615px; }

  /* line 3023, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="16"] {
    top: 970px;
    left: 294px; }

  /* line 3028, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="17"] {
    top: 1045px;
    left: 294px;
    width: 495px; } }
@media (max-width: 1064px) {
  /* line 3036, index.scss */
  #b_12223755 .section_inner {
    height: 1698px; }

  /* line 3040, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] {
    width: 638px; }

  /* line 3044, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 3048, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="1"] {
    top: 149px; }

  /* line 3052, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="2"] {
    top: 538px;
    left: 393px; }

  /* line 3057, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="3"] {
    top: 1299px;
    left: 393px; }

  /* line 3062, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="4"] {
    top: 909px;
    left: 0; }

  /* line 3067, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="5"] {
    top: 65px;
    width: 638px; }

  /* line 3072, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="6"] {
    top: 130px;
    left: 63px;
    height: 360px;
    width: 575px; }

  /* line 3079, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="7"] {
    top: 520px;
    left: 0;
    height: 320px;
    width: 575px; }

  /* line 3086, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="8"] {
    top: 1280px;
    height: 360px;
    width: 575px; }

  /* line 3092, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="9"] {
    top: 890px;
    left: 63px;
    height: 360px;
    width: 575px; }

  /* line 3099, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="10"] {
    top: 160px;
    left: 267px;
    width: 330px; }

  /* line 3105, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="11"] {
    top: 235px;
    left: 267px;
    width: 330px; }

  /* line 3111, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="12"] {
    top: 548px;
    left: 20px;
    width: 330px; }

  /* line 3117, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="13"] {
    top: 623px;
    left: 20px;
    width: 330px; }

  /* line 3123, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="14"] {
    top: 1310px;
    left: 20px;
    width: 330px; }

  /* line 3129, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="15"] {
    top: 1385px;
    left: 20px;
    width: 330px; }

  /* line 3135, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="16"] {
    top: 920px;
    left: 267px;
    width: 330px; }

  /* line 3141, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="17"] {
    top: 995px;
    left: 267px;
    width: 330px; } }
@media (max-width: 660px) {
  /* line 3149, index.scss */
  #b_12223755 .section_inner {
    height: 1670px; }

  /* line 3153, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] {
    width: 423px; }

  /* line 3157, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 28px; }

  /* line 3161, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="1"] {
    top: 169px;
    height: 145px;
    width: 110px; }

  /* line 3167, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="2"] {
    top: 528px;
    left: 0;
    height: 145px;
    width: 110px; }

  /* line 3174, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="3"] {
    top: 1274px;
    left: 0;
    height: 145px;
    width: 110px; }

  /* line 3181, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="4"] {
    top: 884px;
    left: 0;
    height: 145px;
    width: 110px; }

  /* line 3188, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="5"] {
    top: 90px;
    width: 423px; }

  /* line 3193, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="5"] .flexblock_content {
    font-size: 12px; }

  /* line 3197, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="6"] {
    top: 205px;
    left: 0;
    height: 295px;
    width: 423px; }

  /* line 3204, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="7"] {
    top: 560px;
    left: 0;
    height: 295px;
    width: 423px; }

  /* line 3211, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="8"] {
    top: 1305px;
    height: 315px;
    width: 423px; }

  /* line 3217, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="9"] {
    top: 915px;
    left: 0;
    height: 330px;
    width: 423px; }

  /* line 3224, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="10"] {
    top: 225px;
    left: 131px;
    width: 270px; }

  /* line 3230, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="10"] .flexblock_content {
    font-size: 12px; }

  /* line 3234, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="11"] {
    top: 335px;
    left: 20px;
    width: 380px; }

  /* line 3240, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="11"] .flexblock_content {
    font-size: 12px; }

  /* line 3244, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="12"] {
    top: 578px;
    left: 131px;
    width: 270px; }

  /* line 3250, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 12px; }

  /* line 3254, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="13"] {
    top: 693px;
    left: 20px;
    width: 380px; }

  /* line 3260, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="13"] .flexblock_content {
    font-size: 12px; }

  /* line 3264, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="14"] {
    top: 1325px;
    left: 131px;
    width: 270px; }

  /* line 3270, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="14"] .flexblock_content {
    font-size: 12px; }

  /* line 3274, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="15"] {
    top: 1440px;
    left: 20px;
    width: 380px; }

  /* line 3280, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="15"] .flexblock_content {
    font-size: 12px; }

  /* line 3284, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="16"] {
    top: 935px;
    left: 131px;
    width: 270px; }

  /* line 3290, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="16"] .flexblock_content {
    font-size: 12px; }

  /* line 3294, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="17"] {
    top: 1050px;
    left: 20px;
    width: 375px; }

  /* line 3300, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="17"] .flexblock_content {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 3306, index.scss */
  #b_12223755 .section_inner {
    height: 1765px; }

  /* line 3310, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 3314, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="2"] {
    top: 573px; }

  /* line 3318, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="3"] {
    top: 1332px; }

  /* line 3322, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="4"] {
    top: 942px; }

  /* line 3326, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="5"] {
    width: 318px; }

  /* line 3330, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="6"] {
    top: 205px;
    left: 0;
    height: 355px;
    width: 318px; }

  /* line 3337, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="7"] {
    top: 605px;
    left: 0;
    height: 325px;
    width: 318px; }

  /* line 3344, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="8"] {
    top: 1363px;
    height: 345px;
    width: 318px; }

  /* line 3350, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="9"] {
    top: 973px;
    left: 0;
    height: 345px;
    width: 318px; }

  /* line 3357, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="10"] {
    top: 225px;
    left: 131px;
    width: 165px; }

  /* line 3363, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="11"] {
    top: 335px;
    left: 20px;
    width: 275px; }

  /* line 3369, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="12"] {
    top: 623px;
    left: 131px;
    width: 165px; }

  /* line 3375, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="13"] {
    top: 738px;
    left: 20px;
    width: 275px; }

  /* line 3381, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="14"] {
    top: 1383px;
    left: 131px;
    width: 165px; }

  /* line 3387, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="15"] {
    top: 1498px;
    left: 20px;
    width: 275px; }

  /* line 3393, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="16"] {
    top: 993px;
    left: 131px;
    width: 165px; }

  /* line 3399, index.scss */
  #b_12223755 .flexblock_wrapper[data-index="17"] {
    top: 1108px;
    left: 20px;
    width: 275px; } }
/* line 3406, index.scss */
#b_12223757 .section_inner {
  height: 272.2px; }

/* line 3410, index.scss */
#b_12223757 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  height: 50px;
  width: 85px;
  z-index: 2; }

/* line 3418, index.scss */
#b_12223757 .flexblock_wrapper[data-index="1"] {
  left: 317px;
  top: 0;
  height: 30px;
  z-index: 3;
  width: 255px; }

/* line 3426, index.scss */
#b_12223757 .flexblock_wrapper[data-index="1"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3434, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_1 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3442, index.scss */
#b_12223757 .flexblock_wrapper[data-index="2"] {
  top: 69px;
  left: 0;
  width: 275px;
  z-index: 18;
  opacity: 1; }

/* line 3450, index.scss */
#b_12223757 .flexblock_wrapper[data-index="2"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 3458, index.scss */
#b_12223757 .flexblock_wrapper[data-index="3"] {
  top: 0;
  left: 297px;
  height: 240px;
  width: 1px;
  z-index: 21; }

/* line 3466, index.scss */
#b_12223757 .flexblock_wrapper[data-index="3"] .flexblock_content {
  background-color: #3d4142; }

/* line 3470, index.scss */
#b_12223757 .flexblock_wrapper[data-index="4"] {
  left: 317px;
  top: 35px;
  height: 30px;
  z-index: 4;
  width: 255px; }

/* line 3478, index.scss */
#b_12223757 .flexblock_wrapper[data-index="4"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3486, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_4 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3494, index.scss */
#b_12223757 .flexblock_wrapper[data-index="5"] {
  left: 317px;
  top: 70px;
  height: 30px;
  z-index: 5;
  width: 255px; }

/* line 3502, index.scss */
#b_12223757 .flexblock_wrapper[data-index="5"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3510, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_5 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3518, index.scss */
#b_12223757 .flexblock_wrapper[data-index="6"] {
  left: 317px;
  top: 205px;
  height: 30px;
  z-index: 6;
  width: 255px; }

/* line 3526, index.scss */
#b_12223757 .flexblock_wrapper[data-index="6"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3534, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_6 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3542, index.scss */
#b_12223757 .flexblock_wrapper[data-index="7"] {
  left: 615px;
  top: 0;
  height: 30px;
  z-index: 7;
  width: 255px; }

/* line 3550, index.scss */
#b_12223757 .flexblock_wrapper[data-index="7"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3558, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_7 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3566, index.scss */
#b_12223757 .flexblock_wrapper[data-index="8"] {
  top: 0;
  left: 595px;
  height: 240px;
  width: 1px;
  z-index: 22; }

/* line 3574, index.scss */
#b_12223757 .flexblock_wrapper[data-index="8"] .flexblock_content {
  background-color: #3d4142; }

/* line 3578, index.scss */
#b_12223757 .flexblock_wrapper[data-index="9"] {
  left: 317px;
  top: 100px;
  height: 30px;
  z-index: 9;
  width: 255px; }

/* line 3586, index.scss */
#b_12223757 .flexblock_wrapper[data-index="9"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3594, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_9 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3602, index.scss */
#b_12223757 .flexblock_wrapper[data-index="10"] {
  left: 317px;
  top: 135px;
  height: 30px;
  z-index: 10;
  width: 255px; }

/* line 3610, index.scss */
#b_12223757 .flexblock_wrapper[data-index="10"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3618, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_10 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3626, index.scss */
#b_12223757 .flexblock_wrapper[data-index="11"] {
  left: 615px;
  top: 135px;
  height: 30px;
  z-index: 12;
  width: 255px; }

/* line 3634, index.scss */
#b_12223757 .flexblock_wrapper[data-index="11"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3642, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_11 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3650, index.scss */
#b_12223757 .flexblock_wrapper[data-index="12"] {
  left: 615px;
  top: 170px;
  height: 30px;
  z-index: 13;
  width: 255px; }

/* line 3658, index.scss */
#b_12223757 .flexblock_wrapper[data-index="12"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3666, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_12 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3674, index.scss */
#b_12223757 .flexblock_wrapper[data-index="13"] {
  left: 615px;
  top: 205px;
  height: 30px;
  z-index: 14;
  width: 255px; }

/* line 3682, index.scss */
#b_12223757 .flexblock_wrapper[data-index="13"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3690, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_13 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3698, index.scss */
#b_12223757 .flexblock_wrapper[data-index="14"] {
  left: 317px;
  top: 169px;
  height: 30px;
  z-index: 15;
  width: 255px; }

/* line 3706, index.scss */
#b_12223757 .flexblock_wrapper[data-index="14"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3714, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_14 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3722, index.scss */
#b_12223757 .flexblock_wrapper[data-index="15"] {
  top: 185px;
  left: 0;
  width: 275px;
  z-index: 20;
  opacity: 1; }

/* line 3730, index.scss */
#b_12223757 .flexblock_wrapper[data-index="15"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 3738, index.scss */
#b_12223757 .flexblock_wrapper[data-index="16"] {
  top: 0;
  left: 913px;
  width: 255px;
  z-index: 1;
  opacity: 1; }

/* line 3746, index.scss */
#b_12223757 .flexblock_wrapper[data-index="16"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 3754, index.scss */
#b_12223757 .flexblock_wrapper[data-index="17"] {
  left: 913px;
  top: 25px;
  height: 30px;
  z-index: 17;
  width: 255px; }

/* line 3762, index.scss */
#b_12223757 .flexblock_wrapper[data-index="17"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3770, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_17 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3778, index.scss */
#b_12223757 .flexblock_wrapper[data-index="18"] {
  top: 75px;
  left: 913px;
  width: 255px;
  z-index: 1;
  opacity: 1; }

/* line 3786, index.scss */
#b_12223757 .flexblock_wrapper[data-index="18"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 3794, index.scss */
#b_12223757 .flexblock_wrapper[data-index="19"] {
  left: 913px;
  top: 100px;
  height: 30px;
  z-index: 17;
  width: 255px; }

/* line 3802, index.scss */
#b_12223757 .flexblock_wrapper[data-index="19"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3810, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_19 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3818, index.scss */
#b_12223757 .flexblock_wrapper[data-index="20"] {
  top: 150px;
  left: 913px;
  width: 255px;
  z-index: 1;
  opacity: 1; }

/* line 3826, index.scss */
#b_12223757 .flexblock_wrapper[data-index="20"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 3834, index.scss */
#b_12223757 .flexblock_wrapper[data-index="21"] {
  left: 913px;
  top: 175px;
  height: 30px;
  z-index: 17;
  width: 255px; }

/* line 3842, index.scss */
#b_12223757 .flexblock_wrapper[data-index="21"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3850, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_21 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3858, index.scss */
#b_12223757 .flexblock_wrapper[data-index="22"] {
  top: 0;
  left: 892px;
  height: 240px;
  width: 1px;
  z-index: 22; }

/* line 3866, index.scss */
#b_12223757 .flexblock_wrapper[data-index="22"] .flexblock_content {
  background-color: #3d4142; }

/* line 3870, index.scss */
#b_12223757 .flexblock_wrapper[data-index="23"] {
  left: 615px;
  top: 34px;
  height: 30px;
  z-index: 7;
  width: 255px; }

/* line 3878, index.scss */
#b_12223757 .flexblock_wrapper[data-index="23"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3886, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_23 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3894, index.scss */
#b_12223757 .flexblock_wrapper[data-index="24"] {
  left: 615px;
  top: 69px;
  height: 30px;
  z-index: 7;
  width: 255px; }

/* line 3902, index.scss */
#b_12223757 .flexblock_wrapper[data-index="24"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3910, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_24 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3918, index.scss */
#b_12223757 .flexblock_wrapper[data-index="25"] {
  left: 615px;
  top: 104px;
  height: 30px;
  z-index: 7;
  width: 255px; }

/* line 3926, index.scss */
#b_12223757 .flexblock_wrapper[data-index="25"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3934, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223757_25 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start; }

/* line 3942, index.scss */
#b_12223757 .flexblock_wrapper[data-index="14"] {
  display: block; }

@media (max-width: 1180px) {
  /* line 3947, index.scss */
  #b_12223757 .section_inner {
    height: 392px; }

  /* line 3951, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="16"] {
    top: 301px;
    left: 0; }

  /* line 3956, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] {
    left: 0;
    top: 326px; }

  /* line 3961, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="18"] {
    top: 302px;
    left: 318px;
    width: 255px; }

  /* line 3967, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] {
    left: 318px;
    top: 327px; }

  /* line 3972, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="20"] {
    top: 302px;
    left: 615px; }

  /* line 3977, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] {
    left: 615px;
    top: 327px; }

  /* line 3982, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="22"] {
    top: 270px;
    left: 0;
    height: 1px;
    width: 958px; } }
@media (max-width: 1064px) {
  /* line 3991, index.scss */
  #b_12223757 .section_inner {
    height: 574px; }

  /* line 3995, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="1"] {
    left: 0;
    top: 300px; }

  /* line 4000, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="3"] {
    left: 301px; }

  /* line 4004, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="4"] {
    left: 0;
    top: 335px; }

  /* line 4009, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="5"] {
    left: 0;
    top: 370px; }

  /* line 4014, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="6"] {
    left: 0;
    top: 405px; }

  /* line 4019, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="7"] {
    left: 0;
    top: 440px; }

  /* line 4024, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="8"] {
    top: 300px;
    left: 302px;
    height: 240px;
    width: 1px; }

  /* line 4031, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="9"] {
    left: 0;
    top: 475px; }

  /* line 4036, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="10"] {
    left: 0;
    top: 510px; }

  /* line 4041, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="11"] {
    left: 330px;
    top: 440px; }

  /* line 4046, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="12"] {
    left: 330px;
    top: 475px; }

  /* line 4051, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="13"] {
    left: 330px;
    top: 510px; }

  /* line 4056, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="14"] {
    left: 330px;
    top: 300px; }

  /* line 4061, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="16"] {
    top: 33px;
    left: 330px; }

  /* line 4066, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] {
    left: 330px;
    top: 58px; }

  /* line 4071, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="18"] {
    top: 109px;
    left: 330px; }

  /* line 4076, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] {
    left: 330px;
    top: 134px; }

  /* line 4081, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="20"] {
    top: 184px;
    left: 330px; }

  /* line 4086, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] {
    left: 330px;
    top: 209px; }

  /* line 4091, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="22"] {
    top: 270px;
    left: 0;
    height: 1px;
    width: 638px; }

  /* line 4098, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="23"] {
    left: 330px;
    top: 405px; }

  /* line 4103, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="24"] {
    left: 330px;
    top: 370px; }

  /* line 4108, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="25"] {
    left: 330px;
    top: 335px; } }
@media (max-width: 660px) {
  /* line 4115, index.scss */
  #b_12223757 .section_inner {
    height: 635px; }

  /* line 4119, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="0"] {
    left: 169px; }

  /* line 4123, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="1"] {
    left: 0;
    top: 100px;
    height: 30px;
    width: 200px; }

  /* line 4130, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 12px; }

  /* line 4134, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_1 {
    font-size: 12px; }

  /* line 4138, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="2"] {
    top: 389px;
    left: 222px;
    width: 200px; }

  /* line 4144, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="3"] {
    top: 75px;
    left: 0;
    height: 1px;
    width: 423px; }

  /* line 4151, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="4"] {
    top: 135px;
    width: 200px; }

  /* line 4156, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="4"] .flexblock_content {
    font-size: 12px; }

  /* line 4160, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_4 {
    font-size: 12px; }

  /* line 4164, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="5"] {
    top: 170px;
    width: 200px; }

  /* line 4169, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="5"] .flexblock_content {
    font-size: 12px; }

  /* line 4173, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_5 {
    font-size: 12px; }

  /* line 4177, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="6"] {
    top: 205px;
    width: 200px; }

  /* line 4182, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="6"] .flexblock_content {
    font-size: 12px; }

  /* line 4186, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_6 {
    font-size: 12px; }

  /* line 4190, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="7"] {
    top: 240px;
    width: 200px; }

  /* line 4195, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="7"] .flexblock_content {
    font-size: 12px; }

  /* line 4199, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_7 {
    font-size: 12px; }

  /* line 4203, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="8"] {
    top: 100px;
    left: 212px; }

  /* line 4208, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="9"] {
    left: 0;
    top: 274px;
    width: 200px; }

  /* line 4214, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="9"] .flexblock_content {
    font-size: 12px; }

  /* line 4218, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_9 {
    font-size: 12px; }

  /* line 4222, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="10"] {
    left: 0;
    top: 310px;
    width: 200px; }

  /* line 4228, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="10"] .flexblock_content {
    font-size: 12px; }

  /* line 4232, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_10 {
    font-size: 12px; }

  /* line 4236, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="11"] {
    left: 223px;
    top: 240px;
    width: 200px; }

  /* line 4242, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="11"] .flexblock_content {
    font-size: 12px; }

  /* line 4246, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_11 {
    font-size: 12px; }

  /* line 4250, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="12"] {
    left: 223px;
    top: 275px;
    width: 200px; }

  /* line 4256, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="12"] .flexblock_content {
    font-size: 12px; }

  /* line 4260, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_12 {
    font-size: 12px; }

  /* line 4264, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="13"] {
    left: 223px;
    top: 310px;
    width: 200px; }

  /* line 4270, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="13"] .flexblock_content {
    font-size: 12px; }

  /* line 4274, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_13 {
    font-size: 12px; }

  /* line 4278, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="14"] {
    left: 223px;
    top: 100px;
    width: 200px; }

  /* line 4284, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="14"] .flexblock_content {
    font-size: 12px; }

  /* line 4288, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_14 {
    font-size: 12px; }

  /* line 4292, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="15"] {
    top: 535px;
    left: 223px;
    width: 200px; }

  /* line 4298, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="16"] {
    top: 393px;
    left: 0;
    width: 200px; }

  /* line 4304, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] {
    left: 0;
    top: 418px;
    height: 30px;
    width: 200px; }

  /* line 4311, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] .flexblock_content {
    font-size: 12px; }

  /* line 4315, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_17 {
    font-size: 12px; }

  /* line 4319, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="18"] {
    top: 469px;
    left: 0;
    width: 200px; }

  /* line 4325, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] {
    left: 0;
    top: 494px;
    height: 30px;
    width: 200px; }

  /* line 4332, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] .flexblock_content {
    font-size: 12px; }

  /* line 4336, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_19 {
    font-size: 12px; }

  /* line 4340, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="20"] {
    top: 544px;
    left: 0;
    width: 200px; }

  /* line 4346, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] {
    left: 0;
    top: 569px;
    height: 30px;
    width: 200px; }

  /* line 4353, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] .flexblock_content {
    font-size: 12px; }

  /* line 4357, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_21 {
    font-size: 12px; }

  /* line 4361, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="22"] {
    top: 365px;
    left: 0;
    height: 1px;
    width: 423px; }

  /* line 4368, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="23"] {
    left: 223px;
    top: 205px;
    width: 200px; }

  /* line 4374, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="23"] .flexblock_content {
    font-size: 12px; }

  /* line 4378, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_23 {
    font-size: 12px; }

  /* line 4382, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="24"] {
    left: 223px;
    top: 170px;
    width: 200px; }

  /* line 4388, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="24"] .flexblock_content {
    font-size: 12px; }

  /* line 4392, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_24 {
    font-size: 12px; }

  /* line 4396, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="25"] {
    left: 223px;
    top: 135px;
    width: 200px; }

  /* line 4402, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="25"] .flexblock_content {
    font-size: 12px; }

  /* line 4406, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_25 {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 4412, index.scss */
  #b_12223757 .section_inner {
    height: 1104px; }

  /* line 4416, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="0"] {
    left: 116px; }

  /* line 4420, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="1"] {
    width: 318px; }

  /* line 4424, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="1"] .flexblock_content {
    justify-content: center; }

  /* line 4428, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_1 {
    justify-content: center; }

  /* line 4432, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="2"] {
    top: 914px;
    left: 0;
    width: 318px; }

  /* line 4438, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="2"] .flexblock_content {
    text-align: center; }

  /* line 4442, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="3"] {
    top: 75px;
    left: 0;
    height: 1px;
    width: 318px; }

  /* line 4449, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="4"] {
    width: 318px; }

  /* line 4453, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="4"] .flexblock_content {
    justify-content: center; }

  /* line 4457, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_4 {
    justify-content: center; }

  /* line 4461, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="5"] {
    width: 318px; }

  /* line 4465, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="5"] .flexblock_content {
    justify-content: center; }

  /* line 4469, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_5 {
    justify-content: center; }

  /* line 4473, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="6"] {
    width: 318px; }

  /* line 4477, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="6"] .flexblock_content {
    justify-content: center; }

  /* line 4481, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_6 {
    justify-content: center; }

  /* line 4485, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="7"] {
    width: 318px; }

  /* line 4489, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="7"] .flexblock_content {
    justify-content: center; }

  /* line 4493, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_7 {
    justify-content: center; }

  /* line 4497, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="8"] {
    top: 655px;
    left: 0;
    height: 1px;
    width: 318px; }

  /* line 4504, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="9"] {
    left: 0;
    top: 275px;
    width: 318px; }

  /* line 4510, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="9"] .flexblock_content {
    justify-content: center; }

  /* line 4514, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_9 {
    justify-content: center; }

  /* line 4518, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="10"] {
    left: 0;
    top: 315px;
    width: 318px; }

  /* line 4524, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="10"] .flexblock_content {
    justify-content: center; }

  /* line 4528, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_10 {
    justify-content: center; }

  /* line 4532, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="11"] {
    left: 0;
    top: 535px;
    width: 318px; }

  /* line 4538, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="11"] .flexblock_content {
    justify-content: center; }

  /* line 4542, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_11 {
    justify-content: center; }

  /* line 4546, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="12"] {
    left: 0;
    top: 570px;
    width: 318px; }

  /* line 4552, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="12"] .flexblock_content {
    justify-content: center; }

  /* line 4556, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_12 {
    justify-content: center; }

  /* line 4560, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="13"] {
    left: 0;
    top: 605px;
    width: 318px; }

  /* line 4566, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="13"] .flexblock_content {
    justify-content: center; }

  /* line 4570, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_13 {
    justify-content: center; }

  /* line 4574, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="14"] {
    left: 0;
    top: 390px;
    width: 318px; }

  /* line 4580, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="14"] .flexblock_content {
    justify-content: center; }

  /* line 4584, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_14 {
    justify-content: center; }

  /* line 4588, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="15"] {
    top: 1030px;
    left: 0;
    width: 318px; }

  /* line 4594, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="15"] .flexblock_content {
    text-align: center; }

  /* line 4598, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="16"] {
    top: 683px;
    left: 0;
    width: 318px; }

  /* line 4604, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="16"] .flexblock_content {
    text-align: center; }

  /* line 4608, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] {
    left: 0;
    top: 708px;
    width: 318px; }

  /* line 4614, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="17"] .flexblock_content {
    justify-content: center; }

  /* line 4618, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_17 {
    justify-content: center; }

  /* line 4622, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="18"] {
    top: 759px;
    left: 0;
    width: 318px; }

  /* line 4628, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="18"] .flexblock_content {
    text-align: center; }

  /* line 4632, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] {
    left: 0;
    top: 784px;
    width: 318px; }

  /* line 4638, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="19"] .flexblock_content {
    justify-content: center; }

  /* line 4642, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_19 {
    justify-content: center; }

  /* line 4646, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="20"] {
    top: 834px;
    left: 0;
    width: 318px; }

  /* line 4652, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="20"] .flexblock_content {
    text-align: center; }

  /* line 4656, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] {
    left: 0;
    top: 859px;
    width: 318px; }

  /* line 4662, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="21"] .flexblock_content {
    justify-content: center; }

  /* line 4666, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_21 {
    justify-content: center; }

  /* line 4670, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="22"] {
    top: 365px;
    left: 0;
    height: 1px;
    width: 318px; }

  /* line 4677, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="23"] {
    left: 0;
    top: 430px;
    width: 318px; }

  /* line 4683, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="23"] .flexblock_content {
    justify-content: center; }

  /* line 4687, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_23 {
    justify-content: center; }

  /* line 4691, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="24"] {
    left: 0;
    top: 465px;
    width: 318px; }

  /* line 4697, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="24"] .flexblock_content {
    justify-content: center; }

  /* line 4701, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_24 {
    justify-content: center; }

  /* line 4705, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="25"] {
    left: 0;
    top: 500px;
    width: 318px; }

  /* line 4711, index.scss */
  #b_12223757 .flexblock_wrapper[data-index="25"] .flexblock_content {
    justify-content: center; }

  /* line 4715, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223757_25 {
    justify-content: center; } }
/* line 4720, index.scss */
#b_12223756 .section_inner {
  height: 605.2px; }

/* line 4724, index.scss */
#b_12223756 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 825px;
  opacity: 1; }

/* line 4731, index.scss */
#b_12223756 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #ffffff;
  font-size: 92px;
  text-align: left;
  line-height: 1.1;
  font-weight: 600; }

/* line 4739, index.scss */
#b_12223756 .flexblock_wrapper[data-index="1"] {
  left: 0;
  top: 340px;
  height: 65px;
  z-index: 10;
  width: 350px; }

/* line 4747, index.scss */
#b_12223756 .flexblock_wrapper[data-index="1"] .flexblock_content {
  border-radius: 5px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  justify-content: flex-start; }

/* line 4755, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223756_1 {
  border-radius: 5px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  justify-content: flex-start; }

/* line 4763, index.scss */
#b_12223756 .flexblock_wrapper[data-index="2"] {
  left: 0;
  top: 440px;
  height: 75px;
  z-index: 10;
  width: 275px; }

/* line 4771, index.scss */
#b_12223756 .flexblock_wrapper[data-index="2"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  justify-content: center; }

/* line 4780, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223756_2 {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  justify-content: center; }

/* line 4789, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223756_2:hover,
#b_12223756 .flexblock_wrapper_btn[data-index="2"] .flexblock_content:hover {
  background-color: #c1aa85; }

@media (max-width: 1180px) {
  /* line 4795, index.scss */
  #b_12223756 .section_inner {
    height: 605.2px; } }
@media (max-width: 1064px) {
  /* line 4801, index.scss */
  #b_12223756 .section_inner {
    height: 467px; }

  /* line 4805, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="0"] {
    width: 638px; }

  /* line 4809, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 54px; }

  /* line 4813, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="1"] {
    left: 0;
    top: 210px; }

  /* line 4818, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 28px; }

  /* line 4822, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223756_1 {
    font-size: 28px; }

  /* line 4826, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="2"] {
    left: 0;
    top: 310px; } }
@media (max-width: 660px) {
  /* line 4833, index.scss */
  #b_12223756 .section_inner {
    height: 386px; }

  /* line 4837, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="0"] {
    width: 423px; }

  /* line 4841, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 4845, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="1"] {
    top: 140px; }

  /* line 4849, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="1"] .flexblock_content {
    font-size: 20px; }

  /* line 4853, index.scss */
  .modal_bg .flexblock_popup .field .input_flex_btn_12223756_1 {
    font-size: 20px; }

  /* line 4857, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="2"] {
    top: 240px; } }
@media (max-width: 450px) {
  /* line 4863, index.scss */
  #b_12223756 .section_inner {
    height: 405px; }

  /* line 4867, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 4871, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="1"] {
    top: 180px;
    height: 55px;
    width: 318px; }

  /* line 4877, index.scss */
  #b_12223756 .flexblock_wrapper[data-index="2"] {
    top: 260px;
    width: 318px; } }
/* line 4883, index.scss */
#b_12223758 .section_inner {
  height: 56.2px; }

/* line 4887, index.scss */
#b_12223758 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 450px;
  opacity: 1; }

/* line 4894, index.scss */
#b_12223758 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #6e777c;
  font-size: 12px;
  text-align: left;
  line-height: 1.5; }

@media (max-width: 1180px) {
  /* line 4902, index.scss */
  #b_12223758 .section_inner {
    height: 56.2px; } }
@media (max-width: 1064px) {
  /* line 4908, index.scss */
  #b_12223758 .section_inner {
    height: 231px; }

  /* line 4912, index.scss */
  #b_12223758 .flexblock_wrapper[data-index="0"] {
    top: 0;
    left: 0;
    width: 365px; } }
@media (max-width: 660px) {
  /* line 4920, index.scss */
  #b_12223758 .section_inner {
    height: 120px; }

  /* line 4924, index.scss */
  #b_12223758 .flexblock_wrapper[data-index="0"] {
    top: 65px;
    left: 29px; }

  /* line 4929, index.scss */
  #b_12223758 .flexblock_wrapper[data-index="0"] .flexblock_content {
    text-align: center; } }
@media (max-width: 450px) {
  /* line 4935, index.scss */
  #b_12223758 .section_inner {
    height: 133px; }

  /* line 4939, index.scss */
  #b_12223758 .flexblock_wrapper[data-index="0"] {
    top: 65px;
    left: 0;
    width: 318px; } }
/* line 4946, index.scss */
#b_12223752 .section_inner {
  height: 937.2px; }

/* line 4950, index.scss */
#b_12223752 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 720px;
  opacity: 1;
  z-index: 2; }

/* line 4958, index.scss */
#b_12223752 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #303030;
  font-size: 54px;
  text-align: left;
  line-height: 1.3;
  font-weight: 600; }

/* line 4966, index.scss */
#b_12223752 .flexblock_wrapper[data-index="1"] {
  top: 185px;
  left: 743px;
  height: 720px;
  width: 425px;
  z-index: 3; }

/* line 4974, index.scss */
#b_12223752 .flexblock_wrapper[data-index="2"] {
  top: 185px;
  left: 446px;
  height: 230px;
  width: 275px;
  z-index: 4; }

/* line 4982, index.scss */
#b_12223752 .flexblock_wrapper[data-index="3"] {
  top: 185px;
  left: 0;
  height: 230px;
  width: 425px;
  z-index: 5; }

/* line 4990, index.scss */
#b_12223752 .flexblock_wrapper[data-index="4"] {
  top: 435px;
  left: 0;
  height: 230px;
  width: 275px;
  z-index: 4; }

/* line 4998, index.scss */
#b_12223752 .flexblock_wrapper[data-index="5"] {
  top: 435px;
  left: 297px;
  height: 230px;
  width: 425px;
  z-index: 4; }

/* line 5006, index.scss */
#b_12223752 .flexblock_wrapper[data-index="6"] {
  top: 0;
  left: 743px;
  height: 120px;
  width: 425px;
  z-index: 1; }

/* line 5014, index.scss */
#b_12223752 .flexblock_wrapper[data-index="6"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 5019, index.scss */
#b_12223752 .flexblock_wrapper[data-index="7"] {
  top: 689px;
  left: 0;
  height: 220px;
  width: 720px;
  z-index: 1; }

/* line 5027, index.scss */
#b_12223752 .flexblock_wrapper[data-index="7"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 5032, index.scss */
#b_12223752 .flexblock_wrapper[data-index="8"] {
  top: 22px;
  left: 763px;
  width: 380px;
  opacity: 1;
  z-index: 2; }

/* line 5040, index.scss */
#b_12223752 .flexblock_wrapper[data-index="8"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  font-weight: 400; }

/* line 5048, index.scss */
#b_12223752 .flexblock_wrapper[data-index="9"] {
  top: 651px;
  left: 33px;
  width: 390px;
  z-index: 6;
  opacity: 1; }

/* line 5056, index.scss */
#b_12223752 .flexblock_wrapper[data-index="9"] .flexblock_content {
  color: #212121;
  font-size: 36px;
  text-align: left;
  line-height: 1.35;
  font-weight: 500; }

/* line 5064, index.scss */
#b_12223752 .flexblock_wrapper[data-index="10"] {
  left: 425px;
  top: 810px;
  height: 75px;
  z-index: 7;
  width: 275px; }

/* line 5072, index.scss */
#b_12223752 .flexblock_wrapper[data-index="10"] .flexblock_content {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 5080, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223752_10 {
  background-color: #baa077;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

/* line 5088, index.scss */
.modal_bg .flexblock_popup .field .input_flex_btn_12223752_10:hover,
#b_12223752 .flexblock_wrapper_btn[data-index="10"] .flexblock_content:hover {
  background-color: #c1aa85; }

/* line 5093, index.scss */
#b_12223752 .flexblock_wrapper[data-index="11"] {
  top: 707px;
  left: 425px;
  width: 275px;
  z-index: 6;
  opacity: 1; }

/* line 5101, index.scss */
#b_12223752 .flexblock_wrapper[data-index="11"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 5110, index.scss */
  #b_12223752 .section_inner {
    height: 865px; }

  /* line 5114, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] {
    width: 490px; }

  /* line 5118, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="1"] {
    top: 155px;
    left: 673px;
    height: 430px;
    width: 285px; }

  /* line 5125, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="2"] {
    top: 155px;
    left: 408px;
    height: 205px;
    width: 245px; }

  /* line 5132, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="3"] {
    top: 155px;
    height: 205px;
    width: 385px; }

  /* line 5138, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="4"] {
    top: 380px;
    height: 205px;
    width: 245px; }

  /* line 5144, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="5"] {
    top: 380px;
    left: 266px;
    height: 205px;
    width: 385px; }

  /* line 5151, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="6"] {
    left: 533px; }

  /* line 5155, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="7"] {
    top: 626px;
    height: 220px;
    width: 960px; }

  /* line 5161, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="8"] {
    left: 553px; }

  /* line 5165, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] {
    top: 647px;
    left: 20px;
    width: 365px; }

  /* line 5171, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="10"] {
    left: 663px;
    top: 750px; }

  /* line 5176, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="11"] {
    top: 647px;
    left: 663px; } }
@media (max-width: 1064px) {
  /* line 5183, index.scss */
  #b_12223752 .section_inner {
    height: 1082px; }

  /* line 5187, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] {
    top: 10px;
    width: 310px; }

  /* line 5192, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 5196, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="1"] {
    top: 155px;
    left: 328px;
    width: 310px; }

  /* line 5202, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="2"] {
    top: 605px;
    left: 328px;
    width: 310px; }

  /* line 5208, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="3"] {
    width: 310px; }

  /* line 5212, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="4"] {
    top: 605px;
    width: 310px; }

  /* line 5217, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="5"] {
    top: 380px;
    left: 0;
    height: 205px;
    width: 310px; }

  /* line 5224, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="6"] {
    top: 0;
    left: 324px;
    height: 115px;
    width: 315px; }

  /* line 5231, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="7"] {
    top: 836px;
    height: 220px;
    width: 638px; }

  /* line 5237, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="8"] {
    top: 22px;
    left: 329px;
    width: 310px; }

  /* line 5243, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] {
    top: 858px;
    left: 20px;
    width: 285px; }

  /* line 5249, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] .flexblock_content {
    font-size: 28px; }

  /* line 5253, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="10"] {
    left: 343px;
    top: 960px; }

  /* line 5258, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="11"] {
    top: 857px;
    left: 343px; } }
@media (max-width: 660px) {
  /* line 5265, index.scss */
  #b_12223752 .section_inner {
    height: 1975.2px; }

  /* line 5269, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] {
    top: 0;
    width: 423px; }

  /* line 5274, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 28px; }

  /* line 5278, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="1"] {
    top: 878px;
    left: 1px;
    width: 423px; }

  /* line 5284, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="2"] {
    top: 1328px;
    left: 1px;
    height: 330px;
    width: 423px; }

  /* line 5291, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="3"] {
    top: 200px;
    width: 423px; }

  /* line 5296, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="4"] {
    top: 650px;
    width: 423px; }

  /* line 5301, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="5"] {
    top: 425px;
    width: 423px; }

  /* line 5306, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="6"] {
    top: 80px;
    left: 0;
    height: 110px;
    width: 423px; }

  /* line 5313, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="7"] {
    top: 1696px;
    height: 260px;
    width: 423px; }

  /* line 5319, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="8"] {
    top: 102px;
    left: 0; }

  /* line 5324, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="8"] .flexblock_content {
    font-size: 12px; }

  /* line 5328, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] {
    top: 1713px;
    left: 20px;
    width: 370px; }

  /* line 5334, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] .flexblock_content {
    font-size: 20px; }

  /* line 5338, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="10"] {
    left: 20px;
    top: 1865px;
    height: 75px;
    width: 380px; }

  /* line 5345, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="11"] {
    top: 1787px;
    left: 20px;
    width: 380px; }

  /* line 5351, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="11"] .flexblock_content {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 5357, index.scss */
  #b_12223752 .section_inner {
    height: 2012.2px; }

  /* line 5361, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 5365, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="1"] {
    width: 318px; }

  /* line 5369, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="2"] {
    width: 318px; }

  /* line 5373, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="3"] {
    width: 318px; }

  /* line 5377, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="4"] {
    width: 318px; }

  /* line 5381, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="5"] {
    width: 318px; }

  /* line 5385, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="6"] {
    top: 80px;
    left: 0;
    width: 318px; }

  /* line 5391, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="7"] {
    top: 1696px;
    height: 300px;
    width: 318px; }

  /* line 5397, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="8"] {
    top: 102px;
    left: 0;
    width: 275px; }

  /* line 5403, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="9"] {
    top: 1713px;
    left: 20px;
    width: 275px; }

  /* line 5409, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="10"] {
    left: 20px;
    top: 1887px;
    width: 275px; }

  /* line 5415, index.scss */
  #b_12223752 .flexblock_wrapper[data-index="11"] {
    top: 1812px;
    left: 20px;
    width: 275px; } }
/* line 5422, index.scss */
#b_12223753 .section_inner {
  height: 417.2px; }

/* line 5426, index.scss */
#b_12223753 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  width: 720px;
  opacity: 1;
  z-index: 2; }

/* line 5434, index.scss */
#b_12223753 .flexblock_wrapper[data-index="0"] .flexblock_content {
  color: #303030;
  font-size: 54px;
  text-align: left;
  line-height: 1.3;
  font-weight: 600; }

/* line 5442, index.scss */
#b_12223753 .flexblock_wrapper[data-index="1"] {
  top: -80px;
  left: 743px;
  height: 270px;
  width: 425px;
  z-index: 3; }

/* line 5450, index.scss */
#b_12223753 .flexblock_wrapper[data-index="2"] {
  top: 209px;
  left: 743px;
  height: 270px;
  width: 425px;
  z-index: 4; }

/* line 5458, index.scss */
#b_12223753 .flexblock_wrapper[data-index="3"] {
  top: 263px;
  left: 816px;
  height: 270px;
  width: 400px;
  z-index: 1; }

/* line 5466, index.scss */
#b_12223753 .flexblock_wrapper[data-index="3"] .flexblock_content {
  background-color: transparent;
  border: 1px #baa077 solid; }

/* line 5471, index.scss */
#b_12223753 .flexblock_wrapper[data-index="4"] {
  top: 90px;
  left: 0;
  width: 720px;
  z-index: 5;
  opacity: 1; }

/* line 5479, index.scss */
#b_12223753 .flexblock_wrapper[data-index="4"] .flexblock_content {
  color: #212121;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5487, index.scss */
#b_12223753 .flexblock_wrapper[data-index="5"] {
  top: 160px;
  left: 0;
  height: 240px;
  width: 350px;
  z-index: 6; }

/* line 5495, index.scss */
#b_12223753 .flexblock_wrapper[data-index="5"] .flexblock_content {
  background-color: #baa077; }

/* line 5499, index.scss */
#b_12223753 .flexblock_wrapper[data-index="6"] {
  top: 160px;
  left: 371px;
  height: 240px;
  width: 350px;
  z-index: 6; }

/* line 5507, index.scss */
#b_12223753 .flexblock_wrapper[data-index="6"] .flexblock_content {
  background-color: #baa077; }

/* line 5511, index.scss */
#b_12223753 .flexblock_wrapper[data-index="7"] {
  top: 180px;
  left: 20px;
  width: 310px;
  z-index: 7;
  opacity: 1; }

/* line 5519, index.scss */
#b_12223753 .flexblock_wrapper[data-index="7"] .flexblock_content {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5527, index.scss */
#b_12223753 .flexblock_wrapper[data-index="8"] {
  top: 235px;
  left: 20px;
  width: 310px;
  z-index: 7;
  opacity: 1; }

/* line 5535, index.scss */
#b_12223753 .flexblock_wrapper[data-index="8"] .flexblock_content {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5543, index.scss */
#b_12223753 .flexblock_wrapper[data-index="9"] {
  top: 180px;
  left: 391px;
  width: 310px;
  z-index: 7;
  opacity: 1; }

/* line 5551, index.scss */
#b_12223753 .flexblock_wrapper[data-index="9"] .flexblock_content {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5559, index.scss */
#b_12223753 .flexblock_wrapper[data-index="10"] {
  top: 235px;
  left: 391px;
  width: 310px;
  z-index: 7;
  opacity: 1; }

/* line 5567, index.scss */
#b_12223753 .flexblock_wrapper[data-index="10"] .flexblock_content {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 5576, index.scss */
  #b_12223753 .section_inner {
    height: 708px; }

  /* line 5580, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="1"] {
    top: 420px;
    left: 0; }

  /* line 5585, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="2"] {
    top: 419px;
    left: 451px; }

  /* line 5590, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="3"] {
    top: 158px;
    left: 742px;
    height: 485px;
    width: 215px; } }
@media (max-width: 1064px) {
  /* line 5599, index.scss */
  #b_12223753 .section_inner {
    height: 676px; }

  /* line 5603, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="0"] {
    top: 0;
    left: 0;
    width: 638px; }

  /* line 5609, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 36px; }

  /* line 5613, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="1"] {
    top: 405px;
    left: 0;
    height: 205px;
    width: 310px; }

  /* line 5620, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="2"] {
    top: 404px;
    left: 328px;
    height: 205px;
    width: 310px; }

  /* line 5627, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="3"] {
    top: 358px;
    left: -28px;
    height: 295px;
    width: 700px; }

  /* line 5634, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="4"] {
    top: 65px;
    left: 0;
    width: 638px; }

  /* line 5640, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="5"] {
    top: 130px;
    left: 0;
    height: 255px;
    width: 310px; }

  /* line 5647, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="6"] {
    top: 130px;
    left: 328px;
    height: 255px;
    width: 310px; }

  /* line 5654, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="7"] {
    top: 150px;
    left: 20px;
    width: 270px; }

  /* line 5660, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="8"] {
    top: 205px;
    left: 20px;
    width: 270px; }

  /* line 5666, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="9"] {
    top: 150px;
    left: 348px;
    width: 265px; }

  /* line 5672, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="10"] {
    top: 210px;
    left: 348px;
    width: 270px; } }
@media (max-width: 660px) {
  /* line 5680, index.scss */
  #b_12223753 .section_inner {
    height: 1135px; }

  /* line 5684, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="0"] {
    width: 423px; }

  /* line 5688, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="0"] .flexblock_content {
    font-size: 28px; }

  /* line 5692, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="1"] {
    top: 335px;
    left: 0;
    height: 270px;
    width: 423px; }

  /* line 5699, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="2"] {
    top: 844px;
    left: 0;
    height: 270px;
    width: 423px; }

  /* line 5706, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="3"] {
    top: 183px;
    left: -28px;
    height: 785px;
    width: 475px; }

  /* line 5713, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="4"] {
    top: 55px;
    width: 423px; }

  /* line 5718, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="4"] .flexblock_content {
    font-size: 12px; }

  /* line 5722, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="5"] {
    top: 130px;
    height: 185px;
    width: 423px; }

  /* line 5728, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="6"] {
    top: 625px;
    left: 0;
    height: 200px;
    width: 423px; }

  /* line 5735, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="7"] {
    top: 150px;
    width: 265px; }

  /* line 5740, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="7"] .flexblock_content {
    font-size: 12px; }

  /* line 5744, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="8"] {
    top: 200px;
    width: 380px; }

  /* line 5749, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="8"] .flexblock_content {
    font-size: 12px; }

  /* line 5753, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="9"] {
    top: 645px;
    left: 20px; }

  /* line 5758, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="9"] .flexblock_content {
    font-size: 12px; }

  /* line 5762, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="10"] {
    top: 695px;
    left: 20px;
    width: 380px; }

  /* line 5768, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="10"] .flexblock_content {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 5774, index.scss */
  #b_12223753 .section_inner {
    height: 1062px; }

  /* line 5778, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="0"] {
    width: 318px; }

  /* line 5782, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="1"] {
    top: 395px;
    left: 0;
    height: 195px;
    width: 318px; }

  /* line 5789, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="2"] {
    top: 846px;
    left: 0;
    height: 195px;
    width: 318px; }

  /* line 5796, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="3"] {
    top: 183px;
    left: -26px;
    height: 785px;
    width: 370px; }

  /* line 5803, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="4"] {
    top: 85px;
    width: 318px; }

  /* line 5808, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="5"] {
    top: 160px;
    height: 215px;
    width: 318px; }

  /* line 5814, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="6"] {
    top: 611px;
    left: 0;
    height: 215px;
    width: 318px; }

  /* line 5821, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="7"] {
    top: 180px; }

  /* line 5825, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="8"] {
    top: 230px;
    width: 275px; }

  /* line 5830, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="9"] {
    top: 631px; }

  /* line 5834, index.scss */
  #b_12223753 .flexblock_wrapper[data-index="10"] {
    top: 681px;
    left: 20px;
    width: 275px; } }
/* line 5841, index.scss */
#b_12223754 .section_inner {
  height: 560.2px; }

/* line 5845, index.scss */
#b_12223754 .flexblock_wrapper[data-index="0"] {
  top: 0;
  left: 0;
  height: 525px;
  width: 720px; }

/* line 5852, index.scss */
#b_12223754 .flexblock_wrapper[data-index="1"] {
  top: -80px;
  left: -12px;
  height: 145px;
  width: 805px;
  z-index: 10; }

/* line 5860, index.scss */
#b_12223754 .flexblock_wrapper[data-index="2"] {
  top: 85px;
  left: 743px;
  width: 425px;
  z-index: 10;
  opacity: 1; }

/* line 5868, index.scss */
#b_12223754 .flexblock_wrapper[data-index="2"] .flexblock_content {
  color: #212121;
  font-size: 36px;
  text-align: left;
  line-height: 1.35;
  font-weight: 500; }

/* line 5876, index.scss */
#b_12223754 .flexblock_wrapper[data-index="3"] {
  top: 215px;
  left: 743px;
  width: 52px;
  height: 52px;
  z-index: 10; }

/* line 5884, index.scss */
#b_12223754 .flexblock_wrapper[data-index="3"] .flexblock_content {
  font-size: 28px;
  color: #baa077; }

/* line 5889, index.scss */
#b_12223754 .flexblock_wrapper[data-index="4"] {
  top: 220px;
  left: 818px;
  width: 350px;
  z-index: 10;
  opacity: 1; }

/* line 5897, index.scss */
#b_12223754 .flexblock_wrapper[data-index="4"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5905, index.scss */
#b_12223754 .flexblock_wrapper[data-index="5"] {
  top: 285px;
  left: 743px;
  width: 52px;
  height: 52px;
  z-index: 10; }

/* line 5913, index.scss */
#b_12223754 .flexblock_wrapper[data-index="5"] .flexblock_content {
  font-size: 28px;
  color: #baa077; }

/* line 5918, index.scss */
#b_12223754 .flexblock_wrapper[data-index="6"] {
  top: 355px;
  left: 743px;
  width: 52px;
  height: 52px;
  z-index: 10; }

/* line 5926, index.scss */
#b_12223754 .flexblock_wrapper[data-index="6"] .flexblock_content {
  font-size: 28px;
  color: #baa077; }

/* line 5931, index.scss */
#b_12223754 .flexblock_wrapper[data-index="7"] {
  top: 425px;
  left: 743px;
  width: 52px;
  height: 52px;
  z-index: 10; }

/* line 5939, index.scss */
#b_12223754 .flexblock_wrapper[data-index="7"] .flexblock_content {
  font-size: 28px;
  color: #baa077; }

/* line 5944, index.scss */
#b_12223754 .flexblock_wrapper[data-index="8"] {
  top: 290px;
  left: 818px;
  width: 350px;
  z-index: 10;
  opacity: 1; }

/* line 5952, index.scss */
#b_12223754 .flexblock_wrapper[data-index="8"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5960, index.scss */
#b_12223754 .flexblock_wrapper[data-index="9"] {
  top: 360px;
  left: 818px;
  width: 350px;
  z-index: 10;
  opacity: 1; }

/* line 5968, index.scss */
#b_12223754 .flexblock_wrapper[data-index="9"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

/* line 5976, index.scss */
#b_12223754 .flexblock_wrapper[data-index="10"] {
  top: 430px;
  left: 818px;
  width: 350px;
  z-index: 10;
  opacity: 1; }

/* line 5984, index.scss */
#b_12223754 .flexblock_wrapper[data-index="10"] .flexblock_content {
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.35;
  font-weight: 400; }

@media (max-width: 1180px) {
  /* line 5993, index.scss */
  #b_12223754 .section_inner {
    height: 415px; }

  /* line 5997, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="0"] {
    height: 360px;
    width: 500px; }

  /* line 6002, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="1"] {
    top: 324px;
    left: 0;
    height: 90px;
    width: 510px; }

  /* line 6009, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="2"] {
    top: 0;
    left: 533px; }

  /* line 6014, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="3"] {
    top: 130px;
    left: 533px; }

  /* line 6019, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="4"] {
    top: 135px;
    left: 608px; }

  /* line 6024, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="5"] {
    top: 200px;
    left: 533px; }

  /* line 6029, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="6"] {
    top: 270px;
    left: 533px; }

  /* line 6034, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="7"] {
    top: 340px;
    left: 533px; }

  /* line 6039, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="8"] {
    top: 205px;
    left: 608px; }

  /* line 6044, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="9"] {
    top: 275px;
    left: 608px; }

  /* line 6049, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="10"] {
    top: 345px;
    left: 608px; } }
@media (max-width: 1064px) {
  /* line 6056, index.scss */
  #b_12223754 .section_inner {
    height: 933px; }

  /* line 6060, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="0"] {
    top: 378px;
    height: 460px;
    width: 638px; }

  /* line 6066, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="1"] {
    top: 799px;
    left: -1px;
    height: 115px;
    width: 640px; }

  /* line 6073, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="2"] {
    top: 0;
    left: 0; }

  /* line 6078, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="2"] .flexblock_content {
    font-size: 28px; }

  /* line 6082, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="3"] {
    top: 90px;
    left: 0; }

  /* line 6087, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="4"] {
    top: 95px;
    left: 75px; }

  /* line 6092, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="5"] {
    top: 160px;
    left: 0; }

  /* line 6097, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="6"] {
    top: 230px;
    left: 0; }

  /* line 6102, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="7"] {
    top: 300px;
    left: 0; }

  /* line 6107, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="8"] {
    top: 165px;
    left: 75px; }

  /* line 6112, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="9"] {
    top: 235px;
    left: 75px; }

  /* line 6117, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="10"] {
    top: 305px;
    left: 75px; } }
@media (max-width: 660px) {
  /* line 6124, index.scss */
  #b_12223754 .section_inner {
    height: 686px; }

  /* line 6128, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="0"] {
    top: 378px;
    height: 290px;
    width: 423px; }

  /* line 6134, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="1"] {
    top: 342px;
    left: 0;
    height: 70px;
    width: 423px; }

  /* line 6141, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="2"] .flexblock_content {
    font-size: 20px; }

  /* line 6145, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="3"] {
    top: 50px; }

  /* line 6149, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="4"] {
    top: 59px; }

  /* line 6153, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="4"] .flexblock_content {
    font-size: 12px; }

  /* line 6157, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="5"] {
    top: 120px; }

  /* line 6161, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="6"] {
    top: 190px; }

  /* line 6165, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="7"] {
    top: 260px; }

  /* line 6169, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="8"] {
    top: 128px; }

  /* line 6173, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="8"] .flexblock_content {
    font-size: 12px; }

  /* line 6177, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="9"] {
    top: 198px; }

  /* line 6181, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="9"] .flexblock_content {
    font-size: 12px; }

  /* line 6185, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="10"] {
    top: 268px; }

  /* line 6189, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="10"] .flexblock_content {
    font-size: 12px; } }
@media (max-width: 450px) {
  /* line 6195, index.scss */
  #b_12223754 .section_inner {
    height: 623px; }

  /* line 6199, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="0"] {
    top: 378px;
    height: 220px;
    width: 318px; }

  /* line 6205, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="1"] {
    top: 354px;
    left: 0;
    height: 50px;
    width: 318px; }

  /* line 6212, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="2"] {
    width: 318px; }

  /* line 6216, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="3"] {
    top: 75px; }

  /* line 6220, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="4"] {
    top: 75px;
    left: 64px;
    width: 255px; }

  /* line 6226, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="5"] {
    top: 145px; }

  /* line 6230, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="6"] {
    top: 215px; }

  /* line 6234, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="7"] {
    top: 285px; }

  /* line 6238, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="8"] {
    top: 153px;
    left: 64px;
    width: 255px; }

  /* line 6244, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="9"] {
    top: 223px;
    left: 64px;
    width: 255px; }

  /* line 6250, index.scss */
  #b_12223754 .flexblock_wrapper[data-index="10"] {
    top: 293px;
    left: 64px;
    width: 255px; } }
/* line 6, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

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

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

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

  /* line 27, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 32, theme.scss */
.empty-catalog-message {
  display: none !important; }

/* line 36, theme.scss */
.widget-type_system_widget_v4_collection_description_1 {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden; }

/* line 44, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-weight: var(--heading-weight); }
