.about-page{flex-direction:column;flex:1;justify-content:center;display:flex}.about-page .section{justify-content:center;padding:2rem 0;display:flex}.about-page .section.stretch{flex:1;justify-content:center;align-items:flex-start;margin:0 -2rem;display:flex}.about-page .section.stretch .content{flex-direction:column;padding:0 2rem;display:flex}.about-page .section.gray{background-color:var(--light-gray-color)}.about-page .section.landing{text-shadow:3.84635px 3.84635px 17.6927px #0c0c0c;text-transform:uppercase;color:#fff;min-height:calc(calc(100vh - var(--header-max-height)) - calc(2px + 4rem));background:url(/images/bg_3.jpg) top/cover no-repeat;font-size:4rem;font-weight:600;position:relative}.about-page .section.landing .sub-title{font-size:smaller}.about-page .section.landing .sub-title:after{content:"";border-bottom:6px solid var(--accent-font-color);width:0;display:block}.about-page .section.landing .sub-title.accent:after{content:"";border-bottom:6px solid var(--accent-font-color);animation:.2s ease-out forwards growWidth6;display:block}.about-page .section.landing .recognized{align-self:flex-end;max-width:583px;font-size:2rem;font-weight:300;position:absolute;bottom:2rem;right:2rem}.about-page .section.landing .recognized.hidden-delay .fade-in-delay{opacity:0}.about-page .section.landing .recognized:not(.hidden-delay) .fade-in-delay{opacity:0;animation:.6s ease-out forwards fadeIn}.about-page .section.landing .recognized a{color:#fff;font-weight:700}.about-page .section.landing .recognized a:hover{color:var(--accent-font-color)}.about-page .section .title{width:fit-content;margin-bottom:1rem;font-size:x-large;font-weight:600}.about-page .section .title:after{content:"";border-bottom:2px solid var(--accent-font-color);width:2rem;display:block}.about-page .section.landing .main-title{font-size:5rem;line-height:5rem}.about-page .tiles-wrapper{flex-wrap:wrap;gap:2rem;padding:2rem 0;display:flex}.about-page .tiles-wrapper .tile{flex:1;min-width:190px;padding:1rem}.about-page .tiles-wrapper .tile-title{font-size:larger}.about-page .tiles-wrapper .tile-desc{font-weight:100}.about-page .investment-obj{background-blend-mode:lighten;background:#fff9 url(/images/bg_1.png) 100% 0/contain no-repeat}.about-page .investment-obj .list{padding:2rem 0}.about-page .investment-obj .list>div{font-weight:600}.about-page .investment-obj .two-cols{flex-wrap:wrap;flex:1;justify-content:space-between;gap:2rem 6rem;display:flex}.about-page .investment-obj .two-cols>div{flex:1;min-width:300px;font-weight:600}.about-page .investment-obj .two-cols>div div{padding-bottom:1rem}.about-page .investment-obj .two-cols>div img{max-width:100%}.about-page .investment-obj .two-cols>div .disclaimer{font-size:.625rem;font-weight:200}.about-page .section.markets-instruments .content .two-cols{gap:2rem 6rem;display:flex}.about-page .section.markets-instruments .content .two-cols>div{flex:1}.about-page .section.markets-instruments .content .two-cols .col-content{margin:0;padding:1rem 0}.about-page .section.markets-instruments .content .two-cols ul.col-content{padding-left:2rem;list-style-type:square;list-style-position:outside}.about-page .section.markets-instruments .content .two-cols ul.col-content li{margin-bottom:1rem}.about-page .our-edge .tile{min-width:256px}.about-page .technology .big-desc,.about-page .technology a{padding-top:1rem;font-size:x-large;font-weight:200}.about-page .technology a{border:1px solid var(--main-font-color);align-self:center;margin:2rem;padding:1rem;transition:all .2s ease-in-out}.about-page .technology a:hover{border-color:var(--accent-font-color);outline:2px solid var(--accent-font-color)}.about-page .technology a .link-title{font-size:larger;font-weight:400}.about-page .technology a .link-desc{font-weight:100}.about-page .larger-font{font-size:larger}@media screen and (width<=1239px){.about-page .section.landing .main-title{font-size:4.5rem}.about-page .section.landing .sub-title{line-height:4rem}}@media screen and (width<=1119px){.about-page .section.landing .main-title{font-size:4rem}.about-page .section.landing .sub-title{font-size:3.5rem;line-height:4rem}}@media screen and (width<=999px){.about-page .section.landing .main-title{font-size:3rem}.about-page .section.landing .sub-title{font-size:2.5rem;line-height:3rem}.about-page .section.landing .sub-title.accent:after{content:"";border-bottom:6px solid var(--accent-font-color);animation:.2s ease-out forwards growWidth3;display:block}}@media screen and (width<=869px){.about-page .two-cols{min-width:450px}}@media screen and (width<=829px){.about-page .section.landing .recognized{font-size:1.85rem}.about-page .two-cols{flex-direction:column;min-width:100%}}@media screen and (width<=769px){.about-page .section.landing .main-title{font-size:2.25rem;line-height:2.5rem}.about-page .section.landing .sub-title{font-size:1.85rem;line-height:2.5rem}.about-page .section.landing .sub-title.accent:after{content:"";border-bottom:6px solid var(--accent-font-color);animation:.2s ease-out forwards growWidth3;display:block}.about-page .section.landing .recognized{font-size:1.85rem;font-weight:500}}@media screen and (width<=689px){.about-page .section.landing .recognized{left:2rem}}@media screen and (width<=589px){.about-page .section.landing .main-title{font-size:1.5rem;line-height:1.2rem}.about-page .section.landing .sub-title{font-size:1.25rem;line-height:1.5rem}.about-page .section.landing .sub-title.accent:after{content:"";border-bottom:6px solid var(--accent-font-color);animation:.2s ease-out forwards growWidth2;display:block}.about-page .section.landing .recognized{font-size:1.5rem;font-weight:500}}@keyframes growWidth6{0%{width:0}to{width:6rem}}@keyframes growWidth3{0%{width:0}to{width:3rem}}@keyframes growWidth2{0%{width:0}to{width:2rem}}