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,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;touch-action:none}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}input[type=submit]{-webkit-appearance:none}*{-webkit-tap-highlight-color:transparent}*{-webkit-text-size-adjust:100%}:root{--safeAreaInsetTop: env(safe-area-inset-top);--safeAreaInsetBottom: env(safe-area-inset-bottom);--safeAreaInsetLeft: env(safe-area-inset-left);--safeAreaInsetRight: env(safe-area-inset-right)}:root{--primaryBlue: #007bff;--primaryBlueTint: #006fe6;--primaryBlueHighlight: #b3d7ff;--disabledColor: #b6b6b9;--disabledBorderColor: #6d6d72;--neutralColor: #aaaaaa;--whiteHighlightColor: #ccc;--warnYellow: #ffe44d;--errorRed: #ff5e4d;--desktopBackColor: #12264d}:lang(ja-JP){--notoFontFamily: "Noto Sans JP"}:lang(en-US){--notoFontFamily: "Noto Sans JP"}:lang(zh-cmn-Hant){--notoFontFamily: "Noto Sans TC"}:lang(zh-cmn-Hans){--notoFontFamily: "Noto Sans SC"}:root *{--fallbackFontFamilies: "Roboto", YuGothic, "Yu Gothic", "\6e38\30b4\30b7\30c3\30af\4f53", "\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3", "Hiragino Kaku Gothic Pro", Roboto, \30e1\30a4\30ea\30aa, Meiryo, "\ff2d\ff33  \ff30\30b4\30b7\30c3\30af", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;font-family:var(--notoFontFamily),var(--fallbackFontFamilies)}:root{--vh: 1vh}body{background-color:var(--desktopBackColor)}:root{--loginWidth: 382px;--loginPadding: 0px;--loginWidthNoPadding: var(--loginWidth);--loginContentMargin: 20px;--loginContentWidth: calc( var(--loginWidthNoPadding) - var(--loginContentMargin) * 2 );--loginSelectAccountLabelHeight: 44px}@media (max-width: 480px){:root{--loginWidth: 100vw}}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--loginPadding: 0 15px;--loginWidthNoPadding: calc(var(--loginWidth) - 30px)}}.login-root{box-sizing:border-box;width:100%;height:100%;padding-bottom:var(--safeAreaInsetBottom);display:flex;justify-content:center;overflow-y:auto}#main .login-root .brand{display:flex;justify-content:center;padding:44px 0;font-weight:700;text-align:center;color:#fff;font-size:40pt}.brandImage{display:flex;flex-direction:column;align-items:center;gap:10px}@media (min-width: 480px){.login-main{width:var(--loginWidth)}}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.login-main{width:var(--loginWidth);padding:var(--loginPadding);margin:0;box-sizing:border-box}}#main .login-root .login-main .alert-message{border-radius:4px;display:block;border-top:5px var(--errorRed) solid;background-color:#fff;color:#000;padding:20px;margin-bottom:15px}.alertMessageBody{line-height:1.2em}#main .login-root .login-main .login-form{border-radius:4px;padding:20px;background-color:#f0f0f0;margin-bottom:15px}.form-label,.form-input{display:block;padding:5px 0}.form-input{width:100%;box-sizing:border-box;font-size:12pt;padding:5px;border:1px solid #000;margin-bottom:10px}.submit-button{cursor:pointer;width:100%;text-align:center;font-size:17px;font-weight:700;padding:10px;margin-top:10px;margin-bottom:10px;background-color:#1b73e8;border:none;border-radius:4px;color:#fff}.submit-button:active{background-color:#fff;color:#1b73e8}.submit-button:disabled{background-color:#ccc}#main .login-root .login-main .login-form .guest-login-button{background-color:#616161}.forgotPasswordLink{display:flex;justify-content:center}.forgotPasswordLink a{color:#f0f0f0;margin-top:5px;margin-bottom:50px}.secondaryLoginLinks{display:flex;flex-direction:column;align-items:center}.secondaryLoginLinks a{color:#f0f0f0;margin-top:10px;margin-bottom:10px}.ssoLoginLinks{display:flex;align-items:center;flex-direction:column}.ssoLoginLink{margin-bottom:15px}.ssoLoginLinks a{padding:0 10px;max-width:100%;display:flex;box-sizing:border-box;align-items:center;width:250px;height:44px;background-color:#fff;border:1px #ccc solid;border-radius:4px;text-decoration:none;color:#000}.ssoLoginLinks a:active{background-color:#1b73e8;color:#fff}.ssoLoginLinks span{text-align:center;flex:1}.loginFooter{width:var(--loginWidth);margin-top:40px}.loginFooterInner{margin:0 auto}@media (max-width: 480px) and (orientation: portrait),(max-height: 640px) and (orientation: landscape){.loginFooter{width:100%}}.loginLocaleLinkList{padding:15px 0;margin:0 auto;display:flex;justify-content:space-evenly}.loginLocaleLinkItem{display:flex;justify-content:center}.loginLocaleLink{text-decoration:none;padding-bottom:5px;color:#fff;border-bottom:2px transparent solid;box-sizing:border-box}.loginLocaleLink[data-selected=true]{border-bottom:2px white solid}@media (hover: hover){.loginLocaleLink:hover{border-bottom:2px white solid}}.loginSelectAccountTitle{text-align:center;margin-bottom:10px}.loginSelectAccountList{border:1px solid #ccc;max-height:calc(var(--loginSelectAccountLabelHeight) * 5.5);overflow-y:scroll}.loginSelectAccountLabel{cursor:pointer;display:flex;align-items:center;min-height:var(--loginSelectAccountLabelHeight);padding:5px;box-sizing:border-box;border-bottom:1px solid #ccc;background-color:#fff}.loginSelectAccountLabel:active{background-color:var(--primaryBlueHighlight)}.loginSelectAccountLabel:last-child{border-bottom:none}.loginSelectAccountSchoolName{--ellipsisTextPadding: calc(230em / 1070);padding:var(--ellipsisTextPadding) 5px;overflow:hidden;height:100%;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;width:calc(var(--loginContentWidth) - 20px - 10px);font-size:17px;font-weight:700}:root{--toggle-password-icon-size: 20px;--toggle-password-button-size: calc(var(--toggle-password-icon-size) + 2px)}#form-input-password{padding-right:calc(var(--toggle-password-icon-size) + 18px)}.password-container{position:relative}.toggle-password{position:absolute;top:51%;right:5px;transform:translateY(-50%);cursor:pointer;border:0;background-color:transparent}#password-invisible-state{width:var(--toggle-password-button-size);height:var(--toggle-password-button-size);display:block}#password-visible-state{width:var(--toggle-password-button-size);height:var(--toggle-password-button-size);display:none}.password-invisible-icon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}.password-visible-icon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}::-ms-reveal{display:none}:root{--loginWarningDialogWidth: 900px}@media (max-width: 900px){:root{--loginWarningDialogWidth: 100%}}#continue[data-internal]:target{display:none}.loginWarningWrapper{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#fffffff2;overflow-y:auto}.loginWarning{width:var(--loginWarningDialogWidth);padding:15px;margin-left:max(15px,var(--safeAreaInsetLeft));margin-right:max(15px,var(--safeAreaInsetRight));box-sizing:border-box;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #00000026}.loginWarningTitle{text-align:center;font-weight:700;margin:10px 0;font-size:22px}.loginWarningDescription{padding:10px 0}.loginWarningText{width:75%;text-align:center;line-height:20px;margin:auto}.loginWarningLink{font-size:19px;font-weight:700;padding:20px 0}.loginYourBrowser{margin:10px 0;padding:10px 0;width:100%;box-sizing:border-box;font-size:13px;text-align:center;background-color:#efefef;border-radius:4px}.loginContinueButton{display:inline-block;width:16px;height:16px;border:none;background-color:transparent;background-image:linear-gradient(-45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent),linear-gradient(45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent)}.loginContinueButton:active{background-color:#b2d8ff}.unSupportBrowserInfo{border-radius:4px;padding:15px;margin-bottom:40px;background-color:#fff;color:#000;text-align:center}.unSupportBrowserInfoTitle{margin-bottom:14px}.unSupportBrowserInfoDescription{font-size:13px;padding:10px 0}.unSupportBrowserInfoDescriptionLine{margin-bottom:10px;font-weight:700}.unSupportBrowserInfoDescriptionLine:last-child{margin-bottom:0}.pwaInstallPromotion{position:absolute;top:-4em;left:0;right:0;display:none;justify-content:center;align-items:center;animation-name:none;animation-timing-function:ease;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes slide-in{0%{top:-4em}to{top:0}}@keyframes slide-out{0%{top:0}to{top:-4em}}.pwaInstallButtonContainer{position:relative;width:100%}.pwaInstallButton{display:flex;flex-direction:row;align-items:center;justify-content:center;height:3em;gap:8px;cursor:pointer;background-color:#fff}.pwaInstallButton:active{background-color:#1b73e8}.pwaAppIcon{width:22px;height:22px;background-position:center;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 290 290">%0A  <!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137)  -->%0A  <defs>%0A    <style>%0A      .st0 {%0A        fill: none;%0A      }%0A%0A      .st1 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5805);%0A      }%0A%0A      .st2 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5804);%0A      }%0A%0A      .st3 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5803);%0A      }%0A%0A      .st4 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5802);%0A      }%0A%0A      .st5 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5801);%0A      }%0A%0A      .st6 {%0A        fill: %23ffb900;%0A      }%0A%0A      .st7 {%0A        fill: %23007458;%0A      }%0A%0A      .st8 {%0A        clip-path: url(%23clippath-1);%0A      }%0A%0A      .st9 {%0A        fill: %2300be00;%0A      }%0A%0A      .st10 {%0A        fill: %2300c96f;%0A      }%0A%0A      .st11 {%0A        fill: %23fff;%0A      }%0A%0A      .st12 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_201);%0A      }%0A%0A      .st13 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580);%0A      }%0A%0A      .st14 {%0A        fill: %2300ce9c;%0A      }%0A%0A      .st15 {%0A        fill: %2300c435;%0A      }%0A%0A      .st16 {%0A        fill: %23e86f00;%0A      }%0A%0A      .st17 {%0A        clip-path: url(%23clippath);%0A      }%0A%0A      .st18 {%0A        fill: %230c2650;%0A      }%0A%0A      .st19 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_20);%0A      }%0A    <\/style>%0A    <clipPath id="clippath">%0A      <rect id="Mask" class="st0" width="290" height="290" rx="58" ry="58"/>%0A    </clipPath>%0A    <clipPath id="clippath-1">%0A      <rect class="st0" x="0" y="0" width="290" height="290"/>%0A    </clipPath>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="56.05" y1="211.98" x2="56.05" y2="250.32" gradientUnits="userSpaceOnUse">%0A      <stop offset=".4" stop-color="%23fff"/>%0A      <stop offset=".49" stop-color="%23fcfaff"/>%0A      <stop offset=".58" stop-color="%23f3eeff"/>%0A      <stop offset=".6" stop-color="%23f0eaff"/>%0A      <stop offset=".7" stop-color="%23f7e7f6"/>%0A      <stop offset=".85" stop-color="%23ffffdf"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5801" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="87.55" y1="212.56" x2="87.55" y2="249.21" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5802" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="123.65" y1="213.85" x2="123.65" y2="248.08" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5803" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="161.15" y1="212.63" x2="161.15" y2="249.32" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5804" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="199.7" y1="212.63" x2="199.7" y2="249.32" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_5805" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="233.78" y1="213.58" x2="233.78" y2="248.79" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_20" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  20" x1="181.01" y1="186.55" x2="181.01" y2="122.01" gradientUnits="userSpaceOnUse">%0A      <stop offset="0" stop-color="%23000" stop-opacity="0"/>%0A      <stop offset="1" stop-color="%23000"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_201" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  20" x1="137.24" y1="177.78" x2="137.24" y2="36.18" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_20"/>%0A  </defs>%0A  <g id="Masked_Asset">%0A    <g class="st17">%0A      <g class="st8">%0A        <rect class="st18" x="-27.22" y="-7.08" width="344.43" height="344.43"/>%0A        <g>%0A          <path class="st9" d="M145,155.4c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A          <path class="st15" d="M145,190.98c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A          <path class="st10" d="M145,226.55c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A          <path class="st14" d="M145,262.13c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A        </g>%0A        <g>%0A          <g>%0A            <path class="st7" d="M115.52,252h-5.08c-1.27,0-2.3-1.09-2.3-2.42l.1-29.17c0-1.33,1.03-2.41,2.3-2.41h5c1.26,0,2.29,1.08,2.3,2.41l.04,10.35h11.73v-10.34c0-1.33,1.03-2.42,2.3-2.42h4.93c1.27,0,2.29,1.08,2.3,2.41l.05,29.39c0,1.34-1.03,2.43-2.31,2.42l-5.24-.03c-1.27,0-2.29-1.09-2.28-2.43l.04-10.34h-11.56v10.16c0,1.33-1.03,2.42-2.3,2.42Z"/>%0A            <path class="st7" d="M161.1,216.77c5.72,0,10.09,1.82,13.11,5.44,3.02,3.63,4.54,8.12,4.54,13.48s-1.72,9.51-5.17,12.81c-3.45,3.3-7.61,4.95-12.47,4.95s-9.05-1.69-12.45-5.07c-3.39-3.38-5.09-7.59-5.09-12.64,0-5.32,1.48-9.81,4.45-13.48,2.97-3.67,7.33-5.5,13.08-5.5ZM153.41,235.17c0,2.25.76,4.17,2.27,5.76,1.51,1.59,3.34,2.39,5.48,2.39s3.96-.8,5.48-2.39c1.51-1.59,2.27-3.51,2.27-5.76s-.76-4.17-2.27-5.76c-1.51-1.59-3.34-2.39-5.48-2.39s-3.96.8-5.48,2.39c-1.51,1.59-2.27,3.51-2.27,5.76Z"/>%0A            <path class="st7" d="M199.64,216.77c5.72,0,10.09,1.82,13.11,5.44,3.02,3.63,4.54,8.12,4.54,13.48s-1.72,9.51-5.17,12.81c-3.45,3.3-7.61,4.95-12.47,4.95s-9.05-1.69-12.45-5.07c-3.39-3.38-5.09-7.59-5.09-12.64,0-5.32,1.48-9.81,4.45-13.48,2.97-3.67,7.33-5.5,13.08-5.5ZM191.95,235.17c0,2.25.76,4.17,2.27,5.76,1.51,1.59,3.34,2.39,5.48,2.39s3.96-.8,5.48-2.39,2.27-3.51,2.27-5.76-.76-4.17-2.27-5.76c-1.51-1.59-3.34-2.39-5.48-2.39s-3.96.8-5.48,2.39c-1.51,1.59-2.27,3.51-2.27,5.76Z"/>%0A            <path class="st7" d="M232.1,220.15l.1,21.25,11.44.1c1.26.01,2.28,1.09,2.28,2.42v6.6c0,1.33-1.03,2.42-2.3,2.42h-19.69c-1.27,0-2.3-1.08-2.3-2.42v-30.38c0-1.34,1.04-2.42,2.31-2.42l5.88.03c1.26,0,2.28,1.08,2.28,2.4Z"/>%0A            <path class="st7" d="M68.01,242.39c-.07-2.6-.79-4.68-2.16-6.23-1.36-1.55-2.93-2.8-4.7-3.73-1.18-.62-2.61-1.25-4.29-1.89-1.68-.64-2.54-1.45-2.57-2.42-.04-.93.28-1.69.94-2.27s1.53-.89,2.6-.93c.96-.04,1.91.18,2.85.67.42.22.87.44,1.36.67,1.11.53,2.42.07,2.99-1.07l1.54-3.07c.2-.4.28-.83.26-1.26v-4.17l-4.04.53v.29c-.48-.2-.96-.38-1.42-.54-1.92-.64-4.08-.92-6.47-.84-2.62.08-5.05,1.2-7.3,3.38-2.25,2.17-3.3,4.7-3.15,7.57.11,2.64.77,4.85,1.99,6.64,1.22,1.79,2.84,3.16,4.87,4.13,1.18.58,2.58,1.16,4.2,1.72,1.62.56,2.45,1.47,2.49,2.71.04.97-.51,1.62-1.63,1.95-1.13.33-2.57.22-4.34-.32-.9-.23-1.74-.54-2.52-.94-1.14-.58-2.51-.12-3.08,1.07l-.59,1.23h-1.75v4.14h0c-.03.88.38,1.74,1.15,2.2,1.53.91,3.14,1.58,4.82,2.02,2.38.62,5.12.89,8.21.82,2.66-.12,4.97-1.27,6.94-3.46,1.97-2.19,2.9-5.06,2.79-8.59Z"/>%0A            <path class="st7" d="M103.53,239.25h-3.19v1.21l-3.31-1.08c-.98-.32-2.04.09-2.61,1-1.17,1.89-2.99,2.77-5.43,2.65-4.06-.7-6.31-3.18-6.75-7.45-.18-2.1.28-4.01,1.38-5.74,1.11-1.73,2.71-2.71,4.81-2.94,2.37-.22,4.44.39,6.22,1.84.78.64,1.88.62,2.7.03l3.71-2.72c.62-.46.97-1.18.99-1.92h0v-4.13h-3.04c-.73-.57-1.52-1.06-2.36-1.48-2.67-1.32-5.47-1.92-8.38-1.8-5.09.12-9.26,2.11-12.5,5.97-3.25,3.86-4.61,8.43-4.09,13.71,1.59,11.61,7.98,17.26,19.2,16.95,6.33-.48,10.5-3.54,12.51-9.18.09-.25.14-.51.15-.77h0s0-4.13,0-4.13Z"/>%0A          </g>%0A          <g>%0A            <path class="st13" d="M65.03,221.06c-.57,1.13-1.88,1.6-2.99,1.07-.49-.23-.94-.46-1.36-.67-.94-.49-1.89-.71-2.85-.67-1.07.04-1.94.35-2.6.93s-.98,1.34-.94,2.27c.04.97.89,1.78,2.57,2.42,1.68.64,3.11,1.27,4.29,1.89,1.77.93,3.34,2.17,4.7,3.73,1.36,1.55,2.08,3.63,2.16,6.23.11,3.53-.82,6.4-2.79,8.59-1.97,2.19-4.29,3.35-6.94,3.46-3.1.08-5.84-.19-8.21-.82-1.69-.44-3.29-1.11-4.82-2.02-1.06-.63-1.46-2.04-.91-3.19l2.09-4.38c.57-1.19,1.94-1.65,3.08-1.07.78.4,1.62.71,2.52.94,1.77.54,3.22.65,4.34.32,1.12-.33,1.67-.98,1.63-1.95-.04-1.24-.87-2.14-2.49-2.71-1.62-.56-3.02-1.14-4.2-1.72-2.03-.97-3.65-2.35-4.87-4.13-1.22-1.79-1.88-4-1.99-6.64-.15-2.87.9-5.4,3.15-7.57,2.25-2.17,4.68-3.3,7.3-3.38,2.4-.08,4.55.2,6.47.84,1.33.44,2.74,1.07,4.23,1.88,1.13.61,1.56,2.09.97,3.27l-1.54,3.07Z"/>%0A            <path class="st5" d="M88.99,238.89c2.45.12,4.26-.76,5.43-2.65.56-.91,1.62-1.32,2.61-1l4.89,1.6c1.27.41,1.93,1.87,1.47,3.17-2.02,5.64-6.19,8.71-12.51,9.18-11.21.31-17.61-5.34-19.2-16.95-.52-5.28.85-9.85,4.09-13.71,3.24-3.86,7.41-5.85,12.5-5.97,2.91-.12,5.71.49,8.38,1.8,1.95.96,3.59,2.31,4.92,4.06.83,1.08.58,2.68-.5,3.47l-3.71,2.72c-.81.6-1.91.61-2.7-.03-1.78-1.44-3.86-2.06-6.22-1.84-2.1.23-3.71,1.21-4.81,2.94-1.11,1.73-1.57,3.64-1.38,5.74.44,4.27,2.69,6.75,6.75,7.45Z"/>%0A            <path class="st4" d="M115.52,247.86h-5.08c-1.27,0-2.3-1.09-2.3-2.42l.1-29.17c0-1.33,1.03-2.41,2.3-2.41h5c1.26,0,2.29,1.08,2.3,2.41l.04,10.35h11.73v-10.34c0-1.33,1.03-2.42,2.3-2.42h4.93c1.27,0,2.29,1.08,2.3,2.41l.05,29.39c0,1.34-1.03,2.43-2.31,2.42l-5.24-.03c-1.27,0-2.29-1.09-2.28-2.43l.04-10.34h-11.56v10.16c0,1.33-1.03,2.42-2.3,2.42Z"/>%0A            <path class="st3" d="M161.1,212.63c5.72,0,10.09,1.82,13.11,5.44,3.02,3.63,4.54,8.12,4.54,13.48s-1.72,9.51-5.17,12.81c-3.45,3.3-7.61,4.95-12.47,4.95s-9.05-1.69-12.45-5.07c-3.39-3.38-5.09-7.59-5.09-12.64,0-5.32,1.48-9.81,4.45-13.48,2.97-3.67,7.33-5.5,13.08-5.5ZM153.41,231.03c0,2.25.76,4.17,2.27,5.76,1.51,1.59,3.34,2.39,5.48,2.39s3.96-.8,5.48-2.39c1.51-1.59,2.27-3.51,2.27-5.76s-.76-4.17-2.27-5.76c-1.51-1.59-3.34-2.39-5.48-2.39s-3.96.8-5.48,2.39c-1.51,1.59-2.27,3.51-2.27,5.76Z"/>%0A            <path class="st2" d="M199.64,212.63c5.72,0,10.09,1.82,13.11,5.44,3.02,3.63,4.54,8.12,4.54,13.48s-1.72,9.51-5.17,12.81c-3.45,3.3-7.61,4.95-12.47,4.95s-9.05-1.69-12.45-5.07c-3.39-3.38-5.09-7.59-5.09-12.64,0-5.32,1.48-9.81,4.45-13.48,2.97-3.67,7.33-5.5,13.08-5.5ZM191.95,231.03c0,2.25.76,4.17,2.27,5.76,1.51,1.59,3.34,2.39,5.48,2.39s3.96-.8,5.48-2.39,2.27-3.51,2.27-5.76-.76-4.17-2.27-5.76c-1.51-1.59-3.34-2.39-5.48-2.39s-3.96.8-5.48,2.39c-1.51,1.59-2.27,3.51-2.27,5.76Z"/>%0A            <path class="st1" d="M232.1,216.01l.1,21.25,11.44.1c1.26.01,2.28,1.09,2.28,2.42v6.6c0,1.33-1.03,2.42-2.3,2.42h-19.69c-1.27,0-2.3-1.08-2.3-2.42v-30.38c0-1.34,1.04-2.42,2.31-2.42l5.88.03c1.26,0,2.28,1.08,2.28,2.4Z"/>%0A          </g>%0A        </g>%0A        <g>%0A          <path class="st18" d="M224.83,172.73l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26Z"/>%0A          <path class="st18" d="M208.33,76.39c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43l-.83-7.09-11.75.99h0l-15.29-7.12c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.95.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58Z"/>%0A          <path class="st19" d="M224.83,172.73l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26Z"/>%0A          <path class="st12" d="M208.33,76.39c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43l-.83-7.09-11.75.99h0l-15.29-7.12c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.95.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58Z"/>%0A          <rect class="st11" x="88.94" y="24.91" width="46.85" height="72.88" transform="translate(161.62 -56.82) rotate(83.99)"/>%0A          <path class="st6" d="M207.5,69.3c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43-.02-.16-.12-.3-.28-.37l-27.59-12.85c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.96.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58ZM80.7,85.84l-4.41-41.85,67.73-7.13,4.41,41.85-67.73,7.13Z"/>%0A          <rect class="st11" x="156.83" y="110.74" width="46.85" height="72.88" transform="translate(307.76 -47.5) rotate(83.99)"/>%0A          <path class="st6" d="M211.93,122.7l4.41,41.85-67.73,7.13-4.41-41.85,67.73-7.13M213.62,114.91c-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1h0Z"/>%0A          <path class="st16" d="M143.14,37.91l4.15,39.91-65.74,7-4.21-40.05,65.8-6.86M143.98,36.87l-67.68,7.06,4.41,41.94,67.62-7.2-4.35-41.8h0Z"/>%0A          <path class="st16" d="M211.03,123.81l4.15,39.91-65.74,7-4.21-40.05,65.8-6.86M211.87,122.77l-67.68,7.06,4.41,41.94,67.62-7.2-4.35-41.8h0Z"/>%0A        </g>%0A      </g>%0A    </g>%0A  </g>%0A</svg>')}.pwaInstallButton span{color:#000}.pwaInstallButton:active span{color:#fff}.pwaInstallCloseButton{position:absolute;top:50%;transform:translateY(-50%);right:0;display:flex;justify-content:center;align-items:center;width:60px;height:3em;cursor:pointer}.pwaInstallCloseIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 20 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M1.548,1.643l16.09,15.691" style="fill:none;stroke:%23007aff;stroke-width:2px;"/><path d="M17.439,1.443l-15.692,16.091" style="fill:none;stroke:%23007aff;stroke-width:2px;"/></g></svg>') no-repeat center center / 20px 19px;width:20px;height:19px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.pwaInstallCloseButton:active .pwaInstallCloseIcon{transform:scale(.8);transition:transform .25s}.noScriptContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.noScriptContainerForLogin{padding-top:20px}.noscriptFullScreen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--desktopBackColor)}.noScriptMessage{max-width:600px;border-radius:4px;padding:20px 15px;margin:0 15px;background-color:#fff;color:#000;text-align:center;line-height:1.5}
