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

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

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

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

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

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

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

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

  .paper_aa9f.fn-show-fb7a {
    display: flex;
  }

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

  .paper_aa9f 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}.fresh_57ab{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%}.preview_61ec,.bright_5440,.disabled_first_b01f{margin:0;padding:0 15px 30px;position:relative;width:100%}.modal_advanced_5c3c{flex:1}.main-short-efe3{order:-1}.pro_d7cf{order:1}.table-hovered-aca7{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%}.alert-b70c{overflow:hidden}@media screen and (min-width:850px){.preview_61ec:first-child .table-hovered-aca7{margin-left:auto;margin-right:0}.preview_61ec+.preview_61ec .table-hovered-aca7{margin-left:0;margin-right:auto}}@media screen and (max-width:549px){.media_bcac{order:-1}}@media screen and (min-width:850px){.widget-d199{order:-1}}@media screen and (max-width:849px){.thumbnail_bright_d558{order:-1}.preview_61ec{padding-bottom:30px}}@media screen and (min-width:850px){.glass_ce03>.preview_61ec+.preview_61ec:not(.hidden_7818){border-left:1px solid #ececec}.glass_ce03.pro-a509>.preview_61ec+.preview_61ec:not(.hidden_7818){border-left:0;border-right:1px solid #ececec}.basic-afc0{border-right:1px solid #ececec;padding-right:30px}.preview_61ec.basic-afc0:not(.main-short-efe3):last-child{border-left:1px solid #ececec;border-right:0;padding-left:30px;padding-right:0}.input_upper_51c4{border-right:1px solid #ececec;padding-right:0}.input_upper_51c4+.preview_61ec,.basic-afc0+.preview_61ec{padding-left:30px}}.button-wide-b416 .basic-afc0{border-color:hsla(0,0%,100%,.2)}.hot-074d>.preview_61ec{display:flex}.center-49b7{align-items:center!important;align-self:center!important;vertical-align:middle!important}.light_0568{align-items:flex-end!important;align-self:flex-end!important;justify-content:flex-end!important;vertical-align:bottom!important}.soft-db59{align-items:flex-start!important;align-self:flex-start!important;justify-content:flex-start!important;vertical-align:top!important}.accent_35a2{justify-content:center!important}.pagination-5dae{justify-content:flex-end!important}.narrow-f4e6{flex-basis:8.3333333333%;max-width:8.3333333333%}.section-6e52{flex-basis:16.6666666667%;max-width:16.6666666667%}.tertiary_dynamic_0c8d{flex-basis:25%;max-width:25%}.focus-7675{flex-basis:33.3333333333%;max-width:33.3333333333%}.footer_middle_f17e{flex-basis:41.6666666667%;max-width:41.6666666667%}.accordion_654c{flex-basis:50%;max-width:50%}.grid-warm-b592{flex-basis:58.3333333333%;max-width:58.3333333333%}.background_pressed_d322{flex-basis:66.6666666667%;max-width:66.6666666667%}.north_e085{flex-basis:75%;max-width:75%}.heading_c89a{flex-basis:83.3333333333%;max-width:83.3333333333%}.solid-d1fb{flex-basis:91.6666666667%;max-width:91.6666666667%}.black_c458,.backdrop-pressed-9e7e .top-2dad>.preview_61ec,.backdrop-pressed-9e7e>.preview_61ec{flex-basis:100%;max-width:100%}.tertiary_hard_1a9e .top-2dad>.preview_61ec,.tertiary_hard_1a9e>.preview_61ec{flex-basis:50%;max-width:50%}.bottom_776f .top-2dad>.preview_61ec,.bottom_776f>.preview_61ec{flex-basis:33.3333333333%;max-width:33.3333333333%}.notification_dirty_071c .top-2dad>.preview_61ec,.notification_dirty_071c>.preview_61ec{flex-basis:25%;max-width:25%}.next_c200 .top-2dad>.preview_61ec,.next_c200>.preview_61ec{flex-basis:20%;max-width:20%}.popup_e778 .top-2dad>.preview_61ec,.popup_e778>.preview_61ec{flex-basis:16.6666666667%;max-width:16.6666666667%}.content_73e3 .top-2dad>.preview_61ec,.content_73e3>.preview_61ec{flex-basis:14.2857142857%;max-width:14.2857142857%}.basic_7514 .top-2dad>.preview_61ec,.basic_7514>.preview_61ec{flex-basis:12.5%;max-width:12.5%}@media screen and (min-width:550px){.surface_2533{flex-basis:8.3333333333%;max-width:8.3333333333%}.current_7c98{flex-basis:16.6666666667%;max-width:16.6666666667%}.left_800e{flex-basis:25%;max-width:25%}.alert_clean_e778{flex-basis:33.3333333333%;max-width:33.3333333333%}.overlay-edf4{flex-basis:41.6666666667%;max-width:41.6666666667%}.image_e24c{flex-basis:50%;max-width:50%}.label-clean-2644{flex-basis:58.3333333333%;max-width:58.3333333333%}.paper_70cb{flex-basis:66.6666666667%;max-width:66.6666666667%}.secondary-7ae1{flex-basis:75%;max-width:75%}.pagination_dirty_13a7{flex-basis:83.3333333333%;max-width:83.3333333333%}.component-4e26{flex-basis:91.6666666667%;max-width:91.6666666667%}.accordion-huge-87df,.out_ee21 .top-2dad>.preview_61ec,.out_ee21>.preview_61ec{flex-basis:100%;max-width:100%}.item-stale-4c7f .top-2dad>.preview_61ec,.item-stale-4c7f>.preview_61ec{flex-basis:50%;max-width:50%}.up-1973 .top-2dad>.preview_61ec,.up-1973>.preview_61ec{flex-basis:33.3333333333%;max-width:33.3333333333%}.hard-0dd3 .top-2dad>.preview_61ec,.hard-0dd3>.preview_61ec{flex-basis:25%;max-width:25%}.progress-pro-cb58 .top-2dad>.preview_61ec,.progress-pro-cb58>.preview_61ec{flex-basis:20%;max-width:20%}.badge_hot_b6ab .top-2dad>.preview_61ec,.badge_hot_b6ab>.preview_61ec{flex-basis:16.6666666667%;max-width:16.6666666667%}.info_hard_0632 .top-2dad>.preview_61ec,.info_hard_0632>.preview_61ec{flex-basis:14.2857142857%;max-width:14.2857142857%}.aside_964c .top-2dad>.preview_61ec,.aside_964c>.preview_61ec{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:850px){.overlay-prev-c7f7{flex-basis:8.3333333333%;max-width:8.3333333333%}.primary_middle_927f{flex-basis:16.6666666667%;max-width:16.6666666667%}.active_right_ee31{flex-basis:25%;max-width:25%}.pagination_focused_1a8f{flex-basis:33.3333333333%;max-width:33.3333333333%}.carousel_gold_c614{flex-basis:41.6666666667%;max-width:41.6666666667%}.paragraph-fresh-05a8{flex-basis:50%;max-width:50%}.filter_8a89{flex-basis:58.3333333333%;max-width:58.3333333333%}.tertiary_center_c551{flex-basis:66.6666666667%;max-width:66.6666666667%}.border_outer_5883{flex-basis:75%;max-width:75%}.texture-60bc{flex-basis:83.3333333333%;max-width:83.3333333333%}.wrapper-28fb{flex-basis:91.6666666667%;max-width:91.6666666667%}.pressed_527c .disabled_first_b01f,.hidden_7818,.tabs-ad57 .top-2dad>.preview_61ec,.tabs-ad57>.preview_61ec{flex-basis:100%;max-width:100%}.sidebar-plasma-887a .disabled_first_b01f,.top-ab8e .top-2dad>.preview_61ec,.top-ab8e>.preview_61ec{flex-basis:50%;max-width:50%}.new-4d7f .disabled_first_b01f,.center-016e .top-2dad>.preview_61ec,.center-016e>.preview_61ec{flex-basis:33.3333333333%;max-width:33.3333333333%}.component-pressed-0fb5 .disabled_first_b01f,.link_2397 .top-2dad>.preview_61ec,.link_2397>.preview_61ec{flex-basis:25%;max-width:25%}.simple-f30d .disabled_first_b01f,.photo-north-2ef7 .top-2dad>.preview_61ec,.photo-north-2ef7>.preview_61ec{flex-basis:20%;max-width:20%}.up_c44c .disabled_first_b01f,.hover_new_5036 .top-2dad>.preview_61ec,.hover_new_5036>.preview_61ec{flex-basis:16.6666666667%;max-width:16.6666666667%}.focus-8b53 .disabled_first_b01f,.texture_cool_1e21 .top-2dad>.preview_61ec,.texture_cool_1e21>.preview_61ec{flex-basis:14.2857142857%;max-width:14.2857142857%}.clean-73f8 .disabled_first_b01f,.disabled-gas-d946 .top-2dad>.preview_61ec,.disabled-gas-d946>.preview_61ec{flex-basis:12.5%;max-width:12.5%}}.shade-1ef0>.preview_61ec>.table-hovered-aca7{background-color:#fff}.gas_89d7 .table-hovered-aca7,.pink_e562 .table-hovered-aca7,.frame_current_5f0b .table-hovered-aca7{transition:all,.2s}.pink_e562 .table-hovered-aca7{opacity:.6}.pink_e562:hover .table-hovered-aca7{opacity:1}.gas_89d7 .table-hovered-aca7{filter:blur(3px)}.gas_89d7:hover .table-hovered-aca7{filter:blur(0)}.frame_current_5f0b:hover .table-hovered-aca7{opacity:1}.plasma-f991:hover .frame_current_5f0b .preview_61ec:not(:hover){opacity:.6}.short-f582,.tooltip-5c54,.bright_6211 .hover-536d,.plasma-f991,body{margin-left:auto;margin-right:auto;width:100%}.short-f582{padding-left:15px;padding-right:15px}.short-f582,.tooltip-5c54,.bright_6211 .hover-536d,.plasma-f991{max-width:1080px}.plasma-f991.brown-3c78{max-width:1050px}.plasma-f991.pro_a99e{max-width:1065px}.plasma-f991.grid-f870{max-width:1110px}body.notification_fixed_7c37,body.notification_fixed_7c37 .header-fbe8,body.notification_fixed_7c37 .item-4a49,body.notification_fixed_7c37 header,body.first-a83c,body.first-a83c .header-fbe8,body.first-a83c header{max-width:1170px}@media screen and (min-width:850px){body.first-a83c{margin:30px auto}}.progress_be12{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.current_1655{justify-content:flex-start}.preview-liquid-57a2{justify-content:center}.old_774d{display:flex;flex-direction:column;justify-content:flex-start}.active-26c3 .progress_be12{justify-content:center}.input_motion_de43 .progress_be12{height:100%}.border_c357{max-height:100%}.south_12cd{-ms-flex-negative:1;-ms-flex-preferred-size:auto!important;flex:1}.yellow_8ea6{margin:0 auto}.container-plasma-b579{margin-right:auto}.sidebar-last-9aee{margin-left:auto}.medium_5573{flex-wrap:wrap}.active-hard-ae17>.border_c357:not(.yellow_8ea6),.active-hard-ae17>.progress_be12>.border_c357:not(.yellow_8ea6),.active-hard-ae17>.focus-6bbd>.border_c357:not(.yellow_8ea6){flex:1}@media(max-width:849px){.title_a135{flex-flow:column wrap}.title_a135 .border_c357{flex-grow:0;padding-bottom:5px;padding-top:5px;width:100%}}@media(max-width:549px){.box-f67d{flex-flow:column wrap}.box-f67d .border_c357{flex-grow:0;width:100%}}@media(min-width:850px){.last_25f4,.pagination-15de{display:flex}.last_25f4>div+div,.pagination-15de>div+div{padding-left:30px}}.photo_red_13c2 .avatar_efc1 .advanced_8763{height:100%;padding:0}.dropdown_basic_48b9>.table-hovered-aca7{height:100%}.dropdown_basic_48b9 .hero_out_e24c,.dropdown_basic_48b9 .avatar_efc1,.dropdown_basic_48b9 .button_medium_d420,.dropdown_basic_48b9 .button_medium_d420 img,.dropdown_basic_48b9 .table-hovered-aca7>.nav-381f,.dropdown_basic_48b9 .top-2dad>.nav-381f,.dropdown_basic_48b9 .advanced_8763,.dropdown_basic_48b9 .advanced_8763 img,.dropdown_basic_48b9 .frame-purple-d37f,.dropdown_basic_48b9 .paragraph_lower_58a2,.dropdown_basic_48b9 .frame-purple-d37f:not(.stale-2196),.dropdown_basic_48b9 .frame-purple-d37f>.nav-381f,.dropdown_basic_48b9>.table-hovered-aca7>.nav-381f,.dropdown_basic_48b9>.table-hovered-aca7>.nav-381f .chip_b35a>img,.dropdown_basic_48b9>.table-hovered-aca7>.nav-381f div{bottom:0;height:100%;-o-object-fit:cover;object-fit:cover;padding:0!important;position:absolute!important;top:0;width:100%}.dropdown_basic_48b9 .button_medium_d420 img{font-family:"object-fit: cover;"}.dropdown_basic_48b9 .detail_13a6{height:100%!important}.dropdown_basic_48b9 .avatar_efc1:not(.border-c99e):not(.tiny-c706):not(.form_893e) .filter-east-6f23{background-color:hsla(0,0%,100%,.95);bottom:0;padding-left:1.5em;padding-right:1.5em;position:absolute}@media(prefers-reduced-motion){.dropdown_basic_48b9{transition:none!important}}@media (-ms-high-contrast:none){.summary-7f20 svg{max-width:50px}.tooltip_4a0a .item-bright-cd3d svg{height:36px!important}.tooltip-18e2>li>a>i{top:-1px}}.easy_dcda,.plasma-f991{display:flex;flex-flow:row wrap;width:100%}.plasma-f991>div:not(.preview_61ec):not([class^=col-]):not([class*=" col-"]){width:100%!important}.plasma-f991.photo_red_13c2,.plasma-f991.gold-b981{display:block}.plasma-f991.photo_red_13c2>.preview_61ec,.plasma-f991.gold-b981>.preview_61ec{float:left}.short-f582 .plasma-f991:not(.brown-3c78),.static_84ef .plasma-f991:not(.brown-3c78),.plasma-f991 .easy_dcda,.plasma-f991 .plasma-f991:not(.brown-3c78){margin-left:-15px;margin-right:-15px;padding-left:0;padding-right:0;width:auto}.plasma-f991 .short-f582{padding-left:0;padding-right:0}.hero_out_e24c+.plasma-f991:not(.brown-3c78),.gradient_dim_fcd3+.plasma-f991:not(.brown-3c78),.thumbnail-dirty-8350+.plasma-f991:not(.brown-3c78),.paragraph_lower_58a2+.plasma-f991:not(.brown-3c78){margin-top:30px}.under_9bdc{max-width:100%!important}.pagination-prev-3053{transition:height .3s}.pro-a509{flex-direction:row-reverse}@media screen and (max-width:549px){.list_a1b4{flex-direction:column-reverse}}@media screen and (max-width:849px){.stone-6527{flex-direction:row-reverse}}.brown-3c78{padding:0}.brown-3c78>.preview_61ec,.brown-3c78>.detail_13a6>.top-2dad>.preview_61ec{padding:0!important}.brown-3c78>.preview_61ec .short-f582{max-width:100%}.short-f582 .pro_a99e:not(.brown-3c78),.plasma-f991 .pro_a99e:not(.brown-3c78){margin-bottom:0;margin-left:-10px;margin-right:-10px}.pro_a99e>.preview_61ec,.pro_a99e>.detail_13a6>.top-2dad>.preview_61ec{margin-bottom:0;padding:0 9.8px 19.6px}.short-f582 .feature_7241:not(.brown-3c78),.plasma-f991 .feature_7241:not(.brown-3c78){margin-bottom:0;margin-left:-2px;margin-right:-2px}.feature_7241>.preview_61ec,.feature_7241>.detail_13a6>.top-2dad>.preview_61ec{margin-bottom:0;padding:0 2px 3px}@media screen and (min-width:850px){.grid-f870{padding-left:0;padding-right:0}.short-f582 .grid-f870:not(.brown-3c78),.plasma-f991 .grid-f870:not(.brown-3c78){margin-bottom:0;margin-left:-30px;margin-right:-30px}.grid-f870>.preview_61ec,.grid-f870>.detail_13a6>.top-2dad>.preview_61ec{margin-bottom:0;padding:0 30px 30px}}.text-301a,.brown-8d3e{overflow:hidden}.text-301a .preview_61ec,.brown-8d3e .preview_61ec{padding:0;position:relative}.text-301a .table-hovered-aca7,.brown-8d3e .table-hovered-aca7{padding:15px}.text-301a .preview_61ec:before,.brown-8d3e .preview_61ec:before{border-left:1px dashed #ddd;content:" ";height:100%;left:-1px;position:absolute;top:0}.text-301a .preview_61ec:after,.brown-8d3e .preview_61ec:after{border-bottom:1px dashed #ddd;bottom:-1px;content:" ";height:0;left:0;position:absolute;top:auto;width:100%}.brown-8d3e .preview_61ec:before{border-left-style:solid}.brown-8d3e .preview_61ec:after{border-bottom-style:solid}.button-wide-b416 .text-301a .preview_61ec:after,.button-wide-b416 .text-301a .preview_61ec:before,.button-wide-b416 .brown-8d3e .preview_61ec:after,.button-wide-b416 .brown-8d3e .preview_61ec:before{border-color:hsla(0,0%,100%,.2)}.badge-9fff .plasma-f991 .preview_61ec{padding-bottom:0}.content_glass_dca1 .plasma-f991:before{display:block!important}.thumbnail-dirty-8350{align-items:center;display:flex;flex-flow:row;min-height:auto;padding:30px 0;position:relative;width:100%}.thumbnail-dirty-8350.button-wide-b416{background-color:#666}.backdrop_0280{overflow:hidden}.backdrop_0280,.title_down_3726{width:100%}.title_down_3726{z-index:1}.copper_35a9{overflow:hidden}.short-f582 .thumbnail-dirty-8350,.plasma-f991 .thumbnail-dirty-8350{padding-left:30px;padding-right:30px}.item-4a49+.backdrop_25c5{background-color:#000;min-height:100vh!important}.backdrop_25c5+div{background-color:#fff;box-shadow:15px 15px 15px 15px rgba(0,0,0,.1);position:relative}.thumbnail_bf27{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}.item-4a49{position:fixed!important}.gradient-2b5c{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}.button-wide-b416.gradient-2b5c{color:#f1f1f1}.gradient-2b5c:after{clear:both;content:"";display:block;height:0;visibility:hidden}.gradient-2b5c li{display:block;margin:0;vertical-align:top}.gradient-2b5c li ul{margin:0;padding:0}.gradient-2b5c>li.selected_ede0{min-width:260px}.text_active_1370 li.black-f564:hover>.gradient-2b5c,.next_9e73 li.black-f564:hover>.gradient-2b5c,li.icon_fresh_3a09>.gradient-2b5c{left:-15px;max-height:inherit;opacity:1;visibility:visible}.tertiary-copper-c5d0 li.icon_fresh_3a09:last-child>.gradient-2b5c,.tertiary-copper-c5d0 li.black-f564:hover:last-child>.gradient-2b5c{left:auto;right:-15px}.purple_e839 li>a,.gradient-2b5c>li>a{display:block;line-height:1.3;padding:10px 20px;width:auto}.purple_e839>li:last-child:not(.center_2013)>a,.gradient-2b5c>li:last-child:not(.center_2013)>a{border-bottom:0!important}.list-top-ca5b.gradient-2b5c .purple_e839>li>a,.gradient-2b5c.list-top-ca5b>li>a{font-size:.85em;text-transform:uppercase}.gradient-2b5c>li.shade_6568,.gradient-2b5c>li.center_2013{display:table-cell;min-width:160px;text-align:left;white-space:nowrap;width:160px}.gradient-2b5c>li.shade_6568:not(:last-child),.gradient-2b5c>li.center_2013:not(:last-child){border-right:1px solid transparent}.gradient-2b5c .frame_cce0>a,.gradient-2b5c .center_2013>a,.gradient-2b5c .large_5d40>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.gradient-2b5c .center_2013 .frame_cce0{margin-top:5px}.gradient-2b5c li.shade_6568{border:0!important;margin:0!important;padding:0!important}.gradient-2b5c li.shade_6568>a{font-size:0!important;line-height:0!important;margin:-20px 0!important;padding:0!important}.gradient-2b5c li.shade_6568>a img{display:block;margin:0;width:100%}.gradient-2b5c li.shade_6568>a:hover{opacity:.8}.tall_150a li.shade_6568:first-child>a{margin-left:-20px!important;margin-right:20px!important}.tall_150a li.shade_6568:last-child>a{margin-right:-20px!important}.gradient-2b5c.list-under-8cb3>li.center_2013,.gradient-2b5c.logo_9000>li.center_2013{border-color:#f1f1f1}.tall_150a .purple_e839 li>a,.gradient-2b5c.tall_150a>li>a{border-bottom:1px solid #ececec;margin:0 10px;padding-left:0;padding-right:0}.tall_150a{padding:20px}.list-under-8cb3 .purple_e839 li>a,.gradient-2b5c.list-under-8cb3>li>a{border-radius:10px;margin:0 10px;padding-left:10px;padding-right:5px}.list-under-8cb3 .purple_e839 li>a:hover,.list-under-8cb3.button-wide-b416 .purple_e839 li>a:hover,.gradient-2b5c.list-under-8cb3.button-wide-b416>li>a:hover,.gradient-2b5c.list-under-8cb3>li>a:hover{background-color:#446084;color:#fff!important}.logo_9000 .purple_e839 li>a:hover,.gradient-2b5c.logo_9000>li>a:hover{background-color:rgba(0,0,0,.03)}.gradient-2b5c.list-under-8cb3 li.selected_ede0,.gradient-2b5c.logo_9000 li.selected_ede0{padding:0 20px 10px}.focus_right_e46c .gradient-2b5c{padding:0}li.icon_fresh_3a09>.active-cool-22de,li.black-f564:hover>.active-cool-22de{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%}.active-cool-22de>li.center_2013{white-space:normal}.banner_0282 li.black-f564:after,.banner_0282 li.black-f564:before{border:solid transparent;bottom:-2px;content:"";height:0;left:50%;opacity:0;pointer-events:none;position:absolute;width:0;z-index:10}.banner_0282 li.black-f564:after{border-color:hsla(0,0%,87%,0) hsla(0,0%,87%,0) #fff;border-width:8px;margin-left:-8px}.banner_0282 li.black-f564:before{border-width:11px;margin-left:-11px;z-index:-999}.banner_0282 .tabs-b041 .dirty-b26b:after,.banner_0282 .tabs-b041 .dirty-b26b:before,.banner_0282 .tabs-b041 .easy_efe0:after,.banner_0282 .tabs-b041 .easy_efe0:before,.banner_0282 li.black-f564.highlight-solid-e088:after,.banner_0282 li.black-f564.highlight-solid-e088:before,.banner_0282 li.black-f564.glass_0144:after,.banner_0282 li.black-f564.glass_0144:before{display:none}.aside-clean-7f0d .gradient-2b5c{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.banner_0282.highlight_cec0 li.black-f564:before{border-bottom-color:#ddd}.highlight_cec0 .gradient-2b5c{border:2px solid #ddd}.banner_0282 li.icon_fresh_3a09.black-f564:after,.banner_0282 li.icon_fresh_3a09.black-f564:before{opacity:1;transition:opacity .25s}.filter_4953.pro_89e6>a:after,.box-9aa6.pro_89e6>a:after,.full_b7c8.pro_89e6>a:after,.fixed-f66d.pro_89e6>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}.box-9aa6.pro_89e6>a:after{background-color:#446084}.fixed-f66d.pro_89e6>a:after{background-color:#d26e4b}.full_b7c8.pro_89e6>a:after{background-color:#7a9c59}.filter_4953.pro_89e6>a:after{background-color:#b20000}.tooltip-18e2 p{margin:0;padding-bottom:0}.tooltip-18e2,.tooltip-18e2 ul:not(.gradient-2b5c){margin:0;padding:0}.tooltip-18e2>li>a.paper-b265,.tooltip-18e2>li>button{margin-bottom:0}.tooltip-18e2{align-items:center;display:inline-block;display:flex;flex-flow:row wrap;width:100%}.tooltip-18e2,.tooltip-18e2>li{position:relative}.tooltip-18e2>li{list-style:none;margin:0 7px;padding:0;transition:background-color .3s}.tooltip-18e2>li,.tooltip-18e2>li>a{display:inline-block}.tooltip-18e2>li>a{align-items:center;display:inline-flex;flex-wrap:wrap;padding:10px 0}.selected_ede0 .tooltip-18e2>li>a{padding-bottom:0;padding-top:0}.paragraph-79f3 .tooltip-18e2>li>a,.tooltip-18e2.paragraph-79f3>li>a{font-weight:400;padding-bottom:5px;padding-top:5px;vertical-align:top}.paragraph-79f3.tooltip-18e2>li.selected_ede0{font-size:.75em}.steel-db96{justify-content:center}.paper-a4cd{justify-content:space-between}.active_2aa6{justify-content:flex-start}.tertiary-copper-c5d0{justify-content:flex-end}@media(max-width:849px){.logo-steel-806e{justify-content:center}}@media(max-width:549px){.yellow_c4c7{justify-content:center}}.purple_e839>li>a,.gradient-2b5c>li>a,.up_12f0>li>a,.tooltip-18e2>li>a{color:hsla(0,0%,40%,.85);transition:all .2s}.purple_e839>li>a,.gradient-2b5c>li>a{display:block}.purple_e839 li.fn-active-fb7a>a,.purple_e839 li>a:hover,.gradient-2b5c li.fn-active-fb7a>a,.gradient-2b5c>li>a:hover,.up_12f0>li>a:hover,.tooltip-18e2>li.fn-active-fb7a>a,.tooltip-18e2>li.fn-current-fb7a>a,.tooltip-18e2>li>a.fn-active-fb7a,.tooltip-18e2>li>a.fn-current-fb7a,.tooltip-18e2>li>a:hover{color:hsla(0,0%,7%,.85)}.tooltip-18e2 li:first-child{margin-left:0!important}.tooltip-18e2 li:last-child{margin-right:0!important}.dim_687e>li>a{font-weight:bolder;letter-spacing:.02em;text-transform:uppercase}.pattern-52c4>li>a{font-weight:thin!important}@media(min-width:850px){.element_2387>li{margin:0 .7em}.element_2387>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}.element_2387>li+li.info_9d18>a:after{height:50px;margin-top:-25px}}li.selected_ede0 .plasma-f991,li.selected_ede0 form,li.selected_ede0 input,li.selected_ede0 select{margin:0}li.selected_ede0>.paper-b265{margin-bottom:0}li.dynamic_3ffe>a{display:none!important}.container_f459>li>a,.container_f459>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}.container_f459>li i{font-size:1.2em;top:-1px;vertical-align:middle}.container_f459>li>.fn-current-fb7a,.container_f459>li>a:hover,.container_f459>li>span:hover{background-color:#446084;border-color:#446084;color:#fff}.current_0cf8 .content_1fbd{bottom:0;overflow:hidden;position:fixed;top:0;width:100%}.current_0cf8 .content_1fbd .over-df39{height:100%;padding-bottom:0;padding-top:0;transform:translateX(0);transition:transform .3s;will-change:transform}.black_84b6 .status_plasma_075e>li>.card-b08f,.black_84b6 .status_plasma_075e>li>ul.medium-ce0f{-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%}.black_84b6 .status_plasma_075e>li>.card-b08f>li,.black_84b6 .status_plasma_075e>li>ul.medium-ce0f>li{align-items:center;display:flex;flex-flow:row wrap}.black_84b6 .status_plasma_075e>li>.card-b08f.dynamic_1072,.black_84b6 .status_plasma_075e>li>ul.medium-ce0f.dynamic_1072{display:block}.black_84b6 .status_plasma_075e>li>.card-b08f.grid-stone-86c6,.black_84b6 .status_plasma_075e>li>ul.medium-ce0f.grid-stone-86c6{overflow-y:hidden;padding-right:100%;width:200%}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb),.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb){border-top:1px solid #ececec;margin-bottom:0;margin-top:0;transition:background-color .3s}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>a,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>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}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb).fn-active-fb7a,.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb):hover,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb).fn-active-fb7a,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb):hover{background-color:rgba(0,0,0,.05)}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>.card-b08f,.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>ul.medium-ce0f,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>.card-b08f,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>ul.medium-ce0f{-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%}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>.card-b08f>li,.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>ul.medium-ce0f>li,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>.card-b08f>li,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>ul.medium-ce0f>li{align-items:center;display:flex;flex-flow:row wrap}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>.card-b08f.dynamic_1072,.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>ul.medium-ce0f.dynamic_1072,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>.card-b08f.dynamic_1072,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>ul.medium-ce0f.dynamic_1072{display:block}.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>.card-b08f.grid-stone-86c6,.hero_9b8b .status_plasma_075e>li>.card-b08f>li:not(.texture-e2cb)>ul.medium-ce0f.grid-stone-86c6,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>.card-b08f.grid-stone-86c6,.hero_9b8b .status_plasma_075e>li>ul.medium-ce0f>li:not(.texture-e2cb)>ul.medium-ce0f.grid-stone-86c6{overflow-y:hidden;padding-right:100%;width:200%}.status_plasma_075e{-webkit-overflow-scrolling:auto;height:100%;overflow:visible;overflow-y:auto;padding-top:20px}.status_plasma_075e .fn-active-fb7a>.copper_07ae{transform:none}.status_plasma_075e>li{flex-shrink:0}.texture-e2cb .copper_07ae{margin-left:0!important;padding-left:5px;position:relative!important;text-align:left;top:0!important;width:100%}.texture-e2cb .copper_07ae i{font-size:1.4em;margin-right:2px}.active-26c3 .texture-e2cb .copper_07ae{margin-left:auto!important;margin-right:auto!important;width:auto}.mini_92ca>li>a:before,.fresh-8eb2>li>a:before,.tooltip-a12e>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%}.mini_92ca>li.fn-active-fb7a>a:before,.mini_92ca>li:hover>a:before,.fresh-8eb2>li.fn-active-fb7a>a:before,.fresh-8eb2>li:hover>a:before,.tooltip-a12e>li.fn-active-fb7a>a:before,.tooltip-a12e>li:hover>a:before{opacity:1}.tooltip-18e2:hover>li:not(:hover)>a:before{opacity:0}.search-gas-c57d .mini_92ca:before{bottom:0;top:auto}.fresh-8eb2>li>a:before{width:0}.fresh-8eb2>li.fn-active-fb7a>a:before,.fresh-8eb2>li:hover>a:before{width:100%}.mini_92ca>li:after,.mini_92ca>li:before{display:none}.mini_92ca>li>a:before{bottom:0;top:auto}.widget_pressed_0d0c>li.fn-active-fb7a>a,.primary-green-590e>li.fn-active-fb7a>a{background-color:#446084;color:#fff;opacity:1}.summary-green-cba0>li.fn-active-fb7a>a{background-color:#fff}.notice-middle-f52d .tooltip-18e2.summary-green-cba0>li.fn-active-fb7a>a{color:#000}.disabled-black-6649>li.fn-active-fb7a>a{border-color:currentColor;color:#446084}.search-gas-c57d{display:flex;flex-flow:row wrap}.search-gas-c57d .tooltip-18e2,.search-gas-c57d .small-27b6{width:100%}.small-27b6{padding-top:1em}.small-27b6 .thumbnail-light-4975{padding:0}.small-27b6 .search-small-4e3b:not(.fn-active-fb7a){display:block;height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.small-27b6 .search-small-4e3b.fn-active-fb7a{display:block!important}.widget_pressed_0d0c>li,.disabled-black-6649>li,.primary-green-590e>li,.summary-green-cba0>li{margin:0}.widget_pressed_0d0c>li>a,.primary-green-590e>li>a{line-height:2.5em;padding:0 .75em}.primary-green-590e>li>a{border-radius:99px}.summary-green-cba0>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}.summary-green-cba0>li.fn-active-fb7a>a{border-top-color:#446084}.notice-middle-f52d .summary-green-cba0>li:not(.fn-active-fb7a)>a{background-color:hsla(0,0%,100%,.1);border-color:transparent}.search-gas-c57d .summary-green-cba0>li{margin:0 .1em -1px}.summary-green-cba0+.small-27b6{background-color:#fff;border:1px solid #ddd;padding:30px}.disabled-black-6649>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){.search-gas-c57d .lite_d9e6{padding-top:0;width:25%}.lite_d9e6+.small-27b6{border-left:1px solid #ddd;flex:1;margin-top:0!important;padding:0 30px 30px}.search-gas-c57d .lite_d9e6.disabled-black-6649{padding-right:15px}}@media(max-width:549px){.avatar-f1cb>li{margin:0!important;width:100%}.avatar-f1cb>li a{display:block;width:100%}.main_black_884b{-webkit-overflow-scrolling:touch;flex-flow:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.main_black_884b>li{display:inline-block}}.first_4bd3{background-color:rgba(0,0,0,.02);flex:1 0 50%;list-style-type:none;max-width:50%;text-align:center}.first_4bd3.fn-active-fb7a{background-color:rgba(0,0,0,.05)}.title_e632{flex:1 1 auto}.frame_6225.tooltip-18e2>li{margin:0}.frame_6225.tooltip-18e2>li>a{display:flex;padding:15px 10px}.copper_07ae{box-shadow:none!important;color:currentColor;height:auto;line-height:1;margin:0 5px 0 0;opacity:.6;padding:0;width:45px}.copper_07ae i{font-size:1.8em;transition:all .3s}.copper_07ae:focus{color:currentColor}.copper_07ae:hover{cursor:pointer;opacity:1}.fn-active-fb7a>.copper_07ae{transform:rotate(-180deg)}.fn-active-fb7a>ul.medium-ce0f,.fn-active-fb7a>ul.card-b08f:not(.gradient-2b5c){display:block!important}.logo_3262 .copper_07ae{margin:0 0 0 5px;min-height:1em;width:1em}.logo_3262 .copper_07ae i{font-size:1.2em;top:1px}@media(prefers-reduced-motion){.copper_07ae{transition:none}}.tooltip-18e2.lite_d9e6{flex-flow:column}.tooltip-18e2.lite_d9e6 li{list-style:none;margin:0;width:100%}.lite_d9e6 li li{font-size:1em;padding-left:.5em}.lite_d9e6 .shade_6568{display:none!important}.lite_d9e6>li{align-items:center;display:flex;flex-flow:row wrap}.lite_d9e6>li ul{width:100%}.lite_d9e6 li li.frame_cce0{margin-bottom:1em}.lite_d9e6 li li.frame_cce0:not(:first-child){margin-top:1em}.lite_d9e6>li>a,.lite_d9e6>li>ul>li a{align-items:center;display:flex;flex-grow:1;width:auto}.lite_d9e6 li li.frame_cce0>a{color:#000;font-size:.8em;font-weight:bolder;text-transform:uppercase}.lite_d9e6>li.selected_ede0{padding-bottom:1em;padding-top:1em}.lite_d9e6>li>ul li a{color:#666;transition:color .2s}.lite_d9e6>li>ul li a:hover{color:#111;opacity:1}.lite_d9e6>li>ul{margin:0 0 2em;padding-left:1em}.tooltip-18e2 .medium-ce0f{left:-99999px;opacity:0;position:fixed;transform:translateX(-10px);transition:background-color .6s,transform .3s,opacity .3s}@media(prefers-reduced-motion){.tooltip-18e2 .medium-ce0f{opacity:1;transform:none}}.tooltip-18e2:not(.status_plasma_075e) .fn-active-fb7a>.medium-ce0f{left:auto;opacity:1;padding-bottom:30px;position:inherit;transform:translateX(0)}.title-north-4cd5.lite_d9e6>li.pro_89e6.fn-active-fb7a,.title-north-4cd5.lite_d9e6>li.pro_89e6:hover{background-color:rgba(0,0,0,.05)}.title-north-4cd5.lite_d9e6>li+li{border-top:1px solid #ececec}.button-wide-b416 .title-north-4cd5.lite_d9e6>li+li,.button-wide-b416 .up_12f0>li+li{border-color:hsla(0,0%,100%,.2)}.lite_d9e6>li+li{border-top:1px solid #ececec}.up_12f0>li+li{border-color:#ececec}.lite_d9e6.tooltip-a12e>li>a:before{height:100%;left:auto;right:-2px;width:3px;z-index:1}.lite_d9e6.summary-green-cba0>li>a{border:0}.lite_d9e6.summary-green-cba0>li.fn-active-fb7a>a{border-left:3px solid #446084}.active-26c3 .copper_07ae{margin-left:-35px}.active-26c3 .lite_d9e6 li{border:0}.active-26c3 .lite_d9e6 li li,.active-26c3.lite_d9e6 li li{padding-left:0}@media screen and (max-width:549px){.dropdown-542d{flex-flow:column;margin-bottom:20px}.dropdown-542d>li{border-bottom:1px solid #ececec;list-style:none;margin:0!important;width:100%}}.lite_d9e6 .west_3a2e{width:100%}.lite_d9e6 .tag-large-cdae,.lite_d9e6 .icon_clean_3330{display:block;width:100%}@media screen and (min-width:849px){.basic-afc0>.table-hovered-aca7>.frame_short_9148>.lite_d9e6{width:calc(100% + 31px)}}.mask-fluid-30f7{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}.mask-fluid-30f7 .pro-6f17{font-size:1.7em;margin-right:10px}.cold_401d{display:block;font-size:.9em;font-weight:400;line-height:1.3}.table_selected_5699{flex:1 1 auto}.up-d6cb{background-color:#fff;opacity:0;position:absolute;visibility:hidden;width:250px;z-index:9}.up-d6cb .up_12f0{align-items:stretch;display:flex;flex-direction:column}.up-d6cb .up_12f0>li.pro_89e6{list-style:none;margin:0;position:static}.up-d6cb .up_12f0>li.pro_89e6[class*=" label-"]>a:after,.up-d6cb .up_12f0>li.pro_89e6[class^=label-]>a:after{order:2;top:0}.up-d6cb .up_12f0>li.pro_89e6>a>i.form-c44c{margin-left:auto;margin-right:-.1em;order:3;transform:rotate(-90deg)}.up-d6cb .up_12f0>li.pro_89e6>a{align-items:center;display:flex;padding:10px 15px}.up-d6cb .up_12f0 li.outline_fast_7c43>a>i,.up-d6cb .up_12f0 li.outline_fast_7c43>a>img,.up-d6cb .up_12f0 li.outline_fast_7c43>a>svg{margin-right:10px}.up-d6cb .row_7daf{font-size:.9em;order:1}.up-d6cb .icon_fresh_3a09 .gradient-2b5c{left:100%!important;top:0}.up-d6cb .icon_fresh_3a09.pro_89e6 .gradient-2b5c{min-height:100%}.hot_f506{opacity:1;visibility:visible}.dim-cf41 .up-d6cb,.preview_4b6d .up-d6cb{opacity:0;visibility:hidden}.header-fbe8:not(.preview_4b6d) .up-d6cb{transition:opacity .25s,visibility .25s}.up-d6cb.shade-1ef0{box-shadow:1px 1px 15px rgba(0,0,0,.15)}.detail-active-53c9:hover .up-d6cb{opacity:1;visibility:visible}.shadow-center-76f7{margin:30px 0 0}.east-d848{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:table;height:2.8em;pointer-events:none;width:2.8em;z-index:20}.east-d848.fn-top-fb7a{left:0}.container-04de{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%}.label-orange-9725{height:2.3em;width:2.3em}.label-orange-9725 .container-04de{line-height:.7}.east-d848+.east-d848{height:2.5em;opacity:.9;width:2.5em}.east-d848+.east-d848+.east-d848{opacity:.8}.full_1a14 .container-04de,.copper-7506 .container-04de{background-color:#fff;border:2px solid;color:#446084}.popup-cool-58af:hover .copper-7506 .container-04de{background-color:#446084;border-color:#446084;color:#fff}.chip-liquid-4c11,.copper-7506{margin-left:-.4em}.pink_09a1{margin-left:1em}.chip-liquid-4c11+.east-d848{margin-left:-.4em;margin-top:-.4em}.chip-liquid-4c11 .container-04de,.pink_09a1 .container-04de{border-radius:999px}.full_1a14 .container-04de,.logo_3262 .copper-7506 .container-04de{background-color:transparent}.full_1a14{height:2em;margin-left:-4px}.logo_3262 .east-d848{margin:0!important}.button-wide-b416 .logo_3262 .copper-7506 .container-04de{color:#fff;opacity:.7}.brown-3c78 .chip-liquid-4c11{margin-left:15px}.hero_out_e24c{background-color:#446084;min-height:30px;position:relative;width:100%}.wrapper-new-0249{overflow:hidden}.list-clean-813b{height:100%;max-height:100%;position:relative}@media(max-width:549px){.list-clean-813b{-webkit-overflow-scrolling:touch;overflow:auto}}.list-clean-813b>*{position:absolute!important}.button-wide-b416 .hero_out_e24c a{color:#fff}.preview-c98c{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){.dark_0c07 .pattern-simple-985b{display:none}}.avatar_efc1{margin:0 auto;position:relative;width:100%}.avatar_efc1>a{display:block;width:100%}.avatar_efc1 a{display:inline-block}.avatar_efc1,.button_medium_d420,.filter-east-6f23{transition:opacity .3s,transform .3s,background-color .3s}.button_medium_d420>a,.button_medium_d420>div>a{display:block}.button_medium_d420>a:focus-visible,.button_medium_d420>div>a:focus-visible{outline-offset:-2px}.filter-east-6f23{font-size:.9em;padding-bottom:1.4em;padding-top:.7em;position:relative;width:100%}.shade-1ef0 .filter-east-6f23{padding-left:1.2em;padding-right:1.2em}@media(max-width:549px){.filter-east-6f23{font-size:85%}}.button_medium_d420{height:auto;margin:0 auto;overflow:hidden;position:relative}.button_medium_d420[style*=-radius]{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.accent-332c{overflow:hidden;position:relative;z-index:0}.filter-east-6f23.active-26c3{padding-left:10px;padding-right:10px}.button_medium_d420 img{margin:0 auto;max-width:100%;width:100%}.secondary_e1c9{overflow:hidden}.secondary_e1c9 .filter-east-6f23.active-26c3{left:50%;margin:10% 0;transform:translateX(-50%)}.secondary_e1c9 .filter-east-6f23.text-down-5dbc{left:auto;right:0}.secondary_e1c9 .filter-east-6f23{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}.secondary_e1c9:hover .filter-east-6f23{opacity:1}.form_893e{overflow:hidden}.form_893e .filter-east-6f23{background-color:hsla(0,0%,100%,.95);bottom:15%;padding:.8em 1em 1em;position:absolute;transition:background .3s;z-index:1}.button-wide-b416 .form_893e .filter-east-6f23{background-color:rgba(0,0,0,.95)}.form_893e:hover .filter-east-6f23{background-color:#446084}.blue_c896 .filter-east-6f23{padding:15px 15px 20px;z-index:1}.blue_c896:hover .filter-east-6f23{background-color:#fff;transform:translateY(-15px)}.button-wide-b416 .blue_c896:hover .filter-east-6f23{background-color:#222}.blue_c896:hover .button_medium_d420{transform:translateY(-5px)}.tabs_fluid_fecb .filter-east-6f23{background-color:hsla(0,0%,100%,.95);margin:-15% auto 0;max-width:85%;padding:15px 20px}.tiny-c706 .filter-east-6f23,.border-c99e .filter-east-6f23{bottom:0;max-height:100%;padding-left:1.5em;padding-right:1.5em;position:absolute;width:100%}.tiny-c706.button-wide-b416 .filter-east-6f23,.border-c99e.button-wide-b416 .filter-east-6f23{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.info-818f .filter-east-6f23{display:none!important}.bronze_c58c:hover .tiny-c706 .filter-east-6f23,.bronze_c58c:hover .border-c99e .filter-east-6f23{opacity:0!important}.link_b007.tiny-c706 .filter-east-6f23,.link_b007.border-c99e .filter-east-6f23{bottom:auto!important;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:16}.pressed-680f.tiny-c706 .filter-east-6f23,.pressed-680f.border-c99e .filter-east-6f23{bottom:auto!important;left:0;position:absolute;right:0;top:0;z-index:16}.sidebar-north-d325 .link_b007 .filter-east-6f23{bottom:auto;position:relative;top:auto;transform:translateY(0)}.tabs_outer_c103 .preview_61ec{max-width:100%!important;width:100%!important}@media screen and (max-width:549px){.sidebar-north-d325 .button_medium_d420{width:100%!important}}@media screen and (min-width:550px){.frame-efab .preview_61ec{flex-basis:100%!important;max-width:100%!important}.frame-efab .avatar_efc1,.sidebar-north-d325{display:table;width:100%}.frame-efab .avatar_efc1 .primary_dca7,.sidebar-north-d325 .primary_dca7{direction:rtl}.frame-efab .avatar_efc1 .button_medium_d420,.frame-efab .avatar_efc1 .filter-east-6f23,.sidebar-north-d325 .button_medium_d420,.sidebar-north-d325 .filter-east-6f23{direction:ltr;display:table-cell;vertical-align:middle}.frame-efab .avatar_efc1 .filter-east-6f23,.sidebar-north-d325 .filter-east-6f23{padding-left:1.5em;padding-right:1.5em}.frame-efab .avatar_efc1 .button_medium_d420,.sidebar-north-d325 .button_medium_d420{width:50%}.frame-efab .avatar_efc1.soft-db59 .filter-east-6f23,.sidebar-north-d325.soft-db59 .filter-east-6f23{vertical-align:top}}.paper-b265,button,input[type=button],input[type=reset],input[type=submit]{background-color:transparent;border:1px solid transparent;border-radius:0;box-sizing:border-box;color:currentColor;cursor:pointer;display:inline-block;font-size:.97em;font-weight:bolder;letter-spacing:.03em;line-height:2.4em;margin-right:1em;margin-top:0;max-width:100%;min-height:2.5em;padding:0 1.2em;position:relative;text-align:center;text-decoration:none;text-rendering:optimizeLegibility;text-shadow:none;text-transform:uppercase;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;vertical-align:middle}.paper-b265 span{display:inline-block;line-height:1.6}.paper-b265.list_pink_d79f{line-height:2.19em}.tooltip-18e2>li>a.paper-b265,.tooltip-18e2>li>a.paper-b265:hover{padding-bottom:0;padding-top:0}.tooltip-18e2>li>a.paper-b265:hover{color:#fff}.paper-b265,input[type=button].paper-b265,input[type=reset].paper-b265,input[type=submit],input[type=submit].paper-b265{background-color:#446084;background-color:var(--primary-color);border-color:rgba(0,0,0,.05);color:#fff}.paper-b265.list_pink_d79f,input[type=button].list_pink_d79f,input[type=reset].list_pink_d79f,input[type=submit].list_pink_d79f{background-color:transparent;border:2px solid}.paper-b265:hover,.button-wide-b416 .paper-b265.bronze_288d:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);color:#fff;opacity:1;outline:none}.paper-b265.focused-dc1d,.paper-b265.menu_pressed_f022{background-color:transparent!important;border-color:transparent!important;padding-left:.15em;padding-right:.15em}.paper-b265.menu_pressed_f022:before{background-color:currentColor;bottom:0;content:"";height:2px;left:20%;opacity:.3;position:absolute;transition:all .3s;width:60%}.paper-b265.menu_pressed_f022:hover:before{left:0;opacity:1;width:100%}.focused-dc1d,.menu_pressed_f022{color:#666}.button-wide-b416 .paper-b265.focused-dc1d:hover,.button-wide-b416 .paper-b265.menu_pressed_f022:hover{color:#fff;opacity:.8}.paper-b265.focused-dc1d:hover,.paper-b265.menu_pressed_f022:hover{box-shadow:none;color:#333}.bronze_288d,button.bronze_288d,button[type=submit].bronze_288d,input[type=button].bronze_288d,input[type=reset].bronze_288d,input[type=submit].bronze_288d{background-color:#f9f9f9;border:1px solid #ddd;color:#666;font-weight:400;overflow:hidden;position:relative;text-shadow:1px 1px 1px #fff;text-transform:none}.paper-b265.bronze_288d:hover{background-color:#f1f1f1;color:#000}.button-wide-b416 .paper-b265,.button-wide-b416 input[type=button],.button-wide-b416 input[type=reset],.button-wide-b416 input[type=submit]{color:#fff}.button-wide-b416 .paper-b265.bronze_288d,.button-wide-b416 input[type=button].bronze_288d,.button-wide-b416 input[type=reset].bronze_288d,.button-wide-b416 input[type=submit].bronze_288d{color:#000}.description-prev-d094{border-radius:99px}.pressed-c573,.outline-486d,.smooth-2ed5{overflow:hidden}.pressed-c573:after,.outline-486d:after,.smooth-2ed5: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%}.smooth-2ed5:after{box-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.1),inset 0 2em 15px 0 hsla(0,0%,100%,.2)}.pressed-c573:after{box-shadow:inset -.01em -.1em 0 0 rgba(0,0,0,.15);left:0;width:100%}.list_pink_d79f{color:silver}.list_pink_d79f:hover{box-shadow:none!important}.fn-primary-fb7a,input[type=submit],input[type=submit].paper-b265{background-color:#446084}.fn-primary-fb7a.focused-dc1d,.fn-primary-fb7a.list_pink_d79f,.fn-primary-fb7a.menu_pressed_f022{color:#446084}.list_pink_d79f:hover,.fn-primary-fb7a.list_pink_d79f:hover{background-color:#446084;border-color:#446084;color:#fff}.fn-success-fb7a{background-color:#7a9c59}.fn-success-fb7a.focused-dc1d,.fn-success-fb7a.list_pink_d79f,.fn-success-fb7a.menu_pressed_f022{color:#7a9c59}.fn-success-fb7a.list_pink_d79f:hover{background-color:#7a9c59;border-color:#7a9c59;color:#fff}.glass-6d61{background-color:#fff!important;color:#666!important}.glass-6d61.paper-b265.list_pink_d79f{background-color:transparent;color:currentColor!important}.glass-6d61.focused-dc1d,.glass-6d61.list_pink_d79f,.glass-6d61.menu_pressed_f022{background-color:transparent!important;color:#fff!important}.glass-6d61.list_pink_d79f:hover{background-color:#fff!important;border-color:#fff;color:#666!important}.paper-b265.main_2106,.paper-b265.west_88fe,.medium-5985,.fn-secondary-fb7a{background-color:#d26e4b}.fn-secondary-fb7a.focused-dc1d,.fn-secondary-fb7a.list_pink_d79f,.fn-secondary-fb7a.menu_pressed_f022{color:#d26e4b}.fn-secondary-fb7a.list_pink_d79f:hover{background-color:#d26e4b;border-color:#d26e4b;color:#fff}a.fn-primary-fb7a:not(.paper-b265),a.fn-secondary-fb7a:not(.paper-b265){background-color:transparent}.fn-alert-fb7a{background-color:#b20000}.fn-alert-fb7a.focused-dc1d,.fn-alert-fb7a.list_pink_d79f,.fn-alert-fb7a.menu_pressed_f022{color:#b20000}.fn-alert-fb7a.list_pink_d79f:hover{background-color:#b20000;border-color:#b20000;color:#fff}.active-26c3 .paper-b265:first-of-type{margin-left:0!important}.active-26c3 .paper-b265:last-of-type,.text-down-5dbc .paper-b265:last-of-type{margin-right:0!important}.paper-b265.fn-disabled-fb7a,.paper-b265[disabled],button.fn-disabled-fb7a,button[disabled]{opacity:.6}.button_1f69 .paper-b265{margin-bottom:0;margin-right:.65em}.tag-large-cdae{display:inline-block}.tag-large-cdae .static_78cb.list_pink_d79f:not(:hover){color:#999}.notice-middle-f52d .tag-large-cdae .static_78cb.list_pink_d79f:not(:hover){color:#fff}.tag-large-cdae .paper-b265{margin:0}.cold_d734{margin-left:0!important}.cold_d734:not(:hover){opacity:.7}.border_c357 .paper-b265,.border_c357 button,.border_c357 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}.button-wide-b416 code{background-color:rgba(0,0,0,.5);border-color:#000}.pressed_242c{background-color:rgba(0,0,0,.1);display:block;height:3px;margin:1em 0;max-width:30px;width:100%}.logo_3262 .pressed_242c{margin-top:.66em}.button-wide-b416 .pressed_242c{background-color:hsla(0,0%,100%,.3)}form{margin-bottom:0}.button-1ceb,.preview_5245 .label-5e8f,.preview_5245 .gas-72c4,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){.button-1ceb,.preview_5245 .label-5e8f,.preview_5245 .gas-72c4,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>.feature_slow_8d18{display:inline-block;font-weight:400;margin-left:.5em}abbr[title=required]{color:#b20000}input[type=checkbox]+label,input[type=radio]+label{display:inline}.button-1ceb,.preview_5245 .label-5e8f,.preview_5245 .gas-72c4,select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.current_0b80.carousel_3864/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}.button-1ceb{display:inline-block;opacity:0;position:absolute;width:auto}select.active-3b61{width:55px}.alert_acf5 b{border-color:transparent!important}.preview_5245 .description_665d .progress_f797{background-image:none;height:auto;line-height:1.7em;padding:10px}.preview_5245 .description_665d .progress_f797 .caption-3758{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}}.copper-c9bd input:not([type=submit]),.copper-c9bd select,.copper-c9bd textarea{background-color:rgba(0,0,0,.03);border-color:rgba(0,0,0,.09);border-radius:99px;box-shadow:none;color:currentColor!important}.copper-c9bd button,.copper-c9bd input{border-radius:99px}.copper-c9bd textarea{border-radius:15px}.progress_be12.copper-c9bd .border_c357,.copper-c9bd .progress_be12 .border_c357{padding-right:4px}.button-wide-b416 .copper-c9bd input:not([type=submit]),.button-wide-b416 .copper-c9bd select,.button-wide-b416 .copper-c9bd textarea,.notice-middle-f52d .copper-c9bd input:not([type=submit]),.notice-middle-f52d .copper-c9bd select,.notice-middle-f52d .copper-c9bd textarea{background-color:hsla(0,0%,100%,.2)!important;border-color:hsla(0,0%,100%,.09);color:#fff}.button-wide-b416 .copper-c9bd select option{color:#333}.button-wide-b416 .copper-c9bd select,.notice-middle-f52d .copper-c9bd select{background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.current_0b80.carousel_3864/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")}.button-wide-b416 .copper-c9bd input::-webkit-input-placeholder,.notice-middle-f52d .copper-c9bd input::-webkit-input-placeholder{color:#fff}.copper-c9bd .paper-b265.active-9f40{background-color:transparent!important;border-color:transparent!important;box-shadow:none;color:currentColor!important}.pagination_lower_848a input:not([type=submit]),.pagination_lower_848a select,.pagination_lower_848a textarea{background-color:transparent;box-shadow:none}.pagination_lower_848a.heading_glass_5df1 .out_575a{border-left:0;border-right:0;max-width:2em}.tabs_dirty_ab1c input,input.widget-large-7336{border-color:#b20000;color:#b20000}.tabs_dirty_ab1c select{border-color:#b20000}.tabs_dirty_ab1c input.box-dim-2ca5{outline:1px solid #b20000;outline-offset:1px}.preview_5245{text-align:left}.hover_34dd .preview_5245{margin-bottom:1em}.alert-black-679c{margin-bottom:0}.content_0c35 .silver-6416 .alert_acf5{width:30px}.preview_5245 .label-5e8f>.west_8b68,.preview_5245 .silver-6416 .simple-e019,.gas-72c4{line-height:2.507em;padding:0}.content_0c35 .silver-6416 .alert_acf5{height:2.507em}.texture_action_4485{position:relative}.heading_6748 .texture_ec39 label[for]:first-child{display:none}.texture_ec39 .texture_action_4485 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}.button-wide-b416 .texture_action_4485 label{color:#000}.texture_action_4485.pattern-hard-352a>label[for]:first-child{opacity:.8;z-index:1}.texture_ec39 .hover_34dd input:not([type=checkbox]),.texture_ec39 .hover_34dd select,.texture_ec39 .hover_34dd textarea{height:3.0084em;transition:padding .3s}.hover_34dd .pattern-hard-352a input,.hover_34dd .pattern-hard-352a textarea{padding-bottom:.5em;padding-top:1.1em}.hover_34dd .pattern-hard-352a select{padding-bottom:.4em;padding-top:1.1em}.north-4c6f .gas-64dc{margin-bottom:1em;max-width:100%;position:relative}.top-2dad>.north-4c6f,.frame-purple-d37f>.north-4c6f{padding-left:3%!important;padding-right:3%!important}.gas-64dc img,.gas-64dc svg{padding-top:.2em;width:100%}.gas-64dc svg{fill:currentColor;height:100%;transition:all .3s;width:100%}.gas-64dc svg path{fill:currentColor}.north-4c6f:hover .advanced_73fb i,.north-4c6f:hover .advanced_73fb svg,.north-4c6f:hover .advanced_73fb svg path{fill:#fff}.advanced_73fb .active-9f40{height:0;overflow:hidden;padding-top:100%;position:relative}.advanced_73fb .active-9f40 .title_glass_fdbd{border:2px solid;border-radius:100%;color:#446084;height:100%;position:absolute;top:0;transition:all .3s;width:100%}.north-4c6f:hover .advanced_73fb .active-9f40 .title_glass_fdbd{background-color:currentColor}.advanced_73fb .active-9f40 i,.advanced_73fb .active-9f40 img,.advanced_73fb .active-9f40 svg{left:0;margin:0 20%;-o-object-fit:cover;object-fit:cover;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60%}.cool-2e12 .advanced_73fb .active-9f40{position:absolute;width:100%}.cool-2e12,.filter-4927{display:flex;flex-flow:row wrap;width:100%}.cool-2e12 .gas-64dc,.filter-4927 .gas-64dc{flex:0 0 auto;margin-bottom:0;max-width:200px}.cool-2e12 .wide_3d3b,.filter-4927 .wide_3d3b{flex:1 1 0px}.filter-4927 .wide_3d3b{order:-1}.cool-2e12 .gas-64dc+.wide_3d3b{padding-left:1em}.filter-4927 .gas-64dc+.wide_3d3b{padding-right:1em}.label_cde8 .gas-64dc{margin:0 auto 1em}.first_9c8f>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}.iron_59e7 i{margin-right:4px;opacity:.35}.paper-b265 i,button i{top:-1.5px;vertical-align:middle}.paper-b265.center-92e7 i{top:-.027em}a.search-advanced-1283,a.description_thick_4d49{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.active-9f40:not(.paper-b265),button.active-9f40:not(.paper-b265){font-family:sans-serif;font-size:1.2em;margin-left:.25em;margin-right:.25em}.input_motion_de43 a.active-9f40:not(.paper-b265){margin-left:.3em;margin-right:.3em}.input_motion_de43 .paragraph-79f3 a.active-9f40:not(.paper-b265){font-size:1em}.paper-b265.active-9f40{display:inline-block;margin-left:.12em;margin-right:.12em;min-width:2.5em;padding-left:.6em;padding-right:.6em}.paper-b265.active-9f40 i{font-size:1.2em}.paper-b265.active-9f40 i+span{padding-right:.5em}.paper-b265.active-9f40.hero_bd3f{border-width:1px}.paper-b265.active-9f40.hero_bd3f i{top:-1px}.paper-b265.active-9f40.list_next_9562{padding-left:0;padding-right:0}.paper-b265.active-9f40.list_next_9562>span{margin:0 8px}.paper-b265.active-9f40.list_next_9562>span+i{margin-left:-4px}.paper-b265.active-9f40.list_next_9562>i{margin:0 8px}.paper-b265.active-9f40.list_next_9562>i+span{margin-left:-4px}.paper-b265.active-9f40.list_next_9562>i:only-child{margin:0}.tooltip-18e2>li>a>i{font-size:20px;transition:color .3s;vertical-align:middle}.tooltip-18e2>li>a>i+span{margin-left:5px}.tooltip-18e2 li.outline_fast_7c43>a>i,.tooltip-18e2 li.outline_fast_7c43>a>img,.tooltip-18e2 li.outline_fast_7c43>a>svg{margin-right:5px}.tooltip-18e2>li>a>span+i{margin-left:5px}.paragraph-79f3>li>a>i{font-size:1em}.tooltip-18e2>li>a>i.summary-short-f596{font-size:1.2em}.tooltip-18e2>li>a>i.pro-6f17{font-size:1.9em}.tooltip-18e2>li.texture-68ca>a>i{min-width:1em}.lite_d9e6>li>a>i{font-size:16px;opacity:.6}.tag-large-cdae a.active-9f40:not(.paper-b265){display:inline-block;padding:6px 0}.tag-large-cdae a.active-9f40:not(.paper-b265) i{font-size:24px}.tag-large-cdae a.active-9f40:not(.paper-b265) i.summary-short-f596{font-size:16px}.paragraph-79f3 .tag-large-cdae a.active-9f40:not(.paper-b265){padding:3px 0}.paper-b265:not(.active-9f40)>i{margin-left:-.15em;margin-right:.4em}.paper-b265:not(.active-9f40)>span+i{margin-left:.4em;margin-right:-.15em}.black-f564 .form-c44c{font-size:16px;margin-left:.2em;opacity:.6}.label-steel-476c{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}.label-steel-476c i{font-size:1.3em;top:3px;transition:color .3s}.popup-cool-58af:hover .label-steel-476c{opacity:1;transform:scale(1.15)}.tiny-c706 .label-steel-476c,.border-c99e .label-steel-476c{opacity:0}.link_yellow_0ae2{display:inline-block;height:auto;position:relative;vertical-align:middle}span+.link_yellow_0ae2{margin-left:10px}.link_yellow_0ae2 img{max-width:32px;min-width:100%}.paragraph-79f3 .link_yellow_0ae2{height:16px;margin:0 5px;width:16px}.paragraph-79f3 .link_yellow_0ae2 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}.paragraph-79f3 [data-icon-label]:after{font-size:10px;height:13px;line-height:13px;min-width:13px;right:-10px;top:-4px}.paper-b265 [data-icon-label]:after{right:-12px;top:-12px}.footer-tiny-1382 i{width:1em}.footer-tiny-1382 i,.footer-tiny-1382 span{display:inline-block;transition:opacity .3s,transform .3s}.footer-tiny-1382 span{transform:translateX(.75em)}.footer-tiny-1382 i+span{transform:translateX(-.75em)}.footer-tiny-1382:hover>span{transform:translateX(0)}.footer-tiny-1382:not(:hover) i{opacity:0}img{opacity:1;transition:opacity 1s}.table-hovered-aca7>.nav-381f:not(:last-child),.preview_61ec>.nav-381f:not(:last-child){margin-bottom:1em}.nav-381f,.nav-381f .chip_b35a{position:relative}.nav-381f .chip_b35a{overflow:hidden}.nav-381f,.nav-381f img{width:100%}.footer_8fa0{background-color:rgba(0,0,0,.15);height:100%;left:-1px;pointer-events:none;right:-1px;top:0;transition:transform .3s,opacity .6s}.nav-381f .smooth_2415,.footer_8fa0{bottom:0;position:absolute}.nav-381f .smooth_2415{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%}.nav-381f .avatar_fixed_6573,.nav-381f:hover .smooth_2415{transform:translateY(0)}.tooltip_6bf9{background-color:rgba(0,0,0,.03)}.progress-ffc2,.advanced_8763,.filter-black-8c11{background-position:50% 50%;background-size:cover;height:auto;overflow:hidden;padding-top:100%;position:relative}.filter-black-8c11{padding-top:56.5%}.alert_98c9 .button_medium_d420 img,.progress-ffc2 img,.advanced_8763 img,.filter-black-8c11 iframe,.filter-black-8c11 video,img.solid-d635{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%}.alert_98c9 .button_medium_d420{padding-top:100%}.filter-black-8c11 iframe{-o-object-fit:fill;object-fit:fill}.footer_24ec{padding:10px;position:absolute}.footer_24ec a:last-child{margin-bottom:0}.footer_24ec a.paper-b265{display:block}.footer_24ec.fn-bottom-fb7a.fn-left-fb7a{padding-right:0;padding-top:0}.footer_24ec.fn-top-fb7a.fn-right-fb7a{padding-bottom:0;padding-left:0}.footer_24ec .label-full-bb74{bottom:100%;left:10px;margin:5px;position:absolute}.footer_24ec .hot_dcd7:hover{background-color:#b20000;border-color:#b20000}@media only screen and (max-device-width:1024px){.footer_24ec{opacity:1!important;padding:5px}}.border_55fd{margin-top:10px}.border_55fd 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}.border_55fd a:hover{background-color:#fff;color:#000!important}.bottom-3995{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}.popup-cool-58af:hover .bottom-3995{background-color:#d26e4b;opacity:1}.static_84ef{background-color:#fff;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);margin:0 auto;max-width:875px;position:relative}.static_84ef .overlay-west-0871{padding:30px 20px}.large_56a7{background-color:rgba(0,0,0,.6)}@media(min-width:549px){.out-094b{background-color:transparent!important}}.title-e4ec{opacity:0;transition:opacity .5s}.card-basic-e956 .title-e4ec{opacity:1}.tiny-4e1a{text-align:center}.caption-west-9b64{background:#0b0b0b;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .25s;width:100%;z-index:1042}.caption-west-9b64.nav-5665{opacity:.6}.caption-west-9b64.pagination_c2a5{opacity:0!important}.hover-dirty-7cb0{-webkit-backface-visibility:hidden;outline:none!important;position:fixed;z-index:1043}.input-bronze-a6b7,.hover-dirty-7cb0{height:100%;left:0;top:0;width:100%}.input-bronze-a6b7{box-sizing:border-box;padding:30px;position:absolute;text-align:center}.input-bronze-a6b7:before{content:"";display:inline-block;height:100%;vertical-align:middle}.accent_ad0b{padding:40px 6.66%}.full-faff .input-bronze-a6b7:before{display:none}.panel-cool-830b{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}.paper-32a8{box-shadow:1px 1px 5px 0 rgba(0,0,0,.2)}.nav-5665 .panel-cool-830b{opacity:1;transform:translateY(0)}.nav-5665.pagination_c2a5 .panel-cool-830b{opacity:0}.inner_f863 .panel-cool-830b,.frame-d550 .panel-cool-830b{cursor:auto;width:100%}.avatar_dc03{cursor:progress}.box-upper-7c14,.box-upper-7c14 .accent_ad0b .tooltip_968b{cursor:zoom-out}.gold-383b{cursor:pointer;cursor:zoom-in}.slider-3ee6 .panel-cool-830b{cursor:auto}.header_under_7409,.tooltip_968b,.selected-2b6e,.bottom-8932{-webkit-user-select:none;-moz-user-select:none;user-select:none}.info_54ec.purple-9936{display:none}.block_ac9d{display:none!important}.bottom-8932{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.bottom-8932 a{color:#ccc}.bottom-8932 a:hover{color:#fff}.hover_f1d9 .panel-cool-830b,.video-ad6e .bottom-8932{display:none}.tooltip_968b{-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}.tooltip_968b svg{pointer-events:none}.panel-cool-830b .tooltip_968b{position:absolute}.nav-5665 .tooltip_968b{opacity:.6;transform:translateY(0) translateZ(1px)}.pagination_c2a5 .tooltip_968b{display:none!important}.tooltip_968b:hover{opacity:1}.search-c320 .tooltip_968b{color:currentColor;top:0!important}.selected-2b6e{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0}.header_under_7409{color:#fff;height:50px;margin:0;mix-blend-mode:difference;opacity:.6;position:fixed;text-align:center;top:50%;width:50px;z-index:1046}.header_under_7409 i{font-size:42px!important;pointer-events:none}.header_under_7409:hover{opacity:1}.header_under_7409:active{top:50.1%}.plasma_ebf3{left:0;transform:translateX(100%)}.container_upper_2061{right:0;transform:translateX(-100%)}.nav-5665 .plasma_ebf3,.nav-5665 .container_upper_2061{transform:translateX(0)}.south-1cff{padding-bottom:40px;padding-top:40px}.south-1cff .panel-cool-830b,.frame-d550 .caption-dynamic-b201{line-height:0;max-width:900px;width:100%}.south-1cff .tooltip_968b{top:-40px}.bright_4d2b{height:0;overflow:hidden;padding-top:56.25%;width:100%}.bright_4d2b iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.bright_4d2b iframe,.frame-d550 .caption-dynamic-b201{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6)}.frame-d550 .huge_10d4,img.component_de44{margin:0 auto}img.component_de44{-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}.purple-9936,img.component_de44{line-height:0}.purple-9936: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}.purple-9936 small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.purple-9936 figure{margin:0}.message_3d35{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mask_paper_a4f9{word-wrap:break-word;color:#f3f3f3;font-size:11px;line-height:18px;padding-right:36px;text-align:left}.mask_paper_a4f9 a{color:#f3f3f3;text-decoration:underline}.mask_paper_a4f9 a:hover{color:#f3f3f3;opacity:.8;text-decoration:none}.accent_ad0b .panel-cool-830b{max-width:100%}.pagination_yellow_eb43 .accent_ad0b .purple-9936{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.first_b1fe .accent_ad0b{padding-left:0;padding-right:0}.first_b1fe img.component_de44{padding:0}.first_b1fe .purple-9936:after{bottom:0;top:0}.first_b1fe .purple-9936 small{display:inline;margin-left:5px}.first_b1fe .message_3d35{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.first_b1fe .message_3d35:empty{padding:0}.first_b1fe .selected-2b6e{right:5px;top:3px}}@media(max-width:849px){body.frame-c953 .hover-dirty-7cb0{overflow:auto;position:fixed!important}}@media(prefers-reduced-motion){.caption-west-9b64,.tooltip_968b,.panel-cool-830b{transition:opacity .3s}}.info-last-07e9,.fn-processing-fb7a{position:relative}.info-last-07e9,.fn-processing-fb7a: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}.button_medium_d420.fn-processing-fb7a:before,.button-wide-b416 .info-last-07e9,.button-wide-b416 .fn-processing-fb7a:before,.button-wide-b416.info-last-07e9,.button-wide-b416.fn-processing-fb7a:before{border:3px solid rgba(0,0,0,.1)!important;border-left-color:#fff!important}.button_medium_d420.fn-processing-fb7a:after{background-color:#000;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.button_medium_d420.fn-processing-fb7a .footer_24ec{opacity:0!important}.pressed-7bfb.fn-processing-fb7a:before{position:fixed}.info-last-07e9.status-278a,.fn-processing-fb7a:before{left:50%;margin-left:-15px;margin-top:-15px;position:absolute;top:50%;z-index:99}.info-last-07e9{border-radius:50%;height:30px;width:30px}.paper-b265.fn-loading-fb7a{color:hsla(0,0%,100%,.05);opacity:1!important;pointer-events:none!important;position:relative}.paper-b265.fn-loading-fb7a: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}.list_pink_d79f .paper-b265.fn-loading-fb7a:after{border-color:#446084}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.table_dirty_1bfc{align-items:center}.gradient-under-6872 .tabs-stone-85fa,.table_dirty_1bfc:hover .tabs-stone-85fa{color:hsla(0,0%,7%,.85)}.button-wide-b416 .tabs-stone-85fa{border-bottom-color:hsla(0,0%,100%,.2)}.button-wide-b416 .gradient-under-6872 .tabs-stone-85fa,.button-wide-b416 .table_dirty_1bfc:hover .tabs-stone-85fa{color:hsla(0,0%,100%,.85)}.dropdown_8cab.next-1d31 .table_dirty_1bfc:not(:last-of-type) .tabs-stone-85fa{border-bottom-style:solid}.tabs-stone-85fa{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}.bronze_2a56{flex-shrink:0;vertical-align:middle;width:16px}.bronze_2a56+.message-7dbd{padding-left:.5em}.outer-32eb{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}.table_dirty_1bfc+.outer-32eb{margin-top:5px!important}.button-wide-b416 .outer-32eb{color:currentColor}.current_0cf8 .panel-cool-830b{-ms-scrollbar-base-color:#000;-ms-scrollbar-arrow-color:#000;-ms-overflow-style:-ms-autohiding-scrollbar}.current_0cf8 .lite_d9e6>li>a{padding-bottom:15px;padding-top:15px}.current_0cf8 .lite_d9e6 li li>a{padding-bottom:5px;padding-top:5px}.current_0cf8 .content_light_2b69{display:none!important}.current_0cf8 .pagination_glass_9281,.current_0cf8 .item-d73f{display:inline-block!important}.tertiary_b5cc .panel-cool-830b,.media_center_0a17 .panel-cool-830b{-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}.tertiary_b5cc.button-wide-b416 .panel-cool-830b,.media_center_0a17.button-wide-b416 .panel-cool-830b{background-color:rgba(0,0,0,.95)}.media_center_0a17 .panel-cool-830b{left:auto;right:0;transform:translateX(270px)}.slider-focused-57fe .lite_d9e6>li>a,.slider-focused-57fe .lite_d9e6>li>ul>li a{justify-content:center}.slider-focused-57fe .lite_d9e6>li>a{font-size:1.5em}.slider-focused-57fe .input-bronze-a6b7{padding:0}.slider-focused-57fe .panel-cool-830b{-webkit-overflow-scrolling:touch;max-width:700px;overflow-x:hidden;overflow-y:auto;padding-top:50px}.slider-focused-57fe .panel-cool-830b .chip_294c{margin:0 auto;max-width:260px}.slider-focused-57fe.caption-west-9b64.nav-5665{opacity:.85}.caption-west-9b64.slider-focused-57fe:not(.button-wide-b416){background-color:#fff;opacity:.95}.slider-focused-57fe .title-north-4cd5.lite_d9e6>li{border:0}.slider-focused-57fe .title-north-4cd5.lite_d9e6>li>a{padding-left:30px;padding-right:30px}.slider-focused-57fe .title-north-4cd5.lite_d9e6>li .copper_07ae{position:absolute;right:0;top:15px}.slider-focused-57fe:not(.button-wide-b416) .tooltip_968b{color:currentColor}.current_0cf8.pagination_c2a5 .panel-cool-830b{opacity:0!important}.tertiary_b5cc.nav-5665 .panel-cool-830b,.media_center_0a17.nav-5665 .panel-cool-830b{opacity:1;transform:translate(0)}.input-soft-6766 .pagination_52b9{filter:blur(5px)}.input-soft-6766 .left_1209{transform:scale(.98)}.input-soft-6766 .element-8036{opacity:0!important;transform:translateY(-7px)}.input-soft-6766.pink_6fe1 .element-8036,.input-soft-6766.wrapper-under-a33d .element-8036{transform:translateX(-7px)}.current_0cf8 .over-df39{padding:30px 0}.current_0cf8 .nav-f39b{padding:30px 20px}.current_0cf8:not(.slider-focused-57fe) .lite_d9e6 li>a{padding-left:20px}.current_0cf8:not(.slider-focused-57fe) li.selected_ede0{padding:20px}@media(prefers-reduced-motion){.tertiary_b5cc .panel-cool-830b,.media_center_0a17 .panel-cool-830b{transition:opacity .2s}}.black_e7d7{--stack-gap:0;display:flex}.black_e7d7>.detail_basic_922b>:first-child{margin-top:0}.black_e7d7>.detail_basic_922b>:last-child{margin-bottom:0}.container-huge-33e7{flex-direction:row}.container-huge-33e7>*{margin:0!important}.container-huge-33e7>*~*{margin-left:var(--stack-gap)!important}.component-hot-7811{flex-direction:column}.component-hot-7811>*{margin:0!important}.component-hot-7811>*~*{margin-top:var(--stack-gap)!important}.shadow-2de3{align-items:stretch}.box-right-98c5{align-items:flex-start}.avatar_bfcf{align-items:center}.hard-7286{align-items:flex-end}.outline-motion-f342{align-items:baseline}.easy_4c8c{justify-content:flex-start}.hidden_4d6a{justify-content:center}.background_a61f{justify-content:flex-end}.clean_38ea{justify-content:space-between}.highlight-yellow-4c5d{justify-content:space-around}@media(max-width:849px){.dynamic_7827\:stack-row{flex-direction:row}.dynamic_7827\:stack-row>*{margin:0!important}.dynamic_7827\:stack-row>*~*{margin-left:var(--stack-gap)!important}.dynamic_7827\:stack-col{flex-direction:column}.dynamic_7827\:stack-col>*{margin:0!important}.dynamic_7827\:stack-col>*~*{margin-top:var(--stack-gap)!important}.dynamic_7827\:items-stretch{align-items:stretch}.dynamic_7827\:items-start{align-items:flex-start}.dynamic_7827\:items-center{align-items:center}.dynamic_7827\:items-end{align-items:flex-end}.dynamic_7827\:items-baseline{align-items:baseline}.dynamic_7827\:justify-start{justify-content:flex-start}.dynamic_7827\:justify-center{justify-content:center}.dynamic_7827\:justify-end{justify-content:flex-end}.dynamic_7827\:justify-between{justify-content:space-between}.dynamic_7827\:justify-around{justify-content:space-around}}@media(max-width:549px){.picture_hovered_9f14\:stack-row{flex-direction:row}.picture_hovered_9f14\:stack-row>*{margin:0!important}.picture_hovered_9f14\:stack-row>*~*{margin-left:var(--stack-gap)!important}.picture_hovered_9f14\:stack-col{flex-direction:column}.picture_hovered_9f14\:stack-col>*{margin:0!important}.picture_hovered_9f14\:stack-col>*~*{margin-top:var(--stack-gap)!important}.picture_hovered_9f14\:items-stretch{align-items:stretch}.picture_hovered_9f14\:items-start{align-items:flex-start}.picture_hovered_9f14\:items-center{align-items:center}.picture_hovered_9f14\:items-end{align-items:flex-end}.picture_hovered_9f14\:items-baseline{align-items:baseline}.picture_hovered_9f14\:justify-start{justify-content:flex-start}.picture_hovered_9f14\:justify-center{justify-content:center}.picture_hovered_9f14\:justify-end{justify-content:flex-end}.picture_hovered_9f14\:justify-between{justify-content:space-between}.picture_hovered_9f14\: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}.button-wide-b416 td,.button-wide-b416 th{border-color:hsla(0,0%,100%,.08)}td .complex-c257,td dl,td form,td input,td label,td p,td select{margin:.5em 0}label{color:#222}.chip_83f7{display:table}.south_fb9d{display:table-cell;vertical-align:middle}@media(max-width:849px){.shadow_fluid_8aa5{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)}.shadow_fluid_8aa5 table{width:100%}}.orange-2639{max-height:100%}.orange-2639 .basic_9417{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:10}.paragraph-paper-4151 .detail_basic_922b,.column_1d6f .detail_basic_922b{background-color:rgba(0,0,0,.9);height:0;padding:100% 0 0!important}.paragraph-paper-4151 .caption_5055,.column_1d6f .caption_5055{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.paragraph-paper-4151 .north_b9d6,.paragraph-paper-4151 .basic_9417{border-radius:100%!important}.paragraph_lower_58a2{position:relative}.top-2dad>.nav-381f,.paragraph_lower_58a2:last-child,.frame-purple-d37f>.nav-381f{margin-bottom:0}.rough-3700,.frame-purple-d37f{position:relative;scrollbar-width:none}.image_black_7a2b .top-2dad>.preview_61ec{padding:0!important}.red_6819{max-height:999px;transition:max-height 2s}.red_6819:not(.stale-2196){max-height:500px}.red_6819:not(.stale-2196)>div{opacity:0}.frame-purple-d37f:not(.stale-2196){-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;width:auto}.rough-3700::-webkit-scrollbar,.frame-purple-d37f::-webkit-scrollbar{height:0!important;width:0!important}.plasma-f991.rough-3700:not(.stale-2196){display:block}.frame-purple-d37f:not(.stale-2196)>*{display:inline-block!important;vertical-align:top;white-space:normal!important}.frame-purple-d37f:not(.stale-2196)>a,.frame-purple-d37f>a,.frame-purple-d37f>a>img,.frame-purple-d37f>div:not(.preview_61ec),.frame-purple-d37f>img,.frame-purple-d37f>p{width:100%}.top-2dad>a,.top-2dad>a>img,.top-2dad>div:not(.preview_61ec),.top-2dad>figure,.top-2dad>img,.top-2dad>p{margin:0;padding:0;transition:transform .6s,opacity .6s,box-shadow .6s;width:100%!important}.top-2dad>.plasma-f991:not(.smooth-cece){opacity:0}.stale-2196{display:block;position:relative}.stale-2196:focus{outline:none}.detail_13a6{height:100%;overflow:hidden;position:relative;width:100%}.top-2dad{height:100%;position:absolute;width:100%}.accordion-soft-613e .pattern-simple-985b{transition:opacity .3s!important}.surface_e763 .detail_13a6 .top-2dad{pointer-events:none}.stale-2196.tag_4154{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.stale-2196.tag_4154 .detail_13a6{cursor:move;cursor:grab}.stale-2196.tag_4154 .detail_13a6.current-f631{cursor:grabbing}.item-bright-cd3d{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}.item-bright-cd3d.texture-plasma-a231{right:2%;transform:translateX(-20%)}.item-bright-cd3d.header-purple-4848{left:2%;transform:translateX(20%)}.full_8382 .item-bright-cd3d,.frame-purple-d37f:hover .item-bright-cd3d{opacity:.7;transform:translateX(0)!important}.frame-purple-d37f .item-bright-cd3d:hover{box-shadow:none;opacity:1}.frame-purple-d37f .item-bright-cd3d:hover .notification_gas_7b45,.frame-purple-d37f .item-bright-cd3d:hover svg{fill:#446084}@media(min-width:850px){.top-3150 .item-bright-cd3d.texture-plasma-a231{left:100%;right:auto}.top-3150 .item-bright-cd3d.header-purple-4848{left:auto;right:100%}}.item-bright-cd3d:disabled,button.item-bright-cd3d[disabled]{background:none!important;box-shadow:none!important;cursor:auto;opacity:0!important;pointer-events:none}.item-bright-cd3d 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%}.module-hovered-2ab7:not(.middle-9065) .item-bright-cd3d{margin-top:-10%}.module-hovered-2ab7.middle-9065 .item-bright-cd3d svg{margin-top:-40px}.item-bright-cd3d .notification_gas_7b45,.item-bright-cd3d svg{fill:currentColor;border-color:currentColor;transition:all .3s}.solid_ed9e,.label-brown-8cfe{transition:height .2s}.item-bright-cd3d.heading_a52c{color:#111;font-size:26px}.accordion-e822 .item-bright-cd3d{display:none!important}.feature_42d3 .top-2dad{transform:none!important}.feature_42d3 .top-2dad>*{left:0!important;opacity:0;z-index:1}.feature_42d3 .top-2dad>.smooth-cece{opacity:1;z-index:2}.feature_42d3 .orange_c999,.feature_42d3 .item-bright-cd3d{z-index:3}@media(prefers-reduced-motion){.item-bright-cd3d.texture-plasma-a231,.item-bright-cd3d.header-purple-4848{transform:none!important}}.orange_c999{bottom:15px;left:20%;line-height:1;list-style:none;margin:0;padding:0;position:absolute;right:20%;text-align:center}.rough-3700 .orange_c999,.top-3150 .orange_c999{bottom:0}.yellow_0f7c .orange_c999{direction:rtl}.orange_c999 .feature-purple-ce70{border:3px solid #111;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;opacity:.4;transition:opacity .3s;width:12px}.overlay_old_33e9 .orange_c999 .feature-purple-ce70,.rough-3700 .orange_c999 .feature-purple-ce70{background-color:#111;border:0;height:10px;opacity:.2;width:10px}.orange_c999 .feature-purple-ce70:hover{opacity:.7}.orange_c999 .feature-purple-ce70:first-child:last-child{display:none}.orange_c999 .feature-purple-ce70.smooth-cece{background-color:#111;opacity:1!important}.accordion-bottom-7aea .orange_c999 .feature-purple-ce70{border-radius:0;height:4px;margin:0;width:40px}.media-west-2ac4 .orange_c999 .feature-purple-ce70{border-radius:0;height:4px;width:40px}.icon-7200 .orange_c999 .feature-purple-ce70{background-color:#111}.primary-up-8781 .orange_c999 .feature-purple-ce70{border-radius:0}.tooltip_4a0a .item-bright-cd3d .notification_gas_7b45,.tooltip_4a0a .item-bright-cd3d svg{border:2px solid;border-radius:100%}.tooltip_4a0a .item-bright-cd3d:hover .notification_gas_7b45,.tooltip_4a0a .item-bright-cd3d:hover svg{fill:#fff!important;background-color:#446084;border-color:#446084}.top-3150.tooltip_4a0a .texture-plasma-a231{transform:translateX(-50%)!important}.top-3150.tooltip_4a0a .header-purple-4848{transform:translateX(50%)!important}.middle-9065{overflow:hidden;padding-top:0}.middle-9065 .item-bright-cd3d,.middle-9065 .item-bright-cd3d: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}.button-wide-b416 .middle-9065 .item-bright-cd3d{background-color:rgba(0,0,0,.3);border-radius:99px;color:#fff}.middle-9065 .item-bright-cd3d.texture-plasma-a231{left:auto!important;right:-1px!important;transform:translateX(10%)}.middle-9065 .item-bright-cd3d.header-purple-4848{left:-1px!important;right:auto!important;transform:translateX(-10%)}.input_glass_d46f .item-bright-cd3d{color:#fff}.input_glass_d46f .item-bright-cd3d .notification_gas_7b45,.input_glass_d46f .item-bright-cd3d svg{fill:#fff}.input_glass_d46f .orange_c999 .feature-purple-ce70{border-color:#fff}.input_glass_d46f .orange_c999 .feature-purple-ce70.smooth-cece,.input_glass_d46f.icon-7200 .orange_c999 .feature-purple-ce70{background-color:#fff}.border-tiny-bf2e .top-2dad>*,.backdrop-bottom-85b3 .top-2dad>*,.progress_48b4 .top-2dad>*{margin:0 auto;max-width:1080px}.border-tiny-bf2e:not(.stale-2196) .menu-outer-2cf4,.backdrop-bottom-85b3:not(.stale-2196) .menu-outer-2cf4,.progress_48b4:not(.stale-2196) .menu-outer-2cf4{opacity:0!important}.border-tiny-bf2e .menu-outer-2cf4,.backdrop-bottom-85b3 .menu-outer-2cf4,.progress_48b4 .menu-outer-2cf4{opacity:1}.border-tiny-bf2e .top-2dad>:not(.smooth-cece),.backdrop-bottom-85b3 .top-2dad>:not(.smooth-cece),.progress_48b4 .top-2dad>:not(.smooth-cece){opacity:.5}.progress_48b4{padding:15px 0 25px}.progress_48b4 .top-2dad>:before{background-image:url(../img/shadow@2x.filter_d2e9);background-size:100% 100%;bottom:-6px;content:"";height:100px;left:-10%;position:absolute;right:-10%;z-index:-2}.progress_48b4 .top-2dad>:not(.smooth-cece){opacity:1;transform:scale(.9);z-index:-1}.progress_48b4 .top-2dad>:not(.smooth-cece):before{height:200px;opacity:.5}.progress_48b4 .top-2dad>.smooth-cece{transform:scale(.95)}.backdrop-bottom-85b3{background-color:transparent;padding:30px 0}.backdrop-bottom-85b3 .orange_c999{bottom:6px}.backdrop-bottom-85b3 .top-2dad>*{max-width:1050px}.backdrop-bottom-85b3 .top-2dad>:not(.smooth-cece){transform:scale(.93)}@media screen and (max-width:549px){.paragraph_lower_58a2 .item-bright-cd3d{display:none}.rough-3700 .item-bright-cd3d{background-color:transparent!important;box-shadow:none!important;opacity:.8;transform:translateX(0)!important;width:20px!important}.rough-3700 .item-bright-cd3d svg{border:0!important;padding:3px!important}.orange_c999{pointer-events:none}.top-2dad .list-clean-813b{overflow:hidden}}a{color:#334862;text-decoration:none}.paper-b265:focus:not(:focus-visible),a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible){outline:none}.paper-b265:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid currentColor;outline-offset:2px}a.static_78cb{color:currentColor;transition:color .3s,opacity .3s,transform .3s}.notice-middle-f52d a.static_78cb:hover{opacity:.7}a.hover-right-a16c:hover,a.description_thick_4d49:hover,a:hover{color:#000}.fn-primary-fb7a:focus-visible,.silver-5631:focus-visible,button[type=submit]:focus-visible{outline-color:#446084}.fn-secondary-fb7a:focus-visible{outline-color:#d26e4b}.main_2106:focus-visible{outline-color:#d26e4b}.button-wide-b416 .logo_3262 a,.button-wide-b416 a{color:currentColor}.button-wide-b416 .logo_3262 a:hover,.button-wide-b416 a:hover{color:#fff}ul.first_9c8f{font-size:.85em;margin:5px 0}ul.first_9c8f li{display:inline-block;margin:0 .4em}ul.first_9c8f li a{color:currentColor}ul.first_9c8f li:before{display:inline-block;font-family:fl-icons;margin-right:5px}ul.first_9c8f li:first-child{margin-left:0}ul.first_9c8f li:last-child{margin-right:0}.focused-d893 .border_c357{padding:.7em 0}.focused-d893 i{font-size:2em;margin:0 10px!important;top:-1px;vertical-align:middle}.focused-d893 .border_c357+.border_c357{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.header-ccd3,ul.header-ccd3>li{margin:0;padding:0}ul.header-ccd3>li{list-style:none}.table-hovered-aca7 ol li,.table-hovered-aca7 ul li,.thumbnail-light-4975 ol li,.thumbnail-light-4975 ul li,.upper-02d1 ol li,.upper-02d1 ul li{margin-left:1.3em}.table-hovered-aca7 ol li.blue_3b66,.table-hovered-aca7 ul li.blue_3b66,.thumbnail-light-4975 ol li.blue_3b66,.thumbnail-light-4975 ul li.blue_3b66,.upper-02d1 ol li.blue_3b66,.upper-02d1 ul li.blue_3b66{margin-left:0}ul li.layout_down_13a6,ul li.paper_890a,ul li.thumbnail-04a5{border-bottom:1px solid #ececec;list-style:none;margin:0;padding:7px 0 7px 25px;position:relative}.button-wide-b416 ul li.layout_down_13a6,.button-wide-b416 ul li.paper_890a,.button-wide-b416 ul li.thumbnail-04a5{border-color:hsla(0,0%,100%,.2)}ul li.layout_down_13a6:before,ul li.paper_890a:before,ul li.thumbnail-04a5:before{color:#7a9c59;font-family:fl-icons;font-size:16px;left:0;position:absolute}ul li.paper_890a:before{content:""!important}ul li.layout_down_13a6:before{content:""!important}ul li.thumbnail-04a5:before{content:""!important}.paper-b265,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%}.mask_small_e0c0,h1{font-size:1.7em}.mask_small_e0c0,.content-gas-a761,h1,h2{line-height:1.3}.content-gas-a761,h2{font-size:1.6em}.footer_8da1,h3{font-size:1.25em}.right-4bb6,h4{font-size:1.125em}.search-left-fec8,h5{font-size:1em}.logo_lite_ab38,h6{font-size:.85em;opacity:.8}h1.tiny-6349.form_copper_4995{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.popup-new-041f>span{-webkit-box-decoration-break:clone;box-decoration-break:clone}a.overlay_huge_d5be,p.overlay_huge_d5be{font-size:1.3em}.tag-tall-d609,h6,span.iron_59e7,th{letter-spacing:.05em;line-height:1.05;text-transform:uppercase}.narrow-02d9{text-transform:none!important}span.iron_59e7{font-size:1em;font-weight:600}.tag-fast-ab91{font-weight:400}.image_bottom_bade{font-weight:700}.texture_hard_fc98,.silver-da7b{font-weight:300!important}.texture_hard_fc98 strong,.silver-da7b strong{font-weight:700!important}.thumbnail-selected-7270{font-style:italic!important}.overlay-clean-7abf,.tag-tall-d609{line-height:1.2;text-transform:uppercase}.icon-fb54,.hidden-7d99{font-family:Georgia}.simple_a2e7{font-size:2.5em}.center-43d8{font-size:2em}.silver-b90e{font-size:1.5em}.hidden-iron-5f5a{font-size:1.3em}.tertiary_38fa{font-size:1.15em}.hero_bd3f,.hero_bd3f.paper-b265{font-size:.8em}.tooltip-in-8bab{font-size:.75em}.footer-inner-cbeb{font-size:.7em}.row-medium-856e{font-size:.6em}@media(max-width:549px){.center-43d8{font-size:2.5em}.silver-b90e{font-size:1.8em}.hidden-iron-5f5a{font-size:1.2em}.tertiary_38fa{font-size:1em}}.filter-east-6f23 a:not(.paper-b265),.filter-east-6f23 h1,.filter-east-6f23 h2,.filter-east-6f23 h3,.filter-east-6f23 h4,.filter-east-6f23 h5,.filter-east-6f23 h6{line-height:1.3;margin-bottom:.1em;margin-top:.1em}.filter-east-6f23 p{margin-bottom:.1em;margin-top:.1em}.filter-east-6f23 .paper-b265{margin-top:1em}.hero_out_e24c .paper-b265{margin-bottom:.5em;margin-top:.5em}.hero_out_e24c .pressed_242c,.hero_out_e24c .active-26c3 .pressed_242c{margin-bottom:1em;margin-top:1em}.hero_out_e24c h1{font-size:3.5em}.hero_out_e24c h2{font-size:2.9em}.hero_out_e24c h3{font-size:2em}.hero_out_e24c h1,.hero_out_e24c h2,.hero_out_e24c h3{font-weight:400;line-height:1;margin-bottom:.2em;margin-top:.2em;padding:0}.hero_out_e24c h4{font-size:1.5em;margin-bottom:.6em;margin-top:.6em;padding:0}.hero_out_e24c h5,.hero_out_e24c h6,.hero_out_e24c p{margin-bottom:1em;margin-top:1em;padding:0}.dropdown_hard_551b{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}.tooltip-18e2>li>a{font-size:.8em}.tooltip-18e2>li.selected_ede0{font-size:.85em}.caption-9320>li>a{font-size:.65em}.surface-0a6c>li>a{font-size:.7em}.accordion-96ff>li>a{font-size:.9em}.gold_c229>li>a{font-size:1em}.prev_bb2f>li>a{font-size:1.1em}.gas-879a>li{margin:0}.backdrop_8e51>li{margin:0 5px}.sort-purple-7f01>li{margin:0 9px}.focus_5728>li{margin:0 11px}.tiny-b4d8>li{margin:0 13px}.dirty-4be5{position:relative}.dirty-4be5:after{background:url(../img/underline.filter_d2e9) 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.search_action_ee1a{opacity:0;transition:opacity 2s}span.search_action_ee1a.fn-active-fb7a{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}.column-advanced-bb1e,.fast-5e90,.surface_445f{border:2px solid #fff;display:inline-block;padding:5px}.column-advanced-bb1e{border-color:#000}h1.column-advanced-bb1e,h1.fast-5e90,h1.surface_445f{padding:15px}.list-8e0e,.shade_6ac7{border-bottom:3px solid #fff;border-top:3px solid #fff;display:inline-block;padding-bottom:15px;padding-top:15px}.list-8e0e{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}.button-wide-b416 blockquote{color:#fff}.footer_1384:after,.hero-7f12:after,.short-f582:after,.plasma-f991:after{clear:both;content:"";display:table}@media(max-width:549px){.item-d73f,[data-show=hide-for-small]{display:none!important}.secondary-57eb{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:550px){.glass-1088,[data-show=show-for-small]{display:none!important}}@media(min-width:850px){.button_west_076e,[data-show=show-for-medium]{display:none!important}}@media(max-width:849px){.pagination_glass_9281,[data-show=hide-for-medium]{display:none!important}.hero_simple_f07c .fluid-452a,.hero_simple_f07c .badge-active-1c38{float:none}.hero_simple_f07c .card_d7b2{margin-left:auto}.hero_simple_f07c .form_white_dc49{margin-right:auto}.hero_simple_f07c{float:none!important;text-align:center!important;width:100%!important}}@media(min-width:850px){.gallery-9428,[data-show=hide-for-large]{display:none!important}}.progress-west-e29b,.bright_6211{display:block;max-width:100%!important;padding-left:0!important;padding-right:0!important;width:100%!important}.badge-active-1c38{margin-right:0!important}.fluid-452a{margin-left:0!important}.form_copper_4995{margin-bottom:30px}.medium_001a{margin-top:30px}.form_white_dc49{margin-right:30px}.card_d7b2{margin-left:30px}.silver-71b6{margin-bottom:0!important}.tooltip_b84f{margin-left:0!important}.dark_265e{margin-right:0!important}.liquid_6568{margin-top:0!important}.middle-d8e7{margin-bottom:15px}.center-267a{margin-top:15px}.sort_52f6{margin-right:15px}.preview-paper-8b21{margin-left:15px}.middle-d8e7:last-child,.form_copper_4995:last-child{margin-bottom:0}.lite_0334{padding-bottom:30px}.column_white_886c{padding-top:30px}.first-2b32{padding-bottom:15px}.footer-iron-b878{padding-top:15px}.bronze-0603{padding-bottom:0!important}.warm_ee09{padding-top:0!important}.header-ce89{margin:0!important}.bright_14bb{padding:0!important}.list-1ee0{padding:30px}.in-430f :first-child{margin-top:0}.yellow_0e8f :last-child{margin-bottom:0}.component-center-d77c{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.lite_def0{text-align:left}.active-26c3{text-align:center}.text-down-5dbc{text-align:right}.active-26c3 .pressed_242c,.active-26c3 .white-12b6,.active-26c3 .slow-381b,.active-26c3>div,.active-26c3>div>div{margin-left:auto;margin-right:auto}.active-26c3 .fluid-452a,.active-26c3 .badge-active-1c38{float:none}.lite_def0 .pressed_242c,.lite_def0 .white-12b6,.lite_def0 .slow-381b{margin-left:0;margin-right:auto}.text-down-5dbc .pressed_242c,.text-down-5dbc .white-12b6,.text-down-5dbc .slow-381b,.text-down-5dbc>div,.text-down-5dbc>div>div{margin-left:auto;margin-right:0}.fn-relative-fb7a{position:relative!important}.fn-absolute-fb7a{position:absolute!important}.fn-fixed-fb7a{position:fixed!important;z-index:12}.fn-top-fb7a{top:0}.fn-right-fb7a{right:0}.fn-left-fb7a{left:0}.fn-bottom-fb7a,.cool-d319{bottom:0}.cool-d319{height:100%;left:0;margin:0!important;padding:0!important;position:absolute;right:0;top:0}.chip_d9cb{bottom:auto;top:50%;transform:translateY(-50%)}.tertiary-wood-01f9{left:50%;transform:translateX(-50%)}.tertiary-wood-01f9.chip_d9cb{bottom:auto!important;left:auto!important;right:50%;top:50%;transform:translate(50%,-50%)}.badge-active-1c38{float:right}.fluid-452a{float:left}.action_d49a{height:100%;height:100vh;min-height:550px;padding-bottom:0!important;padding-top:0!important}.plasma-ae5a{background-position:50% 50%;background-repeat:no-repeat!important;background-size:cover!important}.lite_4e69{background-position:top;-o-object-position:top;object-position:top}.list_next_9562,.list_next_9562 img{border-radius:999px!important;-o-object-fit:cover;object-fit:cover}.north_cf50{border-radius:5px}.pink_0f00{border:2px solid #446084;padding:15px 30px 30px}.hot-b724{border-style:dashed}.panel_ad9d{border-color:#7a9c59}.aside_north_379a{border-top:1px solid #ececec}.progress_red_e1f8{border-bottom:1px solid #ececec}.tooltip-current-8da1{border-left:1px solid #ececec}.notification_north_0b2c{border-right:1px solid #ececec}.fn-hidden-fb7a{display:none!important;visibility:hidden!important}.container-outer-68fa{opacity:0;visibility:hidden}.layout_dim_46e1{z-index:21}.south-c3c1{z-index:22}.tag_da2a{z-index:23}.lite-e085{z-index:24}.pink-630c{z-index:25}.texture-2530{z-index:9995}.preview_d0fa{z-index:9996}.photo_8285{z-index:9997}.surface_d61c{pointer-events:none}.image_54ba{white-space:nowrap}.title_f7dd{color:#446084}.video_hard_d353{color:#d26e4b}.stale-b180{color:#7a9c59}.hover-bottom-eb88{color:#b20000}.iron_0a54{background-color:#446084}.accordion_bronze_13e3{background-color:#d26e4b}.modal_last_1cfe{background-color:#7a9c59}.gas-2e38{background-color:#b20000}.tiny-3f76{background-color:transparent!important}.pink_49b3{display:inline}.hard-cc9e{display:block}.panel-90e6{display:flex}@media(max-width:549px){.cool_f395{display:block}}.form_bf9a{display:inline-block}.shadow_fresh_30b0 img,img.pink_49b3{display:inline-block!important}.paragraph-blue-4703{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}.tooltip-3fe9{overflow:hidden}.list-warm-87a5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carousel_dark_5f55{font-weight:700}.overlay-4fa6{opacity:.4}.last_763f{opacity:.5}.panel-cool-0ecd{opacity:.6}.up-3303{opacity:.7}.lite_2618{opacity:.8}@media(max-width:549px){.shade_dynamic_2653{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:none}}.upper-b1e2{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.upper-b1e2::-webkit-scrollbar{height:0!important;width:0!important}.summary-copper-a321{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.summary-copper-a321: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){.preview_stale_89a3{left:5%}.first-e356{left:15%}.solid_58bb{left:25%}.detail-e89e{left:35%}.article_e16a{left:45%}.description-fast-6e2e{right:45%}.clean_da58{right:35%}.search_stale_3bf9{right:25%}.column-2ade{right:15%}.menu_advanced_d854{right:5%}.widget-mini-9887{left:0}.small_258e{left:10%}.disabled-up-422c{left:20%}.notice-focused-9f3a{left:30%}.text_rough_7444{left:40%}.main_9a80{right:40%}.box_16e7{right:30%}.active_3893{right:20%}.tall-67cc{right:10%}.picture_down_6d73{right:0}.hidden_ccc9{top:0}.pro-023f{top:10%}.hovered_0a27{top:20%}.banner-fd64{top:30%}.module_bb3a{top:40%}.over_5cbd{bottom:40%}.label-d99c{bottom:30%}.notice-ddbe{bottom:20%}.sort-ef87{bottom:10%}.caption-9397{bottom:0}.first_0460{top:5%}.grid_bottom_ee38{top:15%}.sort_c9e6{top:25%}.summary_e1a9{top:35%}.tertiary-b7f1{top:45%}.light_7802{bottom:45%}.main_a1fc{bottom:35%}.dropdown-liquid-aa3a{bottom:25%}.header_5859{bottom:15%}.footer_656e{bottom:5%}.info-d0b0{left:50%;transform:translateX(-50%)}.logo-narrow-cd95{top:50.3%;transform:translateY(-50%)}.logo-narrow-cd95.info-d0b0{transform:translate(-50%,-50%)}}@media screen and (min-width:550px)and (max-width:849px){.slow-c0fc{left:5%}.form-8edf{left:15%}.component_a470{left:25%}.dim-286d{left:35%}.video_lite_7f7f{left:45%}.pro_002b{right:45%}.green-0c4e{right:35%}.panel-brown-5013{right:25%}.hovered-6630{right:15%}.feature-tall-b1fd{right:5%}.carousel_68e3{top:5%}.black-5d69{top:15%}.border_gold_66e9{top:25%}.fluid_bb21{top:35%}.shadow-plasma-21b1{top:45%}.filter_c2ed{bottom:45%}.heading-f417{bottom:35%}.module_complex_f76c{bottom:25%}.slider_bottom_65ae{bottom:15%}.thick_9645{bottom:5%}.lite_1a25{left:0}.nav_8cff{left:10%}.menu-b581{left:20%}.lower_0dc7{left:30%}.blue-63b8{left:40%}.item-d1fe{right:40%}.block-5051{right:30%}.warm_3853{right:20%}.accent-9636{right:10%}.complex-4803{right:0}.logo-ecfa{top:0}.sort_orange_783c{top:10%}.first-14b1{top:20%}.button-pressed-88b7{top:30%}.stale_e119{top:40%}.next-03df{bottom:40%}.aside-copper-0181{bottom:30%}.up-b69f{bottom:20%}.image_8b56{bottom:10%}.under-34f6{bottom:0}.filter_ff81{left:50%;transform:translateX(-50%)!important}.primary-865f{top:50%;transform:translateY(-50%)!important}.filter_ff81.primary-865f{transform:translate(-50%,-50%)!important}}@media screen and (min-width:850px){.logo-0999{left:5%}.column-39d0{left:15%}.focused-8f4d{left:25%}.grid-black-67dc{left:35%}.image-ce88{left:45%}.block-8180{right:45%}.layout_9573{right:35%}.grid_0c1e{right:25%}.last-5dd0{right:15%}.basic-a43c{right:5%}.content_bright_b747{top:5%}.lower-fbb4{top:15%}.outer_a792{top:25%}.disabled-dd26{top:35%}.nav_d63f{top:45%}.slider-motion-15d5{bottom:45%}.rough_f939{bottom:35%}.status_next_7128{bottom:25%}.down_a256{bottom:15%}.slider_up_7e6e{bottom:5%}.preview-liquid-4c59{left:0}.modal-advanced-2427{left:10%}.thick_9c4e{left:20%}.media_huge_c2c8{left:30%}.filter-smooth-95fd{left:40%}.shade_iron_7aed{right:40%}.container-bcaa{right:30%}.carousel-6310{right:20%}.narrow_2a55{right:10%}.short_d9be{right:0}.smooth-c8f8{top:0}.prev_3091{top:10%}.thumbnail_6467{top:20%}.card_6837{top:30%}.container_easy_b314{top:40%}.lite-24cc{bottom:40%}.selected-ec93{bottom:30%}.sort-thick-9a4b{bottom:20%}.paragraph-over-2447{bottom:10%}.filter-beb7{bottom:0}.layout-stone-274f{left:50%;transform:translateX(-50%)!important}.list-4f01{top:50%;transform:translateY(-50%)!important}.layout-stone-274f.list-4f01{transform:translate(-50%,-50%)!important}}.pagination-stone-44e4{font-size:11px}.narrow-f4e6 .pagination-stone-44e4,.section-6e52 .pagination-stone-44e4,.tertiary_dynamic_0c8d .pagination-stone-44e4,.surface_4377 .pagination-stone-44e4{font-size:8px}.narrow-f4e6 .pagination-stone-44e4 h6,.section-6e52 .pagination-stone-44e4 h6,.tertiary_dynamic_0c8d .pagination-stone-44e4 h6{font-size:10px}.narrow-f4e6 .pagination-stone-44e4 p.overlay_huge_d5be,.section-6e52 .pagination-stone-44e4 p.overlay_huge_d5be,.tertiary_dynamic_0c8d .pagination-stone-44e4 p.overlay_huge_d5be{font-size:16px}.focus-7675 .pagination-stone-44e4{font-size:8.5px}.footer_middle_f17e .pagination-stone-44e4{font-size:9px}.accordion_654c .pagination-stone-44e4{font-size:10px}.grid-warm-b592 .pagination-stone-44e4{font-size:11px}.background_pressed_d322 .pagination-stone-44e4{font-size:12px}.north_e085 .pagination-stone-44e4{font-size:13px}.heading_c89a .pagination-stone-44e4{font-size:14px}.solid-d1fb .pagination-stone-44e4{font-size:15px}@media screen and (min-width:550px){.surface_2533 .pagination-stone-44e4,.current_7c98 .pagination-stone-44e4,.left_800e .pagination-stone-44e4,.alert_clean_e778 .pagination-stone-44e4,.overlay-edf4 .pagination-stone-44e4,.image_e24c .pagination-stone-44e4,.label-clean-2644 .pagination-stone-44e4{font-size:.8vw}.paper_70cb .pagination-stone-44e4{font-size:.9vw}.secondary-7ae1 .pagination-stone-44e4{font-size:1.15vw}.pagination_dirty_13a7 .pagination-stone-44e4{font-size:1.3vw}.component-4e26 .pagination-stone-44e4{font-size:1.5vw}.pagination-stone-44e4{font-size:1.8vw}}@media screen and (min-width:850px){.pagination-stone-44e4{font-size:16px}.overlay-prev-c7f7 .pagination-stone-44e4,.primary_middle_927f .pagination-stone-44e4,.active_right_ee31 .pagination-stone-44e4,.surface_4377 .pagination-stone-44e4{font-size:8px}.overlay-prev-c7f7 .pagination-stone-44e4 h6,.primary_middle_927f .pagination-stone-44e4 h6,.active_right_ee31 .pagination-stone-44e4 h6{font-size:10px}.overlay-prev-c7f7 .pagination-stone-44e4 p.overlay_huge_d5be,.primary_middle_927f .pagination-stone-44e4 p.overlay_huge_d5be,.active_right_ee31 .pagination-stone-44e4 p.overlay_huge_d5be{font-size:16px}.pagination_focused_1a8f .pagination-stone-44e4{font-size:8.5px}.carousel_gold_c614 .pagination-stone-44e4{font-size:9px}.paragraph-fresh-05a8 .pagination-stone-44e4{font-size:10px}.filter_8a89 .pagination-stone-44e4{font-size:11px}.tertiary_center_c551 .pagination-stone-44e4{font-size:12px}.border_outer_5883 .pagination-stone-44e4{font-size:13px}.texture-60bc .pagination-stone-44e4{font-size:14px}.wrapper-28fb .pagination-stone-44e4{font-size:15px}}@media(prefers-reduced-motion:no-preference){.frame-purple-d37f [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}.frame-purple-d37f [data-animate]:not([data-animate-transform]),[data-animate]:not([data-animate-transform]){transform:none!important}.frame-purple-d37f [data-animate]:not([data-animate-transition]),[data-animate]:not([data-animate-transition]){transition:none!important}.frame-purple-d37f [data-animate=bounceInDown],.frame-purple-d37f [data-animate=bounceInLeft],.frame-purple-d37f [data-animate=bounceInRight],.frame-purple-d37f [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}.frame-purple-d37f [data-animate=bounceInLeft],[data-animate=bounceInLeft]{transform:translate3d(-300px,0,0)}.frame-purple-d37f [data-animate=blurIn],[data-animate=blurIn]{filter:blur(15px)}.frame-purple-d37f [data-animate=fadeInLeft],[data-animate=fadeInLeft]{transform:translate3d(-70px,0,0)}.frame-purple-d37f [data-animate=fadeInRight],[data-animate=fadeInRight]{transform:translate3d(70px,0,0)}.frame-purple-d37f [data-animate=bounceInUp],.frame-purple-d37f [data-animate=fadeInUp],[data-animate=bounceInUp],[data-animate=fadeInUp]{transform:translate3d(0,70px,0)}.frame-purple-d37f [data-animate=bounceInRight],[data-animate=bounceInRight]{transform:translate3d(300px,0,0)}.frame-purple-d37f [data-animate=bounceIn],[data-animate=bounceIn]{transform:scale(1.3)}.frame-purple-d37f [data-animate=bounceInDown],.frame-purple-d37f [data-animate=fadeInDown],[data-animate=bounceInDown],[data-animate=fadeInDown]{transform:translate3d(0,-70px,0)}.frame-purple-d37f [data-animate=flipInY],[data-animate=flipInY]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateY(-90deg) translate3d(15px,0,0)}.frame-purple-d37f [data-animate=flipInX],[data-animate=flipInX]{-webkit-backface-visibility:visible;backface-visibility:visible;transform:perspective(400px) rotateX(90deg) translate3d(0,-15px,0)}.rough-3700.frame-purple-d37f [data-animated=true],.frame-purple-d37f .smooth-cece [data-animated=true],[data-animated=true]{animation-delay:.1s;opacity:1!important;transform:translateZ(0) scale(1)}.top-2dad>:not(.smooth-cece) [data-animated=true]{transition:transform .7s,opacity .3s!important}.frame-purple-d37f [data-animate=none],[data-animate=none]{opacity:1!important}.frame-purple-d37f [data-animate=blurIn][data-animated=true],[data-animated=true][data-animate=blurIn]{filter:blur(0)}[data-animated=false]{transition:none!important}.shade-1ef0 [data-animate],[data-animate]:hover{transition-delay:0s!important}[data-animate-delay="100"]{transition-delay:.1s}.texture_5414>li{opacity:0;transform:translateY(-15px);transition:transform .3s,opacity .3s}.fn-active-fb7a .texture_5414>li,.nav-5665 .texture_5414>li,.texture_5414.fn-active-fb7a>li{opacity:1;transform:none}.preview_61ec+.preview_61ec [data-animate],.texture_5414>li,[data-animate-delay="200"],[data-animate]+[data-animate]{transition-delay:.2s}.texture_5414>li+li,[data-animate-delay="300"]{transition-delay:.3s}.preview_61ec+.preview_61ec+.preview_61ec [data-animate],.texture_5414>li+li+li,[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate]{transition-delay:.4s}.texture_5414>li+li+li+li,[data-animate-delay="500"]{transition-delay:.5s}.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec [data-animate],.texture_5414>li+li+li+li+li,[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.6s}.texture_5414>li+li+li+li+li+li,[data-animate-delay="700"]{transition-delay:.7s}.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec [data-animate],.texture_5414>li+li+li+li+li+li+li,[data-animate-delay="800"],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate]{transition-delay:.8s}.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec [data-animate],.texture_5414>li+li+li+li+li+li+li+li,[data-animate-delay="900"]{transition-delay:.9s}.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec+.preview_61ec [data-animate],.texture_5414>li+li+li+li+li+li+li+li+li,[data-animate-delay="1000"]{transition-delay:1s}.feature_42d3 .top-2dad>:not(.smooth-cece) [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}}.avatar_cold_879f{border:1px solid #ececec;border-radius:0;bottom:0;left:0;margin:0;pointer-events:none;position:absolute;right:0;top:0}.motion_935f{border-style:dashed}.input-ac52{border-style:dotted}.shade-1ef0 .avatar_efc1:not(.tiny-c706):not(.border-c99e),.shade-1ef0.avatar_efc1:not(.tiny-c706):not(.border-c99e){background-color:#fff}.button-wide-b416 .shade-1ef0 .avatar_efc1:not(.tiny-c706):not(.border-c99e),.button-wide-b416 .shade-1ef0.avatar_efc1:not(.tiny-c706):not(.border-c99e){background-color:#333}.blue_6eb5,.white-4691,.focused-808e,.hard-d637,.list_5e5c,.warm_ecfc,.header_a5b1,.gradient-9aeb,.basic-2bfd,.preview-outer-ab1d,.popup-wide-457c .table-hovered-aca7,.info_0fa5 .table-hovered-aca7,.list_purple_66e2 .table-hovered-aca7,.down-d9f5 .table-hovered-aca7,.accent-09e6 .table-hovered-aca7,.short_2287 .table-hovered-aca7,.liquid_1de0 .table-hovered-aca7,.primary-bf0e .table-hovered-aca7,.label_gas_855e .table-hovered-aca7,.logo_4e34 .table-hovered-aca7{transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s}.blue_6eb5,.white-4691:hover,.popup-wide-457c .table-hovered-aca7,.info_0fa5 .table-hovered-aca7:hover{box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.down_81e1,.focused-808e,.hard-d637:hover,.list_purple_66e2 .table-hovered-aca7,.down-d9f5 .table-hovered-aca7:hover{box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.list_5e5c,.warm_ecfc:hover,.accent-09e6 .table-hovered-aca7,.short_2287 .table-hovered-aca7:hover{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)}.header_a5b1,.gradient-9aeb:hover,.liquid_1de0 .table-hovered-aca7,.primary-bf0e .table-hovered-aca7:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1)}.basic-2bfd,.preview-outer-ab1d:hover,.label_gas_855e .table-hovered-aca7,.logo_4e34 .table-hovered-aca7:hover{box-shadow:0 30px 40px 0 rgba(0,0,0,.2)}.gradient-9aeb:hover,.preview-outer-ab1d:hover,.primary-bf0e .table-hovered-aca7:hover,.logo_4e34 .table-hovered-aca7:hover{transform:translateY(-6px)}.inner_9159,.gas-41eb{text-shadow:1px 1px 1px rgba(0,0,0,.3)}.article-a6f2{text-shadow:2px 2px 5px rgba(0,0,0,.4)}.dynamic_a0eb{text-shadow:3px 3px 8px rgba(0,0,0,.4)}.container_basic_2065{text-shadow:3px 3px 12px rgba(0,0,0,.5)}.sidebar-dd55{text-shadow:5px 5px 16px rgba(0,0,0,.6)}a.slider_red_f4df{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.slider_red_f4df i{font-size:.8em}a.slider_red_f4df:hover{background-color:#fff!important;color:#000!important;opacity:1}.popup-cool-58af .pattern-simple-985b,.popup-cool-58af [class*=image-] img{transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s}.popup-cool-58af .next-972d img{transition:unset}.banner-left-98f4 .pattern-simple-985b,.mask-out-521c:hover .pattern-simple-985b,.popup-cool-58af .current-a960 img,.popup-cool-58af:hover .selected-e71d img{filter:grayscale(100%)}.banner-left-98f4:hover .pattern-simple-985b,.popup-cool-58af:hover .current-a960 img{filter:grayscale(0)}.tabs-2b7d:hover .pattern-simple-985b,.popup-cool-58af:hover .row_bright_8417 img{transform:scale(1.1)}.hard-ef46 .pattern-simple-985b,.popup-cool-58af .label_798a img{transition:transform 5s!important}.hard-ef46 .pattern-simple-985b,.popup-cool-58af:hover .label_798a img{transform:scale(1.3)}.progress_50f3:hover .pattern-simple-985b,.popup-cool-58af:hover .advanced-7213 img{opacity:.7;transform:scale(1.1)}.first-64b6:hover .pattern-simple-985b,.popup-cool-58af:hover .under-4ef1 img{filter:brightness(1.1)}.wrapper_ab54:hover .pattern-simple-985b,.popup-cool-58af:hover .tooltip-fc4c img{opacity:.7}.popup-cool-58af:hover .status-warm-f079 img,.status-warm-f079:hover .pattern-simple-985b{opacity:.6}.header-down-d786 .pattern-simple-985b,.tabs_b4cf img{opacity:.7}.header-down-d786:hover .pattern-simple-985b,.popup-cool-58af:hover .tabs_b4cf img{opacity:1}.old-f5a7:hover .pattern-simple-985b,.popup-cool-58af:hover .hover_eeb5 img{filter:blur(5px)}.right_7625:not(:hover) .footer_8fa0,.silver-89d4:hover .footer_8fa0,.popup-cool-58af:hover .fluid_433e .footer_8fa0,.popup-cool-58af:not(:hover) .status-43d6 .footer_8fa0{opacity:0}.white_ccf8:not(:hover) .footer_8fa0,.message_top_068b:hover .footer_8fa0,.popup-cool-58af:hover .next_6226 .footer_8fa0,.popup-cool-58af:not(:hover) .old-e0a2 .footer_8fa0{opacity:.5}.overlay-wood-78d1{overflow:hidden;transform:translateZ(0)}.gallery_3e32{-webkit-clip-path:circle(50% at center);clip-path:circle(50% at center)}.simple-2c41{-webkit-clip-path:polygon(0 30px,100% 0,100% 100%,0 100%);clip-path:polygon(0 30px,100% 0,100% 100%,0 100%)}.rough_91e8{-webkit-clip-path:polygon(0 0,100% 30px,100% 100%,0 100%);clip-path:polygon(0 0,100% 30px,100% 100%,0 100%)}.icon_ad9e{-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%)}.gradient-hot-f863{-webkit-clip-path:polygon(0 60px,100% 0,100% 100%,0 100%);clip-path:polygon(0 60px,100% 0,100% 100%,0 100%)}.status_dirty_c89e{-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%)}.silver_12b5{-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%)}.simple-2c41,.rough_91e8,.icon_ad9e{margin-top:-30px}.gradient-hot-f863,.status_dirty_c89e,.silver_12b5{margin-top:-60px}[data-parallax-container]{overflow:hidden}@media(prefers-reduced-motion:no-preference){[data-parallax]{will-change:transform!important}[data-parallax]:not(.easy_c91f),[data-parallax]:not(.easy_c91f) .pattern-simple-985b{opacity:0}}.left_09fb{-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}.widget_0ae8{background:rgba(0,0,0,.2);background:linear-gradient(180deg,#000 0,transparent 70%);opacity:.4}.avatar_efc1:hover .left_09fb{opacity:.5}.border-c99e:not(.button-wide-b416) .left_09fb{background:hsla(0,0%,100%,.2);background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 33%);opacity:.8}.aside-836b,.item-fresh-fd72,.status_small_459d,.surface-glass-f97a,.aside_west_58b9{filter:blur(0);opacity:0;pointer-events:none;transition:opacity .5s,transform .3s,max-height .6s,filter .6s}.aside-836b{transform:translateY(15%) translateZ(0)}.item-fresh-fd72{transform:translateY(100%) translateZ(0)}.link_b007 .filter-east-6f23.aside-836b{transform:translateY(-40%) translateZ(0)}.nav-89da{opacity:0;transition:opacity .3s}.popup-cool-58af:hover .nav-89da{opacity:1}.button-new-10d9{transition:opacity .3s}.popup-cool-58af:hover .button-new-10d9{opacity:0}.progress_2ec8{filter:invert(0);opacity:1!important}.popup-cool-58af:hover .progress_2ec8{filter:invert(100%)}.picture_basic_3bd1{max-height:0;opacity:0;transform:translateY(15%) translateZ(0);transition:all .6s}.popup-cool-58af:hover .picture_basic_3bd1{max-height:150px;opacity:1}.popup-cool-58af:hover .picture_basic_3bd1.dynamic_1a69{max-height:30px}.progress_56e6{filter:blur(10px);opacity:0;transition:filter .3s,opacity .3s}.popup-cool-58af:hover .progress_56e6{filter:blur(0)!important;opacity:1}.status_small_459d{transform:scale(1.1) translateZ(0)}.link_b007 .filter-east-6f23.status_small_459d{transform:scale(1.1) translateZ(0) translateY(-50%)}.surface-glass-f97a{transform:scale(.9) translateZ(0)}.link_b007 .filter-east-6f23.surface-glass-f97a{transform:scale(.9) translateZ(0) translateY(-50%)}.badge-27c3{opacity:1!important;transform:scale(1) translateZ(0) translateY(10px)!important;transition:transform .3s}.popup-cool-58af:hover .badge-27c3{transform:scale(1) translateZ(0) translateY(0)!important}.link_b007 .badge-27c3{transform:scale(1) translateZ(0) translateY(-40%)!important}.link_b007:hover .filter-east-6f23.badge-27c3{transform:scale(1) translateZ(0) translateY(-50%)!important}.popup-cool-58af:hover img.aside_west_58b9{opacity:1}.popup-cool-58af .button_medium_d420:focus-within .aside_west_58b9,.popup-cool-58af:hover .aside-836b,.popup-cool-58af:hover .item-fresh-fd72,.popup-cool-58af:hover .status_small_459d,.popup-cool-58af:hover .surface-glass-f97a,.popup-cool-58af:hover .aside_west_58b9{opacity:1;pointer-events:inherit;transform:scale(1) translateZ(0) translateY(0)!important}.link_b007:hover .aside_west_58b9.filter-east-6f23,.popup-cool-58af:hover .aside_west_58b9.fn-center-fb7a{transform:scale(1) translateZ(0) translateY(-50%)!important}@media(prefers-reduced-motion){.link_b007 .filter-east-6f23.aside-836b,.link_b007:hover .aside_west_58b9.filter-east-6f23,.popup-cool-58af:hover .badge-27c3,.popup-cool-58af:hover .aside-836b,.popup-cool-58af:hover .item-fresh-fd72,.popup-cool-58af:hover .status_small_459d,.popup-cool-58af:hover .surface-glass-f97a,.popup-cool-58af:hover .aside_west_58b9,.popup-cool-58af:hover .aside_west_58b9.fn-center-fb7a,.badge-27c3,.picture_basic_3bd1,.aside-836b,.item-fresh-fd72,.status_small_459d,.surface-glass-f97a{transform:translateZ(0)}}.frame-purple-d37f .accent_d7f7{background-color:transparent!important;overflow:hidden}.frame-purple-d37f .accent_d7f7 .pattern-simple-985b{opacity:0;transition:opacity 1s}.stone-5884 .pattern-simple-985b,.full_cbf7 .pattern-simple-985b{transform:scale(1)}.modal-top-4d73 .pattern-simple-985b,.outline_428f .pattern-simple-985b{transform:scale(1.2)}.accent_d7f7.smooth-cece .pattern-simple-985b{opacity:1;transform:scale(1);transition:opacity 1s,transform 20s ease-out}.accordion-b773.smooth-cece .pattern-simple-985b{transition:opacity 3.5s}.article_up_6198.smooth-cece .pattern-simple-985b{transition:opacity 1.5s}.full_cbf7.smooth-cece .pattern-simple-985b,.stone-5884.smooth-cece .pattern-simple-985b{transform:scale(1.2)}.outline_428f.smooth-cece .pattern-simple-985b{transition:opacity 1s,transform 5s ease-out}.section-4ea0{display:flex;pointer-events:none;position:absolute}.content-left-28ea{flex:1 1 auto}.solid-97d8{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}.smooth_716f{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.list_down_9ea1{opacity:0;transition-property:opacity}.list_down_9ea1.image-1737{opacity:1}.photo_3304.table-cold-ac90 .content-left-28ea{background:#000;border:2px solid #000;border-radius:4px}.photo_3304.table-cold-ac90.title-down-7dc7 .content-left-28ea{margin-top:8px}.photo_3304.table-cold-ac90.orange_5187 .content-left-28ea{margin-right:8px}.photo_3304.table-cold-ac90.backdrop_hot_3402 .content-left-28ea{margin-left:8px}.photo_3304.table-cold-ac90.slow-d7b4 .content-left-28ea{margin-bottom:8px}.photo_3304.table-cold-ac90 .solid-97d8{color:#fff;padding:6px 8px}.photo_3304.table-cold-ac90 .shadow_82d6{overflow:hidden;position:absolute}.photo_3304.table-cold-ac90.title-down-7dc7 .shadow_82d6{height:8px;margin-left:-8px;top:0;width:16px}.photo_3304.table-cold-ac90.orange_5187 .shadow_82d6{height:16px;margin-top:-8px;right:0;top:0;width:8px}.photo_3304.table-cold-ac90.backdrop_hot_3402 .shadow_82d6{height:16px;left:0;margin-top:-8px;top:0;width:8px}.photo_3304.table-cold-ac90.slow-d7b4 .shadow_82d6{bottom:0;height:8px;margin-left:-8px;width:16px}.photo_3304.table-cold-ac90 .accent_yellow_baa1,.photo_3304.table-cold-ac90 .highlight-easy-9f96{height:0;position:absolute;width:0}.photo_3304.table-cold-ac90 .accent_yellow_baa1{border:8px solid transparent}.photo_3304.table-cold-ac90.title-down-7dc7 .accent_yellow_baa1{border-bottom-color:#000;left:0;top:3px}.photo_3304.table-cold-ac90.orange_5187 .accent_yellow_baa1{border-left-color:#000;left:-3px;top:0}.photo_3304.table-cold-ac90.backdrop_hot_3402 .accent_yellow_baa1{border-right-color:#000;left:3px;top:0}.photo_3304.table-cold-ac90.slow-d7b4 .accent_yellow_baa1{border-top-color:#000;left:0;top:-3px}.photo_3304.table-cold-ac90 .highlight-easy-9f96{border:8px solid transparent;left:0;top:0}.photo_3304.table-cold-ac90.title-down-7dc7 .highlight-easy-9f96{border-bottom-color:#000}.photo_3304.table-cold-ac90.orange_5187 .highlight-easy-9f96{border-left-color:#000}.photo_3304.table-cold-ac90.backdrop_hot_3402 .highlight-easy-9f96{border-right-color:#000}.photo_3304.table-cold-ac90.slow-d7b4 .highlight-easy-9f96{border-top-color:#000}.photo_3304.table-cold-ac90 .badge_1db2{position:relative}.photo_3304.table-cold-ac90.title-down-7dc7 .badge_1db2{top:-8px}.photo_3304.table-cold-ac90.backdrop_hot_3402 .badge_1db2{left:-8px}.button-wide-b416,.button-wide-b416 p,.button-wide-b416 td{color:#f1f1f1}.button-wide-b416 .avatar-motion-b309,.button-wide-b416 a.overlay_huge_d5be,.button-wide-b416 h1,.button-wide-b416 h2,.button-wide-b416 h3,.button-wide-b416 h4,.button-wide-b416 h5,.button-wide-b416 h6,.button-wide-b416 label,.surface-bottom-2de6:hover a,.surface-bottom-2de6:hover h1,.surface-bottom-2de6:hover h2,.surface-bottom-2de6:hover h3,.surface-bottom-2de6:hover h4,.surface-bottom-2de6:hover h5,.surface-bottom-2de6:hover h6,.surface-bottom-2de6:hover p{color:#fff}.button-wide-b416 .progress-dd0d .primary_3922,.button-wide-b416 .short-6c40,.button-wide-b416 .column_complex_4cad a+a{border-color:hsla(0,0%,100%,.2)}.button-wide-b416 .lite_d9e6 li li.frame_cce0>a,.button-wide-b416 .up_12f0>li>a,.button-wide-b416 .lite_d9e6>li>ul li a,.button-wide-b416 .tooltip-18e2>li.selected_ede0,.button-wide-b416 .tooltip-18e2>li>a,.notice-middle-f52d .list_pink_d79f,.notice-middle-f52d .tooltip-18e2>li>a,.notice-middle-f52d .tooltip-18e2>li>button,.gradient-2b5c.button-wide-b416 .purple_e839>li>a,.gradient-2b5c.button-wide-b416>li>a{color:hsla(0,0%,100%,.8)}.button-wide-b416 .up_12f0>li>a:hover,.button-wide-b416 .tooltip-18e2>li.fn-active-fb7a>a,.button-wide-b416 .tooltip-18e2>li>a.fn-active-fb7a,.button-wide-b416 .tooltip-18e2>li>a:hover,.notice-middle-f52d .tooltip-18e2>li.fn-active-fb7a>a,.notice-middle-f52d .tooltip-18e2>li.fn-current-fb7a>a,.notice-middle-f52d .tooltip-18e2>li>a.fn-active-fb7a,.notice-middle-f52d .tooltip-18e2>li>a:hover,.notice-middle-f52d a.static_78cb:hover,.gradient-2b5c.button-wide-b416 .purple_e839>li>a:hover,.gradient-2b5c.button-wide-b416>li>a:hover{color:#fff}.button-wide-b416.gradient-2b5c.list-under-8cb3>li.center_2013,.button-wide-b416.gradient-2b5c.logo_9000>li.center_2013,.notice-middle-f52d .layout-thick-8ca1:after,.notice-middle-f52d .element_2387>li+li>a:after,.notice-middle-f52d .tooltip-18e2>li.layout-thick-8ca1,.gradient-2b5c.button-wide-b416 .purple_e839>li>a,.gradient-2b5c.button-wide-b416>li>a{border-color:hsla(0,0%,100%,.2)}.button-wide-b416 .lite_d9e6 li li.frame_cce0>a,.notice-middle-f52d .tag-large-cdae,.notice-middle-f52d .lite_d9e6 li li.frame_cce0>a,.notice-middle-f52d .tooltip-18e2>li.selected_ede0{color:#fff}.widget_pressed_0d0c a:hover span.picture_8d06,.notice-middle-f52d span.picture_8d06{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.button-wide-b416{background-color:#333}.hover_9ac4{padding-bottom:30px;padding-top:30px}.hard-1022{padding-top:0}.menu-silver-5a21{display:flow-root}@media(min-width:850px){.shade_7395{position:sticky}.shade_7395[data-sticky-mode]{transform:translateZ(0);will-change:transform}.shade_7395:not([data-sticky-mode]){top:calc(var(--flatsome-scroll-padding-top) + 30px);transition:top .6s}}.over-5220{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}.progress_50e6,.card_3c49{opacity:1;visibility:visible}.input_motion_de43,.header-fbe8{background-position:50% 0;background-size:cover;position:relative;transition:background-color .3s,opacity .3s;width:100%;z-index:1001}.dropdown-yellow-2569{background-color:hsla(0,0%,100%,.9)}.steel-5f42,.tertiary_bb3c{align-items:center;display:flex;flex-wrap:no-wrap}.input_motion_de43.widget-7a60,.input_motion_de43.article-017f,.input_motion_de43.nav-cool-e606{position:absolute}.input_motion_de43.article-017f:not(.preview_4b6d),.input_motion_de43.nav-cool-e606:not(.preview_4b6d){left:auto;right:auto}.input_motion_de43.article-017f .header-fbe8{opacity:0;transition:opacity .3s;visibility:hidden}.input_motion_de43.article-017f .header-fbe8.preview_4b6d{opacity:1;visibility:visible}.input_motion_de43.nav-cool-e606 .dropdown-yellow-2569,.input_motion_de43.nav-cool-e606 .top_edb2,.input_motion_de43.nav-cool-e606 .steel-5f42,.input_motion_de43.nav-cool-e606 .header-fbe8{background-color:transparent;background-image:none!important;box-shadow:none}.dropdown-yellow-2569,.top_edb2{background-position:50% 0;transition:background .4s}.tertiary_bb3c{background-color:#446084;min-height:20px;position:relative;z-index:11}.gold-e775{position:relative;z-index:10}.steel-5f42{min-height:35px;position:relative;z-index:9}.shade_focused_343e{border-top:1px solid;margin-bottom:-1px;opacity:.1}.notice-middle-f52d .shade_focused_343e{display:none}.preview_4b6d{left:0;margin:0 auto;position:fixed;right:0;top:0}.article-narrow-6017 .preview_4b6d{animation:stuckMoveDown .6s}.frame-6432 .preview_4b6d{animation:stuckFadeIn .6s}.section_south_000e .preview_4b6d .gold-e775{transition:height .8s}.preview_4b6d .pagination_solid_5dc0,.preview_4b6d .breadcrumb-large-6481,.preview_4b6d .breadcrumb-large-6481 img{margin-top:0;padding-top:0}.header-fbe8:not(.preview_4b6d) .breadcrumb-large-6481 img{transition:max-height .5s}.input_motion_de43.article-017f .up-ca38,.preview_4b6d .up-ca38{display:none}.red_035e .header-fbe8,.header-fbe8.preview_4b6d,.media_b3ea #wrapper{box-shadow:1px 1px 10px rgba(0,0,0,.15)}.tooltip-18e2>li.layout-thick-8ca1{border-left:1px solid rgba(0,0,0,.1);height:30px;margin:0 7.5px;position:relative;vertical-align:middle}.notice-middle-f52d .tooltip-18e2>li.layout-thick-8ca1{border-color:hsla(0,0%,100%,.1)}.background_gas_98e9{min-height:15px;width:100%}.paragraph-silver-ee96 .short-f582{max-width:100%!important}@media(max-width:849px){.gold-e775 li.selected_ede0.card-db91{display:none}}@media(prefers-reduced-motion){.article-narrow-6017 .preview_4b6d{animation-name:stuckFadeIn}}@media(max-width:549px){.notification_upper_952d>li>a:not(.paper-b265){line-height:5em}}.complex_ca45{margin:0 0 30px}.advanced_0502 .complex_ca45{margin-bottom:0}.chip-lite-4858{padding:1.5em 0}.chip-lite-4858.active-26c3{padding-left:1.5em;padding-right:1.5em}.slow-3c8d{padding-top:0}.element-orange-d91c{padding-bottom:0}.thumbnail-light-4975{padding-bottom:1.5em;padding-top:1.5em}.advanced_0502 .pink-f901 .avatar_efc1{margin-bottom:1.5em}.pink-f901{transition:opacity .3s,box-shadow .5s,transform .3s}.highlight_old_b162+#main .accordion_wide_902d{padding-top:30px}.wrapper-silver-dd86{opacity:.8;padding-top:7px}.pink-f901.shade-1ef0{background-color:#fff}.pink-f901.shade-1ef0 .cold-2cfc,.pink-f901.shade-1ef0 .thumbnail-light-4975,.pink-f901.shade-1ef0 .chip-lite-4858,.pink-f901.shade-1ef0 footer.menu-5e57{padding-left:1.5em;padding-right:1.5em}.pink-f901.shade-1ef0 .slow-3c8d{padding-top:1.5em}.input-brown-c3b3{padding:2em 0}.hero_out_e24c h2.tiny-6349{font-size:2em}.east-d848.pagination-huge-6508{top:7%}.liquid-336f img{width:100%}.media_center_b771{position:relative}@media(min-width:850px){.media_center_b771{float:left;margin-right:2em;max-width:50%}.media_center_b771+.thumbnail-light-4975{padding-top:0}}.complex_ca45 .upper-02d1 p:last-of-type{margin-bottom:0}footer.menu-5e57{border-bottom:2px solid #ececec;border-top:1px solid #ececec;font-size:.8em;padding:.5em 0 .6em}li.title_cool_9865{padding:7px 0}li.title_cool_9865 a{display:inline!important}.accordion-top-e66f .pressed_242c{height:2px;margin-bottom:.5em;margin-top:.5em}.detail_b7bd{display:block}.tag_pro_8dfd{margin-top:1.5em}.fresh-d68b:not(.alert-bright-0fd5){display:none}@media(min-width:850px){.active_d69f{display:inline;float:left;margin-right:1.5em}.outline_static_5513{display:inline;float:right;margin-left:1.5em}.fixed_c2c0{clear:both;display:block;margin:0 auto}}.card_large_aa32{margin-bottom:2em;max-width:100%}.card_large_aa32 .layout-8eca{background:rgba(0,0,0,.05);font-size:.9em;font-style:italic;padding:.4em}.layout-8eca{text-align:center}img.logo-1698.texture_716f{margin-bottom:2em}.plasma-f991 .thumbnail-light-4975 .easy_dcda{padding:0}.selected_f103{display:block}.section-df3a .hidden_action_62be,.thumbnail-light-4975 .hidden_action_62be,.plasma-540f .hidden_action_62be{border:none;margin-bottom:0;margin-top:0;padding:0}.logo_3262{margin-bottom:1.5em}.logo_3262 ul{margin:0}.logo_3262 li{list-style:none}.focused_b1e6 .logo_3262,.tertiary_4e2c .logo_3262{background-color:#fff;border:1px solid #ddd;box-shadow:2px 2px 10px 0 rgba(0,0,0,.05);padding:15px 20px}.focused_b1e6 .logo_3262 h3{background-color:#446084;color:#fff;margin-left:-21px;margin-top:-16px;padding:10px 20px;width:calc(100% + 42px)}.focused_b1e6 h3+.pressed_242c{display:none}.logo_3262>ul>li,ul.full_4097>li{list-style:none;margin:0;text-align:left}.logo_3262>ul>li li,ul.full_4097>li li{list-style:none}.logo_3262>ul>li>a,.logo_3262>ul>li>span:first-child,ul.full_4097>li>a,ul.full_4097>li>span:first-child{display:inline-block;flex:1;padding:6px 0}.logo_3262>ul>li:before,ul.full_4097>li:before{display:inline-block;font-family:fl-icons;margin-right:6px;opacity:.6}.logo_3262>ul>li li>a,ul.full_4097>li li>a{display:inline-block;font-size:.9em;padding:3px 0}.logo_3262>ul>li+li,ul.full_4097>li+li{border-top:1px solid #ececec}.button-wide-b416 .logo_3262>ul>li+li,.button-wide-b416 ul.full_4097>li+li{border-color:hsla(0,0%,100%,.08)}.logo_3262>ul>li ul,ul.full_4097>li ul{border-left:1px solid #ddd;display:none;margin:0 0 10px 3px;padding-left:15px;width:100%}.logo_3262>ul>li ul li,ul.full_4097>li ul li{border:0;margin:0}.button-wide-b416 .logo_3262>ul>li ul,.button-wide-b416 ul.full_4097>li ul{border-color:hsla(0,0%,100%,.08)}.button-wide-b416 .logo_3262>ul>li.fn-active-fb7a>a,.button-wide-b416 .logo_3262>ul>li.clean_2b94>a,.button-wide-b416 .logo_3262>ul>li>a:hover,.button-wide-b416 ul.full_4097>li.fn-active-fb7a>a,.button-wide-b416 ul.full_4097>li.clean_2b94>a,.button-wide-b416 ul.full_4097>li>a:hover{color:#fff}.logo_3262>ul>li.tag-basic-2d54,ul.full_4097>li.tag-basic-2d54{align-items:center;display:flex;flex-flow:row wrap}.logo_3262>ul>li .footer-pressed-205b{font-size:.7em;line-height:3em;opacity:.5}.logo_3262 .item-wood-a836>ul,.logo_3262 .fn-current-fb7a>ul{display:block}.logo_3262 .clean_2b94>a{color:#000;font-weight:bolder}.input-fast-7d40{padding:10px 0}.input-fast-7d40 a{display:block;line-height:1.2;margin-bottom:6px}.logo_3262 .north-3fb8:after{clear:both;content:"";display:table}.logo_3262 .north-3fb8>li{border:0;float:left;list-style:none;margin:0;padding:0;width:33.333333%}.logo_3262 .north-3fb8>li a{display:block;margin:0;padding:0}.logo_3262 .north-3fb8>li img{display:block;width:100%}.lite_78b2 li{align-items:center;display:flex}.element_fbb2 li{font-size:.9em;font-style:italic}.element_fbb2 a{display:inline!important}.element_fbb2 span{display:block;font-weight:bolder}.status-yellow-d5c0{color:#333;position:relative}.status-yellow-d5c0 .input-over-e590{display:none!important}.button-wide-b416 .status-yellow-d5c0{color:#fff}.status-yellow-d5c0 p{margin:0;padding:0}.status-yellow-d5c0 br{display:none}.status-yellow-d5c0 label{display:inline-block;width:100%}.status-yellow-d5c0 span.block_lower_388b{margin-left:0;margin-right:1.2em}.status-yellow-d5c0 .south-eab0{display:block}.status-yellow-d5c0 .input-over-e590{background-color:#fff;border-radius:99px;position:absolute;right:0}.status-yellow-d5c0 .icon_2425{background-color:#f1f1f1;border-radius:3px;color:#b20000;line-height:1.2em;margin-top:-10px;opacity:.8;padding:5px 8px;position:relative}.status-yellow-d5c0 .icon_2425: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}.status-yellow-d5c0 .pagination_in_ad75{display:none!important}.status-yellow-d5c0 .border_c357 .icon_2425{margin-top:5px;position:absolute;width:100%;z-index:99}.status-yellow-d5c0 .hover_black_185a{border-radius:10px;margin:5px 0 0}.lower-82d8 .fn-processing-fb7a *{opacity:.8}.text_huge_4c7f form.east-165d{margin:0 auto;max-width:620px;padding:30px 15px}.up_e588 img{width:100%}.upper_a445{margin-bottom:-1px}.plasma-f991+.popup-last-b3c3 .menu_old_436b{margin-top:30px}.top_f482{display:none;padding:1em 2.3em}.article_1438{border-top:1px solid #ddd;display:block;font-size:110%;padding:.6em 2.3em;position:relative;transition:border .2s ease-out,background-color .3s}.button-wide-b416 .article_1438{border-color:hsla(0,0%,100%,.2)}.article_1438.fn-active-fb7a{background-color:rgba(0,0,0,.03);border-color:#446084;color:#446084;font-weight:700}.button-wide-b416 .article_1438.fn-active-fb7a{color:#fff}.overlay_fast_3cf8 .copper_07ae{border-radius:999px;height:1.5em;left:0;margin-right:5px;position:absolute;top:.3em;transform-origin:50% 47%;width:2.3em}.overlay_fast_3cf8 .fn-active-fb7a .copper_07ae{color:currentColor;opacity:1}.large-ee4a{color:#222;font-weight:700;letter-spacing:0;padding:0}.section_advanced_705c .large-ee4a{font-size:.85em;margin:0 0 .5em}.large-ee4a .icon_dynamic_4439,.large-ee4a .tiny_eda3{font-weight:300;margin:0 .3em;opacity:.35;position:relative;top:0}.button-wide-b416 .large-ee4a{color:#fff}.large-ee4a a{color:hsla(0,0%,40%,.7);font-weight:400}.large-ee4a a:first-of-type{margin-left:0}.large-ee4a a.fn-current-fb7a,.large-ee4a a:hover{color:#111}.button-wide-b416 .large-ee4a a{color:#fff}.element_action_05b4{padding:15px 0}.element_action_05b4 a{align-items:center;color:#ccc;display:inline-flex}.element_action_05b4 .icon_dynamic_4439{margin:0 .5em;top:2px}.up_a43e{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-fb7a .up_a43e{background-color:#d26e4b}@media(min-width:850px){.dropdown-out-8a7f{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.dropdown-out-8a7f>div,.dropdown-out-8a7f>p{padding:0 15px;width:100%}.dropdown-out-8a7f p.modal-a6c9,.dropdown-out-8a7f p.surface_out_2f33,.dropdown-out-8a7f p.element_fluid_2fa0{flex:1}}.card-141d:target{background-color:#f1f1f1;border-radius:10px;padding:15px}.detail_6a45 li,.action_f971 li{list-style:none;padding:1em 0 0}.detail_6a45 li .alert_wide_d9eb,.action_f971 li .alert_wide_d9eb{margin-bottom:0}.detail_6a45 li .card-7eb3,.action_f971 li .card-7eb3{border-radius:100%}.detail_6a45 li .lower_9b82,.action_f971 li .lower_9b82{font-style:italic}.detail_6a45 li .down-b117,.action_f971 li .down-b117{padding:0 1.5em}.detail_6a45>li:not(:first-child),.action_f971>li:not(:first-child){border-top:1px dashed #ddd}#comments .modal_cold_2972{background-color:rgba(0,0,0,.05);margin-top:15px;padding:15px 25px 0}#comments .modal_cold_2972 .nav-fresh-d8d6{font-size:1.2em}#comments .modal_cold_2972 small{font-size:.6em;margin-left:10px;text-transform:uppercase}.notice_0b11{position:relative;width:100%}.bronze_d3b5{padding:30px 0 0}.dynamic_abe2{background-color:#fff}.footer_8678{background-color:#777}.dynamic_abe2,.footer_8678{border-top:1px solid rgba(0,0,0,.05)}.cold-08e7{padding:7.5px 0}.table-center-f45e,html{background-color:#5b5b5b}.bronze_d3b5 ul{margin:0}.table-center-f45e{color:rgba(0,0,0,.5);font-size:.9em;padding:10px 0 15px}.table-center-f45e.button-wide-b416{color:hsla(0,0%,100%,.5)}.table-center-f45e.fn-fixed-fb7a{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}.table-center-f45e ul{border-bottom:1px solid #ddd;opacity:.8;padding-bottom:5px}.table-center-f45e.button-wide-b416 ul{border-color:hsla(0,0%,100%,.08)}.table-center-f45e.active-26c3 ul{border:0;padding-top:5px}.wrapper-3609{box-shadow:0 0 20px 0 rgba(0,0,0,.5);margin-bottom:100px;position:relative;z-index:1}.wrapper-3609+.notice_0b11{bottom:0;position:fixed;z-index:0}.feature_white_41ca{bottom:20px;margin:0;opacity:0;pointer-events:none;right:20px;transform:translateY(30%)}.feature_white_41ca.fn-left-fb7a{left:20px;right:unset}.feature_white_41ca.fn-active-fb7a{opacity:1;pointer-events:inherit;transform:translateY(0)}.tabs-east-80f6{display:block;padding-bottom:100%}.tabs-east-80f6 a>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.tiny_012f img{background-color:rgba(0,0,0,.03)}.breadcrumb-large-6481{line-height:1;margin:0}.east_2791{font-size:.9em;font-style:italic;line-height:1;margin:.85em 0}.breadcrumb-large-6481 a{color:#446084;display:block;font-size:32px;font-weight:bolder;margin:0;text-decoration:none;text-transform:uppercase}.breadcrumb-large-6481 img{display:block;width:auto}.label-pink-4171,.container-7b1d,.notice-middle-f52d .detail_f743,.fn-sticky-fb7a .button-wide-b416 .label-pink-4171,.fn-sticky-fb7a .grid_ea25 .detail_f743{display:none!important}.notice-middle-f52d .label-pink-4171,.preview_4b6d .container-7b1d{display:block!important}.preview_4b6d .container-7b1d+img,.preview_4b6d .container-7b1d+img+img{display:none!important}.notice-middle-f52d .breadcrumb-large-6481 a{color:#fff}.copper_39b0 .breadcrumb-large-6481{margin-left:0;margin-right:30px}.section-beb1 .container-plasma-b579{flex:1 1 0;order:1}.section-beb1 .breadcrumb-large-6481{margin:0 30px;order:2;text-align:center}.section-beb1 .breadcrumb-large-6481 img{margin:0 auto}.section-beb1 .sidebar-last-9aee{flex:1 1 0;order:3}@media screen and (max-width:849px){.pagination_solid_5dc0 .tooltip-18e2{flex-wrap:nowrap}.focus_28ba .breadcrumb-large-6481{margin-left:0;margin-right:15px;order:1}.focus_28ba .container-plasma-b579{flex:1 1 0;order:2}.focus_28ba .sidebar-last-9aee{flex:1 1 0;order:3}.up_eba5 .container-plasma-b579{flex:1 1 0;order:1}.up_eba5 .breadcrumb-large-6481{margin:0 15px;order:2;text-align:center}.up_eba5 .breadcrumb-large-6481 img{margin:0 auto}.up_eba5 .sidebar-last-9aee{flex:1 1 0;order:3}}.active-0a73{height:300px}.motion-e4ca{height:400px}.blue-60f2{background-color:#fff;background-color:hsla(0,0%,100%,.9);padding:20px}.accordion_wide_e8fc .hero_f44e button{max-width:none!important;min-height:auto!important}.accordion_wide_e8fc .hero_f44e .primary-inner-0978 li{margin:0}.advanced-a34f{background-color:#f1f1f1;padding-left:30px;padding-right:30px}.advanced-a34f.button-wide-b416{background-color:#333}.advanced-a34f .preview_61ec,.advanced-a34f .table-hovered-aca7,.advanced-a34f .plasma-f991{padding-bottom:0!important;padding-top:0!important}.text_active_1370 li{display:inline-block;margin:0 1px!important;position:relative}.text_active_1370 li .paper-b265{margin-bottom:0}.text_active_1370 .gradient-2b5c{min-width:90px;padding:2px;width:90px}.thumbnail-huge-f108{position:relative}.thumbnail-huge-f108 .logo_3262{margin:0 .3em;vertical-align:middle}.border-yellow-8e48{overflow:hidden}.over-c281{transition:opacity .6s}.gradient-steel-ef4f{background-color:rgba(0,0,0,.25)}.slider-e3b2{min-height:60px;padding-top:20px;position:relative}.slider-e3b2 button,.slider-e3b2 form,.slider-e3b2 p,.slider-e3b2 select,.slider-e3b2 ul{margin-bottom:0;margin-top:0}.overlay-tall-1f67{background-color:#f7f7f7;border-bottom:1px solid #ececec;border-top:1px solid #ececec}.overlay-tall-1f67 .slider-e3b2{padding-bottom:15px;padding-top:15px}.hard_75f1{background-color:#446084;text-shadow:1px 1px 1px rgba(0,0,0,.2)}.hard_75f1 .slider-e3b2{padding-bottom:20px}.hard_75f1 .border-yellow-8e48{box-shadow:inset 0 0 30px 0 rgba(0,0,0,.1)}.hard_75f1 .footer_8fa0{background-color:rgba(0,0,0,.4)}.grid_b24c .summary-7f20{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}.grid_b24c .summary-7f20 svg{height:20px;vertical-align:middle;width:auto!important}.grid_b24c .summary-7f20:hover{opacity:1}.button-wide-b416 .grid_b24c .summary-7f20{background-color:hsla(0,0%,100%,.1)}.button-wide-b416 .grid_b24c .summary-7f20 svg{fill:#fff}.sort_narrow_1311{background-color:#fff;border:1px solid #ececec;overflow:hidden;padding-bottom:15px}.button-wide-b416 .sort_narrow_1311{border-color:hsla(0,0%,100%,.2)}.sort_narrow_1311 .large_5d40{border-bottom:1px solid #ececec;padding:.5em 15%}.button-wide-b416 .sort_narrow_1311 .large_5d40{border-color:hsla(0,0%,100%,.2)}.sort_narrow_1311 .solid-b395{color:#000;font-weight:300;padding:.6em 15% 0}.sort_narrow_1311 .lower_9b82{padding:15px 15px 0}.sort_narrow_1311 .section-bc44{padding:10px 15%}.sort_narrow_1311 .progress_glass_365e{opacity:.6;text-decoration:line-through}.sort_narrow_1311 .section-bc44 .paper-b265:last-child{margin:30px 0 0}.sort_narrow_1311 .menu-9702{font-size:14px;margin-left:10px}.sort_narrow_1311 .section-bc44>div{border-bottom:1px solid #ececec;padding:7.5px 0}.button-wide-b416 .sort_narrow_1311 .section-bc44>div{border-color:hsla(0,0%,100%,.08)}.button-wide-b416 .sort_narrow_1311{background-color:#333}.sort_narrow_1311 .large_5d40{background-color:rgba(0,0,0,.02)}.feature-warm-7797{border-color:#446084;border-width:2px;margin-top:-15px}.feature-warm-7797 .large_5d40{background-color:#446084;border-color:#446084;color:#fff}.hero_light_9ded{width:100%}.full_f654{max-height:100vh;overflow:hidden;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}.full_f654 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}.full_f654 a.fn-active-fb7a,.full_f654 a:hover{background-color:#fff;opacity:1}.full_f654 a.fn-active-fb7a{border-color:#446084}.over-df39 .message-up-9e04{display:block!important}.backdrop-70e0 form{margin-bottom:0}.pattern_last_2eea>.message-up-9e04,.over-df39 .message-up-9e04{padding:5px 0;width:100%}.copper-c9bd .motion_ce2b{padding-right:5px}.backdrop-70e0:not(.copper-c9bd) .silver-5631,.message_b309 .silver-5631{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.chip_294c{position:relative}.chip_294c .paper-b265.active-9f40{margin:0}.chip_294c .paper-b265.active-9f40 i{font-size:1.2em}.backdrop-70e0{width:100%}.backdrop-70e0.copper-c9bd .silver-5631.fn-loading-fb7a .summary-short-f596{opacity:0}.backdrop-70e0.copper-c9bd .silver-5631.fn-loading-fb7a:after{border-color:currentColor}.backdrop-70e0.copper-c9bd .border_c357:last-of-type{margin-left:-2.9em}@media(max-width:849px){.backdrop-70e0{font-size:1rem}}.backdrop-70e0 .article-22a1{-webkit-overflow-scrolling:touch;max-height:50vh;overflow-y:scroll;overflow-y:auto}.input_motion_de43 .message-up-9e04 .article-22a1,.background_gas_98e9 .article-22a1{max-height:80vh}.preview_61ec .detail_middle_99a7,.input_motion_de43 .message-up-9e04 .detail_middle_99a7,.background_gas_98e9 .detail_middle_99a7{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%}.input_motion_de43 li .selected_ede0 .detail_middle_99a7{background-color:transparent;box-shadow:none;position:relative;top:0}.disabled-complex-a675{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);cursor:default;display:flex;padding:10px .75em}.disabled-complex-a675 .preview-gas-f83a{flex:1}.disabled-complex-a675 img{border-radius:99px;display:inline-block;height:40px;margin-right:10px;width:40px}.disabled-complex-a675 img+.preview-gas-f83a{margin-top:-.15em;padding-left:.5em}.disabled-complex-a675 .footer_0100{font-size:.8em;margin-left:5px;padding-top:3px}.disabled-complex-a675:last-child{border-bottom:none}.logo_1a2f{background-color:rgba(0,0,0,.05)}#search-lightbox{font-size:1.5em;margin:0 auto;max-width:600px}.label-0571{margin-bottom:1.5em}.hero_out_e24c+.label-0571,.brown-3c78+.label-0571,.paragraph_lower_58a2+.label-0571{margin-top:30px}.fast_01e6{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;position:relative;width:100%}.fast_01e6 i{margin-right:.5em;opacity:.6}.fast_01e6 i.popup-36c4{margin-left:10px;margin-right:0}.fast_01e6 span{text-transform:uppercase}.fast_01e6 small{font-size:1em;font-weight:400;opacity:.7;padding-left:15px;text-transform:none}.fast_01e6 b{background-color:currentColor;display:block;flex:1;height:2px;opacity:.1}.fast_01e6 a{display:block;font-size:.8em;margin-left:auto;padding-left:15px}.hero_2706{border-bottom:2px solid #ececec}.hero_2706 span{border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:-2px;margin-right:15px;padding-bottom:7.5px}.button-wide-b416 .hero_2706,.button-wide-b416 .hero_2706 span{border-color:hsla(0,0%,100%,.2)}.hero_2706 b{display:none}.link_soft_0fd4 span{margin:0 15px}.narrow_7862 span,.link_soft_0fd4 span{text-align:center}.narrow_7862 small,.link_soft_0fd4 small{display:block;padding:0 15px}.banner-5cab span,.narrow_7862 span{border:2px solid rgba(0,0,0,.1);padding:.3em .8em}.banner-5cab b:first-of-type{display:none}.grid_right_f11c{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}.out_1a8c{align-items:center;display:flex;justify-content:space-between}.active_5a0f{flex:1 1 auto;padding-right:30px}.narrow_1fd5{flex:0 0 auto}.narrow_1fd5>a{margin-bottom:0;margin-right:20px}.narrow_1fd5>a:last-child{margin-right:0}.title-wood-2b3f{transform:translate3d(0,100%,0)}.stale-5501{transform:none}@media(max-width:849px){.out_1a8c{align-items:stretch;flex-direction:column;font-size:.9em;text-align:center}.narrow_1fd5{margin-top:15px}.active_5a0f{padding-right:0}}.fluid-3be6:before{content:""}.focus-9690:before{content:""}.title-simple-ea91:before,.stone-3400:before{content:""}.narrow_11f4:before{content:""}.simple_fef4:before{content:""}.search_white_b581:before{content:""}.container_2226:before{content:""}.fixed_6775:before{content:""}.out_942a:before{content:""}.pro-6f17:before{content:""}.pattern_1d77:before{content:""}.basic-74a8:before{content:""}.filter_fc09:before{content:""}.hover_next_38e7:before{content:""}.box_8e44:before{content:""}.middle_9333:before{content:""}.over-421f:before{content:""}.button-white-792a:before{content:""}.surface_0dbd:before{content:""}.popup-36c4:before{content:""}.breadcrumb_da36:before{content:""}.form-c44c:before{content:""}.label-bright-ccaa:before{content:""}.widget-60f3:before{content:""}.layout-yellow-16d5:before{content:""}.module_easy_b37b:before{content:""}.grid-out-e7ef:before{content:""}.pagination_2650:before{content:""}.active-09db:before{content:""}.notification_fluid_7f44:before{content:""}.container_12aa:before{content:""}.detail-fast-3c9a:before{content:""}.menu-e1f5:before{content:""}.disabled_basic_0881:before{content:""}.summary-short-f596:before{content:""}.stone_1c11:before{content:""}.background-copper-59e4:before{content:""}.tooltip-first-745a:before{content:""}.liquid_7ab6:before{content:""}.green-0789:before{content:""}.middle-6fd1:before{content:""}.white_69d0:before{content:""}.widget_20f0:before{content:""}.header_bbc4:before{content:""}.tabs_under_3f64:before{content:""}.west-425f:before{content:""}.next_8d9c:before{content:""}.accent-purple-8862:before{content:""}.banner-b608:before{content:""}.dirty-7dbf:before{content:""}.focus-rough-c658{--divider-top-width:100%;--divider-width:100%;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.focus-rough-c658 svg{display:block;height:150px;left:50%;position:relative;transform:translateX(-50%)}.gallery-9b5e{top:-1px;transform:rotate(180deg)}.gallery-9b5e svg{width:calc(var(--divider-top-width) + 2px)}.filter_static_1d30{bottom:-1px}.filter_static_1d30 svg{width:calc(var(--divider-width) + 2px)}.label_out_57c2 svg{transform:translateX(-50%) rotateY(180deg)}.blue-df72{z-index:2}.focus-rough-c658 .preview_smooth_3104{fill:#fff}.active-26c3 .icon_clean_3330{margin-left:auto;margin-right:auto}.icon_clean_3330{color:#999;display:inline-block;font-size:.85em;vertical-align:middle}.selected_ede0 .icon_clean_3330{font-size:1em}.selected_ede0 .icon_clean_3330 .paper-b265{margin-bottom:0}.icon_clean_3330 span{font-weight:700;padding-right:10px}.icon_clean_3330 i{min-width:1em}.button-wide-b416 .icon_clean_3330,.notice-middle-f52d .icon_clean_3330{color:#fff}.button-wide-b416 .icon_clean_3330 .paper-b265.list_pink_d79f,.notice-middle-f52d .icon_clean_3330 .paper-b265.list_pink_d79f{border-color:hsla(0,0%,100%,.5)}.light-4d40,.icon_clean_3330 .paper-b265.active-9f40:hover,.icon_clean_3330 .paper-b265.active-9f40:not(.list_pink_d79f){background-color:currentColor!important;border-color:currentColor!important}.light-4d40>i,.light-4d40>span,.icon_clean_3330 .paper-b265.active-9f40:hover>i,.icon_clean_3330 .paper-b265.active-9f40:hover>span,.icon_clean_3330 .paper-b265.active-9f40:not(.list_pink_d79f)>i,.icon_clean_3330 .paper-b265.active-9f40:not(.list_pink_d79f)>span{color:#fff!important}.paper-b265.steel_f436:hover,.paper-b265.steel_f436:not(.list_pink_d79f){color:#3a589d!important}.paper-b265.status-c53c:hover,.paper-b265.status-c53c:not(.list_pink_d79f){color:#3b6994!important}.paper-b265.filter_15b2:hover,.paper-b265.filter_15b2:not(.list_pink_d79f){color:#51cb5a!important}.paper-b265.medium_e10d:hover,.paper-b265.medium_e10d:not(.list_pink_d79f){color:#2478ba!important}.paper-b265.dropdown_last_4e8d:hover,.paper-b265.dropdown_last_4e8d:not(.list_pink_d79f),.paper-b265.tertiary-full-0e85:hover,.paper-b265.tertiary-full-0e85:not(.list_pink_d79f){color:#111!important}.paper-b265.prev-8a35:hover,.paper-b265.prev-8a35:not(.list_pink_d79f){color:#51cb5a!important}.paper-b265.message-wood-25af:hover,.paper-b265.message-wood-25af:not(.list_pink_d79f){color:#cb2320!important}.paper-b265.under_9ba9:hover,.paper-b265.under_9ba9:not(.list_pink_d79f){color:#fc7600!important}.paper-b265.dark-1751:hover,.paper-b265.dark-1751:not(.list_pink_d79f){color:#36455d!important}.paper-b265.liquid_0396:hover,.paper-b265.liquid_0396:not(.list_pink_d79f){color:#527498!important}.paper-b265.header_west_929a:hover,.paper-b265.header_west_929a:not(.list_pink_d79f){color:#dd4e31!important}.paper-b265.accent-db0a:hover,.paper-b265.accent-db0a:not(.list_pink_d79f){color:#0072b7!important}.paper-b265.gas_d787:hover,.paper-b265.gas_d787:not(.list_pink_d79f){color:#c33223!important}.paper-b265.bronze_6ca4:hover,.paper-b265.bronze_6ca4:not(.list_pink_d79f){color:#e5086f!important}.paper-b265.background-83c8:hover,.paper-b265.background-83c8:not(.list_pink_d79f){color:#fff600!important}.paper-b265.background-83c8:hover i,.paper-b265.background-83c8:not(.list_pink_d79f) i{text-shadow:0 0 6px rgba(0,0,0,.4)}.paper-b265.main_d080:hover,.paper-b265.main_d080:not(.list_pink_d79f){color:#0099e5!important}.paper-b265.pattern-a138:hover,.paper-b265.pattern-a138:not(.list_pink_d79f){color:#54a9ea!important}.paper-b265.tabs-middle-4289:hover,.paper-b265.tabs-middle-4289:not(.list_pink_d79f){color:#9146fe!important}.paper-b265.paragraph-646c:hover,.paper-b265.paragraph-646c:not(.list_pink_d79f){color:#7189d9!important}.accordion-edd3{position:relative;visibility:visible}.slow-381b{-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}.slow-381b:before,.frame-over-9d5d .slow-381b:before{color:#d26e4b;content:"";float:left;left:0;position:absolute;top:0}.slow-381b 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}.slow-381b span:before{color:#d26e4b;content:"";left:0;position:absolute;top:0}.menu-252f{display:inline-block;height:18px;vertical-align:middle}.purple_9741{font-size:90%}li.east-e4ae{font-size:.8em}li.east-e4ae .slow-381b{display:inline-block;margin-bottom:0}.column_complex_4cad a{color:transparent!important;display:inline-block;font-family:fl-icons;font-size:16px;margin-left:-10px;overflow:hidden}.column_complex_4cad a+a{border-left:1px solid #ececec;margin-left:.3em}.column_complex_4cad a.fn-active-fb7a:after,.column_complex_4cad a:hover:after{color:#d26e4b}.column_complex_4cad a:after{color:#ddd;content:""}.column_complex_4cad a.advanced-59c4:after{content:""}.column_complex_4cad a.banner_967d:after{content:""}.column_complex_4cad a.module_74b4:after{content:""}.column_complex_4cad a.grid-new-909f:after{content:""}

/* css-noise: 0ab4 */
.ghost-box-h2 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
