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

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

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

.header-dc41 {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0;
  margin: 0;
}

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

.header-dc41 li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

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

  .header-dc41 {
    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;
  }

  .header-dc41.fn-show-03e6 {
    display: flex;
  }

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

  .header-dc41 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}.paper_7ebd{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%}.fixed-c123,.paragraph-63f7,.panel_d972{margin:0;padding:0 15px 30px;position:relative;width:100%}.tall_9aba{flex:1}.white_1939{order:-1}.south-8174{order:1}.clean_f7e6{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%}.grid_33a1{overflow:hidden}@media screen and (min-width:850px){.fixed-c123:first-child .clean_f7e6{margin-left:auto;margin-right:0}.fixed-c123+.fixed-c123 .clean_f7e6{margin-left:0;margin-right:auto}}@media screen and (max-width:549px){.photo_d396{order:-1}}@media screen and (min-width:850px){.gallery_out_9634{order:-1}}@media screen and (max-width:849px){.center-6b9b{order:-1}.fixed-c123{padding-bottom:30px}}@media screen and (min-width:850px){.frame-beea>.fixed-c123+.fixed-c123:not(.caption_inner_d846){border-left:1px solid #ececec}.frame-beea.info_87a8>.fixed-c123+.fixed-c123:not(.caption_inner_d846){border-left:0;border-right:1px solid #ececec}.small-a8f4{border-right:1px solid #ececec;padding-right:30px}.fixed-c123.small-a8f4:not(.white_1939):last-child{border-left:1px solid #ececec;border-right:0;padding-left:30px;padding-right:0}.frame_4fdc{border-right:1px solid #ececec;padding-right:0}.frame_4fdc+.fixed-c123,.small-a8f4+.fixed-c123{padding-left:30px}}.hard-80e2 .small-a8f4{border-color:hsla(0,0%,100%,.2)}.mask_2fbf>.fixed-c123{display:flex}.aside-f1ae{align-items:center!important;align-self:center!important;vertical-align:middle!important}.copper-c49b{align-items:flex-end!important;align-self:flex-end!important;justify-content:flex-end!important;vertical-align:bottom!important}.nav_iron_3ac9{align-items:flex-start!important;align-self:flex-start!important;justify-content:flex-start!important;vertical-align:top!important}.south_de4e{justify-content:center!important}.border_pro_94a3{justify-content:flex-end!important}.outline-action-6f99{flex-basis:8.3333333333%;max-width:8.3333333333%}.component_yellow_4006{flex-basis:16.6666666667%;max-width:16.6666666667%}.video-185c{flex-basis:25%;max-width:25%}.layout_large_55b4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row-d119{flex-basis:41.6666666667%;max-width:41.6666666667%}.search_9f0e{flex-basis:50%;max-width:50%}.logo_cf77{flex-basis:58.3333333333%;max-width:58.3333333333%}.cool_3ec8{flex-basis:66.6666666667%;max-width:66.6666666667%}.hard_752c{flex-basis:75%;max-width:75%}.modal_orange_0449{flex-basis:83.3333333333%;max-width:83.3333333333%}.bronze_9bf7{flex-basis:91.6666666667%;max-width:91.6666666667%}.modal_03d0,.block_00ee .module_b797>.fixed-c123,.block_00ee>.fixed-c123{flex-basis:100%;max-width:100%}.popup-8e0c .module_b797>.fixed-c123,.popup-8e0c>.fixed-c123{flex-basis:50%;max-width:50%}.smooth_94f8 .module_b797>.fixed-c123,.smooth_94f8>.fixed-c123{flex-basis:33.3333333333%;max-width:33.3333333333%}.header-a606 .module_b797>.fixed-c123,.header-a606>.fixed-c123{flex-basis:25%;max-width:25%}.yellow_5b50 .module_b797>.fixed-c123,.yellow_5b50>.fixed-c123{flex-basis:20%;max-width:20%}.search_430f .module_b797>.fixed-c123,.search_430f>.fixed-c123{flex-basis:16.6666666667%;max-width:16.6666666667%}.form-pink-a7b1 .module_b797>.fixed-c123,.form-pink-a7b1>.fixed-c123{flex-basis:14.2857142857%;max-width:14.2857142857%}.north_fae9 .module_b797>.fixed-c123,.north_fae9>.fixed-c123{flex-basis:12.5%;max-width:12.5%}@media screen and (min-width:550px){.over_4059{flex-basis:8.3333333333%;max-width:8.3333333333%}.info_233b{flex-basis:16.6666666667%;max-width:16.6666666667%}.old-8989{flex-basis:25%;max-width:25%}.green-fc76{flex-basis:33.3333333333%;max-width:33.3333333333%}.form_b1c9{flex-basis:41.6666666667%;max-width:41.6666666667%}.label-f540{flex-basis:50%;max-width:50%}.feature_cool_c521{flex-basis:58.3333333333%;max-width:58.3333333333%}.badge_3e70{flex-basis:66.6666666667%;max-width:66.6666666667%}.title_8f30{flex-basis:75%;max-width:75%}.black-362a{flex-basis:83.3333333333%;max-width:83.3333333333%}.summary-pro-228f{flex-basis:91.6666666667%;max-width:91.6666666667%}.wrapper_thick_36b9,.card_1f28 .module_b797>.fixed-c123,.card_1f28>.fixed-c123{flex-basis:100%;max-width:100%}.gallery_clean_4d95 .module_b797>.fixed-c123,.gallery_clean_4d95>.fixed-c123{flex-basis:50%;max-width:50%}.progress_in_df1b .module_b797>.fixed-c123,.progress_in_df1b>.fixed-c123{flex-basis:33.3333333333%;max-width:33.3333333333%}.section_dynamic_d3f6 .module_b797>.fixed-c123,.section_dynamic_d3f6>.fixed-c123{flex-basis:25%;max-width:25%}.rough_32c4 .module_b797>.fixed-c123,.rough_32c4>.fixed-c123{flex-basis:20%;max-width:20%}.section-short-44c7 .module_b797>.fixed-c123,.section-short-44c7>.fixed-c123{flex-basis:16.6666666667%;max-width:16.6666666667%}.next-38b1 .module_b797>.fixed-c123,.next-38b1>.fixed-c123{flex-basis:14.2857142857%;max-width:14.2857142857%}.nav_light_bf59 .module_b797>.fixed-c123,.nav_light_bf59>.fixed-c123{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:850px){.gallery-left-1de9{flex-basis:8.3333333333%;max-width:8.3333333333%}.short_576f{flex-basis:16.6666666667%;max-width:16.6666666667%}.orange_01dd{flex-basis:25%;max-width:25%}.text-6fe2{flex-basis:33.3333333333%;max-width:33.3333333333%}.sort_paper_57d4{flex-basis:41.6666666667%;max-width:41.6666666667%}.thumbnail_8f1b{flex-basis:50%;max-width:50%}.alert-fresh-99a2{flex-basis:58.3333333333%;max-width:58.3333333333%}.dropdown_north_a6fd{flex-basis:66.6666666667%;max-width:66.6666666667%}.wood_d4b9{flex-basis:75%;max-width:75%}.last-4deb{flex-basis:83.3333333333%;max-width:83.3333333333%}.accordion_4e82{flex-basis:91.6666666667%;max-width:91.6666666667%}.huge_f17f .panel_d972,.caption_inner_d846,.gallery_hot_dfdd .module_b797>.fixed-c123,.gallery_hot_dfdd>.fixed-c123{flex-basis:100%;max-width:100%}.aside-down-708e .panel_d972,.link_6e1a .module_b797>.fixed-c123,.link_6e1a>.fixed-c123{flex-basis:50%;max-width:50%}.status-copper-bdb0 .panel_d972,.stone-a6d7 .module_b797>.fixed-c123,.stone-a6d7>.fixed-c123{flex-basis:33.3333333333%;max-width:33.3333333333%}.filter-fixed-46c4 .panel_d972,.fresh-3772 .module_b797>.fixed-c123,.fresh-3772>.fixed-c123{flex-basis:25%;max-width:25%}.hovered-413a .panel_d972,.form_8353 .module_b797>.fixed-c123,.form_8353>.fixed-c123{flex-basis:20%;max-width:20%}.accent-615f .panel_d972,.text_mini_4757 .module_b797>.fixed-c123,.text_mini_4757>.fixed-c123{flex-basis:16.6666666667%;max-width:16.6666666667%}.notice-0546 .panel_d972,.row-add7 .module_b797>.fixed-c123,.row-add7>.fixed-c123{flex-basis:14.2857142857%;max-width:14.2857142857%}.stone-90f0 .panel_d972,.dropdown_a6ed .module_b797>.fixed-c123,.dropdown_a6ed>.fixed-c123{flex-basis:12.5%;max-width:12.5%}}.info-dirty-4682>.fixed-c123>.clean_f7e6{background-color:#fff}.header-silver-6074 .clean_f7e6,.notice-lite-66dc .clean_f7e6,.first_5031 .clean_f7e6{transition:all,.2s}.notice-lite-66dc .clean_f7e6{opacity:.6}.notice-lite-66dc:hover .clean_f7e6{opacity:1}.header-silver-6074 .clean_f7e6{filter:blur(3px)}.header-silver-6074:hover .clean_f7e6{filter:blur(0)}.first_5031:hover .clean_f7e6{opacity:1}.steel-3330:hover .first_5031 .fixed-c123:not(:hover){opacity:.6}.detail_red_051f,.easy_d126,.notification_76c0 .module-current-d3ee,.steel-3330,body{margin-left:auto;margin-right:auto;width:100%}.detail_red_051f{padding-left:15px;padding-right:15px}.detail_red_051f,.easy_d126,.notification_76c0 .module-current-d3ee,.steel-3330{max-width:1080px}.steel-3330.paragraph-9d3b{max-width:1050px}.steel-3330.item_93c4{max-width:1065px}.steel-3330.texture-upper-cd78{max-width:1110px}body.dark-3cd4,body.dark-3cd4 .module-full-ed9e,body.dark-3cd4 .description_bronze_d132,body.dark-3cd4 header,body.upper-1772,body.upper-1772 .module-full-ed9e,body.upper-1772 header{max-width:1170px}@media screen and (min-width:850px){body.upper-1772{margin:30px auto}}.column_light_7a6b{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.notice_3563{justify-content:flex-start}.shadow-silver-34d0{justify-content:center}.slider_b34f{display:flex;flex-direction:column;justify-content:flex-start}.smooth_1c69 .column_light_7a6b{justify-content:center}.notification-d58e .column_light_7a6b{height:100%}.modal_hovered_6832{max-height:100%}.focused-9d3c{-ms-flex-negative:1;-ms-flex-preferred-size:auto!important;flex:1}.tertiary-ca80{margin:0 auto}.button-d30c{margin-right:auto}.dirty_c2a0{margin-left:auto}.icon-bottom-89e9{flex-wrap:wrap}.smooth-50f3>.modal_hovered_6832:not(.tertiary-ca80),.smooth-50f3>.column_light_7a6b>.modal_hovered_6832:not(.tertiary-ca80),.smooth-50f3>.aside_east_80d9>.modal_hovered_6832:not(.tertiary-ca80){flex:1}@media(max-width:849px){.button_down_a69f{flex-flow:column wrap}.button_down_a69f .modal_hovered_6832{flex-grow:0;padding-bottom:5px;padding-top:5px;width:100%}}@media(max-width:549px){.logo_iron_85f2{flex-flow:column wrap}.logo_iron_85f2 .modal_hovered_6832{flex-grow:0;width:100%}}@media(min-width:850px){.card_1c38,.accent-action-5347{display:flex}.card_1c38>div+div,.accent-action-5347>div+div{padding-left:30px}}.carousel-short-646c .narrow-6a2e .container_hot_70f7{height:100%;padding:0}.out-bb09>.clean_f7e6{height:100%}.out-bb09 .lite_d982,.out-bb09 .narrow-6a2e,.out-bb09 .prev-c3c6,.out-bb09 .prev-c3c6 img,.out-bb09 .clean_f7e6>.feature_cool_42b6,.out-bb09 .module_b797>.feature_cool_42b6,.out-bb09 .container_hot_70f7,.out-bb09 .container_hot_70f7 img,.out-bb09 .avatar_6da9,.out-bb09 .picture_0e25,.out-bb09 .avatar_6da9:not(.status-58e3),.out-bb09 .avatar_6da9>.feature_cool_42b6,.out-bb09>.clean_f7e6>.feature_cool_42b6,.out-bb09>.clean_f7e6>.feature_cool_42b6 .paragraph_mini_e8dc>img,.out-bb09>.clean_f7e6>.feature_cool_42b6 div{bottom:0;height:100%;-o-object-fit:cover;object-fit:cover;padding:0!important;position:absolute!important;top:0;width:100%}.out-bb09 .prev-c3c6 img{font-family:"object-fit: cover;"}.out-bb09 .element-south-c6ed{height:100%!important}.out-bb09 .narrow-6a2e:not(.down-c88e):not(.tooltip_6e26):not(.background-e556) .badge_brown_de34{background-color:hsla(0,0%,100%,.95);bottom:0;padding-left:1.5em;padding-right:1.5em;position:absolute}@media(prefers-reduced-motion){.out-bb09{transition:none!important}}@media (-ms-high-contrast:none){.gas-6b68 svg{max-width:50px}.pro-d53e .nav_dark_c2ea svg{height:36px!important}.carousel-084a>li>a>i{top:-1px}}.item-0323,.steel-3330{display:flex;flex-flow:row wrap;width:100%}.steel-3330>div:not(.fixed-c123):not([class^=col-]):not([class*=" col-"]){width:100%!important}.steel-3330.carousel-short-646c,.steel-3330.menu-simple-f795{display:block}.steel-3330.carousel-short-646c>.fixed-c123,.steel-3330.menu-simple-f795>.fixed-c123{float:left}.detail_red_051f .steel-3330:not(.paragraph-9d3b),.widget_96d0 .steel-3330:not(.paragraph-9d3b),.steel-3330 .item-0323,.steel-3330 .steel-3330:not(.paragraph-9d3b){margin-left:-15px;margin-right:-15px;padding-left:0;padding-right:0;width:auto}.steel-3330 .detail_red_051f{padding-left:0;padding-right:0}.lite_d982+.steel-3330:not(.paragraph-9d3b),.alert-gold-b8c1+.steel-3330:not(.paragraph-9d3b),.content-large-8be6+.steel-3330:not(.paragraph-9d3b),.picture_0e25+.steel-3330:not(.paragraph-9d3b){margin-top:30px}.border_e0b9{max-width:100%!important}.section-light-8b0a{transition:height .3s}.info_87a8{flex-direction:row-reverse}@media screen and (max-width:549px){.avatar_7aa8{flex-direction:column-reverse}}@media screen and (max-width:849px){.status_dynamic_7e60{flex-direction:row-reverse}}.paragraph-9d3b{padding:0}.paragraph-9d3b>.fixed-c123,.paragraph-9d3b>.element-south-c6ed>.module_b797>.fixed-c123{padding:0!important}.paragraph-9d3b>.fixed-c123 .detail_red_051f{max-width:100%}.detail_red_051f .item_93c4:not(.paragraph-9d3b),.steel-3330 .item_93c4:not(.paragraph-9d3b){margin-bottom:0;margin-left:-10px;margin-right:-10px}.item_93c4>.fixed-c123,.item_93c4>.element-south-c6ed>.module_b797>.fixed-c123{margin-bottom:0;padding:0 9.8px 19.6px}.detail_red_051f .breadcrumb_under_637a:not(.paragraph-9d3b),.steel-3330 .breadcrumb_under_637a:not(.paragraph-9d3b){margin-bottom:0;margin-left:-2px;margin-right:-2px}.breadcrumb_under_637a>.fixed-c123,.breadcrumb_under_637a>.element-south-c6ed>.module_b797>.fixed-c123{margin-bottom:0;padding:0 2px 3px}@media screen and (min-width:850px){.texture-upper-cd78{padding-left:0;padding-right:0}.detail_red_051f .texture-upper-cd78:not(.paragraph-9d3b),.steel-3330 .texture-upper-cd78:not(.paragraph-9d3b){margin-bottom:0;margin-left:-30px;margin-right:-30px}.texture-upper-cd78>.fixed-c123,.texture-upper-cd78>.element-south-c6ed>.module_b797>.fixed-c123{margin-bottom:0;padding:0 30px 30px}}.old-483b,.fixed_83c2{overflow:hidden}.old-483b .fixed-c123,.fixed_83c2 .fixed-c123{padding:0;position:relative}.old-483b .clean_f7e6,.fixed_83c2 .clean_f7e6{padding:15px}.old-483b .fixed-c123:before,.fixed_83c2 .fixed-c123:before{border-left:1px dashed #ddd;content:" ";height:100%;left:-1px;position:absolute;top:0}.old-483b .fixed-c123:after,.fixed_83c2 .fixed-c123:after{border-bottom:1px dashed #ddd;bottom:-1px;content:" ";height:0;left:0;position:absolute;top:auto;width:100%}.fixed_83c2 .fixed-c123:before{border-left-style:solid}.fixed_83c2 .fixed-c123:after{border-bottom-style:solid}.hard-80e2 .old-483b .fixed-c123:after,.hard-80e2 .old-483b .fixed-c123:before,.hard-80e2 .fixed_83c2 .fixed-c123:after,.hard-80e2 .fixed_83c2 .fixed-c123:before{border-color:hsla(0,0%,100%,.2)}.surface-last-9303 .steel-3330 .fixed-c123{padding-bottom:0}.description-3c35 .steel-3330:before{display:block!important}.content-large-8be6{align-items:center;display:flex;flex-flow:row;min-height:auto;padding:30px 0;position:relative;width:100%}.content-large-8be6.hard-80e2{background-color:#666}.static_6a0a{overflow:hidden}.static_6a0a,.dark_a199{width:100%}.dark_a199{z-index:1}.alert_83e9{overflow:hidden}.detail_red_051f .content-large-8be6,.steel-3330 .content-large-8be6{padding-left:30px;padding-right:30px}.description_bronze_d132+.sort-easy-47eb{background-color:#000;min-height:100vh!important}.sort-easy-47eb+div{background-color:#fff;box-shadow:15px 15px 15px 15px rgba(0,0,0,.1);position:relative}.article-52f2{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}.description_bronze_d132{position:fixed!important}.module_8ba4{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}.hard-80e2.module_8ba4{color:#f1f1f1}.module_8ba4:after{clear:both;content:"";display:block;height:0;visibility:hidden}.module_8ba4 li{display:block;margin:0;vertical-align:top}.module_8ba4 li ul{margin:0;padding:0}.module_8ba4>li.table_dynamic_8620{min-width:260px}.popup_ba61 li.advanced_28b5:hover>.module_8ba4,.table_f52a li.advanced_28b5:hover>.module_8ba4,li.detail-simple-cdc2>.module_8ba4{left:-15px;max-height:inherit;opacity:1;visibility:visible}.red_c95f li.detail-simple-cdc2:last-child>.module_8ba4,.red_c95f li.advanced_28b5:hover:last-child>.module_8ba4{left:auto;right:-15px}.hot-8eeb li>a,.module_8ba4>li>a{display:block;line-height:1.3;padding:10px 20px;width:auto}.hot-8eeb>li:last-child:not(.tiny-3788)>a,.module_8ba4>li:last-child:not(.tiny-3788)>a{border-bottom:0!important}.detail_fixed_549c.module_8ba4 .hot-8eeb>li>a,.module_8ba4.detail_fixed_549c>li>a{font-size:.85em;text-transform:uppercase}.module_8ba4>li.title_west_c13d,.module_8ba4>li.tiny-3788{display:table-cell;min-width:160px;text-align:left;white-space:nowrap;width:160px}.module_8ba4>li.title_west_c13d:not(:last-child),.module_8ba4>li.tiny-3788:not(:last-child){border-right:1px solid transparent}.module_8ba4 .shadow_09eb>a,.module_8ba4 .tiny-3788>a,.module_8ba4 .badge-right-f261>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.module_8ba4 .tiny-3788 .shadow_09eb{margin-top:5px}.module_8ba4 li.title_west_c13d{border:0!important;margin:0!important;padding:0!important}.module_8ba4 li.title_west_c13d>a{font-size:0!important;line-height:0!important;margin:-20px 0!important;padding:0!important}.module_8ba4 li.title_west_c13d>a img{display:block;margin:0;width:100%}.module_8ba4 li.title_west_c13d>a:hover{opacity:.8}.south_9f68 li.title_west_c13d:first-child>a{margin-left:-20px!important;margin-right:20px!important}.south_9f68 li.title_west_c13d:last-child>a{margin-right:-20px!important}.module_8ba4.article-fixed-0830>li.tiny-3788,.module_8ba4.prev_e224>li.tiny-3788{border-color:#f1f1f1}.south_9f68 .hot-8eeb li>a,.module_8ba4.south_9f68>li>a{border-bottom:1px solid #ececec;margin:0 10px;padding-left:0;padding-right:0}.south_9f68{padding:20px}.article-fixed-0830 .hot-8eeb li>a,.module_8ba4.article-fixed-0830>li>a{border-radius:10px;margin:0 10px;padding-left:10px;padding-right:5px}.article-fixed-0830 .hot-8eeb li>a:hover,.article-fixed-0830.hard-80e2 .hot-8eeb li>a:hover,.module_8ba4.article-fixed-0830.hard-80e2>li>a:hover,.module_8ba4.article-fixed-0830>li>a:hover{background-color:#446084;color:#fff!important}.prev_e224 .hot-8eeb li>a:hover,.module_8ba4.prev_e224>li>a:hover{background-color:rgba(0,0,0,.03)}.module_8ba4.article-fixed-0830 li.table_dynamic_8620,.module_8ba4.prev_e224 li.table_dynamic_8620{padding:0 20px 10px}.active-right-81b7 .module_8ba4{padding:0}li.detail-simple-cdc2>.pro-8e3c,li.advanced_28b5:hover>.pro-8e3c{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%}.pro-8e3c>li.tiny-3788{white-space:normal}.red-b942 li.advanced_28b5:after,.red-b942 li.advanced_28b5:before{border:solid transparent;bottom:-2px;content:"";height:0;left:50%;opacity:0;pointer-events:none;position:absolute;width:0;z-index:10}.red-b942 li.advanced_28b5:after{border-color:hsla(0,0%,87%,0) hsla(0,0%,87%,0) #fff;border-width:8px;margin-left:-8px}.red-b942 li.advanced_28b5:before{border-width:11px;margin-left:-11px;z-index:-999}.red-b942 .block-a174 .notice-5a72:after,.red-b942 .block-a174 .notice-5a72:before,.red-b942 .block-a174 .hovered-b7bd:after,.red-b942 .block-a174 .hovered-b7bd:before,.red-b942 li.advanced_28b5.chip-dirty-af4b:after,.red-b942 li.advanced_28b5.chip-dirty-af4b:before,.red-b942 li.advanced_28b5.footer_slow_6093:after,.red-b942 li.advanced_28b5.footer_slow_6093:before{display:none}.black_0dca .module_8ba4{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.red-b942.copper_e3a7 li.advanced_28b5:before{border-bottom-color:#ddd}.copper_e3a7 .module_8ba4{border:2px solid #ddd}.red-b942 li.detail-simple-cdc2.advanced_28b5:after,.red-b942 li.detail-simple-cdc2.advanced_28b5:before{opacity:1;transition:opacity .25s}.bottom_8518.slider_70ea>a:after,.component_e1c0.slider_70ea>a:after,.pressed-acb9.slider_70ea>a:after,.hidden_motion_a6fe.slider_70ea>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}.component_e1c0.slider_70ea>a:after{background-color:#446084}.hidden_motion_a6fe.slider_70ea>a:after{background-color:#d26e4b}.pressed-acb9.slider_70ea>a:after{background-color:#7a9c59}.bottom_8518.slider_70ea>a:after{background-color:#b20000}.carousel-084a p{margin:0;padding-bottom:0}.carousel-084a,.carousel-084a ul:not(.module_8ba4){margin:0;padding:0}.carousel-084a>li>a.mask-silver-6d44,.carousel-084a>li>button{margin-bottom:0}.carousel-084a{align-items:center;display:inline-block;display:flex;flex-flow:row wrap;width:100%}.carousel-084a,.carousel-084a>li{position:relative}.carousel-084a>li{list-style:none;margin:0 7px;padding:0;transition:background-color .3s}.carousel-084a>li,.carousel-084a>li>a{display:inline-block}.carousel-084a>li>a{align-items:center;display:inline-flex;flex-wrap:wrap;padding:10px 0}.table_dynamic_8620 .carousel-084a>li>a{padding-bottom:0;padding-top:0}.dark-bd7b .carousel-084a>li>a,.carousel-084a.dark-bd7b>li>a{font-weight:400;padding-bottom:5px;padding-top:5px;vertical-align:top}.dark-bd7b.carousel-084a>li.table_dynamic_8620{font-size:.75em}.block-f8d9{justify-content:center}.last_8e7c{justify-content:space-between}.wood_0ec3{justify-content:flex-start}.red_c95f{justify-content:flex-end}@media(max-width:849px){.item_dc93{justify-content:center}}@media(max-width:549px){.black-4819{justify-content:center}}.hot-8eeb>li>a,.module_8ba4>li>a,.alert-20d6>li>a,.carousel-084a>li>a{color:hsla(0,0%,40%,.85);transition:all .2s}.hot-8eeb>li>a,.module_8ba4>li>a{display:block}.hot-8eeb li.fn-active-03e6>a,.hot-8eeb li>a:hover,.module_8ba4 li.fn-active-03e6>a,.module_8ba4>li>a:hover,.alert-20d6>li>a:hover,.carousel-084a>li.fn-active-03e6>a,.carousel-084a>li.fn-current-03e6>a,.carousel-084a>li>a.fn-active-03e6,.carousel-084a>li>a.fn-current-03e6,.carousel-084a>li>a:hover{color:hsla(0,0%,7%,.85)}.carousel-084a li:first-child{margin-left:0!important}.carousel-084a li:last-child{margin-right:0!important}.outline_1c75>li>a{font-weight:bolder;letter-spacing:.02em;text-transform:uppercase}.light-f24f>li>a{font-weight:thin!important}@media(min-width:850px){.footer-next-a0cf>li{margin:0 .7em}.footer-next-a0cf>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}.footer-next-a0cf>li+li.pagination_orange_78f4>a:after{height:50px;margin-top:-25px}}li.table_dynamic_8620 .steel-3330,li.table_dynamic_8620 form,li.table_dynamic_8620 input,li.table_dynamic_8620 select{margin:0}li.table_dynamic_8620>.mask-silver-6d44{margin-bottom:0}li.mask_7895>a{display:none!important}.steel_5157>li>a,.steel_5157>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}.steel_5157>li i{font-size:1.2em;top:-1px;vertical-align:middle}.steel_5157>li>.fn-current-03e6,.steel_5157>li>a:hover,.steel_5157>li>span:hover{background-color:#446084;border-color:#446084;color:#fff}.soft-88f5 .middle-aa20{bottom:0;overflow:hidden;position:fixed;top:0;width:100%}.soft-88f5 .middle-aa20 .caption_easy_1e85{height:100%;padding-bottom:0;padding-top:0;transform:translateX(0);transition:transform .3s;will-change:transform}.east-1d11 .plasma-cb9f>li>.outline_c6b6,.east-1d11 .plasma-cb9f>li>ul.banner-f890{-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%}.east-1d11 .plasma-cb9f>li>.outline_c6b6>li,.east-1d11 .plasma-cb9f>li>ul.banner-f890>li{align-items:center;display:flex;flex-flow:row wrap}.east-1d11 .plasma-cb9f>li>.outline_c6b6.sidebar-wood-49a5,.east-1d11 .plasma-cb9f>li>ul.banner-f890.sidebar-wood-49a5{display:block}.east-1d11 .plasma-cb9f>li>.outline_c6b6.mask_3edc,.east-1d11 .plasma-cb9f>li>ul.banner-f890.mask_3edc{overflow-y:hidden;padding-right:100%;width:200%}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31),.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31){border-top:1px solid #ececec;margin-bottom:0;margin-top:0;transition:background-color .3s}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>a,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>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}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31).fn-active-03e6,.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31):hover,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31).fn-active-03e6,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31):hover{background-color:rgba(0,0,0,.05)}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>.outline_c6b6,.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>ul.banner-f890,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>.outline_c6b6,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>ul.banner-f890{-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%}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>.outline_c6b6>li,.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>ul.banner-f890>li,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>.outline_c6b6>li,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>ul.banner-f890>li{align-items:center;display:flex;flex-flow:row wrap}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>.outline_c6b6.sidebar-wood-49a5,.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>ul.banner-f890.sidebar-wood-49a5,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>.outline_c6b6.sidebar-wood-49a5,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>ul.banner-f890.sidebar-wood-49a5{display:block}.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>.outline_c6b6.mask_3edc,.paragraph_motion_f01c .plasma-cb9f>li>.outline_c6b6>li:not(.widget_7e31)>ul.banner-f890.mask_3edc,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>.outline_c6b6.mask_3edc,.paragraph_motion_f01c .plasma-cb9f>li>ul.banner-f890>li:not(.widget_7e31)>ul.banner-f890.mask_3edc{overflow-y:hidden;padding-right:100%;width:200%}.plasma-cb9f{-webkit-overflow-scrolling:auto;height:100%;overflow:visible;overflow-y:auto;padding-top:20px}.plasma-cb9f .fn-active-03e6>.focus_pressed_4795{transform:none}.plasma-cb9f>li{flex-shrink:0}.widget_7e31 .focus_pressed_4795{margin-left:0!important;padding-left:5px;position:relative!important;text-align:left;top:0!important;width:100%}.widget_7e31 .focus_pressed_4795 i{font-size:1.4em;margin-right:2px}.smooth_1c69 .widget_7e31 .focus_pressed_4795{margin-left:auto!important;margin-right:auto!important;width:auto}.popup_large_5b6a>li>a:before,.focus_thick_dacd>li>a:before,.banner-basic-05be>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%}.popup_large_5b6a>li.fn-active-03e6>a:before,.popup_large_5b6a>li:hover>a:before,.focus_thick_dacd>li.fn-active-03e6>a:before,.focus_thick_dacd>li:hover>a:before,.banner-basic-05be>li.fn-active-03e6>a:before,.banner-basic-05be>li:hover>a:before{opacity:1}.carousel-084a:hover>li:not(:hover)>a:before{opacity:0}.lite_d00a .popup_large_5b6a:before{bottom:0;top:auto}.focus_thick_dacd>li>a:before{width:0}.focus_thick_dacd>li.fn-active-03e6>a:before,.focus_thick_dacd>li:hover>a:before{width:100%}.popup_large_5b6a>li:after,.popup_large_5b6a>li:before{display:none}.popup_large_5b6a>li>a:before{bottom:0;top:auto}.popup_current_fe2d>li.fn-active-03e6>a,.clean_347c>li.fn-active-03e6>a{background-color:#446084;color:#fff;opacity:1}.preview_bright_e4b9>li.fn-active-03e6>a{background-color:#fff}.component-43a7 .carousel-084a.preview_bright_e4b9>li.fn-active-03e6>a{color:#000}.list_e2ed>li.fn-active-03e6>a{border-color:currentColor;color:#446084}.lite_d00a{display:flex;flex-flow:row wrap}.lite_d00a .carousel-084a,.lite_d00a .disabled-1efd{width:100%}.disabled-1efd{padding-top:1em}.disabled-1efd .breadcrumb-f425{padding:0}.disabled-1efd .content_pressed_360a:not(.fn-active-03e6){display:block;height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.disabled-1efd .content_pressed_360a.fn-active-03e6{display:block!important}.popup_current_fe2d>li,.list_e2ed>li,.clean_347c>li,.preview_bright_e4b9>li{margin:0}.popup_current_fe2d>li>a,.clean_347c>li>a{line-height:2.5em;padding:0 .75em}.clean_347c>li>a{border-radius:99px}.preview_bright_e4b9>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}.preview_bright_e4b9>li.fn-active-03e6>a{border-top-color:#446084}.component-43a7 .preview_bright_e4b9>li:not(.fn-active-03e6)>a{background-color:hsla(0,0%,100%,.1);border-color:transparent}.lite_d00a .preview_bright_e4b9>li{margin:0 .1em -1px}.preview_bright_e4b9+.disabled-1efd{background-color:#fff;border:1px solid #ddd;padding:30px}.list_e2ed>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){.lite_d00a .border_8702{padding-top:0;width:25%}.border_8702+.disabled-1efd{border-left:1px solid #ddd;flex:1;margin-top:0!important;padding:0 30px 30px}.lite_d00a .border_8702.list_e2ed{padding-right:15px}}@media(max-width:549px){.modal_9773>li{margin:0!important;width:100%}.modal_9773>li a{display:block;width:100%}.secondary-5bd7{-webkit-overflow-scrolling:touch;flex-flow:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.secondary-5bd7>li{display:inline-block}}.left_4fee{background-color:rgba(0,0,0,.02);flex:1 0 50%;list-style-type:none;max-width:50%;text-align:center}.left_4fee.fn-active-03e6{background-color:rgba(0,0,0,.05)}.secondary-medium-ae99{flex:1 1 auto}.icon-full-3ad2.carousel-084a>li{margin:0}.icon-full-3ad2.carousel-084a>li>a{display:flex;padding:15px 10px}.focus_pressed_4795{box-shadow:none!important;color:currentColor;height:auto;line-height:1;margin:0 5px 0 0;opacity:.6;padding:0;width:45px}.focus_pressed_4795 i{font-size:1.8em;transition:all .3s}.focus_pressed_4795:focus{color:currentColor}.focus_pressed_4795:hover{cursor:pointer;opacity:1}.fn-active-03e6>.focus_pressed_4795{transform:rotate(-180deg)}.fn-active-03e6>ul.banner-f890,.fn-active-03e6>ul.outline_c6b6:not(.module_8ba4){display:block!important}.sidebar-in-2d73 .focus_pressed_4795{margin:0 0 0 5px;min-height:1em;width:1em}.sidebar-in-2d73 .focus_pressed_4795 i{font-size:1.2em;top:1px}@media(prefers-reduced-motion){.focus_pressed_4795{transition:none}}.carousel-084a.border_8702{flex-flow:column}.carousel-084a.border_8702 li{list-style:none;margin:0;width:100%}.border_8702 li li{font-size:1em;padding-left:.5em}.border_8702 .title_west_c13d{display:none!important}.border_8702>li{align-items:center;display:flex;flex-flow:row wrap}.border_8702>li ul{width:100%}.border_8702 li li.shadow_09eb{margin-bottom:1em}.border_8702 li li.shadow_09eb:not(:first-child){margin-top:1em}.border_8702>li>a,.border_8702>li>ul>li a{align-items:center;display:flex;flex-grow:1;width:auto}.border_8702 li li.shadow_09eb>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.border_8702>li.table_dynamic_8620{padding-bottom:1em;padding-top:1em}.border_8702>li>ul li a{color:#666;transition:color .2s}.border_8702>li>ul li a:hover{color:#111;opacity:1}.border_8702>li>ul{margin:0 0 2em;padding-left:1em}.carousel-084a .banner-f890{left:-99999px;opacity:0;position:fixed;transform:translateX(-10px);transition:background-color .6s,transform .3s,opacity .3s}@media(prefers-reduced-motion){.carousel-084a .banner-f890{opacity:1;transform:none}}.carousel-084a:not(.plasma-cb9f) .fn-active-03e6>.banner-f890{left:auto;opacity:1;padding-bottom:30px;position:inherit;transform:translateX(0)}.message_c8de.border_8702>li.slider_70ea.fn-active-03e6,.message_c8de.border_8702>li.slider_70ea:hover{background-color:rgba(0,0,0,.05)}.message_c8de.border_8702>li+li{border-top:1px solid #ececec}.hard-80e2 .message_c8de.border_8702>li+li,.hard-80e2 .alert-20d6>li+li{border-color:hsla(0,0%,100%,.2)}.border_8702>li+li{border-top:1px solid #ececec}.alert-20d6>li+li{border-color:#ececec}.border_8702.banner-basic-05be>li>a:before{height:100%;left:auto;right:-2px;width:3px;z-index:1}.border_8702.preview_bright_e4b9>li>a{border:0}.border_8702.preview_bright_e4b9>li.fn-active-03e6>a{border-left:3px solid #446084}.smooth_1c69 .focus_pressed_4795{margin-left:-35px}.smooth_1c69 .border_8702 li{border:0}.smooth_1c69 .border_8702 li li,.smooth_1c69.border_8702 li li{padding-left:0}@media screen and (max-width:549px){.header_b709{flex-flow:column;margin-bottom:20px}.header_b709>li{border-bottom:1px solid #ececec;list-style:none;margin:0!important;width:100%}}.border_8702 .selected-6c1f{width:100%}.border_8702 .narrow_657a,.border_8702 .texture-down-779f{display:block;width:100%}@media screen and (min-width:849px){.small-a8f4>.clean_f7e6>.element-d513>.border_8702{width:calc(100% + 31px)}}.footer-cf94{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}.footer-cf94 .pattern-951b{font-size:1.7em;margin-right:10px}.dropdown-middle-cbb9{display:block;font-size:.9em;font-weight:400;line-height:1.3}.widget-8abc{flex:1 1 auto}.column-72fe{background-color:#fff;opacity:0;position:absolute;visibility:hidden;width:250px;z-index:9}.column-72fe .alert-20d6{align-items:stretch;display:flex;flex-direction:column}.column-72fe .alert-20d6>li.slider_70ea{list-style:none;margin:0;position:static}.column-72fe .alert-20d6>li.slider_70ea[class*=" label-"]>a:after,.column-72fe .alert-20d6>li.slider_70ea[class^=label-]>a:after{order:2;top:0}.column-72fe .alert-20d6>li.slider_70ea>a>i.photo_smooth_ed8e{margin-left:auto;margin-right:-.1em;order:3;transform:rotate(-90deg)}.column-72fe .alert-20d6>li.slider_70ea>a{align-items:center;display:flex;padding:10px 15px}.column-72fe .alert-20d6 li.gas-48a4>a>i,.column-72fe .alert-20d6 li.gas-48a4>a>img,.column-72fe .alert-20d6 li.gas-48a4>a>svg{margin-right:10px}.column-72fe .message-d86c{font-size:.9em;order:1}.column-72fe .detail-simple-cdc2 .module_8ba4{left:100%!important;top:0}.column-72fe .detail-simple-cdc2.slider_70ea .module_8ba4{min-height:100%}.status_d461{opacity:1;visibility:visible}.accordion-0f52 .column-72fe,.description_white_c1fd .column-72fe{opacity:0;visibility:hidden}.module-full-ed9e:not(.description_white_c1fd) .column-72fe{transition:opacity .25s,visibility .25s}.column-72fe.info-dirty-4682{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.preview_9d11:hover .column-72fe{opacity:1;visibility:visible}.grid_c37c{margin:30px 0 0}.link-c72c{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:table;height:2.8em;pointer-events:none;width:2.8em;z-index:20}.link-c72c.fn-top-03e6{left:0}.out_c27e{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%}.frame_1adc{height:2.3em;width:2.3em}.frame_1adc .out_c27e{line-height:.7}.link-c72c+.link-c72c{height:2.5em;opacity:.9;width:2.5em}.link-c72c+.link-c72c+.link-c72c{opacity:.8}.photo-0d76 .out_c27e,.last_0b5c .out_c27e{background-color:#fff;border:2px solid;color:#446084}.box-227b:hover .last_0b5c .out_c27e{background-color:#446084;border-color:#446084;color:#fff}.article-1efc,.last_0b5c{margin-left:-.4em}.surface_b550{margin-left:1em}.article-1efc+.link-c72c{margin-left:-.4em;margin-top:-.4em}.article-1efc .out_c27e,.surface_b550 .out_c27e{border-radius:999px}.photo-0d76 .out_c27e,.sidebar-in-2d73 .last_0b5c .out_c27e{background-color:transparent}.photo-0d76{height:2em;margin-left:-4px}.sidebar-in-2d73 .link-c72c{margin:0!important}.hard-80e2 .sidebar-in-2d73 .last_0b5c .out_c27e{color:#fff;opacity:.7}.paragraph-9d3b .article-1efc{margin-left:15px}.lite_d982{background-color:#446084;min-height:30px;position:relative;width:100%}.gallery-cf78{overflow:hidden}.dropdown_selected_b88d{height:100%;max-height:100%;position:relative}@media(max-width:549px){.dropdown_selected_b88d{-webkit-overflow-scrolling:touch;overflow:auto}}.dropdown_selected_b88d>*{position:absolute!important}.hard-80e2 .lite_d982 a{color:#fff}.pagination_f530{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){.last-14fa .link-thick-74ec{display:none}}.narrow-6a2e{margin:0 auto;position:relative;width:100%}.narrow-6a2e>a{display:block;width:100%}.narrow-6a2e a{display:inline-block}.narrow-6a2e,.prev-c3c6,.badge_brown_de34{transition:opacity .3s,transform .3s,background-color .3s}.prev-c3c6>a,.prev-c3c6>div>a{display:block}.prev-c3c6>a:focus-visible,.prev-c3c6>div>a:focus-visible{outline-offset:-2px}.badge_brown_de34{font-size:.9em;padding-bottom:1.4em;padding-top:.7em;position:relative;width:100%}.info-dirty-4682 .badge_brown_de34{padding-left:1.2em;padding-right:1.2em}@media(max-width:549px){.badge_brown_de34{font-size:85%}}.prev-c3c6{height:auto;margin:0 auto;overflow:hidden;position:relative}.prev-c3c6[style*=-radius]{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.message_black_0427{overflow:hidden;position:relative;z-index:0}.badge_brown_de34.smooth_1c69{padding-left:10px;padding-right:10px}.prev-c3c6 img{margin:0 auto;max-width:100%;width:100%}.icon-74d1{overflow:hidden}.icon-74d1 .badge_brown_de34.smooth_1c69{left:50%;margin:10% 0;transform:translateX(-50%)}.icon-74d1 .badge_brown_de34.status_rough_e711{left:auto;right:0}.icon-74d1 .badge_brown_de34{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}.icon-74d1:hover .badge_brown_de34{opacity:1}.background-e556{overflow:hidden}.background-e556 .badge_brown_de34{background-color:hsla(0,0%,100%,.95);bottom:15%;padding:.8em 1em 1em;position:absolute;transition:background .3s;z-index:1}.hard-80e2 .background-e556 .badge_brown_de34{background-color:rgba(0,0,0,.95)}.background-e556:hover .badge_brown_de34{background-color:#446084}.panel_8bcc .badge_brown_de34{padding:15px 15px 20px;z-index:1}.panel_8bcc:hover .badge_brown_de34{background-color:#fff;transform:translateY(-15px)}.hard-80e2 .panel_8bcc:hover .badge_brown_de34{background-color:#222}.panel_8bcc:hover .prev-c3c6{transform:translateY(-5px)}.aside-fast-8a82 .badge_brown_de34{background-color:hsla(0,0%,100%,.95);margin:-15% auto 0;max-width:85%;padding:15px 20px}.tooltip_6e26 .badge_brown_de34,.down-c88e .badge_brown_de34{bottom:0;max-height:100%;padding-left:1.5em;padding-right:1.5em;position:absolute;width:100%}.tooltip_6e26.hard-80e2 .badge_brown_de34,.down-c88e.hard-80e2 .badge_brown_de34{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.focus-cold-f280 .badge_brown_de34{display:none!important}.logo_6d67:hover .tooltip_6e26 .badge_brown_de34,.logo_6d67:hover .down-c88e .badge_brown_de34{opacity:0!important}.fast-cbe0.tooltip_6e26 .badge_brown_de34,.fast-cbe0.down-c88e .badge_brown_de34{bottom:auto!important;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:16}.clean_9c86.tooltip_6e26 .badge_brown_de34,.clean_9c86.down-c88e .badge_brown_de34{bottom:auto!important;left:0;position:absolute;right:0;top:0;z-index:16}.disabled_paper_78b8 .fast-cbe0 .badge_brown_de34{bottom:auto;position:relative;top:auto;transform:translateY(0)}.input-mini-b666 .fixed-c123{max-width:100%!important;width:100%!important}@media screen and (max-width:549px){.disabled_paper_78b8 .prev-c3c6{width:100%!important}}@media screen and (min-width:550px){.fresh-8836 .fixed-c123{flex-basis:100%!important;max-width:100%!important}.fresh-8836 .narrow-6a2e,.disabled_paper_78b8{display:table;width:100%}.fresh-8836 .narrow-6a2e .shade_b05a,.disabled_paper_78b8 .shade_b05a{direction:rtl}.fresh-8836 .narrow-6a2e .prev-c3c6,.fresh-8836 .narrow-6a2e .badge_brown_de34,.disabled_paper_78b8 .prev-c3c6,.disabled_paper_78b8 .badge_brown_de34{direction:ltr;display:table-cell;vertical-align:middle}.fresh-8836 .narrow-6a2e .badge_brown_de34,.disabled_paper_78b8 .badge_brown_de34{padding-left:1.5em;padding-right:1.5em}.fresh-8836 .narrow-6a2e .prev-c3c6,.disabled_paper_78b8 .prev-c3c6{width:50%}.fresh-8836 .narrow-6a2e.nav_iron_3ac9 .badge_brown_de34,.disabled_paper_78b8.nav_iron_3ac9 .badge_brown_de34{vertical-align:top}}.mask-silver-6d44,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}.mask-silver-6d44 span{display:inline-block;line-height:1.6}.mask-silver-6d44.filter-fluid-5ae8{line-height:2.19em}.carousel-084a>li>a.mask-silver-6d44,.carousel-084a>li>a.mask-silver-6d44:hover{padding-bottom:0;padding-top:0}.carousel-084a>li>a.mask-silver-6d44:hover{color:#fff}.mask-silver-6d44,input[type=button].mask-silver-6d44,input[type=reset].mask-silver-6d44,input[type=submit],input[type=submit].mask-silver-6d44{background-color:#446084;background-color:var(--primary-color);border-color:rgba(0,0,0,.05);color:#fff}.mask-silver-6d44.filter-fluid-5ae8,input[type=button].filter-fluid-5ae8,input[type=reset].filter-fluid-5ae8,input[type=submit].filter-fluid-5ae8{background-color:transparent;border:2px solid}.mask-silver-6d44:hover,.hard-80e2 .mask-silver-6d44.frame_dynamic_f013: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}.mask-silver-6d44.box-purple-f33b,.mask-silver-6d44.panel_ae9f{background-color:transparent!important;border-color:transparent!important;padding-left:.15em;padding-right:.15em}.mask-silver-6d44.panel_ae9f:before{background-color:currentColor;bottom:0;content:"";height:2px;left:20%;opacity:.3;position:absolute;transition:all .3s;width:60%}.mask-silver-6d44.panel_ae9f:hover:before{left:0;opacity:1;width:100%}.box-purple-f33b,.panel_ae9f{color:#666}.hard-80e2 .mask-silver-6d44.box-purple-f33b:hover,.hard-80e2 .mask-silver-6d44.panel_ae9f:hover{color:#fff;opacity:.8}.mask-silver-6d44.box-purple-f33b:hover,.mask-silver-6d44.panel_ae9f:hover{box-shadow:none;color:#333}.frame_dynamic_f013,button.frame_dynamic_f013,button[type=submit].frame_dynamic_f013,input[type=button].frame_dynamic_f013,input[type=reset].frame_dynamic_f013,input[type=submit].frame_dynamic_f013{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}.mask-silver-6d44.frame_dynamic_f013:hover{background-color:#f1f1f1;color:#000}.hard-80e2 .mask-silver-6d44,.hard-80e2 input[type=button],.hard-80e2 input[type=reset],.hard-80e2 input[type=submit]{color:#fff}.hard-80e2 .mask-silver-6d44.frame_dynamic_f013,.hard-80e2 input[type=button].frame_dynamic_f013,.hard-80e2 input[type=reset].frame_dynamic_f013,.hard-80e2 input[type=submit].frame_dynamic_f013{color:#000}.wood_9f3a{border-radius:99px}.alert-6d95,.card-liquid-1aea,.left_0c81{overflow:hidden}.alert-6d95:after,.card-liquid-1aea:after,.left_0c81: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%}.left_0c81:after{box-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.1),inset 0 2em 15px 0 hsla(0,0%,100%,.2)}.alert-6d95:after{box-shadow:inset -.01em -.1em 0 0 rgba(0,0,0,.15);left:0;width:100%}.filter-fluid-5ae8{color:silver}.filter-fluid-5ae8:hover{box-shadow:none!important}.fn-primary-03e6,input[type=submit],input[type=submit].mask-silver-6d44{background-color:#446084}.fn-primary-03e6.box-purple-f33b,.fn-primary-03e6.filter-fluid-5ae8,.fn-primary-03e6.panel_ae9f{color:#446084}.filter-fluid-5ae8:hover,.fn-primary-03e6.filter-fluid-5ae8:hover{background-color:#446084;border-color:#446084;color:#fff}.fn-success-03e6{background-color:#7a9c59}.fn-success-03e6.box-purple-f33b,.fn-success-03e6.filter-fluid-5ae8,.fn-success-03e6.panel_ae9f{color:#7a9c59}.fn-success-03e6.filter-fluid-5ae8:hover{background-color:#7a9c59;border-color:#7a9c59;color:#fff}.message-d10f{background-color:#fff!important;color:#666!important}.message-d10f.mask-silver-6d44.filter-fluid-5ae8{background-color:transparent;color:currentColor!important}.message-d10f.box-purple-f33b,.message-d10f.filter-fluid-5ae8,.message-d10f.panel_ae9f{background-color:transparent!important;color:#fff!important}.message-d10f.filter-fluid-5ae8:hover{background-color:#fff!important;border-color:#fff;color:#666!important}.mask-silver-6d44.carousel_8f6b,.mask-silver-6d44.label-bright-0c38,.badge_cc27,.fn-secondary-03e6{background-color:#d26e4b}.fn-secondary-03e6.box-purple-f33b,.fn-secondary-03e6.filter-fluid-5ae8,.fn-secondary-03e6.panel_ae9f{color:#d26e4b}.fn-secondary-03e6.filter-fluid-5ae8:hover{background-color:#d26e4b;border-color:#d26e4b;color:#fff}a.fn-primary-03e6:not(.mask-silver-6d44),a.fn-secondary-03e6:not(.mask-silver-6d44){background-color:transparent}.fn-alert-03e6{background-color:#b20000}.fn-alert-03e6.box-purple-f33b,.fn-alert-03e6.filter-fluid-5ae8,.fn-alert-03e6.panel_ae9f{color:#b20000}.fn-alert-03e6.filter-fluid-5ae8:hover{background-color:#b20000;border-color:#b20000;color:#fff}.smooth_1c69 .mask-silver-6d44:first-of-type{margin-left:0!important}.smooth_1c69 .mask-silver-6d44:last-of-type,.status_rough_e711 .mask-silver-6d44:last-of-type{margin-right:0!important}.mask-silver-6d44.fn-disabled-03e6,.mask-silver-6d44[disabled],button.fn-disabled-03e6,button[disabled]{opacity:.6}.outline-525b .mask-silver-6d44{margin-bottom:0;margin-right:.65em}.narrow_657a{display:inline-block}.narrow_657a .copper-bebf.filter-fluid-5ae8:not(:hover){color:#999}.component-43a7 .narrow_657a .copper-bebf.filter-fluid-5ae8:not(:hover){color:#fff}.narrow_657a .mask-silver-6d44{margin:0}.bottom_1209{margin-left:0!important}.bottom_1209:not(:hover){opacity:.7}.modal_hovered_6832 .mask-silver-6d44,.modal_hovered_6832 button,.modal_hovered_6832 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}.hard-80e2 code{background-color:rgba(0,0,0,.5);border-color:#000}.west-e01c{background-color:rgba(0,0,0,.1);display:block;height:3px;margin:1em 0;max-width:30px;width:100%}.sidebar-in-2d73 .west-e01c{margin-top:.66em}.hard-80e2 .west-e01c{background-color:hsla(0,0%,100%,.3)}form{margin-bottom:0}.list_f4b4,.chip-plasma-05a9 .shade-wide-13d6,.chip-plasma-05a9 .caption-under-8d60,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){.list_f4b4,.chip-plasma-05a9 .shade-wide-13d6,.chip-plasma-05a9 .caption-under-8d60,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>.picture-plasma-f50f{display:inline-block;font-weight:400;margin-left:.5em}abbr[title=required]{color:#b20000}input[type=checkbox]+label,input[type=radio]+label{display:inline}.list_f4b4,.chip-plasma-05a9 .shade-wide-13d6,.chip-plasma-05a9 .caption-under-8d60,select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.label_tall_feb1.container-paper-ffd2/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}.list_f4b4{display:inline-block;opacity:0;position:absolute;width:auto}select.info_steel_f5a2{width:55px}.action_7b7e b{border-color:transparent!important}.chip-plasma-05a9 .panel-7f9e .badge_69b7{background-image:none;height:auto;line-height:1.7em;padding:10px}.chip-plasma-05a9 .panel-7f9e .badge_69b7 .form-complex-bda3{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}}.column-92e1 input:not([type=submit]),.column-92e1 select,.column-92e1 textarea{background-color:rgba(0,0,0,.03);border-color:rgba(0,0,0,.09);border-radius:99px;box-shadow:none;color:currentColor!important}.column-92e1 button,.column-92e1 input{border-radius:99px}.column-92e1 textarea{border-radius:15px}.column_light_7a6b.column-92e1 .modal_hovered_6832,.column-92e1 .column_light_7a6b .modal_hovered_6832{padding-right:4px}.hard-80e2 .column-92e1 input:not([type=submit]),.hard-80e2 .column-92e1 select,.hard-80e2 .column-92e1 textarea,.component-43a7 .column-92e1 input:not([type=submit]),.component-43a7 .column-92e1 select,.component-43a7 .column-92e1 textarea{background-color:hsla(0,0%,100%,.2)!important;border-color:hsla(0,0%,100%,.09);color:#fff}.hard-80e2 .column-92e1 select option{color:#333}.hard-80e2 .column-92e1 select,.component-43a7 .column-92e1 select{background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.label_tall_feb1.container-paper-ffd2/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")}.hard-80e2 .column-92e1 input::-webkit-input-placeholder,.component-43a7 .column-92e1 input::-webkit-input-placeholder{color:#fff}.column-92e1 .mask-silver-6d44.container-830a{background-color:transparent!important;border-color:transparent!important;box-shadow:none;color:currentColor!important}.caption_c11b input:not([type=submit]),.caption_c11b select,.caption_c11b textarea{background-color:transparent;box-shadow:none}.caption_c11b.breadcrumb-simple-8d30 .progress-ede0{border-left:0;border-right:0;max-width:2em}.chip-narrow-d10c input,input.shade_93ef{border-color:#b20000;color:#b20000}.chip-narrow-d10c select{border-color:#b20000}.chip-narrow-d10c input.north_634e{outline:1px solid #b20000;outline-offset:1px}.chip-plasma-05a9{text-align:left}.column_wide_cbe6 .chip-plasma-05a9{margin-bottom:1em}.tooltip_b343{margin-bottom:0}.bottom_bc5c .cool_8ba7 .action_7b7e{width:30px}.chip-plasma-05a9 .shade-wide-13d6>.texture-south-fa12,.chip-plasma-05a9 .cool_8ba7 .text-purple-5b2e,.caption-under-8d60{line-height:2.507em;padding:0}.bottom_bc5c .cool_8ba7 .action_7b7e{height:2.507em}.thumbnail-1fdb{position:relative}.header_short_94d0 .surface_action_f11e label[for]:first-child{display:none}.surface_action_f11e .thumbnail-1fdb 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}.hard-80e2 .thumbnail-1fdb label{color:#000}.thumbnail-1fdb.prev_c528>label[for]:first-child{opacity:.8;z-index:1}.surface_action_f11e .column_wide_cbe6 input:not([type=checkbox]),.surface_action_f11e .column_wide_cbe6 select,.surface_action_f11e .column_wide_cbe6 textarea{height:3.0084em;transition:padding .3s}.column_wide_cbe6 .prev_c528 input,.column_wide_cbe6 .prev_c528 textarea{padding-bottom:.5em;padding-top:1.1em}.column_wide_cbe6 .prev_c528 select{padding-bottom:.4em;padding-top:1.1em}.focus-f0e4 .section-1aa9{margin-bottom:1em;max-width:100%;position:relative}.module_b797>.focus-f0e4,.avatar_6da9>.focus-f0e4{padding-left:3%!important;padding-right:3%!important}.section-1aa9 img,.section-1aa9 svg{padding-top:.2em;width:100%}.section-1aa9 svg{fill:currentColor;height:100%;transition:all .3s;width:100%}.section-1aa9 svg path{fill:currentColor}.focus-f0e4:hover .hard_9ec3 i,.focus-f0e4:hover .hard_9ec3 svg,.focus-f0e4:hover .hard_9ec3 svg path{fill:#fff}.hard_9ec3 .container-830a{height:0;overflow:hidden;padding-top:100%;position:relative}.hard_9ec3 .container-830a .badge-gold-d28b{border:2px solid;border-radius:100%;color:#446084;height:100%;position:absolute;top:0;transition:all .3s;width:100%}.focus-f0e4:hover .hard_9ec3 .container-830a .badge-gold-d28b{background-color:currentColor}.hard_9ec3 .container-830a i,.hard_9ec3 .container-830a img,.hard_9ec3 .container-830a svg{left:0;margin:0 20%;-o-object-fit:cover;object-fit:cover;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60%}.popup-a38c .hard_9ec3 .container-830a{position:absolute;width:100%}.popup-a38c,.backdrop_6993{display:flex;flex-flow:row wrap;width:100%}.popup-a38c .section-1aa9,.backdrop_6993 .section-1aa9{flex:0 0 auto;margin-bottom:0;max-width:200px}.popup-a38c .form_fb8f,.backdrop_6993 .form_fb8f{flex:1 1 0px}.backdrop_6993 .form_fb8f{order:-1}.popup-a38c .section-1aa9+.form_fb8f{padding-left:1em}.backdrop_6993 .section-1aa9+.form_fb8f{padding-right:1em}.clean-0ae0 .section-1aa9{margin:0 auto 1em}.button_2140>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}.blue-e539 i{margin-right:4px;opacity:.35}.mask-silver-6d44 i,button i{top:-1.5px;vertical-align:middle}.mask-silver-6d44.wrapper_yellow_9e50 i{top:-.027em}a.blue-2632,a.overlay-6ff5{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.container-830a:not(.mask-silver-6d44),button.container-830a:not(.mask-silver-6d44){font-family:sans-serif;font-size:1.2em;margin-left:.25em;margin-right:.25em}.notification-d58e a.container-830a:not(.mask-silver-6d44){margin-left:.3em;margin-right:.3em}.notification-d58e .dark-bd7b a.container-830a:not(.mask-silver-6d44){font-size:1em}.mask-silver-6d44.container-830a{display:inline-block;margin-left:.12em;margin-right:.12em;min-width:2.5em;padding-left:.6em;padding-right:.6em}.mask-silver-6d44.container-830a i{font-size:1.2em}.mask-silver-6d44.container-830a i+span{padding-right:.5em}.mask-silver-6d44.container-830a.summary-02b5{border-width:1px}.mask-silver-6d44.container-830a.summary-02b5 i{top:-1px}.mask-silver-6d44.container-830a.title-6465{padding-left:0;padding-right:0}.mask-silver-6d44.container-830a.title-6465>span{margin:0 8px}.mask-silver-6d44.container-830a.title-6465>span+i{margin-left:-4px}.mask-silver-6d44.container-830a.title-6465>i{margin:0 8px}.mask-silver-6d44.container-830a.title-6465>i+span{margin-left:-4px}.mask-silver-6d44.container-830a.title-6465>i:only-child{margin:0}.carousel-084a>li>a>i{font-size:20px;transition:color .3s;vertical-align:middle}.carousel-084a>li>a>i+span{margin-left:5px}.carousel-084a li.gas-48a4>a>i,.carousel-084a li.gas-48a4>a>img,.carousel-084a li.gas-48a4>a>svg{margin-right:5px}.carousel-084a>li>a>span+i{margin-left:5px}.dark-bd7b>li>a>i{font-size:1em}.carousel-084a>li>a>i.section_cffe{font-size:1.2em}.carousel-084a>li>a>i.pattern-951b{font-size:1.9em}.carousel-084a>li.hero-blue-b51d>a>i{min-width:1em}.border_8702>li>a>i{font-size:16px;opacity:.6}.narrow_657a a.container-830a:not(.mask-silver-6d44){display:inline-block;padding:6px 0}.narrow_657a a.container-830a:not(.mask-silver-6d44) i{font-size:24px}.narrow_657a a.container-830a:not(.mask-silver-6d44) i.section_cffe{font-size:16px}.dark-bd7b .narrow_657a a.container-830a:not(.mask-silver-6d44){padding:3px 0}.mask-silver-6d44:not(.container-830a)>i{margin-left:-.15em;margin-right:.4em}.mask-silver-6d44:not(.container-830a)>span+i{margin-left:.4em;margin-right:-.15em}.advanced_28b5 .photo_smooth_ed8e{font-size:16px;margin-left:.2em;opacity:.6}.menu-14ae{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}.menu-14ae i{font-size:1.3em;top:3px;transition:color .3s}.box-227b:hover .menu-14ae{opacity:1;transform:scale(1.15)}.tooltip_6e26 .menu-14ae,.down-c88e .menu-14ae{opacity:0}.column-huge-6504{display:inline-block;height:auto;position:relative;vertical-align:middle}span+.column-huge-6504{margin-left:10px}.column-huge-6504 img{max-width:32px;min-width:100%}.dark-bd7b .column-huge-6504{height:16px;margin:0 5px;width:16px}.dark-bd7b .column-huge-6504 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}.dark-bd7b [data-icon-label]:after{font-size:10px;height:13px;line-height:13px;min-width:13px;right:-10px;top:-4px}.mask-silver-6d44 [data-icon-label]:after{right:-12px;top:-12px}.iron-3e87 i{width:1em}.iron-3e87 i,.iron-3e87 span{display:inline-block;transition:opacity .3s,transform .3s}.iron-3e87 span{transform:translateX(.75em)}.iron-3e87 i+span{transform:translateX(-.75em)}.iron-3e87:hover>span{transform:translateX(0)}.iron-3e87:not(:hover) i{opacity:0}img{opacity:1;transition:opacity 1s}.clean_f7e6>.feature_cool_42b6:not(:last-child),.fixed-c123>.feature_cool_42b6:not(:last-child){margin-bottom:1em}.feature_cool_42b6,.feature_cool_42b6 .paragraph_mini_e8dc{position:relative}.feature_cool_42b6 .paragraph_mini_e8dc{overflow:hidden}.feature_cool_42b6,.feature_cool_42b6 img{width:100%}.border-rough-5307{background-color:rgba(0,0,0,.15);height:100%;left:-1px;pointer-events:none;right:-1px;top:0;transition:transform .3s,opacity .6s}.feature_cool_42b6 .short_3921,.border-rough-5307{bottom:0;position:absolute}.feature_cool_42b6 .short_3921{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%}.feature_cool_42b6 .complex-16bc,.feature_cool_42b6:hover .short_3921{transform:translateY(0)}.picture_in_7ab6{background-color:rgba(0,0,0,.03)}.content_41c3,.container_hot_70f7,.input-3e86{background-position:50% 50%;background-size:cover;height:auto;overflow:hidden;padding-top:100%;position:relative}.input-3e86{padding-top:56.5%}.pattern_9bd0 .prev-c3c6 img,.content_41c3 img,.container_hot_70f7 img,.input-3e86 iframe,.input-3e86 video,img.label-0619{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%}.pattern_9bd0 .prev-c3c6{padding-top:100%}.input-3e86 iframe{-o-object-fit:fill;object-fit:fill}.in-ecb0{padding:10px;position:absolute}.in-ecb0 a:last-child{margin-bottom:0}.in-ecb0 a.mask-silver-6d44{display:block}.in-ecb0.fn-bottom-03e6.fn-left-03e6{padding-right:0;padding-top:0}.in-ecb0.fn-top-03e6.fn-right-03e6{padding-bottom:0;padding-left:0}.in-ecb0 .image-9a59{bottom:100%;left:10px;margin:5px;position:absolute}.in-ecb0 .sort_rough_6676:hover{background-color:#b20000;border-color:#b20000}@media only screen and (max-device-width:1024px){.in-ecb0{opacity:1!important;padding:5px}}.container_hard_0adf{margin-top:10px}.container_hard_0adf 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}.container_hard_0adf a:hover{background-color:#fff;color:#000!important}.fluid_f6a9{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}.box-227b:hover .fluid_f6a9{background-color:#d26e4b;opacity:1}.widget_96d0{background-color:#fff;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);margin:0 auto;max-width:875px;position:relative}.widget_96d0 .pagination-8bc9{padding:30px 20px}.sidebar_fc46{background-color:rgba(0,0,0,.6)}@media(min-width:549px){.new_87b7{background-color:transparent!important}}.video-first-71db{opacity:0;transition:opacity .5s}.chip_steel_1a6c .video-first-71db{opacity:1}.block-fluid-7a0f{text-align:center}.focus-easy-67ed{background:#0b0b0b;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .25s;width:100%;z-index:1042}.focus-easy-67ed.article_65c9{opacity:.6}.focus-easy-67ed.surface-9da2{opacity:0!important}.stale_7d34{-webkit-backface-visibility:hidden;outline:none!important;position:fixed;z-index:1043}.input_middle_970d,.stale_7d34{height:100%;left:0;top:0;width:100%}.input_middle_970d{box-sizing:border-box;padding:30px;position:absolute;text-align:center}.input_middle_970d:before{content:"";display:inline-block;height:100%;vertical-align:middle}.element-b836{padding:40px 6.66%}.alert-d78f .input_middle_970d:before{display:none}.carousel_87c7{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}.modal-active-8114{box-shadow:1px 1px 5px 0 rgba(0,0,0,.2)}.article_65c9 .carousel_87c7{opacity:1;transform:translateY(0)}.article_65c9.surface-9da2 .carousel_87c7{opacity:0}.box_gas_1bd2 .carousel_87c7,.notification-0925 .carousel_87c7{cursor:auto;width:100%}.short_1a4b{cursor:progress}.border_west_88d0,.border_west_88d0 .element-b836 .out_f738{cursor:zoom-out}.sort_fresh_590d{cursor:pointer;cursor:zoom-in}.chip_down_a0af .carousel_87c7{cursor:auto}.image_8d4b,.out_f738,.picture_5143,.hero_stale_69ac{-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider_b7db.smooth_f4a7{display:none}.grid-6417{display:none!important}.hero_stale_69ac{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.hero_stale_69ac a{color:#ccc}.hero_stale_69ac a:hover{color:#fff}.dim-b066 .carousel_87c7,.pink_0fe5 .hero_stale_69ac{display:none}.out_f738{-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}.out_f738 svg{pointer-events:none}.carousel_87c7 .out_f738{position:absolute}.article_65c9 .out_f738{opacity:.6;transform:translateY(0) translateZ(1px)}.surface-9da2 .out_f738{display:none!important}.out_f738:hover{opacity:1}.wide-e236 .out_f738{color:currentColor;top:0!important}.picture_5143{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0}.image_8d4b{color:#fff;height:50px;margin:0;mix-blend-mode:difference;opacity:.6;position:fixed;text-align:center;top:50%;width:50px;z-index:1046}.image_8d4b i{font-size:42px!important;pointer-events:none}.image_8d4b:hover{opacity:1}.image_8d4b:active{top:50.1%}.surface-focused-1b93{left:0;transform:translateX(100%)}.cool_2566{right:0;transform:translateX(-100%)}.article_65c9 .surface-focused-1b93,.article_65c9 .cool_2566{transform:translateX(0)}.focus_7694{padding-bottom:40px;padding-top:40px}.focus_7694 .carousel_87c7,.notification-0925 .surface_north_c646{line-height:0;max-width:900px;width:100%}.focus_7694 .out_f738{top:-40px}.smooth_adaa{height:0;overflow:hidden;padding-top:56.25%;width:100%}.smooth_adaa iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.smooth_adaa iframe,.notification-0925 .surface_north_c646{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6)}.notification-0925 .panel_full_1eb1,img.description-bronze-fe89{margin:0 auto}img.description-bronze-fe89{-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}.smooth_f4a7,img.description-bronze-fe89{line-height:0}.smooth_f4a7: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}.smooth_f4a7 small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.smooth_f4a7 figure{margin:0}.pagination-d608{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.content-silver-b20e{word-wrap:break-word;color:#f3f3f3;font-size:11px;line-height:18px;padding-right:36px;text-align:left}.content-silver-b20e a{color:#f3f3f3;text-decoration:underline}.content-silver-b20e a:hover{color:#f3f3f3;opacity:.8;text-decoration:none}.element-b836 .carousel_87c7{max-width:100%}.border-70bb .element-b836 .smooth_f4a7{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.bottom-9ab0 .element-b836{padding-left:0;padding-right:0}.bottom-9ab0 img.description-bronze-fe89{padding:0}.bottom-9ab0 .smooth_f4a7:after{bottom:0;top:0}.bottom-9ab0 .smooth_f4a7 small{display:inline;margin-left:5px}.bottom-9ab0 .pagination-d608{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.bottom-9ab0 .pagination-d608:empty{padding:0}.bottom-9ab0 .picture_5143{right:5px;top:3px}}@media(max-width:849px){body.overlay-iron-db6d .stale_7d34{overflow:auto;position:fixed!important}}@media(prefers-reduced-motion){.focus-easy-67ed,.out_f738,.carousel_87c7{transition:opacity .3s}}.pro_6534,.fn-processing-03e6{position:relative}.pro_6534,.fn-processing-03e6: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}.prev-c3c6.fn-processing-03e6:before,.hard-80e2 .pro_6534,.hard-80e2 .fn-processing-03e6:before,.hard-80e2.pro_6534,.hard-80e2.fn-processing-03e6:before{border:3px solid rgba(0,0,0,.1)!important;border-left-color:#fff!important}.prev-c3c6.fn-processing-03e6:after{background-color:#000;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.prev-c3c6.fn-processing-03e6 .in-ecb0{opacity:0!important}.search-hot-4b86.fn-processing-03e6:before{position:fixed}.pro_6534.medium-8778,.fn-processing-03e6:before{left:50%;margin-left:-15px;margin-top:-15px;position:absolute;top:50%;z-index:99}.pro_6534{border-radius:50%;height:30px;width:30px}.mask-silver-6d44.fn-loading-03e6{color:hsla(0,0%,100%,.05);opacity:1!important;pointer-events:none!important;position:relative}.mask-silver-6d44.fn-loading-03e6: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}.filter-fluid-5ae8 .mask-silver-6d44.fn-loading-03e6:after{border-color:#446084}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.primary_0b19{align-items:center}.breadcrumb_1868 .nav-d65f,.primary_0b19:hover .nav-d65f{color:hsla(0,0%,7%,.85)}.hard-80e2 .nav-d65f{border-bottom-color:hsla(0,0%,100%,.2)}.hard-80e2 .breadcrumb_1868 .nav-d65f,.hard-80e2 .primary_0b19:hover .nav-d65f{color:hsla(0,0%,100%,.85)}.selected-3fd7.widget_c142 .primary_0b19:not(:last-of-type) .nav-d65f{border-bottom-style:solid}.nav-d65f{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}.focus_a326{flex-shrink:0;vertical-align:middle;width:16px}.focus_a326+.shade-iron-48a0{padding-left:.5em}.breadcrumb_bright_7803{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}.primary_0b19+.breadcrumb_bright_7803{margin-top:5px!important}.hard-80e2 .breadcrumb_bright_7803{color:currentColor}.soft-88f5 .carousel_87c7{-ms-scrollbar-base-color:#000;-ms-scrollbar-arrow-color:#000;-ms-overflow-style:-ms-autohiding-scrollbar}.soft-88f5 .border_8702>li>a{padding-bottom:15px;padding-top:15px}.soft-88f5 .border_8702 li li>a{padding-bottom:5px;padding-top:5px}.soft-88f5 .sidebar-orange-cfc6{display:none!important}.soft-88f5 .thick_4e72,.soft-88f5 .link-hovered-3d06{display:inline-block!important}.tall-033a .carousel_87c7,.paragraph-basic-ac1c .carousel_87c7{-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}.tall-033a.hard-80e2 .carousel_87c7,.paragraph-basic-ac1c.hard-80e2 .carousel_87c7{background-color:rgba(0,0,0,.95)}.paragraph-basic-ac1c .carousel_87c7{left:auto;right:0;transform:translateX(270px)}.message-lite-dac7 .border_8702>li>a,.message-lite-dac7 .border_8702>li>ul>li a{justify-content:center}.message-lite-dac7 .border_8702>li>a{font-size:1.5em}.message-lite-dac7 .input_middle_970d{padding:0}.message-lite-dac7 .carousel_87c7{-webkit-overflow-scrolling:touch;max-width:700px;overflow-x:hidden;overflow-y:auto;padding-top:50px}.message-lite-dac7 .carousel_87c7 .article-8efd{margin:0 auto;max-width:260px}.message-lite-dac7.focus-easy-67ed.article_65c9{opacity:.85}.focus-easy-67ed.message-lite-dac7:not(.hard-80e2){background-color:#fff;opacity:.95}.message-lite-dac7 .message_c8de.border_8702>li{border:0}.message-lite-dac7 .message_c8de.border_8702>li>a{padding-left:30px;padding-right:30px}.message-lite-dac7 .message_c8de.border_8702>li .focus_pressed_4795{position:absolute;right:0;top:15px}.message-lite-dac7:not(.hard-80e2) .out_f738{color:currentColor}.soft-88f5.surface-9da2 .carousel_87c7{opacity:0!important}.tall-033a.article_65c9 .carousel_87c7,.paragraph-basic-ac1c.article_65c9 .carousel_87c7{opacity:1;transform:translate(0)}.text_north_67f7 .alert_22e6{filter:blur(5px)}.text_north_67f7 .short_70a3{transform:scale(.98)}.text_north_67f7 .bronze-9da2{opacity:0!important;transform:translateY(-7px)}.text_north_67f7.badge-orange-b853 .bronze-9da2,.text_north_67f7.light-fcb6 .bronze-9da2{transform:translateX(-7px)}.soft-88f5 .caption_easy_1e85{padding:30px 0}.soft-88f5 .current-a053{padding:30px 20px}.soft-88f5:not(.message-lite-dac7) .border_8702 li>a{padding-left:20px}.soft-88f5:not(.message-lite-dac7) li.table_dynamic_8620{padding:20px}@media(prefers-reduced-motion){.tall-033a .carousel_87c7,.paragraph-basic-ac1c .carousel_87c7{transition:opacity .2s}}.rough-c4c9{--stack-gap:0;display:flex}.rough-c4c9>.prev_5dce>:first-child{margin-top:0}.rough-c4c9>.prev_5dce>:last-child{margin-bottom:0}.detail_black_f04b{flex-direction:row}.detail_black_f04b>*{margin:0!important}.detail_black_f04b>*~*{margin-left:var(--stack-gap)!important}.box-1324{flex-direction:column}.box-1324>*{margin:0!important}.box-1324>*~*{margin-top:var(--stack-gap)!important}.thumbnail-gas-2be2{align-items:stretch}.description_9c06{align-items:flex-start}.hard_16ec{align-items:center}.component_under_af0b{align-items:flex-end}.header-e2ee{align-items:baseline}.west-ff60{justify-content:flex-start}.detail-afc1{justify-content:center}.red-2b7e{justify-content:flex-end}.smooth_f4b2{justify-content:space-between}.grid-2bdf{justify-content:space-around}@media(max-width:849px){.left_556e\:stack-row{flex-direction:row}.left_556e\:stack-row>*{margin:0!important}.left_556e\:stack-row>*~*{margin-left:var(--stack-gap)!important}.left_556e\:stack-col{flex-direction:column}.left_556e\:stack-col>*{margin:0!important}.left_556e\:stack-col>*~*{margin-top:var(--stack-gap)!important}.left_556e\:items-stretch{align-items:stretch}.left_556e\:items-start{align-items:flex-start}.left_556e\:items-center{align-items:center}.left_556e\:items-end{align-items:flex-end}.left_556e\:items-baseline{align-items:baseline}.left_556e\:justify-start{justify-content:flex-start}.left_556e\:justify-center{justify-content:center}.left_556e\:justify-end{justify-content:flex-end}.left_556e\:justify-between{justify-content:space-between}.left_556e\:justify-around{justify-content:space-around}}@media(max-width:549px){.dropdown_warm_f0e8\:stack-row{flex-direction:row}.dropdown_warm_f0e8\:stack-row>*{margin:0!important}.dropdown_warm_f0e8\:stack-row>*~*{margin-left:var(--stack-gap)!important}.dropdown_warm_f0e8\:stack-col{flex-direction:column}.dropdown_warm_f0e8\:stack-col>*{margin:0!important}.dropdown_warm_f0e8\:stack-col>*~*{margin-top:var(--stack-gap)!important}.dropdown_warm_f0e8\:items-stretch{align-items:stretch}.dropdown_warm_f0e8\:items-start{align-items:flex-start}.dropdown_warm_f0e8\:items-center{align-items:center}.dropdown_warm_f0e8\:items-end{align-items:flex-end}.dropdown_warm_f0e8\:items-baseline{align-items:baseline}.dropdown_warm_f0e8\:justify-start{justify-content:flex-start}.dropdown_warm_f0e8\:justify-center{justify-content:center}.dropdown_warm_f0e8\:justify-end{justify-content:flex-end}.dropdown_warm_f0e8\:justify-between{justify-content:space-between}.dropdown_warm_f0e8\: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}.hard-80e2 td,.hard-80e2 th{border-color:hsla(0,0%,100%,.08)}td .breadcrumb_plasma_1baf,td dl,td form,td input,td label,td p,td select{margin:.5em 0}label{color:#222}.highlight_hard_e938{display:table}.bottom-fdc5{display:table-cell;vertical-align:middle}@media(max-width:849px){.pressed-cdaf{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)}.pressed-cdaf table{width:100%}}.notice_hard_0068{max-height:100%}.notice_hard_0068 .dim-a154{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:10}.menu-pressed-535c .prev_5dce,.logo-center-8ae9 .prev_5dce{background-color:rgba(0,0,0,.9);height:0;padding:100% 0 0!important}.menu-pressed-535c .lower_dc98,.logo-center-8ae9 .lower_dc98{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.menu-pressed-535c .photo-00b4,.menu-pressed-535c .dim-a154{border-radius:100%!important}.picture_0e25{position:relative}.module_b797>.feature_cool_42b6,.picture_0e25:last-child,.avatar_6da9>.feature_cool_42b6{margin-bottom:0}.warm_4ab3,.avatar_6da9{position:relative;scrollbar-width:none}.secondary-796c .module_b797>.fixed-c123{padding:0!important}.hard_ab8d{max-height:999px;transition:max-height 2s}.hard_ab8d:not(.status-58e3){max-height:500px}.hard_ab8d:not(.status-58e3)>div{opacity:0}.avatar_6da9:not(.status-58e3){-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;width:auto}.warm_4ab3::-webkit-scrollbar,.avatar_6da9::-webkit-scrollbar{height:0!important;width:0!important}.steel-3330.warm_4ab3:not(.status-58e3){display:block}.avatar_6da9:not(.status-58e3)>*{display:inline-block!important;vertical-align:top;white-space:normal!important}.avatar_6da9:not(.status-58e3)>a,.avatar_6da9>a,.avatar_6da9>a>img,.avatar_6da9>div:not(.fixed-c123),.avatar_6da9>img,.avatar_6da9>p{width:100%}.module_b797>a,.module_b797>a>img,.module_b797>div:not(.fixed-c123),.module_b797>figure,.module_b797>img,.module_b797>p{margin:0;padding:0;transition:transform .6s,opacity .6s,box-shadow .6s;width:100%!important}.module_b797>.steel-3330:not(.component_2b13){opacity:0}.status-58e3{display:block;position:relative}.status-58e3:focus{outline:none}.element-south-c6ed{height:100%;overflow:hidden;position:relative;width:100%}.module_b797{height:100%;position:absolute;width:100%}.shadow_yellow_093b .link-thick-74ec{transition:opacity .3s!important}.element_1b0d .element-south-c6ed .module_b797{pointer-events:none}.status-58e3.form_new_7b17{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.status-58e3.form_new_7b17 .element-south-c6ed{cursor:move;cursor:grab}.status-58e3.form_new_7b17 .element-south-c6ed.content-iron-206b{cursor:grabbing}.nav_dark_c2ea{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}.nav_dark_c2ea.gas-6268{right:2%;transform:translateX(-20%)}.nav_dark_c2ea.tabs-f9df{left:2%;transform:translateX(20%)}.down_8a2f .nav_dark_c2ea,.avatar_6da9:hover .nav_dark_c2ea{opacity:.7;transform:translateX(0)!important}.avatar_6da9 .nav_dark_c2ea:hover{box-shadow:none;opacity:1}.avatar_6da9 .nav_dark_c2ea:hover .menu-hot-2992,.avatar_6da9 .nav_dark_c2ea:hover svg{fill:#446084}@media(min-width:850px){.chip-a776 .nav_dark_c2ea.gas-6268{left:100%;right:auto}.chip-a776 .nav_dark_c2ea.tabs-f9df{left:auto;right:100%}}.nav_dark_c2ea:disabled,button.nav_dark_c2ea[disabled]{background:none!important;box-shadow:none!important;cursor:auto;opacity:0!important;pointer-events:none}.nav_dark_c2ea 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%}.widget-easy-b93c:not(.info-light-8637) .nav_dark_c2ea{margin-top:-10%}.widget-easy-b93c.info-light-8637 .nav_dark_c2ea svg{margin-top:-40px}.nav_dark_c2ea .menu-hot-2992,.nav_dark_c2ea svg{fill:currentColor;border-color:currentColor;transition:all .3s}.paragraph-smooth-ebd7,.video-0f9c{transition:height .2s}.nav_dark_c2ea.banner-motion-f02d{color:#111;font-size:26px}.cool-f6b3 .nav_dark_c2ea{display:none!important}.fast_02e9 .module_b797{transform:none!important}.fast_02e9 .module_b797>*{left:0!important;opacity:0;z-index:1}.fast_02e9 .module_b797>.component_2b13{opacity:1;z-index:2}.fast_02e9 .thumbnail_dbe0,.fast_02e9 .nav_dark_c2ea{z-index:3}@media(prefers-reduced-motion){.nav_dark_c2ea.gas-6268,.nav_dark_c2ea.tabs-f9df{transform:none!important}}.thumbnail_dbe0{bottom:15px;left:20%;line-height:1;list-style:none;margin:0;padding:0;position:absolute;right:20%;text-align:center}.warm_4ab3 .thumbnail_dbe0,.chip-a776 .thumbnail_dbe0{bottom:0}.banner_4998 .thumbnail_dbe0{direction:rtl}.thumbnail_dbe0 .north-8b01{border:3px solid #111;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;opacity:.4;transition:opacity .3s;width:12px}.outline-next-280a .thumbnail_dbe0 .north-8b01,.warm_4ab3 .thumbnail_dbe0 .north-8b01{background-color:#111;border:0;height:10px;opacity:.2;width:10px}.thumbnail_dbe0 .north-8b01:hover{opacity:.7}.thumbnail_dbe0 .north-8b01:first-child:last-child{display:none}.thumbnail_dbe0 .north-8b01.component_2b13{background-color:#111;opacity:1!important}.pattern-wide-964e .thumbnail_dbe0 .north-8b01{border-radius:0;height:4px;margin:0;width:40px}.card_red_f62c .thumbnail_dbe0 .north-8b01{border-radius:0;height:4px;width:40px}.stale_b73a .thumbnail_dbe0 .north-8b01{background-color:#111}.pagination_2fb3 .thumbnail_dbe0 .north-8b01{border-radius:0}.pro-d53e .nav_dark_c2ea .menu-hot-2992,.pro-d53e .nav_dark_c2ea svg{border:2px solid;border-radius:100%}.pro-d53e .nav_dark_c2ea:hover .menu-hot-2992,.pro-d53e .nav_dark_c2ea:hover svg{fill:#fff!important;background-color:#446084;border-color:#446084}.chip-a776.pro-d53e .gas-6268{transform:translateX(-50%)!important}.chip-a776.pro-d53e .tabs-f9df{transform:translateX(50%)!important}.info-light-8637{overflow:hidden;padding-top:0}.info-light-8637 .nav_dark_c2ea,.info-light-8637 .nav_dark_c2ea: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}.hard-80e2 .info-light-8637 .nav_dark_c2ea{background-color:rgba(0,0,0,.3);border-radius:99px;color:#fff}.info-light-8637 .nav_dark_c2ea.gas-6268{left:auto!important;right:-1px!important;transform:translateX(10%)}.info-light-8637 .nav_dark_c2ea.tabs-f9df{left:-1px!important;right:auto!important;transform:translateX(-10%)}.tall-1f06 .nav_dark_c2ea{color:#fff}.tall-1f06 .nav_dark_c2ea .menu-hot-2992,.tall-1f06 .nav_dark_c2ea svg{fill:#fff}.tall-1f06 .thumbnail_dbe0 .north-8b01{border-color:#fff}.tall-1f06 .thumbnail_dbe0 .north-8b01.component_2b13,.tall-1f06.stale_b73a .thumbnail_dbe0 .north-8b01{background-color:#fff}.hidden-orange-8b7d .module_b797>*,.hero_basic_1a68 .module_b797>*,.sort_dirty_1c03 .module_b797>*{margin:0 auto;max-width:1080px}.hidden-orange-8b7d:not(.status-58e3) .mini_91e0,.hero_basic_1a68:not(.status-58e3) .mini_91e0,.sort_dirty_1c03:not(.status-58e3) .mini_91e0{opacity:0!important}.hidden-orange-8b7d .mini_91e0,.hero_basic_1a68 .mini_91e0,.sort_dirty_1c03 .mini_91e0{opacity:1}.hidden-orange-8b7d .module_b797>:not(.component_2b13),.hero_basic_1a68 .module_b797>:not(.component_2b13),.sort_dirty_1c03 .module_b797>:not(.component_2b13){opacity:.5}.sort_dirty_1c03{padding:15px 0 25px}.sort_dirty_1c03 .module_b797>:before{background-image:url(../img/shadow@2x.thick-dbe0);background-size:100% 100%;bottom:-6px;content:"";height:100px;left:-10%;position:absolute;right:-10%;z-index:-2}.sort_dirty_1c03 .module_b797>:not(.component_2b13){opacity:1;transform:scale(.9);z-index:-1}.sort_dirty_1c03 .module_b797>:not(.component_2b13):before{height:200px;opacity:.5}.sort_dirty_1c03 .module_b797>.component_2b13{transform:scale(.95)}.hero_basic_1a68{background-color:transparent;padding:30px 0}.hero_basic_1a68 .thumbnail_dbe0{bottom:6px}.hero_basic_1a68 .module_b797>*{max-width:1050px}.hero_basic_1a68 .module_b797>:not(.component_2b13){transform:scale(.93)}@media screen and (max-width:549px){.picture_0e25 .nav_dark_c2ea{display:none}.warm_4ab3 .nav_dark_c2ea{background-color:transparent!important;box-shadow:none!important;opacity:.8;transform:translateX(0)!important;width:20px!important}.warm_4ab3 .nav_dark_c2ea svg{border:0!important;padding:3px!important}.thumbnail_dbe0{pointer-events:none}.module_b797 .dropdown_selected_b88d{overflow:hidden}}a{color:#334862;text-decoration:none}.mask-silver-6d44:focus:not(:focus-visible),a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible){outline:none}.mask-silver-6d44:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid currentColor;outline-offset:2px}a.copper-bebf{color:currentColor;transition:color .3s,opacity .3s,transform .3s}.component-43a7 a.copper-bebf:hover{opacity:.7}a.narrow-bfee:hover,a.overlay-6ff5:hover,a:hover{color:#000}.fn-primary-03e6:focus-visible,.surface_cold_5599:focus-visible,button[type=submit]:focus-visible{outline-color:#446084}.fn-secondary-03e6:focus-visible{outline-color:#d26e4b}.carousel_8f6b:focus-visible{outline-color:#d26e4b}.hard-80e2 .sidebar-in-2d73 a,.hard-80e2 a{color:currentColor}.hard-80e2 .sidebar-in-2d73 a:hover,.hard-80e2 a:hover{color:#fff}ul.button_2140{font-size:.85em;margin:5px 0}ul.button_2140 li{display:inline-block;margin:0 .4em}ul.button_2140 li a{color:currentColor}ul.button_2140 li:before{display:inline-block;font-family:fl-icons;margin-right:5px}ul.button_2140 li:first-child{margin-left:0}ul.button_2140 li:last-child{margin-right:0}.inner_91c4 .modal_hovered_6832{padding:.7em 0}.inner_91c4 i{font-size:2em;margin:0 10px!important;top:-1px;vertical-align:middle}.inner_91c4 .modal_hovered_6832+.modal_hovered_6832{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.disabled_9775,ul.disabled_9775>li{margin:0;padding:0}ul.disabled_9775>li{list-style:none}.clean_f7e6 ol li,.clean_f7e6 ul li,.breadcrumb-f425 ol li,.breadcrumb-f425 ul li,.widget-bffd ol li,.widget-bffd ul li{margin-left:1.3em}.clean_f7e6 ol li.bottom_0287,.clean_f7e6 ul li.bottom_0287,.breadcrumb-f425 ol li.bottom_0287,.breadcrumb-f425 ul li.bottom_0287,.widget-bffd ol li.bottom_0287,.widget-bffd ul li.bottom_0287{margin-left:0}ul li.alert-down-151a,ul li.disabled_2136,ul li.nav_selected_f2a8{border-bottom:1px solid #ececec;list-style:none;margin:0;padding:7px 0 7px 25px;position:relative}.hard-80e2 ul li.alert-down-151a,.hard-80e2 ul li.disabled_2136,.hard-80e2 ul li.nav_selected_f2a8{border-color:hsla(0,0%,100%,.2)}ul li.alert-down-151a:before,ul li.disabled_2136:before,ul li.nav_selected_f2a8:before{color:#7a9c59;font-family:fl-icons;font-size:16px;left:0;position:absolute}ul li.disabled_2136:before{content:""!important}ul li.alert-down-151a:before{content:""!important}ul li.nav_selected_f2a8:before{content:""!important}.mask-silver-6d44,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%}.feature-580d,h1{font-size:1.7em}.feature-580d,.fixed-977c,h1,h2{line-height:1.3}.fixed-977c,h2{font-size:1.6em}.highlight-inner-97c7,h3{font-size:1.25em}.progress_cfd6,h4{font-size:1.125em}.white-6f78,h5{font-size:1em}.surface-edb1,h6{font-size:.85em;opacity:.8}h1.column_cb23.hover_green_d415{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.south_6e2b>span{-webkit-box-decoration-break:clone;box-decoration-break:clone}a.description_south_1689,p.description_south_1689{font-size:1.3em}.lite_4901,h6,span.blue-e539,th{letter-spacing:.05em;line-height:1.05;text-transform:uppercase}.accent-9fa3{text-transform:none!important}span.blue-e539{font-size:1em;font-weight:600}.sort-92ea{font-weight:400}.progress-7607{font-weight:700}.search_yellow_c368,.title-cbb0{font-weight:300!important}.search_yellow_c368 strong,.title-cbb0 strong{font-weight:700!important}.section_small_67f4{font-style:italic!important}.heading_action_a50f,.lite_4901{line-height:1.2;text-transform:uppercase}.in-dcb3,.backdrop_pro_d1e3{font-family:Georgia}.message-639d{font-size:2.5em}.hero-3b5d{font-size:2em}.row_right_9757{font-size:1.5em}.info-942b{font-size:1.3em}.sort_fluid_3d83{font-size:1.15em}.summary-02b5,.summary-02b5.mask-silver-6d44{font-size:.8em}.search_paper_9c5b{font-size:.75em}.fresh_5ec8{font-size:.7em}.out_2178{font-size:.6em}@media(max-width:549px){.hero-3b5d{font-size:2.5em}.row_right_9757{font-size:1.8em}.info-942b{font-size:1.2em}.sort_fluid_3d83{font-size:1em}}.badge_brown_de34 a:not(.mask-silver-6d44),.badge_brown_de34 h1,.badge_brown_de34 h2,.badge_brown_de34 h3,.badge_brown_de34 h4,.badge_brown_de34 h5,.badge_brown_de34 h6{line-height:1.3;margin-bottom:.1em;margin-top:.1em}.badge_brown_de34 p{margin-bottom:.1em;margin-top:.1em}.badge_brown_de34 .mask-silver-6d44{margin-top:1em}.lite_d982 .mask-silver-6d44{margin-bottom:.5em;margin-top:.5em}.lite_d982 .west-e01c,.lite_d982 .smooth_1c69 .west-e01c{margin-bottom:1em;margin-top:1em}.lite_d982 h1{font-size:3.5em}.lite_d982 h2{font-size:2.9em}.lite_d982 h3{font-size:2em}.lite_d982 h1,.lite_d982 h2,.lite_d982 h3{font-weight:400;line-height:1;margin-bottom:.2em;margin-top:.2em;padding:0}.lite_d982 h4{font-size:1.5em;margin-bottom:.6em;margin-top:.6em;padding:0}.lite_d982 h5,.lite_d982 h6,.lite_d982 p{margin-bottom:1em;margin-top:1em;padding:0}.warm_fc08{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}.carousel-084a>li>a{font-size:.8em}.carousel-084a>li.table_dynamic_8620{font-size:.85em}.table-5f2b>li>a{font-size:.65em}.border-middle-6c58>li>a{font-size:.7em}.active_cb2a>li>a{font-size:.9em}.pagination-lower-302f>li>a{font-size:1em}.first_92ab>li>a{font-size:1.1em}.dynamic_7d76>li{margin:0}.highlight_2594>li{margin:0 5px}.caption_upper_0a93>li{margin:0 9px}.shade_89f6>li{margin:0 11px}.rough_eabe>li{margin:0 13px}.paragraph_bf5c{position:relative}.paragraph_bf5c:after{background:url(../img/underline.thick-dbe0) 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.heading_ff76{opacity:0;transition:opacity 2s}span.heading_ff76.fn-active-03e6{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}.overlay-a31b,.row_a8f5,.form_left_d7b0{border:2px solid #fff;display:inline-block;padding:5px}.overlay-a31b{border-color:#000}h1.overlay-a31b,h1.row_a8f5,h1.form_left_d7b0{padding:15px}.shade-active-52f6,.sidebar_steel_932e{border-bottom:3px solid #fff;border-top:3px solid #fff;display:inline-block;padding-bottom:15px;padding-top:15px}.shade-active-52f6{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}.hard-80e2 blockquote{color:#fff}.widget-e5d3:after,.summary_36fa:after,.detail_red_051f:after,.steel-3330:after{clear:both;content:"";display:table}@media(max-width:549px){.link-hovered-3d06,[data-show=hide-for-small]{display:none!important}.module_under_334e{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:550px){.accent_center_df5b,[data-show=show-for-small]{display:none!important}}@media(min-width:850px){.hovered_ffc5,[data-show=show-for-medium]{display:none!important}}@media(max-width:849px){.thick_4e72,[data-show=hide-for-medium]{display:none!important}.highlight-wood-85a3 .surface_fixed_40c5,.highlight-wood-85a3 .link_active_56be{float:none}.highlight-wood-85a3 .large-91e3{margin-left:auto}.highlight-wood-85a3 .hover-9e7b{margin-right:auto}.highlight-wood-85a3{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:850px){.overlay_ae59,[data-show=hide-for-large]{display:none!important}}.brown-f5f0,.notification_76c0{display:block;max-width:100%!important;padding-left:0!important;padding-right:0!important;width:100%!important}.link_active_56be{margin-right:0!important}.surface_fixed_40c5{margin-left:0!important}.hover_green_d415{margin-bottom:30px}.sidebar_hovered_b81e{margin-top:30px}.hover-9e7b{margin-right:30px}.large-91e3{margin-left:30px}.highlight_46c1{margin-bottom:0!important}.aside_ce6d{margin-left:0!important}.hovered_f961{margin-right:0!important}.button_tiny_b428{margin-top:0!important}.description-silver-b7b4{margin-bottom:15px}.lite-5245{margin-top:15px}.card_e967{margin-right:15px}.huge-27db{margin-left:15px}.description-silver-b7b4:last-child,.hover_green_d415:last-child{margin-bottom:0}.nav-6bfe{padding-bottom:30px}.label-893b{padding-top:30px}.thumbnail_0580{padding-bottom:15px}.tabs-first-f06c{padding-top:15px}.cool-9aa0{padding-bottom:0!important}.red_e1cb{padding-top:0!important}.dark-087b{margin:0!important}.bottom-f77a{padding:0!important}.texture_92e6{padding:30px}.gradient_cd00 :first-child{margin-top:0}.carousel-white-ead3 :last-child{margin-bottom:0}.photo_selected_d40b{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.hero-out-19a0{text-align:left}.smooth_1c69{text-align:center}.status_rough_e711{text-align:right}.smooth_1c69 .west-e01c,.smooth_1c69 .east_e07d,.smooth_1c69 .input_78af,.smooth_1c69>div,.smooth_1c69>div>div{margin-left:auto;margin-right:auto}.smooth_1c69 .surface_fixed_40c5,.smooth_1c69 .link_active_56be{float:none}.hero-out-19a0 .west-e01c,.hero-out-19a0 .east_e07d,.hero-out-19a0 .input_78af{margin-left:0;margin-right:auto}.status_rough_e711 .west-e01c,.status_rough_e711 .east_e07d,.status_rough_e711 .input_78af,.status_rough_e711>div,.status_rough_e711>div>div{margin-left:auto;margin-right:0}.fn-relative-03e6{position:relative!important}.fn-absolute-03e6{position:absolute!important}.fn-fixed-03e6{position:fixed!important;z-index:12}.fn-top-03e6{top:0}.fn-right-03e6{right:0}.fn-left-03e6{left:0}.fn-bottom-03e6,.chip-pink-d5e2{bottom:0}.chip-pink-d5e2{height:100%;left:0;margin:0!important;padding:0!important;position:absolute;right:0;top:0}.content_gold_2b4e{bottom:auto;top:50%;transform:translateY(-50%)}.border-92c5{left:50%;transform:translateX(-50%)}.border-92c5.content_gold_2b4e{bottom:auto!important;left:auto!important;right:50%;top:50%;transform:translate(50%,-50%)}.link_active_56be{float:right}.surface_fixed_40c5{float:left}.status_15fa{height:100%;height:100vh;min-height:550px;padding-bottom:0!important;padding-top:0!important}.filter-liquid-860e{background-position:50% 50%;background-repeat:no-repeat!important;background-size:cover!important}.breadcrumb_medium_2f01{background-position:top;-o-object-position:top;object-position:top}.title-6465,.title-6465 img{border-radius:999px!important;-o-object-fit:cover;object-fit:cover}.selected-1ed6{border-radius:5px}.hidden_4952{border:2px solid #446084;padding:15px 30px 30px}.short_ab65{border-style:dashed}.full_72a2{border-color:#7a9c59}.avatar-62c9{border-top:1px solid #ececec}.widget-d47d{border-bottom:1px solid #ececec}.down-f882{border-left:1px solid #ececec}.item_smooth_8943{border-right:1px solid #ececec}.fn-hidden-03e6{display:none!important;visibility:hidden!important}.east_3500{opacity:0;visibility:hidden}.block_simple_58c9{z-index:21}.complex-0e5d{z-index:22}.shade_fc50{z-index:23}.table-first-4834{z-index:24}.section-inner-f113{z-index:25}.detail_8724{z-index:9995}.fresh-3438{z-index:9996}.modal_1ee0{z-index:9997}.thick_1b2d{pointer-events:none}.preview-glass-3fc6{white-space:nowrap}.preview-b625{color:#446084}.fast_2220{color:#d26e4b}.dropdown-8734{color:#7a9c59}.background_b0c7{color:#b20000}.list_4d00{background-color:#446084}.sidebar_bf8d{background-color:#d26e4b}.progress_7982{background-color:#7a9c59}.element-fec5{background-color:#b20000}.footer-8ae7{background-color:transparent!important}.steel_e050{display:inline}.media_bottom_cbb0{display:block}.under_448c{display:flex}@media(max-width:549px){.module-8984{display:block}}.full_22c9{display:inline-block}.copper-87bb img,img.steel_e050{display:inline-block!important}.sidebar-cool-57ef{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}.brown_e084{overflow:hidden}.feature_fluid_42c9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination-9c10{font-weight:700}.soft_18bd{opacity:.4}.button-db02{opacity:.5}.media-paper-264c{opacity:.6}.tag-dark-a60b{opacity:.7}.progress-b06a{opacity:.8}@media(max-width:549px){.section-8aae{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:none}}.upper_caf6{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.upper_caf6::-webkit-scrollbar{height:0!important;width:0!important}.panel_yellow_fb73{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.panel_yellow_fb73: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){.backdrop_white_b0cf{left:5%}.bottom-13b7{left:15%}.upper_9548{left:25%}.focus-4b1b{left:35%}.detail-bright-3170{left:45%}.outer-fef4{right:45%}.last_f5aa{right:35%}.shade-95bf{right:25%}.element-38a3{right:15%}.progress_basic_58e1{right:5%}.info_ff76{left:0}.border-8f93{left:10%}.title_fdde{left:20%}.complex-1459{left:30%}.video-03b4{left:40%}.title-white-ca99{right:40%}.overlay-action-1f3a{right:30%}.content-outer-2919{right:20%}.highlight-orange-bee3{right:10%}.next_11cd{right:0}.black-528d{top:0}.stale-9195{top:10%}.hard_0f6f{top:20%}.photo-1d67{top:30%}.pressed-9821{top:40%}.tabs_orange_5db6{bottom:40%}.badge-48d7{bottom:30%}.full_2653{bottom:20%}.footer_old_63dc{bottom:10%}.content_hovered_bb46{bottom:0}.secondary-98cc{top:5%}.image_stone_b1b2{top:15%}.stone-a3c8{top:25%}.aside-light-c2e2{top:35%}.dropdown_slow_a700{top:45%}.border_soft_c96c{bottom:45%}.chip-small-ef2f{bottom:35%}.text_249e{bottom:25%}.short-e8e1{bottom:15%}.border-yellow-042e{bottom:5%}.section-7e45{left:50%;transform:translateX(-50%)}.mask_05cd{top:50.3%;transform:translateY(-50%)}.mask_05cd.section-7e45{transform:translate(-50%,-50%)}}@media screen and (min-width:550px)and (max-width:849px){.texture-b744{left:5%}.slider-3644{left:15%}.input_e3fa{left:25%}.backdrop_e8d9{left:35%}.frame_warm_569a{left:45%}.element-d0f9{right:45%}.pagination-south-579a{right:35%}.disabled-light-32ea{right:25%}.nav_7f3e{right:15%}.thumbnail-pro-48d9{right:5%}.up_dafb{top:5%}.dark-a2ca{top:15%}.header_dark_0b63{top:25%}.mask_pro_2130{top:35%}.logo_477e{top:45%}.huge-841e{bottom:45%}.layout-d383{bottom:35%}.motion_fff3{bottom:25%}.sort_east_9cd7{bottom:15%}.dim_e772{bottom:5%}.modal_8c17{left:0}.gallery-bottom-3e17{left:10%}.picture_upper_40e8{left:20%}.mini_34b4{left:30%}.feature_a5df{left:40%}.tag-7561{right:40%}.over_f352{right:30%}.form_focused_b591{right:20%}.avatar_green_aad8{right:10%}.wood-3811{right:0}.mask-fixed-9233{top:0}.search_complex_f8ab{top:10%}.left-2d72{top:20%}.section-inner-5150{top:30%}.info-f46e{top:40%}.content_794e{bottom:40%}.lower-3d87{bottom:30%}.bronze-e139{bottom:20%}.detail_00b1{bottom:10%}.panel_8b0a{bottom:0}.accordion-top-8424{left:50%;transform:translateX(-50%)!important}.layout-2def{top:50%;transform:translateY(-50%)!important}.accordion-top-8424.layout-2def{transform:translate(-50%,-50%)!important}}@media screen and (min-width:850px){.component_de32{left:5%}.easy_23f3{left:15%}.action-a7c3{left:25%}.rough-5810{left:35%}.active-301c{left:45%}.footer-9ce7{right:45%}.liquid-be6c{right:35%}.notice-light-54bb{right:25%}.layout-advanced-84b6{right:15%}.carousel-black-cbcd{right:5%}.thumbnail-dark-b690{top:5%}.feature-dark-fe88{top:15%}.chip_cool_5ab9{top:25%}.active_orange_f799{top:35%}.paper-d93e{top:45%}.selected-dac7{bottom:45%}.nav-0235{bottom:35%}.text_hard_45cf{bottom:25%}.article_inner_35a0{bottom:15%}.primary_dynamic_3bd2{bottom:5%}.menu-26e9{left:0}.feature-large-5bc0{left:10%}.frame_center_c379{left:20%}.active_2ae3{left:30%}.hidden_7c12{left:40%}.component-748b{right:40%}.label-eb3b{right:30%}.middle_65e5{right:20%}.tooltip_current_8ac9{right:10%}.content-ea11{right:0}.south_eff0{top:0}.gradient_old_a7a7{top:10%}.pattern_a173{top:20%}.secondary-pink-ad15{top:30%}.panel-9b50{top:40%}.section-right-3f25{bottom:40%}.purple-2318{bottom:30%}.fast-0dd4{bottom:20%}.link-advanced-7026{bottom:10%}.tiny_bd37{bottom:0}.fluid-52ea{left:50%;transform:translateX(-50%)!important}.easy_6062{top:50%;transform:translateY(-50%)!important}.fluid-52ea.easy_6062{transform:translate(-50%,-50%)!important}}.info_last_5113{font-size:11px}.outline-action-6f99 .info_last_5113,.component_yellow_4006 .info_last_5113,.video-185c .info_last_5113,.label_ab08 .info_last_5113{font-size:8px}.outline-action-6f99 .info_last_5113 h6,.component_yellow_4006 .info_last_5113 h6,.video-185c .info_last_5113 h6{font-size:10px}.outline-action-6f99 .info_last_5113 p.description_south_1689,.component_yellow_4006 .info_last_5113 p.description_south_1689,.video-185c .info_last_5113 p.description_south_1689{font-size:16px}.layout_large_55b4 .info_last_5113{font-size:8.5px}.row-d119 .info_last_5113{font-size:9px}.search_9f0e .info_last_5113{font-size:10px}.logo_cf77 .info_last_5113{font-size:11px}.cool_3ec8 .info_last_5113{font-size:12px}.hard_752c .info_last_5113{font-size:13px}.modal_orange_0449 .info_last_5113{font-size:14px}.bronze_9bf7 .info_last_5113{font-size:15px}@media screen and (min-width:550px){.over_4059 .info_last_5113,.info_233b .info_last_5113,.old-8989 .info_last_5113,.green-fc76 .info_last_5113,.form_b1c9 .info_last_5113,.label-f540 .info_last_5113,.feature_cool_c521 .info_last_5113{font-size:.8vw}.badge_3e70 .info_last_5113{font-size:.9vw}.title_8f30 .info_last_5113{font-size:1.15vw}.black-362a .info_last_5113{font-size:1.3vw}.summary-pro-228f .info_last_5113{font-size:1.5vw}.info_last_5113{font-size:1.8vw}}@media screen and (min-width:850px){.info_last_5113{font-size:16px}.gallery-left-1de9 .info_last_5113,.short_576f .info_last_5113,.orange_01dd .info_last_5113,.label_ab08 .info_last_5113{font-size:8px}.gallery-left-1de9 .info_last_5113 h6,.short_576f .info_last_5113 h6,.orange_01dd .info_last_5113 h6{font-size:10px}.gallery-left-1de9 .info_last_5113 p.description_south_1689,.short_576f .info_last_5113 p.description_south_1689,.orange_01dd .info_last_5113 p.description_south_1689{font-size:16px}.text-6fe2 .info_last_5113{font-size:8.5px}.sort_paper_57d4 .info_last_5113{font-size:9px}.thumbnail_8f1b .info_last_5113{font-size:10px}.alert-fresh-99a2 .info_last_5113{font-size:11px}.dropdown_north_a6fd .info_last_5113{font-size:12px}.wood_d4b9 .info_last_5113{font-size:13px}.last-4deb .info_last_5113{font-size:14px}.accordion_4e82 .info_last_5113{font-size:15px}}@media(prefers-reduced-motion:no-preference){.avatar_6da9 [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}.avatar_6da9 [data-animate]:not([data-animate-transform]),[data-animate]:not([data-animate-transform]){transform:none!important}.avatar_6da9 [data-animate]:not([data-animate-transition]),[data-animate]:not([data-animate-transition]){transition:none!important}.avatar_6da9 [data-animate=bounceInDown],.avatar_6da9 [data-animate=bounceInLeft],.avatar_6da9 [data-animate=bounceInRight],.avatar_6da9 [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}.avatar_6da9 [data-animate=bounceInLeft],[data-animate=bounceInLeft]{transform:translate3d(-300px,0,0)}.avatar_6da9 [data-animate=blurIn],[data-animate=blurIn]{filter:blur(15px)}.avatar_6da9 [data-animate=fadeInLeft],[data-animate=fadeInLeft]{transform:translate3d(-70px,0,0)}.avatar_6da9 [data-animate=fadeInRight],[data-animate=fadeInRight]{transform:translate3d(70px,0,0)}.avatar_6da9 [data-animate=bounceInUp],.avatar_6da9 [data-animate=fadeInUp],[data-animate=bounceInUp],[data-animate=fadeInUp]{transform:translate3d(0,70px,0)}.avatar_6da9 [data-animate=bounceInRight],[data-animate=bounceInRight]{transform:translate3d(300px,0,0)}.avatar_6da9 [data-animate=bounceIn],[data-animate=bounceIn]{transform:scale(1.3)}.avatar_6da9 [data-animate=bounceInDown],.avatar_6da9 [data-animate=fadeInDown],[data-animate=bounceInDown],[data-animate=fadeInDown]{transform:translate3d(0,-70px,0)}.avatar_6da9 [data-animate=flipInY],[data-animate=flipInY]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateY(-90deg) translate3d(15px,0,0)}.avatar_6da9 [data-animate=flipInX],[data-animate=flipInX]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateX(90deg) translate3d(0,-15px,0)}.warm_4ab3.avatar_6da9 [data-animated=true],.avatar_6da9 .component_2b13 [data-animated=true],[data-animated=true]{animation-delay:.1s;opacity:1!important;transform:translateZ(0) scale(1)}.module_b797>:not(.component_2b13) [data-animated=true]{transition:transform .7s,opacity .3s!important}.avatar_6da9 [data-animate=none],[data-animate=none]{opacity:1!important}.avatar_6da9 [data-animate=blurIn][data-animated=true],[data-animated=true][data-animate=blurIn]{filter:blur(0)}[data-animated=false]{transition:none!important}.info-dirty-4682 [data-animate],[data-animate]:hover{transition-delay:0s!important}[data-animate-delay="100"]{transition-delay:.1s}.top_6c47>li{opacity:0;transform:translateY(-15px);transition:transform .3s,opacity .3s}.fn-active-03e6 .top_6c47>li,.article_65c9 .top_6c47>li,.top_6c47.fn-active-03e6>li{opacity:1;transform:none}.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li,[data-animate-delay="200"],[data-animate]+[data-animate]{transition-delay:.2s}.top_6c47>li+li,[data-animate-delay="300"]{transition-delay:.3s}.fixed-c123+.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li+li+li,[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate]{transition-delay:.4s}.top_6c47>li+li+li+li,[data-animate-delay="500"]{transition-delay:.5s}.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li+li+li+li+li,[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.6s}.top_6c47>li+li+li+li+li+li,[data-animate-delay="700"]{transition-delay:.7s}.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li+li+li+li+li+li+li,[data-animate-delay="800"],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.8s}.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li+li+li+li+li+li+li+li,[data-animate-delay="900"]{transition-delay:.9s}.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123+.fixed-c123 [data-animate],.top_6c47>li+li+li+li+li+li+li+li+li,[data-animate-delay="1000"]{transition-delay:1s}.fast_02e9 .module_b797>:not(.component_2b13) [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}}.inner-cf4b{border:1px solid #ececec;border-radius:0;bottom:0;left:0;margin:0;pointer-events:none;position:absolute;right:0;top:0}.component-glass-2f99{border-style:dashed}.hover_b0b1{border-style:dotted}.info-dirty-4682 .narrow-6a2e:not(.tooltip_6e26):not(.down-c88e),.info-dirty-4682.narrow-6a2e:not(.tooltip_6e26):not(.down-c88e){background-color:#fff}.hard-80e2 .info-dirty-4682 .narrow-6a2e:not(.tooltip_6e26):not(.down-c88e),.hard-80e2 .info-dirty-4682.narrow-6a2e:not(.tooltip_6e26):not(.down-c88e){background-color:#333}.blue-bbef,.icon_pink_bdbb,.hot_95b7,.pink_ac08,.info_solid_d488,.panel_7c56,.plasma_7a8c,.item-inner-434f,.dark_725e,.disabled_under_cf26,.sidebar-df3d .clean_f7e6,.aside_dc2e .clean_f7e6,.heading-middle-ac43 .clean_f7e6,.silver-f09a .clean_f7e6,.table_6491 .clean_f7e6,.surface-10e4 .clean_f7e6,.column-basic-3b49 .clean_f7e6,.texture_brown_7b4a .clean_f7e6,.pink-fadf .clean_f7e6,.secondary_2d1a .clean_f7e6{transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s}.blue-bbef,.icon_pink_bdbb:hover,.sidebar-df3d .clean_f7e6,.aside_dc2e .clean_f7e6:hover{box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.button-white-e013,.hot_95b7,.pink_ac08:hover,.heading-middle-ac43 .clean_f7e6,.silver-f09a .clean_f7e6:hover{box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.info_solid_d488,.panel_7c56:hover,.table_6491 .clean_f7e6,.surface-10e4 .clean_f7e6:hover{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)}.plasma_7a8c,.item-inner-434f:hover,.column-basic-3b49 .clean_f7e6,.texture_brown_7b4a .clean_f7e6:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1)}.dark_725e,.disabled_under_cf26:hover,.pink-fadf .clean_f7e6,.secondary_2d1a .clean_f7e6:hover{box-shadow:0 30px 40px 0 rgba(0,0,0,.2)}.item-inner-434f:hover,.disabled_under_cf26:hover,.texture_brown_7b4a .clean_f7e6:hover,.secondary_2d1a .clean_f7e6:hover{transform:translateY(-6px)}.tertiary_cold_1063,.down_d6c6{text-shadow:1px 1px 1px rgba(0,0,0,.3)}.focus_9dea{text-shadow:2px 2px 5px rgba(0,0,0,.4)}.popup-north-aa29{text-shadow:3px 3px 8px rgba(0,0,0,.4)}.motion-5ea0{text-shadow:3px 3px 12px rgba(0,0,0,.5)}.thumbnail-west-8866{text-shadow:5px 5px 16px rgba(0,0,0,.6)}a.focus-7b06{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.focus-7b06 i{font-size:.8em}a.focus-7b06:hover{background-color:#fff!important;color:#000!important;opacity:1}.box-227b .link-thick-74ec,.box-227b [class*=image-] img{transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s}.box-227b .focus_out_29ba img{transition:unset}.current_2b84 .link-thick-74ec,.paragraph_static_dfeb:hover .link-thick-74ec,.box-227b .form_34a2 img,.box-227b:hover .frame-stale-b4bc img{filter:grayscale(100%)}.current_2b84:hover .link-thick-74ec,.box-227b:hover .form_34a2 img{filter:grayscale(0)}.accent-5eb1:hover .link-thick-74ec,.box-227b:hover .tag-liquid-28ee img{transform:scale(1.1)}.module_gold_c5d3 .link-thick-74ec,.box-227b .lower-a22f img{transition:transform 5s!important}.module_gold_c5d3 .link-thick-74ec,.box-227b:hover .lower-a22f img{transform:scale(1.3)}.hidden_left_1415:hover .link-thick-74ec,.box-227b:hover .gradient-in-b29f img{opacity:.7;transform:scale(1.1)}.picture_b442:hover .link-thick-74ec,.box-227b:hover .filter_hard_85f3 img{filter:brightness(1.1)}.thick-96b4:hover .link-thick-74ec,.box-227b:hover .frame-center-77a2 img{opacity:.7}.box-227b:hover .thumbnail_tall_db8e img,.thumbnail_tall_db8e:hover .link-thick-74ec{opacity:.6}.row_warm_31b4 .link-thick-74ec,.feature_hot_e028 img{opacity:.7}.row_warm_31b4:hover .link-thick-74ec,.box-227b:hover .feature_hot_e028 img{opacity:1}.image-south-5c62:hover .link-thick-74ec,.box-227b:hover .article_thick_a0ce img{filter:blur(5px)}.chip_1256:not(:hover) .border-rough-5307,.hidden_5840:hover .border-rough-5307,.box-227b:hover .avatar-9ca8 .border-rough-5307,.box-227b:not(:hover) .logo-862f .border-rough-5307{opacity:0}.column-a4fc:not(:hover) .border-rough-5307,.middle_a8a0:hover .border-rough-5307,.box-227b:hover .description_5354 .border-rough-5307,.box-227b:not(:hover) .left-d551 .border-rough-5307{opacity:.5}.fixed_faee{overflow:hidden;transform:translateZ(0)}.border-advanced-395d{-webkit-clip-path:circle(50% at center);clip-path:circle(50% at center)}.feature_4326{-webkit-clip-path:polygon(0 30px,100% 0,100% 100%,0 100%);clip-path:polygon(0 30px,100% 0,100% 100%,0 100%)}.module_gold_4941{-webkit-clip-path:polygon(0 0,100% 30px,100% 100%,0 100%);clip-path:polygon(0 0,100% 30px,100% 100%,0 100%)}.over_8310{-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%)}.progress-wide-795e{-webkit-clip-path:polygon(0 60px,100% 0,100% 100%,0 100%);clip-path:polygon(0 60px,100% 0,100% 100%,0 100%)}.sidebar-dirty-7e48{-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%)}.primary_db21{-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%)}.feature_4326,.module_gold_4941,.over_8310{margin-top:-30px}.progress-wide-795e,.sidebar-dirty-7e48,.primary_db21{margin-top:-60px}[data-parallax-container]{overflow:hidden}@media(prefers-reduced-motion:no-preference){[data-parallax]{will-change:transform!important}[data-parallax]:not(.cool_0153),[data-parallax]:not(.cool_0153) .link-thick-74ec{opacity:0}}.rough-2ddc{-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}.text-eb08{background:rgba(0,0,0,.2);background:linear-gradient(180deg,#000 0,transparent 70%);opacity:.4}.narrow-6a2e:hover .rough-2ddc{opacity:.5}.down-c88e:not(.hard-80e2) .rough-2ddc{background:hsla(0,0%,100%,.2);background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 33%);opacity:.8}.action_5585,.carousel-2eb9,.small-d920,.fresh_a274,.thumbnail_0067{filter:blur(0);opacity:0;pointer-events:none;transition:opacity .5s,transform .3s,max-height .6s,filter .6s}.action_5585{transform:translateY(15%) translateZ(0)}.carousel-2eb9{transform:translateY(100%) translateZ(0)}.fast-cbe0 .badge_brown_de34.action_5585{transform:translateY(-40%) translateZ(0)}.dynamic-1ead{opacity:0;transition:opacity .3s}.box-227b:hover .dynamic-1ead{opacity:1}.shade_smooth_df73{transition:opacity .3s}.box-227b:hover .shade_smooth_df73{opacity:0}.paragraph-47a6{filter:invert(0);opacity:1!important}.box-227b:hover .paragraph-47a6{filter:invert(100%)}.status-down-ed47{max-height:0;opacity:0;transform:translateY(15%) translateZ(0);transition:all .6s}.box-227b:hover .status-down-ed47{max-height:150px;opacity:1}.box-227b:hover .status-down-ed47.card-red-24c3{max-height:30px}.texture-6086{filter:blur(10px);opacity:0;transition:filter .3s,opacity .3s}.box-227b:hover .texture-6086{filter:blur(0)!important;opacity:1}.small-d920{transform:scale(1.1) translateZ(0)}.fast-cbe0 .badge_brown_de34.small-d920{transform:scale(1.1) translateZ(0) translateY(-50%)}.fresh_a274{transform:scale(.9) translateZ(0)}.fast-cbe0 .badge_brown_de34.fresh_a274{transform:scale(.9) translateZ(0) translateY(-50%)}.mask_44d9{opacity:1!important;transform:scale(1) translateZ(0) translateY(10px)!important;transition:transform .3s}.box-227b:hover .mask_44d9{transform:scale(1) translateZ(0) translateY(0)!important}.fast-cbe0 .mask_44d9{transform:scale(1) translateZ(0) translateY(-40%)!important}.fast-cbe0:hover .badge_brown_de34.mask_44d9{transform:scale(1) translateZ(0) translateY(-50%)!important}.box-227b:hover img.thumbnail_0067{opacity:1}.box-227b .prev-c3c6:focus-within .thumbnail_0067,.box-227b:hover .action_5585,.box-227b:hover .carousel-2eb9,.box-227b:hover .small-d920,.box-227b:hover .fresh_a274,.box-227b:hover .thumbnail_0067{opacity:1;pointer-events:inherit;transform:scale(1) translateZ(0) translateY(0)!important}.fast-cbe0:hover .thumbnail_0067.badge_brown_de34,.box-227b:hover .thumbnail_0067.fn-center-03e6{transform:scale(1) translateZ(0) translateY(-50%)!important}@media(prefers-reduced-motion){.fast-cbe0 .badge_brown_de34.action_5585,.fast-cbe0:hover .thumbnail_0067.badge_brown_de34,.box-227b:hover .mask_44d9,.box-227b:hover .action_5585,.box-227b:hover .carousel-2eb9,.box-227b:hover .small-d920,.box-227b:hover .fresh_a274,.box-227b:hover .thumbnail_0067,.box-227b:hover .thumbnail_0067.fn-center-03e6,.mask_44d9,.status-down-ed47,.action_5585,.carousel-2eb9,.small-d920,.fresh_a274{transform:translateZ(0)}}.avatar_6da9 .message-60f2{background-color:transparent!important;overflow:hidden}.avatar_6da9 .message-60f2 .link-thick-74ec{opacity:0;transition:opacity 1s}.module_up_8c64 .link-thick-74ec,.west-42cb .link-thick-74ec{transform:scale(1)}.summary_under_fbb9 .link-thick-74ec,.sidebar_large_edf3 .link-thick-74ec{transform:scale(1.2)}.message-60f2.component_2b13 .link-thick-74ec{opacity:1;transform:scale(1);transition:opacity 1s,transform 20s ease-out}.outline-west-0c80.component_2b13 .link-thick-74ec{transition:opacity 3.5s}.slider-stale-b6e7.component_2b13 .link-thick-74ec{transition:opacity 1.5s}.west-42cb.component_2b13 .link-thick-74ec,.module_up_8c64.component_2b13 .link-thick-74ec{transform:scale(1.2)}.sidebar_large_edf3.component_2b13 .link-thick-74ec{transition:opacity 1s,transform 5s ease-out}.tall-0127{display:flex;pointer-events:none;position:absolute}.sort-dim-4ac8{flex:1 1 auto}.hovered_ee45{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}.tertiary_dirty_b996{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.last-93cb{opacity:0;transition-property:opacity}.last-93cb.pagination_7753{opacity:1}.element_copper_8a9b.content_east_5bd5 .sort-dim-4ac8{background:#000;border:2px solid #000;border-radius:4px}.element_copper_8a9b.content_east_5bd5.container-296b .sort-dim-4ac8{margin-top:8px}.element_copper_8a9b.content_east_5bd5.highlight-gold-1b21 .sort-dim-4ac8{margin-right:8px}.element_copper_8a9b.content_east_5bd5.form_solid_7819 .sort-dim-4ac8{margin-left:8px}.element_copper_8a9b.content_east_5bd5.tabs-yellow-233a .sort-dim-4ac8{margin-bottom:8px}.element_copper_8a9b.content_east_5bd5 .hovered_ee45{color:#fff;padding:6px 8px}.element_copper_8a9b.content_east_5bd5 .simple-d632{overflow:hidden;position:absolute}.element_copper_8a9b.content_east_5bd5.container-296b .simple-d632{height:8px;margin-left:-8px;top:0;width:16px}.element_copper_8a9b.content_east_5bd5.highlight-gold-1b21 .simple-d632{height:16px;margin-top:-8px;right:0;top:0;width:8px}.element_copper_8a9b.content_east_5bd5.form_solid_7819 .simple-d632{height:16px;left:0;margin-top:-8px;top:0;width:8px}.element_copper_8a9b.content_east_5bd5.tabs-yellow-233a .simple-d632{bottom:0;height:8px;margin-left:-8px;width:16px}.element_copper_8a9b.content_east_5bd5 .footer_f3eb,.element_copper_8a9b.content_east_5bd5 .shade-c783{height:0;position:absolute;width:0}.element_copper_8a9b.content_east_5bd5 .footer_f3eb{border:8px solid transparent}.element_copper_8a9b.content_east_5bd5.container-296b .footer_f3eb{border-bottom-color:#000;left:0;top:3px}.element_copper_8a9b.content_east_5bd5.highlight-gold-1b21 .footer_f3eb{border-left-color:#000;left:-3px;top:0}.element_copper_8a9b.content_east_5bd5.form_solid_7819 .footer_f3eb{border-right-color:#000;left:3px;top:0}.element_copper_8a9b.content_east_5bd5.tabs-yellow-233a .footer_f3eb{border-top-color:#000;left:0;top:-3px}.element_copper_8a9b.content_east_5bd5 .shade-c783{border:8px solid transparent;left:0;top:0}.element_copper_8a9b.content_east_5bd5.container-296b .shade-c783{border-bottom-color:#000}.element_copper_8a9b.content_east_5bd5.highlight-gold-1b21 .shade-c783{border-left-color:#000}.element_copper_8a9b.content_east_5bd5.form_solid_7819 .shade-c783{border-right-color:#000}.element_copper_8a9b.content_east_5bd5.tabs-yellow-233a .shade-c783{border-top-color:#000}.element_copper_8a9b.content_east_5bd5 .surface-cold-c676{position:relative}.element_copper_8a9b.content_east_5bd5.container-296b .surface-cold-c676{top:-8px}.element_copper_8a9b.content_east_5bd5.form_solid_7819 .surface-cold-c676{left:-8px}.hard-80e2,.hard-80e2 p,.hard-80e2 td{color:#f1f1f1}.hard-80e2 .complex_79ba,.hard-80e2 a.description_south_1689,.hard-80e2 h1,.hard-80e2 h2,.hard-80e2 h3,.hard-80e2 h4,.hard-80e2 h5,.hard-80e2 h6,.hard-80e2 label,.paragraph_plasma_db18:hover a,.paragraph_plasma_db18:hover h1,.paragraph_plasma_db18:hover h2,.paragraph_plasma_db18:hover h3,.paragraph_plasma_db18:hover h4,.paragraph_plasma_db18:hover h5,.paragraph_plasma_db18:hover h6,.paragraph_plasma_db18:hover p{color:#fff}.hard-80e2 .media-focused-5127 .box_paper_71c2,.hard-80e2 .bottom-5714,.hard-80e2 .header-bronze-3cf3 a+a{border-color:hsla(0,0%,100%,.2)}.hard-80e2 .border_8702 li li.shadow_09eb>a,.hard-80e2 .alert-20d6>li>a,.hard-80e2 .border_8702>li>ul li a,.hard-80e2 .carousel-084a>li.table_dynamic_8620,.hard-80e2 .carousel-084a>li>a,.component-43a7 .filter-fluid-5ae8,.component-43a7 .carousel-084a>li>a,.component-43a7 .carousel-084a>li>button,.module_8ba4.hard-80e2 .hot-8eeb>li>a,.module_8ba4.hard-80e2>li>a{color:hsla(0,0%,100%,.8)}.hard-80e2 .alert-20d6>li>a:hover,.hard-80e2 .carousel-084a>li.fn-active-03e6>a,.hard-80e2 .carousel-084a>li>a.fn-active-03e6,.hard-80e2 .carousel-084a>li>a:hover,.component-43a7 .carousel-084a>li.fn-active-03e6>a,.component-43a7 .carousel-084a>li.fn-current-03e6>a,.component-43a7 .carousel-084a>li>a.fn-active-03e6,.component-43a7 .carousel-084a>li>a:hover,.component-43a7 a.copper-bebf:hover,.module_8ba4.hard-80e2 .hot-8eeb>li>a:hover,.module_8ba4.hard-80e2>li>a:hover{color:#fff}.hard-80e2.module_8ba4.article-fixed-0830>li.tiny-3788,.hard-80e2.module_8ba4.prev_e224>li.tiny-3788,.component-43a7 .middle_515d:after,.component-43a7 .footer-next-a0cf>li+li>a:after,.component-43a7 .carousel-084a>li.middle_515d,.module_8ba4.hard-80e2 .hot-8eeb>li>a,.module_8ba4.hard-80e2>li>a{border-color:hsla(0,0%,100%,.2)}.hard-80e2 .border_8702 li li.shadow_09eb>a,.component-43a7 .narrow_657a,.component-43a7 .border_8702 li li.shadow_09eb>a,.component-43a7 .carousel-084a>li.table_dynamic_8620{color:#fff}.popup_current_fe2d a:hover span.backdrop-cold-7237,.component-43a7 span.backdrop-cold-7237{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.hard-80e2{background-color:#333}.shade-7db1{padding-bottom:30px;padding-top:30px}.summary-purple-3d46{padding-top:0}.label-269d{display:flow-root}@media(min-width:850px){.media-1a71{position:sticky}.media-1a71[data-sticky-mode]{transform:translateZ(0);will-change:transform}.media-1a71:not([data-sticky-mode]){top:calc(var(--flatsome-scroll-padding-top) + 30px);transition:top .6s}}.gradient_5c93{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}.pattern-e43b,.tabs-0f47{opacity:1;visibility:visible}.notification-d58e,.module-full-ed9e{background-position:50% 0;background-size:cover;position:relative;transition:background-color .3s,opacity .3s;width:100%;z-index:1001}.steel-b43f{background-color:hsla(0,0%,100%,.9)}.pink_0964,.heading_down_3b70{align-items:center;display:flex;flex-wrap:no-wrap}.notification-d58e.article_down_404d,.notification-d58e.gold-1253,.notification-d58e.label_698d{position:absolute}.notification-d58e.gold-1253:not(.description_white_c1fd),.notification-d58e.label_698d:not(.description_white_c1fd){left:auto;right:auto}.notification-d58e.gold-1253 .module-full-ed9e{opacity:0;transition:opacity .3s;visibility:hidden}.notification-d58e.gold-1253 .module-full-ed9e.description_white_c1fd{opacity:1;visibility:visible}.notification-d58e.label_698d .steel-b43f,.notification-d58e.label_698d .picture_dim_d8b2,.notification-d58e.label_698d .pink_0964,.notification-d58e.label_698d .module-full-ed9e{background-color:transparent;background-image:none!important;box-shadow:none}.steel-b43f,.picture_dim_d8b2{background-position:50% 0;transition:background .4s}.heading_down_3b70{background-color:#446084;min-height:20px;position:relative;z-index:11}.disabled_bf5b{position:relative;z-index:10}.pink_0964{min-height:35px;position:relative;z-index:9}.pattern_last_38e7{border-top:1px solid;margin-bottom:-1px;opacity:.1}.component-43a7 .pattern_last_38e7{display:none}.description_white_c1fd{left:0;margin:0 auto;position:fixed;right:0;top:0}.tabs_eade .description_white_c1fd{animation:stuckMoveDown .6s}.breadcrumb-5971 .description_white_c1fd{animation:stuckFadeIn .6s}.sort-full-646e .description_white_c1fd .disabled_bf5b{transition:height .8s}.description_white_c1fd .old-64dd,.description_white_c1fd .backdrop_bf7b,.description_white_c1fd .backdrop_bf7b img{margin-top:0;padding-top:0}.module-full-ed9e:not(.description_white_c1fd) .backdrop_bf7b img{transition:max-height .5s}.notification-d58e.gold-1253 .lower-ff76,.description_white_c1fd .lower-ff76{display:none}.tertiary-motion-dd3a .module-full-ed9e,.module-full-ed9e.description_white_c1fd,.media-ad0b #wrapper{box-shadow:1px 1px 10px rgba(0,0,0,.15)}.carousel-084a>li.middle_515d{border-left:1px solid rgba(0,0,0,.1);height:30px;margin:0 7.5px;position:relative;vertical-align:middle}.component-43a7 .carousel-084a>li.middle_515d{border-color:hsla(0,0%,100%,.1)}.backdrop_93e9{min-height:15px;width:100%}.paragraph-dim-26ad .detail_red_051f{max-width:100%!important}@media(max-width:849px){.disabled_bf5b li.table_dynamic_8620.dropdown-ae6b{display:none}}@media(prefers-reduced-motion){.tabs_eade .description_white_c1fd{animation-name:stuckFadeIn}}@media(max-width:549px){.content_ba49>li>a:not(.mask-silver-6d44){line-height:5em}}.background-4b06{margin:0 0 30px}.purple-3f7d .background-4b06{margin-bottom:0}.footer_08df{padding:1.5em 0}.footer_08df.smooth_1c69{padding-left:1.5em;padding-right:1.5em}.west-b72b{padding-top:0}.footer_clean_8de4{padding-bottom:0}.breadcrumb-f425{padding-bottom:1.5em;padding-top:1.5em}.purple-3f7d .mask_simple_d0c3 .narrow-6a2e{margin-bottom:1.5em}.mask_simple_d0c3{transition:opacity .3s,box-shadow .5s,transform .3s}.mask_e7b1+#main .active-c71f{padding-top:30px}.element-selected-ef89{opacity:.8;padding-top:7px}.mask_simple_d0c3.info-dirty-4682{background-color:#fff}.mask_simple_d0c3.info-dirty-4682 .banner_west_09ca,.mask_simple_d0c3.info-dirty-4682 .breadcrumb-f425,.mask_simple_d0c3.info-dirty-4682 .footer_08df,.mask_simple_d0c3.info-dirty-4682 footer.overlay-simple-2ca1{padding-left:1.5em;padding-right:1.5em}.mask_simple_d0c3.info-dirty-4682 .west-b72b{padding-top:1.5em}.progress-730a{padding:2em 0}.lite_d982 h2.column_cb23{font-size:2em}.link-c72c.gradient-5699{top:7%}.inner-b652 img{width:100%}.basic_0745{position:relative}@media(min-width:850px){.basic_0745{float:left;margin-right:2em;max-width:50%}.basic_0745+.breadcrumb-f425{padding-top:0}}.background-4b06 .widget-bffd p:last-of-type{margin-bottom:0}footer.overlay-simple-2ca1{border-bottom:2px solid #ececec;border-top:1px solid #ececec;font-size:.8em;padding:.5em 0 .6em}li.tooltip_dacd{padding:7px 0}li.tooltip_dacd a{display:inline!important}.accordion_medium_b436 .west-e01c{height:2px;margin-bottom:.5em;margin-top:.5em}.description-5e11{display:block}.primary-complex-2eeb{margin-top:1.5em}.texture-steel-0410:not(.middle_3e6e){display:none}@media(min-width:850px){.fast_b088{display:inline;float:left;margin-right:1.5em}.info-fixed-8d6f{display:inline;float:right;margin-left:1.5em}.label-3709{clear:both;display:block;margin:0 auto}}.badge_2ecc{margin-bottom:2em;max-width:100%}.badge_2ecc .accent_gas_6a87{background:rgba(0,0,0,.05);font-size:.9em;font-style:italic;padding:.4em}.accent_gas_6a87{text-align:center}img.background-center-3c3d.light_5b1b{margin-bottom:2em}.steel-3330 .breadcrumb-f425 .item-0323{padding:0}.right_2521{display:block}.smooth_eb98 .chip_4d07,.breadcrumb-f425 .chip_4d07,.slider-5dde .chip_4d07{border:none;margin-bottom:0;margin-top:0;padding:0}.sidebar-in-2d73{margin-bottom:1.5em}.sidebar-in-2d73 ul{margin:0}.sidebar-in-2d73 li{list-style:none}.notice_c56a .sidebar-in-2d73,.tall_3b93 .sidebar-in-2d73{background-color:#fff;border:1px solid #ddd;box-shadow:2px 2px 10px 0 rgba(0,0,0,.05);padding:15px 20px}.notice_c56a .sidebar-in-2d73 h3{background-color:#446084;color:#fff;margin-left:-21px;margin-top:-16px;padding:10px 20px;width:calc(100% + 42px)}.notice_c56a h3+.west-e01c{display:none}.sidebar-in-2d73>ul>li,ul.status_stone_b471>li{list-style:none;margin:0;text-align:left}.sidebar-in-2d73>ul>li li,ul.status_stone_b471>li li{list-style:none}.sidebar-in-2d73>ul>li>a,.sidebar-in-2d73>ul>li>span:first-child,ul.status_stone_b471>li>a,ul.status_stone_b471>li>span:first-child{display:inline-block;flex:1;padding:6px 0}.sidebar-in-2d73>ul>li:before,ul.status_stone_b471>li:before{display:inline-block;font-family:fl-icons;margin-right:6px;opacity:.6}.sidebar-in-2d73>ul>li li>a,ul.status_stone_b471>li li>a{display:inline-block;font-size:.9em;padding:3px 0}.sidebar-in-2d73>ul>li+li,ul.status_stone_b471>li+li{border-top:1px solid #ececec}.hard-80e2 .sidebar-in-2d73>ul>li+li,.hard-80e2 ul.status_stone_b471>li+li{border-color:hsla(0,0%,100%,.08)}.sidebar-in-2d73>ul>li ul,ul.status_stone_b471>li ul{border-left:1px solid #ddd;display:none;margin:0 0 10px 3px;padding-left:15px;width:100%}.sidebar-in-2d73>ul>li ul li,ul.status_stone_b471>li ul li{border:0;margin:0}.hard-80e2 .sidebar-in-2d73>ul>li ul,.hard-80e2 ul.status_stone_b471>li ul{border-color:hsla(0,0%,100%,.08)}.hard-80e2 .sidebar-in-2d73>ul>li.fn-active-03e6>a,.hard-80e2 .sidebar-in-2d73>ul>li.north_5fd0>a,.hard-80e2 .sidebar-in-2d73>ul>li>a:hover,.hard-80e2 ul.status_stone_b471>li.fn-active-03e6>a,.hard-80e2 ul.status_stone_b471>li.north_5fd0>a,.hard-80e2 ul.status_stone_b471>li>a:hover{color:#fff}.sidebar-in-2d73>ul>li.current_a75b,ul.status_stone_b471>li.current_a75b{align-items:center;display:flex;flex-flow:row wrap}.sidebar-in-2d73>ul>li .section-e866{font-size:.7em;line-height:3em;opacity:.5}.sidebar-in-2d73 .grid-0f36>ul,.sidebar-in-2d73 .fn-current-03e6>ul{display:block}.sidebar-in-2d73 .north_5fd0>a{color:#000;font-weight:bolder}.video-in-299c{padding:10px 0}.video-in-299c a{display:block;line-height:1.2;margin-bottom:6px}.sidebar-in-2d73 .hover-c227:after{clear:both;content:"";display:table}.sidebar-in-2d73 .hover-c227>li{border:0;float:left;list-style:none;margin:0;padding:0;width:33.333333%}.sidebar-in-2d73 .hover-c227>li a{display:block;margin:0;padding:0}.sidebar-in-2d73 .hover-c227>li img{display:block;width:100%}.out-5fa0 li{align-items:center;display:flex}.thumbnail-7abc li{font-size:.9em;font-style:italic}.thumbnail-7abc a{display:inline!important}.thumbnail-7abc span{display:block;font-weight:bolder}.preview_old_cc1e{color:#333;position:relative}.preview_old_cc1e .tooltip_4ffc{display:none!important}.hard-80e2 .preview_old_cc1e{color:#fff}.preview_old_cc1e p{margin:0;padding:0}.preview_old_cc1e br{display:none}.preview_old_cc1e label{display:inline-block;width:100%}.preview_old_cc1e span.east_2c23{margin-left:0;margin-right:1.2em}.preview_old_cc1e .shade_advanced_ee31{display:block}.preview_old_cc1e .tooltip_4ffc{background-color:#fff;border-radius:99px;position:absolute;right:0}.preview_old_cc1e .image_red_f8d5{background-color:#f1f1f1;border-radius:3px;color:#b20000;line-height:1.2em;margin-top:-10px;opacity:.8;padding:5px 8px;position:relative}.preview_old_cc1e .image_red_f8d5: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}.preview_old_cc1e .prev-64f2{display:none!important}.preview_old_cc1e .modal_hovered_6832 .image_red_f8d5{margin-top:5px;position:absolute;width:100%;z-index:99}.preview_old_cc1e .notification_brown_b298{border-radius:10px;margin:5px 0 0}.video-e0b0 .fn-processing-03e6 *{opacity:.8}.out_b827 form.wrapper-624e{margin:0 auto;max-width:620px;padding:30px 15px}.link_silver_bffe img{width:100%}.outline-east-18cf{margin-bottom:-1px}.steel-3330+.stale-68dc .new-1ed3{margin-top:30px}.aside-ec8e{display:none;padding:1em 2.3em}.tooltip_5fea{border-top:1px solid #ddd;display:block;font-size:110%;padding:.6em 2.3em;position:relative;transition:border .2s ease-out,background-color .3s}.hard-80e2 .tooltip_5fea{border-color:hsla(0,0%,100%,.2)}.tooltip_5fea.fn-active-03e6{background-color:rgba(0,0,0,.03);border-color:#446084;color:#446084;font-weight:700}.hard-80e2 .tooltip_5fea.fn-active-03e6{color:#fff}.narrow-e07c .focus_pressed_4795{border-radius:999px;height:1.5em;left:0;margin-right:5px;position:absolute;top:.3em;transform-origin:50% 47%;width:2.3em}.narrow-e07c .fn-active-03e6 .focus_pressed_4795{color:currentColor;opacity:1}.soft-9c27{color:#222;font-weight:700;letter-spacing:0;padding:0}.element_73ef .soft-9c27{font-size:.85em;margin:0 0 .5em}.soft-9c27 .narrow_038a,.soft-9c27 .gallery-hard-1593{font-weight:300;margin:0 .3em;opacity:.35;position:relative;top:0}.hard-80e2 .soft-9c27{color:#fff}.soft-9c27 a{color:hsla(0,0%,40%,.7);font-weight:400}.soft-9c27 a:first-of-type{margin-left:0}.soft-9c27 a.fn-current-03e6,.soft-9c27 a:hover{color:#111}.hard-80e2 .soft-9c27 a{color:#fff}.link_smooth_55e1{padding:15px 0}.link_smooth_55e1 a{align-items:center;color:#ccc;display:inline-flex}.link_smooth_55e1 .narrow_038a{margin:0 .5em;top:2px}.dropdown_active_2fd2{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-03e6 .dropdown_active_2fd2{background-color:#d26e4b}@media(min-width:850px){.carousel_stone_0ab0{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.carousel_stone_0ab0>div,.carousel_stone_0ab0>p{padding:0 15px;width:100%}.carousel_stone_0ab0 p.badge_f973,.carousel_stone_0ab0 p.border_0aff,.carousel_stone_0ab0 p.upper-8e38{flex:1}}.tiny-4433:target{background-color:#f1f1f1;border-radius:10px;padding:15px}.clean_a14f li,.tabs-f61b li{list-style:none;padding:1em 0 0}.clean_a14f li .purple_31e0,.tabs-f61b li .purple_31e0{margin-bottom:0}.clean_a14f li .accordion_advanced_bbf9,.tabs-f61b li .accordion_advanced_bbf9{border-radius:100%}.clean_a14f li .soft_2291,.tabs-f61b li .soft_2291{font-style:italic}.clean_a14f li .wrapper-23fd,.tabs-f61b li .wrapper-23fd{padding:0 1.5em}.clean_a14f>li:not(:first-child),.tabs-f61b>li:not(:first-child){border-top:1px dashed #ddd}#comments .card-16d8{background-color:rgba(0,0,0,.05);margin-top:15px;padding:15px 25px 0}#comments .card-16d8 .container_mini_9c1c{font-size:1.2em}#comments .card-16d8 small{font-size:.6em;margin-left:10px;text-transform:uppercase}.west_820d{position:relative;width:100%}.lower_de70{padding:30px 0 0}.title_f023{background-color:#fff}.block-19a8{background-color:#777}.title_f023,.block-19a8{border-top:1px solid rgba(0,0,0,.05)}.thumbnail-00e0{padding:7.5px 0}.hero-under-30bf,html{background-color:#5b5b5b}.lower_de70 ul{margin:0}.hero-under-30bf{color:rgba(0,0,0,.5);font-size:.9em;padding:10px 0 15px}.hero-under-30bf.hard-80e2{color:hsla(0,0%,100%,.5)}.hero-under-30bf.fn-fixed-03e6{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}.hero-under-30bf ul{border-bottom:1px solid #ddd;opacity:.8;padding-bottom:5px}.hero-under-30bf.hard-80e2 ul{border-color:hsla(0,0%,100%,.08)}.hero-under-30bf.smooth_1c69 ul{border:0;padding-top:5px}.frame_d4a8{box-shadow:0 0 20px 0 rgba(0,0,0,.5);margin-bottom:100px;position:relative;z-index:1}.frame_d4a8+.west_820d{bottom:0;position:fixed;z-index:0}.box_light_581f{bottom:20px;margin:0;opacity:0;pointer-events:none;right:20px;transform:translateY(30%)}.box_light_581f.fn-left-03e6{left:20px;right:unset}.box_light_581f.fn-active-03e6{opacity:1;pointer-events:inherit;transform:translateY(0)}.info_complex_1b62{display:block;padding-bottom:100%}.info_complex_1b62 a>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.component_under_104c img{background-color:rgba(0,0,0,.03)}.backdrop_bf7b{line-height:1;margin:0}.feature-dark-01e9{font-size:.9em;font-style:italic;line-height:1;margin:.85em 0}.backdrop_bf7b a{color:#446084;display:block;font-size:32px;font-weight:bolder;margin:0;text-decoration:none;text-transform:uppercase}.backdrop_bf7b img{display:block;width:auto}.carousel-e0c9,.center-002a,.component-43a7 .clean-98ac,.fn-sticky-03e6 .hard-80e2 .carousel-e0c9,.fn-sticky-03e6 .header-hovered-ce4d .clean-98ac{display:none!important}.component-43a7 .carousel-e0c9,.description_white_c1fd .center-002a{display:block!important}.description_white_c1fd .center-002a+img,.description_white_c1fd .center-002a+img+img{display:none!important}.component-43a7 .backdrop_bf7b a{color:#fff}.solid-5d4c .backdrop_bf7b{margin-left:0;margin-right:30px}.column-0802 .button-d30c{flex:1 1 0;order:1}.column-0802 .backdrop_bf7b{margin:0 30px;order:2;text-align:center}.column-0802 .backdrop_bf7b img{margin:0 auto}.column-0802 .dirty_c2a0{flex:1 1 0;order:3}@media screen and (max-width:849px){.old-64dd .carousel-084a{flex-wrap:nowrap}.middle_1f80 .backdrop_bf7b{margin-left:0;margin-right:15px;order:1}.middle_1f80 .button-d30c{flex:1 1 0;order:2}.middle_1f80 .dirty_c2a0{flex:1 1 0;order:3}.hovered-9abc .button-d30c{flex:1 1 0;order:1}.hovered-9abc .backdrop_bf7b{margin:0 15px;order:2;text-align:center}.hovered-9abc .backdrop_bf7b img{margin:0 auto}.hovered-9abc .dirty_c2a0{flex:1 1 0;order:3}}.icon_dark_e00b{height:300px}.text_tall_4f1f{height:400px}.left_bdc8{background-color:#fff;background-color:hsla(0,0%,100%,.9);padding:20px}.nav-fresh-b228 .content_iron_1ca5 button{max-width:none!important;min-height:auto!important}.nav-fresh-b228 .content_iron_1ca5 .button-d167 li{margin:0}.filter_309e{background-color:#f1f1f1;padding-left:30px;padding-right:30px}.filter_309e.hard-80e2{background-color:#333}.filter_309e .fixed-c123,.filter_309e .clean_f7e6,.filter_309e .steel-3330{padding-bottom:0!important;padding-top:0!important}.popup_ba61 li{display:inline-block;margin:0 1px!important;position:relative}.popup_ba61 li .mask-silver-6d44{margin-bottom:0}.popup_ba61 .module_8ba4{min-width:90px;padding:2px;width:90px}.tabs_narrow_9762{position:relative}.tabs_narrow_9762 .sidebar-in-2d73{margin:0 .3em;vertical-align:middle}.alert-ddbd{overflow:hidden}.sidebar_solid_0864{transition:opacity .6s}.chip-a2e3{background-color:rgba(0,0,0,.25)}.grid_557c{min-height:60px;padding-top:20px;position:relative}.grid_557c button,.grid_557c form,.grid_557c p,.grid_557c select,.grid_557c ul{margin-bottom:0;margin-top:0}.pressed_7d32{background-color:#f7f7f7;border-bottom:1px solid #ececec;border-top:1px solid #ececec}.pressed_7d32 .grid_557c{padding-bottom:15px;padding-top:15px}.aside-purple-cf5e{background-color:#446084;text-shadow:1px 1px 1px rgba(0,0,0,.2)}.aside-purple-cf5e .grid_557c{padding-bottom:20px}.aside-purple-cf5e .alert-ddbd{box-shadow:inset 0 0 30px 0 rgba(0,0,0,.1)}.aside-purple-cf5e .border-rough-5307{background-color:rgba(0,0,0,.4)}.wide_1753 .gas-6b68{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}.wide_1753 .gas-6b68 svg{height:20px;vertical-align:middle;width:auto!important}.wide_1753 .gas-6b68:hover{opacity:1}.hard-80e2 .wide_1753 .gas-6b68{background-color:hsla(0,0%,100%,.1)}.hard-80e2 .wide_1753 .gas-6b68 svg{fill:#fff}.row-easy-bea4{background-color:#fff;border:1px solid #ececec;overflow:hidden;padding-bottom:15px}.hard-80e2 .row-easy-bea4{border-color:hsla(0,0%,100%,.2)}.row-easy-bea4 .badge-right-f261{border-bottom:1px solid #ececec;padding:.5em 15%}.hard-80e2 .row-easy-bea4 .badge-right-f261{border-color:hsla(0,0%,100%,.2)}.row-easy-bea4 .blue_4f0d{color:#000;font-weight:300;padding:.6em 15% 0}.row-easy-bea4 .soft_2291{padding:15px 15px 0}.row-easy-bea4 .nav-soft-9eaf{padding:10px 15%}.row-easy-bea4 .search_top_26f3{opacity:.6;text-decoration:line-through}.row-easy-bea4 .nav-soft-9eaf .mask-silver-6d44:last-child{margin:30px 0 0}.row-easy-bea4 .column-thick-8da9{font-size:14px;margin-left:10px}.row-easy-bea4 .nav-soft-9eaf>div{border-bottom:1px solid #ececec;padding:7.5px 0}.hard-80e2 .row-easy-bea4 .nav-soft-9eaf>div{border-color:hsla(0,0%,100%,.08)}.hard-80e2 .row-easy-bea4{background-color:#333}.row-easy-bea4 .badge-right-f261{background-color:rgba(0,0,0,.02)}.grid-0056{border-color:#446084;border-width:2px;margin-top:-15px}.grid-0056 .badge-right-f261{background-color:#446084;border-color:#446084;color:#fff}.north-20e9{width:100%}.complex_3bbc{max-height:100vh;overflow:hidden;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}.complex_3bbc 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}.complex_3bbc a.fn-active-03e6,.complex_3bbc a:hover{background-color:#fff;opacity:1}.complex_3bbc a.fn-active-03e6{border-color:#446084}.caption_easy_1e85 .light-4fa8{display:block!important}.filter-black-3124 form{margin-bottom:0}.header-hot-95b2>.light-4fa8,.caption_easy_1e85 .light-4fa8{padding:5px 0;width:100%}.column-92e1 .footer-78cb{padding-right:5px}.filter-black-3124:not(.column-92e1) .surface_cold_5599,.button-ef40 .surface_cold_5599{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.article-8efd{position:relative}.article-8efd .mask-silver-6d44.container-830a{margin:0}.article-8efd .mask-silver-6d44.container-830a i{font-size:1.2em}.filter-black-3124{width:100%}.filter-black-3124.column-92e1 .surface_cold_5599.fn-loading-03e6 .section_cffe{opacity:0}.filter-black-3124.column-92e1 .surface_cold_5599.fn-loading-03e6:after{border-color:currentColor}.filter-black-3124.column-92e1 .modal_hovered_6832:last-of-type{margin-left:-2.9em}@media(max-width:849px){.filter-black-3124{font-size:1rem}}.filter-black-3124 .lite-df36{-webkit-overflow-scrolling:touch;max-height:50vh;overflow-y:scroll;overflow-y:auto}.notification-d58e .light-4fa8 .lite-df36,.backdrop_93e9 .lite-df36{max-height:80vh}.fixed-c123 .list_771e,.notification-d58e .light-4fa8 .list_771e,.backdrop_93e9 .list_771e{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%}.notification-d58e li .table_dynamic_8620 .list_771e{background-color:transparent;box-shadow:none;position:relative;top:0}.thumbnail-6fd5{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);cursor:default;display:flex;padding:10px .75em}.thumbnail-6fd5 .hot-ce1a{flex:1}.thumbnail-6fd5 img{border-radius:99px;display:inline-block;height:40px;margin-right:10px;width:40px}.thumbnail-6fd5 img+.hot-ce1a{margin-top:-.15em;padding-left:.5em}.thumbnail-6fd5 .focused_a2d8{font-size:.8em;margin-left:5px;padding-top:3px}.thumbnail-6fd5:last-child{border-bottom:none}.description-fixed-1468{background-color:rgba(0,0,0,.05)}#search-lightbox{font-size:1.5em;margin:0 auto;max-width:600px}.item-out-3247{margin-bottom:1.5em}.lite_d982+.item-out-3247,.paragraph-9d3b+.item-out-3247,.picture_0e25+.item-out-3247{margin-top:30px}.backdrop-current-6e07{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;position:relative;width:100%}.backdrop-current-6e07 i{margin-right:.5em;opacity:.6}.backdrop-current-6e07 i.sidebar-purple-fed2{margin-left:10px;margin-right:0}.backdrop-current-6e07 span{text-transform:uppercase}.backdrop-current-6e07 small{font-size:1em;font-weight:400;opacity:.7;padding-left:15px;text-transform:none}.backdrop-current-6e07 b{background-color:currentColor;display:block;flex:1;height:2px;opacity:.1}.backdrop-current-6e07 a{display:block;font-size:.8em;margin-left:auto;padding-left:15px}.cold-1056{border-bottom:2px solid #ececec}.cold-1056 span{border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:-2px;margin-right:15px;padding-bottom:7.5px}.hard-80e2 .cold-1056,.hard-80e2 .cold-1056 span{border-color:hsla(0,0%,100%,.2)}.cold-1056 b{display:none}.message_advanced_e5eb span{margin:0 15px}.form-action-804c span,.message_advanced_e5eb span{text-align:center}.form-action-804c small,.message_advanced_e5eb small{display:block;padding:0 15px}.video-gold-d31a span,.form-action-804c span{border:2px solid rgba(0,0,0,.1);padding:.3em .8em}.video-gold-d31a b:first-of-type{display:none}.button_54c4{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}.gradient_0d35{align-items:center;display:flex;justify-content:space-between}.filter-wood-4f90{flex:1 1 auto;padding-right:30px}.full-a57f{flex:0 0 auto}.full-a57f>a{margin-bottom:0;margin-right:20px}.full-a57f>a:last-child{margin-right:0}.huge_c3ce{transform:translate3d(0,100%,0)}.new_1cd0{transform:none}@media(max-width:849px){.gradient_0d35{align-items:stretch;flex-direction:column;font-size:.9em;text-align:center}.full-a57f{margin-top:15px}.filter-wood-4f90{padding-right:0}}.content-42ee:before{content:""}.prev_3334:before{content:""}.focus-7392:before,.shade-fc55:before{content:""}.modal_ab1f:before{content:""}.slider-fast-aaf6:before{content:""}.lite_ef65:before{content:""}.south_a07f:before{content:""}.paragraph-hard-4e13:before{content:""}.soft-11d3:before{content:""}.pattern-951b:before{content:""}.light_fac0:before{content:""}.pagination_a806:before{content:""}.old-ab29:before{content:""}.text_4f98:before{content:""}.preview-4931:before{content:""}.message_687b:before{content:""}.background_bronze_6ca5:before{content:""}.input-down-b268:before{content:""}.over-77eb:before{content:""}.sidebar-purple-fed2:before{content:""}.green_8236:before{content:""}.photo_smooth_ed8e:before{content:""}.advanced_a636:before{content:""}.slider_3de4:before{content:""}.menu-d80e:before{content:""}.steel-0d53:before{content:""}.element_8b7a:before{content:""}.stone_aa36:before{content:""}.tooltip-brown-8697:before{content:""}.alert_9e73:before{content:""}.white_5743:before{content:""}.summary-a163:before{content:""}.left_f6b7:before{content:""}.out-3e68:before{content:""}.section_cffe:before{content:""}.layout-short-d9ff:before{content:""}.header_focused_1bfa:before{content:""}.focus-1ed6:before{content:""}.large_dbcd:before{content:""}.section_dynamic_bbcc:before{content:""}.feature_cc56:before{content:""}.main_selected_5b09:before{content:""}.header-ed11:before{content:""}.progress_58be:before{content:""}.banner_b1d3:before{content:""}.summary-b8f9:before{content:""}.alert-down-20bd:before{content:""}.component_mini_2ef3:before{content:""}.in_7747:before{content:""}.text-02d0:before{content:""}.widget_stone_b4a2{--divider-top-width:100%;--divider-width:100%;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.widget_stone_b4a2 svg{display:block;height:150px;left:50%;position:relative;transform:translateX(-50%)}.box-3a00{top:-1px;transform:rotate(180deg)}.box-3a00 svg{width:calc(var(--divider-top-width) + 2px)}.active_4f5b{bottom:-1px}.active_4f5b svg{width:calc(var(--divider-width) + 2px)}.gradient-ba4a svg{transform:translateX(-50%) rotateY(180deg)}.outer_0701{z-index:2}.widget_stone_b4a2 .hero-easy-5b36{fill:#fff}.smooth_1c69 .texture-down-779f{margin-left:auto;margin-right:auto}.texture-down-779f{color:#999;display:inline-block;font-size:.85em;vertical-align:middle}.table_dynamic_8620 .texture-down-779f{font-size:1em}.table_dynamic_8620 .texture-down-779f .mask-silver-6d44{margin-bottom:0}.texture-down-779f span{font-weight:700;padding-right:10px}.texture-down-779f i{min-width:1em}.hard-80e2 .texture-down-779f,.component-43a7 .texture-down-779f{color:#fff}.hard-80e2 .texture-down-779f .mask-silver-6d44.filter-fluid-5ae8,.component-43a7 .texture-down-779f .mask-silver-6d44.filter-fluid-5ae8{border-color:hsla(0,0%,100%,.5)}.tertiary_current_879e,.texture-down-779f .mask-silver-6d44.container-830a:hover,.texture-down-779f .mask-silver-6d44.container-830a:not(.filter-fluid-5ae8){background-color:currentColor!important;border-color:currentColor!important}.tertiary_current_879e>i,.tertiary_current_879e>span,.texture-down-779f .mask-silver-6d44.container-830a:hover>i,.texture-down-779f .mask-silver-6d44.container-830a:hover>span,.texture-down-779f .mask-silver-6d44.container-830a:not(.filter-fluid-5ae8)>i,.texture-down-779f .mask-silver-6d44.container-830a:not(.filter-fluid-5ae8)>span{color:#fff!important}.mask-silver-6d44.backdrop_4d2a:hover,.mask-silver-6d44.backdrop_4d2a:not(.filter-fluid-5ae8){color:#3a589d!important}.mask-silver-6d44.old-c661:hover,.mask-silver-6d44.old-c661:not(.filter-fluid-5ae8){color:#3b6994!important}.mask-silver-6d44.secondary_upper_9d2e:hover,.mask-silver-6d44.secondary_upper_9d2e:not(.filter-fluid-5ae8){color:#51cb5a!important}.mask-silver-6d44.white_72e3:hover,.mask-silver-6d44.white_72e3:not(.filter-fluid-5ae8){color:#2478ba!important}.mask-silver-6d44.layout-glass-abdb:hover,.mask-silver-6d44.layout-glass-abdb:not(.filter-fluid-5ae8),.mask-silver-6d44.narrow-321c:hover,.mask-silver-6d44.narrow-321c:not(.filter-fluid-5ae8){color:#111!important}.mask-silver-6d44.info-75e9:hover,.mask-silver-6d44.info-75e9:not(.filter-fluid-5ae8){color:#51cb5a!important}.mask-silver-6d44.large_f4cb:hover,.mask-silver-6d44.large_f4cb:not(.filter-fluid-5ae8){color:#cb2320!important}.mask-silver-6d44.carousel_left_114c:hover,.mask-silver-6d44.carousel_left_114c:not(.filter-fluid-5ae8){color:#fc7600!important}.mask-silver-6d44.overlay_7b93:hover,.mask-silver-6d44.overlay_7b93:not(.filter-fluid-5ae8){color:#36455d!important}.mask-silver-6d44.avatar_liquid_0240:hover,.mask-silver-6d44.avatar_liquid_0240:not(.filter-fluid-5ae8){color:#527498!important}.mask-silver-6d44.orange_fe14:hover,.mask-silver-6d44.orange_fe14:not(.filter-fluid-5ae8){color:#dd4e31!important}.mask-silver-6d44.avatar-upper-da1a:hover,.mask-silver-6d44.avatar-upper-da1a:not(.filter-fluid-5ae8){color:#0072b7!important}.mask-silver-6d44.thumbnail-0265:hover,.mask-silver-6d44.thumbnail-0265:not(.filter-fluid-5ae8){color:#c33223!important}.mask-silver-6d44.message_full_3a02:hover,.mask-silver-6d44.message_full_3a02:not(.filter-fluid-5ae8){color:#e5086f!important}.mask-silver-6d44.row-pro-7a48:hover,.mask-silver-6d44.row-pro-7a48:not(.filter-fluid-5ae8){color:#fff600!important}.mask-silver-6d44.row-pro-7a48:hover i,.mask-silver-6d44.row-pro-7a48:not(.filter-fluid-5ae8) i{text-shadow:0 0 6px rgba(0,0,0,.4)}.mask-silver-6d44.filter-93bc:hover,.mask-silver-6d44.filter-93bc:not(.filter-fluid-5ae8){color:#0099e5!important}.mask-silver-6d44.banner_d444:hover,.mask-silver-6d44.banner_d444:not(.filter-fluid-5ae8){color:#54a9ea!important}.mask-silver-6d44.banner_7db3:hover,.mask-silver-6d44.banner_7db3:not(.filter-fluid-5ae8){color:#9146fe!important}.mask-silver-6d44.slider-0b3e:hover,.mask-silver-6d44.slider-0b3e:not(.filter-fluid-5ae8){color:#7189d9!important}.white-f09f{position:relative;visibility:visible}.input_78af{-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}.input_78af:before,.simple_301b .input_78af:before{color:#d26e4b;content:"";float:left;left:0;position:absolute;top:0}.input_78af 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}.input_78af span:before{color:#d26e4b;content:"";left:0;position:absolute;top:0}.nav_9a7c{display:inline-block;height:18px;vertical-align:middle}.block-gold-ca17{font-size:90%}li.east-994e{font-size:.8em}li.east-994e .input_78af{display:inline-block;margin-bottom:0}.header-bronze-3cf3 a{color:transparent!important;display:inline-block;font-family:fl-icons;font-size:16px;margin-left:-10px;overflow:hidden}.header-bronze-3cf3 a+a{border-left:1px solid #ececec;margin-left:.3em}.header-bronze-3cf3 a.fn-active-03e6:after,.header-bronze-3cf3 a:hover:after{color:#d26e4b}.header-bronze-3cf3 a:after{color:#ddd;content:""}.header-bronze-3cf3 a.sidebar-over-7044:after{content:""}.header-bronze-3cf3 a.backdrop-pro-4212:after{content:""}.header-bronze-3cf3 a.chip-stale-1779:after{content:""}.header-bronze-3cf3 a.hard-19e4:after{content:""}

/* css-noise: 0651 */
.ghost-box-e8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
