.BottomCallToActionSection{margin:0 auto}
.BottomCallToActionSection__button{border-radius:1.875rem;font-size:1rem;font-weight:500;line-height:1.5}
.BottomCallToActionSection__button--primary{background-color:#fd8235;color:#fff}
.BottomCallToActionSection__content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.BottomCallToActionSection__heading{color:#222;font-weight:500}
.BottomCallToActionSection__image{background-image:url(/assets/img/logged-out-landing/mix-logo-beach-e481024a19d8bb82f43536ee549f9e0e.png);background-position:top center;background-repeat:no-repeat}
.BottomCallToActionSection__subheading{color:#999;font-size:1rem;line-height:1.25}
@media (max-width:992px){
.BottomCallToActionSection{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;text-align:center}
.BottomCallToActionSection__content{-webkit-box-align:center;align-items:center;margin:2rem 0 4rem}
.BottomCallToActionSection__heading{margin-bottom:1.25rem}
.BottomCallToActionSection__image{height:18.75rem;background-size:300px 289px}
.BottomCallToActionSection__subheading{margin-bottom:2rem}
}
@media (max-width:600px){
.BottomCallToActionSection__button{width:9.6875rem;height:3rem}
.BottomCallToActionSection__heading{font-size:36px;letter-spacing:-.9px;line-height:1.11}
.BottomCallToActionSection__subheading{font-size:1rem;line-height:1.25}
}
@media (min-width:601px){
.BottomCallToActionSection__button{width:11.6875rem;height:3.625rem}
.BottomCallToActionSection__heading{font-size:3.25rem;letter-spacing:-.09375rem;line-height:1.12}
.BottomCallToActionSection__subheading{font-size:1rem;line-height:1.25}
}
@media (min-width:993px){
.BottomCallToActionSection{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.BottomCallToActionSection__content{-webkit-box-flex:1;flex-grow:1;flex-shrink:0;flex-basis:55%;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center;padding-left:4rem}
.BottomCallToActionSection__heading{margin-bottom:1.625rem}
.BottomCallToActionSection__image{-webkit-box-flex:1;flex-grow:1;flex-shrink:0;flex-basis:45%;height:25rem;background-size:400px 386px;margin-bottom:5rem}
.BottomCallToActionSection__subheading{margin-bottom:2.125rem}
}
@media (min-width:1201px){
.BottomCallToActionSection{max-width:87.5rem}
.BottomCallToActionSection__content{-webkit-box-flex:1;flex-grow:1;flex-shrink:0;flex-basis:50%}
.BottomCallToActionSection__heading{font-size:4.125rem;letter-spacing:-.11875rem;line-height:1.03}
.BottomCallToActionSection__image{-webkit-box-flex:1;flex-grow:1;flex-shrink:0;flex-basis:50%;height:29.9375rem;background-size:497px 479px}
.BottomCallToActionSection__subheading{font-size:1.5rem;line-height:1.33}
}
.DiscoverSection{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;background-color:#f7f7f7;padding-bottom:3.5rem}
.DiscoverSection__button{border-radius:30px;color:#fd8235;background-color:transparent;border:1px solid #fd8235;font-size:1rem;font-weight:500;line-height:1.5;width:11.25rem;height:3.75rem}
.DiscoverSection__header{text-align:center}
.DiscoverSection__heading{color:#222;font-weight:500}
.DiscoverSection__subheading{color:#999;margin:0 auto}
@media (max-width:992px){
.DiscoverSection__heading{font-size:2.25rem;line-height:1.22;letter-spacing:-.0625rem}
.DiscoverSection__heading:not(:last-child){margin-bottom:1.5rem}
.DiscoverSection__subheading{font-size:1.125rem;line-height:1.44;max-width:25rem}
}
@media (max-width:600px){
.DiscoverSection__header{padding:3rem 0}
.DiscoverSection__heading{font-size:1.5rem;line-height:1.33}
.DiscoverSection__heading:not(:last-child){margin-bottom:.75rem}
.DiscoverSection__subheading{font-size:1rem;line-height:1.43;max-width:18.125rem}
.DiscoverSection__grid:first-child{margin-top:3.75rem}
}
@media (min-width:601px){
.DiscoverSection__header{padding:4rem 0}
.DiscoverSection__header--experiment-c{padding:3rem 0}
.DiscoverSection__grid:first-child{margin-top:5.625rem}
}
@media (min-width:993px){
.DiscoverSection__heading{font-size:3rem;letter-spacing:-1.3px}
.DiscoverSection__heading:not(:last-child){margin-bottom:2rem}
.DiscoverSection__subheading{font-size:1.375rem;line-height:1.5;max-width:32rem}
}
@media (min-width:1441px){
.DiscoverSection__grid.CardGrid{max-width:none;width:100%}
.DiscoverSection__grid.CardGrid>.CardGrid__item{width:25%}
}
@media (min-width:2001px){
.DiscoverSection__grid.CardGrid>.CardGrid__item{width:20%}
}
.LandingHeader{-webkit-transition:background-color .2s ease-out,height .2s ease-out,opacity .2s ease-out;transition:background-color .2s ease-out,height .2s ease-out,opacity .2s ease-out;position:fixed;top:0;right:0;bottom:auto;left:0;width:100%;display:-webkit-box;display:flex;z-index:2}
.LandingHeader__auth-button{height:3rem;border-radius:1.875rem;font-size:1rem;font-weight:500;line-height:1.5;margin-right:1rem}
.LandingHeader__auth-button:last-child{margin-right:0}
.LandingHeader__auth-button--primary{background-color:#fd8235;color:#fff}
.LandingHeader__auth-button--secondary{border:2px solid #fd8235;color:#fd8235}
.LandingHeader__auth-section{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;flex-basis:auto;-webkit-transition:height .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out;transition:height .2s ease-out,opacity .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;height:100%}
.LandingHeader__branding-section{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;height:100%}
.LandingHeader__logo-container{display:-webkit-box;display:flex;-webkit-box-flex:0;flex-grow:0;flex-shrink:1;flex-basis:auto;height:100%;margin:0 2rem}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
.LandingHeader__logo-container{width:9.0625rem}
}
.LandingHeader__logo-icon{background-image:url(/assets/img/common/mix-logo-icon-3c916523c84a8b148c685ec367799d6c.svg);background-position:top center;background-repeat:no-repeat;background-size:100%;width:2.75rem}
.LandingHeader__logo-text{background-image:url(/assets/img/common/mix-logo-text-301143272cdd6dbca4e19f1e9f631fa9.svg);background-position:center center;background-repeat:no-repeat;background-size:100%;margin-left:1rem;width:2.25rem}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
.LandingHeader__logo-text{background-size:35px 13px}
}
.LandingHeader__search-button{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;flex-basis:auto;-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;border-radius:50%;width:1.5rem;height:1.5rem;background-position:center;background-repeat:no-repeat;background-size:1.5rem;background-image:url(/assets/img/common/search-e85424124b96efbeb1da70bb0868a14d.svg);margin-right:1.5rem}
.LandingHeader__search-container{width:100%}
.LandingHeader__search-form{-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;font-size:1rem;margin:0 auto;max-width:31.25rem}
.LandingHeader--scrolled-up{pointer-events:none;opacity:0}
.LandingHeader--scrolled-down{opacity:1}
.LandingHeader--searching .LandingHeader__search-button,.LandingHeader:not(.LandingHeader--searching) .LandingHeader__search-form{opacity:0;display:none}
.LandingHeader--scrolled-up .LandingHeader__auth-section,.LandingHeader--scrolled-up .LandingHeader__search-button,.LandingHeader--scrolled-up .LandingHeader__search-form{opacity:0;-webkit-transform:translateY(-8.375rem);transform:translateY(-8.375rem)}
@media (max-width:900px){
.LandingHeader{background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.LandingHeader__auth-button{width:9.375rem}
.LandingHeader__auth-section{-webkit-box-pack:center;justify-content:center}
.LandingHeader:not(.LandingHeader--scrolled-to-top){box-shadow:0 .5px 0 0 #ccc}
.LandingHeader--scrolled-up{height:3.5625rem}
.LandingHeader--scrolled-down{height:8.375rem}
.LandingHeader--scrolled-up .LandingHeader__auth-section{height:0}
.LandingHeader--searching .LandingHeader__auth-section{-webkit-transition:none;transition:none;opacity:0;width:0;height:0}
}
@media (max-width:560px){
.LoggedOutLandingLayout .SearchForm__form-input{background-color:#efefef}
.LandingHeader--scrolled-down .LandingHeader__auth-section{margin:0 0 1rem}
.LandingHeader--searching .LandingHeader__auth-section{opacity:1;width:100%;height:100%}
.LandingHeader--scrolled-down .LandingHeader__branding-section{max-height:3.5625rem}
.LandingHeader--searching .LandingHeader__logo-container{opacity:0;width:0;height:0;margin:0;padding:0}
.LandingHeader--searching .LandingHeader__search-container{padding:0 1rem}
}
@media (max-width:320px){
.LandingHeader__auth-button{width:7.5rem}
}
@media (min-width:561px){
.LandingHeader{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;height:4.625rem}
.LandingHeader__auth-section{-webkit-box-flex:0;flex-grow:0;flex-shrink:1;flex-basis:auto;-webkit-box-pack:end;justify-content:flex-end;margin-right:2rem}
.LandingHeader__branding-section{-webkit-box-flex:1;flex-grow:1;flex-shrink:1;flex-basis:auto}
.LandingHeader__search-container{margin:0 1rem 0 0}
.LandingHeader--scrolled-down{background-color:#f6f6f6}
}
@media (min-width:901px){
.LandingHeader__auth-button{width:7.5rem}
.LandingHeader--scrolled-up{background-color:transparent}
.LandingHeader--scrolled-down{background-color:#f6f6f6;box-shadow:0 .5px 0 0 #ccc}
}
.StumbleUponSubmitModal>.Modal__content{background-color:#fafafa;border-radius:0;padding:0 1rem}
.StumbleUponSubmitModal__bottom-action{color:inherit;display:inline;font-size:inherit;font-weight:inherit;text-decoration:underline}
.StumbleUponSubmitModal__bottom-action:active,.StumbleUponSubmitModal__bottom-action:hover{color:#fd8235}
.StumbleUponSubmitModal__bottom-text{color:#999;font-size:.9375rem;font-weight:400;line-height:1.47;text-align:center;margin:0 0 4.5rem}
.StumbleUponSubmitModal__button{margin:4rem auto 1.5rem;padding:0 2rem}
.StumbleUponSubmitModal__caption{color:#222;font-size:1rem;font-weight:500;line-height:1.38;letter-spacing:.03125rem;text-align:center;text-transform:uppercase;margin:4.5rem 0 1rem}
.StumbleUponSubmitModal__heading{color:#222;font-size:1.875rem;font-weight:500;line-height:1.2;letter-spacing:-.0625rem;text-align:center}
.StumbleUponSubmitModal__href{color:inherit;font-weight:500;word-break:break-all}
.StumbleUponSubmitModal__image{background-image:url(/assets/img/logged-in-landing/su-to-mix-5daf1b4f0c060eb543752ffa6787c3e1.svg);background-repeat:no-repeat;background-position:center;margin:2rem auto;width:11.25rem;height:3.75rem}
.StumbleUponSubmitModal__paragraph{font-size:18px;line-height:1.56;color:#231e21;margin:0 auto 2rem;max-width:31.25rem}
.TopCallToActionCollectionCard__caption{border-radius:1rem;font-size:.875rem;font-weight:700;letter-spacing:.03125rem;margin:-2rem 0 1rem;padding:0 .5rem;text-transform:uppercase}
.TopCallToActionCollectionCard__collection-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.2em;max-height:3.6em;font-size:2.25rem;font-weight:500;letter-spacing:-.0625rem;margin:0}
.TopCallToActionCollectionCard__details{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;color:#fff;padding:1rem;text-align:center}
.TopCallToActionCollectionCard__details-bottom{position:absolute;top:auto;right:0;bottom:0;left:0;width:auto;height:auto;margin-bottom:2rem;padding:0 1rem}
.TopCallToActionCollectionCard__details-top{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}
.TopCallToActionCollectionCard__image{background-image:url(/assets/img/placeholder-e2abb81468f6164ff1f304b602a0c6cc.svg);height:0;padding-top:100%}
.TopCallToActionCollectionCard__image-container{border-radius:50%;position:relative;overflow:hidden}
@media screen and (-webkit-min-device-pixel-ratio:0){
.LandingHeader__logo-icon{background-position-y:-3px}
.TopCallToActionCollectionCard__image-container{-webkit-perspective:1px;perspective:1px}
}
.TopCallToActionCollectionCard__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.64)));background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.64));background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.64))}
.TopCallToActionCollectionCard__inner{position:relative}
.TopCallToActionCollectionCard__positioned{position:absolute;bottom:10%;right:10%}
.TopCallToActionCollectionCard__user-byline{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:500;line-height:1.56}
.TopCallToActionCollectionCard__user-name{font-style:inherit}
.TopCallToActionCollectionCard__user-photo.UserAvatar{border-radius:50%;width:3.5rem;height:3.5rem;border-width:.0625rem;margin:1rem auto}
@media (max-width:600px){
.TopCallToActionCollectionCard__collection-name{font-size:1.5rem;letter-spacing:-.0375rem}
.TopCallToActionCollectionCard__details-bottom{margin-bottom:0}
.TopCallToActionCollectionCard__user-byline{font-size:.9375rem}
.TopCallToActionCollectionCard__user-photo.UserAvatar{border-radius:50%;width:2.75rem;height:2.75rem}
}
.TopCallToActionExplainer__heading{font-weight:700;color:#222;white-space:pre-line}
.TopCallToActionExplainer__subheading{font-weight:500;color:#231e21;white-space:pre-line}
@media (max-width:1024px){
.TopCallToActionExplainer{text-align:center;padding:1rem 0 2rem}
.TopCallToActionExplainer .TopCallToActionExplainerButtons{-webkit-box-pack:center;justify-content:center}
.TopCallToActionExplainer__heading{margin:0 auto 1rem;font-size:3.25rem;letter-spacing:-.09375rem;line-height:1.12}
.TopCallToActionExplainer__subheading{margin:0 auto 2rem;font-size:1rem;line-height:1.25}
.TopCallToActionExplainerApp{margin-top:-1rem}
}
@media (max-width:600px){
.TopCallToActionExplainer{text-align:center}
.TopCallToActionExplainer__heading{margin-bottom:1.25rem;font-size:2.25rem;letter-spacing:-.05625rem;line-height:1.11}
.TopCallToActionExplainer__subheading{margin-bottom:1.25rem;font-size:1rem;line-height:1.65}
}
@media (min-width:1025px){
.TopCallToActionExplainer{text-align:left}
.TopCallToActionExplainer__heading{margin-bottom:1.5rem;font-size:2.71875rem;letter-spacing:-.1125rem;line-height:1.22}
.TopCallToActionExplainer__subheading{margin-bottom:3rem;font-size:1.125rem;line-height:1.33}
}
@media (min-width:1281px){
.TopCallToActionExplainer__heading{font-size:3.5rem;letter-spacing:-.1125rem;line-height:1.22}
.TopCallToActionExplainer__subheading{font-size:1.375rem;letter-spacing:-.0625rem;line-height:1.27}
}
@media (min-width:1551px){
.TopCallToActionExplainer__heading{font-size:4.625rem;letter-spacing:-.1125rem;line-height:1.17}
.TopCallToActionExplainer__subheading{font-size:1.875rem;letter-spacing:-.0625rem;line-height:1.2}
}
.TopCallToActionExplainerApp{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-bottom:1rem}
.TopCallToActionExplainerApp__heading{margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.56;color:#231e21}
.TopCallToActionExplainerApp__button{display:block;margin-bottom:1rem}
@media (min-width:1025px){
.TopCallToActionExplainerApp{margin-top:-2rem}
}
.TopCallToActionExplainerButtons{display:-webkit-box;display:flex}
.TopCallToActionExplainerButtons__button{border-radius:1.875rem;font-size:1rem;font-weight:500;line-height:1.5}
.TopCallToActionExplainerButtons__button--primary{background-color:#fd8235;color:#fff}
.TopCallToActionExplainerButtons__button--secondary{border:2px solid #fd8235;color:#fd8235}
@media (max-width:900px){
.TopCallToActionExplainerButtons{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}
.TopCallToActionExplainerButtons__button{width:11.25rem;height:3.625rem}
.TopCallToActionExplainerButtons__button:not(:last-child){margin-bottom:1.5rem}
}
@media (max-width:600px){
.TopCallToActionExplainerButtons__button{width:10rem;height:3rem}
}
@media (min-width:901px){
.TopCallToActionExplainerButtons{-webkit-box-pack:start;justify-content:flex-start}
.TopCallToActionExplainerButtons__button{width:11.25rem;height:3.75rem}
.TopCallToActionExplainerButtons__button:not(:last-child){margin-right:1.5rem}
}
.TopCallToActionJumpToGrid{color:#fd8235;text-decoration:none;font-size:1.125rem;font-weight:500;line-height:1.56}
.TopCallToActionJumpToGrid::after{content:'';display:inline-block;vertical-align:sub;width:1.5rem;height:1.5rem;margin-left:1rem;background-image:url(/assets/img/logged-out-landing/jump-to-discover-2171d20910a5ac4e5f0a71099d44cc9e.svg);background-position:center;background-repeat:no-repeat}
.TopCallToActionSplitLeading{position:relative}
.TopCallToActionSplitLeading__logo-icon{background-image:url(/assets/img/common/mix-logo-icon-3c916523c84a8b148c685ec367799d6c.svg);background-repeat:no-repeat;background-size:100%}
@media screen and (-webkit-min-device-pixel-ratio:0){
.TopCallToActionSplitLeading__logo-icon{background-position-y:-3px}
}
.TopCallToActionSplitLeading__logo-text{background-image:url(/assets/img/common/mix-logo-text-301143272cdd6dbca4e19f1e9f631fa9.svg);background-repeat:no-repeat;background-size:100%}
@media (max-width:1024px){
.TopCallToActionJumpToGrid{display:none}
.TopCallToActionSplitLeading__logo-icon{width:3rem;height:3rem;margin:0 auto}
.TopCallToActionSplitLeading__logo-text{display:none}
}
@media (min-width:1025px){
.TopCallToActionSplitLeading__explainer{pointer-events:auto;position:-webkit-sticky;position:sticky;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-bottom:7.5rem;margin-left:6rem;margin-right:6rem}
.TopCallToActionSplitLeading__explainer.Stickyfill{top:50vh}
.TopCallToActionSplitLeading__jump-to-grid{pointer-events:auto;position:-webkit-sticky;position:sticky;top:calc(100vh - 64px);margin-bottom:2.5rem;margin-left:6rem;margin-right:6rem}
.TopCallToActionSplitLeading__logo-icon{position:-webkit-sticky;position:sticky;top:0;margin-left:1rem;width:4rem;height:4rem}
.TopCallToActionSplitLeading__logo-text{position:-webkit-sticky;position:sticky;top:3rem;left:6rem;margin-bottom:80vh;width:4.125rem;height:1.25rem}
.TopCallToActionSplitLeading__logo-text.Stickyfill{left:6rem!important;right:auto!important;width:4.125rem!important}
.TopCallToActionSplitLeading__sticky-wrapper{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%}
}
@media (min-width:1281px){
.TopCallToActionSplitLeading__explainer,.TopCallToActionSplitLeading__jump-to-grid{margin-left:7.75rem;margin-right:7.75rem}
.TopCallToActionSplitLeading__logo-icon{margin-left:1.5rem;width:4.75rem;height:4.75rem}
.TopCallToActionSplitLeading__logo-text{top:3.5rem;left:7.75rem}
.TopCallToActionSplitLeading__logo-text.Stickyfill{left:7.75rem!important}
}
.TopCallToActionSplitTrailing{background-color:#e0e0e0}
.TopCallToActionSplitTrailing__item{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}
.TopCallToActionSplitTrailing__caption{color:#222;font-weight:500;text-align:center;white-space:pre-line}
.TopCallToActionSplitTrailing__promo-container{margin-top:2rem;width:25rem;border:solid rgba(35,30,33,.08);border-width:1px 0 0;text-align:center}
.TopCallToActionSplitTrailing__promo-badge.PromoBadge{display:inline-block;margin-top:1.5rem}
@media (max-width:992px){
.TopCallToActionSplitTrailing__card--collection{width:17.8125rem}
.TopCallToActionSplitTrailing__card--article{max-width:18.75rem}
}
@media (max-width:1024px){
.TopCallToActionSplitTrailing__item{margin:3.5rem 1rem}
.TopCallToActionSplitTrailing__caption{font-size:1.125rem;font-weight:500;line-height:1.33;margin-top:3rem}
.TopCallToActionSplitTrailing__card--collection{width:25rem}
.TopCallToActionSplitTrailing__card--article{max-width:18.75rem}
}
@media (max-width:600px){
.TopCallToActionSplitTrailing__card--collection{width:17.8125rem}
.TopCallToActionSplitTrailing__card--article{max-width:18.75rem}
}
@media (min-width:1025px){
.TopCallToActionSplitTrailing__item{margin:5rem 0;min-height:calc(100vh - 10rem);-webkit-box-pack:center;justify-content:center}
.TopCallToActionSplitTrailing__caption{font-size:1.5rem;letter-spacing:-.03125rem;line-height:1.25;margin-top:3rem}
.TopCallToActionSplitTrailing__card--collection{width:23.75rem}
.TopCallToActionSplitTrailing__card--article{max-width:18.125rem}
}
@media (min-width:993px){
.TopCallToActionSplitTrailing__card--collection{width:28.75rem}
.TopCallToActionSplitTrailing__card--article{max-width:25rem}
}
.TopCallToAction{display:-webkit-box;display:flex}
@media (max-width:1024px){
.TopCallToAction{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
}
@media (min-width:1025px){
.TopCallToAction{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.TopCallToAction__split{width:50%}
}

/*# sourceMappingURL=logged-out-landing-525d7b73434db893efe6711be05e122e.css.map*/