body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.title_311b {
  background: transparent; /* ✅ 完全透明背景 */
  backdrop-filter: none;   /* ✅ 移除模糊效果 */
  padding: 10px 20px;
  position: relative;
}

.tiny_a910 {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  margin-left: 10px; /* ✅ 左移图标 */
}

.under-990d {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.under-990d li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 6px;
  transition: background 0.3s ease;
  white-space: nowrap; /* ✅ 防止电脑端换行 */
}

.under-990d li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* ✅ 移动端样式 */
@media (max-width: 768px) {
  .tiny_a910 {
    display: block;
  }

  .under-990d {
    flex-direction: column;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    padding: 15px 0;
    z-index: 1000;
    animation: slideDown 0.3s ease;
  }

  .under-990d.fn-show-e401 {
    display: flex;
  }

  .under-990d li {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .under-990d li a {
    display: block;
    text-align: center;
    white-space: nowrap; /* ✅ 不折行 */
    padding: 10px 15px;
    font-size: 14px;      /* ✅ 可选：移动端稍小字体 */
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@charset "utf-8";html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:none}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{display:inline-block;font-size:80%}img{border-style:none}svg:not(:root){overflow:hidden}button,input,select,textarea{font:inherit}optgroup{font-weight:700}button,input,select{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}*,:after,:before,html{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);background-attachment:fixed}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#777}.nav_outer_756f{position:relative;z-index:1000}hr{border-width:0;border-top:1px solid;margin:15px 0;opacity:.1}img{display:inline-block;height:auto;max-width:100%;vertical-align:middle}figure{margin:0}pre{background-color:#f1f1f1;border:1px solid #ddd;overflow-x:auto;padding:20px;width:100%}p:empty{display:none}a,button,input{touch-action:manipulation}ins{text-decoration:none}embed,iframe,object{max-width:100%}.table-fa2b,.input_1733,.old_ffaf{margin:0;padding:0 15px 30px;position:relative;width:100%}.module-plasma-d841{flex:1}.photo-c24d{order:-1}.gradient-soft-bb79{order:1}.dim_a5ef{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;flex:1 0 auto;margin-left:auto;margin-right:auto;position:relative;width:100%}.link-9370{overflow:hidden}@media screen and (min-width:850px){.table-fa2b:first-child .dim_a5ef{margin-left:auto;margin-right:0}.table-fa2b+.table-fa2b .dim_a5ef{margin-left:0;margin-right:auto}}@media screen and (max-width:549px){.surface_abda{order:-1}}@media screen and (min-width:850px){.component-6995{order:-1}}@media screen and (max-width:849px){.white-c55e{order:-1}.table-fa2b{padding-bottom:30px}}@media screen and (min-width:850px){.widget-brown-1940>.table-fa2b+.table-fa2b:not(.input-7f36){border-left:1px solid #ececec}.widget-brown-1940.backdrop_focused_f33b>.table-fa2b+.table-fa2b:not(.input-7f36){border-left:0;border-right:1px solid #ececec}.south_9622{border-right:1px solid #ececec;padding-right:30px}.table-fa2b.south_9622:not(.photo-c24d):last-child{border-left:1px solid #ececec;border-right:0;padding-left:30px;padding-right:0}.search-middle-1e30{border-right:1px solid #ececec;padding-right:0}.search-middle-1e30+.table-fa2b,.south_9622+.table-fa2b{padding-left:30px}}.component-8bd3 .south_9622{border-color:hsla(0,0%,100%,.2)}.pattern-2afb>.table-fa2b{display:flex}.slow-21f3{align-items:center!important;align-self:center!important;vertical-align:middle!important}.card-1c5d{align-items:flex-end!important;align-self:flex-end!important;justify-content:flex-end!important;vertical-align:bottom!important}.heading_gas_d129{align-items:flex-start!important;align-self:flex-start!important;justify-content:flex-start!important;vertical-align:top!important}.stale-049a{justify-content:center!important}.gas-bdc8{justify-content:flex-end!important}.focus_in_dfda{flex-basis:8.3333333333%;max-width:8.3333333333%}.east-5616{flex-basis:16.6666666667%;max-width:16.6666666667%}.blue-2fa7{flex-basis:25%;max-width:25%}.slider_a8df{flex-basis:33.3333333333%;max-width:33.3333333333%}.backdrop-left-ef67{flex-basis:41.6666666667%;max-width:41.6666666667%}.detail_slow_9e1f{flex-basis:50%;max-width:50%}.form-64e5{flex-basis:58.3333333333%;max-width:58.3333333333%}.tiny-6d1e{flex-basis:66.6666666667%;max-width:66.6666666667%}.card-bronze-0641{flex-basis:75%;max-width:75%}.form_gold_9c6e{flex-basis:83.3333333333%;max-width:83.3333333333%}.element-51d9{flex-basis:91.6666666667%;max-width:91.6666666667%}.disabled-down-9ea8,.warm-0267 .fixed-8cca>.table-fa2b,.warm-0267>.table-fa2b{flex-basis:100%;max-width:100%}.texture_basic_f2d0 .fixed-8cca>.table-fa2b,.texture_basic_f2d0>.table-fa2b{flex-basis:50%;max-width:50%}.title_wide_aeb5 .fixed-8cca>.table-fa2b,.title_wide_aeb5>.table-fa2b{flex-basis:33.3333333333%;max-width:33.3333333333%}.sort-cfc8 .fixed-8cca>.table-fa2b,.sort-cfc8>.table-fa2b{flex-basis:25%;max-width:25%}.overlay_complex_e997 .fixed-8cca>.table-fa2b,.overlay_complex_e997>.table-fa2b{flex-basis:20%;max-width:20%}.sort-copper-1067 .fixed-8cca>.table-fa2b,.sort-copper-1067>.table-fa2b{flex-basis:16.6666666667%;max-width:16.6666666667%}.overlay-full-8a84 .fixed-8cca>.table-fa2b,.overlay-full-8a84>.table-fa2b{flex-basis:14.2857142857%;max-width:14.2857142857%}.hard_df19 .fixed-8cca>.table-fa2b,.hard_df19>.table-fa2b{flex-basis:12.5%;max-width:12.5%}@media screen and (min-width:550px){.card_in_4a37{flex-basis:8.3333333333%;max-width:8.3333333333%}.list_b258{flex-basis:16.6666666667%;max-width:16.6666666667%}.nav_b281{flex-basis:25%;max-width:25%}.form-clean-1191{flex-basis:33.3333333333%;max-width:33.3333333333%}.layout-lower-7d52{flex-basis:41.6666666667%;max-width:41.6666666667%}.feature_white_5901{flex-basis:50%;max-width:50%}.warm_35f1{flex-basis:58.3333333333%;max-width:58.3333333333%}.hard-4455{flex-basis:66.6666666667%;max-width:66.6666666667%}.wood-f9c4{flex-basis:75%;max-width:75%}.item-fluid-2f70{flex-basis:83.3333333333%;max-width:83.3333333333%}.bottom-7693{flex-basis:91.6666666667%;max-width:91.6666666667%}.section-5a07,.footer-smooth-9fc7 .fixed-8cca>.table-fa2b,.footer-smooth-9fc7>.table-fa2b{flex-basis:100%;max-width:100%}.texture-8704 .fixed-8cca>.table-fa2b,.texture-8704>.table-fa2b{flex-basis:50%;max-width:50%}.link-bf95 .fixed-8cca>.table-fa2b,.link-bf95>.table-fa2b{flex-basis:33.3333333333%;max-width:33.3333333333%}.fast_382d .fixed-8cca>.table-fa2b,.fast_382d>.table-fa2b{flex-basis:25%;max-width:25%}.header-8988 .fixed-8cca>.table-fa2b,.header-8988>.table-fa2b{flex-basis:20%;max-width:20%}.silver-2efd .fixed-8cca>.table-fa2b,.silver-2efd>.table-fa2b{flex-basis:16.6666666667%;max-width:16.6666666667%}.element-upper-2ac1 .fixed-8cca>.table-fa2b,.element-upper-2ac1>.table-fa2b{flex-basis:14.2857142857%;max-width:14.2857142857%}.chip_rough_0daf .fixed-8cca>.table-fa2b,.chip_rough_0daf>.table-fa2b{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:850px){.list_solid_f0ce{flex-basis:8.3333333333%;max-width:8.3333333333%}.hero-static-77fe{flex-basis:16.6666666667%;max-width:16.6666666667%}.pagination_8c61{flex-basis:25%;max-width:25%}.button-over-4e77{flex-basis:33.3333333333%;max-width:33.3333333333%}.status_c04e{flex-basis:41.6666666667%;max-width:41.6666666667%}.sidebar-ca5b{flex-basis:50%;max-width:50%}.feature_static_e4df{flex-basis:58.3333333333%;max-width:58.3333333333%}.photo_110c{flex-basis:66.6666666667%;max-width:66.6666666667%}.gold-faaf{flex-basis:75%;max-width:75%}.dropdown_0908{flex-basis:83.3333333333%;max-width:83.3333333333%}.new-398f{flex-basis:91.6666666667%;max-width:91.6666666667%}.module_2f32 .old_ffaf,.input-7f36,.preview_left_d098 .fixed-8cca>.table-fa2b,.preview_left_d098>.table-fa2b{flex-basis:100%;max-width:100%}.pro_2768 .old_ffaf,.under-dfbe .fixed-8cca>.table-fa2b,.under-dfbe>.table-fa2b{flex-basis:50%;max-width:50%}.hidden-e298 .old_ffaf,.steel-18e7 .fixed-8cca>.table-fa2b,.steel-18e7>.table-fa2b{flex-basis:33.3333333333%;max-width:33.3333333333%}.message-eeb2 .old_ffaf,.form-down-a0e6 .fixed-8cca>.table-fa2b,.form-down-a0e6>.table-fa2b{flex-basis:25%;max-width:25%}.dark_8721 .old_ffaf,.background-light-4b0a .fixed-8cca>.table-fa2b,.background-light-4b0a>.table-fa2b{flex-basis:20%;max-width:20%}.sidebar-silver-63f5 .old_ffaf,.tooltip_gas_87af .fixed-8cca>.table-fa2b,.tooltip_gas_87af>.table-fa2b{flex-basis:16.6666666667%;max-width:16.6666666667%}.main_6406 .old_ffaf,.sidebar_blue_1ea4 .fixed-8cca>.table-fa2b,.sidebar_blue_1ea4>.table-fa2b{flex-basis:14.2857142857%;max-width:14.2857142857%}.photo-88ce .old_ffaf,.card_a970 .fixed-8cca>.table-fa2b,.card_a970>.table-fa2b{flex-basis:12.5%;max-width:12.5%}}.complex-b4a5>.table-fa2b>.dim_a5ef{background-color:#fff}.dark_3224 .dim_a5ef,.hidden_inner_965d .dim_a5ef,.media-f5de .dim_a5ef{transition:all,.2s}.hidden_inner_965d .dim_a5ef{opacity:.6}.hidden_inner_965d:hover .dim_a5ef{opacity:1}.dark_3224 .dim_a5ef{filter:blur(3px)}.dark_3224:hover .dim_a5ef{filter:blur(0)}.media-f5de:hover .dim_a5ef{opacity:1}.easy_a87e:hover .media-f5de .table-fa2b:not(:hover){opacity:.6}.module_paper_3b3c,.link-848e,.tertiary-complex-e445 .wrapper-191a,.easy_a87e,body{margin-left:auto;margin-right:auto;width:100%}.module_paper_3b3c{padding-left:15px;padding-right:15px}.module_paper_3b3c,.link-848e,.tertiary-complex-e445 .wrapper-191a,.easy_a87e{max-width:1080px}.easy_a87e.grid_c50f{max-width:1050px}.easy_a87e.progress-hard-e7c3{max-width:1065px}.easy_a87e.slider_66d2{max-width:1110px}body.huge_ba7e,body.huge_ba7e .content_dim_c59d,body.huge_ba7e .active-8911,body.huge_ba7e header,body.search_e707,body.search_e707 .content_dim_c59d,body.search_e707 header{max-width:1170px}@media screen and (min-width:850px){body.search_e707{margin:30px auto}}.surface-9fe3{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.focus-0c65{justify-content:flex-start}.smooth-da7b{justify-content:center}.section_narrow_9579{display:flex;flex-direction:column;justify-content:flex-start}.item-short-61b0 .surface-9fe3{justify-content:center}.sidebar_simple_f5b0 .surface-9fe3{height:100%}.row-1187{max-height:100%}.sidebar_0e6b{-ms-flex-negative:1;-ms-flex-preferred-size:auto!important;flex:1}.photo_db52{margin:0 auto}.avatar_solid_813a{margin-right:auto}.paragraph-1765{margin-left:auto}.highlight-outer-13a1{flex-wrap:wrap}.photo-focused-75d9>.row-1187:not(.photo_db52),.photo-focused-75d9>.surface-9fe3>.row-1187:not(.photo_db52),.photo-focused-75d9>.breadcrumb-over-90a7>.row-1187:not(.photo_db52){flex:1}@media(max-width:849px){.button-98fd{flex-flow:column wrap}.button-98fd .row-1187{flex-grow:0;padding-bottom:5px;padding-top:5px;width:100%}}@media(max-width:549px){.tag-0564{flex-flow:column wrap}.tag-0564 .row-1187{flex-grow:0;width:100%}}@media(min-width:850px){.soft-a837,.upper-1d0a{display:flex}.soft-a837>div+div,.upper-1d0a>div+div{padding-left:30px}}.secondary-over-e713 .under_fb29 .down-6840{height:100%;padding:0}.lower-d8f8>.dim_a5ef{height:100%}.lower-d8f8 .inner_f74d,.lower-d8f8 .under_fb29,.lower-d8f8 .nav-down-9d96,.lower-d8f8 .nav-down-9d96 img,.lower-d8f8 .dim_a5ef>.tertiary_67c5,.lower-d8f8 .fixed-8cca>.tertiary_67c5,.lower-d8f8 .down-6840,.lower-d8f8 .down-6840 img,.lower-d8f8 .status-motion-a1eb,.lower-d8f8 .modal_smooth_1b87,.lower-d8f8 .status-motion-a1eb:not(.disabled-b8b0),.lower-d8f8 .status-motion-a1eb>.tertiary_67c5,.lower-d8f8>.dim_a5ef>.tertiary_67c5,.lower-d8f8>.dim_a5ef>.tertiary_67c5 .paper_165b>img,.lower-d8f8>.dim_a5ef>.tertiary_67c5 div{bottom:0;height:100%;-o-object-fit:cover;object-fit:cover;padding:0!important;position:absolute!important;top:0;width:100%}.lower-d8f8 .nav-down-9d96 img{font-family:"object-fit: cover;"}.lower-d8f8 .chip_full_aa8f{height:100%!important}.lower-d8f8 .under_fb29:not(.out-89b8):not(.popup_down_96dd):not(.module-dd91) .progress-f030{background-color:hsla(0,0%,100%,.95);bottom:0;padding-left:1.5em;padding-right:1.5em;position:absolute}@media(prefers-reduced-motion){.lower-d8f8{transition:none!important}}@media (-ms-high-contrast:none){.first_9e3e svg{max-width:50px}.wood_ff21 .tooltip_glass_4832 svg{height:36px!important}.blue-08a9>li>a>i{top:-1px}}.section_7325,.easy_a87e{display:flex;flex-flow:row wrap;width:100%}.easy_a87e>div:not(.table-fa2b):not([class^=col-]):not([class*=" col-"]){width:100%!important}.easy_a87e.secondary-over-e713,.easy_a87e.action_4029{display:block}.easy_a87e.secondary-over-e713>.table-fa2b,.easy_a87e.action_4029>.table-fa2b{float:left}.module_paper_3b3c .easy_a87e:not(.grid_c50f),.copper-4f1a .easy_a87e:not(.grid_c50f),.easy_a87e .section_7325,.easy_a87e .easy_a87e:not(.grid_c50f){margin-left:-15px;margin-right:-15px;padding-left:0;padding-right:0;width:auto}.easy_a87e .module_paper_3b3c{padding-left:0;padding-right:0}.inner_f74d+.easy_a87e:not(.grid_c50f),.tag-8de9+.easy_a87e:not(.grid_c50f),.article_purple_58f5+.easy_a87e:not(.grid_c50f),.modal_smooth_1b87+.easy_a87e:not(.grid_c50f){margin-top:30px}.purple_6997{max-width:100%!important}.advanced_acc1{transition:height .3s}.backdrop_focused_f33b{flex-direction:row-reverse}@media screen and (max-width:549px){.alert-86c4{flex-direction:column-reverse}}@media screen and (max-width:849px){.warm_b8e6{flex-direction:row-reverse}}.grid_c50f{padding:0}.grid_c50f>.table-fa2b,.grid_c50f>.chip_full_aa8f>.fixed-8cca>.table-fa2b{padding:0!important}.grid_c50f>.table-fa2b .module_paper_3b3c{max-width:100%}.module_paper_3b3c .progress-hard-e7c3:not(.grid_c50f),.easy_a87e .progress-hard-e7c3:not(.grid_c50f){margin-bottom:0;margin-left:-10px;margin-right:-10px}.progress-hard-e7c3>.table-fa2b,.progress-hard-e7c3>.chip_full_aa8f>.fixed-8cca>.table-fa2b{margin-bottom:0;padding:0 9.8px 19.6px}.module_paper_3b3c .hero-3ff8:not(.grid_c50f),.easy_a87e .hero-3ff8:not(.grid_c50f){margin-bottom:0;margin-left:-2px;margin-right:-2px}.hero-3ff8>.table-fa2b,.hero-3ff8>.chip_full_aa8f>.fixed-8cca>.table-fa2b{margin-bottom:0;padding:0 2px 3px}@media screen and (min-width:850px){.slider_66d2{padding-left:0;padding-right:0}.module_paper_3b3c .slider_66d2:not(.grid_c50f),.easy_a87e .slider_66d2:not(.grid_c50f){margin-bottom:0;margin-left:-30px;margin-right:-30px}.slider_66d2>.table-fa2b,.slider_66d2>.chip_full_aa8f>.fixed-8cca>.table-fa2b{margin-bottom:0;padding:0 30px 30px}}.module_df88,.highlight-ad5f{overflow:hidden}.module_df88 .table-fa2b,.highlight-ad5f .table-fa2b{padding:0;position:relative}.module_df88 .dim_a5ef,.highlight-ad5f .dim_a5ef{padding:15px}.module_df88 .table-fa2b:before,.highlight-ad5f .table-fa2b:before{border-left:1px dashed #ddd;content:" ";height:100%;left:-1px;position:absolute;top:0}.module_df88 .table-fa2b:after,.highlight-ad5f .table-fa2b:after{border-bottom:1px dashed #ddd;bottom:-1px;content:" ";height:0;left:0;position:absolute;top:auto;width:100%}.highlight-ad5f .table-fa2b:before{border-left-style:solid}.highlight-ad5f .table-fa2b:after{border-bottom-style:solid}.component-8bd3 .module_df88 .table-fa2b:after,.component-8bd3 .module_df88 .table-fa2b:before,.component-8bd3 .highlight-ad5f .table-fa2b:after,.component-8bd3 .highlight-ad5f .table-fa2b:before{border-color:hsla(0,0%,100%,.2)}.tabs-warm-a671 .easy_a87e .table-fa2b{padding-bottom:0}.search-ddf9 .easy_a87e:before{display:block!important}.article_purple_58f5{align-items:center;display:flex;flex-flow:row;min-height:auto;padding:30px 0;position:relative;width:100%}.article_purple_58f5.component-8bd3{background-color:#666}.popup_small_4c4d{overflow:hidden}.popup_small_4c4d,.widget-54a9{width:100%}.widget-54a9{z-index:1}.background-ccdf{overflow:hidden}.module_paper_3b3c .article_purple_58f5,.easy_a87e .article_purple_58f5{padding-left:30px;padding-right:30px}.active-8911+.container_6327{background-color:#000;min-height:100vh!important}.container_6327+div{background-color:#fff;box-shadow:15px 15px 15px 15px rgba(0,0,0,.1);position:relative}.fixed-600f{background-color:#fff;height:100%!important;height:100vh!important;left:0;margin:0 auto;overflow:hidden;padding:0!important;position:sticky;right:0;top:0;width:100%!important}.active-8911{position:fixed!important}.mask_wood_9ec7{background-color:#fff;color:#777;display:table;left:-99999px;margin:0;max-height:0;min-width:260px;opacity:0;padding:20px 0;position:absolute;text-align:left;transition:opacity .25s,visibility .25s;visibility:hidden;z-index:9}.component-8bd3.mask_wood_9ec7{color:#f1f1f1}.mask_wood_9ec7:after{clear:both;content:"";display:block;height:0;visibility:hidden}.mask_wood_9ec7 li{display:block;margin:0;vertical-align:top}.mask_wood_9ec7 li ul{margin:0;padding:0}.mask_wood_9ec7>li.notice-static-ca9a{min-width:260px}.middle-9d57 li.iron-0e44:hover>.mask_wood_9ec7,.popup_silver_4d32 li.iron-0e44:hover>.mask_wood_9ec7,li.blue-14fb>.mask_wood_9ec7{left:-15px;max-height:inherit;opacity:1;visibility:visible}.wrapper_steel_1196 li.blue-14fb:last-child>.mask_wood_9ec7,.wrapper_steel_1196 li.iron-0e44:hover:last-child>.mask_wood_9ec7{left:auto;right:-15px}.label-lite-521d li>a,.mask_wood_9ec7>li>a{display:block;line-height:1.3;padding:10px 20px;width:auto}.label-lite-521d>li:last-child:not(.image_b035)>a,.mask_wood_9ec7>li:last-child:not(.image_b035)>a{border-bottom:0!important}.input-afe4.mask_wood_9ec7 .label-lite-521d>li>a,.mask_wood_9ec7.input-afe4>li>a{font-size:.85em;text-transform:uppercase}.mask_wood_9ec7>li.hidden-dark-6cbb,.mask_wood_9ec7>li.image_b035{display:table-cell;min-width:160px;text-align:left;white-space:nowrap;width:160px}.mask_wood_9ec7>li.hidden-dark-6cbb:not(:last-child),.mask_wood_9ec7>li.image_b035:not(:last-child){border-right:1px solid transparent}.mask_wood_9ec7 .active-c1d3>a,.mask_wood_9ec7 .image_b035>a,.mask_wood_9ec7 .sort_right_3ee5>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.mask_wood_9ec7 .image_b035 .active-c1d3{margin-top:5px}.mask_wood_9ec7 li.hidden-dark-6cbb{border:0!important;margin:0!important;padding:0!important}.mask_wood_9ec7 li.hidden-dark-6cbb>a{font-size:0!important;line-height:0!important;margin:-20px 0!important;padding:0!important}.mask_wood_9ec7 li.hidden-dark-6cbb>a img{display:block;margin:0;width:100%}.mask_wood_9ec7 li.hidden-dark-6cbb>a:hover{opacity:.8}.down_bb41 li.hidden-dark-6cbb:first-child>a{margin-left:-20px!important;margin-right:20px!important}.down_bb41 li.hidden-dark-6cbb:last-child>a{margin-right:-20px!important}.mask_wood_9ec7.heading_fast_d47f>li.image_b035,.mask_wood_9ec7.white-7307>li.image_b035{border-color:#f1f1f1}.down_bb41 .label-lite-521d li>a,.mask_wood_9ec7.down_bb41>li>a{border-bottom:1px solid #ececec;margin:0 10px;padding-left:0;padding-right:0}.down_bb41{padding:20px}.heading_fast_d47f .label-lite-521d li>a,.mask_wood_9ec7.heading_fast_d47f>li>a{border-radius:10px;margin:0 10px;padding-left:10px;padding-right:5px}.heading_fast_d47f .label-lite-521d li>a:hover,.heading_fast_d47f.component-8bd3 .label-lite-521d li>a:hover,.mask_wood_9ec7.heading_fast_d47f.component-8bd3>li>a:hover,.mask_wood_9ec7.heading_fast_d47f>li>a:hover{background-color:#446084;color:#fff!important}.white-7307 .label-lite-521d li>a:hover,.mask_wood_9ec7.white-7307>li>a:hover{background-color:rgba(0,0,0,.03)}.mask_wood_9ec7.heading_fast_d47f li.notice-static-ca9a,.mask_wood_9ec7.white-7307 li.notice-static-ca9a{padding:0 20px 10px}.primary_large_5c51 .mask_wood_9ec7{padding:0}li.blue-14fb>.popup-d51b,li.iron-0e44:hover>.popup-d51b{display:flex;flex-wrap:wrap;left:50%!important;margin-left:0!important;margin-right:0!important;max-width:1150px!important;position:fixed;right:auto;transform:translateX(-50%);transition:opacity .3s!important;width:100%}.popup-d51b>li.image_b035{white-space:normal}.middle_f7f6 li.iron-0e44:after,.middle_f7f6 li.iron-0e44:before{border:solid transparent;bottom:-2px;content:"";height:0;left:50%;opacity:0;pointer-events:none;position:absolute;width:0;z-index:10}.middle_f7f6 li.iron-0e44:after{border-color:hsla(0,0%,87%,0) hsla(0,0%,87%,0) #fff;border-width:8px;margin-left:-8px}.middle_f7f6 li.iron-0e44:before{border-width:11px;margin-left:-11px;z-index:-999}.middle_f7f6 .modal-9773 .tertiary_bottom_7efc:after,.middle_f7f6 .modal-9773 .tertiary_bottom_7efc:before,.middle_f7f6 .modal-9773 .outer_546f:after,.middle_f7f6 .modal-9773 .outer_546f:before,.middle_f7f6 li.iron-0e44.banner-medium-6ff3:after,.middle_f7f6 li.iron-0e44.banner-medium-6ff3:before,.middle_f7f6 li.iron-0e44.preview_medium_2181:after,.middle_f7f6 li.iron-0e44.preview_medium_2181:before{display:none}.frame_dirty_a675 .mask_wood_9ec7{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.middle_f7f6.dropdown_gas_2c49 li.iron-0e44:before{border-bottom-color:#ddd}.dropdown_gas_2c49 .mask_wood_9ec7{border:2px solid #ddd}.middle_f7f6 li.blue-14fb.iron-0e44:after,.middle_f7f6 li.blue-14fb.iron-0e44:before{opacity:1;transition:opacity .25s}.panel-227c.pagination-rough-08a1>a:after,.right-f702.pagination-rough-08a1>a:after,.progress-left-628e.pagination-rough-08a1>a:after,.widget_rough_6b71.pagination-rough-08a1>a:after{background-color:#000;border-radius:2px;color:#fff;content:"";display:inline-block;font-size:9px;font-weight:bolder;letter-spacing:-.1px;line-height:9px;margin-left:4px;padding:2px 3px 3px;position:relative;text-transform:uppercase;top:-2px}.right-f702.pagination-rough-08a1>a:after{background-color:#446084}.widget_rough_6b71.pagination-rough-08a1>a:after{background-color:#d26e4b}.progress-left-628e.pagination-rough-08a1>a:after{background-color:#7a9c59}.panel-227c.pagination-rough-08a1>a:after{background-color:#b20000}.blue-08a9 p{margin:0;padding-bottom:0}.blue-08a9,.blue-08a9 ul:not(.mask_wood_9ec7){margin:0;padding:0}.blue-08a9>li>a.paper-2b42,.blue-08a9>li>button{margin-bottom:0}.blue-08a9{align-items:center;display:inline-block;display:flex;flex-flow:row wrap;width:100%}.blue-08a9,.blue-08a9>li{position:relative}.blue-08a9>li{list-style:none;margin:0 7px;padding:0;transition:background-color .3s}.blue-08a9>li,.blue-08a9>li>a{display:inline-block}.blue-08a9>li>a{align-items:center;display:inline-flex;flex-wrap:wrap;padding:10px 0}.notice-static-ca9a .blue-08a9>li>a{padding-bottom:0;padding-top:0}.image-motion-5abc .blue-08a9>li>a,.blue-08a9.image-motion-5abc>li>a{font-weight:400;padding-bottom:5px;padding-top:5px;vertical-align:top}.image-motion-5abc.blue-08a9>li.notice-static-ca9a{font-size:.75em}.full_dddd{justify-content:center}.modal-e227{justify-content:space-between}.fast_89c0{justify-content:flex-start}.wrapper_steel_1196{justify-content:flex-end}@media(max-width:849px){.black_4346{justify-content:center}}@media(max-width:549px){.container-under-9cc5{justify-content:center}}.label-lite-521d>li>a,.mask_wood_9ec7>li>a,.plasma_620b>li>a,.blue-08a9>li>a{color:hsla(0,0%,40%,.85);transition:all .2s}.label-lite-521d>li>a,.mask_wood_9ec7>li>a{display:block}.label-lite-521d li.fn-active-e401>a,.label-lite-521d li>a:hover,.mask_wood_9ec7 li.fn-active-e401>a,.mask_wood_9ec7>li>a:hover,.plasma_620b>li>a:hover,.blue-08a9>li.fn-active-e401>a,.blue-08a9>li.fn-current-e401>a,.blue-08a9>li>a.fn-active-e401,.blue-08a9>li>a.fn-current-e401,.blue-08a9>li>a:hover{color:hsla(0,0%,7%,.85)}.blue-08a9 li:first-child{margin-left:0!important}.blue-08a9 li:last-child{margin-right:0!important}.bronze-6b8a>li>a{font-weight:bolder;letter-spacing:.02em;text-transform:uppercase}.row_40ba>li>a{font-weight:thin!important}@media(min-width:850px){.feature-e48f>li{margin:0 .7em}.feature-e48f>li+li>a:after{border-left:1px solid rgba(0,0,0,.1);content:"";height:15px;left:-1em;margin-top:-7px;position:absolute;top:50%;width:1px}.feature-e48f>li+li.stone_cfa2>a:after{height:50px;margin-top:-25px}}li.notice-static-ca9a .easy_a87e,li.notice-static-ca9a form,li.notice-static-ca9a input,li.notice-static-ca9a select{margin:0}li.notice-static-ca9a>.paper-2b42{margin-bottom:0}li.background_0d3e>a{display:none!important}.component-white-d30c>li>a,.component-white-d30c>li>span{border:2px solid;border-radius:99px;display:block;font-size:1.1em;font-weight:bolder;height:2.25em;line-height:2em;min-width:2.25em;padding:0 7px;text-align:center;transition:all .3s;vertical-align:top;width:auto}.component-white-d30c>li i{font-size:1.2em;top:-1px;vertical-align:middle}.component-white-d30c>li>.fn-current-e401,.component-white-d30c>li>a:hover,.component-white-d30c>li>span:hover{background-color:#446084;border-color:#446084;color:#fff}.pattern_1da0 .tiny-b7cd{bottom:0;overflow:hidden;position:fixed;top:0;width:100%}.pattern_1da0 .tiny-b7cd .photo_a51c{height:100%;padding-bottom:0;padding-top:0;transform:translateX(0);transition:transform .3s;will-change:transform}.tabs-fluid-2d5a .focus_1d5e>li>.popup-static-b2a4,.tabs-fluid-2d5a .focus_1d5e>li>ul.section-421f{-webkit-overflow-scrolling:touch;bottom:0;display:none;left:100%;opacity:1;overflow:visible;overflow-y:auto;padding-bottom:20px;padding-right:0;padding-top:20px;position:fixed;top:0;transform:none;width:100%}.tabs-fluid-2d5a .focus_1d5e>li>.popup-static-b2a4>li,.tabs-fluid-2d5a .focus_1d5e>li>ul.section-421f>li{align-items:center;display:flex;flex-flow:row wrap}.tabs-fluid-2d5a .focus_1d5e>li>.popup-static-b2a4.full-fba3,.tabs-fluid-2d5a .focus_1d5e>li>ul.section-421f.full-fba3{display:block}.tabs-fluid-2d5a .focus_1d5e>li>.popup-static-b2a4.header_outer_fbf9,.tabs-fluid-2d5a .focus_1d5e>li>ul.section-421f.header_outer_fbf9{overflow-y:hidden;padding-right:100%;width:200%}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f),.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f){border-top:1px solid #ececec;margin-bottom:0;margin-top:0;transition:background-color .3s}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>a,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>a{color:hsla(0,0%,40%,.85);font-size:.8em;letter-spacing:.02em;padding-bottom:15px;padding-left:20px;padding-top:15px;text-transform:uppercase}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f).fn-active-e401,.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f):hover,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f).fn-active-e401,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f):hover{background-color:rgba(0,0,0,.05)}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>.popup-static-b2a4,.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>ul.section-421f,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>.popup-static-b2a4,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>ul.section-421f{-webkit-overflow-scrolling:touch;bottom:0;display:none;left:200%;opacity:1;overflow:visible;overflow-y:auto;padding-bottom:20px;padding-right:0;padding-top:20px;position:fixed;top:0;transform:none;width:100%}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>.popup-static-b2a4>li,.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>ul.section-421f>li,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>.popup-static-b2a4>li,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>ul.section-421f>li{align-items:center;display:flex;flex-flow:row wrap}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>.popup-static-b2a4.full-fba3,.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>ul.section-421f.full-fba3,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>.popup-static-b2a4.full-fba3,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>ul.section-421f.full-fba3{display:block}.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>.popup-static-b2a4.header_outer_fbf9,.aside_tiny_178c .focus_1d5e>li>.popup-static-b2a4>li:not(.border_234f)>ul.section-421f.header_outer_fbf9,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>.popup-static-b2a4.header_outer_fbf9,.aside_tiny_178c .focus_1d5e>li>ul.section-421f>li:not(.border_234f)>ul.section-421f.header_outer_fbf9{overflow-y:hidden;padding-right:100%;width:200%}.focus_1d5e{-webkit-overflow-scrolling:auto;height:100%;overflow:visible;overflow-y:auto;padding-top:20px}.focus_1d5e .fn-active-e401>.sort_slow_2d87{transform:none}.focus_1d5e>li{flex-shrink:0}.border_234f .sort_slow_2d87{margin-left:0!important;padding-left:5px;position:relative!important;text-align:left;top:0!important;width:100%}.border_234f .sort_slow_2d87 i{font-size:1.4em;margin-right:2px}.item-short-61b0 .border_234f .sort_slow_2d87{margin-left:auto!important;margin-right:auto!important;width:auto}.notice_gold_366f>li>a:before,.text-5589>li>a:before,.image-liquid-4042>li>a:before{background-color:#446084;content:" ";height:3px;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:all .3s;width:100%}.notice_gold_366f>li.fn-active-e401>a:before,.notice_gold_366f>li:hover>a:before,.text-5589>li.fn-active-e401>a:before,.text-5589>li:hover>a:before,.image-liquid-4042>li.fn-active-e401>a:before,.image-liquid-4042>li:hover>a:before{opacity:1}.blue-08a9:hover>li:not(:hover)>a:before{opacity:0}.smooth-25a3 .notice_gold_366f:before{bottom:0;top:auto}.text-5589>li>a:before{width:0}.text-5589>li.fn-active-e401>a:before,.text-5589>li:hover>a:before{width:100%}.notice_gold_366f>li:after,.notice_gold_366f>li:before{display:none}.notice_gold_366f>li>a:before{bottom:0;top:auto}.hero_38b3>li.fn-active-e401>a,.hidden-c66d>li.fn-active-e401>a{background-color:#446084;color:#fff;opacity:1}.photo_simple_1ebc>li.fn-active-e401>a{background-color:#fff}.input_first_f60e .blue-08a9.photo_simple_1ebc>li.fn-active-e401>a{color:#000}.layout-47e6>li.fn-active-e401>a{border-color:currentColor;color:#446084}.smooth-25a3{display:flex;flex-flow:row wrap}.smooth-25a3 .blue-08a9,.smooth-25a3 .badge_blue_0fc1{width:100%}.badge_blue_0fc1{padding-top:1em}.badge_blue_0fc1 .cold_96dd{padding:0}.badge_blue_0fc1 .description_b056:not(.fn-active-e401){display:block;height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.badge_blue_0fc1 .description_b056.fn-active-e401{display:block!important}.hero_38b3>li,.layout-47e6>li,.hidden-c66d>li,.photo_simple_1ebc>li{margin:0}.hero_38b3>li>a,.hidden-c66d>li>a{line-height:2.5em;padding:0 .75em}.hidden-c66d>li>a{border-radius:99px}.photo_simple_1ebc>li>a{background-color:rgba(0,0,0,.04);border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:2px solid #ddd;padding-left:15px;padding-right:15px}.photo_simple_1ebc>li.fn-active-e401>a{border-top-color:#446084}.input_first_f60e .photo_simple_1ebc>li:not(.fn-active-e401)>a{background-color:hsla(0,0%,100%,.1);border-color:transparent}.smooth-25a3 .photo_simple_1ebc>li{margin:0 .1em -1px}.photo_simple_1ebc+.badge_blue_0fc1{background-color:#fff;border:1px solid #ddd;padding:30px}.layout-47e6>li>a{border:2px solid transparent;border-radius:32px;line-height:2.4em;padding:0 .75em;position:relative;z-index:10}@media(min-width:850px){.smooth-25a3 .modal-b6fb{padding-top:0;width:25%}.modal-b6fb+.badge_blue_0fc1{border-left:1px solid #ddd;flex:1;margin-top:0!important;padding:0 30px 30px}.smooth-25a3 .modal-b6fb.layout-47e6{padding-right:15px}}@media(max-width:549px){.box-gold-1067>li{margin:0!important;width:100%}.box-gold-1067>li a{display:block;width:100%}.tiny_3887{-webkit-overflow-scrolling:touch;flex-flow:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.tiny_3887>li{display:inline-block}}.simple-f0c1{background-color:rgba(0,0,0,.02);flex:1 0 50%;list-style-type:none;max-width:50%;text-align:center}.simple-f0c1.fn-active-e401{background-color:rgba(0,0,0,.05)}.fast-de29{flex:1 1 auto}.layout_mini_ebe9.blue-08a9>li{margin:0}.layout_mini_ebe9.blue-08a9>li>a{display:flex;padding:15px 10px}.sort_slow_2d87{box-shadow:none!important;color:currentColor;height:auto;line-height:1;margin:0 5px 0 0;opacity:.6;padding:0;width:45px}.sort_slow_2d87 i{font-size:1.8em;transition:all .3s}.sort_slow_2d87:focus{color:currentColor}.sort_slow_2d87:hover{cursor:pointer;opacity:1}.fn-active-e401>.sort_slow_2d87{transform:rotate(-180deg)}.fn-active-e401>ul.section-421f,.fn-active-e401>ul.popup-static-b2a4:not(.mask_wood_9ec7){display:block!important}.nav-fresh-f1d8 .sort_slow_2d87{margin:0 0 0 5px;min-height:1em;width:1em}.nav-fresh-f1d8 .sort_slow_2d87 i{font-size:1.2em;top:1px}@media(prefers-reduced-motion){.sort_slow_2d87{transition:none}}.blue-08a9.modal-b6fb{flex-flow:column}.blue-08a9.modal-b6fb li{list-style:none;margin:0;width:100%}.modal-b6fb li li{font-size:1em;padding-left:.5em}.modal-b6fb .hidden-dark-6cbb{display:none!important}.modal-b6fb>li{align-items:center;display:flex;flex-flow:row wrap}.modal-b6fb>li ul{width:100%}.modal-b6fb li li.active-c1d3{margin-bottom:1em}.modal-b6fb li li.active-c1d3:not(:first-child){margin-top:1em}.modal-b6fb>li>a,.modal-b6fb>li>ul>li a{align-items:center;display:flex;flex-grow:1;width:auto}.modal-b6fb li li.active-c1d3>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.modal-b6fb>li.notice-static-ca9a{padding-bottom:1em;padding-top:1em}.modal-b6fb>li>ul li a{color:#666;transition:color .2s}.modal-b6fb>li>ul li a:hover{color:#111;opacity:1}.modal-b6fb>li>ul{margin:0 0 2em;padding-left:1em}.blue-08a9 .section-421f{left:-99999px;opacity:0;position:fixed;transform:translateX(-10px);transition:background-color .6s,transform .3s,opacity .3s}@media(prefers-reduced-motion){.blue-08a9 .section-421f{opacity:1;transform:none}}.blue-08a9:not(.focus_1d5e) .fn-active-e401>.section-421f{left:auto;opacity:1;padding-bottom:30px;position:inherit;transform:translateX(0)}.gas_e3a4.modal-b6fb>li.pagination-rough-08a1.fn-active-e401,.gas_e3a4.modal-b6fb>li.pagination-rough-08a1:hover{background-color:rgba(0,0,0,.05)}.gas_e3a4.modal-b6fb>li+li{border-top:1px solid #ececec}.component-8bd3 .gas_e3a4.modal-b6fb>li+li,.component-8bd3 .plasma_620b>li+li{border-color:hsla(0,0%,100%,.2)}.modal-b6fb>li+li{border-top:1px solid #ececec}.plasma_620b>li+li{border-color:#ececec}.modal-b6fb.image-liquid-4042>li>a:before{height:100%;left:auto;right:-2px;width:3px;z-index:1}.modal-b6fb.photo_simple_1ebc>li>a{border:0}.modal-b6fb.photo_simple_1ebc>li.fn-active-e401>a{border-left:3px solid #446084}.item-short-61b0 .sort_slow_2d87{margin-left:-35px}.item-short-61b0 .modal-b6fb li{border:0}.item-short-61b0 .modal-b6fb li li,.item-short-61b0.modal-b6fb li li{padding-left:0}@media screen and (max-width:549px){.notice-black-defa{flex-flow:column;margin-bottom:20px}.notice-black-defa>li{border-bottom:1px solid #ececec;list-style:none;margin:0!important;width:100%}}.modal-b6fb .filter-f1b6{width:100%}.modal-b6fb .upper_a7ed,.modal-b6fb .hover_slow_6c65{display:block;width:100%}@media screen and (min-width:849px){.south_9622>.dim_a5ef>.badge_2bce>.modal-b6fb{width:calc(100% + 31px)}}.main_copper_92bf{align-items:center;background-color:#446084;display:flex;flex-direction:row;font-size:.9em;font-weight:600;height:50px;justify-content:space-between;padding:12px 15px;width:250px}.main_copper_92bf .info-0983{font-size:1.7em;margin-right:10px}.bottom-dc9c{display:block;font-size:.9em;font-weight:400;line-height:1.3}.row-df23{flex:1 1 auto}.narrow_3758{background-color:#fff;opacity:0;position:absolute;visibility:hidden;width:250px;z-index:9}.narrow_3758 .plasma_620b{align-items:stretch;display:flex;flex-direction:column}.narrow_3758 .plasma_620b>li.pagination-rough-08a1{list-style:none;margin:0;position:static}.narrow_3758 .plasma_620b>li.pagination-rough-08a1[class*=" label-"]>a:after,.narrow_3758 .plasma_620b>li.pagination-rough-08a1[class^=label-]>a:after{order:2;top:0}.narrow_3758 .plasma_620b>li.pagination-rough-08a1>a>i.component-28df{margin-left:auto;margin-right:-.1em;order:3;transform:rotate(-90deg)}.narrow_3758 .plasma_620b>li.pagination-rough-08a1>a{align-items:center;display:flex;padding:10px 15px}.narrow_3758 .plasma_620b li.banner-cool-412c>a>i,.narrow_3758 .plasma_620b li.banner-cool-412c>a>img,.narrow_3758 .plasma_620b li.banner-cool-412c>a>svg{margin-right:10px}.narrow_3758 .disabled-top-409b{font-size:.9em;order:1}.narrow_3758 .blue-14fb .mask_wood_9ec7{left:100%!important;top:0}.narrow_3758 .blue-14fb.pagination-rough-08a1 .mask_wood_9ec7{min-height:100%}.overlay-fresh-5938{opacity:1;visibility:visible}.action_3343 .narrow_3758,.summary_bb11 .narrow_3758{opacity:0;visibility:hidden}.content_dim_c59d:not(.summary_bb11) .narrow_3758{transition:opacity .25s,visibility .25s}.narrow_3758.complex-b4a5{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.alert-tiny-52fb:hover .narrow_3758{opacity:1;visibility:visible}.down-fafe{margin:30px 0 0}.overlay_feb9{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:table;height:2.8em;pointer-events:none;width:2.8em;z-index:20}.overlay_feb9.fn-top-e401{left:0}.modal-white-59ff{background-color:#446084;color:#fff;display:table-cell;font-weight:bolder;height:100%;line-height:.85;padding:2px;text-align:center;transition:background-color .3s,color .3s,border .3s;vertical-align:middle;white-space:nowrap;width:100%}.form-2925{height:2.3em;width:2.3em}.form-2925 .modal-white-59ff{line-height:.7}.overlay_feb9+.overlay_feb9{height:2.5em;opacity:.9;width:2.5em}.overlay_feb9+.overlay_feb9+.overlay_feb9{opacity:.8}.purple-dbce .modal-white-59ff,.slider-cf01 .modal-white-59ff{background-color:#fff;border:2px solid;color:#446084}.tertiary_simple_2ed4:hover .slider-cf01 .modal-white-59ff{background-color:#446084;border-color:#446084;color:#fff}.caption-solid-9990,.slider-cf01{margin-left:-.4em}.list_hovered_4a61{margin-left:1em}.caption-solid-9990+.overlay_feb9{margin-left:-.4em;margin-top:-.4em}.caption-solid-9990 .modal-white-59ff,.list_hovered_4a61 .modal-white-59ff{border-radius:999px}.purple-dbce .modal-white-59ff,.nav-fresh-f1d8 .slider-cf01 .modal-white-59ff{background-color:transparent}.purple-dbce{height:2em;margin-left:-4px}.nav-fresh-f1d8 .overlay_feb9{margin:0!important}.component-8bd3 .nav-fresh-f1d8 .slider-cf01 .modal-white-59ff{color:#fff;opacity:.7}.grid_c50f .caption-solid-9990{margin-left:15px}.inner_f74d{background-color:#446084;min-height:30px;position:relative;width:100%}.simple_f724{overflow:hidden}.search_old_4f8c{height:100%;max-height:100%;position:relative}@media(max-width:549px){.search_old_4f8c{-webkit-overflow-scrolling:touch;overflow:auto}}.search_old_4f8c>*{position:absolute!important}.component-8bd3 .inner_f74d a{color:#fff}.carousel-plasma-fe8f{font-family:"object-fit: cover; object-position: center center;";height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;position:absolute;width:100%}@media(min-width:549px){.text_de81 .prev-6b4f{display:none}}.under_fb29{margin:0 auto;position:relative;width:100%}.under_fb29>a{display:block;width:100%}.under_fb29 a{display:inline-block}.under_fb29,.nav-down-9d96,.progress-f030{transition:opacity .3s,transform .3s,background-color .3s}.nav-down-9d96>a,.nav-down-9d96>div>a{display:block}.nav-down-9d96>a:focus-visible,.nav-down-9d96>div>a:focus-visible{outline-offset:-2px}.progress-f030{font-size:.9em;padding-bottom:1.4em;padding-top:.7em;position:relative;width:100%}.complex-b4a5 .progress-f030{padding-left:1.2em;padding-right:1.2em}@media(max-width:549px){.progress-f030{font-size:85%}}.nav-down-9d96{height:auto;margin:0 auto;overflow:hidden;position:relative}.nav-down-9d96[style*=-radius]{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.pattern-6ee1{overflow:hidden;position:relative;z-index:0}.progress-f030.item-short-61b0{padding-left:10px;padding-right:10px}.nav-down-9d96 img{margin:0 auto;max-width:100%;width:100%}.item_hot_f2ee{overflow:hidden}.item_hot_f2ee .progress-f030.item-short-61b0{left:50%;margin:10% 0;transform:translateX(-50%)}.item_hot_f2ee .progress-f030.full_0567{left:auto;right:0}.item_hot_f2ee .progress-f030{background-color:#fff;bottom:0;box-shadow:1px 1px 3px 0 rgba(0,0,0,.1);margin:10%;opacity:.95;padding:.5em 1.5em .55em;position:absolute;width:auto}.item_hot_f2ee:hover .progress-f030{opacity:1}.module-dd91{overflow:hidden}.module-dd91 .progress-f030{background-color:hsla(0,0%,100%,.95);bottom:15%;padding:.8em 1em 1em;position:absolute;transition:background .3s;z-index:1}.component-8bd3 .module-dd91 .progress-f030{background-color:rgba(0,0,0,.95)}.module-dd91:hover .progress-f030{background-color:#446084}.wrapper-upper-7aa9 .progress-f030{padding:15px 15px 20px;z-index:1}.wrapper-upper-7aa9:hover .progress-f030{background-color:#fff;transform:translateY(-15px)}.component-8bd3 .wrapper-upper-7aa9:hover .progress-f030{background-color:#222}.wrapper-upper-7aa9:hover .nav-down-9d96{transform:translateY(-5px)}.highlight-steel-f89b .progress-f030{background-color:hsla(0,0%,100%,.95);margin:-15% auto 0;max-width:85%;padding:15px 20px}.popup_down_96dd .progress-f030,.out-89b8 .progress-f030{bottom:0;max-height:100%;padding-left:1.5em;padding-right:1.5em;position:absolute;width:100%}.popup_down_96dd.component-8bd3 .progress-f030,.out-89b8.component-8bd3 .progress-f030{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.link-dark-3995 .progress-f030{display:none!important}.card_4394:hover .popup_down_96dd .progress-f030,.card_4394:hover .out-89b8 .progress-f030{opacity:0!important}.backdrop-soft-8fb0.popup_down_96dd .progress-f030,.backdrop-soft-8fb0.out-89b8 .progress-f030{bottom:auto!important;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:16}.caption-easy-0964.popup_down_96dd .progress-f030,.caption-easy-0964.out-89b8 .progress-f030{bottom:auto!important;left:0;position:absolute;right:0;top:0;z-index:16}.breadcrumb_9513 .backdrop-soft-8fb0 .progress-f030{bottom:auto;position:relative;top:auto;transform:translateY(0)}.article-left-4f34 .table-fa2b{max-width:100%!important;width:100%!important}@media screen and (max-width:549px){.breadcrumb_9513 .nav-down-9d96{width:100%!important}}@media screen and (min-width:550px){.large-a229 .table-fa2b{flex-basis:100%!important;max-width:100%!important}.large-a229 .under_fb29,.breadcrumb_9513{display:table;width:100%}.large-a229 .under_fb29 .thumbnail_top_7e6e,.breadcrumb_9513 .thumbnail_top_7e6e{direction:rtl}.large-a229 .under_fb29 .nav-down-9d96,.large-a229 .under_fb29 .progress-f030,.breadcrumb_9513 .nav-down-9d96,.breadcrumb_9513 .progress-f030{direction:ltr;display:table-cell;vertical-align:middle}.large-a229 .under_fb29 .progress-f030,.breadcrumb_9513 .progress-f030{padding-left:1.5em;padding-right:1.5em}.large-a229 .under_fb29 .nav-down-9d96,.breadcrumb_9513 .nav-down-9d96{width:50%}.large-a229 .under_fb29.heading_gas_d129 .progress-f030,.breadcrumb_9513.heading_gas_d129 .progress-f030{vertical-align:top}}.paper-2b42,button,input[type=button],input[type=reset],input[type=submit]{background-color:transparent;border:1px solid transparent;border-radius:0;box-sizing:border-box;color:currentColor;cursor:pointer;display:inline-block;font-size:.97em;font-weight:bolder;letter-spacing:.03em;line-height:2.4em;margin-right:1em;margin-top:0;max-width:100%;min-height:2.5em;padding:0 1.2em;position:relative;text-align:center;text-decoration:none;text-rendering:optimizeLegibility;text-shadow:none;text-transform:uppercase;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;vertical-align:middle}.paper-2b42 span{display:inline-block;line-height:1.6}.paper-2b42.picture_2518{line-height:2.19em}.blue-08a9>li>a.paper-2b42,.blue-08a9>li>a.paper-2b42:hover{padding-bottom:0;padding-top:0}.blue-08a9>li>a.paper-2b42:hover{color:#fff}.paper-2b42,input[type=button].paper-2b42,input[type=reset].paper-2b42,input[type=submit],input[type=submit].paper-2b42{background-color:#446084;background-color:var(--primary-color);border-color:rgba(0,0,0,.05);color:#fff}.paper-2b42.picture_2518,input[type=button].picture_2518,input[type=reset].picture_2518,input[type=submit].picture_2518{background-color:transparent;border:2px solid}.paper-2b42:hover,.component-8bd3 .paper-2b42.icon_4a93:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);color:#fff;opacity:1;outline:none}.paper-2b42.simple_e87d,.paper-2b42.image-4920{background-color:transparent!important;border-color:transparent!important;padding-left:.15em;padding-right:.15em}.paper-2b42.image-4920:before{background-color:currentColor;bottom:0;content:"";height:2px;left:20%;opacity:.3;position:absolute;transition:all .3s;width:60%}.paper-2b42.image-4920:hover:before{left:0;opacity:1;width:100%}.simple_e87d,.image-4920{color:#666}.component-8bd3 .paper-2b42.simple_e87d:hover,.component-8bd3 .paper-2b42.image-4920:hover{color:#fff;opacity:.8}.paper-2b42.simple_e87d:hover,.paper-2b42.image-4920:hover{box-shadow:none;color:#333}.icon_4a93,button.icon_4a93,button[type=submit].icon_4a93,input[type=button].icon_4a93,input[type=reset].icon_4a93,input[type=submit].icon_4a93{background-color:#f9f9f9;border:1px solid #ddd;color:#666;font-weight:400;overflow:hidden;position:relative;text-shadow:1px 1px 1px #fff;text-transform:none}.paper-2b42.icon_4a93:hover{background-color:#f1f1f1;color:#000}.component-8bd3 .paper-2b42,.component-8bd3 input[type=button],.component-8bd3 input[type=reset],.component-8bd3 input[type=submit]{color:#fff}.component-8bd3 .paper-2b42.icon_4a93,.component-8bd3 input[type=button].icon_4a93,.component-8bd3 input[type=reset].icon_4a93,.component-8bd3 input[type=submit].icon_4a93{color:#000}.alert_action_a2ab{border-radius:99px}.button_prev_7903,.accordion-clean-b2da,.avatar_last_d3ec{overflow:hidden}.button_prev_7903:after,.accordion-clean-b2da:after,.avatar_last_d3ec:after{box-shadow:inset 0 1.2em 0 0 hsla(0,0%,100%,.1);content:"";height:100%;left:-25%;position:absolute;top:0;width:150%}.avatar_last_d3ec:after{box-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.1),inset 0 2em 15px 0 hsla(0,0%,100%,.2)}.button_prev_7903:after{box-shadow:inset -.01em -.1em 0 0 rgba(0,0,0,.15);left:0;width:100%}.picture_2518{color:silver}.picture_2518:hover{box-shadow:none!important}.fn-primary-e401,input[type=submit],input[type=submit].paper-2b42{background-color:#446084}.fn-primary-e401.simple_e87d,.fn-primary-e401.picture_2518,.fn-primary-e401.image-4920{color:#446084}.picture_2518:hover,.fn-primary-e401.picture_2518:hover{background-color:#446084;border-color:#446084;color:#fff}.fn-success-e401{background-color:#7a9c59}.fn-success-e401.simple_e87d,.fn-success-e401.picture_2518,.fn-success-e401.image-4920{color:#7a9c59}.fn-success-e401.picture_2518:hover{background-color:#7a9c59;border-color:#7a9c59;color:#fff}.hero-right-7c6a{background-color:#fff!important;color:#666!important}.hero-right-7c6a.paper-2b42.picture_2518{background-color:transparent;color:currentColor!important}.hero-right-7c6a.simple_e87d,.hero-right-7c6a.picture_2518,.hero-right-7c6a.image-4920{background-color:transparent!important;color:#fff!important}.hero-right-7c6a.picture_2518:hover{background-color:#fff!important;border-color:#fff;color:#666!important}.paper-2b42.pagination-1638,.paper-2b42.alert_743c,.progress_92a8,.fn-secondary-e401{background-color:#d26e4b}.fn-secondary-e401.simple_e87d,.fn-secondary-e401.picture_2518,.fn-secondary-e401.image-4920{color:#d26e4b}.fn-secondary-e401.picture_2518:hover{background-color:#d26e4b;border-color:#d26e4b;color:#fff}a.fn-primary-e401:not(.paper-2b42),a.fn-secondary-e401:not(.paper-2b42){background-color:transparent}.fn-alert-e401{background-color:#b20000}.fn-alert-e401.simple_e87d,.fn-alert-e401.picture_2518,.fn-alert-e401.image-4920{color:#b20000}.fn-alert-e401.picture_2518:hover{background-color:#b20000;border-color:#b20000;color:#fff}.item-short-61b0 .paper-2b42:first-of-type{margin-left:0!important}.item-short-61b0 .paper-2b42:last-of-type,.full_0567 .paper-2b42:last-of-type{margin-right:0!important}.paper-2b42.fn-disabled-e401,.paper-2b42[disabled],button.fn-disabled-e401,button[disabled]{opacity:.6}.video-hard-8753 .paper-2b42{margin-bottom:0;margin-right:.65em}.upper_a7ed{display:inline-block}.upper_a7ed .media-c4e9.picture_2518:not(:hover){color:#999}.input_first_f60e .upper_a7ed .media-c4e9.picture_2518:not(:hover){color:#fff}.upper_a7ed .paper-2b42{margin:0}.thick_6a04{margin-left:0!important}.thick_6a04:not(:hover){opacity:.7}.row-1187 .paper-2b42,.row-1187 button,.row-1187 input{margin-bottom:0}code{background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px;font-size:.9em;margin:0 .2rem;padding:.2rem .5rem}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}.component-8bd3 code{background-color:rgba(0,0,0,.5);border-color:#000}.avatar_94cc{background-color:rgba(0,0,0,.1);display:block;height:3px;margin:1em 0;max-width:30px;width:100%}.nav-fresh-f1d8 .avatar_94cc{margin-top:.66em}.component-8bd3 .avatar_94cc{background-color:hsla(0,0%,100%,.3)}form{margin-bottom:0}.grid-ec58,.bronze_dd9e .notice_west_a9ca,.bronze_dd9e .header_east_e1b6,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:#fff;border:1px solid #ddd;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-sizing:border-box;color:#333;font-size:.97em;height:2.507em;max-width:100%;padding:0 .75em;transition:color .3s,border .3s,background .3s,opacity .3s;vertical-align:middle;width:100%}@media(max-width:849px){.grid-ec58,.bronze_dd9e .notice_west_a9ca,.bronze_dd9e .header_east_e1b6,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:1rem}}input:hover,select:hover,textarea:hover{box-shadow:inset 0 -1.8em 1em 0 transparent}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:120px;padding-top:.7em}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{background-color:#fff;box-shadow:0 0 5px #ccc;color:#333;opacity:1!important;outline:0}label,legend{display:block;font-size:.9em;font-weight:700;margin-bottom:.4em}legend{border-bottom:1px solid #f1f1f1;font-size:1em;font-weight:700;margin:30px 0 15px;padding-bottom:10px;text-transform:uppercase;width:100%}fieldset{border-width:0;padding:0}input[type=checkbox],input[type=radio]{display:inline;font-size:16px;margin-right:10px}label>.nav-upper-d1eb{display:inline-block;font-weight:400;margin-left:.5em}abbr[title=required]{color:#b20000}input[type=checkbox]+label,input[type=radio]+label{display:inline}.grid-ec58,.bronze_dd9e .notice_west_a9ca,.bronze_dd9e .header_east_e1b6,select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.logo-31fd.dim_c1aa/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .45em top 50%;background-repeat:no-repeat;background-size:auto 16px;border-radius:0;box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);display:block;padding-right:1.4em}.grid-ec58{display:inline-block;opacity:0;position:absolute;width:auto}select.row_over_0e93{width:55px}.clean-6e5c b{border-color:transparent!important}.bronze_dd9e .accordion-f24f .content_d561{background-image:none;height:auto;line-height:1.7em;padding:10px}.bronze_dd9e .accordion-f24f .content_d561 .progress-easy-e156{padding:5px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}.huge_9be0 input:not([type=submit]),.huge_9be0 select,.huge_9be0 textarea{background-color:rgba(0,0,0,.03);border-color:rgba(0,0,0,.09);border-radius:99px;box-shadow:none;color:currentColor!important}.huge_9be0 button,.huge_9be0 input{border-radius:99px}.huge_9be0 textarea{border-radius:15px}.surface-9fe3.huge_9be0 .row-1187,.huge_9be0 .surface-9fe3 .row-1187{padding-right:4px}.component-8bd3 .huge_9be0 input:not([type=submit]),.component-8bd3 .huge_9be0 select,.component-8bd3 .huge_9be0 textarea,.input_first_f60e .huge_9be0 input:not([type=submit]),.input_first_f60e .huge_9be0 select,.input_first_f60e .huge_9be0 textarea{background-color:hsla(0,0%,100%,.2)!important;border-color:hsla(0,0%,100%,.09);color:#fff}.component-8bd3 .huge_9be0 select option{color:#333}.component-8bd3 .huge_9be0 select,.input_first_f60e .huge_9be0 select{background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.logo-31fd.dim_c1aa/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.component-8bd3 .huge_9be0 input::-webkit-input-placeholder,.input_first_f60e .huge_9be0 input::-webkit-input-placeholder{color:#fff}.huge_9be0 .paper-2b42.popup-yellow-1c86{background-color:transparent!important;border-color:transparent!important;box-shadow:none;color:currentColor!important}.up_8f54 input:not([type=submit]),.up_8f54 select,.up_8f54 textarea{background-color:transparent;box-shadow:none}.up_8f54.pattern-wide-0b1a .dropdown_671a{border-left:0;border-right:0;max-width:2em}.hidden_bottom_ed5a input,input.icon-dark-0894{border-color:#b20000;color:#b20000}.hidden_bottom_ed5a select{border-color:#b20000}.hidden_bottom_ed5a input.basic-774b{outline:1px solid #b20000;outline-offset:1px}.bronze_dd9e{text-align:left}.card_tall_65eb .bronze_dd9e{margin-bottom:1em}.focused-1d03{margin-bottom:0}.chip_ecdd .cold_77d6 .clean-6e5c{width:30px}.bronze_dd9e .notice_west_a9ca>.paragraph_small_a147,.bronze_dd9e .cold_77d6 .picture-bright-00c2,.header_east_e1b6{line-height:2.507em;padding:0}.chip_ecdd .cold_77d6 .clean-6e5c{height:2.507em}.dim-2d18{position:relative}.south-38cc .selected_c443 label[for]:first-child{display:none}.selected_c443 .dim-2d18 label[for]:first-child{font-size:12px;font-weight:400;left:1.1em;line-height:1;opacity:0;pointer-events:none;position:absolute;top:.5em;transition:all .3s;white-space:nowrap}.component-8bd3 .dim-2d18 label{color:#000}.dim-2d18.tooltip_81af>label[for]:first-child{opacity:.8;z-index:1}.selected_c443 .card_tall_65eb input:not([type=checkbox]),.selected_c443 .card_tall_65eb select,.selected_c443 .card_tall_65eb textarea{height:3.0084em;transition:padding .3s}.card_tall_65eb .tooltip_81af input,.card_tall_65eb .tooltip_81af textarea{padding-bottom:.5em;padding-top:1.1em}.card_tall_65eb .tooltip_81af select{padding-bottom:.4em;padding-top:1.1em}.gradient-c4ea .button-thick-98f9{margin-bottom:1em;max-width:100%;position:relative}.fixed-8cca>.gradient-c4ea,.status-motion-a1eb>.gradient-c4ea{padding-left:3%!important;padding-right:3%!important}.button-thick-98f9 img,.button-thick-98f9 svg{padding-top:.2em;width:100%}.button-thick-98f9 svg{fill:currentColor;height:100%;transition:all .3s;width:100%}.button-thick-98f9 svg path{fill:currentColor}.gradient-c4ea:hover .panel_85b9 i,.gradient-c4ea:hover .panel_85b9 svg,.gradient-c4ea:hover .panel_85b9 svg path{fill:#fff}.panel_85b9 .popup-yellow-1c86{height:0;overflow:hidden;padding-top:100%;position:relative}.panel_85b9 .popup-yellow-1c86 .container-bronze-9e0d{border:2px solid;border-radius:100%;color:#446084;height:100%;position:absolute;top:0;transition:all .3s;width:100%}.gradient-c4ea:hover .panel_85b9 .popup-yellow-1c86 .container-bronze-9e0d{background-color:currentColor}.panel_85b9 .popup-yellow-1c86 i,.panel_85b9 .popup-yellow-1c86 img,.panel_85b9 .popup-yellow-1c86 svg{left:0;margin:0 20%;-o-object-fit:cover;object-fit:cover;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60%}.backdrop_huge_2d37 .panel_85b9 .popup-yellow-1c86{position:absolute;width:100%}.backdrop_huge_2d37,.feature-0dda{display:flex;flex-flow:row wrap;width:100%}.backdrop_huge_2d37 .button-thick-98f9,.feature-0dda .button-thick-98f9{flex:0 0 auto;margin-bottom:0;max-width:200px}.backdrop_huge_2d37 .hero-easy-9a9a,.feature-0dda .hero-easy-9a9a{flex:1 1 0px}.feature-0dda .hero-easy-9a9a{order:-1}.backdrop_huge_2d37 .button-thick-98f9+.hero-easy-9a9a{padding-left:1em}.feature-0dda .button-thick-98f9+.hero-easy-9a9a{padding-right:1em}.pagination_96ed .button-thick-98f9{margin:0 auto 1em}.iron_7803>li>a:before,i[class*=" icon-"],i[class^=icon-]{speak:none!important;display:inline-block;font-display:block;font-family:fl-icons!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;line-height:1.2;margin:0;padding:0;position:relative;text-transform:none!important}.down_d0f8 i{margin-right:4px;opacity:.35}.paper-2b42 i,button i{top:-1.5px;vertical-align:middle}.paper-2b42.active_hard_8acd i{top:-.027em}a.pattern-8bcb,a.wrapper-e03c{border:2px solid;border-radius:100%;color:#ccc;display:block;font-size:15px!important;font-weight:700;height:24px;line-height:19px!important;text-align:center;width:24px}a.popup-yellow-1c86:not(.paper-2b42),button.popup-yellow-1c86:not(.paper-2b42){font-family:sans-serif;font-size:1.2em;margin-left:.25em;margin-right:.25em}.sidebar_simple_f5b0 a.popup-yellow-1c86:not(.paper-2b42){margin-left:.3em;margin-right:.3em}.sidebar_simple_f5b0 .image-motion-5abc a.popup-yellow-1c86:not(.paper-2b42){font-size:1em}.paper-2b42.popup-yellow-1c86{display:inline-block;margin-left:.12em;margin-right:.12em;min-width:2.5em;padding-left:.6em;padding-right:.6em}.paper-2b42.popup-yellow-1c86 i{font-size:1.2em}.paper-2b42.popup-yellow-1c86 i+span{padding-right:.5em}.paper-2b42.popup-yellow-1c86.preview_purple_0bc5{border-width:1px}.paper-2b42.popup-yellow-1c86.preview_purple_0bc5 i{top:-1px}.paper-2b42.popup-yellow-1c86.aside-1748{padding-left:0;padding-right:0}.paper-2b42.popup-yellow-1c86.aside-1748>span{margin:0 8px}.paper-2b42.popup-yellow-1c86.aside-1748>span+i{margin-left:-4px}.paper-2b42.popup-yellow-1c86.aside-1748>i{margin:0 8px}.paper-2b42.popup-yellow-1c86.aside-1748>i+span{margin-left:-4px}.paper-2b42.popup-yellow-1c86.aside-1748>i:only-child{margin:0}.blue-08a9>li>a>i{font-size:20px;transition:color .3s;vertical-align:middle}.blue-08a9>li>a>i+span{margin-left:5px}.blue-08a9 li.banner-cool-412c>a>i,.blue-08a9 li.banner-cool-412c>a>img,.blue-08a9 li.banner-cool-412c>a>svg{margin-right:5px}.blue-08a9>li>a>span+i{margin-left:5px}.image-motion-5abc>li>a>i{font-size:1em}.blue-08a9>li>a>i.component-d6af{font-size:1.2em}.blue-08a9>li>a>i.info-0983{font-size:1.9em}.blue-08a9>li.module-old-5a2f>a>i{min-width:1em}.modal-b6fb>li>a>i{font-size:16px;opacity:.6}.upper_a7ed a.popup-yellow-1c86:not(.paper-2b42){display:inline-block;padding:6px 0}.upper_a7ed a.popup-yellow-1c86:not(.paper-2b42) i{font-size:24px}.upper_a7ed a.popup-yellow-1c86:not(.paper-2b42) i.component-d6af{font-size:16px}.image-motion-5abc .upper_a7ed a.popup-yellow-1c86:not(.paper-2b42){padding:3px 0}.paper-2b42:not(.popup-yellow-1c86)>i{margin-left:-.15em;margin-right:.4em}.paper-2b42:not(.popup-yellow-1c86)>span+i{margin-left:.4em;margin-right:-.15em}.iron-0e44 .component-28df{font-size:16px;margin-left:.2em;opacity:.6}.shadow-north-d57e{background-color:rgba(0,0,0,.2);border:2px solid #fff;border-radius:100%;color:#fff;height:3em;line-height:2.8em;opacity:.8;text-align:center;transition:transform .2s,opacity .2s;width:3em}.shadow-north-d57e i{font-size:1.3em;top:3px;transition:color .3s}.tertiary_simple_2ed4:hover .shadow-north-d57e{opacity:1;transform:scale(1.15)}.popup_down_96dd .shadow-north-d57e,.out-89b8 .shadow-north-d57e{opacity:0}.widget-active-1ac1{display:inline-block;height:auto;position:relative;vertical-align:middle}span+.widget-active-1ac1{margin-left:10px}.widget-active-1ac1 img{max-width:32px;min-width:100%}.image-motion-5abc .widget-active-1ac1{height:16px;margin:0 5px;width:16px}.image-motion-5abc .widget-active-1ac1 img{vertical-align:top}[data-icon-label]{position:relative}[data-icon-label="0"]:after{display:none}[data-icon-label]:after{background-color:#d26e4b;border-radius:99px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.3);color:#fff;content:attr(data-icon-label);font-family:Arial,Sans-serif!important;font-size:11px;font-style:normal;font-weight:bolder;height:17px;letter-spacing:-.5px;line-height:17px;min-width:17px;opacity:.9;padding-left:2px;padding-right:2px;position:absolute;right:-10px;text-align:center;top:-10px;transition:transform .2s;z-index:1}.image-motion-5abc [data-icon-label]:after{font-size:10px;height:13px;line-height:13px;min-width:13px;right:-10px;top:-4px}.paper-2b42 [data-icon-label]:after{right:-12px;top:-12px}.top_24aa i{width:1em}.top_24aa i,.top_24aa span{display:inline-block;transition:opacity .3s,transform .3s}.top_24aa span{transform:translateX(.75em)}.top_24aa i+span{transform:translateX(-.75em)}.top_24aa:hover>span{transform:translateX(0)}.top_24aa:not(:hover) i{opacity:0}img{opacity:1;transition:opacity 1s}.dim_a5ef>.tertiary_67c5:not(:last-child),.table-fa2b>.tertiary_67c5:not(:last-child){margin-bottom:1em}.tertiary_67c5,.tertiary_67c5 .paper_165b{position:relative}.tertiary_67c5 .paper_165b{overflow:hidden}.tertiary_67c5,.tertiary_67c5 img{width:100%}.silver_dfbc{background-color:rgba(0,0,0,.15);height:100%;left:-1px;pointer-events:none;right:-1px;top:0;transition:transform .3s,opacity .6s}.tertiary_67c5 .hover_691c,.silver_dfbc{bottom:0;position:absolute}.tertiary_67c5 .hover_691c{background-color:rgba(0,0,0,.3);color:#fff;font-size:14px;max-height:100%!important;overflow-y:auto;padding:4px 10px;transform:translateY(100%);transition:transform .5s;width:100%}.tertiary_67c5 .block_in_d6c4,.tertiary_67c5:hover .hover_691c{transform:translateY(0)}.dim_0b31{background-color:rgba(0,0,0,.03)}.pressed-1ee8,.down-6840,.in_64f1{background-position:50% 50%;background-size:cover;height:auto;overflow:hidden;padding-top:100%;position:relative}.in_64f1{padding-top:56.5%}.cold-e533 .nav-down-9d96 img,.pressed-1ee8 img,.down-6840 img,.in_64f1 iframe,.in_64f1 video,img.hover_easy_6f02{bottom:0;font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;position:absolute;right:0;top:0;width:100%}.cold-e533 .nav-down-9d96{padding-top:100%}.in_64f1 iframe{-o-object-fit:fill;object-fit:fill}.over_b6f4{padding:10px;position:absolute}.over_b6f4 a:last-child{margin-bottom:0}.over_b6f4 a.paper-2b42{display:block}.over_b6f4.fn-bottom-e401.fn-left-e401{padding-right:0;padding-top:0}.over_b6f4.fn-top-e401.fn-right-e401{padding-bottom:0;padding-left:0}.over_b6f4 .solid_0dea{bottom:100%;left:10px;margin:5px;position:absolute}.over_b6f4 .yellow_3afe:hover{background-color:#b20000;border-color:#b20000}@media only screen and (max-device-width:1024px){.over_b6f4{opacity:1!important;padding:5px}}.chip_easy_1860{margin-top:10px}.chip_easy_1860 a{background-color:rgba(0,0,0,.4);border-radius:99px;display:inline-block;font-size:.8em;margin-right:5px;padding:2px 10px 3px;text-shadow:none;transition:all .3s}.chip_easy_1860 a:hover{background-color:#fff;color:#000!important}.hovered_994e{background-color:rgba(0,0,0,.4);border-radius:2px;color:#fff;display:inline-block;font-size:.65em;font-weight:700;letter-spacing:1.1px;line-height:1;padding:2px 5px;text-transform:uppercase;transition:background-color .3s,opacity .3s}.tertiary_simple_2ed4:hover .hovered_994e{background-color:#d26e4b;opacity:1}.copper-4f1a{background-color:#fff;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);margin:0 auto;max-width:875px;position:relative}.copper-4f1a .dropdown_e72a{padding:30px 20px}.media-left-d5b8{background-color:rgba(0,0,0,.6)}@media(min-width:549px){.blue_7b9e{background-color:transparent!important}}.backdrop_460d{opacity:0;transition:opacity .5s}.feature_gas_76c2 .backdrop_460d{opacity:1}.photo_df93{text-align:center}.widget-large-ef4d{background:#0b0b0b;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .25s;width:100%;z-index:1042}.widget-large-ef4d.search-up-5337{opacity:.6}.widget-large-ef4d.avatar_5ffb{opacity:0!important}.caption_left_159b{-webkit-backface-visibility:hidden;outline:none!important;position:fixed;z-index:1043}.background-aa73,.caption_left_159b{height:100%;left:0;top:0;width:100%}.background-aa73{box-sizing:border-box;padding:30px;position:absolute;text-align:center}.background-aa73:before{content:"";display:inline-block;height:100%;vertical-align:middle}.aside_south_e577{padding:40px 6.66%}.hero-d7e2 .background-aa73:before{display:none}.first_d0f5{display:inline-block;margin:0 auto;max-width:100%;opacity:0;position:relative;text-align:left;transform:translateY(-30px);transition:transform .5s,opacity .3s;vertical-align:middle;z-index:1045}.notification-0eb1{box-shadow:1px 1px 5px 0 rgba(0,0,0,.2)}.search-up-5337 .first_d0f5{opacity:1;transform:translateY(0)}.search-up-5337.avatar_5ffb .first_d0f5{opacity:0}.popup-ff8b .first_d0f5,.header_610f .first_d0f5{cursor:auto;width:100%}.notice_b2f2{cursor:progress}.green_c8b6,.green_c8b6 .aside_south_e577 .notice_bright_9982{cursor:zoom-out}.modal_yellow_e35a{cursor:pointer;cursor:zoom-in}.module_orange_e5f9 .first_d0f5{cursor:auto}.icon_ca48,.notice_bright_9982,.texture_selected_9c08,.tooltip_stale_3a34{-webkit-user-select:none;-moz-user-select:none;user-select:none}.iron_0b0a.chip_liquid_113c{display:none}.outline_middle_476e{display:none!important}.tooltip_stale_3a34{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.tooltip_stale_3a34 a{color:#ccc}.tooltip_stale_3a34 a:hover{color:#fff}.secondary-588b .first_d0f5,.info-huge-816d .tooltip_stale_3a34{display:none}.notice_bright_9982{-webkit-backface-visibility:hidden;box-shadow:none;color:#fff;cursor:pointer;font-family:Arial,monospace;font-size:40px;font-style:normal;font-weight:300;height:40px;line-height:40px;margin:0!important;min-height:0;mix-blend-mode:difference;opacity:0;outline:none;padding:0;position:fixed;right:0;text-align:center;text-decoration:none;top:0;transform:translateY(50%) translateZ(1px);transition:opacity .6s,transform .6s;width:40px;z-index:1046}.notice_bright_9982 svg{pointer-events:none}.first_d0f5 .notice_bright_9982{position:absolute}.search-up-5337 .notice_bright_9982{opacity:.6;transform:translateY(0) translateZ(1px)}.avatar_5ffb .notice_bright_9982{display:none!important}.notice_bright_9982:hover{opacity:1}.frame_0726 .notice_bright_9982{color:currentColor;top:0!important}.texture_selected_9c08{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0}.icon_ca48{color:#fff;height:50px;margin:0;mix-blend-mode:difference;opacity:.6;position:fixed;text-align:center;top:50%;width:50px;z-index:1046}.icon_ca48 i{font-size:42px!important;pointer-events:none}.icon_ca48:hover{opacity:1}.icon_ca48:active{top:50.1%}.info-1bd7{left:0;transform:translateX(100%)}.carousel-7e75{right:0;transform:translateX(-100%)}.search-up-5337 .info-1bd7,.search-up-5337 .carousel-7e75{transform:translateX(0)}.focused_7980{padding-bottom:40px;padding-top:40px}.focused_7980 .first_d0f5,.header_610f .sort_pressed_cd85{line-height:0;max-width:900px;width:100%}.focused_7980 .notice_bright_9982{top:-40px}.dim-0085{height:0;overflow:hidden;padding-top:56.25%;width:100%}.dim-0085 iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.dim-0085 iframe,.header_610f .sort_pressed_cd85{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6)}.header_610f .prev_c70d,img.pattern_outer_588d{margin:0 auto}img.pattern_outer_588d{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:auto;max-height:calc(100vh - 80px);max-width:100%;padding:0 0 40px;width:auto}.chip_liquid_113c,img.pattern_outer_588d{line-height:0}.chip_liquid_113c:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:0;width:auto;z-index:-1}.chip_liquid_113c small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.chip_liquid_113c figure{margin:0}.out-6d81{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.focused-ea7f{word-wrap:break-word;color:#f3f3f3;font-size:11px;line-height:18px;padding-right:36px;text-align:left}.focused-ea7f a{color:#f3f3f3;text-decoration:underline}.focused-ea7f a:hover{color:#f3f3f3;opacity:.8;text-decoration:none}.aside_south_e577 .first_d0f5{max-width:100%}.chip_97d8 .aside_south_e577 .chip_liquid_113c{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.narrow_ad5e .aside_south_e577{padding-left:0;padding-right:0}.narrow_ad5e img.pattern_outer_588d{padding:0}.narrow_ad5e .chip_liquid_113c:after{bottom:0;top:0}.narrow_ad5e .chip_liquid_113c small{display:inline;margin-left:5px}.narrow_ad5e .out-6d81{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.narrow_ad5e .out-6d81:empty{padding:0}.narrow_ad5e .texture_selected_9c08{right:5px;top:3px}}@media(max-width:849px){body.description-2751 .caption_left_159b{overflow:auto;position:fixed!important}}@media(prefers-reduced-motion){.widget-large-ef4d,.notice_bright_9982,.first_d0f5{transition:opacity .3s}}.hover_c2c6,.fn-processing-e401{position:relative}.hover_c2c6,.fn-processing-e401:before{animation:spin .6s linear infinite;border-bottom:3px solid rgba(0,0,0,.1)!important;border-left:3px solid #446084;border-radius:50%;border-right:3px solid rgba(0,0,0,.1)!important;border-top:3px solid rgba(0,0,0,.1)!important;content:"";font-size:10px;height:30px;margin:0 auto;opacity:.8;pointer-events:none;text-indent:-9999em;width:30px}.nav-down-9d96.fn-processing-e401:before,.component-8bd3 .hover_c2c6,.component-8bd3 .fn-processing-e401:before,.component-8bd3.hover_c2c6,.component-8bd3.fn-processing-e401:before{border:3px solid rgba(0,0,0,.1)!important;border-left-color:#fff!important}.nav-down-9d96.fn-processing-e401:after{background-color:#000;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.nav-down-9d96.fn-processing-e401 .over_b6f4{opacity:0!important}.paper-301e.fn-processing-e401:before{position:fixed}.hover_c2c6.image-top-e550,.fn-processing-e401:before{left:50%;margin-left:-15px;margin-top:-15px;position:absolute;top:50%;z-index:99}.hover_c2c6{border-radius:50%;height:30px;width:30px}.paper-2b42.fn-loading-e401{color:hsla(0,0%,100%,.05);opacity:1!important;pointer-events:none!important;position:relative}.paper-2b42.fn-loading-e401:after{animation:spin .5s linear infinite;border:2px solid #fff;border-radius:32px;border-right-color:transparent!important;border-top-color:transparent!important;content:"";display:block;height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}.picture_2518 .paper-2b42.fn-loading-e401:after{border-color:#446084}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.soft_cb76{align-items:center}.summary_8941 .pattern_white_a2b7,.soft_cb76:hover .pattern_white_a2b7{color:hsla(0,0%,7%,.85)}.component-8bd3 .pattern_white_a2b7{border-bottom-color:hsla(0,0%,100%,.2)}.component-8bd3 .summary_8941 .pattern_white_a2b7,.component-8bd3 .soft_cb76:hover .pattern_white_a2b7{color:hsla(0,0%,100%,.85)}.hard_16eb.short_c4fc .soft_cb76:not(:last-of-type) .pattern_white_a2b7{border-bottom-style:solid}.pattern_white_a2b7{align-items:baseline;border-bottom-color:#ececec;border-bottom-width:1px;color:currentColor;flex:1;min-height:2.5em;padding-bottom:.3em;padding-top:.3em;transition:all .2s}.shadow_c3cc{flex-shrink:0;vertical-align:middle;width:16px}.shadow_c3cc+.upper-259f{padding-left:.5em}.outline_slow_e8f2{align-items:center;color:#000;font-size:.8em;font-weight:bolder;margin-top:5px;min-height:3.125em;padding-bottom:.3em;padding-top:.3em;text-transform:uppercase}.soft_cb76+.outline_slow_e8f2{margin-top:5px!important}.component-8bd3 .outline_slow_e8f2{color:currentColor}.pattern_1da0 .first_d0f5{-ms-scrollbar-base-color:#000;-ms-scrollbar-arrow-color:#000;-ms-overflow-style:-ms-autohiding-scrollbar}.pattern_1da0 .modal-b6fb>li>a{padding-bottom:15px;padding-top:15px}.pattern_1da0 .modal-b6fb li li>a{padding-bottom:5px;padding-top:5px}.pattern_1da0 .next_e9ab{display:none!important}.pattern_1da0 .narrow_f059,.pattern_1da0 .in_00d0{display:inline-block!important}.hard-7d06 .first_d0f5,.summary-dark-ab93 .first_d0f5{-webkit-overflow-scrolling:touch;background-color:hsla(0,0%,100%,.95);bottom:0;box-shadow:0 0 10px 0 rgba(0,0,0,.5);left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transform:translateX(-270px);transition:transform .2s;width:260px}.hard-7d06.component-8bd3 .first_d0f5,.summary-dark-ab93.component-8bd3 .first_d0f5{background-color:rgba(0,0,0,.95)}.summary-dark-ab93 .first_d0f5{left:auto;right:0;transform:translateX(270px)}.title-ce7d .modal-b6fb>li>a,.title-ce7d .modal-b6fb>li>ul>li a{justify-content:center}.title-ce7d .modal-b6fb>li>a{font-size:1.5em}.title-ce7d .background-aa73{padding:0}.title-ce7d .first_d0f5{-webkit-overflow-scrolling:touch;max-width:700px;overflow-x:hidden;overflow-y:auto;padding-top:50px}.title-ce7d .first_d0f5 .focused_84a6{margin:0 auto;max-width:260px}.title-ce7d.widget-large-ef4d.search-up-5337{opacity:.85}.widget-large-ef4d.title-ce7d:not(.component-8bd3){background-color:#fff;opacity:.95}.title-ce7d .gas_e3a4.modal-b6fb>li{border:0}.title-ce7d .gas_e3a4.modal-b6fb>li>a{padding-left:30px;padding-right:30px}.title-ce7d .gas_e3a4.modal-b6fb>li .sort_slow_2d87{position:absolute;right:0;top:15px}.title-ce7d:not(.component-8bd3) .notice_bright_9982{color:currentColor}.pattern_1da0.avatar_5ffb .first_d0f5{opacity:0!important}.hard-7d06.search-up-5337 .first_d0f5,.summary-dark-ab93.search-up-5337 .first_d0f5{opacity:1;transform:translate(0)}.label-fluid-bcde .breadcrumb_5752{filter:blur(5px)}.label-fluid-bcde .light_ea81{transform:scale(.98)}.label-fluid-bcde .paragraph_north_1e8a{opacity:0!important;transform:translateY(-7px)}.label-fluid-bcde.smooth_e45d .paragraph_north_1e8a,.label-fluid-bcde.prev-3311 .paragraph_north_1e8a{transform:translateX(-7px)}.pattern_1da0 .photo_a51c{padding:30px 0}.pattern_1da0 .liquid-016a{padding:30px 20px}.pattern_1da0:not(.title-ce7d) .modal-b6fb li>a{padding-left:20px}.pattern_1da0:not(.title-ce7d) li.notice-static-ca9a{padding:20px}@media(prefers-reduced-motion){.hard-7d06 .first_d0f5,.summary-dark-ab93 .first_d0f5{transition:opacity .2s}}.hidden_center_3cf5{--stack-gap:0;display:flex}.hidden_center_3cf5>.north-079f>:first-child{margin-top:0}.hidden_center_3cf5>.north-079f>:last-child{margin-bottom:0}.pagination_medium_7446{flex-direction:row}.pagination_medium_7446>*{margin:0!important}.pagination_medium_7446>*~*{margin-left:var(--stack-gap)!important}.table_orange_a3f4{flex-direction:column}.table_orange_a3f4>*{margin:0!important}.table_orange_a3f4>*~*{margin-top:var(--stack-gap)!important}.right-a0ae{align-items:stretch}.popup-0ed1{align-items:flex-start}.paragraph_ad83{align-items:center}.logo-9760{align-items:flex-end}.thumbnail_073d{align-items:baseline}.article_0c45{justify-content:flex-start}.background-clean-9579{justify-content:center}.section_west_e274{justify-content:flex-end}.button-9e0c{justify-content:space-between}.gradient_57fb{justify-content:space-around}@media(max-width:849px){.tooltip-5f71\:stack-row{flex-direction:row}.tooltip-5f71\:stack-row>*{margin:0!important}.tooltip-5f71\:stack-row>*~*{margin-left:var(--stack-gap)!important}.tooltip-5f71\:stack-col{flex-direction:column}.tooltip-5f71\:stack-col>*{margin:0!important}.tooltip-5f71\:stack-col>*~*{margin-top:var(--stack-gap)!important}.tooltip-5f71\:items-stretch{align-items:stretch}.tooltip-5f71\:items-start{align-items:flex-start}.tooltip-5f71\:items-center{align-items:center}.tooltip-5f71\:items-end{align-items:flex-end}.tooltip-5f71\:items-baseline{align-items:baseline}.tooltip-5f71\:justify-start{justify-content:flex-start}.tooltip-5f71\:justify-center{justify-content:center}.tooltip-5f71\:justify-end{justify-content:flex-end}.tooltip-5f71\:justify-between{justify-content:space-between}.tooltip-5f71\:justify-around{justify-content:space-around}}@media(max-width:549px){.link_under_5456\:stack-row{flex-direction:row}.link_under_5456\:stack-row>*{margin:0!important}.link_under_5456\:stack-row>*~*{margin-left:var(--stack-gap)!important}.link_under_5456\:stack-col{flex-direction:column}.link_under_5456\:stack-col>*{margin:0!important}.link_under_5456\:stack-col>*~*{margin-top:var(--stack-gap)!important}.link_under_5456\:items-stretch{align-items:stretch}.link_under_5456\:items-start{align-items:flex-start}.link_under_5456\:items-center{align-items:center}.link_under_5456\:items-end{align-items:flex-end}.link_under_5456\:items-baseline{align-items:baseline}.link_under_5456\:justify-start{justify-content:flex-start}.link_under_5456\:justify-center{justify-content:center}.link_under_5456\:justify-end{justify-content:flex-end}.link_under_5456\:justify-between{justify-content:space-between}.link_under_5456\:justify-around{justify-content:space-around}}table{border-color:#ececec;border-spacing:0;margin-bottom:1em;width:100%}td,th{border-bottom:1px solid #ececec;font-size:.9em;line-height:1.3;padding:.5em;text-align:left}td{color:#666}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}.component-8bd3 td,.component-8bd3 th{border-color:hsla(0,0%,100%,.08)}td .filter-advanced-79bd,td dl,td form,td input,td label,td p,td select{margin:.5em 0}label{color:#222}.old-2853{display:table}.liquid-83a5{display:table-cell;vertical-align:middle}@media(max-width:849px){.middle-6f95{box-shadow:inset -2px 0 18px -5px rgba(0,0,0,.5);margin-left:-15px;overflow-x:scroll;overflow-y:hidden;padding:15px;position:relative;width:calc(100% + 30px)}.middle-6f95 table{width:100%}}.nav_old_80ed{max-height:100%}.nav_old_80ed .bottom-33b2{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:10}.slow-4015 .north-079f,.breadcrumb-slow-8035 .north-079f{background-color:rgba(0,0,0,.9);height:0;padding:100% 0 0!important}.slow-4015 .small_2196,.breadcrumb-slow-8035 .small_2196{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.slow-4015 .border-e8ba,.slow-4015 .bottom-33b2{border-radius:100%!important}.modal_smooth_1b87{position:relative}.fixed-8cca>.tertiary_67c5,.modal_smooth_1b87:last-child,.status-motion-a1eb>.tertiary_67c5{margin-bottom:0}.photo_narrow_a32a,.status-motion-a1eb{position:relative;scrollbar-width:none}.active_63f8 .fixed-8cca>.table-fa2b{padding:0!important}.text-first-8417{max-height:999px;transition:max-height 2s}.text-first-8417:not(.disabled-b8b0){max-height:500px}.text-first-8417:not(.disabled-b8b0)>div{opacity:0}.status-motion-a1eb:not(.disabled-b8b0){-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;width:auto}.photo_narrow_a32a::-webkit-scrollbar,.status-motion-a1eb::-webkit-scrollbar{height:0!important;width:0!important}.easy_a87e.photo_narrow_a32a:not(.disabled-b8b0){display:block}.status-motion-a1eb:not(.disabled-b8b0)>*{display:inline-block!important;vertical-align:top;white-space:normal!important}.status-motion-a1eb:not(.disabled-b8b0)>a,.status-motion-a1eb>a,.status-motion-a1eb>a>img,.status-motion-a1eb>div:not(.table-fa2b),.status-motion-a1eb>img,.status-motion-a1eb>p{width:100%}.fixed-8cca>a,.fixed-8cca>a>img,.fixed-8cca>div:not(.table-fa2b),.fixed-8cca>figure,.fixed-8cca>img,.fixed-8cca>p{margin:0;padding:0;transition:transform .6s,opacity .6s,box-shadow .6s;width:100%!important}.fixed-8cca>.easy_a87e:not(.tabs_prev_5cad){opacity:0}.disabled-b8b0{display:block;position:relative}.disabled-b8b0:focus{outline:none}.chip_full_aa8f{height:100%;overflow:hidden;position:relative;width:100%}.fixed-8cca{height:100%;position:absolute;width:100%}.black-cfc1 .prev-6b4f{transition:opacity .3s!important}.box-a634 .chip_full_aa8f .fixed-8cca{pointer-events:none}.disabled-b8b0.search-hard-9292{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.disabled-b8b0.search-hard-9292 .chip_full_aa8f{cursor:move;cursor:grab}.disabled-b8b0.search-hard-9292 .chip_full_aa8f.stale-5688{cursor:grabbing}.tooltip_glass_4832{background-color:transparent;border:none;bottom:40%;color:#111;cursor:pointer;margin:0;opacity:0;padding:0;position:absolute;top:40%;transition:transform .3s,opacity .3s,background .3s,box-shadow .3s;width:36px}.tooltip_glass_4832.dirty_cacc{right:2%;transform:translateX(-20%)}.tooltip_glass_4832.medium_6b3e{left:2%;transform:translateX(20%)}.sort-bea3 .tooltip_glass_4832,.status-motion-a1eb:hover .tooltip_glass_4832{opacity:.7;transform:translateX(0)!important}.status-motion-a1eb .tooltip_glass_4832:hover{box-shadow:none;opacity:1}.status-motion-a1eb .tooltip_glass_4832:hover .video-9160,.status-motion-a1eb .tooltip_glass_4832:hover svg{fill:#446084}@media(min-width:850px){.backdrop-2b16 .tooltip_glass_4832.dirty_cacc{left:100%;right:auto}.backdrop-2b16 .tooltip_glass_4832.medium_6b3e{left:auto;right:100%}}.tooltip_glass_4832:disabled,button.tooltip_glass_4832[disabled]{background:none!important;box-shadow:none!important;cursor:auto;opacity:0!important;pointer-events:none}.tooltip_glass_4832 svg{height:auto;left:50%;max-height:100%;max-width:100%;padding:20%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s;width:100%}.left-be4d:not(.smooth_641f) .tooltip_glass_4832{margin-top:-10%}.left-be4d.smooth_641f .tooltip_glass_4832 svg{margin-top:-40px}.tooltip_glass_4832 .video-9160,.tooltip_glass_4832 svg{fill:currentColor;border-color:currentColor;transition:all .3s}.box_new_a625,.hard_e1b1{transition:height .2s}.tooltip_glass_4832.filter_9e3b{color:#111;font-size:26px}.status-soft-9060 .tooltip_glass_4832{display:none!important}.large_f01d .fixed-8cca{transform:none!important}.large_f01d .fixed-8cca>*{left:0!important;opacity:0;z-index:1}.large_f01d .fixed-8cca>.tabs_prev_5cad{opacity:1;z-index:2}.large_f01d .secondary_fbbf,.large_f01d .tooltip_glass_4832{z-index:3}@media(prefers-reduced-motion){.tooltip_glass_4832.dirty_cacc,.tooltip_glass_4832.medium_6b3e{transform:none!important}}.secondary_fbbf{bottom:15px;left:20%;line-height:1;list-style:none;margin:0;padding:0;position:absolute;right:20%;text-align:center}.photo_narrow_a32a .secondary_fbbf,.backdrop-2b16 .secondary_fbbf{bottom:0}.tabs_stone_8275 .secondary_fbbf{direction:rtl}.secondary_fbbf .video-8d94{border:3px solid #111;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;opacity:.4;transition:opacity .3s;width:12px}.paragraph-1cbc .secondary_fbbf .video-8d94,.photo_narrow_a32a .secondary_fbbf .video-8d94{background-color:#111;border:0;height:10px;opacity:.2;width:10px}.secondary_fbbf .video-8d94:hover{opacity:.7}.secondary_fbbf .video-8d94:first-child:last-child{display:none}.secondary_fbbf .video-8d94.tabs_prev_5cad{background-color:#111;opacity:1!important}.tabs-bad6 .secondary_fbbf .video-8d94{border-radius:0;height:4px;margin:0;width:40px}.large_49b5 .secondary_fbbf .video-8d94{border-radius:0;height:4px;width:40px}.dark-e9c8 .secondary_fbbf .video-8d94{background-color:#111}.stone_5789 .secondary_fbbf .video-8d94{border-radius:0}.wood_ff21 .tooltip_glass_4832 .video-9160,.wood_ff21 .tooltip_glass_4832 svg{border:2px solid;border-radius:100%}.wood_ff21 .tooltip_glass_4832:hover .video-9160,.wood_ff21 .tooltip_glass_4832:hover svg{fill:#fff!important;background-color:#446084;border-color:#446084}.backdrop-2b16.wood_ff21 .dirty_cacc{transform:translateX(-50%)!important}.backdrop-2b16.wood_ff21 .medium_6b3e{transform:translateX(50%)!important}.smooth_641f{overflow:hidden;padding-top:0}.smooth_641f .tooltip_glass_4832,.smooth_641f .tooltip_glass_4832:hover{background-color:#fff;bottom:0;box-shadow:0 -150px 15px 0 rgba(0,0,0,.3);height:100%;margin:0!important;top:-2px;width:30px}.component-8bd3 .smooth_641f .tooltip_glass_4832{background-color:rgba(0,0,0,.3);border-radius:99px;color:#fff}.smooth_641f .tooltip_glass_4832.dirty_cacc{left:auto!important;right:-1px!important;transform:translateX(10%)}.smooth_641f .tooltip_glass_4832.medium_6b3e{left:-1px!important;right:auto!important;transform:translateX(-10%)}.motion-2dc1 .tooltip_glass_4832{color:#fff}.motion-2dc1 .tooltip_glass_4832 .video-9160,.motion-2dc1 .tooltip_glass_4832 svg{fill:#fff}.motion-2dc1 .secondary_fbbf .video-8d94{border-color:#fff}.motion-2dc1 .secondary_fbbf .video-8d94.tabs_prev_5cad,.motion-2dc1.dark-e9c8 .secondary_fbbf .video-8d94{background-color:#fff}.focus-54ae .fixed-8cca>*,.pattern_smooth_0e58 .fixed-8cca>*,.hovered-bb9d .fixed-8cca>*{margin:0 auto;max-width:1080px}.focus-54ae:not(.disabled-b8b0) .outline-7b20,.pattern_smooth_0e58:not(.disabled-b8b0) .outline-7b20,.hovered-bb9d:not(.disabled-b8b0) .outline-7b20{opacity:0!important}.focus-54ae .outline-7b20,.pattern_smooth_0e58 .outline-7b20,.hovered-bb9d .outline-7b20{opacity:1}.focus-54ae .fixed-8cca>:not(.tabs_prev_5cad),.pattern_smooth_0e58 .fixed-8cca>:not(.tabs_prev_5cad),.hovered-bb9d .fixed-8cca>:not(.tabs_prev_5cad){opacity:.5}.hovered-bb9d{padding:15px 0 25px}.hovered-bb9d .fixed-8cca>:before{background-image:url(../img/shadow@2x.overlay-9bfc);background-size:100% 100%;bottom:-6px;content:"";height:100px;left:-10%;position:absolute;right:-10%;z-index:-2}.hovered-bb9d .fixed-8cca>:not(.tabs_prev_5cad){opacity:1;transform:scale(.9);z-index:-1}.hovered-bb9d .fixed-8cca>:not(.tabs_prev_5cad):before{height:200px;opacity:.5}.hovered-bb9d .fixed-8cca>.tabs_prev_5cad{transform:scale(.95)}.pattern_smooth_0e58{background-color:transparent;padding:30px 0}.pattern_smooth_0e58 .secondary_fbbf{bottom:6px}.pattern_smooth_0e58 .fixed-8cca>*{max-width:1050px}.pattern_smooth_0e58 .fixed-8cca>:not(.tabs_prev_5cad){transform:scale(.93)}@media screen and (max-width:549px){.modal_smooth_1b87 .tooltip_glass_4832{display:none}.photo_narrow_a32a .tooltip_glass_4832{background-color:transparent!important;box-shadow:none!important;opacity:.8;transform:translateX(0)!important;width:20px!important}.photo_narrow_a32a .tooltip_glass_4832 svg{border:0!important;padding:3px!important}.secondary_fbbf{pointer-events:none}.fixed-8cca .search_old_4f8c{overflow:hidden}}a{color:#334862;text-decoration:none}.paper-2b42:focus:not(:focus-visible),a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible){outline:none}.paper-2b42:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid currentColor;outline-offset:2px}a.media-c4e9{color:currentColor;transition:color .3s,opacity .3s,transform .3s}.input_first_f60e a.media-c4e9:hover{opacity:.7}a.badge-0462:hover,a.wrapper-e03c:hover,a:hover{color:#000}.fn-primary-e401:focus-visible,.sort_silver_cb85:focus-visible,button[type=submit]:focus-visible{outline-color:#446084}.fn-secondary-e401:focus-visible{outline-color:#d26e4b}.pagination-1638:focus-visible{outline-color:#d26e4b}.component-8bd3 .nav-fresh-f1d8 a,.component-8bd3 a{color:currentColor}.component-8bd3 .nav-fresh-f1d8 a:hover,.component-8bd3 a:hover{color:#fff}ul.iron_7803{font-size:.85em;margin:5px 0}ul.iron_7803 li{display:inline-block;margin:0 .4em}ul.iron_7803 li a{color:currentColor}ul.iron_7803 li:before{display:inline-block;font-family:fl-icons;margin-right:5px}ul.iron_7803 li:first-child{margin-left:0}ul.iron_7803 li:last-child{margin-right:0}.green_50cd .row-1187{padding:.7em 0}.green_50cd i{font-size:2em;margin:0 10px!important;top:-1px;vertical-align:middle}.green_50cd .row-1187+.row-1187{border-left:1px solid #ececec}ul{list-style:disc}ol{list-style:decimal}ol,ul{margin-top:0;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5em 0 1.5em 3em}li{margin-bottom:.6em}dl dd,dl dt{display:inline-block;margin:0 5px 0 0}dl dd p,dl dt p{margin:0;padding:0}dl{font-size:.85em;opacity:.8;text-transform:uppercase}ul.slider-smooth-3cc1,ul.slider-smooth-3cc1>li{margin:0;padding:0}ul.slider-smooth-3cc1>li{list-style:none}.dim_a5ef ol li,.dim_a5ef ul li,.cold_96dd ol li,.cold_96dd ul li,.preview-1711 ol li,.preview-1711 ul li{margin-left:1.3em}.dim_a5ef ol li.picture_69b4,.dim_a5ef ul li.picture_69b4,.cold_96dd ol li.picture_69b4,.cold_96dd ul li.picture_69b4,.preview-1711 ol li.picture_69b4,.preview-1711 ul li.picture_69b4{margin-left:0}ul li.thick_49bb,ul li.status-red-7778,ul li.steel-31a9{border-bottom:1px solid #ececec;list-style:none;margin:0;padding:7px 0 7px 25px;position:relative}.component-8bd3 ul li.thick_49bb,.component-8bd3 ul li.status-red-7778,.component-8bd3 ul li.steel-31a9{border-color:hsla(0,0%,100%,.2)}ul li.thick_49bb:before,ul li.status-red-7778:before,ul li.steel-31a9:before{color:#7a9c59;font-family:fl-icons;font-size:16px;left:0;position:absolute}ul li.status-red-7778:before{content:""!important}ul li.thick_49bb:before{content:""!important}ul li.steel-31a9:before{content:""!important}.paper-2b42,button,fieldset,input,select,textarea{margin-bottom:1em}blockquote,dl,figure,form,ol,p,pre,ul{margin-bottom:1.3em}form p{margin-bottom:.5em}body{line-height:1.6}h1,h2,h3,h4,h5,h6{color:#555;margin-bottom:.5em;margin-top:0;text-rendering:optimizeSpeed;width:100%}.background-cfc1,h1{font-size:1.7em}.background-cfc1,.sort_9f8c,h1,h2{line-height:1.3}.sort_9f8c,h2{font-size:1.6em}.element-simple-42a9,h3{font-size:1.25em}.tiny-37d4,h4{font-size:1.125em}.caption_e888,h5{font-size:1em}.article_short_fc92,h6{font-size:.85em;opacity:.8}h1.message-9eeb.lite_d8de{margin-bottom:30px}@media(max-width:549px){h1{font-size:1.4em}h2{font-size:1.2em}h3{font-size:1em}}h6 span{font-weight:400;font-weight:500}h3 label{display:inline-block;margin-right:10px}p{margin-top:0}h1>span,h2>span,h3>span,h4>span,h5>span,h6>span,p.hero-823a>span{-webkit-box-decoration-break:clone;box-decoration-break:clone}a.stale-4e9a,p.stale-4e9a{font-size:1.3em}.nav_steel_56c6,h6,span.down_d0f8,th{letter-spacing:.05em;line-height:1.05;text-transform:uppercase}.section-17af{text-transform:none!important}span.down_d0f8{font-size:1em;font-weight:600}.card_upper_e6ba{font-weight:400}.caption_a2b5{font-weight:700}.active-fa39,.status-b0e9{font-weight:300!important}.active-fa39 strong,.status-b0e9 strong{font-weight:700!important}.title_active_71db{font-style:italic!important}.fast-134e,.nav_steel_56c6{line-height:1.2;text-transform:uppercase}.inner-7cd2,.component-lite-43f2{font-family:Georgia}.summary-wood-4078{font-size:2.5em}.slider-edf0{font-size:2em}.title-80c5{font-size:1.5em}.pattern-6fce{font-size:1.3em}.table_up_4eab{font-size:1.15em}.preview_purple_0bc5,.preview_purple_0bc5.paper-2b42{font-size:.8em}.left_68a4{font-size:.75em}.simple_953c{font-size:.7em}.frame-00b4{font-size:.6em}@media(max-width:549px){.slider-edf0{font-size:2.5em}.title-80c5{font-size:1.8em}.pattern-6fce{font-size:1.2em}.table_up_4eab{font-size:1em}}.progress-f030 a:not(.paper-2b42),.progress-f030 h1,.progress-f030 h2,.progress-f030 h3,.progress-f030 h4,.progress-f030 h5,.progress-f030 h6{line-height:1.3;margin-bottom:.1em;margin-top:.1em}.progress-f030 p{margin-bottom:.1em;margin-top:.1em}.progress-f030 .paper-2b42{margin-top:1em}.inner_f74d .paper-2b42{margin-bottom:.5em;margin-top:.5em}.inner_f74d .avatar_94cc,.inner_f74d .item-short-61b0 .avatar_94cc{margin-bottom:1em;margin-top:1em}.inner_f74d h1{font-size:3.5em}.inner_f74d h2{font-size:2.9em}.inner_f74d h3{font-size:2em}.inner_f74d h1,.inner_f74d h2,.inner_f74d h3{font-weight:400;line-height:1;margin-bottom:.2em;margin-top:.2em;padding:0}.inner_f74d h4{font-size:1.5em;margin-bottom:.6em;margin-top:.6em;padding:0}.inner_f74d h5,.inner_f74d h6,.inner_f74d p{margin-bottom:1em;margin-top:1em;padding:0}.primary-orange-b7a5{line-height:1.4em}[data-line-height=xs]{line-height:.85!important}[data-line-height=s]{line-height:1!important}[data-line-height=m]{line-height:1.2!important}[data-line-height=l]{line-height:1.4!important}[data-line-height=xl]{line-height:1.6!important}.blue-08a9>li>a{font-size:.8em}.blue-08a9>li.notice-static-ca9a{font-size:.85em}.container-3225>li>a{font-size:.65em}.tabs-30b7>li>a{font-size:.7em}.search-527d>li>a{font-size:.9em}.narrow_b2bc>li>a{font-size:1em}.mini_5954>li>a{font-size:1.1em}.table_glass_b196>li{margin:0}.middle_7c8b>li{margin:0 5px}.first_633f>li{margin:0 9px}.item_hot_3b14>li{margin:0 11px}.title-f529>li{margin:0 13px}.accent-tiny-e5c8{position:relative}.accent-tiny-e5c8:after{background:url(../img/underline.overlay-9bfc) 50% top no-repeat;background-size:100% 9px;border-radius:999px;color:green;content:"";height:9px;image-rendering:-webkit-optimize-contrast;left:0;position:absolute;right:0;top:100%}span.active_c438{opacity:0;transition:opacity 2s}span.active_c438.fn-active-e401{opacity:1}[data-text-color=primary]{color:#446084!important}[data-text-color=secondary]{color:#d26e4b!important}[data-text-color=alert]{color:#b20000!important}[data-text-color=success]{color:#7a9c59!important}[data-text-bg=primary]{background-color:#446084}[data-text-bg=secondary]{background-color:#d26e4b}[data-text-bg=alert]{background-color:#b20000}[data-text-bg=success]{background-color:#7a9c59}.prev_6ded,.complex-1bc7,.modal_bca0{border:2px solid #fff;display:inline-block;padding:5px}.prev_6ded{border-color:#000}h1.prev_6ded,h1.complex-1bc7,h1.modal_bca0{padding:15px}.iron-556a,.main-60ff{border-bottom:3px solid #fff;border-top:3px solid #fff;display:inline-block;padding-bottom:15px;padding-top:15px}.iron-556a{border-color:#000}blockquote{border-left:2px solid #446084;color:#333;font-size:1.2em;font-style:italic;margin:0 0 1.25em;padding:0 1.25em 0 1.875em;position:relative}.component-8bd3 blockquote{color:#fff}.right-1791:after,.nav-fast-814c:after,.module_paper_3b3c:after,.easy_a87e:after{clear:both;content:"";display:table}@media(max-width:549px){.in_00d0,[data-show=hide-for-small]{display:none!important}.backdrop-simple-1f79{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:550px){.frame_d28e,[data-show=show-for-small]{display:none!important}}@media(min-width:850px){.gallery_white_ea58,[data-show=show-for-medium]{display:none!important}}@media(max-width:849px){.narrow_f059,[data-show=hide-for-medium]{display:none!important}.component-paper-a60e .item_dark_007d,.component-paper-a60e .layout-31d4{float:none}.component-paper-a60e .layout_3267{margin-left:auto}.component-paper-a60e .up_b09c{margin-right:auto}.component-paper-a60e{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:850px){.aside_hard_211c,[data-show=hide-for-large]{display:none!important}}.left-9e8c,.tertiary-complex-e445{display:block;max-width:100%!important;padding-left:0!important;padding-right:0!important;width:100%!important}.layout-31d4{margin-right:0!important}.item_dark_007d{margin-left:0!important}.lite_d8de{margin-bottom:30px}.large_6319{margin-top:30px}.up_b09c{margin-right:30px}.layout_3267{margin-left:30px}.title_gold_ed87{margin-bottom:0!important}.article_up_5e5f{margin-left:0!important}.surface_dd9f{margin-right:0!important}.block_d5aa{margin-top:0!important}.tabs-2fbf{margin-bottom:15px}.glass_1de0{margin-top:15px}.filter_right_0316{margin-right:15px}.status_mini_ac76{margin-left:15px}.tabs-2fbf:last-child,.lite_d8de:last-child{margin-bottom:0}.texture-086c{padding-bottom:30px}.widget_mini_11d3{padding-top:30px}.active-844d{padding-bottom:15px}.brown_b10d{padding-top:15px}.dropdown_east_9b48{padding-bottom:0!important}.gradient_f564{padding-top:0!important}.footer-outer-b346{margin:0!important}.focus_50d4{padding:0!important}.bottom-6528{padding:30px}.glass_ab0c :first-child{margin-top:0}.active-6753 :last-child{margin-bottom:0}.element-9b13{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.silver-7909{text-align:left}.item-short-61b0{text-align:center}.full_0567{text-align:right}.item-short-61b0 .avatar_94cc,.item-short-61b0 .sort-paper-993a,.item-short-61b0 .slider_old_6cfe,.item-short-61b0>div,.item-short-61b0>div>div{margin-left:auto;margin-right:auto}.item-short-61b0 .item_dark_007d,.item-short-61b0 .layout-31d4{float:none}.silver-7909 .avatar_94cc,.silver-7909 .sort-paper-993a,.silver-7909 .slider_old_6cfe{margin-left:0;margin-right:auto}.full_0567 .avatar_94cc,.full_0567 .sort-paper-993a,.full_0567 .slider_old_6cfe,.full_0567>div,.full_0567>div>div{margin-left:auto;margin-right:0}.fn-relative-e401{position:relative!important}.fn-absolute-e401{position:absolute!important}.fn-fixed-e401{position:fixed!important;z-index:12}.fn-top-e401{top:0}.fn-right-e401{right:0}.fn-left-e401{left:0}.fn-bottom-e401,.row-e097{bottom:0}.row-e097{height:100%;left:0;margin:0!important;padding:0!important;position:absolute;right:0;top:0}.next_3d90{bottom:auto;top:50%;transform:translateY(-50%)}.overlay_paper_5142{left:50%;transform:translateX(-50%)}.overlay_paper_5142.next_3d90{bottom:auto!important;left:auto!important;right:50%;top:50%;transform:translate(50%,-50%)}.layout-31d4{float:right}.item_dark_007d{float:left}.description-28f7{height:100%;height:100vh;min-height:550px;padding-bottom:0!important;padding-top:0!important}.bright_9d8c{background-position:50% 50%;background-repeat:no-repeat!important;background-size:cover!important}.small_db74{background-position:top;-o-object-position:top;object-position:top}.aside-1748,.aside-1748 img{border-radius:999px!important;-o-object-fit:cover;object-fit:cover}.link-f2f4{border-radius:5px}.alert_1d45{border:2px solid #446084;padding:15px 30px 30px}.popup_large_5376{border-style:dashed}.input-dim-3e51{border-color:#7a9c59}.grid-2d8e{border-top:1px solid #ececec}.tertiary_purple_61ee{border-bottom:1px solid #ececec}.brown-5ff9{border-left:1px solid #ececec}.active_simple_5d51{border-right:1px solid #ececec}.fn-hidden-e401{display:none!important;visibility:hidden!important}.light-a01e{opacity:0;visibility:hidden}.new-e80a{z-index:21}.photo_hot_bfca{z-index:22}.progress-ff71{z-index:23}.description-3155{z-index:24}.detail_out_29f0{z-index:25}.component-f674{z-index:9995}.old_cd24{z-index:9996}.light_8f44{z-index:9997}.preview-0f58{pointer-events:none}.outer_182c{white-space:nowrap}.media-8409{color:#446084}.simple_0e0b{color:#d26e4b}.button_tiny_f318{color:#7a9c59}.accordion-0faf{color:#b20000}.column-tall-b7e4{background-color:#446084}.up-5798{background-color:#d26e4b}.component-gold-3460{background-color:#7a9c59}.message_d841{background-color:#b20000}.frame-hard-02f9{background-color:transparent!important}.cool_a489{display:inline}.article_4cea{display:block}.caption-inner-506f{display:flex}@media(max-width:549px){.green-a716{display:block}}.primary-west-11b5{display:inline-block}.block_f6db img,img.cool_a489{display:inline-block!important}.right_417d{background-color:rgba(0,0,0,.02);box-shadow:1px 1px 3px 0 rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.07),inset 0 0 0 1px rgba(0,0,0,.05);padding:30px}.picture-fresh-f29e{overflow:hidden}.feature_brown_9566{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backdrop_out_585b{font-weight:700}.caption-fixed-8d8e{opacity:.4}.content-focused-4d08{opacity:.5}.lite_3c8d{opacity:.6}.outline-930c{opacity:.7}.widget-iron-130a{opacity:.8}@media(max-width:549px){.overlay-85d5{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:none}}.gas-9450{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.gas-9450::-webkit-scrollbar{height:0!important;width:0!important}.next_3dbb{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.next_3dbb:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media screen and (max-width:549px){.active_smooth_12ab{left:5%}.video_next_d52f{left:15%}.gas-6d29{left:25%}.carousel_f661{left:35%}.plasma_74e4{left:45%}.input_inner_6f64{right:45%}.huge-2b00{right:35%}.frame-lite-92f7{right:25%}.logo_0bc2{right:15%}.upper-3d7d{right:5%}.black-63a2{left:0}.thumbnail-bottom-7c50{left:10%}.photo_hovered_aa6a{left:20%}.highlight_plasma_e921{left:30%}.popup_521f{left:40%}.shade_large_f243{right:40%}.container_dynamic_de15{right:30%}.liquid_c90a{right:20%}.black_75bd{right:10%}.footer_2fac{right:0}.complex-41c4{top:0}.notice_bronze_2f8d{top:10%}.detail-inner-57b5{top:20%}.hero_8533{top:30%}.image_last_4ff7{top:40%}.modal_3050{bottom:40%}.stone-b823{bottom:30%}.item-thick-8aab{bottom:20%}.texture_6bdd{bottom:10%}.search-steel-512f{bottom:0}.hero_left_8eff{top:5%}.label-red-3ea5{top:15%}.first_1e72{top:25%}.description_tiny_d348{top:35%}.mask-hard-559b{top:45%}.soft-c373{bottom:45%}.short_c1d5{bottom:35%}.left_546a{bottom:25%}.middle_5935{bottom:15%}.simple_c67c{bottom:5%}.layout_23ca{left:50%;transform:translateX(-50%)}.warm_b93a{top:50.3%;transform:translateY(-50%)}.warm_b93a.layout_23ca{transform:translate(-50%,-50%)}}@media screen and (min-width:550px)and (max-width:849px){.sort-tall-55f4{left:5%}.silver_9d75{left:15%}.dynamic-d822{left:25%}.secondary_7b3b{left:35%}.sidebar-c009{left:45%}.footer-ac1c{right:45%}.disabled-top-e05e{right:35%}.hidden-hovered-e2af{right:25%}.overlay_6ed2{right:15%}.hover_f583{right:5%}.texture-steel-8e53{top:5%}.menu_f0a3{top:15%}.card_middle_8a68{top:25%}.pro_a61a{top:35%}.up-f2c3{top:45%}.under-08d7{bottom:45%}.nav-8b9b{bottom:35%}.modal_glass_6809{bottom:25%}.right_82ed{bottom:15%}.yellow_6201{bottom:5%}.chip_active_8484{left:0}.form_2506{left:10%}.lower_5422{left:20%}.slider-0427{left:30%}.input-center-8ea2{left:40%}.last_56ce{right:40%}.label-d869{right:30%}.article-5185{right:20%}.container_iron_7151{right:10%}.progress_paper_6571{right:0}.overlay_inner_1c2d{top:0}.component-4062{top:10%}.description-liquid-7564{top:20%}.hidden-pro-798a{top:30%}.static_1d40{top:40%}.sort_1bb9{bottom:40%}.photo-action-df99{bottom:30%}.inner-52b0{bottom:20%}.dark-2b05{bottom:10%}.overlay_complex_4fbc{bottom:0}.item-purple-556a{left:50%;transform:translateX(-50%)!important}.chip-cbca{top:50%;transform:translateY(-50%)!important}.item-purple-556a.chip-cbca{transform:translate(-50%,-50%)!important}}@media screen and (min-width:850px){.brown_a11b{left:5%}.table_large_a4fe{left:15%}.secondary-basic-8273{left:25%}.heading-last-16d2{left:35%}.frame_active_d3cc{left:45%}.aside_in_3c24{right:45%}.orange-baa3{right:35%}.stone-5af2{right:25%}.white-8581{right:15%}.pro-1cd4{right:5%}.hero-0990{top:5%}.video-hot-3270{top:15%}.narrow_015d{top:25%}.plasma_5e51{top:35%}.highlight_60e0{top:45%}.pagination_ca7b{bottom:45%}.detail-4531{bottom:35%}.wrapper_slow_8f56{bottom:25%}.image-db77{bottom:15%}.avatar-c86f{bottom:5%}.paper-d1fb{left:0}.content_d066{left:10%}.slider_in_c509{left:20%}.carousel-723d{left:30%}.border-brown-7363{left:40%}.new_f202{right:40%}.icon-3d82{right:30%}.container_cold_06f5{right:20%}.paragraph_over_4df0{right:10%}.silver-f9d2{right:0}.border-green-689f{top:0}.layout-b9d6{top:10%}.outline-current-d561{top:20%}.feature_5138{top:30%}.link-1c59{top:40%}.pro-39bf{bottom:40%}.medium-80fc{bottom:30%}.info-blue-d65d{bottom:20%}.overlay-huge-ba51{bottom:10%}.copper-fb3c{bottom:0}.hovered-8b50{left:50%;transform:translateX(-50%)!important}.slider_soft_6602{top:50%;transform:translateY(-50%)!important}.hovered-8b50.slider_soft_6602{transform:translate(-50%,-50%)!important}}.shade_prev_351a{font-size:11px}.focus_in_dfda .shade_prev_351a,.east-5616 .shade_prev_351a,.blue-2fa7 .shade_prev_351a,.purple_b306 .shade_prev_351a{font-size:8px}.focus_in_dfda .shade_prev_351a h6,.east-5616 .shade_prev_351a h6,.blue-2fa7 .shade_prev_351a h6{font-size:10px}.focus_in_dfda .shade_prev_351a p.stale-4e9a,.east-5616 .shade_prev_351a p.stale-4e9a,.blue-2fa7 .shade_prev_351a p.stale-4e9a{font-size:16px}.slider_a8df .shade_prev_351a{font-size:8.5px}.backdrop-left-ef67 .shade_prev_351a{font-size:9px}.detail_slow_9e1f .shade_prev_351a{font-size:10px}.form-64e5 .shade_prev_351a{font-size:11px}.tiny-6d1e .shade_prev_351a{font-size:12px}.card-bronze-0641 .shade_prev_351a{font-size:13px}.form_gold_9c6e .shade_prev_351a{font-size:14px}.element-51d9 .shade_prev_351a{font-size:15px}@media screen and (min-width:550px){.card_in_4a37 .shade_prev_351a,.list_b258 .shade_prev_351a,.nav_b281 .shade_prev_351a,.form-clean-1191 .shade_prev_351a,.layout-lower-7d52 .shade_prev_351a,.feature_white_5901 .shade_prev_351a,.warm_35f1 .shade_prev_351a{font-size:.8vw}.hard-4455 .shade_prev_351a{font-size:.9vw}.wood-f9c4 .shade_prev_351a{font-size:1.15vw}.item-fluid-2f70 .shade_prev_351a{font-size:1.3vw}.bottom-7693 .shade_prev_351a{font-size:1.5vw}.shade_prev_351a{font-size:1.8vw}}@media screen and (min-width:850px){.shade_prev_351a{font-size:16px}.list_solid_f0ce .shade_prev_351a,.hero-static-77fe .shade_prev_351a,.pagination_8c61 .shade_prev_351a,.purple_b306 .shade_prev_351a{font-size:8px}.list_solid_f0ce .shade_prev_351a h6,.hero-static-77fe .shade_prev_351a h6,.pagination_8c61 .shade_prev_351a h6{font-size:10px}.list_solid_f0ce .shade_prev_351a p.stale-4e9a,.hero-static-77fe .shade_prev_351a p.stale-4e9a,.pagination_8c61 .shade_prev_351a p.stale-4e9a{font-size:16px}.button-over-4e77 .shade_prev_351a{font-size:8.5px}.status_c04e .shade_prev_351a{font-size:9px}.sidebar-ca5b .shade_prev_351a{font-size:10px}.feature_static_e4df .shade_prev_351a{font-size:11px}.photo_110c .shade_prev_351a{font-size:12px}.gold-faaf .shade_prev_351a{font-size:13px}.dropdown_0908 .shade_prev_351a{font-size:14px}.new-398f .shade_prev_351a{font-size:15px}}@media(prefers-reduced-motion:no-preference){.status-motion-a1eb [data-animate],[data-animate]{animation-fill-mode:forwards;-webkit-backface-visibility:hidden;opacity:0!important;transition:filter 1.3s,transform 1.6s,opacity .7s ease-in;will-change:filter,transform,opacity}.status-motion-a1eb [data-animate]:not([data-animate-transform]),[data-animate]:not([data-animate-transform]){transform:none!important}.status-motion-a1eb [data-animate]:not([data-animate-transition]),[data-animate]:not([data-animate-transition]){transition:none!important}.status-motion-a1eb [data-animate=bounceInDown],.status-motion-a1eb [data-animate=bounceInLeft],.status-motion-a1eb [data-animate=bounceInRight],.status-motion-a1eb [data-animate=bounceInUp],[data-animate=bounceInDown],[data-animate=bounceInLeft],[data-animate=bounceInRight],[data-animate=bounceInUp]{transition:transform .8s cubic-bezier(0,.195,0,1.465),opacity .5s ease-in}.status-motion-a1eb [data-animate=bounceInLeft],[data-animate=bounceInLeft]{transform:translate3d(-300px,0,0)}.status-motion-a1eb [data-animate=blurIn],[data-animate=blurIn]{filter:blur(15px)}.status-motion-a1eb [data-animate=fadeInLeft],[data-animate=fadeInLeft]{transform:translate3d(-70px,0,0)}.status-motion-a1eb [data-animate=fadeInRight],[data-animate=fadeInRight]{transform:translate3d(70px,0,0)}.status-motion-a1eb [data-animate=bounceInUp],.status-motion-a1eb [data-animate=fadeInUp],[data-animate=bounceInUp],[data-animate=fadeInUp]{transform:translate3d(0,70px,0)}.status-motion-a1eb [data-animate=bounceInRight],[data-animate=bounceInRight]{transform:translate3d(300px,0,0)}.status-motion-a1eb [data-animate=bounceIn],[data-animate=bounceIn]{transform:scale(1.3)}.status-motion-a1eb [data-animate=bounceInDown],.status-motion-a1eb [data-animate=fadeInDown],[data-animate=bounceInDown],[data-animate=fadeInDown]{transform:translate3d(0,-70px,0)}.status-motion-a1eb [data-animate=flipInY],[data-animate=flipInY]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateY(-90deg) translate3d(15px,0,0)}.status-motion-a1eb [data-animate=flipInX],[data-animate=flipInX]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateX(90deg) translate3d(0,-15px,0)}.photo_narrow_a32a.status-motion-a1eb [data-animated=true],.status-motion-a1eb .tabs_prev_5cad [data-animated=true],[data-animated=true]{animation-delay:.1s;opacity:1!important;transform:translateZ(0) scale(1)}.fixed-8cca>:not(.tabs_prev_5cad) [data-animated=true]{transition:transform .7s,opacity .3s!important}.status-motion-a1eb [data-animate=none],[data-animate=none]{opacity:1!important}.status-motion-a1eb [data-animate=blurIn][data-animated=true],[data-animated=true][data-animate=blurIn]{filter:blur(0)}[data-animated=false]{transition:none!important}.complex-b4a5 [data-animate],[data-animate]:hover{transition-delay:0s!important}[data-animate-delay="100"]{transition-delay:.1s}.summary-5615>li{opacity:0;transform:translateY(-15px);transition:transform .3s,opacity .3s}.fn-active-e401 .summary-5615>li,.search-up-5337 .summary-5615>li,.summary-5615.fn-active-e401>li{opacity:1;transform:none}.table-fa2b+.table-fa2b [data-animate],.summary-5615>li,[data-animate-delay="200"],[data-animate]+[data-animate]{transition-delay:.2s}.summary-5615>li+li,[data-animate-delay="300"]{transition-delay:.3s}.table-fa2b+.table-fa2b+.table-fa2b [data-animate],.summary-5615>li+li+li,[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate]{transition-delay:.4s}.summary-5615>li+li+li+li,[data-animate-delay="500"]{transition-delay:.5s}.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b [data-animate],.summary-5615>li+li+li+li+li,[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.6s}.summary-5615>li+li+li+li+li+li,[data-animate-delay="700"]{transition-delay:.7s}.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b [data-animate],.summary-5615>li+li+li+li+li+li+li,[data-animate-delay="800"],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.8s}.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b [data-animate],.summary-5615>li+li+li+li+li+li+li+li,[data-animate-delay="900"]{transition-delay:.9s}.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b+.table-fa2b [data-animate],.summary-5615>li+li+li+li+li+li+li+li+li,[data-animate-delay="1000"]{transition-delay:1s}.large_f01d .fixed-8cca>:not(.tabs_prev_5cad) [data-animate]{opacity:0!important;transition:none!important}}@keyframes stuckMoveDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes stuckMoveUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes stuckFadeIn{0%{opacity:0}to{opacity:1}}.logo-bottom-7833{border:1px solid #ececec;border-radius:0;bottom:0;left:0;margin:0;pointer-events:none;position:absolute;right:0;top:0}.hot-0c0e{border-style:dashed}.fresh-fb84{border-style:dotted}.complex-b4a5 .under_fb29:not(.popup_down_96dd):not(.out-89b8),.complex-b4a5.under_fb29:not(.popup_down_96dd):not(.out-89b8){background-color:#fff}.component-8bd3 .complex-b4a5 .under_fb29:not(.popup_down_96dd):not(.out-89b8),.component-8bd3 .complex-b4a5.under_fb29:not(.popup_down_96dd):not(.out-89b8){background-color:#333}.texture-0b7f,.backdrop-9483,.carousel_fd15,.wood_193f,.gallery_a394,.short-6bf6,.modal_2ee3,.easy-ff6d,.container-left-47f1,.surface_full_2df7,.aside_fluid_37a4 .dim_a5ef,.background-9987 .dim_a5ef,.last-47d3 .dim_a5ef,.carousel_wood_aeef .dim_a5ef,.next-d40d .dim_a5ef,.popup-over-8b6c .dim_a5ef,.block-paper-7e2a .dim_a5ef,.full-212c .dim_a5ef,.upper-395d .dim_a5ef,.fixed_e7d6 .dim_a5ef{transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s}.texture-0b7f,.backdrop-9483:hover,.aside_fluid_37a4 .dim_a5ef,.background-9987 .dim_a5ef:hover{box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.footer_d96f,.carousel_fd15,.wood_193f:hover,.last-47d3 .dim_a5ef,.carousel_wood_aeef .dim_a5ef:hover{box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.gallery_a394,.short-6bf6:hover,.next-d40d .dim_a5ef,.popup-over-8b6c .dim_a5ef:hover{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)}.modal_2ee3,.easy-ff6d:hover,.block-paper-7e2a .dim_a5ef,.full-212c .dim_a5ef:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1)}.container-left-47f1,.surface_full_2df7:hover,.upper-395d .dim_a5ef,.fixed_e7d6 .dim_a5ef:hover{box-shadow:0 30px 40px 0 rgba(0,0,0,.2)}.easy-ff6d:hover,.surface_full_2df7:hover,.full-212c .dim_a5ef:hover,.fixed_e7d6 .dim_a5ef:hover{transform:translateY(-6px)}.soft-467d,.hard_b618{text-shadow:1px 1px 1px rgba(0,0,0,.3)}.active-d6d9{text-shadow:2px 2px 5px rgba(0,0,0,.4)}.image-new-d9e9{text-shadow:3px 3px 8px rgba(0,0,0,.4)}.carousel-tall-cf02{text-shadow:3px 3px 12px rgba(0,0,0,.5)}.block-selected-5fd6{text-shadow:5px 5px 16px rgba(0,0,0,.6)}a.action-86eb{background-color:#000;border-radius:99px;color:#fff;display:block;font-weight:bolder;height:1.5em;line-height:1.5em;opacity:.8;padding:0;text-align:center;transition:all .3s;width:1.5em}a.action-86eb i{font-size:.8em}a.action-86eb:hover{background-color:#fff!important;color:#000!important;opacity:1}.tertiary_simple_2ed4 .prev-6b4f,.tertiary_simple_2ed4 [class*=image-] img{transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s}.tertiary_simple_2ed4 .notice-iron-5d3f img{transition:unset}.slider_action_e847 .prev-6b4f,.pro-8712:hover .prev-6b4f,.tertiary_simple_2ed4 .popup_selected_fc3e img,.tertiary_simple_2ed4:hover .outline_f2a6 img{filter:grayscale(100%)}.slider_action_e847:hover .prev-6b4f,.tertiary_simple_2ed4:hover .popup_selected_fc3e img{filter:grayscale(0)}.over-fdc1:hover .prev-6b4f,.tertiary_simple_2ed4:hover .footer-top-0886 img{transform:scale(1.1)}.nav_98fb .prev-6b4f,.tertiary_simple_2ed4 .module_ed3b img{transition:transform 5s!important}.nav_98fb .prev-6b4f,.tertiary_simple_2ed4:hover .module_ed3b img{transform:scale(1.3)}.black-388a:hover .prev-6b4f,.tertiary_simple_2ed4:hover .video-orange-7628 img{opacity:.7;transform:scale(1.1)}.old_2077:hover .prev-6b4f,.tertiary_simple_2ed4:hover .shadow_easy_5895 img{filter:brightness(1.1)}.block-be4a:hover .prev-6b4f,.tertiary_simple_2ed4:hover .slow_fc3d img{opacity:.7}.tertiary_simple_2ed4:hover .hard_a232 img,.hard_a232:hover .prev-6b4f{opacity:.6}.article-dc0c .prev-6b4f,.focused_4b34 img{opacity:.7}.article-dc0c:hover .prev-6b4f,.tertiary_simple_2ed4:hover .focused_4b34 img{opacity:1}.south_dbec:hover .prev-6b4f,.tertiary_simple_2ed4:hover .hovered_de11 img{filter:blur(5px)}.frame_first_745a:not(:hover) .silver_dfbc,.form-92e6:hover .silver_dfbc,.tertiary_simple_2ed4:hover .aside_brown_d154 .silver_dfbc,.tertiary_simple_2ed4:not(:hover) .input-hard-ea6f .silver_dfbc{opacity:0}.status-pro-868d:not(:hover) .silver_dfbc,.image_south_323a:hover .silver_dfbc,.tertiary_simple_2ed4:hover .east-4300 .silver_dfbc,.tertiary_simple_2ed4:not(:hover) .sidebar-green-114c .silver_dfbc{opacity:.5}.header-ebf6{overflow:hidden;transform:translateZ(0)}.surface-6a7c{-webkit-clip-path:circle(50% at center);clip-path:circle(50% at center)}.icon_iron_8e32{-webkit-clip-path:polygon(0 30px,100% 0,100% 100%,0 100%);clip-path:polygon(0 30px,100% 0,100% 100%,0 100%)}.sort_a09e{-webkit-clip-path:polygon(0 0,100% 30px,100% 100%,0 100%);clip-path:polygon(0 0,100% 30px,100% 100%,0 100%)}.menu_east_1d04{-webkit-clip-path:polygon(0 0,calc(50% - 30px) 0,50% 30px,calc(50% + 30px) 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(50% - 30px) 0,50% 30px,calc(50% + 30px) 0,100% 0,100% 100%,0 100%)}.sidebar-14a4{-webkit-clip-path:polygon(0 60px,100% 0,100% 100%,0 100%);clip-path:polygon(0 60px,100% 0,100% 100%,0 100%)}.article-lite-7e0c{-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 60px),0 100%)}.backdrop-silver-3467{-webkit-clip-path:polygon(0 0,calc(50% - 60px) 0,50% 60px,calc(50% + 60px) 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(50% - 60px) 0,50% 60px,calc(50% + 60px) 0,100% 0,100% 100%,0 100%)}.icon_iron_8e32,.sort_a09e,.menu_east_1d04{margin-top:-30px}.sidebar-14a4,.article-lite-7e0c,.backdrop-silver-3467{margin-top:-60px}[data-parallax-container]{overflow:hidden}@media(prefers-reduced-motion:no-preference){[data-parallax]{will-change:transform!important}[data-parallax]:not(.pagination-c5b0),[data-parallax]:not(.pagination-c5b0) .prev-6b4f{opacity:0}}.slider-3c77{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.2);background:linear-gradient(0deg,#323232 0,rgba(50,50,50,0) 33%);bottom:0;content:" ";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s}.blue_8186{background:rgba(0,0,0,.2);background:linear-gradient(180deg,#000 0,transparent 70%);opacity:.4}.under_fb29:hover .slider-3c77{opacity:.5}.out-89b8:not(.component-8bd3) .slider-3c77{background:hsla(0,0%,100%,.2);background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 33%);opacity:.8}.medium-e5d8,.dark-f6d3,.hero_d787,.border_stale_72a4,.focus-fast-0673{filter:blur(0);opacity:0;pointer-events:none;transition:opacity .5s,transform .3s,max-height .6s,filter .6s}.medium-e5d8{transform:translateY(15%) translateZ(0)}.dark-f6d3{transform:translateY(100%) translateZ(0)}.backdrop-soft-8fb0 .progress-f030.medium-e5d8{transform:translateY(-40%) translateZ(0)}.white-1157{opacity:0;transition:opacity .3s}.tertiary_simple_2ed4:hover .white-1157{opacity:1}.video_34ab{transition:opacity .3s}.tertiary_simple_2ed4:hover .video_34ab{opacity:0}.notification_b78a{filter:invert(0);opacity:1!important}.tertiary_simple_2ed4:hover .notification_b78a{filter:invert(100%)}.hard_3979{max-height:0;opacity:0;transform:translateY(15%) translateZ(0);transition:all .6s}.tertiary_simple_2ed4:hover .hard_3979{max-height:150px;opacity:1}.tertiary_simple_2ed4:hover .hard_3979.module-1b0a{max-height:30px}.action_3143{filter:blur(10px);opacity:0;transition:filter .3s,opacity .3s}.tertiary_simple_2ed4:hover .action_3143{filter:blur(0)!important;opacity:1}.hero_d787{transform:scale(1.1) translateZ(0)}.backdrop-soft-8fb0 .progress-f030.hero_d787{transform:scale(1.1) translateZ(0) translateY(-50%)}.border_stale_72a4{transform:scale(.9) translateZ(0)}.backdrop-soft-8fb0 .progress-f030.border_stale_72a4{transform:scale(.9) translateZ(0) translateY(-50%)}.hidden_medium_18a4{opacity:1!important;transform:scale(1) translateZ(0) translateY(10px)!important;transition:transform .3s}.tertiary_simple_2ed4:hover .hidden_medium_18a4{transform:scale(1) translateZ(0) translateY(0)!important}.backdrop-soft-8fb0 .hidden_medium_18a4{transform:scale(1) translateZ(0) translateY(-40%)!important}.backdrop-soft-8fb0:hover .progress-f030.hidden_medium_18a4{transform:scale(1) translateZ(0) translateY(-50%)!important}.tertiary_simple_2ed4:hover img.focus-fast-0673{opacity:1}.tertiary_simple_2ed4 .nav-down-9d96:focus-within .focus-fast-0673,.tertiary_simple_2ed4:hover .medium-e5d8,.tertiary_simple_2ed4:hover .dark-f6d3,.tertiary_simple_2ed4:hover .hero_d787,.tertiary_simple_2ed4:hover .border_stale_72a4,.tertiary_simple_2ed4:hover .focus-fast-0673{opacity:1;pointer-events:inherit;transform:scale(1) translateZ(0) translateY(0)!important}.backdrop-soft-8fb0:hover .focus-fast-0673.progress-f030,.tertiary_simple_2ed4:hover .focus-fast-0673.fn-center-e401{transform:scale(1) translateZ(0) translateY(-50%)!important}@media(prefers-reduced-motion){.backdrop-soft-8fb0 .progress-f030.medium-e5d8,.backdrop-soft-8fb0:hover .focus-fast-0673.progress-f030,.tertiary_simple_2ed4:hover .hidden_medium_18a4,.tertiary_simple_2ed4:hover .medium-e5d8,.tertiary_simple_2ed4:hover .dark-f6d3,.tertiary_simple_2ed4:hover .hero_d787,.tertiary_simple_2ed4:hover .border_stale_72a4,.tertiary_simple_2ed4:hover .focus-fast-0673,.tertiary_simple_2ed4:hover .focus-fast-0673.fn-center-e401,.hidden_medium_18a4,.hard_3979,.medium-e5d8,.dark-f6d3,.hero_d787,.border_stale_72a4{transform:translateZ(0)}}.status-motion-a1eb .liquid_8d7f{background-color:transparent!important;overflow:hidden}.status-motion-a1eb .liquid_8d7f .prev-6b4f{opacity:0;transition:opacity 1s}.last_44e3 .prev-6b4f,.pagination_8d34 .prev-6b4f{transform:scale(1)}.iron-fe7c .prev-6b4f,.current-3ef0 .prev-6b4f{transform:scale(1.2)}.liquid_8d7f.tabs_prev_5cad .prev-6b4f{opacity:1;transform:scale(1);transition:opacity 1s,transform 20s ease-out}.picture-under-7b91.tabs_prev_5cad .prev-6b4f{transition:opacity 3.5s}.bronze-ba51.tabs_prev_5cad .prev-6b4f{transition:opacity 1.5s}.pagination_8d34.tabs_prev_5cad .prev-6b4f,.last_44e3.tabs_prev_5cad .prev-6b4f{transform:scale(1.2)}.current-3ef0.tabs_prev_5cad .prev-6b4f{transition:opacity 1s,transform 5s ease-out}.article_171a{display:flex;pointer-events:none;position:absolute}.breadcrumb-huge-3ea8{flex:1 1 auto}.accordion-huge-ec6b{box-sizing:border-box;font-family:Arial,sans-serif;font-size:14px;line-height:16px;max-height:100%;max-width:100%;overflow:auto;padding:8px 10px}.soft-7950{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.container_f2fa{opacity:0;transition-property:opacity}.container_f2fa.summary_f96a{opacity:1}.lower-7d28.west-a7c9 .breadcrumb-huge-3ea8{background:#000;border:2px solid #000;border-radius:4px}.lower-7d28.west-a7c9.upper_b0ea .breadcrumb-huge-3ea8{margin-top:8px}.lower-7d28.west-a7c9.heading_3147 .breadcrumb-huge-3ea8{margin-right:8px}.lower-7d28.west-a7c9.iron-be66 .breadcrumb-huge-3ea8{margin-left:8px}.lower-7d28.west-a7c9.active-active-19bd .breadcrumb-huge-3ea8{margin-bottom:8px}.lower-7d28.west-a7c9 .accordion-huge-ec6b{color:#fff;padding:6px 8px}.lower-7d28.west-a7c9 .wrapper_slow_f16c{overflow:hidden;position:absolute}.lower-7d28.west-a7c9.upper_b0ea .wrapper_slow_f16c{height:8px;margin-left:-8px;top:0;width:16px}.lower-7d28.west-a7c9.heading_3147 .wrapper_slow_f16c{height:16px;margin-top:-8px;right:0;top:0;width:8px}.lower-7d28.west-a7c9.iron-be66 .wrapper_slow_f16c{height:16px;left:0;margin-top:-8px;top:0;width:8px}.lower-7d28.west-a7c9.active-active-19bd .wrapper_slow_f16c{bottom:0;height:8px;margin-left:-8px;width:16px}.lower-7d28.west-a7c9 .blue-8e55,.lower-7d28.west-a7c9 .notification-west-de4c{height:0;position:absolute;width:0}.lower-7d28.west-a7c9 .blue-8e55{border:8px solid transparent}.lower-7d28.west-a7c9.upper_b0ea .blue-8e55{border-bottom-color:#000;left:0;top:3px}.lower-7d28.west-a7c9.heading_3147 .blue-8e55{border-left-color:#000;left:-3px;top:0}.lower-7d28.west-a7c9.iron-be66 .blue-8e55{border-right-color:#000;left:3px;top:0}.lower-7d28.west-a7c9.active-active-19bd .blue-8e55{border-top-color:#000;left:0;top:-3px}.lower-7d28.west-a7c9 .notification-west-de4c{border:8px solid transparent;left:0;top:0}.lower-7d28.west-a7c9.upper_b0ea .notification-west-de4c{border-bottom-color:#000}.lower-7d28.west-a7c9.heading_3147 .notification-west-de4c{border-left-color:#000}.lower-7d28.west-a7c9.iron-be66 .notification-west-de4c{border-right-color:#000}.lower-7d28.west-a7c9.active-active-19bd .notification-west-de4c{border-top-color:#000}.lower-7d28.west-a7c9 .notification_c4d0{position:relative}.lower-7d28.west-a7c9.upper_b0ea .notification_c4d0{top:-8px}.lower-7d28.west-a7c9.iron-be66 .notification_c4d0{left:-8px}.component-8bd3,.component-8bd3 p,.component-8bd3 td{color:#f1f1f1}.component-8bd3 .list-purple-5616,.component-8bd3 a.stale-4e9a,.component-8bd3 h1,.component-8bd3 h2,.component-8bd3 h3,.component-8bd3 h4,.component-8bd3 h5,.component-8bd3 h6,.component-8bd3 label,.menu_selected_d3fd:hover a,.menu_selected_d3fd:hover h1,.menu_selected_d3fd:hover h2,.menu_selected_d3fd:hover h3,.menu_selected_d3fd:hover h4,.menu_selected_d3fd:hover h5,.menu_selected_d3fd:hover h6,.menu_selected_d3fd:hover p{color:#fff}.component-8bd3 .feature_rough_79cf .paragraph_full_4348,.component-8bd3 .secondary-east-b8ef,.component-8bd3 .small_27ea a+a{border-color:hsla(0,0%,100%,.2)}.component-8bd3 .modal-b6fb li li.active-c1d3>a,.component-8bd3 .plasma_620b>li>a,.component-8bd3 .modal-b6fb>li>ul li a,.component-8bd3 .blue-08a9>li.notice-static-ca9a,.component-8bd3 .blue-08a9>li>a,.input_first_f60e .picture_2518,.input_first_f60e .blue-08a9>li>a,.input_first_f60e .blue-08a9>li>button,.mask_wood_9ec7.component-8bd3 .label-lite-521d>li>a,.mask_wood_9ec7.component-8bd3>li>a{color:hsla(0,0%,100%,.8)}.component-8bd3 .plasma_620b>li>a:hover,.component-8bd3 .blue-08a9>li.fn-active-e401>a,.component-8bd3 .blue-08a9>li>a.fn-active-e401,.component-8bd3 .blue-08a9>li>a:hover,.input_first_f60e .blue-08a9>li.fn-active-e401>a,.input_first_f60e .blue-08a9>li.fn-current-e401>a,.input_first_f60e .blue-08a9>li>a.fn-active-e401,.input_first_f60e .blue-08a9>li>a:hover,.input_first_f60e a.media-c4e9:hover,.mask_wood_9ec7.component-8bd3 .label-lite-521d>li>a:hover,.mask_wood_9ec7.component-8bd3>li>a:hover{color:#fff}.component-8bd3.mask_wood_9ec7.heading_fast_d47f>li.image_b035,.component-8bd3.mask_wood_9ec7.white-7307>li.image_b035,.input_first_f60e .photo-huge-d8da:after,.input_first_f60e .feature-e48f>li+li>a:after,.input_first_f60e .blue-08a9>li.photo-huge-d8da,.mask_wood_9ec7.component-8bd3 .label-lite-521d>li>a,.mask_wood_9ec7.component-8bd3>li>a{border-color:hsla(0,0%,100%,.2)}.component-8bd3 .modal-b6fb li li.active-c1d3>a,.input_first_f60e .upper_a7ed,.input_first_f60e .modal-b6fb li li.active-c1d3>a,.input_first_f60e .blue-08a9>li.notice-static-ca9a{color:#fff}.hero_38b3 a:hover span.article_006a,.input_first_f60e span.article_006a{color:currentColor}:root{--flatsome-scroll-padding-top:calc(var(--flatsome--header--sticky-height, 0px) + var(--wp-admin--admin-bar--height, 0px))}html{overflow-x:hidden;scroll-padding-top:var(--flatsome-scroll-padding-top)}#main,#wrapper{background-color:#fff;position:relative}#main.component-8bd3{background-color:#333}.short-2b50{padding-bottom:30px;padding-top:30px}.sort_selected_a19a{padding-top:0}.secondary-0bf9{display:flow-root}@media(min-width:850px){.form_red_4577{position:sticky}.form_red_4577[data-sticky-mode]{transform:translateZ(0);will-change:transform}.form_red_4577:not([data-sticky-mode]){top:calc(var(--flatsome-scroll-padding-top) + 30px);transition:top .6s}}.article-solid-d3ec{background-color:rgba(0,0,0,.3);bottom:0;display:block;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;transition:visibility .3s,opacity .3s ease-in-out;visibility:hidden;width:100%;z-index:29}.panel_down_17c4,.down_4ba5{opacity:1;visibility:visible}.sidebar_simple_f5b0,.content_dim_c59d{background-position:50% 0;background-size:cover;position:relative;transition:background-color .3s,opacity .3s;width:100%;z-index:1001}.fast-29de{background-color:hsla(0,0%,100%,.9)}.container_top_004b,.huge_a059{align-items:center;display:flex;flex-wrap:no-wrap}.sidebar_simple_f5b0.nav-75f2,.sidebar_simple_f5b0.out_a94c,.sidebar_simple_f5b0.stone_8daa{position:absolute}.sidebar_simple_f5b0.out_a94c:not(.summary_bb11),.sidebar_simple_f5b0.stone_8daa:not(.summary_bb11){left:auto;right:auto}.sidebar_simple_f5b0.out_a94c .content_dim_c59d{opacity:0;transition:opacity .3s;visibility:hidden}.sidebar_simple_f5b0.out_a94c .content_dim_c59d.summary_bb11{opacity:1;visibility:visible}.sidebar_simple_f5b0.stone_8daa .fast-29de,.sidebar_simple_f5b0.stone_8daa .heading_easy_ee9e,.sidebar_simple_f5b0.stone_8daa .container_top_004b,.sidebar_simple_f5b0.stone_8daa .content_dim_c59d{background-color:transparent;background-image:none!important;box-shadow:none}.fast-29de,.heading_easy_ee9e{background-position:50% 0;transition:background .4s}.huge_a059{background-color:#446084;min-height:20px;position:relative;z-index:11}.notification_smooth_a7ee{position:relative;z-index:10}.container_top_004b{min-height:35px;position:relative;z-index:9}.filter_cd1e{border-top:1px solid;margin-bottom:-1px;opacity:.1}.input_first_f60e .filter_cd1e{display:none}.summary_bb11{left:0;margin:0 auto;position:fixed;right:0;top:0}.popup-71fc .summary_bb11{animation:stuckMoveDown .6s}.avatar_84f1 .summary_bb11{animation:stuckFadeIn .6s}.warm-9807 .summary_bb11 .notification_smooth_a7ee{transition:height .8s}.summary_bb11 .outline-1df5,.summary_bb11 .filter-9e65,.summary_bb11 .filter-9e65 img{margin-top:0;padding-top:0}.content_dim_c59d:not(.summary_bb11) .filter-9e65 img{transition:max-height .5s}.sidebar_simple_f5b0.out_a94c .sidebar-iron-a095,.summary_bb11 .sidebar-iron-a095{display:none}.in-ed49 .content_dim_c59d,.content_dim_c59d.summary_bb11,.easy_5a72 #wrapper{box-shadow:1px 1px 10px rgba(0,0,0,.15)}.blue-08a9>li.photo-huge-d8da{border-left:1px solid rgba(0,0,0,.1);height:30px;margin:0 7.5px;position:relative;vertical-align:middle}.input_first_f60e .blue-08a9>li.photo-huge-d8da{border-color:hsla(0,0%,100%,.1)}.sidebar_red_2674{min-height:15px;width:100%}.item-6a62 .module_paper_3b3c{max-width:100%!important}@media(max-width:849px){.notification_smooth_a7ee li.notice-static-ca9a.section-0bfa{display:none}}@media(prefers-reduced-motion){.popup-71fc .summary_bb11{animation-name:stuckFadeIn}}@media(max-width:549px){.bright-9980>li>a:not(.paper-2b42){line-height:5em}}.photo_4958{margin:0 0 30px}.black-9257 .photo_4958{margin-bottom:0}.hard_6f7a{padding:1.5em 0}.hard_6f7a.item-short-61b0{padding-left:1.5em;padding-right:1.5em}.breadcrumb-new-47e9{padding-top:0}.medium-399c{padding-bottom:0}.cold_96dd{padding-bottom:1.5em;padding-top:1.5em}.black-9257 .form-d6c5 .under_fb29{margin-bottom:1.5em}.form-d6c5{transition:opacity .3s,box-shadow .5s,transform .3s}.dropdown_outer_351d+#main .article_iron_82a3{padding-top:30px}.element_fresh_9258{opacity:.8;padding-top:7px}.form-d6c5.complex-b4a5{background-color:#fff}.form-d6c5.complex-b4a5 .clean_594b,.form-d6c5.complex-b4a5 .cold_96dd,.form-d6c5.complex-b4a5 .hard_6f7a,.form-d6c5.complex-b4a5 footer.frame_e5bc{padding-left:1.5em;padding-right:1.5em}.form-d6c5.complex-b4a5 .breadcrumb-new-47e9{padding-top:1.5em}.column-large-2087{padding:2em 0}.inner_f74d h2.message-9eeb{font-size:2em}.overlay_feb9.brown_24eb{top:7%}.breadcrumb-666a img{width:100%}.summary-green-144c{position:relative}@media(min-width:850px){.summary-green-144c{float:left;margin-right:2em;max-width:50%}.summary-green-144c+.cold_96dd{padding-top:0}}.photo_4958 .preview-1711 p:last-of-type{margin-bottom:0}footer.frame_e5bc{border-bottom:2px solid #ececec;border-top:1px solid #ececec;font-size:.8em;padding:.5em 0 .6em}li.container_small_ed59{padding:7px 0}li.container_small_ed59 a{display:inline!important}.in_476e .avatar_94cc{height:2px;margin-bottom:.5em;margin-top:.5em}.under-6d63{display:block}.info-upper-b52e{margin-top:1.5em}.photo_brown_180e:not(.input_dim_3f3e){display:none}@media(min-width:850px){.popup_glass_4ad8{display:inline;float:left;margin-right:1.5em}.easy-8d27{display:inline;float:right;margin-left:1.5em}.accordion-gas-26ef{clear:both;display:block;margin:0 auto}}.backdrop_dc67{margin-bottom:2em;max-width:100%}.backdrop_dc67 .notice-e53e{background:rgba(0,0,0,.05);font-size:.9em;font-style:italic;padding:.4em}.notice-e53e{text-align:center}img.gold-a274.orange_c385{margin-bottom:2em}.easy_a87e .cold_96dd .section_7325{padding:0}.selected_1e78{display:block}.easy_01b2 .middle-6500,.cold_96dd .middle-6500,.heading_05e4 .middle-6500{border:none;margin-bottom:0;margin-top:0;padding:0}.nav-fresh-f1d8{margin-bottom:1.5em}.nav-fresh-f1d8 ul{margin:0}.nav-fresh-f1d8 li{list-style:none}.background-lower-7b93 .nav-fresh-f1d8,.hidden-old-1da1 .nav-fresh-f1d8{background-color:#fff;border:1px solid #ddd;box-shadow:2px 2px 10px 0 rgba(0,0,0,.05);padding:15px 20px}.background-lower-7b93 .nav-fresh-f1d8 h3{background-color:#446084;color:#fff;margin-left:-21px;margin-top:-16px;padding:10px 20px;width:calc(100% + 42px)}.background-lower-7b93 h3+.avatar_94cc{display:none}.nav-fresh-f1d8>ul>li,ul.yellow-799c>li{list-style:none;margin:0;text-align:left}.nav-fresh-f1d8>ul>li li,ul.yellow-799c>li li{list-style:none}.nav-fresh-f1d8>ul>li>a,.nav-fresh-f1d8>ul>li>span:first-child,ul.yellow-799c>li>a,ul.yellow-799c>li>span:first-child{display:inline-block;flex:1;padding:6px 0}.nav-fresh-f1d8>ul>li:before,ul.yellow-799c>li:before{display:inline-block;font-family:fl-icons;margin-right:6px;opacity:.6}.nav-fresh-f1d8>ul>li li>a,ul.yellow-799c>li li>a{display:inline-block;font-size:.9em;padding:3px 0}.nav-fresh-f1d8>ul>li+li,ul.yellow-799c>li+li{border-top:1px solid #ececec}.component-8bd3 .nav-fresh-f1d8>ul>li+li,.component-8bd3 ul.yellow-799c>li+li{border-color:hsla(0,0%,100%,.08)}.nav-fresh-f1d8>ul>li ul,ul.yellow-799c>li ul{border-left:1px solid #ddd;display:none;margin:0 0 10px 3px;padding-left:15px;width:100%}.nav-fresh-f1d8>ul>li ul li,ul.yellow-799c>li ul li{border:0;margin:0}.component-8bd3 .nav-fresh-f1d8>ul>li ul,.component-8bd3 ul.yellow-799c>li ul{border-color:hsla(0,0%,100%,.08)}.component-8bd3 .nav-fresh-f1d8>ul>li.fn-active-e401>a,.component-8bd3 .nav-fresh-f1d8>ul>li.menu-soft-e2ef>a,.component-8bd3 .nav-fresh-f1d8>ul>li>a:hover,.component-8bd3 ul.yellow-799c>li.fn-active-e401>a,.component-8bd3 ul.yellow-799c>li.menu-soft-e2ef>a,.component-8bd3 ul.yellow-799c>li>a:hover{color:#fff}.nav-fresh-f1d8>ul>li.link-cfb4,ul.yellow-799c>li.link-cfb4{align-items:center;display:flex;flex-flow:row wrap}.nav-fresh-f1d8>ul>li .texture_12fe{font-size:.7em;line-height:3em;opacity:.5}.nav-fresh-f1d8 .heading_top_8c6e>ul,.nav-fresh-f1d8 .fn-current-e401>ul{display:block}.nav-fresh-f1d8 .menu-soft-e2ef>a{color:#000;font-weight:bolder}.fast_640a{padding:10px 0}.fast_640a a{display:block;line-height:1.2;margin-bottom:6px}.nav-fresh-f1d8 .accent_1ad1:after{clear:both;content:"";display:table}.nav-fresh-f1d8 .accent_1ad1>li{border:0;float:left;list-style:none;margin:0;padding:0;width:33.333333%}.nav-fresh-f1d8 .accent_1ad1>li a{display:block;margin:0;padding:0}.nav-fresh-f1d8 .accent_1ad1>li img{display:block;width:100%}.card_7f16 li{align-items:center;display:flex}.content-f9c7 li{font-size:.9em;font-style:italic}.content-f9c7 a{display:inline!important}.content-f9c7 span{display:block;font-weight:bolder}.thumbnail-bright-20f9{color:#333;position:relative}.thumbnail-bright-20f9 .middle_ddeb{display:none!important}.component-8bd3 .thumbnail-bright-20f9{color:#fff}.thumbnail-bright-20f9 p{margin:0;padding:0}.thumbnail-bright-20f9 br{display:none}.thumbnail-bright-20f9 label{display:inline-block;width:100%}.thumbnail-bright-20f9 span.overlay_selected_ac83{margin-left:0;margin-right:1.2em}.thumbnail-bright-20f9 .detail-9c19{display:block}.thumbnail-bright-20f9 .middle_ddeb{background-color:#fff;border-radius:99px;position:absolute;right:0}.thumbnail-bright-20f9 .green-d0ec{background-color:#f1f1f1;border-radius:3px;color:#b20000;line-height:1.2em;margin-top:-10px;opacity:.8;padding:5px 8px;position:relative}.thumbnail-bright-20f9 .green-d0ec:after{border:10px solid rgba(136,183,213,0);border-bottom-color:#f1f1f1;bottom:100%;content:" ";height:0;left:30px;margin-left:-10px;pointer-events:none;position:absolute;width:0}.thumbnail-bright-20f9 .highlight_f261{display:none!important}.thumbnail-bright-20f9 .row-1187 .green-d0ec{margin-top:5px;position:absolute;width:100%;z-index:99}.thumbnail-bright-20f9 .dark_8992{border-radius:10px;margin:5px 0 0}.gas_e2e0 .fn-processing-e401 *{opacity:.8}.nav_c2cb form.heading_thick_6aaa{margin:0 auto;max-width:620px;padding:30px 15px}.pink_f2c0 img{width:100%}.outer-4902{margin-bottom:-1px}.easy_a87e+.layout_inner_fb87 .simple-84c8{margin-top:30px}.image_medium_585a{display:none;padding:1em 2.3em}.picture_b44e{border-top:1px solid #ddd;display:block;font-size:110%;padding:.6em 2.3em;position:relative;transition:border .2s ease-out,background-color .3s}.component-8bd3 .picture_b44e{border-color:hsla(0,0%,100%,.2)}.picture_b44e.fn-active-e401{background-color:rgba(0,0,0,.03);border-color:#446084;color:#446084;font-weight:700}.component-8bd3 .picture_b44e.fn-active-e401{color:#fff}.wrapper-focused-0469 .sort_slow_2d87{border-radius:999px;height:1.5em;left:0;margin-right:5px;position:absolute;top:.3em;transform-origin:50% 47%;width:2.3em}.wrapper-focused-0469 .fn-active-e401 .sort_slow_2d87{color:currentColor;opacity:1}.main_fresh_35d0{color:#222;font-weight:700;letter-spacing:0;padding:0}.menu_blue_d8db .main_fresh_35d0{font-size:.85em;margin:0 0 .5em}.main_fresh_35d0 .tooltip-gold-48e0,.main_fresh_35d0 .overlay_2b4c{font-weight:300;margin:0 .3em;opacity:.35;position:relative;top:0}.component-8bd3 .main_fresh_35d0{color:#fff}.main_fresh_35d0 a{color:hsla(0,0%,40%,.7);font-weight:400}.main_fresh_35d0 a:first-of-type{margin-left:0}.main_fresh_35d0 a.fn-current-e401,.main_fresh_35d0 a:hover{color:#111}.component-8bd3 .main_fresh_35d0 a{color:#fff}.pattern_warm_1eaa{padding:15px 0}.pattern_warm_1eaa a{align-items:center;color:#ccc;display:inline-flex}.pattern_warm_1eaa .tooltip-gold-48e0{margin:0 .5em;top:2px}.simple_6813{background-color:#ccc;border-radius:99px;color:#fff;display:inline-block;font-size:.7em;font-weight:bolder;height:1.5em;line-height:1.5em;margin:0 .5em;position:relative;text-align:center;width:1.5em}.fn-current-e401 .simple_6813{background-color:#d26e4b}@media(min-width:850px){.input-iron-d9c7{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.input-iron-d9c7>div,.input-iron-d9c7>p{padding:0 15px;width:100%}.input-iron-d9c7 p.solid_413e,.input-iron-d9c7 p.mask_f3d0,.input-iron-d9c7 p.full-5879{flex:1}}.row_4f21:target{background-color:#f1f1f1;border-radius:10px;padding:15px}.breadcrumb_fdb7 li,.gradient-brown-0cd2 li{list-style:none;padding:1em 0 0}.breadcrumb_fdb7 li .accordion_23e2,.gradient-brown-0cd2 li .accordion_23e2{margin-bottom:0}.breadcrumb_fdb7 li .border_tiny_7891,.gradient-brown-0cd2 li .border_tiny_7891{border-radius:100%}.breadcrumb_fdb7 li .nav_af5b,.gradient-brown-0cd2 li .nav_af5b{font-style:italic}.breadcrumb_fdb7 li .under-dbc1,.gradient-brown-0cd2 li .under-dbc1{padding:0 1.5em}.breadcrumb_fdb7>li:not(:first-child),.gradient-brown-0cd2>li:not(:first-child){border-top:1px dashed #ddd}#comments .complex_de1e{background-color:rgba(0,0,0,.05);margin-top:15px;padding:15px 25px 0}#comments .complex_de1e .steel-df1a{font-size:1.2em}#comments .complex_de1e small{font-size:.6em;margin-left:10px;text-transform:uppercase}.breadcrumb-medium-d1b2{position:relative;width:100%}.primary_action_912a{padding:30px 0 0}.content_40ce{background-color:#fff}.gradient_wide_580e{background-color:#777}.content_40ce,.gradient_wide_580e{border-top:1px solid rgba(0,0,0,.05)}.background-b87a{padding:7.5px 0}.pagination_219d,html{background-color:#5b5b5b}.primary_action_912a ul{margin:0}.pagination_219d{color:rgba(0,0,0,.5);font-size:.9em;padding:10px 0 15px}.pagination_219d.component-8bd3{color:hsla(0,0%,100%,.5)}.pagination_219d.fn-fixed-e401{background-color:transparent;bottom:0;color:#fff;left:0;padding:7.5px 15px;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.7);z-index:101}.pagination_219d ul{border-bottom:1px solid #ddd;opacity:.8;padding-bottom:5px}.pagination_219d.component-8bd3 ul{border-color:hsla(0,0%,100%,.08)}.pagination_219d.item-short-61b0 ul{border:0;padding-top:5px}.pink-7abf{box-shadow:0 0 20px 0 rgba(0,0,0,.5);margin-bottom:100px;position:relative;z-index:1}.pink-7abf+.breadcrumb-medium-d1b2{bottom:0;position:fixed;z-index:0}.large-90be{bottom:20px;margin:0;opacity:0;pointer-events:none;right:20px;transform:translateY(30%)}.large-90be.fn-left-e401{left:20px;right:unset}.large-90be.fn-active-e401{opacity:1;pointer-events:inherit;transform:translateY(0)}.main-0a07{display:block;padding-bottom:100%}.main-0a07 a>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.link-a9e3 img{background-color:rgba(0,0,0,.03)}.filter-9e65{line-height:1;margin:0}.up_3311{font-size:.9em;font-style:italic;line-height:1;margin:.85em 0}.filter-9e65 a{color:#446084;display:block;font-size:32px;font-weight:bolder;margin:0;text-decoration:none;text-transform:uppercase}.filter-9e65 img{display:block;width:auto}.mask-00ad,.disabled-bronze-ec77,.input_first_f60e .gold_cf1b,.fn-sticky-e401 .component-8bd3 .mask-00ad,.fn-sticky-e401 .center-c08c .gold_cf1b{display:none!important}.input_first_f60e .mask-00ad,.summary_bb11 .disabled-bronze-ec77{display:block!important}.summary_bb11 .disabled-bronze-ec77+img,.summary_bb11 .disabled-bronze-ec77+img+img{display:none!important}.input_first_f60e .filter-9e65 a{color:#fff}.button-green-e9e0 .filter-9e65{margin-left:0;margin-right:30px}.overlay-full-8ee4 .avatar_solid_813a{flex:1 1 0;order:1}.overlay-full-8ee4 .filter-9e65{margin:0 30px;order:2;text-align:center}.overlay-full-8ee4 .filter-9e65 img{margin:0 auto}.overlay-full-8ee4 .paragraph-1765{flex:1 1 0;order:3}@media screen and (max-width:849px){.outline-1df5 .blue-08a9{flex-wrap:nowrap}.main_last_6b1b .filter-9e65{margin-left:0;margin-right:15px;order:1}.main_last_6b1b .avatar_solid_813a{flex:1 1 0;order:2}.main_last_6b1b .paragraph-1765{flex:1 1 0;order:3}.lower-11b0 .avatar_solid_813a{flex:1 1 0;order:1}.lower-11b0 .filter-9e65{margin:0 15px;order:2;text-align:center}.lower-11b0 .filter-9e65 img{margin:0 auto}.lower-11b0 .paragraph-1765{flex:1 1 0;order:3}}.widget-59cc{height:300px}.component-dc7e{height:400px}.paper_29e4{background-color:#fff;background-color:hsla(0,0%,100%,.9);padding:20px}.layout_ddba .popup_static_00f4 button{max-width:none!important;min-height:auto!important}.layout_ddba .popup_static_00f4 .plasma-0727 li{margin:0}.tooltip-6d2d{background-color:#f1f1f1;padding-left:30px;padding-right:30px}.tooltip-6d2d.component-8bd3{background-color:#333}.tooltip-6d2d .table-fa2b,.tooltip-6d2d .dim_a5ef,.tooltip-6d2d .easy_a87e{padding-bottom:0!important;padding-top:0!important}.middle-9d57 li{display:inline-block;margin:0 1px!important;position:relative}.middle-9d57 li .paper-2b42{margin-bottom:0}.middle-9d57 .mask_wood_9ec7{min-width:90px;padding:2px;width:90px}.small_8b00{position:relative}.small_8b00 .nav-fresh-f1d8{margin:0 .3em;vertical-align:middle}.grid_under_2630{overflow:hidden}.tooltip-2815{transition:opacity .6s}.description_tiny_e36b{background-color:rgba(0,0,0,.25)}.link-rough-ddaf{min-height:60px;padding-top:20px;position:relative}.link-rough-ddaf button,.link-rough-ddaf form,.link-rough-ddaf p,.link-rough-ddaf select,.link-rough-ddaf ul{margin-bottom:0;margin-top:0}.tertiary-thick-8cad{background-color:#f7f7f7;border-bottom:1px solid #ececec;border-top:1px solid #ececec}.tertiary-thick-8cad .link-rough-ddaf{padding-bottom:15px;padding-top:15px}.breadcrumb-61af{background-color:#446084;text-shadow:1px 1px 1px rgba(0,0,0,.2)}.breadcrumb-61af .link-rough-ddaf{padding-bottom:20px}.breadcrumb-61af .grid_under_2630{box-shadow:inset 0 0 30px 0 rgba(0,0,0,.1)}.breadcrumb-61af .silver_dfbc{background-color:rgba(0,0,0,.4)}.media_lower_ed08 .first_9e3e{background-color:rgba(0,0,0,.1);border-radius:5px;display:inline-block;margin:3px 3px 0;opacity:.6;padding:3px 5px 5px;transition:opacity .3s}.media_lower_ed08 .first_9e3e svg{height:20px;vertical-align:middle;width:auto!important}.media_lower_ed08 .first_9e3e:hover{opacity:1}.component-8bd3 .media_lower_ed08 .first_9e3e{background-color:hsla(0,0%,100%,.1)}.component-8bd3 .media_lower_ed08 .first_9e3e svg{fill:#fff}.info-dim-82cb{background-color:#fff;border:1px solid #ececec;overflow:hidden;padding-bottom:15px}.component-8bd3 .info-dim-82cb{border-color:hsla(0,0%,100%,.2)}.info-dim-82cb .sort_right_3ee5{border-bottom:1px solid #ececec;padding:.5em 15%}.component-8bd3 .info-dim-82cb .sort_right_3ee5{border-color:hsla(0,0%,100%,.2)}.info-dim-82cb .old-926c{color:#000;font-weight:300;padding:.6em 15% 0}.info-dim-82cb .nav_af5b{padding:15px 15px 0}.info-dim-82cb .aside_west_0fac{padding:10px 15%}.info-dim-82cb .lower-c4d0{opacity:.6;text-decoration:line-through}.info-dim-82cb .aside_west_0fac .paper-2b42:last-child{margin:30px 0 0}.info-dim-82cb .paragraph-copper-e239{font-size:14px;margin-left:10px}.info-dim-82cb .aside_west_0fac>div{border-bottom:1px solid #ececec;padding:7.5px 0}.component-8bd3 .info-dim-82cb .aside_west_0fac>div{border-color:hsla(0,0%,100%,.08)}.component-8bd3 .info-dim-82cb{background-color:#333}.info-dim-82cb .sort_right_3ee5{background-color:rgba(0,0,0,.02)}.top-b733{border-color:#446084;border-width:2px;margin-top:-15px}.top-b733 .sort_right_3ee5{background-color:#446084;border-color:#446084;color:#fff}.panel_6c5f{width:100%}.outer-488c{max-height:100vh;overflow:hidden;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}.outer-488c a{background-color:#446084;border:3px solid transparent;border-radius:30px;box-shadow:1px 1px 1px rgba(0,0,0,.3);display:block;height:15px;margin:10px 15px;transition:all .3s;width:15px}.outer-488c a.fn-active-e401,.outer-488c a:hover{background-color:#fff;opacity:1}.outer-488c a.fn-active-e401{border-color:#446084}.photo_a51c .widget_soft_a431{display:block!important}.stale-7d40 form{margin-bottom:0}.mask-dim-7ab1>.widget_soft_a431,.photo_a51c .widget_soft_a431{padding:5px 0;width:100%}.huge_9be0 .notification-iron-c052{padding-right:5px}.stale-7d40:not(.huge_9be0) .sort_silver_cb85,.hidden_complex_8cdc .sort_silver_cb85{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.focused_84a6{position:relative}.focused_84a6 .paper-2b42.popup-yellow-1c86{margin:0}.focused_84a6 .paper-2b42.popup-yellow-1c86 i{font-size:1.2em}.stale-7d40{width:100%}.stale-7d40.huge_9be0 .sort_silver_cb85.fn-loading-e401 .component-d6af{opacity:0}.stale-7d40.huge_9be0 .sort_silver_cb85.fn-loading-e401:after{border-color:currentColor}.stale-7d40.huge_9be0 .row-1187:last-of-type{margin-left:-2.9em}@media(max-width:849px){.stale-7d40{font-size:1rem}}.stale-7d40 .detail_fixed_d21f{-webkit-overflow-scrolling:touch;max-height:50vh;overflow-y:scroll;overflow-y:auto}.sidebar_simple_f5b0 .widget_soft_a431 .detail_fixed_d21f,.sidebar_red_2674 .detail_fixed_d21f{max-height:80vh}.table-fa2b .icon_selected_6f07,.sidebar_simple_f5b0 .widget_soft_a431 .icon_selected_6f07,.sidebar_red_2674 .icon_selected_6f07{background-color:hsla(0,0%,100%,.95);box-shadow:0 0 10px 0 rgba(0,0,0,.1);color:#111;left:0;position:absolute;right:0;text-align:left;top:105%}.sidebar_simple_f5b0 li .notice-static-ca9a .icon_selected_6f07{background-color:transparent;box-shadow:none;position:relative;top:0}.pro_ac50{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);cursor:default;display:flex;padding:10px .75em}.pro_ac50 .bright_4249{flex:1}.pro_ac50 img{border-radius:99px;display:inline-block;height:40px;margin-right:10px;width:40px}.pro_ac50 img+.bright_4249{margin-top:-.15em;padding-left:.5em}.pro_ac50 .component_075b{font-size:.8em;margin-left:5px;padding-top:3px}.pro_ac50:last-child{border-bottom:none}.primary-simple-a9b1{background-color:rgba(0,0,0,.05)}#search-lightbox{font-size:1.5em;margin:0 auto;max-width:600px}.icon-action-98c1{margin-bottom:1.5em}.inner_f74d+.icon-action-98c1,.grid_c50f+.icon-action-98c1,.modal_smooth_1b87+.icon-action-98c1{margin-top:30px}.fixed-4012{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;position:relative;width:100%}.fixed-4012 i{margin-right:.5em;opacity:.6}.fixed-4012 i.aside-south-1d04{margin-left:10px;margin-right:0}.fixed-4012 span{text-transform:uppercase}.fixed-4012 small{font-size:1em;font-weight:400;opacity:.7;padding-left:15px;text-transform:none}.fixed-4012 b{background-color:currentColor;display:block;flex:1;height:2px;opacity:.1}.fixed-4012 a{display:block;font-size:.8em;margin-left:auto;padding-left:15px}.texture_0280{border-bottom:2px solid #ececec}.texture_0280 span{border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:-2px;margin-right:15px;padding-bottom:7.5px}.component-8bd3 .texture_0280,.component-8bd3 .texture_0280 span{border-color:hsla(0,0%,100%,.2)}.texture_0280 b{display:none}.fast_8880 span{margin:0 15px}.lower-2b56 span,.fast_8880 span{text-align:center}.lower-2b56 small,.fast_8880 small{display:block;padding:0 15px}.button_3a4b span,.lower-2b56 span{border:2px solid rgba(0,0,0,.1);padding:.3em .8em}.button_3a4b b:first-of-type{display:none}.slow-06b8{background-color:#fff;bottom:0;box-shadow:0 0 9px rgba(0,0,0,.14);left:0;padding:15px 30px;position:fixed;right:0;top:auto;transform:translate3d(0,100%,0);transition:transform .35s ease;z-index:999}.dark-73a9{align-items:center;display:flex;justify-content:space-between}.icon_east_9edf{flex:1 1 auto;padding-right:30px}.column-solid-02be{flex:0 0 auto}.column-solid-02be>a{margin-bottom:0;margin-right:20px}.column-solid-02be>a:last-child{margin-right:0}.soft-d1fe{transform:translate3d(0,100%,0)}.aside_e5aa{transform:none}@media(max-width:849px){.dark-73a9{align-items:stretch;flex-direction:column;font-size:.9em;text-align:center}.column-solid-02be{margin-top:15px}.icon_east_9edf{padding-right:0}}.thumbnail-b242:before{content:""}.out-2dfe:before{content:""}.shadow_small_40cb:before,.south_4d99:before{content:""}.texture-easy-906b:before{content:""}.current-637b:before{content:""}.logo_cc8a:before{content:""}.hidden-943a:before{content:""}.slow-73e3:before{content:""}.modal-lite-ced5:before{content:""}.info-0983:before{content:""}.upper-3aa5:before{content:""}.header-middle-ad3e:before{content:""}.detail_pro_95cc:before{content:""}.header_ea2c:before{content:""}.outline_09f6:before{content:""}.upper-981c:before{content:""}.footer_basic_6c6b:before{content:""}.advanced_73f5:before{content:""}.status_f139:before{content:""}.aside-south-1d04:before{content:""}.light_e5a3:before{content:""}.component-28df:before{content:""}.mini-5bb3:before{content:""}.section-bead:before{content:""}.fixed_9fc2:before{content:""}.easy-8302:before{content:""}.outline-708e:before{content:""}.active_dirty_d4a2:before{content:""}.hover-lower-f885:before{content:""}.status-b67a:before{content:""}.photo-032d:before{content:""}.avatar-short-fb67:before{content:""}.north-23c6:before{content:""}.info_first_dfb5:before{content:""}.component-d6af:before{content:""}.smooth-3041:before{content:""}.photo_easy_4dfd:before{content:""}.badge_lite_34a9:before{content:""}.fixed-7408:before{content:""}.title_small_f720:before{content:""}.tall_ccd2:before{content:""}.gallery-east-65ff:before{content:""}.image-solid-15e4:before{content:""}.menu-b48b:before{content:""}.accent_2d20:before{content:""}.breadcrumb-1d47:before{content:""}.accent_ea06:before{content:""}.sort_medium_f144:before{content:""}.menu_4018:before{content:""}.pro-59cb:before{content:""}.feature_active_47e8{--divider-top-width:100%;--divider-width:100%;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.feature_active_47e8 svg{display:block;height:150px;left:50%;position:relative;transform:translateX(-50%)}.article_upper_a5e7{top:-1px;transform:rotate(180deg)}.article_upper_a5e7 svg{width:calc(var(--divider-top-width) + 2px)}.gold_e1a6{bottom:-1px}.gold_e1a6 svg{width:calc(var(--divider-width) + 2px)}.stale-da35 svg{transform:translateX(-50%) rotateY(180deg)}.carousel-plasma-00ef{z-index:2}.feature_active_47e8 .description-mini-5f0d{fill:#fff}.item-short-61b0 .hover_slow_6c65{margin-left:auto;margin-right:auto}.hover_slow_6c65{color:#999;display:inline-block;font-size:.85em;vertical-align:middle}.notice-static-ca9a .hover_slow_6c65{font-size:1em}.notice-static-ca9a .hover_slow_6c65 .paper-2b42{margin-bottom:0}.hover_slow_6c65 span{font-weight:700;padding-right:10px}.hover_slow_6c65 i{min-width:1em}.component-8bd3 .hover_slow_6c65,.input_first_f60e .hover_slow_6c65{color:#fff}.component-8bd3 .hover_slow_6c65 .paper-2b42.picture_2518,.input_first_f60e .hover_slow_6c65 .paper-2b42.picture_2518{border-color:hsla(0,0%,100%,.5)}.pink_0739,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:hover,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:not(.picture_2518){background-color:currentColor!important;border-color:currentColor!important}.pink_0739>i,.pink_0739>span,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:hover>i,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:hover>span,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:not(.picture_2518)>i,.hover_slow_6c65 .paper-2b42.popup-yellow-1c86:not(.picture_2518)>span{color:#fff!important}.paper-2b42.active-soft-933c:hover,.paper-2b42.active-soft-933c:not(.picture_2518){color:#3a589d!important}.paper-2b42.tiny-8061:hover,.paper-2b42.tiny-8061:not(.picture_2518){color:#3b6994!important}.paper-2b42.east_57c6:hover,.paper-2b42.east_57c6:not(.picture_2518){color:#51cb5a!important}.paper-2b42.section_7394:hover,.paper-2b42.section_7394:not(.picture_2518){color:#2478ba!important}.paper-2b42.filter-5407:hover,.paper-2b42.filter-5407:not(.picture_2518),.paper-2b42.shade-mini-2ca1:hover,.paper-2b42.shade-mini-2ca1:not(.picture_2518){color:#111!important}.paper-2b42.search-gold-9843:hover,.paper-2b42.search-gold-9843:not(.picture_2518){color:#51cb5a!important}.paper-2b42.dynamic_8eac:hover,.paper-2b42.dynamic_8eac:not(.picture_2518){color:#cb2320!important}.paper-2b42.pagination_a84d:hover,.paper-2b42.pagination_a84d:not(.picture_2518){color:#fc7600!important}.paper-2b42.north-b9cf:hover,.paper-2b42.north-b9cf:not(.picture_2518){color:#36455d!important}.paper-2b42.footer-a15a:hover,.paper-2b42.footer-a15a:not(.picture_2518){color:#527498!important}.paper-2b42.item_4a47:hover,.paper-2b42.item_4a47:not(.picture_2518){color:#dd4e31!important}.paper-2b42.advanced-e95a:hover,.paper-2b42.advanced-e95a:not(.picture_2518){color:#0072b7!important}.paper-2b42.smooth-3cc5:hover,.paper-2b42.smooth-3cc5:not(.picture_2518){color:#c33223!important}.paper-2b42.carousel_black_88a2:hover,.paper-2b42.carousel_black_88a2:not(.picture_2518){color:#e5086f!important}.paper-2b42.gas-2468:hover,.paper-2b42.gas-2468:not(.picture_2518){color:#fff600!important}.paper-2b42.gas-2468:hover i,.paper-2b42.gas-2468:not(.picture_2518) i{text-shadow:0 0 6px rgba(0,0,0,.4)}.paper-2b42.text-cold-c68b:hover,.paper-2b42.text-cold-c68b:not(.picture_2518){color:#0099e5!important}.paper-2b42.alert_e131:hover,.paper-2b42.alert_e131:not(.picture_2518){color:#54a9ea!important}.paper-2b42.rough-5cd0:hover,.paper-2b42.rough-5cd0:not(.picture_2518){color:#9146fe!important}.paper-2b42.label_068f:hover,.paper-2b42.label_068f:not(.picture_2518){color:#7189d9!important}.hero_light_9701{position:relative;visibility:visible}.slider_old_6cfe{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-family:fl-icons!important;font-size:16px;font-weight:400!important;height:1em;letter-spacing:0;line-height:1em;margin:.5em 0;overflow:hidden;position:relative;text-align:left;width:5.06em}.slider_old_6cfe:before,.banner-6b7f .slider_old_6cfe:before{color:#d26e4b;content:"";float:left;left:0;position:absolute;top:0}.slider_old_6cfe span{float:left;font-family:fl-icons!important;font-weight:400!important;height:10px;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0;width:10px}.slider_old_6cfe span:before{color:#d26e4b;content:"";left:0;position:absolute;top:0}.current_b54d{display:inline-block;height:18px;vertical-align:middle}.breadcrumb_7012{font-size:90%}li.link-new-08cc{font-size:.8em}li.link-new-08cc .slider_old_6cfe{display:inline-block;margin-bottom:0}.small_27ea a{color:transparent!important;display:inline-block;font-family:fl-icons;font-size:16px;margin-left:-10px;overflow:hidden}.small_27ea a+a{border-left:1px solid #ececec;margin-left:.3em}.small_27ea a.fn-active-e401:after,.small_27ea a:hover:after{color:#d26e4b}.small_27ea a:after{color:#ddd;content:""}.small_27ea a.fresh-6953:after{content:""}.small_27ea a.summary-under-fc17:after{content:""}.small_27ea a.gas-5df8:after{content:""}.small_27ea a.tabs_4bb8:after{content:""}

/* css-noise: 8a1d */
.phantom-card-q9 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
