body .helpdesk-title{display:flex;align-items:center;min-height:170px;background-color:#ECF1F5;font-size:44px;font-weight:600}body .helpdesk-title .wrapper .helpdesk-title-inner{display:flex;justify-content:center;width:100%}body .helpdesk-sections{background-color:#ECF1F5}body .helpdesk-sections .wrapper .helpdesk-sections-inner{display:flex;justify-content:center}body .helpdesk-sections .wrapper .helpdesk-sections-inner .helpdesk-section{background-color:#dde6ef;transition:background-color .25s;color:#48536C;padding:12px 25px;cursor:default}body .helpdesk-sections .wrapper .helpdesk-sections-inner .helpdesk-section.is-active{background-color:white;pointer-events:none}body .helpdesk-sections .wrapper .helpdesk-sections-inner .helpdesk-section:hover:not(.is-active){cursor:pointer;background-color:#d4dee8}body .helpdesk-sections .wrapper .helpdesk-sections-inner .helpdesk-section:first-child{border-top-left-radius:8px}body .helpdesk-sections .wrapper .helpdesk-sections-inner .helpdesk-section:last-child{border-top-right-radius:8px}body main{padding:2rem 0}@media screen and (max-width:751px){body main{padding:2rem 0 3rem}}body main .wrapper .main-inner{display:flex}@media screen and (max-width:751px){body main .wrapper .main-inner{flex-wrap:wrap}}body main .wrapper .main-inner aside{min-width:225px;max-width:225px;border-right:1px solid #ECF1F5;font-weight:500;font-size:18px;padding-right:2rem}@media screen and (max-width:1003px){body main .wrapper .main-inner aside{padding-right:1.75rem}}@media screen and (max-width:751px){body main .wrapper .main-inner aside{padding-right:0;border-right:none;margin-bottom:3rem;min-width:100%}}body main .wrapper .main-inner aside .main-items{display:flex;flex-direction:column;gap:1rem}body main .wrapper .main-inner aside .main-items li a{color:#4D4F5C}body main .wrapper .main-inner aside .main-items li a.is-active,body main .wrapper .main-inner aside .main-items li a:hover{color:#F15A4D}body main .wrapper .main-inner aside .main-items li a figure{rotate:0deg;transition:rotate .25s}body main .wrapper .main-inner aside .main-items li.has-children{overflow:hidden}body main .wrapper .main-inner aside .main-items li.has-children>a{display:flex;gap:.5rem}body main .wrapper .main-inner aside .main-items li.has-children>a figure{display:flex}body main .wrapper .main-inner aside .main-items li.has-children ul{display:flex;flex-direction:column;gap:1rem;max-height:0;margin-top:0;transition:max-height .25s,margin-top .25s}body main .wrapper .main-inner aside .main-items li.has-children ul li{padding-left:1.2rem}body main .wrapper .main-inner aside .main-items li.has-children.is-active a figure{rotate:90deg}body main .wrapper .main-inner aside .main-items li.has-children.is-active .is-children{margin-top:1rem}body main .wrapper .main-inner .page-content{display:flex;flex-direction:column;padding-left:2.5rem}@media screen and (max-width:1003px){body main .wrapper .main-inner .page-content{padding-left:1.75rem}}@media screen and (max-width:751px){body main .wrapper .main-inner .page-content{padding-left:0}}body main .wrapper .main-inner .page-content .page-title{display:flex;margin-bottom:1.25rem;font-size:38px;font-weight:700}body main .wrapper .main-inner .page-content .section-title{display:flex;margin-bottom:1rem;font-size:26px;font-weight:700}body main .wrapper .main-inner .page-content iframe{display:flex;margin-bottom:2rem;max-width:100%}@media screen and (max-width:1003px){body main .wrapper .main-inner .page-content iframe{height:250px}}@media screen and (max-width:751px){body main .wrapper .main-inner .page-content iframe{height:340px;width:100%}}@media screen and (max-width:575px){body main .wrapper .main-inner .page-content iframe{height:200px}}body main .wrapper .main-inner .page-content img{display:flex;width:540px;max-width:100%;margin-bottom:40px}body main .wrapper .main-inner .page-content p{line-height:30px}body main .wrapper .main-inner .page-content p:not(:last-child){margin-bottom:1.5rem}body main .wrapper .main-inner .page-content ul{display:flex;flex-direction:column;gap:.25rem;line-height:30px;list-style:inherit;padding-left:2.75rem}body main .wrapper .main-inner .page-content ul:not(:last-child){margin-bottom:1.5rem}body main .wrapper .main-inner .page-content .fake-link,body main .wrapper .main-inner .page-content a{color:#0081ff}body main .wrapper .main-inner .page-content .fake-link:hover,body main .wrapper .main-inner .page-content a:hover{cursor:pointer;text-decoration:underline}