.http-error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background-color:#f5f5f5}.http-error-boundary__content{max-width:600px;text-align:center;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.http-error-boundary__content h1{color:#d32f2f;margin-bottom:1rem}.http-error-boundary__content p{color:#666;margin-bottom:1.5rem}.http-error-boundary__content button{padding:.75rem 2rem;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.http-error-boundary__content button:hover{background-color:#1565c0}.http-error-boundary__error{background:#f5f5f5;padding:1rem;border-radius:4px;text-align:left;overflow-x:auto;margin-bottom:1.5rem;font-size:.875rem}

:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: 0.2}.Toastify__toast-container{z-index:9999;z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, 9999);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:320px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:max(16px, env(safe-area-inset-top));top:var(--toastify-toast-top);left:max(16px, env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:max(16px, env(safe-area-inset-top));top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:max(16px, env(safe-area-inset-top));top:var(--toastify-toast-top);right:max(16px, env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:max(16px, env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px, env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px, env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px, env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px, env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto;left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:64px;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0px 4px 12px rgba(0, 0, 0, 0.1);display:flex;justify-content:space-between;max-height:800px;max-height:var(--toastify-toast-max-height);font-family:sans-serif;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-right:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:#fff;color:var(--toastify-text-color-info);background:#3498db;background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:#fff;color:var(--toastify-text-color-success);background:#07bc0c;background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:#fff;color:var(--toastify-text-color-warning);background:#f1c40f;background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:#fff;color:var(--toastify-text-color-error);background:#e74c3c;background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:rgba(255, 255, 255, 0.7);background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:9999;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;left:initial;transform-origin:right;border-bottom-left-radius:0;border-bottom-left-radius:initial;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:0.2;opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-right-color:#616161;border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.Logo{overflow:hidden;background:url(/assets/images/logo-vsf-b3d1824c3ed0a554bdf2.svg) no-repeat center center;background-size:contain;text-indent:-9000px;aspect-ratio:277/61;width:min(277px,100%)}
.SessionCountdown{display:flex;align-items:center;gap:12px}.SessionCountdown__circle{transform:rotate(-90deg)}.SessionCountdown__circle-bg{fill:none;stroke:#dfe4e8;stroke-width:3}.SessionCountdown__circle-progress{fill:none;stroke:#001e50;stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.SessionCountdown__time{font-family:"VWText",sans-serif;font-size:14px;font-weight:500;color:#000e26;min-width:60px}
.Footer{height:100px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding-bottom:24px;padding-top:14px;padding-left:max(10px, min(3dvw, 40px));padding-right:max(10px, min(3dvw, 40px))}


.Loading{text-align:center}.Loading--overlay{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fff}.Loading__spinner--extra-small{width:14px;height:14px;border:2px solid #fff;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.Loading__spinner--extra-small::after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:20px;height:20px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-bottom-color:#001e50}.Loading__spinner--small{width:48px;height:48px;border:3px solid #fff;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.Loading__spinner--small::after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:56px;height:56px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-bottom-color:#001e50}.Loading__spinner--large{width:141px;aspect-ratio:1/1;color:#001e50;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{outline:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#yield{height:100%}body{background:#fff;font-family:"VW Head",sans-serif;font-size:4vw}@media only screen and (min-width: 768px){body{font-size:clamp(10.4px,8.5333333333px + 0.5185185185vw,16px)}}body{max-width:100vw;scroll-behavior:smooth}body::-webkit-scrollbar{background:#fff;width:8px}body::-webkit-scrollbar:vertical{background:#fff;width:8px}body::-webkit-scrollbar-track{background:#fff}body::-webkit-scrollbar-thumb{background:#c2cacf;border-radius:calc(infinity*1px)}body::-moz-scrollbar{width:8px}body::-moz-scrollbar-track{background:#fff}body::-moz-scrollbar-thumb{background:#c2cacf}a,button{color:inherit;-webkit-text-decoration:none;text-decoration:none}ul,ol{list-style:none}
.Button{font-family:"VW Text",sans-serif;background:#001e50;border:1px solid #001e50;border-radius:999px;color:#fff;padding:2vh 4vw;font-weight:400;cursor:pointer;transition:all .3s ease;font-size:4vw}@media only screen and (min-width: 768px){.Button{font-size:clamp(10.4px,8.5333333333px + 0.5185185185vw,16px)}}@media only screen and (min-width: 768px){.Button{padding:12px 20px}.Button:hover{filter:brightness(1.3)}}.Button--fluid{width:100%}.Button--disabled{color:#96a3a8;background:#c2cacf;border-color:#c2cacf;pointer-events:none}.Button--inverted{background:#fff;color:#001e50;border-color:#fff}@media only screen and (min-width: 768px){.Button--inverted:hover{filter:brightness(1)}}
.Icon{display:inline-block;vertical-align:middle;color:currentColor}.Icon [fill]:not([fill=none]){fill:currentColor}.Icon [stroke]:not([stroke=none]){stroke:currentColor}.Icon--primary{color:#001e50}.Icon--white{color:#fff}.Icon--black{color:#000}.Icon--error{color:#ea4a64}.Icon--success{color:#36a282}.Icon--surface-on-default{color:#000e26}.Icon--surface-on-support{color:#6a767d}.Icon--gray-disabled{color:#96a3a8}.Icon--border-light{color:#dfe4e8}.Icon--action-disabled{color:#c2cacf}
.Typography{position:relative;margin:0;padding:0}.Typography a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.Typography a:hover{color:#6a767d}.Typography strong{font-weight:700}.Typography--p a{-webkit-text-decoration:underline !important;text-decoration:underline !important;cursor:pointer}.Typography--vw-text{font-family:"VW Text",sans-serif}.Typography--vw-head{font-family:"VW Head",sans-serif}.Typography--vw-head-office{font-family:"VW Head Office",sans-serif}.Typography--address{font-style:normal;line-height:140%}.Typography--thin{font-weight:100}.Typography--extra-light{font-weight:200}.Typography--light{font-weight:300}.Typography--regular{font-weight:400}.Typography--medium{font-weight:500}.Typography--semi-bold{font-weight:600}.Typography--bold{font-weight:700}.Typography--extra-bold{font-weight:800}.Typography--primary{color:#001e50}.Typography--white{color:#fff}.Typography--black{color:#000}.Typography--surface-on-default{color:#000e26}.Typography--surface-on-support{color:#6a767d}.Typography--gray-disabled{color:#96a3a8}.Typography--border-light{color:#dfe4e8}.Typography--action-disabled{color:#c2cacf}.Typography--error{color:#ea4a64}.Typography--success{color:#36a282}.Typography--size-6{line-height:150%;font-size:1.5vw}@media only screen and (min-width: 768px){.Typography--size-6{font-size:clamp(3.9px,3.2px + 0.1944444444vw,6px)}}.Typography--size-7{line-height:150%;font-size:1.75vw}@media only screen and (min-width: 768px){.Typography--size-7{font-size:clamp(4.55px,3.7333333333px + 0.2268518519vw,7px)}}.Typography--size-8{line-height:150%;font-size:2vw}@media only screen and (min-width: 768px){.Typography--size-8{font-size:clamp(5.2px,4.2666666667px + 0.2592592593vw,8px)}}.Typography--size-9{line-height:150%;font-size:2.25vw}@media only screen and (min-width: 768px){.Typography--size-9{font-size:clamp(5.85px,4.8px + 0.2916666667vw,9px)}}.Typography--size-10{line-height:150%;font-size:2.5vw}@media only screen and (min-width: 768px){.Typography--size-10{font-size:clamp(6.5px,5.3333333333px + 0.3240740741vw,10px)}}.Typography--size-11{line-height:150%;font-size:2.75vw}@media only screen and (min-width: 768px){.Typography--size-11{font-size:clamp(7.15px,5.8666666667px + 0.3564814815vw,11px)}}.Typography--size-12{line-height:150%;font-size:3vw}@media only screen and (min-width: 768px){.Typography--size-12{font-size:clamp(7.8px,6.4px + 0.3888888889vw,12px)}}.Typography--size-13{line-height:150%;font-size:3.25vw}@media only screen and (min-width: 768px){.Typography--size-13{font-size:clamp(8.45px,6.9333333333px + 0.4212962963vw,13px)}}.Typography--size-14{line-height:150%;font-size:3.5vw}@media only screen and (min-width: 768px){.Typography--size-14{font-size:clamp(9.1px,7.4666666667px + 0.4537037037vw,14px)}}.Typography--size-15{line-height:150%;font-size:3.75vw}@media only screen and (min-width: 768px){.Typography--size-15{font-size:clamp(9.75px,8px + 0.4861111111vw,15px)}}.Typography--size-16{line-height:150%;font-size:4vw}@media only screen and (min-width: 768px){.Typography--size-16{font-size:clamp(10.4px,8.5333333333px + 0.5185185185vw,16px)}}.Typography--size-17{line-height:150%;font-size:4.25vw}@media only screen and (min-width: 768px){.Typography--size-17{font-size:clamp(11.05px,9.0666666667px + 0.5509259259vw,17px)}}.Typography--size-18{line-height:150%;font-size:4.5vw}@media only screen and (min-width: 768px){.Typography--size-18{font-size:clamp(11.7px,9.6px + 0.5833333333vw,18px)}}.Typography--size-19{line-height:150%;font-size:4.75vw}@media only screen and (min-width: 768px){.Typography--size-19{font-size:clamp(12.35px,10.1333333333px + 0.6157407407vw,19px)}}.Typography--size-20{line-height:150%;font-size:5vw}@media only screen and (min-width: 768px){.Typography--size-20{font-size:clamp(13px,10.6666666667px + 0.6481481481vw,20px)}}.Typography--size-21{line-height:150%;font-size:5.25vw}@media only screen and (min-width: 768px){.Typography--size-21{font-size:clamp(13.65px,11.2px + 0.6805555556vw,21px)}}.Typography--size-22{line-height:150%;font-size:5.5vw}@media only screen and (min-width: 768px){.Typography--size-22{font-size:clamp(14.3px,11.7333333333px + 0.712962963vw,22px)}}.Typography--size-23{line-height:150%;font-size:5.75vw}@media only screen and (min-width: 768px){.Typography--size-23{font-size:clamp(14.95px,12.2666666667px + 0.7453703704vw,23px)}}.Typography--size-24{line-height:150%;font-size:6vw}@media only screen and (min-width: 768px){.Typography--size-24{font-size:clamp(15.6px,12.8px + 0.7777777778vw,24px)}}.Typography--size-25{line-height:150%;font-size:6.25vw}@media only screen and (min-width: 768px){.Typography--size-25{font-size:clamp(16.25px,13.3333333333px + 0.8101851852vw,25px)}}.Typography--size-26{line-height:150%;font-size:6.5vw}@media only screen and (min-width: 768px){.Typography--size-26{font-size:clamp(16.9px,13.8666666667px + 0.8425925926vw,26px)}}.Typography--size-27{line-height:150%;font-size:6.75vw}@media only screen and (min-width: 768px){.Typography--size-27{font-size:clamp(17.55px,14.4px + 0.875vw,27px)}}.Typography--size-28{line-height:150%;font-size:7vw}@media only screen and (min-width: 768px){.Typography--size-28{font-size:clamp(18.2px,14.9333333333px + 0.9074074074vw,28px)}}.Typography--size-29{line-height:150%;font-size:7.25vw}@media only screen and (min-width: 768px){.Typography--size-29{font-size:clamp(18.85px,15.4666666667px + 0.9398148148vw,29px)}}.Typography--size-30{line-height:150%;font-size:7.5vw}@media only screen and (min-width: 768px){.Typography--size-30{font-size:clamp(19.5px,16px + 0.9722222222vw,30px)}}.Typography--size-31{line-height:150%;font-size:7.75vw}@media only screen and (min-width: 768px){.Typography--size-31{font-size:clamp(20.15px,16.5333333333px + 1.0046296296vw,31px)}}.Typography--size-32{line-height:150%;font-size:8vw}@media only screen and (min-width: 768px){.Typography--size-32{font-size:clamp(20.8px,17.0666666667px + 1.037037037vw,32px)}}.Typography--size-33{line-height:150%;font-size:8.25vw}@media only screen and (min-width: 768px){.Typography--size-33{font-size:clamp(21.45px,17.6px + 1.0694444444vw,33px)}}.Typography--size-34{line-height:150%;font-size:8.5vw}@media only screen and (min-width: 768px){.Typography--size-34{font-size:clamp(22.1px,18.1333333333px + 1.1018518519vw,34px)}}.Typography--size-35{line-height:150%;font-size:8.75vw}@media only screen and (min-width: 768px){.Typography--size-35{font-size:clamp(22.75px,18.6666666667px + 1.1342592593vw,35px)}}.Typography--size-36{line-height:150%;font-size:9vw}@media only screen and (min-width: 768px){.Typography--size-36{font-size:clamp(23.4px,19.2px + 1.1666666667vw,36px)}}.Typography--size-37{line-height:150%;font-size:9.25vw}@media only screen and (min-width: 768px){.Typography--size-37{font-size:clamp(24.05px,19.7333333333px + 1.1990740741vw,37px)}}.Typography--size-38{line-height:150%;font-size:9.5vw}@media only screen and (min-width: 768px){.Typography--size-38{font-size:clamp(24.7px,20.2666666667px + 1.2314814815vw,38px)}}.Typography--size-39{line-height:150%;font-size:9.75vw}@media only screen and (min-width: 768px){.Typography--size-39{font-size:clamp(25.35px,20.8px + 1.2638888889vw,39px)}}.Typography--size-40{line-height:150%;font-size:10vw}@media only screen and (min-width: 768px){.Typography--size-40{font-size:clamp(26px,21.3333333333px + 1.2962962963vw,40px)}}.Typography--size-41{line-height:150%;font-size:10.25vw}@media only screen and (min-width: 768px){.Typography--size-41{font-size:clamp(26.65px,21.8666666667px + 1.3287037037vw,41px)}}.Typography--size-42{line-height:150%;font-size:10.5vw}@media only screen and (min-width: 768px){.Typography--size-42{font-size:clamp(27.3px,22.4px + 1.3611111111vw,42px)}}.Typography--size-43{line-height:150%;font-size:10.75vw}@media only screen and (min-width: 768px){.Typography--size-43{font-size:clamp(27.95px,22.9333333333px + 1.3935185185vw,43px)}}.Typography--size-44{line-height:150%;font-size:11vw}@media only screen and (min-width: 768px){.Typography--size-44{font-size:clamp(28.6px,23.4666666667px + 1.4259259259vw,44px)}}.Typography--size-45{line-height:150%;font-size:11.25vw}@media only screen and (min-width: 768px){.Typography--size-45{font-size:clamp(29.25px,24px + 1.4583333333vw,45px)}}.Typography--size-46{line-height:150%;font-size:11.5vw}@media only screen and (min-width: 768px){.Typography--size-46{font-size:clamp(29.9px,24.5333333333px + 1.4907407407vw,46px)}}.Typography--size-47{line-height:150%;font-size:11.75vw}@media only screen and (min-width: 768px){.Typography--size-47{font-size:clamp(30.55px,25.0666666667px + 1.5231481481vw,47px)}}.Typography--size-48{line-height:150%;font-size:12vw}@media only screen and (min-width: 768px){.Typography--size-48{font-size:clamp(31.2px,25.6px + 1.5555555556vw,48px)}}.Typography--size-49{line-height:150%;font-size:12.25vw}@media only screen and (min-width: 768px){.Typography--size-49{font-size:clamp(31.85px,26.1333333333px + 1.587962963vw,49px)}}.Typography--size-50{line-height:150%;font-size:12.5vw}@media only screen and (min-width: 768px){.Typography--size-50{font-size:clamp(32.5px,26.6666666667px + 1.6203703704vw,50px)}}.Typography--size-51{line-height:150%;font-size:12.75vw}@media only screen and (min-width: 768px){.Typography--size-51{font-size:clamp(33.15px,27.2px + 1.6527777778vw,51px)}}.Typography--size-52{line-height:150%;font-size:13vw}@media only screen and (min-width: 768px){.Typography--size-52{font-size:clamp(33.8px,27.7333333333px + 1.6851851852vw,52px)}}.Typography--size-53{line-height:150%;font-size:13.25vw}@media only screen and (min-width: 768px){.Typography--size-53{font-size:clamp(34.45px,28.2666666667px + 1.7175925926vw,53px)}}.Typography--size-54{line-height:150%;font-size:13.5vw}@media only screen and (min-width: 768px){.Typography--size-54{font-size:clamp(35.1px,28.8px + 1.75vw,54px)}}.Typography--size-55{line-height:150%;font-size:13.75vw}@media only screen and (min-width: 768px){.Typography--size-55{font-size:clamp(35.75px,29.3333333333px + 1.7824074074vw,55px)}}.Typography--size-56{line-height:150%;font-size:14vw}@media only screen and (min-width: 768px){.Typography--size-56{font-size:clamp(36.4px,29.8666666667px + 1.8148148148vw,56px)}}.Typography--size-57{line-height:150%;font-size:14.25vw}@media only screen and (min-width: 768px){.Typography--size-57{font-size:clamp(37.05px,30.4px + 1.8472222222vw,57px)}}.Typography--size-58{line-height:150%;font-size:14.5vw}@media only screen and (min-width: 768px){.Typography--size-58{font-size:clamp(37.7px,30.9333333333px + 1.8796296296vw,58px)}}.Typography--size-59{line-height:150%;font-size:14.75vw}@media only screen and (min-width: 768px){.Typography--size-59{font-size:clamp(38.35px,31.4666666667px + 1.912037037vw,59px)}}.Typography--size-60{line-height:150%;font-size:15vw}@media only screen and (min-width: 768px){.Typography--size-60{font-size:clamp(39px,32px + 1.9444444444vw,60px)}}.Typography--size-61{line-height:150%;font-size:15.25vw}@media only screen and (min-width: 768px){.Typography--size-61{font-size:clamp(39.65px,32.5333333333px + 1.9768518519vw,61px)}}.Typography--size-62{line-height:150%;font-size:15.5vw}@media only screen and (min-width: 768px){.Typography--size-62{font-size:clamp(40.3px,33.0666666667px + 2.0092592593vw,62px)}}.Typography--size-63{line-height:150%;font-size:15.75vw}@media only screen and (min-width: 768px){.Typography--size-63{font-size:clamp(40.95px,33.6px + 2.0416666667vw,63px)}}.Typography--size-64{line-height:150%;font-size:16vw}@media only screen and (min-width: 768px){.Typography--size-64{font-size:clamp(41.6px,34.1333333333px + 2.0740740741vw,64px)}}.Typography--size-65{line-height:150%;font-size:16.25vw}@media only screen and (min-width: 768px){.Typography--size-65{font-size:clamp(42.25px,34.6666666667px + 2.1064814815vw,65px)}}.Typography--size-66{line-height:150%;font-size:16.5vw}@media only screen and (min-width: 768px){.Typography--size-66{font-size:clamp(42.9px,35.2px + 2.1388888889vw,66px)}}.Typography--size-67{line-height:150%;font-size:16.75vw}@media only screen and (min-width: 768px){.Typography--size-67{font-size:clamp(43.55px,35.7333333333px + 2.1712962963vw,67px)}}.Typography--size-68{line-height:150%;font-size:17vw}@media only screen and (min-width: 768px){.Typography--size-68{font-size:clamp(44.2px,36.2666666667px + 2.2037037037vw,68px)}}.Typography--size-69{line-height:150%;font-size:17.25vw}@media only screen and (min-width: 768px){.Typography--size-69{font-size:clamp(44.85px,36.8px + 2.2361111111vw,69px)}}.Typography--size-70{line-height:150%;font-size:17.5vw}@media only screen and (min-width: 768px){.Typography--size-70{font-size:clamp(45.5px,37.3333333333px + 2.2685185185vw,70px)}}.Typography--size-71{line-height:150%;font-size:17.75vw}@media only screen and (min-width: 768px){.Typography--size-71{font-size:clamp(46.15px,37.8666666667px + 2.3009259259vw,71px)}}.Typography--size-72{line-height:150%;font-size:18vw}@media only screen and (min-width: 768px){.Typography--size-72{font-size:clamp(46.8px,38.4px + 2.3333333333vw,72px)}}.Typography--size-73{line-height:150%;font-size:18.25vw}@media only screen and (min-width: 768px){.Typography--size-73{font-size:clamp(47.45px,38.9333333333px + 2.3657407407vw,73px)}}.Typography--size-74{line-height:150%;font-size:18.5vw}@media only screen and (min-width: 768px){.Typography--size-74{font-size:clamp(48.1px,39.4666666667px + 2.3981481481vw,74px)}}.Typography--size-75{line-height:150%;font-size:18.75vw}@media only screen and (min-width: 768px){.Typography--size-75{font-size:clamp(48.75px,40px + 2.4305555556vw,75px)}}.Typography--size-76{line-height:150%;font-size:19vw}@media only screen and (min-width: 768px){.Typography--size-76{font-size:clamp(49.4px,40.5333333333px + 2.462962963vw,76px)}}.Typography--size-77{line-height:150%;font-size:19.25vw}@media only screen and (min-width: 768px){.Typography--size-77{font-size:clamp(50.05px,41.0666666667px + 2.4953703704vw,77px)}}.Typography--size-78{line-height:150%;font-size:19.5vw}@media only screen and (min-width: 768px){.Typography--size-78{font-size:clamp(50.7px,41.6px + 2.5277777778vw,78px)}}.Typography--size-79{line-height:150%;font-size:19.75vw}@media only screen and (min-width: 768px){.Typography--size-79{font-size:clamp(51.35px,42.1333333333px + 2.5601851852vw,79px)}}.Typography--size-80{line-height:150%;font-size:20vw}@media only screen and (min-width: 768px){.Typography--size-80{font-size:clamp(52px,42.6666666667px + 2.5925925926vw,80px)}}.Typography--size-81{line-height:150%;font-size:20.25vw}@media only screen and (min-width: 768px){.Typography--size-81{font-size:clamp(52.65px,43.2px + 2.625vw,81px)}}.Typography--size-82{line-height:150%;font-size:20.5vw}@media only screen and (min-width: 768px){.Typography--size-82{font-size:clamp(53.3px,43.7333333333px + 2.6574074074vw,82px)}}.Typography--size-83{line-height:150%;font-size:20.75vw}@media only screen and (min-width: 768px){.Typography--size-83{font-size:clamp(53.95px,44.2666666667px + 2.6898148148vw,83px)}}.Typography--size-84{line-height:150%;font-size:21vw}@media only screen and (min-width: 768px){.Typography--size-84{font-size:clamp(54.6px,44.8px + 2.7222222222vw,84px)}}.Typography--size-85{line-height:150%;font-size:21.25vw}@media only screen and (min-width: 768px){.Typography--size-85{font-size:clamp(55.25px,45.3333333333px + 2.7546296296vw,85px)}}.Typography--size-86{line-height:150%;font-size:21.5vw}@media only screen and (min-width: 768px){.Typography--size-86{font-size:clamp(55.9px,45.8666666667px + 2.787037037vw,86px)}}.Typography--size-87{line-height:150%;font-size:21.75vw}@media only screen and (min-width: 768px){.Typography--size-87{font-size:clamp(56.55px,46.4px + 2.8194444444vw,87px)}}.Typography--size-88{line-height:150%;font-size:22vw}@media only screen and (min-width: 768px){.Typography--size-88{font-size:clamp(57.2px,46.9333333333px + 2.8518518519vw,88px)}}.Typography--size-89{line-height:150%;font-size:22.25vw}@media only screen and (min-width: 768px){.Typography--size-89{font-size:clamp(57.85px,47.4666666667px + 2.8842592593vw,89px)}}.Typography--size-90{line-height:150%;font-size:22.5vw}@media only screen and (min-width: 768px){.Typography--size-90{font-size:clamp(58.5px,48px + 2.9166666667vw,90px)}}.Typography--size-91{line-height:150%;font-size:22.75vw}@media only screen and (min-width: 768px){.Typography--size-91{font-size:clamp(59.15px,48.5333333333px + 2.9490740741vw,91px)}}.Typography--size-92{line-height:150%;font-size:23vw}@media only screen and (min-width: 768px){.Typography--size-92{font-size:clamp(59.8px,49.0666666667px + 2.9814814815vw,92px)}}.Typography--size-93{line-height:150%;font-size:23.25vw}@media only screen and (min-width: 768px){.Typography--size-93{font-size:clamp(60.45px,49.6px + 3.0138888889vw,93px)}}.Typography--size-94{line-height:150%;font-size:23.5vw}@media only screen and (min-width: 768px){.Typography--size-94{font-size:clamp(61.1px,50.1333333333px + 3.0462962963vw,94px)}}.Typography--size-95{line-height:150%;font-size:23.75vw}@media only screen and (min-width: 768px){.Typography--size-95{font-size:clamp(61.75px,50.6666666667px + 3.0787037037vw,95px)}}.Typography--size-96{line-height:150%;font-size:24vw}@media only screen and (min-width: 768px){.Typography--size-96{font-size:clamp(62.4px,51.2px + 3.1111111111vw,96px)}}.Typography--size-97{line-height:150%;font-size:24.25vw}@media only screen and (min-width: 768px){.Typography--size-97{font-size:clamp(63.05px,51.7333333333px + 3.1435185185vw,97px)}}.Typography--size-98{line-height:150%;font-size:24.5vw}@media only screen and (min-width: 768px){.Typography--size-98{font-size:clamp(63.7px,52.2666666667px + 3.1759259259vw,98px)}}.Typography--size-99{line-height:150%;font-size:24.75vw}@media only screen and (min-width: 768px){.Typography--size-99{font-size:clamp(64.35px,52.8px + 3.2083333333vw,99px)}}.Typography--size-100{line-height:150%;font-size:25vw}@media only screen and (min-width: 768px){.Typography--size-100{font-size:clamp(65px,53.3333333333px + 3.2407407407vw,100px)}}.Typography--size-101{line-height:150%;font-size:25.25vw}@media only screen and (min-width: 768px){.Typography--size-101{font-size:clamp(65.65px,53.8666666667px + 3.2731481481vw,101px)}}.Typography--size-102{line-height:150%;font-size:25.5vw}@media only screen and (min-width: 768px){.Typography--size-102{font-size:clamp(66.3px,54.4px + 3.3055555556vw,102px)}}.Typography--size-103{line-height:150%;font-size:25.75vw}@media only screen and (min-width: 768px){.Typography--size-103{font-size:clamp(66.95px,54.9333333333px + 3.337962963vw,103px)}}.Typography--size-104{line-height:150%;font-size:26vw}@media only screen and (min-width: 768px){.Typography--size-104{font-size:clamp(67.6px,55.4666666667px + 3.3703703704vw,104px)}}.Typography--size-105{line-height:150%;font-size:26.25vw}@media only screen and (min-width: 768px){.Typography--size-105{font-size:clamp(68.25px,56px + 3.4027777778vw,105px)}}.Typography--size-106{line-height:150%;font-size:26.5vw}@media only screen and (min-width: 768px){.Typography--size-106{font-size:clamp(68.9px,56.5333333333px + 3.4351851852vw,106px)}}.Typography--size-107{line-height:150%;font-size:26.75vw}@media only screen and (min-width: 768px){.Typography--size-107{font-size:clamp(69.55px,57.0666666667px + 3.4675925926vw,107px)}}.Typography--size-108{line-height:150%;font-size:27vw}@media only screen and (min-width: 768px){.Typography--size-108{font-size:clamp(70.2px,57.6px + 3.5vw,108px)}}.Typography--size-109{line-height:150%;font-size:27.25vw}@media only screen and (min-width: 768px){.Typography--size-109{font-size:clamp(70.85px,58.1333333333px + 3.5324074074vw,109px)}}.Typography--size-110{line-height:150%;font-size:27.5vw}@media only screen and (min-width: 768px){.Typography--size-110{font-size:clamp(71.5px,58.6666666667px + 3.5648148148vw,110px)}}.Typography--size-111{line-height:150%;font-size:27.75vw}@media only screen and (min-width: 768px){.Typography--size-111{font-size:clamp(72.15px,59.2px + 3.5972222222vw,111px)}}.Typography--size-112{line-height:150%;font-size:28vw}@media only screen and (min-width: 768px){.Typography--size-112{font-size:clamp(72.8px,59.7333333333px + 3.6296296296vw,112px)}}.Typography--size-113{line-height:150%;font-size:28.25vw}@media only screen and (min-width: 768px){.Typography--size-113{font-size:clamp(73.45px,60.2666666667px + 3.662037037vw,113px)}}.Typography--size-114{line-height:150%;font-size:28.5vw}@media only screen and (min-width: 768px){.Typography--size-114{font-size:clamp(74.1px,60.8px + 3.6944444444vw,114px)}}.Typography--size-115{line-height:150%;font-size:28.75vw}@media only screen and (min-width: 768px){.Typography--size-115{font-size:clamp(74.75px,61.3333333333px + 3.7268518519vw,115px)}}.Typography--size-116{line-height:150%;font-size:29vw}@media only screen and (min-width: 768px){.Typography--size-116{font-size:clamp(75.4px,61.8666666667px + 3.7592592593vw,116px)}}.Typography--size-117{line-height:150%;font-size:29.25vw}@media only screen and (min-width: 768px){.Typography--size-117{font-size:clamp(76.05px,62.4px + 3.7916666667vw,117px)}}.Typography--size-118{line-height:150%;font-size:29.5vw}@media only screen and (min-width: 768px){.Typography--size-118{font-size:clamp(76.7px,62.9333333333px + 3.8240740741vw,118px)}}.Typography--size-119{line-height:150%;font-size:29.75vw}@media only screen and (min-width: 768px){.Typography--size-119{font-size:clamp(77.35px,63.4666666667px + 3.8564814815vw,119px)}}.Typography--size-120{line-height:150%;font-size:30vw}@media only screen and (min-width: 768px){.Typography--size-120{font-size:clamp(78px,64px + 3.8888888889vw,120px)}}.Typography--size-121{line-height:150%;font-size:30.25vw}@media only screen and (min-width: 768px){.Typography--size-121{font-size:clamp(78.65px,64.5333333333px + 3.9212962963vw,121px)}}.Typography--size-122{line-height:150%;font-size:30.5vw}@media only screen and (min-width: 768px){.Typography--size-122{font-size:clamp(79.3px,65.0666666667px + 3.9537037037vw,122px)}}.Typography--size-123{line-height:150%;font-size:30.75vw}@media only screen and (min-width: 768px){.Typography--size-123{font-size:clamp(79.95px,65.6px + 3.9861111111vw,123px)}}.Typography--size-124{line-height:150%;font-size:31vw}@media only screen and (min-width: 768px){.Typography--size-124{font-size:clamp(80.6px,66.1333333333px + 4.0185185185vw,124px)}}.Typography--size-125{line-height:150%;font-size:31.25vw}@media only screen and (min-width: 768px){.Typography--size-125{font-size:clamp(81.25px,66.6666666667px + 4.0509259259vw,125px)}}.Typography--size-126{line-height:150%;font-size:31.5vw}@media only screen and (min-width: 768px){.Typography--size-126{font-size:clamp(81.9px,67.2px + 4.0833333333vw,126px)}}.Typography--size-127{line-height:150%;font-size:31.75vw}@media only screen and (min-width: 768px){.Typography--size-127{font-size:clamp(82.55px,67.7333333333px + 4.1157407407vw,127px)}}.Typography--size-128{line-height:150%;font-size:32vw}@media only screen and (min-width: 768px){.Typography--size-128{font-size:clamp(83.2px,68.2666666667px + 4.1481481481vw,128px)}}.Typography--size-129{line-height:150%;font-size:32.25vw}@media only screen and (min-width: 768px){.Typography--size-129{font-size:clamp(83.85px,68.8px + 4.1805555556vw,129px)}}.Typography--size-130{line-height:150%;font-size:32.5vw}@media only screen and (min-width: 768px){.Typography--size-130{font-size:clamp(84.5px,69.3333333333px + 4.212962963vw,130px)}}.Typography--size-131{line-height:150%;font-size:32.75vw}@media only screen and (min-width: 768px){.Typography--size-131{font-size:clamp(85.15px,69.8666666667px + 4.2453703704vw,131px)}}.Typography--size-132{line-height:150%;font-size:33vw}@media only screen and (min-width: 768px){.Typography--size-132{font-size:clamp(85.8px,70.4px + 4.2777777778vw,132px)}}.Typography--size-133{line-height:150%;font-size:33.25vw}@media only screen and (min-width: 768px){.Typography--size-133{font-size:clamp(86.45px,70.9333333333px + 4.3101851852vw,133px)}}.Typography--size-134{line-height:150%;font-size:33.5vw}@media only screen and (min-width: 768px){.Typography--size-134{font-size:clamp(87.1px,71.4666666667px + 4.3425925926vw,134px)}}.Typography--size-135{line-height:150%;font-size:33.75vw}@media only screen and (min-width: 768px){.Typography--size-135{font-size:clamp(87.75px,72px + 4.375vw,135px)}}.Typography--size-136{line-height:150%;font-size:34vw}@media only screen and (min-width: 768px){.Typography--size-136{font-size:clamp(88.4px,72.5333333333px + 4.4074074074vw,136px)}}.Typography--size-137{line-height:150%;font-size:34.25vw}@media only screen and (min-width: 768px){.Typography--size-137{font-size:clamp(89.05px,73.0666666667px + 4.4398148148vw,137px)}}.Typography--size-138{line-height:150%;font-size:34.5vw}@media only screen and (min-width: 768px){.Typography--size-138{font-size:clamp(89.7px,73.6px + 4.4722222222vw,138px)}}.Typography--size-139{line-height:150%;font-size:34.75vw}@media only screen and (min-width: 768px){.Typography--size-139{font-size:clamp(90.35px,74.1333333333px + 4.5046296296vw,139px)}}.Typography--size-140{line-height:150%;font-size:35vw}@media only screen and (min-width: 768px){.Typography--size-140{font-size:clamp(91px,74.6666666667px + 4.537037037vw,140px)}}.Typography--size-141{line-height:150%;font-size:35.25vw}@media only screen and (min-width: 768px){.Typography--size-141{font-size:clamp(91.65px,75.2px + 4.5694444444vw,141px)}}.Typography--size-142{line-height:150%;font-size:35.5vw}@media only screen and (min-width: 768px){.Typography--size-142{font-size:clamp(92.3px,75.7333333333px + 4.6018518519vw,142px)}}.Typography--size-143{line-height:150%;font-size:35.75vw}@media only screen and (min-width: 768px){.Typography--size-143{font-size:clamp(92.95px,76.2666666667px + 4.6342592593vw,143px)}}.Typography--size-144{line-height:150%;font-size:36vw}@media only screen and (min-width: 768px){.Typography--size-144{font-size:clamp(93.6px,76.8px + 4.6666666667vw,144px)}}.Typography--size-145{line-height:150%;font-size:36.25vw}@media only screen and (min-width: 768px){.Typography--size-145{font-size:clamp(94.25px,77.3333333333px + 4.6990740741vw,145px)}}.Typography--size-146{line-height:150%;font-size:36.5vw}@media only screen and (min-width: 768px){.Typography--size-146{font-size:clamp(94.9px,77.8666666667px + 4.7314814815vw,146px)}}.Typography--size-147{line-height:150%;font-size:36.75vw}@media only screen and (min-width: 768px){.Typography--size-147{font-size:clamp(95.55px,78.4px + 4.7638888889vw,147px)}}.Typography--size-148{line-height:150%;font-size:37vw}@media only screen and (min-width: 768px){.Typography--size-148{font-size:clamp(96.2px,78.9333333333px + 4.7962962963vw,148px)}}.Typography--size-149{line-height:150%;font-size:37.25vw}@media only screen and (min-width: 768px){.Typography--size-149{font-size:clamp(96.85px,79.4666666667px + 4.8287037037vw,149px)}}.Typography--size-150{line-height:150%;font-size:37.5vw}@media only screen and (min-width: 768px){.Typography--size-150{font-size:clamp(97.5px,80px + 4.8611111111vw,150px)}}.Typography--size-151{line-height:150%;font-size:37.75vw}@media only screen and (min-width: 768px){.Typography--size-151{font-size:clamp(98.15px,80.5333333333px + 4.8935185185vw,151px)}}.Typography--size-152{line-height:150%;font-size:38vw}@media only screen and (min-width: 768px){.Typography--size-152{font-size:clamp(98.8px,81.0666666667px + 4.9259259259vw,152px)}}.Typography--size-153{line-height:150%;font-size:38.25vw}@media only screen and (min-width: 768px){.Typography--size-153{font-size:clamp(99.45px,81.6px + 4.9583333333vw,153px)}}.Typography--size-154{line-height:150%;font-size:38.5vw}@media only screen and (min-width: 768px){.Typography--size-154{font-size:clamp(100.1px,82.1333333333px + 4.9907407407vw,154px)}}.Typography--size-155{line-height:150%;font-size:38.75vw}@media only screen and (min-width: 768px){.Typography--size-155{font-size:clamp(100.75px,82.6666666667px + 5.0231481481vw,155px)}}.Typography--size-156{line-height:150%;font-size:39vw}@media only screen and (min-width: 768px){.Typography--size-156{font-size:clamp(101.4px,83.2px + 5.0555555556vw,156px)}}.Typography--size-157{line-height:150%;font-size:39.25vw}@media only screen and (min-width: 768px){.Typography--size-157{font-size:clamp(102.05px,83.7333333333px + 5.087962963vw,157px)}}.Typography--size-158{line-height:150%;font-size:39.5vw}@media only screen and (min-width: 768px){.Typography--size-158{font-size:clamp(102.7px,84.2666666667px + 5.1203703704vw,158px)}}.Typography--size-159{line-height:150%;font-size:39.75vw}@media only screen and (min-width: 768px){.Typography--size-159{font-size:clamp(103.35px,84.8px + 5.1527777778vw,159px)}}.Typography--size-160{line-height:150%;font-size:40vw}@media only screen and (min-width: 768px){.Typography--size-160{font-size:clamp(104px,85.3333333333px + 5.1851851852vw,160px)}}.Typography--size-161{line-height:150%;font-size:40.25vw}@media only screen and (min-width: 768px){.Typography--size-161{font-size:clamp(104.65px,85.8666666667px + 5.2175925926vw,161px)}}.Typography--size-162{line-height:150%;font-size:40.5vw}@media only screen and (min-width: 768px){.Typography--size-162{font-size:clamp(105.3px,86.4px + 5.25vw,162px)}}.Typography--size-163{line-height:150%;font-size:40.75vw}@media only screen and (min-width: 768px){.Typography--size-163{font-size:clamp(105.95px,86.9333333333px + 5.2824074074vw,163px)}}.Typography--size-164{line-height:150%;font-size:41vw}@media only screen and (min-width: 768px){.Typography--size-164{font-size:clamp(106.6px,87.4666666667px + 5.3148148148vw,164px)}}.Typography--size-165{line-height:150%;font-size:41.25vw}@media only screen and (min-width: 768px){.Typography--size-165{font-size:clamp(107.25px,88px + 5.3472222222vw,165px)}}.Typography--size-166{line-height:150%;font-size:41.5vw}@media only screen and (min-width: 768px){.Typography--size-166{font-size:clamp(107.9px,88.5333333333px + 5.3796296296vw,166px)}}.Typography--size-167{line-height:150%;font-size:41.75vw}@media only screen and (min-width: 768px){.Typography--size-167{font-size:clamp(108.55px,89.0666666667px + 5.412037037vw,167px)}}.Typography--size-168{line-height:150%;font-size:42vw}@media only screen and (min-width: 768px){.Typography--size-168{font-size:clamp(109.2px,89.6px + 5.4444444444vw,168px)}}.Typography--size-169{line-height:150%;font-size:42.25vw}@media only screen and (min-width: 768px){.Typography--size-169{font-size:clamp(109.85px,90.1333333333px + 5.4768518519vw,169px)}}.Typography--size-170{line-height:150%;font-size:42.5vw}@media only screen and (min-width: 768px){.Typography--size-170{font-size:clamp(110.5px,90.6666666667px + 5.5092592593vw,170px)}}.Typography--size-171{line-height:150%;font-size:42.75vw}@media only screen and (min-width: 768px){.Typography--size-171{font-size:clamp(111.15px,91.2px + 5.5416666667vw,171px)}}.Typography--size-172{line-height:150%;font-size:43vw}@media only screen and (min-width: 768px){.Typography--size-172{font-size:clamp(111.8px,91.7333333333px + 5.5740740741vw,172px)}}.Typography--size-173{line-height:150%;font-size:43.25vw}@media only screen and (min-width: 768px){.Typography--size-173{font-size:clamp(112.45px,92.2666666667px + 5.6064814815vw,173px)}}.Typography--size-174{line-height:150%;font-size:43.5vw}@media only screen and (min-width: 768px){.Typography--size-174{font-size:clamp(113.1px,92.8px + 5.6388888889vw,174px)}}.Typography--size-175{line-height:150%;font-size:43.75vw}@media only screen and (min-width: 768px){.Typography--size-175{font-size:clamp(113.75px,93.3333333333px + 5.6712962963vw,175px)}}.Typography--size-176{line-height:150%;font-size:44vw}@media only screen and (min-width: 768px){.Typography--size-176{font-size:clamp(114.4px,93.8666666667px + 5.7037037037vw,176px)}}.Typography--size-177{line-height:150%;font-size:44.25vw}@media only screen and (min-width: 768px){.Typography--size-177{font-size:clamp(115.05px,94.4px + 5.7361111111vw,177px)}}.Typography--size-178{line-height:150%;font-size:44.5vw}@media only screen and (min-width: 768px){.Typography--size-178{font-size:clamp(115.7px,94.9333333333px + 5.7685185185vw,178px)}}.Typography--size-179{line-height:150%;font-size:44.75vw}@media only screen and (min-width: 768px){.Typography--size-179{font-size:clamp(116.35px,95.4666666667px + 5.8009259259vw,179px)}}.Typography--size-180{line-height:150%;font-size:45vw}@media only screen and (min-width: 768px){.Typography--size-180{font-size:clamp(117px,96px + 5.8333333333vw,180px)}}.Typography--size-181{line-height:150%;font-size:45.25vw}@media only screen and (min-width: 768px){.Typography--size-181{font-size:clamp(117.65px,96.5333333333px + 5.8657407407vw,181px)}}.Typography--size-182{line-height:150%;font-size:45.5vw}@media only screen and (min-width: 768px){.Typography--size-182{font-size:clamp(118.3px,97.0666666667px + 5.8981481481vw,182px)}}.Typography--size-183{line-height:150%;font-size:45.75vw}@media only screen and (min-width: 768px){.Typography--size-183{font-size:clamp(118.95px,97.6px + 5.9305555556vw,183px)}}.Typography--size-184{line-height:150%;font-size:46vw}@media only screen and (min-width: 768px){.Typography--size-184{font-size:clamp(119.6px,98.1333333333px + 5.962962963vw,184px)}}.Typography--size-185{line-height:150%;font-size:46.25vw}@media only screen and (min-width: 768px){.Typography--size-185{font-size:clamp(120.25px,98.6666666667px + 5.9953703704vw,185px)}}.Typography--size-186{line-height:150%;font-size:46.5vw}@media only screen and (min-width: 768px){.Typography--size-186{font-size:clamp(120.9px,99.2px + 6.0277777778vw,186px)}}.Typography--size-187{line-height:150%;font-size:46.75vw}@media only screen and (min-width: 768px){.Typography--size-187{font-size:clamp(121.55px,99.7333333333px + 6.0601851852vw,187px)}}.Typography--size-188{line-height:150%;font-size:47vw}@media only screen and (min-width: 768px){.Typography--size-188{font-size:clamp(122.2px,100.2666666667px + 6.0925925926vw,188px)}}.Typography--size-189{line-height:150%;font-size:47.25vw}@media only screen and (min-width: 768px){.Typography--size-189{font-size:clamp(122.85px,100.8px + 6.125vw,189px)}}.Typography--size-190{line-height:150%;font-size:47.5vw}@media only screen and (min-width: 768px){.Typography--size-190{font-size:clamp(123.5px,101.3333333333px + 6.1574074074vw,190px)}}.Typography--size-191{line-height:150%;font-size:47.75vw}@media only screen and (min-width: 768px){.Typography--size-191{font-size:clamp(124.15px,101.8666666667px + 6.1898148148vw,191px)}}.Typography--size-192{line-height:150%;font-size:48vw}@media only screen and (min-width: 768px){.Typography--size-192{font-size:clamp(124.8px,102.4px + 6.2222222222vw,192px)}}.Typography--size-193{line-height:150%;font-size:48.25vw}@media only screen and (min-width: 768px){.Typography--size-193{font-size:clamp(125.45px,102.9333333333px + 6.2546296296vw,193px)}}.Typography--size-194{line-height:150%;font-size:48.5vw}@media only screen and (min-width: 768px){.Typography--size-194{font-size:clamp(126.1px,103.4666666667px + 6.287037037vw,194px)}}.Typography--size-195{line-height:150%;font-size:48.75vw}@media only screen and (min-width: 768px){.Typography--size-195{font-size:clamp(126.75px,104px + 6.3194444444vw,195px)}}.Typography--size-196{line-height:150%;font-size:49vw}@media only screen and (min-width: 768px){.Typography--size-196{font-size:clamp(127.4px,104.5333333333px + 6.3518518519vw,196px)}}.Typography--size-197{line-height:150%;font-size:49.25vw}@media only screen and (min-width: 768px){.Typography--size-197{font-size:clamp(128.05px,105.0666666667px + 6.3842592593vw,197px)}}.Typography--size-198{line-height:150%;font-size:49.5vw}@media only screen and (min-width: 768px){.Typography--size-198{font-size:clamp(128.7px,105.6px + 6.4166666667vw,198px)}}.Typography--size-199{line-height:150%;font-size:49.75vw}@media only screen and (min-width: 768px){.Typography--size-199{font-size:clamp(129.35px,106.1333333333px + 6.4490740741vw,199px)}}.Typography--size-200{line-height:150%;font-size:50vw}@media only screen and (min-width: 768px){.Typography--size-200{font-size:clamp(130px,106.6666666667px + 6.4814814815vw,200px)}}.Typography--size-201{line-height:150%;font-size:50.25vw}@media only screen and (min-width: 768px){.Typography--size-201{font-size:clamp(130.65px,107.2px + 6.5138888889vw,201px)}}.Typography--size-202{line-height:150%;font-size:50.5vw}@media only screen and (min-width: 768px){.Typography--size-202{font-size:clamp(131.3px,107.7333333333px + 6.5462962963vw,202px)}}.Typography--size-203{line-height:150%;font-size:50.75vw}@media only screen and (min-width: 768px){.Typography--size-203{font-size:clamp(131.95px,108.2666666667px + 6.5787037037vw,203px)}}.Typography--size-204{line-height:150%;font-size:51vw}@media only screen and (min-width: 768px){.Typography--size-204{font-size:clamp(132.6px,108.8px + 6.6111111111vw,204px)}}.Typography--size-205{line-height:150%;font-size:51.25vw}@media only screen and (min-width: 768px){.Typography--size-205{font-size:clamp(133.25px,109.3333333333px + 6.6435185185vw,205px)}}.Typography--size-206{line-height:150%;font-size:51.5vw}@media only screen and (min-width: 768px){.Typography--size-206{font-size:clamp(133.9px,109.8666666667px + 6.6759259259vw,206px)}}.Typography--size-207{line-height:150%;font-size:51.75vw}@media only screen and (min-width: 768px){.Typography--size-207{font-size:clamp(134.55px,110.4px + 6.7083333333vw,207px)}}.Typography--size-208{line-height:150%;font-size:52vw}@media only screen and (min-width: 768px){.Typography--size-208{font-size:clamp(135.2px,110.9333333333px + 6.7407407407vw,208px)}}.Typography--size-209{line-height:150%;font-size:52.25vw}@media only screen and (min-width: 768px){.Typography--size-209{font-size:clamp(135.85px,111.4666666667px + 6.7731481481vw,209px)}}.Typography--size-210{line-height:150%;font-size:52.5vw}@media only screen and (min-width: 768px){.Typography--size-210{font-size:clamp(136.5px,112px + 6.8055555556vw,210px)}}.Typography--size-211{line-height:150%;font-size:52.75vw}@media only screen and (min-width: 768px){.Typography--size-211{font-size:clamp(137.15px,112.5333333333px + 6.837962963vw,211px)}}.Typography--size-212{line-height:150%;font-size:53vw}@media only screen and (min-width: 768px){.Typography--size-212{font-size:clamp(137.8px,113.0666666667px + 6.8703703704vw,212px)}}.Typography--size-213{line-height:150%;font-size:53.25vw}@media only screen and (min-width: 768px){.Typography--size-213{font-size:clamp(138.45px,113.6px + 6.9027777778vw,213px)}}.Typography--size-214{line-height:150%;font-size:53.5vw}@media only screen and (min-width: 768px){.Typography--size-214{font-size:clamp(139.1px,114.1333333333px + 6.9351851852vw,214px)}}.Typography--size-215{line-height:150%;font-size:53.75vw}@media only screen and (min-width: 768px){.Typography--size-215{font-size:clamp(139.75px,114.6666666667px + 6.9675925926vw,215px)}}.Typography--size-216{line-height:150%;font-size:54vw}@media only screen and (min-width: 768px){.Typography--size-216{font-size:clamp(140.4px,115.2px + 7vw,216px)}}.Typography--size-217{line-height:150%;font-size:54.25vw}@media only screen and (min-width: 768px){.Typography--size-217{font-size:clamp(141.05px,115.7333333333px + 7.0324074074vw,217px)}}.Typography--size-218{line-height:150%;font-size:54.5vw}@media only screen and (min-width: 768px){.Typography--size-218{font-size:clamp(141.7px,116.2666666667px + 7.0648148148vw,218px)}}.Typography--size-219{line-height:150%;font-size:54.75vw}@media only screen and (min-width: 768px){.Typography--size-219{font-size:clamp(142.35px,116.8px + 7.0972222222vw,219px)}}.Typography--size-220{line-height:150%;font-size:55vw}@media only screen and (min-width: 768px){.Typography--size-220{font-size:clamp(143px,117.3333333333px + 7.1296296296vw,220px)}}.Typography--size-221{line-height:150%;font-size:55.25vw}@media only screen and (min-width: 768px){.Typography--size-221{font-size:clamp(143.65px,117.8666666667px + 7.162037037vw,221px)}}.Typography--size-222{line-height:150%;font-size:55.5vw}@media only screen and (min-width: 768px){.Typography--size-222{font-size:clamp(144.3px,118.4px + 7.1944444444vw,222px)}}.Typography--size-223{line-height:150%;font-size:55.75vw}@media only screen and (min-width: 768px){.Typography--size-223{font-size:clamp(144.95px,118.9333333333px + 7.2268518519vw,223px)}}.Typography--size-224{line-height:150%;font-size:56vw}@media only screen and (min-width: 768px){.Typography--size-224{font-size:clamp(145.6px,119.4666666667px + 7.2592592593vw,224px)}}.Typography--size-225{line-height:150%;font-size:56.25vw}@media only screen and (min-width: 768px){.Typography--size-225{font-size:clamp(146.25px,120px + 7.2916666667vw,225px)}}.Typography--size-226{line-height:150%;font-size:56.5vw}@media only screen and (min-width: 768px){.Typography--size-226{font-size:clamp(146.9px,120.5333333333px + 7.3240740741vw,226px)}}.Typography--size-227{line-height:150%;font-size:56.75vw}@media only screen and (min-width: 768px){.Typography--size-227{font-size:clamp(147.55px,121.0666666667px + 7.3564814815vw,227px)}}.Typography--size-228{line-height:150%;font-size:57vw}@media only screen and (min-width: 768px){.Typography--size-228{font-size:clamp(148.2px,121.6px + 7.3888888889vw,228px)}}.Typography--size-229{line-height:150%;font-size:57.25vw}@media only screen and (min-width: 768px){.Typography--size-229{font-size:clamp(148.85px,122.1333333333px + 7.4212962963vw,229px)}}.Typography--size-230{line-height:150%;font-size:57.5vw}@media only screen and (min-width: 768px){.Typography--size-230{font-size:clamp(149.5px,122.6666666667px + 7.4537037037vw,230px)}}.Typography--size-231{line-height:150%;font-size:57.75vw}@media only screen and (min-width: 768px){.Typography--size-231{font-size:clamp(150.15px,123.2px + 7.4861111111vw,231px)}}.Typography--size-232{line-height:150%;font-size:58vw}@media only screen and (min-width: 768px){.Typography--size-232{font-size:clamp(150.8px,123.7333333333px + 7.5185185185vw,232px)}}.Typography--size-233{line-height:150%;font-size:58.25vw}@media only screen and (min-width: 768px){.Typography--size-233{font-size:clamp(151.45px,124.2666666667px + 7.5509259259vw,233px)}}.Typography--size-234{line-height:150%;font-size:58.5vw}@media only screen and (min-width: 768px){.Typography--size-234{font-size:clamp(152.1px,124.8px + 7.5833333333vw,234px)}}.Typography--size-235{line-height:150%;font-size:58.75vw}@media only screen and (min-width: 768px){.Typography--size-235{font-size:clamp(152.75px,125.3333333333px + 7.6157407407vw,235px)}}.Typography--size-236{line-height:150%;font-size:59vw}@media only screen and (min-width: 768px){.Typography--size-236{font-size:clamp(153.4px,125.8666666667px + 7.6481481481vw,236px)}}.Typography--size-237{line-height:150%;font-size:59.25vw}@media only screen and (min-width: 768px){.Typography--size-237{font-size:clamp(154.05px,126.4px + 7.6805555556vw,237px)}}.Typography--size-238{line-height:150%;font-size:59.5vw}@media only screen and (min-width: 768px){.Typography--size-238{font-size:clamp(154.7px,126.9333333333px + 7.712962963vw,238px)}}.Typography--size-239{line-height:150%;font-size:59.75vw}@media only screen and (min-width: 768px){.Typography--size-239{font-size:clamp(155.35px,127.4666666667px + 7.7453703704vw,239px)}}.Typography--size-240{line-height:150%;font-size:60vw}@media only screen and (min-width: 768px){.Typography--size-240{font-size:clamp(156px,128px + 7.7777777778vw,240px)}}.Typography--size-241{line-height:150%;font-size:60.25vw}@media only screen and (min-width: 768px){.Typography--size-241{font-size:clamp(156.65px,128.5333333333px + 7.8101851852vw,241px)}}.Typography--size-242{line-height:150%;font-size:60.5vw}@media only screen and (min-width: 768px){.Typography--size-242{font-size:clamp(157.3px,129.0666666667px + 7.8425925926vw,242px)}}.Typography--size-243{line-height:150%;font-size:60.75vw}@media only screen and (min-width: 768px){.Typography--size-243{font-size:clamp(157.95px,129.6px + 7.875vw,243px)}}.Typography--size-244{line-height:150%;font-size:61vw}@media only screen and (min-width: 768px){.Typography--size-244{font-size:clamp(158.6px,130.1333333333px + 7.9074074074vw,244px)}}.Typography--size-245{line-height:150%;font-size:61.25vw}@media only screen and (min-width: 768px){.Typography--size-245{font-size:clamp(159.25px,130.6666666667px + 7.9398148148vw,245px)}}.Typography--size-246{line-height:150%;font-size:61.5vw}@media only screen and (min-width: 768px){.Typography--size-246{font-size:clamp(159.9px,131.2px + 7.9722222222vw,246px)}}.Typography--size-247{line-height:150%;font-size:61.75vw}@media only screen and (min-width: 768px){.Typography--size-247{font-size:clamp(160.55px,131.7333333333px + 8.0046296296vw,247px)}}.Typography--size-248{line-height:150%;font-size:62vw}@media only screen and (min-width: 768px){.Typography--size-248{font-size:clamp(161.2px,132.2666666667px + 8.037037037vw,248px)}}.Typography--size-249{line-height:150%;font-size:62.25vw}@media only screen and (min-width: 768px){.Typography--size-249{font-size:clamp(161.85px,132.8px + 8.0694444444vw,249px)}}.Typography--size-250{line-height:150%;font-size:62.5vw}@media only screen and (min-width: 768px){.Typography--size-250{font-size:clamp(162.5px,133.3333333333px + 8.1018518519vw,250px)}}.Typography--size-251{line-height:150%;font-size:62.75vw}@media only screen and (min-width: 768px){.Typography--size-251{font-size:clamp(163.15px,133.8666666667px + 8.1342592593vw,251px)}}.Typography--size-252{line-height:150%;font-size:63vw}@media only screen and (min-width: 768px){.Typography--size-252{font-size:clamp(163.8px,134.4px + 8.1666666667vw,252px)}}.Typography--size-253{line-height:150%;font-size:63.25vw}@media only screen and (min-width: 768px){.Typography--size-253{font-size:clamp(164.45px,134.9333333333px + 8.1990740741vw,253px)}}.Typography--size-254{line-height:150%;font-size:63.5vw}@media only screen and (min-width: 768px){.Typography--size-254{font-size:clamp(165.1px,135.4666666667px + 8.2314814815vw,254px)}}.Typography--size-255{line-height:150%;font-size:63.75vw}@media only screen and (min-width: 768px){.Typography--size-255{font-size:clamp(165.75px,136px + 8.2638888889vw,255px)}}.Typography--size-256{line-height:150%;font-size:64vw}@media only screen and (min-width: 768px){.Typography--size-256{font-size:clamp(166.4px,136.5333333333px + 8.2962962963vw,256px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-6{line-height:150%;font-size:1.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-6{font-size:clamp(3.9px,3.2px + 0.1944444444vw,6px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-7{line-height:150%;font-size:1.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-7{font-size:clamp(4.55px,3.7333333333px + 0.2268518519vw,7px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-8{line-height:150%;font-size:2vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-8{font-size:clamp(5.2px,4.2666666667px + 0.2592592593vw,8px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-9{line-height:150%;font-size:2.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-9{font-size:clamp(5.85px,4.8px + 0.2916666667vw,9px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-10{line-height:150%;font-size:2.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-10{font-size:clamp(6.5px,5.3333333333px + 0.3240740741vw,10px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-11{line-height:150%;font-size:2.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-11{font-size:clamp(7.15px,5.8666666667px + 0.3564814815vw,11px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-12{line-height:150%;font-size:3vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-12{font-size:clamp(7.8px,6.4px + 0.3888888889vw,12px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-13{line-height:150%;font-size:3.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-13{font-size:clamp(8.45px,6.9333333333px + 0.4212962963vw,13px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-14{line-height:150%;font-size:3.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-14{font-size:clamp(9.1px,7.4666666667px + 0.4537037037vw,14px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-15{line-height:150%;font-size:3.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-15{font-size:clamp(9.75px,8px + 0.4861111111vw,15px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-16{line-height:150%;font-size:4vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-16{font-size:clamp(10.4px,8.5333333333px + 0.5185185185vw,16px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-17{line-height:150%;font-size:4.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-17{font-size:clamp(11.05px,9.0666666667px + 0.5509259259vw,17px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-18{line-height:150%;font-size:4.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-18{font-size:clamp(11.7px,9.6px + 0.5833333333vw,18px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-19{line-height:150%;font-size:4.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-19{font-size:clamp(12.35px,10.1333333333px + 0.6157407407vw,19px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-20{line-height:150%;font-size:5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-20{font-size:clamp(13px,10.6666666667px + 0.6481481481vw,20px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-21{line-height:150%;font-size:5.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-21{font-size:clamp(13.65px,11.2px + 0.6805555556vw,21px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-22{line-height:150%;font-size:5.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-22{font-size:clamp(14.3px,11.7333333333px + 0.712962963vw,22px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-23{line-height:150%;font-size:5.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-23{font-size:clamp(14.95px,12.2666666667px + 0.7453703704vw,23px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-24{line-height:150%;font-size:6vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-24{font-size:clamp(15.6px,12.8px + 0.7777777778vw,24px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-25{line-height:150%;font-size:6.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-25{font-size:clamp(16.25px,13.3333333333px + 0.8101851852vw,25px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-26{line-height:150%;font-size:6.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-26{font-size:clamp(16.9px,13.8666666667px + 0.8425925926vw,26px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-27{line-height:150%;font-size:6.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-27{font-size:clamp(17.55px,14.4px + 0.875vw,27px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-28{line-height:150%;font-size:7vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-28{font-size:clamp(18.2px,14.9333333333px + 0.9074074074vw,28px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-29{line-height:150%;font-size:7.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-29{font-size:clamp(18.85px,15.4666666667px + 0.9398148148vw,29px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-30{line-height:150%;font-size:7.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-30{font-size:clamp(19.5px,16px + 0.9722222222vw,30px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-31{line-height:150%;font-size:7.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-31{font-size:clamp(20.15px,16.5333333333px + 1.0046296296vw,31px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-32{line-height:150%;font-size:8vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-32{font-size:clamp(20.8px,17.0666666667px + 1.037037037vw,32px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-33{line-height:150%;font-size:8.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-33{font-size:clamp(21.45px,17.6px + 1.0694444444vw,33px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-34{line-height:150%;font-size:8.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-34{font-size:clamp(22.1px,18.1333333333px + 1.1018518519vw,34px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-35{line-height:150%;font-size:8.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-35{font-size:clamp(22.75px,18.6666666667px + 1.1342592593vw,35px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-36{line-height:150%;font-size:9vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-36{font-size:clamp(23.4px,19.2px + 1.1666666667vw,36px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-37{line-height:150%;font-size:9.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-37{font-size:clamp(24.05px,19.7333333333px + 1.1990740741vw,37px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-38{line-height:150%;font-size:9.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-38{font-size:clamp(24.7px,20.2666666667px + 1.2314814815vw,38px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-39{line-height:150%;font-size:9.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-39{font-size:clamp(25.35px,20.8px + 1.2638888889vw,39px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-40{line-height:150%;font-size:10vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-40{font-size:clamp(26px,21.3333333333px + 1.2962962963vw,40px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-41{line-height:150%;font-size:10.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-41{font-size:clamp(26.65px,21.8666666667px + 1.3287037037vw,41px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-42{line-height:150%;font-size:10.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-42{font-size:clamp(27.3px,22.4px + 1.3611111111vw,42px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-43{line-height:150%;font-size:10.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-43{font-size:clamp(27.95px,22.9333333333px + 1.3935185185vw,43px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-44{line-height:150%;font-size:11vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-44{font-size:clamp(28.6px,23.4666666667px + 1.4259259259vw,44px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-45{line-height:150%;font-size:11.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-45{font-size:clamp(29.25px,24px + 1.4583333333vw,45px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-46{line-height:150%;font-size:11.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-46{font-size:clamp(29.9px,24.5333333333px + 1.4907407407vw,46px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-47{line-height:150%;font-size:11.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-47{font-size:clamp(30.55px,25.0666666667px + 1.5231481481vw,47px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-48{line-height:150%;font-size:12vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-48{font-size:clamp(31.2px,25.6px + 1.5555555556vw,48px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-49{line-height:150%;font-size:12.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-49{font-size:clamp(31.85px,26.1333333333px + 1.587962963vw,49px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-50{line-height:150%;font-size:12.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-50{font-size:clamp(32.5px,26.6666666667px + 1.6203703704vw,50px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-51{line-height:150%;font-size:12.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-51{font-size:clamp(33.15px,27.2px + 1.6527777778vw,51px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-52{line-height:150%;font-size:13vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-52{font-size:clamp(33.8px,27.7333333333px + 1.6851851852vw,52px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-53{line-height:150%;font-size:13.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-53{font-size:clamp(34.45px,28.2666666667px + 1.7175925926vw,53px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-54{line-height:150%;font-size:13.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-54{font-size:clamp(35.1px,28.8px + 1.75vw,54px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-55{line-height:150%;font-size:13.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-55{font-size:clamp(35.75px,29.3333333333px + 1.7824074074vw,55px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-56{line-height:150%;font-size:14vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-56{font-size:clamp(36.4px,29.8666666667px + 1.8148148148vw,56px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-57{line-height:150%;font-size:14.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-57{font-size:clamp(37.05px,30.4px + 1.8472222222vw,57px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-58{line-height:150%;font-size:14.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-58{font-size:clamp(37.7px,30.9333333333px + 1.8796296296vw,58px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-59{line-height:150%;font-size:14.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-59{font-size:clamp(38.35px,31.4666666667px + 1.912037037vw,59px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-60{line-height:150%;font-size:15vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-60{font-size:clamp(39px,32px + 1.9444444444vw,60px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-61{line-height:150%;font-size:15.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-61{font-size:clamp(39.65px,32.5333333333px + 1.9768518519vw,61px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-62{line-height:150%;font-size:15.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-62{font-size:clamp(40.3px,33.0666666667px + 2.0092592593vw,62px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-63{line-height:150%;font-size:15.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-63{font-size:clamp(40.95px,33.6px + 2.0416666667vw,63px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-64{line-height:150%;font-size:16vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-64{font-size:clamp(41.6px,34.1333333333px + 2.0740740741vw,64px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-65{line-height:150%;font-size:16.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-65{font-size:clamp(42.25px,34.6666666667px + 2.1064814815vw,65px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-66{line-height:150%;font-size:16.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-66{font-size:clamp(42.9px,35.2px + 2.1388888889vw,66px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-67{line-height:150%;font-size:16.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-67{font-size:clamp(43.55px,35.7333333333px + 2.1712962963vw,67px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-68{line-height:150%;font-size:17vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-68{font-size:clamp(44.2px,36.2666666667px + 2.2037037037vw,68px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-69{line-height:150%;font-size:17.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-69{font-size:clamp(44.85px,36.8px + 2.2361111111vw,69px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-70{line-height:150%;font-size:17.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-70{font-size:clamp(45.5px,37.3333333333px + 2.2685185185vw,70px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-71{line-height:150%;font-size:17.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-71{font-size:clamp(46.15px,37.8666666667px + 2.3009259259vw,71px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-72{line-height:150%;font-size:18vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-72{font-size:clamp(46.8px,38.4px + 2.3333333333vw,72px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-73{line-height:150%;font-size:18.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-73{font-size:clamp(47.45px,38.9333333333px + 2.3657407407vw,73px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-74{line-height:150%;font-size:18.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-74{font-size:clamp(48.1px,39.4666666667px + 2.3981481481vw,74px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-75{line-height:150%;font-size:18.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-75{font-size:clamp(48.75px,40px + 2.4305555556vw,75px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-76{line-height:150%;font-size:19vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-76{font-size:clamp(49.4px,40.5333333333px + 2.462962963vw,76px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-77{line-height:150%;font-size:19.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-77{font-size:clamp(50.05px,41.0666666667px + 2.4953703704vw,77px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-78{line-height:150%;font-size:19.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-78{font-size:clamp(50.7px,41.6px + 2.5277777778vw,78px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-79{line-height:150%;font-size:19.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-79{font-size:clamp(51.35px,42.1333333333px + 2.5601851852vw,79px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-80{line-height:150%;font-size:20vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-80{font-size:clamp(52px,42.6666666667px + 2.5925925926vw,80px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-81{line-height:150%;font-size:20.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-81{font-size:clamp(52.65px,43.2px + 2.625vw,81px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-82{line-height:150%;font-size:20.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-82{font-size:clamp(53.3px,43.7333333333px + 2.6574074074vw,82px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-83{line-height:150%;font-size:20.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-83{font-size:clamp(53.95px,44.2666666667px + 2.6898148148vw,83px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-84{line-height:150%;font-size:21vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-84{font-size:clamp(54.6px,44.8px + 2.7222222222vw,84px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-85{line-height:150%;font-size:21.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-85{font-size:clamp(55.25px,45.3333333333px + 2.7546296296vw,85px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-86{line-height:150%;font-size:21.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-86{font-size:clamp(55.9px,45.8666666667px + 2.787037037vw,86px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-87{line-height:150%;font-size:21.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-87{font-size:clamp(56.55px,46.4px + 2.8194444444vw,87px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-88{line-height:150%;font-size:22vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-88{font-size:clamp(57.2px,46.9333333333px + 2.8518518519vw,88px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-89{line-height:150%;font-size:22.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-89{font-size:clamp(57.85px,47.4666666667px + 2.8842592593vw,89px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-90{line-height:150%;font-size:22.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-90{font-size:clamp(58.5px,48px + 2.9166666667vw,90px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-91{line-height:150%;font-size:22.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-91{font-size:clamp(59.15px,48.5333333333px + 2.9490740741vw,91px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-92{line-height:150%;font-size:23vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-92{font-size:clamp(59.8px,49.0666666667px + 2.9814814815vw,92px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-93{line-height:150%;font-size:23.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-93{font-size:clamp(60.45px,49.6px + 3.0138888889vw,93px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-94{line-height:150%;font-size:23.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-94{font-size:clamp(61.1px,50.1333333333px + 3.0462962963vw,94px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-95{line-height:150%;font-size:23.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-95{font-size:clamp(61.75px,50.6666666667px + 3.0787037037vw,95px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-96{line-height:150%;font-size:24vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-96{font-size:clamp(62.4px,51.2px + 3.1111111111vw,96px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-97{line-height:150%;font-size:24.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-97{font-size:clamp(63.05px,51.7333333333px + 3.1435185185vw,97px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-98{line-height:150%;font-size:24.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-98{font-size:clamp(63.7px,52.2666666667px + 3.1759259259vw,98px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-99{line-height:150%;font-size:24.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-99{font-size:clamp(64.35px,52.8px + 3.2083333333vw,99px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-100{line-height:150%;font-size:25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-100{font-size:clamp(65px,53.3333333333px + 3.2407407407vw,100px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-101{line-height:150%;font-size:25.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-101{font-size:clamp(65.65px,53.8666666667px + 3.2731481481vw,101px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-102{line-height:150%;font-size:25.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-102{font-size:clamp(66.3px,54.4px + 3.3055555556vw,102px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-103{line-height:150%;font-size:25.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-103{font-size:clamp(66.95px,54.9333333333px + 3.337962963vw,103px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-104{line-height:150%;font-size:26vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-104{font-size:clamp(67.6px,55.4666666667px + 3.3703703704vw,104px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-105{line-height:150%;font-size:26.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-105{font-size:clamp(68.25px,56px + 3.4027777778vw,105px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-106{line-height:150%;font-size:26.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-106{font-size:clamp(68.9px,56.5333333333px + 3.4351851852vw,106px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-107{line-height:150%;font-size:26.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-107{font-size:clamp(69.55px,57.0666666667px + 3.4675925926vw,107px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-108{line-height:150%;font-size:27vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-108{font-size:clamp(70.2px,57.6px + 3.5vw,108px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-109{line-height:150%;font-size:27.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-109{font-size:clamp(70.85px,58.1333333333px + 3.5324074074vw,109px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-110{line-height:150%;font-size:27.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-110{font-size:clamp(71.5px,58.6666666667px + 3.5648148148vw,110px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-111{line-height:150%;font-size:27.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-111{font-size:clamp(72.15px,59.2px + 3.5972222222vw,111px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-112{line-height:150%;font-size:28vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-112{font-size:clamp(72.8px,59.7333333333px + 3.6296296296vw,112px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-113{line-height:150%;font-size:28.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-113{font-size:clamp(73.45px,60.2666666667px + 3.662037037vw,113px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-114{line-height:150%;font-size:28.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-114{font-size:clamp(74.1px,60.8px + 3.6944444444vw,114px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-115{line-height:150%;font-size:28.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-115{font-size:clamp(74.75px,61.3333333333px + 3.7268518519vw,115px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-116{line-height:150%;font-size:29vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-116{font-size:clamp(75.4px,61.8666666667px + 3.7592592593vw,116px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-117{line-height:150%;font-size:29.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-117{font-size:clamp(76.05px,62.4px + 3.7916666667vw,117px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-118{line-height:150%;font-size:29.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-118{font-size:clamp(76.7px,62.9333333333px + 3.8240740741vw,118px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-119{line-height:150%;font-size:29.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-119{font-size:clamp(77.35px,63.4666666667px + 3.8564814815vw,119px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-120{line-height:150%;font-size:30vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-120{font-size:clamp(78px,64px + 3.8888888889vw,120px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-121{line-height:150%;font-size:30.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-121{font-size:clamp(78.65px,64.5333333333px + 3.9212962963vw,121px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-122{line-height:150%;font-size:30.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-122{font-size:clamp(79.3px,65.0666666667px + 3.9537037037vw,122px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-123{line-height:150%;font-size:30.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-123{font-size:clamp(79.95px,65.6px + 3.9861111111vw,123px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-124{line-height:150%;font-size:31vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-124{font-size:clamp(80.6px,66.1333333333px + 4.0185185185vw,124px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-125{line-height:150%;font-size:31.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-125{font-size:clamp(81.25px,66.6666666667px + 4.0509259259vw,125px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-126{line-height:150%;font-size:31.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-126{font-size:clamp(81.9px,67.2px + 4.0833333333vw,126px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-127{line-height:150%;font-size:31.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-127{font-size:clamp(82.55px,67.7333333333px + 4.1157407407vw,127px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-128{line-height:150%;font-size:32vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-128{font-size:clamp(83.2px,68.2666666667px + 4.1481481481vw,128px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-129{line-height:150%;font-size:32.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-129{font-size:clamp(83.85px,68.8px + 4.1805555556vw,129px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-130{line-height:150%;font-size:32.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-130{font-size:clamp(84.5px,69.3333333333px + 4.212962963vw,130px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-131{line-height:150%;font-size:32.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-131{font-size:clamp(85.15px,69.8666666667px + 4.2453703704vw,131px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-132{line-height:150%;font-size:33vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-132{font-size:clamp(85.8px,70.4px + 4.2777777778vw,132px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-133{line-height:150%;font-size:33.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-133{font-size:clamp(86.45px,70.9333333333px + 4.3101851852vw,133px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-134{line-height:150%;font-size:33.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-134{font-size:clamp(87.1px,71.4666666667px + 4.3425925926vw,134px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-135{line-height:150%;font-size:33.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-135{font-size:clamp(87.75px,72px + 4.375vw,135px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-136{line-height:150%;font-size:34vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-136{font-size:clamp(88.4px,72.5333333333px + 4.4074074074vw,136px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-137{line-height:150%;font-size:34.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-137{font-size:clamp(89.05px,73.0666666667px + 4.4398148148vw,137px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-138{line-height:150%;font-size:34.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-138{font-size:clamp(89.7px,73.6px + 4.4722222222vw,138px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-139{line-height:150%;font-size:34.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-139{font-size:clamp(90.35px,74.1333333333px + 4.5046296296vw,139px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-140{line-height:150%;font-size:35vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-140{font-size:clamp(91px,74.6666666667px + 4.537037037vw,140px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-141{line-height:150%;font-size:35.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-141{font-size:clamp(91.65px,75.2px + 4.5694444444vw,141px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-142{line-height:150%;font-size:35.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-142{font-size:clamp(92.3px,75.7333333333px + 4.6018518519vw,142px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-143{line-height:150%;font-size:35.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-143{font-size:clamp(92.95px,76.2666666667px + 4.6342592593vw,143px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-144{line-height:150%;font-size:36vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-144{font-size:clamp(93.6px,76.8px + 4.6666666667vw,144px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-145{line-height:150%;font-size:36.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-145{font-size:clamp(94.25px,77.3333333333px + 4.6990740741vw,145px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-146{line-height:150%;font-size:36.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-146{font-size:clamp(94.9px,77.8666666667px + 4.7314814815vw,146px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-147{line-height:150%;font-size:36.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-147{font-size:clamp(95.55px,78.4px + 4.7638888889vw,147px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-148{line-height:150%;font-size:37vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-148{font-size:clamp(96.2px,78.9333333333px + 4.7962962963vw,148px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-149{line-height:150%;font-size:37.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-149{font-size:clamp(96.85px,79.4666666667px + 4.8287037037vw,149px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-150{line-height:150%;font-size:37.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-150{font-size:clamp(97.5px,80px + 4.8611111111vw,150px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-151{line-height:150%;font-size:37.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-151{font-size:clamp(98.15px,80.5333333333px + 4.8935185185vw,151px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-152{line-height:150%;font-size:38vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-152{font-size:clamp(98.8px,81.0666666667px + 4.9259259259vw,152px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-153{line-height:150%;font-size:38.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-153{font-size:clamp(99.45px,81.6px + 4.9583333333vw,153px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-154{line-height:150%;font-size:38.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-154{font-size:clamp(100.1px,82.1333333333px + 4.9907407407vw,154px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-155{line-height:150%;font-size:38.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-155{font-size:clamp(100.75px,82.6666666667px + 5.0231481481vw,155px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-156{line-height:150%;font-size:39vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-156{font-size:clamp(101.4px,83.2px + 5.0555555556vw,156px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-157{line-height:150%;font-size:39.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-157{font-size:clamp(102.05px,83.7333333333px + 5.087962963vw,157px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-158{line-height:150%;font-size:39.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-158{font-size:clamp(102.7px,84.2666666667px + 5.1203703704vw,158px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-159{line-height:150%;font-size:39.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-159{font-size:clamp(103.35px,84.8px + 5.1527777778vw,159px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-160{line-height:150%;font-size:40vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-160{font-size:clamp(104px,85.3333333333px + 5.1851851852vw,160px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-161{line-height:150%;font-size:40.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-161{font-size:clamp(104.65px,85.8666666667px + 5.2175925926vw,161px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-162{line-height:150%;font-size:40.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-162{font-size:clamp(105.3px,86.4px + 5.25vw,162px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-163{line-height:150%;font-size:40.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-163{font-size:clamp(105.95px,86.9333333333px + 5.2824074074vw,163px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-164{line-height:150%;font-size:41vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-164{font-size:clamp(106.6px,87.4666666667px + 5.3148148148vw,164px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-165{line-height:150%;font-size:41.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-165{font-size:clamp(107.25px,88px + 5.3472222222vw,165px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-166{line-height:150%;font-size:41.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-166{font-size:clamp(107.9px,88.5333333333px + 5.3796296296vw,166px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-167{line-height:150%;font-size:41.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-167{font-size:clamp(108.55px,89.0666666667px + 5.412037037vw,167px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-168{line-height:150%;font-size:42vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-168{font-size:clamp(109.2px,89.6px + 5.4444444444vw,168px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-169{line-height:150%;font-size:42.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-169{font-size:clamp(109.85px,90.1333333333px + 5.4768518519vw,169px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-170{line-height:150%;font-size:42.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-170{font-size:clamp(110.5px,90.6666666667px + 5.5092592593vw,170px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-171{line-height:150%;font-size:42.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-171{font-size:clamp(111.15px,91.2px + 5.5416666667vw,171px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-172{line-height:150%;font-size:43vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-172{font-size:clamp(111.8px,91.7333333333px + 5.5740740741vw,172px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-173{line-height:150%;font-size:43.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-173{font-size:clamp(112.45px,92.2666666667px + 5.6064814815vw,173px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-174{line-height:150%;font-size:43.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-174{font-size:clamp(113.1px,92.8px + 5.6388888889vw,174px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-175{line-height:150%;font-size:43.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-175{font-size:clamp(113.75px,93.3333333333px + 5.6712962963vw,175px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-176{line-height:150%;font-size:44vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-176{font-size:clamp(114.4px,93.8666666667px + 5.7037037037vw,176px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-177{line-height:150%;font-size:44.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-177{font-size:clamp(115.05px,94.4px + 5.7361111111vw,177px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-178{line-height:150%;font-size:44.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-178{font-size:clamp(115.7px,94.9333333333px + 5.7685185185vw,178px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-179{line-height:150%;font-size:44.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-179{font-size:clamp(116.35px,95.4666666667px + 5.8009259259vw,179px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-180{line-height:150%;font-size:45vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-180{font-size:clamp(117px,96px + 5.8333333333vw,180px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-181{line-height:150%;font-size:45.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-181{font-size:clamp(117.65px,96.5333333333px + 5.8657407407vw,181px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-182{line-height:150%;font-size:45.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-182{font-size:clamp(118.3px,97.0666666667px + 5.8981481481vw,182px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-183{line-height:150%;font-size:45.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-183{font-size:clamp(118.95px,97.6px + 5.9305555556vw,183px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-184{line-height:150%;font-size:46vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-184{font-size:clamp(119.6px,98.1333333333px + 5.962962963vw,184px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-185{line-height:150%;font-size:46.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-185{font-size:clamp(120.25px,98.6666666667px + 5.9953703704vw,185px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-186{line-height:150%;font-size:46.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-186{font-size:clamp(120.9px,99.2px + 6.0277777778vw,186px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-187{line-height:150%;font-size:46.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-187{font-size:clamp(121.55px,99.7333333333px + 6.0601851852vw,187px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-188{line-height:150%;font-size:47vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-188{font-size:clamp(122.2px,100.2666666667px + 6.0925925926vw,188px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-189{line-height:150%;font-size:47.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-189{font-size:clamp(122.85px,100.8px + 6.125vw,189px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-190{line-height:150%;font-size:47.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-190{font-size:clamp(123.5px,101.3333333333px + 6.1574074074vw,190px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-191{line-height:150%;font-size:47.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-191{font-size:clamp(124.15px,101.8666666667px + 6.1898148148vw,191px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-192{line-height:150%;font-size:48vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-192{font-size:clamp(124.8px,102.4px + 6.2222222222vw,192px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-193{line-height:150%;font-size:48.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-193{font-size:clamp(125.45px,102.9333333333px + 6.2546296296vw,193px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-194{line-height:150%;font-size:48.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-194{font-size:clamp(126.1px,103.4666666667px + 6.287037037vw,194px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-195{line-height:150%;font-size:48.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-195{font-size:clamp(126.75px,104px + 6.3194444444vw,195px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-196{line-height:150%;font-size:49vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-196{font-size:clamp(127.4px,104.5333333333px + 6.3518518519vw,196px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-197{line-height:150%;font-size:49.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-197{font-size:clamp(128.05px,105.0666666667px + 6.3842592593vw,197px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-198{line-height:150%;font-size:49.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-198{font-size:clamp(128.7px,105.6px + 6.4166666667vw,198px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-199{line-height:150%;font-size:49.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-199{font-size:clamp(129.35px,106.1333333333px + 6.4490740741vw,199px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-200{line-height:150%;font-size:50vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-200{font-size:clamp(130px,106.6666666667px + 6.4814814815vw,200px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-201{line-height:150%;font-size:50.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-201{font-size:clamp(130.65px,107.2px + 6.5138888889vw,201px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-202{line-height:150%;font-size:50.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-202{font-size:clamp(131.3px,107.7333333333px + 6.5462962963vw,202px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-203{line-height:150%;font-size:50.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-203{font-size:clamp(131.95px,108.2666666667px + 6.5787037037vw,203px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-204{line-height:150%;font-size:51vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-204{font-size:clamp(132.6px,108.8px + 6.6111111111vw,204px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-205{line-height:150%;font-size:51.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-205{font-size:clamp(133.25px,109.3333333333px + 6.6435185185vw,205px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-206{line-height:150%;font-size:51.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-206{font-size:clamp(133.9px,109.8666666667px + 6.6759259259vw,206px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-207{line-height:150%;font-size:51.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-207{font-size:clamp(134.55px,110.4px + 6.7083333333vw,207px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-208{line-height:150%;font-size:52vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-208{font-size:clamp(135.2px,110.9333333333px + 6.7407407407vw,208px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-209{line-height:150%;font-size:52.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-209{font-size:clamp(135.85px,111.4666666667px + 6.7731481481vw,209px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-210{line-height:150%;font-size:52.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-210{font-size:clamp(136.5px,112px + 6.8055555556vw,210px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-211{line-height:150%;font-size:52.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-211{font-size:clamp(137.15px,112.5333333333px + 6.837962963vw,211px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-212{line-height:150%;font-size:53vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-212{font-size:clamp(137.8px,113.0666666667px + 6.8703703704vw,212px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-213{line-height:150%;font-size:53.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-213{font-size:clamp(138.45px,113.6px + 6.9027777778vw,213px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-214{line-height:150%;font-size:53.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-214{font-size:clamp(139.1px,114.1333333333px + 6.9351851852vw,214px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-215{line-height:150%;font-size:53.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-215{font-size:clamp(139.75px,114.6666666667px + 6.9675925926vw,215px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-216{line-height:150%;font-size:54vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-216{font-size:clamp(140.4px,115.2px + 7vw,216px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-217{line-height:150%;font-size:54.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-217{font-size:clamp(141.05px,115.7333333333px + 7.0324074074vw,217px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-218{line-height:150%;font-size:54.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-218{font-size:clamp(141.7px,116.2666666667px + 7.0648148148vw,218px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-219{line-height:150%;font-size:54.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-219{font-size:clamp(142.35px,116.8px + 7.0972222222vw,219px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-220{line-height:150%;font-size:55vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-220{font-size:clamp(143px,117.3333333333px + 7.1296296296vw,220px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-221{line-height:150%;font-size:55.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-221{font-size:clamp(143.65px,117.8666666667px + 7.162037037vw,221px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-222{line-height:150%;font-size:55.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-222{font-size:clamp(144.3px,118.4px + 7.1944444444vw,222px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-223{line-height:150%;font-size:55.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-223{font-size:clamp(144.95px,118.9333333333px + 7.2268518519vw,223px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-224{line-height:150%;font-size:56vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-224{font-size:clamp(145.6px,119.4666666667px + 7.2592592593vw,224px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-225{line-height:150%;font-size:56.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-225{font-size:clamp(146.25px,120px + 7.2916666667vw,225px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-226{line-height:150%;font-size:56.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-226{font-size:clamp(146.9px,120.5333333333px + 7.3240740741vw,226px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-227{line-height:150%;font-size:56.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-227{font-size:clamp(147.55px,121.0666666667px + 7.3564814815vw,227px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-228{line-height:150%;font-size:57vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-228{font-size:clamp(148.2px,121.6px + 7.3888888889vw,228px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-229{line-height:150%;font-size:57.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-229{font-size:clamp(148.85px,122.1333333333px + 7.4212962963vw,229px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-230{line-height:150%;font-size:57.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-230{font-size:clamp(149.5px,122.6666666667px + 7.4537037037vw,230px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-231{line-height:150%;font-size:57.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-231{font-size:clamp(150.15px,123.2px + 7.4861111111vw,231px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-232{line-height:150%;font-size:58vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-232{font-size:clamp(150.8px,123.7333333333px + 7.5185185185vw,232px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-233{line-height:150%;font-size:58.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-233{font-size:clamp(151.45px,124.2666666667px + 7.5509259259vw,233px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-234{line-height:150%;font-size:58.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-234{font-size:clamp(152.1px,124.8px + 7.5833333333vw,234px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-235{line-height:150%;font-size:58.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-235{font-size:clamp(152.75px,125.3333333333px + 7.6157407407vw,235px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-236{line-height:150%;font-size:59vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-236{font-size:clamp(153.4px,125.8666666667px + 7.6481481481vw,236px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-237{line-height:150%;font-size:59.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-237{font-size:clamp(154.05px,126.4px + 7.6805555556vw,237px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-238{line-height:150%;font-size:59.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-238{font-size:clamp(154.7px,126.9333333333px + 7.712962963vw,238px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-239{line-height:150%;font-size:59.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-239{font-size:clamp(155.35px,127.4666666667px + 7.7453703704vw,239px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-240{line-height:150%;font-size:60vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-240{font-size:clamp(156px,128px + 7.7777777778vw,240px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-241{line-height:150%;font-size:60.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-241{font-size:clamp(156.65px,128.5333333333px + 7.8101851852vw,241px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-242{line-height:150%;font-size:60.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-242{font-size:clamp(157.3px,129.0666666667px + 7.8425925926vw,242px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-243{line-height:150%;font-size:60.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-243{font-size:clamp(157.95px,129.6px + 7.875vw,243px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-244{line-height:150%;font-size:61vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-244{font-size:clamp(158.6px,130.1333333333px + 7.9074074074vw,244px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-245{line-height:150%;font-size:61.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-245{font-size:clamp(159.25px,130.6666666667px + 7.9398148148vw,245px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-246{line-height:150%;font-size:61.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-246{font-size:clamp(159.9px,131.2px + 7.9722222222vw,246px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-247{line-height:150%;font-size:61.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-247{font-size:clamp(160.55px,131.7333333333px + 8.0046296296vw,247px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-248{line-height:150%;font-size:62vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-248{font-size:clamp(161.2px,132.2666666667px + 8.037037037vw,248px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-249{line-height:150%;font-size:62.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-249{font-size:clamp(161.85px,132.8px + 8.0694444444vw,249px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-250{line-height:150%;font-size:62.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-250{font-size:clamp(162.5px,133.3333333333px + 8.1018518519vw,250px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-251{line-height:150%;font-size:62.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-251{font-size:clamp(163.15px,133.8666666667px + 8.1342592593vw,251px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-252{line-height:150%;font-size:63vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-252{font-size:clamp(163.8px,134.4px + 8.1666666667vw,252px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-253{line-height:150%;font-size:63.25vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-253{font-size:clamp(164.45px,134.9333333333px + 8.1990740741vw,253px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-254{line-height:150%;font-size:63.5vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-254{font-size:clamp(165.1px,135.4666666667px + 8.2314814815vw,254px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-255{line-height:150%;font-size:63.75vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-255{font-size:clamp(165.75px,136px + 8.2638888889vw,255px)}}@media only screen and (min-width: 768px){.Typography--size-desktop-256{line-height:150%;font-size:64vw}}@media only screen and (min-width: 768px)and (min-width: 768px){.Typography--size-desktop-256{font-size:clamp(166.4px,136.5333333333px + 8.2962962963vw,256px)}}.Typography--uppercase{text-transform:uppercase}.Typography--lowercase{text-transform:lowercase}.Typography--left{text-align:left}.Typography--right{text-align:right}.Typography--center{text-align:center}
.DownloadAction{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;border:1px solid #dfe4e8;border-radius:8px;background:#fff;-webkit-text-decoration:none;text-decoration:none;cursor:pointer}.DownloadAction:hover{background:rgba(0,30,80,.0705882353)}.DownloadAction:focus-visible{outline:2px solid #1b66ff;outline-offset:3px}.DownloadAction--disabled{opacity:.6;pointer-events:none}.DownloadAction__left{display:flex;align-items:center;gap:24px;min-width:0;flex:1}.DownloadAction__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DownloadAction__right{display:grid;align-items:center;justify-items:center;place-items:center;flex:0 0 auto}
.LayoutContainer{padding:24px 4vw}@media only screen and (min-width: 768px){.LayoutContainer{padding-top:24px;padding-bottom:24px;padding-left:max(10px, min(3dvw, 40px));padding-right:max(10px, min(3dvw, 40px))}}.LayoutContainer__content{margin:auto;width:100%;max-width:696px}.LayoutContainer__content--narrow{max-width:590px}.LayoutContainer__content--full{max-width:100%}
.FormError{position:absolute !important;top:114%;left:0}
.FormInput{width:100%;position:relative;min-height:48px;border:1px solid #96a3a8;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:all .2s ease}.FormInput__field{font-family:"VW Text",sans-serif;width:100%;border:none;background:none;padding:0;margin:0;color:#000e26;padding-top:2px;height:100%;font-size:3.5vw}@media only screen and (min-width: 768px){.FormInput__field{font-size:clamp(9.1px,7.4666666667px + 0.4537037037vw,14px)}}.FormInput__field--error{padding-top:8px}.FormInput__label{font-family:"VW Text",sans-serif;position:absolute !important;top:120%;left:0;color:#96a3a8;font-size:3vw}@media only screen and (min-width: 768px){.FormInput__label{font-size:clamp(7.8px,6.4px + 0.3888888889vw,12px)}}.FormInput__label{transition:all .2s ease}.FormInput__error-label{font-family:"VW Text",sans-serif;position:absolute !important;top:13%;left:12px;color:#ea4a64;font-size:2.5vw}@media only screen and (min-width: 768px){.FormInput__error-label{font-size:clamp(6.5px,5.3333333333px + 0.3240740741vw,10px)}}.FormInput--error{border-color:#ea4a64}
.EmailVerificationContainer{padding-top:32px;padding-bottom:32px;padding-left:max(18px, min(4dvw, 32px));padding-right:max(18px, min(4dvw, 32px));border-radius:8px;border:1px solid #dfe4e8}.EmailVerificationContainer__header{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:60px}.EmailVerificationContainer__form{width:100%;max-width:386px;margin:0 auto;margin-bottom:54px;display:flex;align-items:center;flex-direction:column;gap:81px}
.MainContainer{height:100%;display:flex;align-items:center;justify-content:center}
.CodeInput{width:100%;position:relative}.CodeInput__container{width:100%;display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(var(--otp-count), minmax(0, 1fr));align-items:center}.CodeInput__container__input{width:100%;min-width:0;height:80px;border-radius:8px;border:1px solid #dfe4e8;background:rgba(0,0,0,0);text-align:center;color:#6a767d}.CodeInput__container__input::-webkit-inner-spin-button,.CodeInput__container__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CodeInput__container__input{-moz-appearance:textfield}.CodeInput__container__input:focus{outline:none;border:2px solid #001e50}.CodeInput__container__input--error{border-color:#ea4a64}.CodeInput__container__input{font-size:10vw}@media only screen and (min-width: 768px){.CodeInput__container__input{font-size:clamp(26px,21.3333333333px + 1.2962962963vw,40px)}}.CodeInput__error{top:109%}
.VerificationCodeContainer{padding-top:32px;padding-bottom:32px;padding-left:max(18px, min(4dvw, 32px));padding-right:max(18px, min(4dvw, 32px));border-radius:8px;border:1px solid #dfe4e8}.VerificationCodeContainer__header{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:40px;margin-top:34px}.VerificationCodeContainer__field{width:100%;max-width:394px;margin:0 auto;margin-bottom:38px;display:flex;align-items:center;flex-direction:column;gap:40px}.VerificationCodeContainer__field__actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}
.AuthView{height:calc(100dvh - 100px)}
.ClipboardField{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border:1px solid #001e50;border-radius:16px;background:#fff}.ClipboardField--disabled{opacity:.6;pointer-events:none}.ClipboardField__text{flex:1;min-width:0;-webkit-user-select:text;-moz-user-select:text;user-select:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ClipboardField__action{display:inline-flex;align-items:center;gap:10px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.ClipboardField__action:focus-visible{outline:2px solid #1b66ff;outline-offset:3px;border-radius:6px}.ClipboardToast{position:fixed;top:48px;right:48px;z-index:9999;min-width:320px;max-width:min(520px,100vw - 48px);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.12);opacity:0;transform:translateY(-8px);transition:opacity 180ms ease, transform 180ms ease;will-change:opacity,transform}.ClipboardToast--visible{opacity:1;transform:translateY(0)}.ClipboardToast__content{display:flex;align-items:center;gap:12px}.ClipboardToast__close{padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;display:grid;align-items:center;justify-items:center;place-items:center}.ClipboardToast__close:focus-visible{outline:2px solid hsla(0,0%,100%,.65);outline-offset:3px;border-radius:6px}.ClipboardToast--success{background:#36a282}.ClipboardToast--error{background:#ea4a64}@media(prefers-reduced-motion: reduce){.ClipboardToast{transition:none;transform:none}}
.LinkGenerateContainer{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.LinkGenerateContainer__modal{position:relative;display:flex;width:588px;height:480px;border:1px solid #dfe4e8;flex-direction:column;align-items:center;gap:16px;background:#fff;border-radius:16px;padding:40px 32px;z-index:1}@media(max-width: 480px){.LinkGenerateContainer__modal{width:calc(100% - 32px);height:auto;padding:32px 20px}}.LinkGenerateContainer__header{text-align:center}.LinkGenerateContainer__header h1{margin-bottom:16px}.LinkGenerateContainer__link-box{display:flex;align-items:center;border:1px solid #001e50;border-radius:16px;padding:16px 24px;width:100%;max-width:427px;margin-top:92px}@media(max-width: 480px){.LinkGenerateContainer__link-box{max-width:100%;margin-top:48px}}.LinkGenerateContainer__link-text{flex:1;font-family:"VW Text",sans-serif;font-size:14px;color:#001e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LinkGenerateContainer__link-copy{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:"VW Text",sans-serif;font-size:14px;color:#001e50;white-space:nowrap;padding:0}.LinkGenerateContainer__link-copy:hover{opacity:.7}.LinkGenerateContainer__actions{width:100%;max-width:420px;margin-top:92px}@media(max-width: 480px){.LinkGenerateContainer__actions{max-width:100%;margin-top:48px}}.LinkGenerateContainer__clipboard{margin-top:92px}@media(max-width: 480px){.LinkGenerateContainer__clipboard{margin-top:48px}}
.MainContainer{height:100%;display:flex;align-items:center;justify-content:center}
.Dropzone{display:flex;width:100%;height:186px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:8px;border:1px dashed #dfe4e8;background:#fff;cursor:pointer;transition:border-color .2s ease, background-color .2s ease}.Dropzone:hover{border-color:#96a3a8}.Dropzone--active{border-color:#001e50}.Dropzone--disabled{cursor:not-allowed;background:#c2cacf;border-color:#dfe4e8}.Dropzone--disabled:hover{border-color:#dfe4e8;background:#c2cacf}.Dropzone__content{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 16px;text-align:center}@media(max-width: 600px){.Dropzone{height:140px;gap:8px;padding:16px 12px}.Dropzone__content{gap:6px;padding:0 8px}}@media(max-width: 480px){.Dropzone{height:120px;gap:6px;padding:12px 8px}.Dropzone__content{gap:4px}}
.ExpirationSelect{font-family:"VW Text",sans-serif;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #96a3a8;border-radius:8px;background:#fff;font-size:3.5vw}@media only screen and (min-width: 768px){.ExpirationSelect{font-size:clamp(9.1px,7.4666666667px + 0.4537037037vw,14px)}}.ExpirationSelect{color:#000e26;cursor:pointer}.ExpirationSelect[data-state=open]{border-color:#1b66ff;box-shadow:none}.ExpirationSelect__chevron{display:grid;align-items:center;justify-items:center;place-items:center;transition:transform 140ms ease}.ExpirationSelect[data-state=open] .ExpirationSelect__chevron{transform:rotate(180deg)}.ExpirationSelect__content{font-family:"VW Text",sans-serif;font-size:3.5vw}@media only screen and (min-width: 768px){.ExpirationSelect__content{font-size:clamp(9.1px,7.4666666667px + 0.4537037037vw,14px)}}.ExpirationSelect__content{color:#000e26;box-sizing:border-box;width:var(--radix-select-trigger-width);min-width:var(--radix-select-trigger-width);background:#fff;border:1px solid #dfe4e8;overflow:hidden;z-index:9999;translate:-10px 0;box-shadow:0 6px 18px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.06)}.ExpirationSelect__viewport{padding:0}.ExpirationSelect__item{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer}.ExpirationSelect__item[data-highlighted]{background:rgba(0,30,80,.0705882353);outline:none}.ExpirationSelect__check{width:16px;height:16px;border:1px solid #000e26;border-radius:3px;display:grid;align-items:center;justify-items:center;place-items:center;margin-top:0}.ExpirationSelect__checkIcon{color:#fff;display:grid;align-items:center;justify-items:center;place-items:center}.ExpirationSelect__itemBody{display:flex;flex-direction:column;gap:2px}.ExpirationSelect__itemDesc{line-height:1.25}.ExpirationSelect__item[data-state=checked] .ExpirationSelect__check{border-color:#001e50;background:#001e50;color:#fff}
.UploadActions{display:flex;gap:16px;align-items:center;width:100%}.UploadActions .ExpirationSelect{flex:1}.UploadActions .Button{width:180px;height:46px}.UploadActions__select-wrapper{position:relative;flex:1}.UploadActions__loading{position:absolute;right:40px;top:50%;transform:translateY(-50%);pointer-events:none}@media(max-width: 480px){.UploadActions{flex-direction:column;gap:12px}.UploadActions .ExpirationSelect{width:100%}.UploadActions .Button{width:100%;height:46px}}
.file-item{display:flex;align-items:center;width:100%;height:48px;padding:12px 24px;border:1px solid #dfe4e8;border-radius:8px;background:#fff}.file-item__content{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.file-item__info{display:flex;align-items:center;gap:16px;min-width:0;flex-shrink:1}.file-item__actions{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.file-item__remove{background:none;border:none;cursor:pointer}.file-item__remove:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}
.UploadFileList{display:flex;flex-direction:column;gap:8px;width:100%}.UploadFileList--scrollable{max-height:240px;overflow-y:auto;position:relative;mask-image:linear-gradient(to bottom, black calc(100% - 56px), transparent 100%);-webkit-mask-image:linear-gradient(to bottom, black calc(100% - 56px), transparent 100%);padding-bottom:24px}
.UploadGeneratingLinkState{display:flex;width:588px;height:480px;flex-direction:column;align-items:center;gap:16px;border:1px solid #dfe4e8;border-radius:16px;padding:40px 32px;background:#fff}@media(max-width: 480px){.UploadGeneratingLinkState{width:calc(100% - 32px);height:auto;padding:32px 20px}}.UploadGeneratingLinkState__header{text-align:center;margin-bottom:48px}.UploadGeneratingLinkState__header h1{margin-bottom:16px}
.UploadHeader{text-align:center}@media(max-width: 480px){.UploadHeader h1{font-size:18px}.UploadHeader p{font-size:13px}}
.UploadContainer{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:48px 24px 32px;background:#fff}.UploadContainer--generating{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:none;display:flex;align-items:center;justify-content:center;padding:0;margin:0;z-index:100}.UploadContainer__body{width:100%;max-width:695px;display:flex;flex-direction:column;gap:24px}
.HomeView{height:calc(100dvh - 100px)}
.DownloadContainer{height:100%;display:flex;align-items:center;justify-content:center}.DownloadContainer__content{display:flex;flex-direction:column;gap:48px}.DownloadContainer__content__header{display:flex;flex-direction:column;gap:14px}.DownloadContainer__content__header__description{display:flex;flex-direction:column;gap:2px}.DownloadContainer__content__download-list{display:flex;flex-direction:column;gap:9px;max-height:333px;overflow-y:auto}.DownloadContainer__content__download-list::-webkit-scrollbar-button:single-button{width:0;height:0}.DownloadContainer__content__download-list::-webkit-scrollbar-button{background:rgba(0,0,0,0);border:0}.DownloadContainer__content__action{max-width:394px;margin:0 auto;display:none}.DownloadContainer__content__error{padding-top:32px;padding-bottom:32px;padding-left:max(18px, min(6dvw, 64px));padding-right:max(18px, min(6dvw, 64px));padding-top:67px;border-radius:8px;border:1px solid #dfe4e8;display:flex;flex-direction:column;align-items:center;gap:30px}.DownloadContainer__content__error__header{display:flex;flex-direction:column;gap:14px}.DownloadContainer__content__error__header>p{line-height:1.6}.DownloadContainer__content__error__info{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}
.DownloadView{height:calc(100dvh - 100px)}
