.d-custom-header{--main-nav-button-height: 2.8125rem;--gentle-ease-duration: calc(var(--motion) * var(--motion-speed) / 1.5);--secondary-duration: calc(var(--motion) * var(--motion-speed) / 2.4);--opacity-duration: calc(var(--motion) * var(--motion-speed) / 4);height:var(--header-mobile);will-change:transform;position:relative;z-index:1001;width:100%;color:var(--color-secondary, var(--general-black));transition:transform .75s cubic-bezier(0.19, 1, 0.22, 1)}@media screen and (min-width: 769px){.d-custom-header{height:var(--header-desktop)}}@media screen and (min-width: 1025px){.d-custom-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;box-shadow:0 .4rem 2.6rem 0 rgba(0,0,0,.05);transition:opacity .2s linear}}.d-custom-header__main{position:relative;width:100%}.d-custom-header__main-nav{position:relative;z-index:2}.d-custom-header__grid{display:grid;grid-gap:.5rem;grid-template-columns:repeat(8, 1fr);padding:0}@media screen and (min-width: 769px){.d-custom-header__grid{grid-gap:1rem;grid-template-columns:repeat(8, 1fr)}}@media screen and (min-width: 1025px){.d-custom-header__grid{grid-gap:1rem;grid-template-columns:repeat(16, 1fr)}}.d-custom-header__vertical-divider{position:absolute;left:-12rem;display:block;width:1px;height:var(--header-dropdown-height);background-color:var(--general-gray-light);transition:height .4s cubic-bezier(0.39, 0.575, 0.565, 1)}.d-custom-header__grid-wrapper{display:grid;grid-gap:.5rem;grid-template-columns:repeat(8, 1fr);padding:0;position:relative;z-index:1;width:100%;height:var(--header-mobile)}@media screen and (min-width: 769px){.d-custom-header__grid-wrapper{grid-gap:1rem;grid-template-columns:repeat(8, 1fr)}}@media screen and (min-width: 1025px){.d-custom-header__grid-wrapper{grid-gap:1rem;grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: calc(769px - 1px)){.d-custom-header__grid-wrapper{overflow:hidden}}@media screen and (min-width: 769px){.d-custom-header__grid-wrapper{height:var(--header-desktop)}}.d-custom-header__grid-col-left,.d-custom-header__grid-col-center,.d-custom-header__grid-col-right{display:flex;align-items:center}.d-custom-header__grid-col-left{grid-column:span 4/span 4}@media screen and (min-width: 1025px){.d-custom-header__grid-col-left{grid-column:span 2/span 2}}.d-custom-header__grid-col-center{display:none}@media screen and (min-width: 1025px){.d-custom-header__grid-col-center{grid-column:span 7/span 7;grid-column-start:3;display:flex}}.d-custom-header__grid-col-right{grid-column:span 4/span 4;grid-column-start:5;display:flex;justify-content:flex-end}@media screen and (min-width: 1025px){.d-custom-header__grid-col-right{grid-column:span 7/span 7;grid-column-start:10}}.d-custom-header__logo{display:flex;width:4.125rem;height:2rem}.d-custom-header__logo>div{width:100%}.d-custom-header__logo .title{width:100%;height:100%}.d-custom-header__logo a{display:inline-block;width:100%;height:100%}.d-custom-header__logo img{width:100%}.d-custom-header__main-items{display:inline-flex;gap:.4rem;align-items:flex-start;margin-left:-1.8rem}.d-custom-header__main-item{display:flex}.d-custom-header__button{cursor:pointer;position:relative;display:flex;align-items:center;max-height:var(--main-nav-button-height);padding:.625rem 1.25rem .6875rem;color:currentcolor;border-radius:.25rem;font-weight:500;font-size:var(--base-font-size);transition:color var(--secondary-duration) ease-out,background-color var(--secondary-duration) ease-out}.d-custom-header__button:hover{color:var(--color-primary);background-color:var(--color-secondary, var(--general-gray-light))}.d-custom-header a.d-custom-header__button{color:var(--primary)}.d-custom-header__button-label{line-height:1.3125}.d-custom-header__main-icon{display:flex;width:0;transition:width var(--gentle-ease-duration) cubic-bezier(0.4, 1.35, 0.5, 0.97)}.d-custom-header__button:hover .d-custom-header__main-icon{width:1.25rem}.d-custom-header__main-icon-external{display:flex;align-items:center;justify-content:center;width:.625rem;height:.625rem;margin-top:.625rem;opacity:0;transition:opacity var(--opacity-duration) ease-out,margin var(--gentle-ease-duration) cubic-bezier(0.4, 1.35, 0.5, 0.97)}.d-custom-header__main-icon-external svg{width:100%;height:100%}.d-custom-header__button:hover .d-custom-header__main-icon-external,.d-custom-header__button:focus .d-custom-header__main-icon-external{margin-top:0;margin-left:.625rem;opacity:1}.d-custom-header__btns-wrapper{display:inline-flex;align-items:center}.d-custom-header__btn-download-wrapper{display:none;margin-left:1.6rem}@media screen and (min-width: 769px){.d-custom-header__btn-download-wrapper{display:block}}.d-custom-header a.d-custom-header__btn-download{background-color:var(--consumer-orange);color:var(--primary);transition:color var(--opacity-duration) cubic-bezier(0.4, 1.35, 0.5, 0.97),background-color var(--opacity-duration) cubic-bezier(0.4, 1.35, 0.5, 0.97);height:2.625rem}.d-custom-header a.d-custom-header__btn-download:hover{background-color:var(--primary);color:var(--secondary)}.d-custom-header__mobile-menu-wrapper{display:flex;margin-left:1.25rem}@media screen and (min-width: 1025px){.d-custom-header__mobile-menu-wrapper{display:none}}.d-custom-header__mobile-menu{cursor:pointer;margin-right:-0.75rem;padding:.625rem .75rem;color:currentcolor;background-color:rgba(0,0,0,0);-webkit-appearance:none;appearance:none;border:none;color:var(--primary)}@media screen and (min-width: 769px){.d-custom-header__mobile-menu{margin-right:0}}.d-custom-header__btn-icon-mobile{display:flex;width:.875rem;height:.875rem}.d-custom-header__btn-icon-mobile svg{display:none;width:100%;height:100%}.d-custom-header__btn-icon-mobile svg.--active{display:flex}.d-custom-header__mob-nav{position:fixed;inset:0;height:100dvh;background-color:var(--general-white);display:none}.d-custom-header__mob-nav.--open{display:block}.d-custom-header__mob-nav-holder{position:relative;height:calc(100% - var(--header-mobile) - 1rem);margin-top:var(--header-mobile);padding-bottom:1rem;border-top:1px solid var(--general-gray-light)}@media screen and (min-width: 769px){.d-custom-header__mob-nav-holder{height:calc(100% - var(--header-desktop));margin-top:var(--header-desktop);padding-bottom:0}}.d-custom-header__mob-container{display:flex;height:100%}.d-custom-header__mob-main{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}@media screen and (min-width: 769px){.d-custom-header__mob-main{width:50%;border-right:1px solid var(--general-gray-light)}}.d-custom-header__mob-menu{overflow:auto;padding-top:1.1875rem;padding-bottom:1rem;margin:0}@media screen and (min-width: 769px){.d-custom-header__mob-menu{padding-top:1.5rem;padding-right:.625rem}}.d-custom-header__mob-item{cursor:pointer;position:relative;margin-bottom:.5rem;font-size:1.5rem;line-height:1.33}.d-custom-header__mob-item button{font-size:inherit;line-height:inherit}@media screen and (min-width: 769px){.d-custom-header__mob-item{margin-bottom:.75rem;font-size:2rem;line-height:1.25}}.d-custom-header__mob-ext-link{display:flex;align-items:center;font-size:1.5rem;font-family:var(--heading-font-family)}.d-custom-header a.d-custom-header__mob-ext-link{color:var(--primary);text-decoration:none}.d-custom-header__mob-icon{display:inline-flex;align-items:center;width:.625rem;height:.625rem;margin-left:.5rem}.d-custom-header__mob-icon svg{width:100%;height:100%}.d-custom-header__mob-icon svg path{fill:var(--general-gray)}@media screen and (min-width: 769px){.d-custom-header__mob-icon{width:1.25rem;height:1.25rem;margin-left:.3125rem}}.d-custom-header__mob-btns{position:relative;margin-top:auto;margin-bottom:3.125rem;padding-top:1.1875rem}.d-custom-header__mob-btns:before{content:"";position:absolute;top:0;left:-1rem;width:calc(100% + 2rem);height:1px;background-color:var(--general-gray-light)}@media screen and (min-width: 769px){.d-custom-header__mob-btns:before{width:calc(100% + 1rem)}}@media screen and (min-width: 769px){.d-custom-header__mob-btns{margin-bottom:2.9375rem;padding:2.0625rem 1.6875rem 0 .375rem}}.d-custom-header__mob-btns-footer{margin-top:.96875rem}@media screen and (max-width: calc(769px - 1px)){.d-custom-header__mob-btns-footer{width:100%;max-width:19.8125rem;margin-top:4.4375rem;margin-right:auto;margin-left:auto}}@media screen and (max-height: 585px)and (max-width: 768px){.d-custom-header__mob-btns-footer{margin-top:2.5rem}}@media screen and (max-height: 870px)and (min-width: 768px)and (max-width: 1024px){.d-custom-header__mob-btns-footer{margin-top:4.6875rem}}.d-custom-header__mob-btn{width:100%;font-weight:500}.d-custom-header a.d-custom-header__mob-btn{font-size:var(--font-down-1);padding:0;background-color:var(--consumer-orange);color:var(--secondary)}.d-custom-header__mob-btn-holder{position:relative;overflow:hidden;display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem .9375rem;font-size:.875rem;border-radius:10rem}.d-custom-header-subnav{--secondary-duration: calc(var(--motion) * var(--motion-speed) / 2.4);display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: calc(1025px - 1px)){.d-custom-header-subnav__label{display:none}}@media screen and (max-width: calc(1025px - 1px)){.d-custom-header-subnav__nav{display:none}}.d-custom-header-subnav__items{display:inline-flex;gap:.25rem;align-items:flex-start;list-style:none}.d-custom-header-subnav__button{position:relative;display:flex;align-items:center;max-height:2.625rem;padding:.625rem 1.25rem .6875rem;border-radius:.25rem;transition:color var(--secondary-duration) ease-out,background-color var(--secondary-duration) ease-out;text-decoration:none}.d-custom-header-subnav__button:hover{background-color:var(--primary);color:var(--secondary)}.d-custom-header-subnav__dropdown{position:relative}@media screen and (min-width: 1025px){.d-custom-header-subnav__dropdown{display:none}}@media screen and (max-width: calc(769px - 1px)){.d-custom-header-subnav__dropdown{max-width:11.25rem}}@media screen and (max-width: 414px){.d-custom-header-subnav__dropdown{max-width:9rem}}@media screen and (max-width: 370px){.d-custom-header-subnav__dropdown{max-width:8.875rem}}.d-custom-header-subnav__dropdown-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem .625rem;background-color:var(--general-gray-light);font-weight:500;border-radius:.25rem;box-sizing:border-box;color:var(--primary)}@media screen and (max-width: calc(769px - 1px)){.d-custom-header-subnav__dropdown-btn{width:100%}}.d-custom-header-subnav__dropdown-label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.d-custom-header-subnav__dropdown-icon{flex:0 0 auto}.d-custom-header-subnav__select{position:absolute;height:100%;left:0;top:0;width:100%;opacity:0}
/*# sourceMappingURL=common_theme_34_a75c1afbf7e7bf288968d5457681753809acec6f.css.map?__ws=community.metamask.io */
