@media only screen and (max-width: 734px){.hide-small{display:none}}.show-small{display:none}@media only screen and (max-width: 734px){.show-small{display:block}}.card,.card-modal{background:var(--card-background);--duration: 0.66s;--delay: 0.66s;--bezier1: cubic-bezier(.66,0,.2,1);--bezier2: cubic-bezier(.66,0,.01,1);--scrollable-padding: 0px;--icon-stroke: #86868b;--icon-bg: rgba(134, 134, 139, 0.2);--icon-size:46px;--border-radius:20px;--padding:100px 80px 70px 80px}@media only screen and (min-width: 1240px){.card,.card-modal{--padding:100px 110px 70px 110px}}@media only screen and (max-width: 1068px){.card,.card-modal{--padding:80px 40px 50px 80px}}@media only screen and (max-width: 1068px){.card,.card-modal{--icon-size:40px}}@media only screen and (max-width: 890px){.card,.card-modal{--padding:80px 27px 70px}}@media only screen and (max-width: 734px){.card,.card-modal{--icon-size:36px;--padding:30px}}@media only screen and (max-width: 320px){.card,.card-modal{--border-radius:0px}}html.card-padding-reduced .card,html.card-padding-reduced .card-modal{--padding:65px 30px 45px 40px}@media only screen and (min-width: 1240px){html.card-padding-reduced .card,html.card-padding-reduced .card-modal{--padding:65px 90px 50px 90px}}@media only screen and (max-width: 1068px){html.card-padding-reduced .card,html.card-padding-reduced .card-modal{--padding:60px 30px 40px 60px}}@media only screen and (max-width: 890px){html.card-padding-reduced .card,html.card-padding-reduced .card-modal{--padding:50px 23px 40px 23px}}@media only screen and (max-width: 734px){html.card-padding-reduced .card,html.card-padding-reduced .card-modal{--padding:30px}}html.text-zoom .card,html.text-zoom .card-modal{--padding:100px 80px}@media only screen and (min-width: 1240px){html.text-zoom .card,html.text-zoom .card-modal{--padding:100px 110px}}@media only screen and (max-width: 1068px){html.text-zoom .card,html.text-zoom .card-modal{--padding:80px 40px}}@media only screen and (max-width: 890px){html.text-zoom .card,html.text-zoom .card-modal{--padding:80px 27px}}@media only screen and (max-width: 734px){html.text-zoom .card,html.text-zoom .card-modal{--padding:30px}}.card .card-text,.card-modal .card-text{color:var(--card-text-color)}html.text-zoom .card .card-text,html.text-zoom .card-modal .card-text{word-break:break-word}.card .plus-icon,.card-modal .plus-icon{display:block;box-sizing:border-box;border-radius:50%;width:var(--icon-size);height:var(--icon-size)}@media only screen and (min-width: 735px){.card .plus-icon,.card-modal .plus-icon{transform:rotate(0);will-change:transform;transition:transform var(--duration) var(--bezier1),background 0.3s}}@media only screen and (max-width: 734px){.card .plus-icon,.card-modal .plus-icon{transition:background 0.3s}}.card .plus-icon:hover,.card-modal .plus-icon:hover{background:var(--icon-bg)}.card .plus-icon *,.card-modal .plus-icon *{fill:var(--icon-stroke);stroke:var(--icon-stroke)}.card .card-back-content,.card-modal .card-back-content{position:absolute;top:0;opacity:0;visibility:hidden;background:var(--card-background);padding:var(--padding);box-sizing:border-box;left:0;height:100%;display:flex;flex-direction:column;align-items:center;border-radius:var(--border-radius)}@media only screen and (min-width: 735px){.card .card-back-content,.card-modal .card-back-content{transition:opacity var(--duration) var(--bezier1),visibility var(--duration) var(--delay)}}.card [data-component-list="CardbackScroll"].disabled,.card [data-component-list="CardbackScroll"].disabled .scroll-container,.card-modal [data-component-list="CardbackScroll"].disabled,.card-modal [data-component-list="CardbackScroll"].disabled .scroll-container{height:100%}.card [data-component-list="CardbackScroll"]:not(.disabled),.card-modal [data-component-list="CardbackScroll"]:not(.disabled){padding-bottom:var(--scrollable-padding);position:relative;max-height:100%;height:100%;box-sizing:border-box}.card [data-component-list="CardbackScroll"]:not(.disabled).not-scrollable,.card-modal [data-component-list="CardbackScroll"]:not(.disabled).not-scrollable{padding-bottom:0}.card [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container,.card-modal [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container{--padding-right: 20px;--gradient-height: 30px;--top: 0%;--bottom: 100%;overflow-y:scroll;max-height:100%;margin-right:calc(-1 * var(--padding-right));padding-right:var(--padding-right);-webkit-clip-path:polygon(0% 0%, calc(100% - var(--padding-right)) 0%, calc(100% - var(--padding-right)) 100%, 0% 100%);clip-path:polygon(0% 0%, calc(100% - var(--padding-right)) 0%, calc(100% - var(--padding-right)) 100%, 0% 100%);-webkit-mask-image:linear-gradient(to bottom, transparent 0%, black var(--top), black var(--bottom), transparent 100%);mask-image:linear-gradient(to bottom, transparent 0%, black var(--top), black var(--bottom), transparent 100%)}.card [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container.fade-top,.card-modal [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container.fade-top{--top: var(--gradient-height)}.card [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container.fade-bottom,.card-modal [data-component-list="CardbackScroll"]:not(.disabled)>.scroll-container.fade-bottom{--bottom: calc(100% - var(--gradient-height))}.card .card-back-quote .row,.card-modal .card-back-quote .row{height:100%}@media only screen and (min-width: 1069px){.card .card-back-quote .column,.card-modal .card-back-quote .column{height:100%}}.card-modal .card-back-content{position:initial;top:initial;opacity:initial;visibility:initial}.has-modal{overflow:hidden}.has-modal-full-viewport{position:fixed;width:100%;height:100%;overflow:hidden}.has-modal-full-viewport body{height:100%;overflow:hidden}.modal{position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;display:none}.modal-standard{overflow:auto;padding:54px 0;background:rgba(0,0,0,0.48);-webkit-overflow-scrolling:touch}@media only screen and (max-width: 480px){.modal-standard{padding-top:20px;padding-bottom:0}}.modal-standard .content-table{display:table;width:100%;height:100%}.modal-standard .content-cell{display:table-cell;vertical-align:middle}.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:980px}@media only screen and (min-width: 1441px){.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width: 1068px){.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width: 734px){.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:87.5%}}@media only screen and (max-width: 734px){.modal-standard .content-wrapper{min-width:min(100%,480px)}}@media only screen and (max-width: 480px){.modal-standard .content-wrapper{min-width:100%;width:100%;height:100%}}.modal-standard .content-padding{margin-left:auto;margin-right:auto;position:relative;z-index:1;padding:80px 8.33333%;background:#fff;border-radius:18px}@media only screen and (max-width: 734px){.modal-standard .content-padding{padding-top:80px;padding-bottom:60px}}@media only screen and (max-width: 480px){.modal-standard .content-padding{flex-basis:100%;max-width:100%;padding-left:6.25%;padding-right:6.25%;box-sizing:border-box;border-bottom-left-radius:0;border-bottom-right-radius:0;height:100%}}@media only screen and (max-width: 1068px){.modal-standard .modal-close{left:17px;top:18px}}.theme-dark .modal-standard .content-padding,.modal-standard.theme-dark .content-padding{background:#1d1d1f}.modal-full-viewport{background:#fff;padding:96px 0}@media only screen and (max-width: 1068px){.modal-full-viewport{padding:80px 0}}.modal-full-viewport.remove-container-padding{padding:0}.theme-dark .modal-full-viewport,.modal-full-viewport.theme-dark{background:#000}.modal-open{display:block;z-index:11000}.modal-open:focus{outline-offset:-4px}.modal-close{position:absolute;display:flex;z-index:9999;overflow:hidden;top:24px;left:24px;margin:0;padding:0;font-size:40px;line-height:1;cursor:pointer;background:none;border:0;color:rgba(134,134,139,0.8)}.modal-close::before,.modal-close::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.modal-close::before,.modal-close::after{text-decoration:none}.modal-close::before{display:none}.modal-close::before,.modal-close::after{content:""}.modal-close:hover{color:#86868b}.theme-dark .modal-close{color:rgba(110,110,115,0.8)}.theme-dark .modal-close:hover{color:#6e6e73}.modal-close::after{width:.9em;height:.9em;top:.05em;padding:0;font-weight:300}@media only screen and (max-width: 1068px){.modal-close{top:20px;left:20px;font-size:32px}}.card-modal{--css-vars: --card-background --card-text-color --icon-stroke --icon-bg;padding:0;background:var(--card-background)}@media only screen and (max-width: 1068px){.card-modal{--spacing-bottom:40px}}@media only screen and (max-width: 320px){.card-modal{--spacing-bottom:30px}}@media only screen and (max-width: 734px) and (orientation: landscape){.card-modal{--spacing-bottom: 20px}}.card-modal .modal-close{top:unset;left:calc(var(--section-side-padding) + var(--padding));bottom:var(--spacing-bottom);-webkit-tap-highlight-color:transparent}.card-modal .modal-close:before,.card-modal .modal-close:after{display:none}.card-modal .card-back,.card-modal .modal-content{height:100%}.card-modal .modal-content{max-width:var(--section-max-width-extended);padding:0 var(--section-side-padding);margin:auto}.card-modal .card-back-content{padding-bottom:calc(var(--spacing-bottom) * 2 + var(--icon-size))}@media only screen and (max-width: 1068px){.card-modal .card-back-content{padding-top:100px}}@media only screen and (max-width: 320px){.card-modal .card-back-content{padding-top:60px}}@media only screen and (max-width: 734px) and (orientation: landscape){.card-modal .card-back-content{padding-top:40px}}.card-modal .plus-icon{transform:rotate(45deg)}.thumbnail{box-sizing:border-box;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;vertical-align:top;z-index:1}.thumbnail:focus{box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.thumbnail:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.thumbnail:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){box-shadow:none}.thumbnail,.thumbnail-image{background-position:center;background-size:cover}.thumbnail-image{box-sizing:border-box;display:block;width:100%;height:100%;position:absolute}.thumbnail-scrim{box-sizing:border-box;height:100%;width:100%;position:absolute;transition:500ms background-color cubic-bezier(0.4, 0, 0.6, 1)}a:hover .thumbnail .thumbnail-copy,.thumbnail:hover .thumbnail-copy{text-decoration:underline}.thumbnail .thumbnail-scrim{background:rgba(0,0,0,0.16)}.thumbnail .thumbnail-button{color:rgba(255,255,255,0.8)}.thumbnail .thumbnail-copy{color:#fff}a:hover .thumbnail .thumbnail-scrim,.thumbnail:hover .thumbnail-scrim{background:rgba(0,0,0,0.32)}a:hover .thumbnail .thumbnail-button,.thumbnail:hover .thumbnail-button{color:#fff}a:hover .thumbnail .thumbnail-copy,.thumbnail:hover .thumbnail-copy{color:#fff}.thumbnail .thumbnail-button{font-size:81px}.thumbnail .thumbnail-copy{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh){line-height:1.21875}.thumbnail .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.thumbnail .thumbnail-copy{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh){line-height:1.25}.thumbnail .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.thumbnail .thumbnail-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh){line-height:1.29167}.thumbnail .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.thumbnail-rounded{border-radius:18px}.thumbnail-button{display:block;text-align:center;cursor:pointer;transition:500ms color ease}.thumbnail-button::before,.thumbnail-button::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.thumbnail-button::before,.thumbnail-button::after{text-decoration:none}.thumbnail-button::before{display:none}.thumbnail-button::before,.thumbnail-button::after{content:""}.thumbnail-button::after{height:100%}.thumbnail-button:focus{box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.thumbnail-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.thumbnail-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){box-shadow:none}.thumbnail-copy{position:relative}.thumbnail-copy::before,.thumbnail-copy::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.thumbnail-copy::before,.thumbnail-copy::after{text-decoration:none}.thumbnail-copy::before{display:none}.thumbnail-copy::before,.thumbnail-copy::after{content:""}.thumbnail-copy::after{padding-left:.3em;top:0}.thumbnail-reduced .thumbnail-button{font-size:57px}.thumbnail-reduced .thumbnail-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh){line-height:1.29167}.thumbnail-reduced .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.thumbnail-reduced .thumbnail-copy{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh){line-height:1.3334}.thumbnail-reduced .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-reduced .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.thumbnail-reduced.thumbnail-rounded{border-radius:15px}.thumbnail-tiny .thumbnail-button{font-size:36px}.thumbnail-tiny .thumbnail-copy{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(zh){line-height:1.36844}.thumbnail-tiny .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-tiny.thumbnail-rounded{border-radius:10px}.thumbnail-fullsize .thumbnail-button{font-size:81px}.thumbnail-fullsize .thumbnail-copy{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh){line-height:1.21875}.thumbnail-fullsize .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.thumbnail-fullsize .thumbnail-copy{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh){line-height:1.25}.thumbnail-fullsize .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.thumbnail-fullsize .thumbnail-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh){line-height:1.29167}.thumbnail-fullsize .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-fullsize .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.thumbnail-fullsize.thumbnail-rounded{border-radius:18px}.thumbnail-compact .thumbnail-button{font-size:57px}.thumbnail-compact .thumbnail-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh){line-height:1.29167}.thumbnail-compact .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.thumbnail-compact .thumbnail-copy{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh){line-height:1.3334}.thumbnail-compact .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.thumbnail-compact .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.thumbnail-compact.thumbnail-rounded{border-radius:15px}.card{display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:var(--border-radius)}.card .subject{color:#86868b}.card.horizontal .image{height:100%;min-height:650px;background-size:cover;background-position:center;width:100%;overflow:hidden}@media only screen and (max-width: 1068px){.card.horizontal .image{border-radius:0 var(--border-radius) var(--border-radius) 0}}@media only screen and (max-width: 734px){.card.horizontal .image{border-radius:0}}@media only screen and (max-width: 1068px){.card.horizontal .image{min-height:550px}}@media only screen and (max-width: 734px){.card.horizontal .image{height:345px;min-height:auto}}@media only screen and (min-width: 735px){.card.horizontal{flex-direction:row-reverse;display:flex}.card.horizontal .card-content-container,.card.horizontal .card-image-container{flex:0 1 50%;overflow:hidden}}.card.horizontal .card-content-width{display:flex;flex-direction:column;padding:var(--padding);box-sizing:border-box;margin-left:auto;margin-right:auto}@media only screen and (max-width: 734px){.card.horizontal .card-content-width{margin:0}}.card.horizontal .card-front{position:relative;flex-grow:1}@media only screen and (max-width: 734px){.card.horizontal .card-front{padding-bottom:68px}}.card.horizontal .subhead{margin-bottom:17px}.card.vertical .card-content-width{box-sizing:border-box;padding:40px 60px 60px}@media only screen and (max-width: 1068px){.card.vertical .card-content-width{padding:40px 50px}}@media only screen and (max-width: 890px){.card.vertical .card-content-width{padding:40px 10px}}@media only screen and (max-width: 734px){.card.vertical .card-content-width{padding:30px}}.card.vertical .image{border-radius:var(--border-radius) var(--border-radius) 0 0;background-position:center;width:100%}@media only screen and (max-width: 320px){.card.vertical .image{border-radius:0}}.card .card-content-container{flex-grow:1;display:flex;flex-direction:column}.card .card-content-width{flex-grow:1}@media only screen and (max-width: 734px){.card .thumbnail .thumbnail-button{font-size:57px}.card .thumbnail .thumbnail-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh){line-height:1.29167}.card .thumbnail .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.card .thumbnail .thumbnail-copy{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh){line-height:1.3334}.card .thumbnail .thumbnail-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.card .thumbnail .thumbnail-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (min-width: 1240px){.card .card-front-two-col{margin:0 50px}}@media only screen and (max-width: 890px){.card .card-front-two-col{margin:0 40px}}@media only screen and (max-width: 734px){.card .card-front-two-col{margin:0}}.card .card-back-quote .card-back-content{display:block}.card .modal-cta{display:flex;align-items:center;cursor:pointer;position:absolute;bottom:var(--modal-cta-offset);-webkit-tap-highlight-color:transparent}html.reduced-motion .card .modal-cta{transition:none}html.text-zoom .card .modal-cta{bottom:-54px}@media only screen and (max-width: 734px){html.text-zoom .card .modal-cta{bottom:0}}.card .modal-cta:hover{text-decoration:none}.card .modal-cta svg{position:relative;z-index:1}.card .modal-cta-more{position:relative;z-index:0;font-weight:700;margin-left:0.5em}.card .modal-toggle{position:fixed}@media only screen and (min-width: 735px){.card .modal-toggle:checked ~ .card-content-container .card-front .modal-cta svg{transform:rotate(45deg)}}@media only screen and (min-width: 735px) and (max-width: 890px){.card .modal-toggle:checked ~ .card-image-container .image{opacity:0;transition:opacity 0.1s}}@media only screen and (min-width: 735px){.card .modal-toggle:checked ~ .card-content-container .card-front>*:not(.modal-cta){visibility:hidden;transition:visibility 0.1s;transition-delay:var(--delay)}.card .modal-toggle:checked ~ .card-content-container .card-back .card-back-content{visibility:visible;opacity:1;transition:opacity var(--duration) var(--bezier1),visibility var(--duration)}}.gallery{--section-width: min(var(--section-max-width-extended), calc(100vw - 2 * var(--section-side-padding)));--page-margin: calc((100vw - var(--section-max-width-extended)) / 2);--visible-items: 1;--item-width: calc((var(--section-width) - var(--grid-gap) * (var(--visible-items) - 1)) / var(--visible-items));--icon-stroke: #86868b;--icon-bg: rgba(134, 134, 139, 0.2);--grid-gap:30px;display:flex;flex-direction:column}@media only screen and (min-width: 1240px){.gallery{--grid-gap:50px}}@media only screen and (max-width: 1068px){.gallery{--grid-gap:20px}}@media only screen and (max-width: 734px){.gallery{--grid-gap:40px}}@media only screen and (max-width: 614px) and (min-width: 321px){html.chrome.android .gallery{--section-width: 87.5vw}html.chrome.android .gallery>.scroll-container{left:-6.25vw}}.gallery>.scroll-container{overflow-x:scroll;overflow-y:hidden;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;order:-1;position:relative;left:min(calc(-1 * var(--section-side-padding)),calc(-1 * var(--page-margin)));width:100vw;--padding-bottom: 20px;padding-bottom:var(--padding-bottom);-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - var(--padding-bottom)), 0% calc(100% - var(--padding-bottom)));clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - var(--padding-bottom)), 0% calc(100% - var(--padding-bottom)))}html.windows .gallery>.scroll-container{width:calc(100vw - 9px)}.gallery .item-container{display:grid;grid-gap:var(--grid-gap);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;list-style:none;margin:0;grid-auto-flow:column;padding-right:calc(2 * max(var(--section-side-padding), var(--page-margin)))}html.chrome.android .gallery .item-container{padding-right:calc(2 * var(--page-margin))}@media only screen and (max-width: 614px) and (min-width: 321px){html.chrome.android .gallery .item-container{padding-right:calc(2 * var(--section-side-padding))}}.gallery .gallery-item{scroll-snap-align:start;width:var(--item-width)}.gallery .gallery-item>*{height:100%}.gallery .transform{--spacing: max(var(--section-side-padding), var(--page-margin));--x: calc(1 * var(--spacing));transform:translateZ(0) translateX(var(--x))}html.chrome.android .gallery .transform{--spacing: var(--page-margin)}@media only screen and (max-width: 614px) and (min-width: 321px){html.chrome.android .gallery .transform{--spacing: var(--section-side-padding)}}.gallery .paddlenav{padding-top:20px;list-style:none;margin:auto;display:flex;justify-content:center;width:100%}@media only screen and (max-width: 1068px){.gallery .paddlenav{padding-top:15px}}@media only screen and (max-width: 734px){.gallery .paddlenav{padding-top:10px}}.gallery .paddlenav .paddlenav-arrow{transition:opacity 0.3s;will-change:opacity;margin:0 10px}@media only screen and (max-width: 1068px){.gallery .paddlenav .paddlenav-arrow{margin:0 7px}}.gallery .paddlenav .paddlenav-arrow-next svg{transform:scaleX(-1)}.gallery .paddlenav .paddlenav-arrow[disabled]{opacity:0.5}.gallery .paddlenav .paddlenav-arrow svg{transition:background 0.3s;pointer-events:none;border-radius:50%;width:var(--size);height:var(--size);--size:46px}@media only screen and (max-width: 1068px){.gallery .paddlenav .paddlenav-arrow svg{--size:40px}}@media only screen and (max-width: 734px){.gallery .paddlenav .paddlenav-arrow svg{--size:36px}}.gallery .paddlenav .paddlenav-arrow svg *{fill:var(--icon-stroke);stroke:var(--icon-stroke)}.gallery .paddlenav .paddlenav-arrow:not([disabled]):hover svg{background:var(--icon-bg)}.quote-block{text-align:center;padding:100px 0}@media only screen and (max-width: 1068px){.quote-block{padding:40px 0}}@media only screen and (max-width: 734px){.quote-block{padding:51px 0}}.quote-block .image{border-radius:50%;margin-left:auto;margin-right:auto}.quote-block .quote{margin:34px 0}@media only screen and (max-width: 734px){.quote-block .quote{margin:27px 0 25px}}.quote-block .quote-text{margin-left:auto;margin-right:auto;max-width:800px}@media only screen and (max-width: 1068px){.quote-block .quote-text{max-width:83.33333%}}@media only screen and (max-width: 734px){.quote-block .quote-text{max-width:none}}.quote-block .quote footer{margin-top:0.8em}.quote-block .typography-headline{font-weight:700}.quote-block .quote-button{--border-color: #000;--border-color-hover: #666;--border-color-active: #000;display:inline-block;font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:28px;padding-left:31px;padding-right:31px;padding-top:18px;padding-bottom:18px;--sk-button-margin-horizontal: 22px;--sk-button-margin-vertical: 22px;border:2px solid var(--border-color);font-weight:600;margin-top:30px}.quote-block .quote-button:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Text","SF Pro Text","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh){letter-spacing:0em}.quote-block .quote-button:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.quote-block .quote-button{margin-top:12px}}.quote-block .quote-button:hover{border-color:var(--border-color-hover)}.quote-block .quote-button:hover .icon-copy{text-decoration:none}.quote-block .quote-button:active{border-color:var(--border-color-active)}@media only screen and (max-width: 734px){.quote-block .quote-button{font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:26px;padding-left:22px;padding-right:22px;padding-top:12px;padding-bottom:12px;--sk-button-margin-horizontal: 18px;--sk-button-margin-vertical: 18px}.quote-block .quote-button:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Text","SF Pro Text","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh){letter-spacing:0em}.quote-block .quote-button:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.quote-block .quote-button:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.modal.modal-standard{padding:0;min-width:320px;--border-radius:20px}@media only screen and (max-width: 320px){.modal.modal-standard{--border-radius:0px}}.modal.modal-standard .content-table,.modal.modal-standard .content-cell{display:block;width:auto;height:auto}.modal.modal-standard .content-cell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.modal.modal-standard .content-cell:hover{cursor:pointer}.modal.modal-standard .content-wrapper{padding:80px 0;margin-left:auto;margin-right:auto;width:980px}@media only screen and (min-width: 1441px){.modal.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width: 1068px){.modal.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width: 734px){.modal.modal-standard .content-wrapper{margin-left:auto;margin-right:auto;width:87.5%}}.modal.modal-standard .content-padding{padding:0;overflow:hidden;cursor:default;border-radius:var(--border-radius)}@media only screen and (max-width: 734px){.modal.modal-standard .content-padding{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}}.modal.modal-standard [data-modal-content]{display:block}[data-modal-content]{display:none}[data-fade-in-tween]{--distance: 40px;--duration: 2s;--transition: opacity var(--duration), transform var(--duration);--transform: translateZ(0)}html.no-reduced-motion [data-fade-in-tween]{opacity:0;transform:var(--transform) translateY(var(--distance));transition:var(--transition)}html.no-reduced-motion [data-fade-in-tween].engaged{opacity:1;transform:var(--transform) translateY(0)}[data-fade-in-tween]{--transition: transform 0.5s ease-out, opacity 0.5s ease-out}.card{--icon-bg: rgba(255, 255, 255, 0.2);--padding:90px 60px 140px 70px;--modal-cta-offset:-70px}@media only screen and (max-width: 734px){.card{background:none}}@media only screen and (min-width: 1240px){.card{--padding:100px 110px 140px 110px;--modal-cta-offset:-70px}}@media only screen and (max-width: 1068px){.card{--padding:80px 80px 100px 80px;--modal-cta-offset:-50px}}@media only screen and (max-width: 890px){.card{--padding:80px 27px 140px;--modal-cta-offset:-70px}}@media only screen and (max-width: 734px){.card{--padding:30px;--modal-cta-offset:0px}}@media only screen and (max-width: 734px){.card .card-content-container{background:var(--card-background)}}.modal.modal-standard{background:rgba(0,0,0,0.7);--css-vars: --card-background --card-text-color --icon-stroke --icon-bg;--padding-top:120px;--padding-left:82px;--padding-bottom:100px}@media only screen and (max-width: 1068px){.modal.modal-standard{--padding-top:100px;--padding-left:58px;--padding-bottom:80px}}@media only screen and (max-width: 734px){.modal.modal-standard{--padding-left:6.25%;--padding-bottom:60px}}@media only screen and (max-width: 480px){.modal.modal-standard .content-wrapper{padding:0}.modal.modal-standard .content-padding{border-radius:0}}.modal.modal-standard .modal-close,.modal.modal-standard .content-padding{color:var(--card-text-color)}.modal.modal-standard .modal-close{left:var(--padding-left);margin-left:-0.1em;top:46px}@media only screen and (max-width: 1068px){.modal.modal-standard .modal-close{top:39px}}@media only screen and (max-width: 734px){.modal.modal-standard .modal-close{top:38px}}.modal.modal-standard .content-padding{background:var(--card-background);padding:var(--padding-top) var(--padding-left) var(--padding-bottom);flex-basis:100%;max-width:100%}@media only screen and (min-width: 735px){.modal.modal-standard .content-padding{border-radius:var(--border-radius)}}.modal.modal-standard .quote-text{line-height:44px;font-weight:700 !important;margin-bottom:30px}@media only screen and (max-width: 1068px){.modal.modal-standard .quote-text{line-height:36px}}@media only screen and (max-width: 734px){.modal.modal-standard .quote-text{line-height:32px}}.modal.modal-standard .quote-credit{margin-top:0;font-weight:700 !important;font-size:17px;line-height:19px}@media only screen and (max-width: 1068px){.modal.modal-standard .quote-credit{font-size:16px;line-height:17px}}@media only screen and (max-width: 734px){.modal.modal-standard .quote-credit{font-size:14px;line-height:16px}}@media only screen and (max-width: 734px){.modal.modal-standard .quote-credit{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Text","SF Pro Text","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(zh){line-height:1.35718;letter-spacing:0em}.modal.modal-standard .quote-credit:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal.modal-standard .quote-credit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.modal.modal-standard .quote-credit .pronoun{display:block;margin:5px 0 13px;font-weight:400}@media only screen and (max-width: 1068px){.modal.modal-standard .quote-credit .pronoun{margin:3px 0 10px}}@media only screen and (max-width: 734px){.modal.modal-standard .quote-credit .pronoun{margin:0 0 8px}}.modal.modal-standard .quote-credit br{display:block;content:' ';height:5px}.modal.modal-standard .keyline{height:1px;background:var(--card-text-color);margin:70px 0}@media only screen and (max-width: 1068px){.modal.modal-standard .keyline{margin:60px 0}}@media only screen and (max-width: 734px){.modal.modal-standard .keyline{margin:40px 0}}.modal.modal-standard .modal-body{font-weight:400;font-size:24px;line-height:32px}@media only screen and (max-width: 1068px){.modal.modal-standard .modal-body{font-size:21px;line-height:29px}}@media only screen and (max-width: 734px){.modal.modal-standard .modal-body{font-size:19px;line-height:27px}}.section.section-hero{margin-top:-96px;overflow:hidden;background-color:#000;color:#86868b;text-align:center;padding-top:96px}.section.section-hero .hero-headline{color:#f5f5f7;background:linear-gradient(to right, #1ebb4c 0%, #2aaec4 50%, #6569c9 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;margin:160px 0 60px}@media only screen and (max-width: 1068px){.section.section-hero .hero-headline{margin:120px 0 45px}}@media only screen and (max-width: 734px){.section.section-hero .hero-headline{margin:80px 0 30px}}.section.section-hero .hero-copy{margin:0 auto;max-width:820px}@media only screen and (max-width: 1068px){.section.section-hero .hero-copy{max-width:590px}}@media only screen and (max-width: 734px){.section.section-hero .hero-copy{max-width:100%}}@media only screen and (max-width: 734px){.section.section-hero .hero-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh){line-height:1.29167}.section.section-hero .hero-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section.section-hero .hero-copy{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh){line-height:1.3334}.section.section-hero .hero-copy:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-hero .hero-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-research{background:#f5f5f7}.section-research .card-volckens{--card-background: linear-gradient(to bottom right, #04A69E, #007AAB);--card-text-color: white}.section-research .card-bergsma{--card-background: linear-gradient(to bottom right, #6AA500, #00722C);--card-text-color: white}.section-research .card-kim{--card-background: linear-gradient(to bottom right, #5096F1, #1147B5);--card-text-color: white}.section-research .section-headline{max-width:660px;margin-bottom:140px}@media only screen and (max-width: 1068px){.section-research .section-headline{max-width:550px;margin-bottom:100px}}@media only screen and (max-width: 734px){.section-research .section-headline{max-width:100%;margin-bottom:70px}}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-research .volckens{padding-top:40px}}.section-research .volckens .section-copy .subhead,.section-research .volckens .quote .quote-text{color:#04A69E}.section-research .volckens .row-1{margin-top:140px}@media only screen and (max-width: 1068px){.section-research .volckens .row-1{margin-top:100px}}@media only screen and (max-width: 734px){.section-research .volckens .row-1{margin-top:70px}}.section-research .volckens .column-image-1 .hardware{margin-right:-379px}@media only screen and (max-width: 1068px){.section-research .volckens .column-image-1 .hardware{margin-right:-272px}}@media only screen and (max-width: 734px){.section-research .volckens .column-image-1 .hardware{margin-right:auto}}html.text-zoom .section-research .volckens .column-image-1 .hardware{margin-right:-279px}.section-research .volckens .column-copy-1 .section-copy{margin-top:220px}@media only screen and (max-width: 1068px){.section-research .volckens .column-copy-1 .section-copy{margin-top:100px}}@media only screen and (max-width: 734px){.section-research .volckens .column-copy-1 .section-copy{margin-top:max(calc(-25% + 30px),-100px)}}.section-research .volckens .row-2{margin-top:-234px;margin-bottom:-102px}@media only screen and (max-width: 1068px){.section-research .volckens .row-2{margin-top:-164px}}@media only screen and (max-width: 734px){.section-research .volckens .row-2{margin-top:40px;margin-bottom:0}}html.text-zoom .section-research .volckens .row-2{margin-top:66px}.section-research .volckens .column-copy-2 .section-copy{margin-top:150px}@media only screen and (max-width: 1068px){.section-research .volckens .column-copy-2 .section-copy{margin-top:80px}}@media only screen and (max-width: 734px){.section-research .volckens .column-copy-2 .section-copy{margin-top:-40px}}@media only screen and (max-width: 734px){.section-research .volckens .column-image-2{width:100%}.section-research .volckens .column-image-2>.image{position:relative;left:50%;margin-left:calc(-10% + -30px)}}.section-research .volckens .quote-block{padding-bottom:160px}@media only screen and (max-width: 1068px){.section-research .volckens .quote-block{padding-top:100px;padding-bottom:80px}}@media only screen and (max-width: 734px){.section-research .volckens .quote-block{padding-top:64px;padding-bottom:54px}}.section-research .bergsma{margin-bottom:160px}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-research .bergsma{padding-top:40px}}@media only screen and (max-width: 1068px){.section-research .bergsma{margin-bottom:120px}}@media only screen and (max-width: 734px){.section-research .bergsma{margin-bottom:80px}}.section-research .bergsma .section-copy .subhead{color:#6AA500}.section-research .bergsma .row-1{margin-top:140px}@media only screen and (max-width: 1068px){.section-research .bergsma .row-1{margin-top:100px}}@media only screen and (max-width: 734px){.section-research .bergsma .row-1{margin-top:70px}}@media only screen and (max-width: 734px){.section-research .bergsma .row-1 .section-copy{position:relative;margin-top:min(-5%,-10px)}}.section-research .bergsma .row-2{margin-top:50px}@media only screen and (max-width: 1068px){.section-research .bergsma .row-2{margin-top:36px}}@media only screen and (max-width: 734px){.section-research .bergsma .row-2{margin-top:0px}}@media only screen and (max-width: 734px){.section-research .bergsma .row-2 .section-copy{position:relative;margin-top:-38px}}.section-research .bergsma .column-image-2 .hardware{margin-top:-630px}@media only screen and (max-width: 1068px){.section-research .bergsma .column-image-2 .hardware{margin-top:-460px}}@media only screen and (max-width: 734px){.section-research .bergsma .column-image-2 .hardware{margin-top:70px}}@media only screen and (max-width: 734px){.section-research .bergsma .column-image-2 .hardware{position:relative;left:50%;margin-left:calc(-10% + -30px)}}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-research .kim{padding-top:40px}}.section-research .kim .section-copy .subhead{color:#5096F1}.section-research .kim .row-1{margin-top:140px}@media only screen and (max-width: 1068px){.section-research .kim .row-1{margin-top:100px}}@media only screen and (max-width: 734px){.section-research .kim .row-1{margin-top:70px}}.section-research .kim .column-copy-1 .section-copy{margin-top:220px}@media only screen and (max-width: 1068px){.section-research .kim .column-copy-1 .section-copy{margin-top:100px}}@media only screen and (max-width: 734px){.section-research .kim .column-copy-1 .section-copy{margin-top:max(calc(-25% + 30px),-100px)}}.section-research .kim .row-2{margin-top:-234px;margin-bottom:-122px}@media only screen and (max-width: 1068px){.section-research .kim .row-2{margin-top:-164px}}@media only screen and (max-width: 734px){.section-research .kim .row-2{margin-top:70px;margin-bottom:0}}html.text-zoom .section-research .kim .row-2{margin-top:66px}.section-research .kim .column-image-1 .hardware{margin-right:-379px}@media only screen and (max-width: 1068px){.section-research .kim .column-image-1 .hardware{margin-right:-272px}}@media only screen and (max-width: 734px){.section-research .kim .column-image-1 .hardware{margin-right:auto}}html.text-zoom .section-research .kim .column-image-1 .hardware{margin-right:-279px}.section-research .kim .column-copy-2 .section-copy{margin-top:150px}@media only screen and (max-width: 1068px){.section-research .kim .column-copy-2 .section-copy{margin-top:80px}}@media only screen and (max-width: 734px){.section-research .kim .column-copy-2 .section-copy{margin-top:min(-5%,-10px)}}.section-research .kim .column-image-2{width:100%}.section-academics .card-hernandez{--card-background: linear-gradient(to bottom right, #df2ba2, #b32680);--card-text-color: white}.section-academics .card-mance{--card-background: linear-gradient(to bottom right, #84d780, #13ad51);--card-text-color: white}.section-academics .card-ichiro{--card-background: linear-gradient(to bottom right, #419CE8, #2E72AE);--card-text-color: white}.section-academics .card-sathya{--card-background: linear-gradient(to bottom right, #E7358E, #C1103E);--card-text-color: white}.section-academics .card-hughes{--card-background: linear-gradient(to bottom right, #E77600, #B64601);--card-text-color: white}.section-academics .card-mayuree{--card-background: linear-gradient(to bottom right, #009DF0, #01629E);--card-text-color: white}.section-academics .card-watson{--card-background: linear-gradient(to bottom right, #967CDF, #5114A1);--card-text-color: white}.section-academics .card-barbieri{--card-background: linear-gradient(to bottom right, #27AA57, #016F67);--card-text-color: white}.section-academics .section-headline{max-width:780px;margin-bottom:140px}@media only screen and (max-width: 1068px){.section-academics .section-headline{max-width:630px;margin-bottom:100px}}@media only screen and (max-width: 734px){.section-academics .section-headline{max-width:100%;margin-bottom:70px}}.section-academics .hernandez .section-copy .subhead,.section-academics .hernandez .quote .quote-text{color:#df2ba2}.section-academics .hernandez .section-content{margin-top:136px}@media only screen and (max-width: 1068px){.section-academics .hernandez .section-content{margin-top:120px}}@media only screen and (max-width: 734px){.section-academics .hernandez .section-content{margin-top:70px}}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-academics .hernandez .card-content-width{padding-top:50px}}.section-academics .hernandez .row-ipad-pencil-hernandez{padding-bottom:150px}@media only screen and (max-width: 1068px){.section-academics .hernandez .row-ipad-pencil-hernandez{padding-bottom:110px}}@media only screen and (max-width: 734px){.section-academics .hernandez .row-ipad-pencil-hernandez{padding-bottom:0}}@media only screen and (max-width: 734px){.section-academics .hernandez .column-image{align-items:flex-start}}.section-academics .hernandez .column-image .image-ipad-hernandez{margin-right:-36px;margin-bottom:-150px}@media only screen and (max-width: 1068px){.section-academics .hernandez .column-image .image-ipad-hernandez{margin-bottom:-110px}}@media only screen and (max-width: 734px){.section-academics .hernandez .column-image .image-ipad-hernandez{width:100%;left:56%;margin-right:0;margin-bottom:0}}.section-academics .hernandez .quote-block{padding:0 0 168px}@media only screen and (min-width: 1069px){.section-academics .hernandez .quote-block .quote-text{max-width:900px}}@media only screen and (max-width: 1068px){.section-academics .hernandez .quote-block{padding:72px 0 128px}}@media only screen and (max-width: 734px){.section-academics .hernandez .quote-block{padding:51px 0}}.section-academics .mance .section-copy .subhead,.section-academics .mance .quote .quote-text{color:#11ac50}.section-academics .mance .section-content{margin-top:136px}@media only screen and (max-width: 1068px){.section-academics .mance .section-content{margin-top:120px}}@media only screen and (max-width: 734px){.section-academics .mance .section-content{margin-top:70px}}.section-academics .mance .row-ipad-pencil-mance{padding-bottom:200px}@media only screen and (max-width: 1068px){.section-academics .mance .row-ipad-pencil-mance{padding-bottom:160px}}@media only screen and (max-width: 734px){.section-academics .mance .row-ipad-pencil-mance{padding-bottom:0}}@media only screen and (max-width: 734px){.section-academics .mance .column-image{align-items:flex-start}}.section-academics .mance .column-image .image-ipad-pencil-mance{z-index:-1;margin-right:-36px;margin-bottom:-200px}@media only screen and (max-width: 1068px){.section-academics .mance .column-image .image-ipad-pencil-mance{margin-bottom:-160px}}@media only screen and (max-width: 734px){.section-academics .mance .column-image .image-ipad-pencil-mance{width:100%;margin-right:0;margin-bottom:0}}.section-academics .mance .quote-block{padding:0 0 168px}@media only screen and (max-width: 1068px){.section-academics .mance .quote-block{padding:72px 0 128px}}@media only screen and (max-width: 734px){.section-academics .mance .quote-block{padding:51px 0}}@media only screen and (max-width: 734px){.section-academics .ichiro{margin-bottom:80px}}.section-academics .ichiro .image-cards-ichiro{background-position-x:0}@media only screen and (min-width: 1240px){.section-academics .ichiro .image-cards-ichiro{background-position-x:center}}@media only screen and (max-width: 1068px){.section-academics .ichiro .image-cards-ichiro{background-position-x:center}}@media only screen and (max-width: 890px){.section-academics .ichiro .image-cards-ichiro{background-position-x:0}}.section-academics .ichiro .section-copy .subhead,.section-academics .ichiro .quote .quote-text{color:#2081CE}.section-academics .ichiro .row.row-1{margin-top:175px}@media only screen and (max-width: 1068px){.section-academics .ichiro .row.row-1{margin-top:90px}}@media only screen and (max-width: 734px){.section-academics .ichiro .row.row-1{margin-top:115px}}@media only screen and (max-width: 734px){.section-academics .ichiro .row.row-2{margin-top:90px}}@media only screen and (min-width: 735px){.section-academics .ichiro .row.row-2 .section-copy{margin-right:-18px}}.section-academics .ichiro .row.row-3{margin-top:-224px}@media only screen and (max-width: 1068px){.section-academics .ichiro .row.row-3{margin-top:-144px}}@media only screen and (max-width: 734px){.section-academics .ichiro .row.row-3{margin-top:80px}}html.text-zoom .section-academics .ichiro .row.row-3{margin-top:66px}@media only screen and (max-width: 734px){.section-academics .ichiro .column-image-1{width:100%}}.section-academics .ichiro .column-copy-1 .section-copy{margin-top:220px}@media only screen and (max-width: 1068px){.section-academics .ichiro .column-copy-1 .section-copy{margin-top:130px}}@media only screen and (max-width: 734px){.section-academics .ichiro .column-copy-1 .section-copy{margin-top:0}}.section-academics .ichiro .column-image-2 .hardware{margin-right:-379px}@media only screen and (max-width: 1068px){.section-academics .ichiro .column-image-2 .hardware{margin-right:-272px}}@media only screen and (max-width: 734px){.section-academics .ichiro .column-image-2 .hardware{margin-right:auto}}html.text-zoom .section-academics .ichiro .column-image-2 .hardware{margin-right:-279px}.section-academics .ichiro .column-copy-2 .section-copy{margin-top:260px}@media only screen and (max-width: 1068px){.section-academics .ichiro .column-copy-2 .section-copy{margin-top:160px}}@media only screen and (max-width: 734px){.section-academics .ichiro .column-copy-2 .section-copy{margin-top:max(calc(-25% + 30px),-100px)}}.section-academics .ichiro .column-copy-3 .section-copy{margin-top:180px}@media only screen and (max-width: 1068px){.section-academics .ichiro .column-copy-3 .section-copy{margin-top:115px}}@media only screen and (max-width: 734px){.section-academics .ichiro .column-copy-3 .section-copy{margin-top:-30px}}@media only screen and (max-width: 734px){.section-academics .ichiro .image-ipad-ichiro{width:100%;left:55%}}@media only screen and (max-width: 734px){.section-academics .ichiro .image-iphone-and-apple-watch{position:relative;left:52%;margin-left:-180px}}.section-academics .sathya{margin-bottom:58px}@media only screen and (max-width: 1068px){.section-academics .sathya{margin-bottom:47px}}@media only screen and (max-width: 734px){.section-academics .sathya{margin-bottom:80px}}.section-academics .sathya .section-copy .subhead,.section-academics .sathya .quote .quote-text{color:#E7358E}.section-academics .sathya .row{margin-top:140px}@media only screen and (max-width: 1068px){.section-academics .sathya .row{margin-top:100px}}@media only screen and (max-width: 734px){.section-academics .sathya .row{margin-top:70px}}.section-academics .sathya .column-copy{margin-top:225px}@media only screen and (max-width: 1068px){.section-academics .sathya .column-copy{margin-top:15px}}@media only screen and (max-width: 734px){.section-academics .sathya .column-copy{margin-top:0px}}@media only screen and (max-width: 734px){.section-academics .sathya .column-image{width:100%}}@media only screen and (max-width: 734px){.section-academics .sathya .image-ipad-keyboard{width:100%;left:52%}}@media only screen and (max-width: 734px){.section-academics .faculty .headline{font-weight:700}}.section-academics .faculty .gallery{margin-top:70px}@media only screen and (max-width: 1068px){.section-academics .faculty .gallery{margin-top:50px}}@media only screen and (max-width: 734px){.section-academics .faculty .gallery{margin-top:30px}}@media only screen and (max-width: 1068px){.section-academics .faculty .card-mayuree .card-headline{max-width:250px}}@media only screen and (max-width: 734px){.section-academics .faculty .card-mayuree .card-headline{max-width:100%}}.section-athletics{background:#f5f5f7}.section-athletics .card-nebraska{--card-background: linear-gradient(to bottom right, #E41C1C, #9D0505);--card-text-color: white}.section-athletics .section-headline{max-width:720px;margin-bottom:140px}@media only screen and (max-width: 1068px){.section-athletics .section-headline{max-width:600px;margin-bottom:100px}}@media only screen and (max-width: 734px){.section-athletics .section-headline{max-width:100%;margin-bottom:70px}}.section-athletics .nebraska .section-copy .subhead,.section-athletics .nebraska .quote .quote-text{color:#E41C1C}.section-athletics .nebraska .row-1{margin-top:140px}@media only screen and (max-width: 1068px){.section-athletics .nebraska .row-1{margin-top:100px}}@media only screen and (max-width: 734px){.section-athletics .nebraska .row-1{margin-top:70px}}.section-athletics .nebraska .column-image-1 .hardware{margin-right:-340px}@media only screen and (max-width: 1068px){.section-athletics .nebraska .column-image-1 .hardware{margin-right:-202px}}@media only screen and (max-width: 734px){.section-athletics .nebraska .column-image-1 .hardware{margin-right:auto}}html.text-zoom .section-athletics .nebraska .column-image-1 .hardware{margin-right:-279px}.section-athletics .nebraska .column-copy-1 .section-copy{margin-top:85px}@media only screen and (max-width: 1068px){.section-athletics .nebraska .column-copy-1 .section-copy{margin-top:40px}}@media only screen and (max-width: 734px){.section-athletics .nebraska .column-copy-1 .section-copy{margin-top:max(calc(-25% + 30px),-100px)}}.section-athletics .nebraska .quote-block{position:relative;margin-top:-364px}@media only screen and (max-width: 1068px){.section-athletics .nebraska .quote-block{margin-top:-228px;padding-bottom:60px}}@media only screen and (max-width: 734px){.section-athletics .nebraska .quote-block{margin-top:0px}}html.text-zoom .section-athletics .nebraska .quote-block{margin-top:-64px}.section-athletics .nebraska .quote-block .quote-text{max-width:816px}@media only screen and (max-width: 734px){.section-athletics .nebraska .column-image-2{width:100%}}.section-athletics .nebraska .column-copy-2 .section-copy{margin-top:100px}@media only screen and (max-width: 1068px){.section-athletics .nebraska .column-copy-2 .section-copy{margin-top:0px}}@media only screen and (max-width: 734px){.section-athletics .nebraska .column-copy-2 .section-copy{margin-top:min(-5%,-10px)}}@media only screen and (max-width: 1068px){.section-athletics .apps-gallery{padding-top:70px}}@media only screen and (max-width: 734px){.section-athletics .apps-gallery{padding-top:80px}}.section-athletics .apps-gallery .typography-headline-elevated{font-weight:700;margin-bottom:70px}@media only screen and (max-width: 1068px){.section-athletics .apps-gallery .typography-headline-elevated{margin-bottom:50px}}@media only screen and (max-width: 734px){.section-athletics .apps-gallery .typography-headline-elevated{margin-bottom:30px}}.section-athletics .apps-gallery .gallery .row{height:100%}@media only screen and (min-width: 735px){.section-athletics .apps-gallery .gallery .row{background:white;box-sizing:border-box;border-radius:20px;padding:80px 74px}}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-athletics .apps-gallery .gallery .row{padding:60px 55px}}@media only screen and (min-width: 735px){.section-athletics .apps-gallery .gallery .row .column{padding:0px 35px}}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-athletics .apps-gallery .gallery .row .column{padding:0px 25px}}@media only screen and (min-width: 735px){.section-athletics .apps-gallery .gallery .apps-group{scroll-snap-align:start;width:var(--item-width)}.section-athletics .apps-gallery .gallery .gallery-item{scroll-snap-align:unset;width:auto}.section-athletics .apps-gallery .gallery .gallery-item .image{margin-bottom:30px}}@media only screen and (max-width: 734px){.section-athletics .apps-gallery .gallery .row{flex-wrap:nowrap}.section-athletics .apps-gallery .gallery .transform{transform:none}.section-athletics .apps-gallery .gallery .app{transform:translateX(var(--x));background:white;padding:40px;box-sizing:border-box;border-radius:20px}}@media only screen and (max-width: 734px) and (max-width: 320px){.section-athletics .apps-gallery .gallery .app{border-radius:0}}@media only screen and (max-width: 734px){.section-athletics .apps-gallery .gallery .gallery-item:not(:first-child){margin-left:var(--grid-gap)}.section-athletics .apps-gallery .gallery .gallery-item .image{margin-bottom:30px}}.section.section-higher-education{background:black;text-align:center;padding:160px 0}@media only screen and (max-width: 1068px){.section.section-higher-education{padding:115px 0 130px}}@media only screen and (max-width: 734px){.section.section-higher-education{padding:85px 0 90px}}.section.section-higher-education a{color:#2997ff}.section.section-higher-education .typography-headline-super{color:#fff;font-weight:700 !important;margin-left:auto;margin-right:auto;max-width:735px}@media only screen and (max-width: 1068px){.section.section-higher-education .typography-headline-super{max-width:685px}}@media only screen and (max-width: 734px){.section.section-higher-education .typography-headline-super{max-width:500px}}@media only screen and (max-width: 734px){.section.section-higher-education .typography-headline-super{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh){line-height:1.09375;letter-spacing:0em}.section.section-higher-education .typography-headline-super:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section.section-higher-education .typography-headline-super{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh){letter-spacing:0em}.section.section-higher-education .typography-headline-super:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 734px){.section.section-higher-education .typography-headline-super{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section.section-higher-education .typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section.section-higher-education .typography-body-alt{font-weight:700;margin-top:12px}@media only screen and (max-width: 1068px){.section.section-higher-education .typography-body-alt{margin-top:10px}}@media only screen and (max-width: 734px){.section.section-higher-education .typography-body-alt{margin-top:6px}}.section.section-higher-education .typography-body-alt:first-child{margin-top:40px}@media only screen and (max-width: 1068px){.section.section-higher-education .typography-body-alt:first-child{margin-top:30px}}@media only screen and (max-width: 734px){.section.section-higher-education .typography-body-alt:first-child{margin-top:20px}}.image-shared-ipad-hw{width:928px;height:702px;background-size:928px 702px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-shared-ipad-hw{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_large_2x.png")}}@media only screen and (max-width: 1068px){.image-shared-ipad-hw{width:658px;height:500px;background-size:658px 500px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-shared-ipad-hw{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_medium_2x.png")}}@media only screen and (max-width: 734px){.image-shared-ipad-hw{width:496px;height:376px;background-size:496px 376px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-shared-ipad-hw{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_small_2x.png")}}.image-shared-ipad-mask{width:746px;height:520px;background-size:746px 520px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-shared-ipad-mask{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large_2x.png")}}@media only screen and (max-width: 1068px){.image-shared-ipad-mask{width:528px;height:368px;background-size:528px 368px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-shared-ipad-mask{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium_2x.png")}}@media only screen and (max-width: 734px){.image-shared-ipad-mask{width:396px;height:278px;background-size:396px 278px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-shared-ipad-mask{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small_2x.png")}}.image-shared-iphone-hw{width:372px;height:586px;background-size:372px 586px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-shared-iphone-hw{background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-shared-iphone-hw{width:266px;height:418px;background-size:266px 418px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-shared-iphone-hw{background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_medium_2x.png")}}.image-shared-iphone-mask{width:212px;height:458px;background-size:212px 458px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-shared-iphone-mask{background-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-shared-iphone-mask{width:150px;height:326px;background-size:150px 326px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-shared-iphone-mask{background-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium_2x.png")}}.image-shared-macbook-hw{width:1744px;height:1182px;background-size:1744px 1182px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-shared-macbook-hw{background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_large_2x.png")}}@media only screen and (max-width: 1068px){.image-shared-macbook-hw{width:1242px;height:840px;background-size:1242px 840px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-shared-macbook-hw{background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_medium_2x.png")}}@media only screen and (max-width: 734px){.image-shared-macbook-hw{width:664px;height:450px;background-size:664px 450px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-shared-macbook-hw{background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_small_2x.png")}}.image-atv-remote{width:388px;height:288px;background-size:388px 288px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-atv-remote{background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_large_2x.png")}}@media only screen and (max-width: 1068px){.image-atv-remote{width:276px;height:204px;background-size:276px 204px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-atv-remote{background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_medium_2x.png")}}@media only screen and (max-width: 734px){.image-atv-remote{width:199px;height:147px;background-size:199px 147px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-atv-remote{background-image:url("/v/education/home/w/images/higher_education/success_stories/atv_remote__bs21qvbwws2u_small_2x.png")}}.image-cards-barbieri{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-barbieri{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-barbieri{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-barbieri{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-barbieri{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-barbieri{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/barbieri__czhv0x64zb8m_small_2x.jpg")}}.image-cards-bergsma{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-bergsma{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-bergsma{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/bergsma__d28benucazqu_small_2x.jpg")}}.image-cards-gopalakrishnan{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-gopalakrishnan{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-gopalakrishnan{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-gopalakrishnan{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-gopalakrishnan{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-gopalakrishnan{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/gopalakrishnan__ctcoq1ldpiy6_small_2x.jpg")}}.image-cards-hernandez{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-hernandez{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-hernandez{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hernandez__f8wwidngk26i_small_2x.jpg")}}.image-cards-hughes{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-hughes{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-hughes{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/hughes__bqyhlmarcliu_small_2x.jpg")}}.image-cards-ichiro{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-ichiro{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-ichiro{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/ichiro__d9l3e2fdi5oy_small_2x.jpg")}}.image-cards-kim{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-kim{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-kim{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/kim__c9fm79hprgia_small_2x.jpg")}}.image-cards-mance{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-mance{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-mance{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/mance__cqjzmg0dawty_small_2x.jpg")}}.image-cards-nebraska{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-nebraska{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-nebraska{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/nebraska__cp6hm1xzmlea_small_2x.jpg")}}.image-cards-srikulwong{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-srikulwong{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-srikulwong{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-srikulwong{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-srikulwong{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-srikulwong{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/srikulwong__dat0ht38a88y_small_2x.jpg")}}.image-cards-volckens{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-volckens{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-volckens{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/volckens__whqji53o1n6a_small_2x.jpg")}}.image-cards-watson{width:600px;height:650px;background-size:600px 650px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-cards-watson{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-cards-watson{width:425px;height:550px;background-size:425px 550px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-cards-watson{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-cards-watson{width:537px;height:345px;background-size:537px 345px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-cards-watson{background-image:url("/v/education/home/w/images/higher_education/success_stories/cards/watson__frvvq6d3l7ue_small_2x.jpg")}}.image-icon-apple-tv{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-apple-tv{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-apple-tv{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-apple-tv{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_medium_2x.png")}}@media only screen and (max-width: 734px){.image-icon-apple-tv{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-icon-apple-tv{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_apple_tv__prexqxxyjia2_small_2x.png")}}.image-icon-coach-now{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-coach-now{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-coach-now{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-coach-now{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_medium_2x.png")}}@media only screen and (max-width: 734px){.image-icon-coach-now{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-icon-coach-now{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_coach_now__bkvluy0mbwty_small_2x.png")}}.image-icon-forscore{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_forscore__bamn44useusy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-forscore{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_forscore__bamn44useusy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-forscore{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_forscore__bamn44useusy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-forscore{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_forscore__bamn44useusy_medium_2x.png")}}.image-icon-headspace{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_headspace__esdwwgz5wfiq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-headspace{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_headspace__esdwwgz5wfiq_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-headspace{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_headspace__esdwwgz5wfiq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-headspace{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_headspace__esdwwgz5wfiq_medium_2x.png")}}.image-icon-homecourt{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_homecourt__e08edkf059oy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-homecourt{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_homecourt__e08edkf059oy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-homecourt{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_homecourt__e08edkf059oy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-homecourt{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_homecourt__e08edkf059oy_medium_2x.png")}}.image-icon-hudl{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_hudl__dpddlt0bpdoy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-hudl{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_hudl__dpddlt0bpdoy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-hudl{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_hudl__dpddlt0bpdoy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-hudl{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_hudl__dpddlt0bpdoy_medium_2x.png")}}.image-icon-inlivo{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_inlivo__e9lrzng5dt26_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-inlivo{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_inlivo__e9lrzng5dt26_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-inlivo{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_inlivo__e9lrzng5dt26_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-inlivo{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_inlivo__e9lrzng5dt26_medium_2x.png")}}.image-icon-pillow{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-pillow{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-pillow{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-pillow{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_medium_2x.png")}}@media only screen and (max-width: 734px){.image-icon-pillow{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-icon-pillow{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pillow__dprs369qrjwy_small_2x.png")}}.image-icon-pyware-3d{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pyware_3d__fs5bezvbj2y6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-pyware-3d{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pyware_3d__fs5bezvbj2y6_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-pyware-3d{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pyware_3d__fs5bezvbj2y6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-pyware-3d{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_pyware_3d__fs5bezvbj2y6_medium_2x.png")}}.image-icon-rewind{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-rewind{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-rewind{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-rewind{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_medium_2x.png")}}@media only screen and (max-width: 734px){.image-icon-rewind{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-icon-rewind{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_rewind__dch2lbmze8uq_small_2x.png")}}.image-icon-vector-live{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vector_live__dqe3eq0ayze6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-vector-live{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vector_live__dqe3eq0ayze6_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-vector-live{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vector_live__dqe3eq0ayze6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-vector-live{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vector_live__dqe3eq0ayze6_medium_2x.png")}}.image-icon-vert{width:78px;height:78px;background-size:78px 78px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vert__d8uk8oq9rrsm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-icon-vert{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vert__d8uk8oq9rrsm_large_2x.png")}}@media only screen and (max-width: 1068px){.image-icon-vert{width:68px;height:68px;background-size:68px 68px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vert__d8uk8oq9rrsm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-icon-vert{background-image:url("/v/education/home/w/images/higher_education/success_stories/icon_vert__d8uk8oq9rrsm_medium_2x.png")}}.image-ipad-bergsma{width:1064px;height:850px;background-size:1064px 850px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-bergsma{width:652px;height:604px;background-size:652px 604px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-bergsma{width:498px;height:399px;background-size:498px 399px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-bergsma{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_large.jpg");background-size:cover;max-width:498px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-bergsma::after{content:'';display:block;padding-bottom:79.88722%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-bergsma{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-bergsma::after{content:'';display:block;padding-bottom:92.63804%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-bergsma{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_bergsma__czlqozmiy6ye_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-bergsma::after{content:'';display:block;padding-bottom:80.12048%}}.image-ipad-hernandez{width:1098px;height:727px;background-size:1098px 727px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-hernandez{width:858px;height:604px;background-size:858px 604px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-hernandez{width:580px;height:406px;background-size:580px 406px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-hernandez{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_large.jpg");background-size:cover;max-width:580px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-hernandez::after{content:'';display:block;padding-bottom:66.21129%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-hernandez{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-hernandez::after{content:'';display:block;padding-bottom:70.39627%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-hernandez{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hernandez{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hernandez__d2mwn1rok4uq_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-hernandez::after{content:'';display:block;padding-bottom:70%}}.image-ipad-hughes{width:1064px;height:850px;background-size:1064px 850px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_large_2x.png")}}@media only screen and (max-width: 1068px){.image-ipad-hughes{width:533px;height:604px;background-size:533px 604px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_medium_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-hughes{width:498px;height:399px;background-size:498px 399px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_small_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-hughes{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_large.png");background-size:cover;max-width:498px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_large_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-hughes::after{content:'';display:block;padding-bottom:79.88722%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-hughes{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_medium.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_medium_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-hughes::after{content:'';display:block;padding-bottom:113.32083%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-hughes{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-hughes{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_hughes__fsuzqe849pim_small_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-hughes::after{content:'';display:block;padding-bottom:80.12048%}}.image-ipad-ichiro{width:1029px;height:901px;background-size:1029px 901px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-ichiro{width:800px;height:641px;background-size:800px 641px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-ichiro{width:550px;height:428px;background-size:550px 428px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-ichiro{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_large.jpg");background-size:cover;max-width:550px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-ichiro::after{content:'';display:block;padding-bottom:87.56074%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-ichiro{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-ichiro::after{content:'';display:block;padding-bottom:80.125%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-ichiro{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_ichiro__rrfx8ihbdgyu_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-ichiro::after{content:'';display:block;padding-bottom:77.81818%}}.image-ipad-keyboard{width:996px;height:926px;background-size:996px 926px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-keyboard{width:572px;height:658px;background-size:572px 658px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-keyboard{width:415px;height:382px;background-size:415px 382px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-keyboard{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_large.jpg");background-size:cover;max-width:415px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-keyboard::after{content:'';display:block;padding-bottom:92.97189%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-keyboard{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-keyboard::after{content:'';display:block;padding-bottom:115.03497%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-keyboard{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-keyboard{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_keyboard__dikz0r1vuawm_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-keyboard::after{content:'';display:block;padding-bottom:92.04819%}}.image-ipad-pencil-mance{width:1009px;height:890px;background-size:1009px 890px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-pencil-mance{width:805px;height:705px;background-size:805px 705px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-pencil-mance{width:518px;height:453px;background-size:518px 453px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-pencil-mance{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_large.jpg");background-size:cover;max-width:518px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-pencil-mance::after{content:'';display:block;padding-bottom:88.20614%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-pencil-mance{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-pencil-mance::after{content:'';display:block;padding-bottom:87.57764%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-pencil-mance{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-pencil-mance{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_pencil_mance__ca8ab6zdszea_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-pencil-mance::after{content:'';display:block;padding-bottom:87.45174%}}.image-ipad-screen-kim{width:746px;height:520px;background-size:746px 520px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-ipad-screen-kim{width:528px;height:368px;background-size:528px 368px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-screen-kim{width:396px;height:278px;background-size:396px 278px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_small_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-screen-kim{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_large.jpg");background-size:cover;max-width:396px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_large_2x.jpg")}}@media only screen and (max-width: 734px){.image-ipad-screen-kim::after{content:'';display:block;padding-bottom:69.70509%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-screen-kim{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_medium_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-screen-kim::after{content:'';display:block;padding-bottom:69.69697%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-screen-kim{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_kim__ofioxl7jvcqy_small_2x.jpg")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-screen-kim::after{content:'';display:block;padding-bottom:70.20202%}}.image-ipad-screen-nebraska{width:927px;height:703px;background-size:927px 703px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large_2x.png")}}@media only screen and (max-width: 1068px){.image-ipad-screen-nebraska{width:658px;height:500px;background-size:658px 500px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-screen-nebraska{width:494px;height:376px;background-size:494px 376px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-screen-nebraska{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large.png");background-size:cover;max-width:494px;width:91%;height:auto;position:relative;left:56.5%;--transform: translateX(-50%);transform:var(--transform)}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large_2x.png")}}@media only screen and (max-width: 734px){.image-ipad-screen-nebraska::after{content:'';display:block;padding-bottom:75.83603%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-screen-nebraska{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.image-ipad-screen-nebraska::after{content:'';display:block;padding-bottom:75.98784%}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-screen-nebraska{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.image-ipad-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 734px){.image-ipad-screen-nebraska::after{content:'';display:block;padding-bottom:76.11336%}}.image-iphone-and-apple-watch{width:738px;height:760px;background-size:738px 760px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-iphone-and-apple-watch{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_large_2x.png")}}@media only screen and (max-width: 1068px){.image-iphone-and-apple-watch{width:523px;height:537px;background-size:523px 537px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-iphone-and-apple-watch{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_medium_2x.png")}}@media only screen and (max-width: 734px){.image-iphone-and-apple-watch{width:429px;height:441px;background-size:429px 441px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-iphone-and-apple-watch{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_and_apple_watch__elfi2vh1vweq_small_2x.png")}}.image-iphone-screen-bergsma{width:212px;height:458px;background-size:212px 458px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_bergsma__ca6ofxl0fl2a_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-iphone-screen-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_bergsma__ca6ofxl0fl2a_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-iphone-screen-bergsma{width:150px;height:326px;background-size:150px 326px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_bergsma__ca6ofxl0fl2a_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-iphone-screen-bergsma{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_bergsma__ca6ofxl0fl2a_medium_2x.jpg")}}.image-iphone-screen-volckens{width:212px;height:458px;background-size:212px 458px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-iphone-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-iphone-screen-volckens{width:150px;height:326px;background-size:150px 326px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-iphone-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_medium_2x.jpg")}}.image-macbook-screen-ichiro{width:1112px;height:696px;background-size:1112px 696px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-macbook-screen-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-macbook-screen-ichiro{width:790px;height:494px;background-size:790px 494px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-macbook-screen-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-macbook-screen-ichiro{width:422px;height:264px;background-size:422px 264px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-macbook-screen-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_small_2x.jpg")}}.image-macbook-screen-kim{width:1112px;height:696px;background-size:1112px 696px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-macbook-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-macbook-screen-kim{width:790px;height:494px;background-size:790px 494px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-macbook-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-macbook-screen-kim{width:422px;height:264px;background-size:422px 264px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-macbook-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_small_2x.jpg")}}.image-macbook-screen-nebraska{width:1733px;height:1209px;background-size:1733px 1209px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-macbook-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large_2x.png")}}@media only screen and (max-width: 1068px){.image-macbook-screen-nebraska{width:1238px;height:838px;background-size:1238px 838px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-macbook-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium_2x.png")}}@media only screen and (max-width: 734px){.image-macbook-screen-nebraska{width:662px;height:464px;background-size:662px 464px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-macbook-screen-nebraska{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small_2x.png")}}.image-macbook-screen-volckens{width:1112px;height:696px;background-size:1112px 696px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.image-macbook-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_large_2x.jpg")}}@media only screen and (max-width: 1068px){.image-macbook-screen-volckens{width:790px;height:494px;background-size:790px 494px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.image-macbook-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.image-macbook-screen-volckens{width:422px;height:264px;background-size:422px 264px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.image-macbook-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_small_2x.jpg")}}.card{--icon-stroke: white}.hardware{position:relative}.hardware .screen{position:absolute}.hardware.macbook .screen{top:50px;left:151px}@media only screen and (max-width: 1068px){.hardware.macbook .screen{top:37px;left:107px}}@media only screen and (max-width: 734px){.hardware.macbook .screen{top:20px;left:59px}}.hardware.macbook.macbook-nebraska-screen-with-hardware{width:1733px;height:1209px;background-size:1733px 1209px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large_2x.png")}}@media only screen and (max-width: 1068px){.hardware.macbook.macbook-nebraska-screen-with-hardware{width:1238px;height:838px;background-size:1238px 838px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium_2x.png")}}@media only screen and (max-width: 734px){.hardware.macbook.macbook-nebraska-screen-with-hardware{width:662px;height:464px;background-size:662px 464px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small_2x.png")}}@media only screen and (max-width: 734px){.hardware.macbook{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_small.png");background-size:cover;width:calc(125% - 10px);height:100%;max-width:664px;left:61%;--transform: translateX(-50%);transform:var(--transform);margin-right:auto}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook{background-image:url("/v/education/home/w/images/higher_education/shared/macbook_hw__l16d4ilozf2u_small_2x.png")}}@media only screen and (max-width: 734px){.hardware.macbook::after{content:'';display:block;padding-bottom:67.77108%}.hardware.macbook.macbook-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large.png");background-size:cover;width:100%;height:auto;margin-left:0;left:0;left:60%;margin-bottom:7%}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_large_2x.png")}}@media only screen and (max-width: 734px){.hardware.macbook.macbook-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:69.76342%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_medium_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.hardware.macbook.macbook-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:67.68982%}}@media only screen and (max-width: 734px) and (max-width: 734px){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook.macbook-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_nebraska__e0k8paikqqwm_small_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 734px){.hardware.macbook.macbook-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:70.09063%}}@media only screen and (max-width: 734px){.hardware.macbook .screen{left:9.8%;top:5%;width:61.6%;height:57%}.hardware.macbook .screen.image-macbook-screen-ichiro{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook .screen.image-macbook-screen-ichiro{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_ichiro__daf91fzum1m6_small_2x.jpg")}}@media only screen and (max-width: 734px){.hardware.macbook .screen.image-macbook-screen-ichiro::after{content:'';display:block;padding-bottom:62.55924%}.hardware.macbook .screen.image-macbook-screen-volckens{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook .screen.image-macbook-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_volckens__exhon5lxvmeu_small_2x.jpg")}}@media only screen and (max-width: 734px){.hardware.macbook .screen.image-macbook-screen-volckens::after{content:'';display:block;padding-bottom:62.55924%}.hardware.macbook .screen.image-macbook-screen-kim{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.macbook .screen.image-macbook-screen-kim{background-image:url("/v/education/home/w/images/higher_education/success_stories/macbook_screen_kim__c2isqyl2kbiq_small_2x.jpg")}}@media only screen and (max-width: 734px){.hardware.macbook .screen.image-macbook-screen-kim::after{content:'';display:block;padding-bottom:62.55924%}}.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large.png");-webkit-mask-size:cover;mask-size:cover;top:30px;left:30px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large_2x.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_large_2x.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px){.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium_2x.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_medium_2x.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 734px){.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.ipad .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small_2x.png");mask-image:url("/v/education/home/w/images/higher_education/shared/ipad_mask__3weu3wdwt1ea_small_2x.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px){.hardware.ipad .screen{top:22px;left:22px}}@media only screen and (max-width: 734px){.hardware.ipad .screen{top:17px;left:17px}}.hardware.ipad.ipad-nebraska-screen-with-hardware{width:927px;height:703px;background-size:927px 703px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large_2x.png")}}@media only screen and (max-width: 1068px){.hardware.ipad.ipad-nebraska-screen-with-hardware{width:658px;height:500px;background-size:658px 500px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium_2x.png")}}@media only screen and (max-width: 734px){.hardware.ipad.ipad-nebraska-screen-with-hardware{width:494px;height:376px;background-size:494px 376px;background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small_2x.png")}}@media only screen and (max-width: 734px){.hardware.ipad{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_small.png");background-size:cover;width:91%;height:auto;max-width:496px;left:56.5%;--transform: translateX(-50%);transform:var(--transform);margin-right:auto;margin-left:0}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.ipad{background-image:url("/v/education/home/w/images/higher_education/shared/ipad_hw__4nmo8ndtseqa_small_2x.png")}}@media only screen and (max-width: 734px){.hardware.ipad::after{content:'';display:block;padding-bottom:75.80645%}.hardware.ipad .screen{left:43.3%;top:4%;width:81%;height:75%;max-width:100%}.hardware.ipad.ipad-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large.png");background-size:cover;width:100%;height:auto;margin-left:0;left:0;left:56%;margin-bottom:3%}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_large_2x.png")}}@media only screen and (max-width: 734px){.hardware.ipad.ipad-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:75.83603%}}@media only screen and (max-width: 734px) and (max-width: 1068px){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_medium_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 1068px){.hardware.ipad.ipad-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:75.98784%}}@media only screen and (max-width: 734px) and (max-width: 734px){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi){.hardware.ipad.ipad-nebraska-screen-with-hardware{background-image:url("/v/education/home/w/images/higher_education/success_stories/ipad_screen_nebraska__gfvffypb16qa_small_2x.png")}}@media only screen and (max-width: 734px) and (max-width: 734px){.hardware.ipad.ipad-nebraska-screen-with-hardware::after{content:'';display:block;padding-bottom:76.11336%}}.hardware.iphone .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large.png");mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large.png");-webkit-mask-size:cover;mask-size:cover;top:14px;left:18px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hardware.iphone .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large_2x.png");mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_large_2x.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px){.hardware.iphone .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium.png");mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hardware.iphone .screen{-webkit-mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium_2x.png");mask-image:url("/v/education/home/w/images/higher_education/shared/iphone_mask__fyr8327e8ymy_medium_2x.png");-webkit-mask-size:cover;mask-size:cover}}@media only screen and (max-width: 1068px){.hardware.iphone .screen{top:10px;left:13px}}@media only screen and (max-width: 734px){.hardware.iphone{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_medium.png");background-size:cover;width:62%;height:auto;margin-bottom:20px;max-width:266px}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.iphone{background-image:url("/v/education/home/w/images/higher_education/shared/iphone_hw__fzwzyqvmxbyy_medium_2x.png")}}@media only screen and (max-width: 734px){.hardware.iphone::after{content:'';display:block;padding-bottom:157.14286%}.hardware.iphone .screen{left:5%;top:2.7%;width:55.8%;height:77.1%;background-size:cover}.hardware.iphone .screen.image-iphone-screen-volckens{background-repeat:no-repeat;background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_medium.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hardware.iphone .screen.image-iphone-screen-volckens{background-image:url("/v/education/home/w/images/higher_education/success_stories/iphone_screen_volckens__e6i09gdau3ue_medium_2x.jpg")}}@media only screen and (max-width: 734px){.hardware.iphone .screen.image-iphone-screen-volckens::after{content:'';display:block;padding-bottom:217.33333%}}.section{overflow:hidden;padding:160px 0 180px}@media only screen and (max-width: 1068px){.section{padding:140px 0 120px}}@media only screen and (max-width: 734px){.section{padding:80px 0 90px}}.section .section-headline-eyebrow{color:#6e6e73}@media only screen and (max-width: 734px){.section .section-headline-eyebrow{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh){line-height:1.29167}.section .section-headline-eyebrow:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section .section-headline-eyebrow{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh){line-height:1.3334}.section .section-headline-eyebrow:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section .section-headline{font-weight:700 !important}@media only screen and (max-width: 734px){.section .section-headline{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh){line-height:1.09375;letter-spacing:0em}.section .section-headline:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section .section-headline{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh){letter-spacing:0em}.section .section-headline:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 734px){.section .section-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .section-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section .quote{text-align:center;margin-top:30px}.section .quote .quote-text{font-weight:700 !important}@media only screen and (max-width: 734px){.section .quote .quote-text{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section .quote .quote-text{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh){line-height:1.21875}.section .quote .quote-text:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 734px){.section .quote .quote-text{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh){line-height:1.25}.section .quote .quote-text:lang(ar){font-family:"SF Pro AR","SF Pro AR Display","SF Pro Display","SF Pro Gulf","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section .quote .quote-text:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section .quote footer{color:#6e6e73;font-weight:600 !important;margin-top:40px}@media only screen and (max-width: 1068px){.section .quote footer{margin-top:30px}}@media only screen and (max-width: 734px){.section .quote footer{margin-top:20px}}@media only screen and (max-width: 1068px){.section .quote{margin-top:20px}}@media only screen and (max-width: 734px){.section .quote{margin-top:0px}}.section .section-copy{font-weight:600;color:#86868b;font-size:21px;line-height:29px}@media only screen and (max-width: 1068px){.section .section-copy{font-size:19px;line-height:27px}}@media only screen and (max-width: 734px){.section .section-copy{font-size:17px;line-height:25px}}.section .section-copy .subhead{color:#1d1d1f}.section .right-align{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width: 734px){.section .small-reverse{flex-direction:column-reverse}}.section .card .card-front .card-headline{font-weight:700;font-size:56px;line-height:60px}@media only screen and (max-width: 1068px){.section .card .card-front .card-headline{font-size:40px;line-height:44px}}@media only screen and (max-width: 734px){.section .card .card-front .card-headline{font-size:32px;line-height:36px}}.section .card .card-front p{font-weight:700;font-size:21px;line-height:29px}@media only screen and (max-width: 1068px){.section .card .card-front p{font-size:19px;line-height:27px}}@media only screen and (max-width: 734px){.section .card .card-front p{font-size:17px;line-height:25px}}.section .card .plus-icon *{fill:#fff;stroke:#fff}.section .card .card-back-content .row{margin-top:0px}
