.articlePage .firstScreen{background-color:#e8ebff;width:100%}.articlePage .firstScreen .firstScreenContainer{padding-top:40px;padding-bottom:40px}.articlePage .firstScreen .titleBlue{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:clamp(28px,4.5vw,46px);font-weight:400;line-height:140%}.articlePage .firstScreen .firstScreenGrid{align-items:center;gap:40px;display:flex}.articlePage .firstScreen .thumbnail{aspect-ratio:91/60;border-radius:5px;flex:0 0 455px;width:455px;height:auto;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.articlePage .firstScreen .firstScreenContent{flex-direction:column;gap:40px;display:flex}.articlePage .firstScreen .meta{flex-wrap:wrap;gap:16px;display:flex}.articlePage .firstScreen .meta .metaItem{border:1px solid #c4cbd0;border-radius:6px;align-items:center;gap:10px;padding:10px 15px;display:inline-flex}.articlePage .firstScreen .meta .metaLabel{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:16px;font-weight:500;line-height:140%}.articlePage .firstScreen .meta .metaValue{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#696d8c;font-size:16px;font-weight:500;line-height:140%}.articlePage .firstScreen .tags{flex-wrap:wrap;gap:15px;display:flex}.articlePage .firstScreen .tags .tag{background:#3836801a}@media (max-width:1024px){.articlePage .firstScreen .firstScreenContainer{padding-top:30px;padding-bottom:30px}.articlePage .firstScreen .titleBlue{text-align:center}.articlePage .firstScreen .firstScreenGrid{flex-direction:column;align-items:stretch;gap:30px}.articlePage .firstScreen .thumbnail{flex:none;margin:0 auto}.articlePage .firstScreen .firstScreenContent{align-items:center;gap:30px}}@media (max-width:550px){.articlePage .firstScreen .firstScreenContainer{padding-top:20px;padding-bottom:20px}.articlePage .firstScreen .firstScreenGrid{gap:20px}.articlePage .firstScreen .thumbnail{width:100%}.articlePage .firstScreen .meta{justify-content:flex-start;gap:10px}.articlePage .firstScreen .meta .metaItem{border:none;justify-content:flex-start;width:100%}.articlePage .firstScreen .meta .metaItem:nth-child(2),.articlePage .firstScreen .tags{display:none}}.articlePage .articleBody{grid-row-gap:40px;grid-column-gap:21px;grid-template-columns:2fr 1fr;padding-top:40px;padding-bottom:60px;display:grid}.articlePage .articleBody .body{grid-template-columns:1fr;gap:40px;display:grid}.articlePage .articleBody .body h2{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;padding-bottom:clamp(12px,1.2vw,20px);font-size:clamp(26px,2.2vw,40px);font-weight:400;line-height:120%}.articlePage .articleBody .body h3{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:clamp(22px,1.8vw,32px);font-weight:400;line-height:130%}.articlePage .articleBody .body h4{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:clamp(18px,1.5vw,26px);font-weight:400;line-height:34px}.articlePage .articleBody .body h5{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:clamp(17px,1.2vw,20px);font-weight:600;line-height:26px}.articlePage .articleBody .body p{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:clamp(16px,1.4vw,20px);font-weight:400;line-height:140%}.articlePage .articleBody .body b,.articlePage .articleBody .body strong{font-weight:700}.articlePage .articleBody .body i,.articlePage .articleBody .body em{font-style:italic;font-weight:600}.articlePage .articleBody .body a{color:#5a56cc;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:clamp(16px,1.4vw,20px);font-weight:700;line-height:140%;text-decoration:underline}.articlePage .articleBody .body{padding:40px 80px;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.articlePage .articleBody .body .articleImageWithZoom img{width:100%;height:auto}.articlePage .articleBody .body .twoColumnsImages{grid-gap:20px;grid-template-columns:1fr 1fr;display:grid}.articlePage .articleBody .body .codeBlock{position:relative}.articlePage .articleBody .body .codeBlock .codeHeader{background-color:#e8ebff;border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;padding:10px 40px 10px 60px;display:flex}.articlePage .articleBody .body .codeBlock .codeHeader .fileFormat{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:14px;font-weight:500;line-height:100%}.articlePage .articleBody .body .codeBlock .code{background-color:#f4f6ff;border-radius:0 0 5px 5px;max-height:600px;padding:20px 40px 10px 60px;display:block;overflow:auto}.articlePage .articleBody .body .codeBlock pre{all:revert;color:#1e2432;width:100%;max-width:723px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;font-weight:500;line-height:120%}.articlePage .articleBody .body .codeBlock .copyButton{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;flex-direction:row;align-items:center;gap:10px;font-size:16px;font-weight:500;line-height:163%;transition:background-color .3s,color .3s;display:flex}.articlePage .articleBody .body .codeBlock .copyButton .iconBgCopy,.articlePage .articleBody .body .codeBlock .copyButton .iconBgCopied{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex}.articlePage .articleBody .body .codeBlock .copyButton:hover .iconBgCopy{background-color:#383680}.articlePage .articleBody .body .codeBlock .copyButton:hover .iconBgCopy img{filter:brightness(0)invert();transform:scale(1.1)}@media screen and (max-width:1024px){.articlePage .articleBody .body .codeBlock .codeHeader{padding:10px 60px}}@media screen and (max-width:650px){.articlePage .articleBody .body .codeBlock .codeHeader{padding:10px 20px}.articlePage .articleBody .body .codeBlock .code{padding:20px}}.articlePage .articleBody .body iframe{width:100%;height:410px}.articlePage .articleBody .body .hiddenContent .button{text-align:center;margin-bottom:30px}.articlePage .articleBody .body .hiddenContent .risingContent{max-height:0;transition:max-height 1s ease-in-out;overflow:hidden}.articlePage .articleBody .body .hiddenContent.open .risingContent{flex-direction:column;gap:20px;max-height:2000px;display:flex}.articlePage .articleBody .body .ctaContent{background-position:40px 50%,right 40px center;background-repeat:no-repeat,no-repeat;background-size:140px 140px;border-radius:8px;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 40px;display:flex;position:relative;overflow:hidden}.articlePage .articleBody .body .ctaContent.lightBlueBgWithOrangeButton{background-color:#f4f6ff;background-image:url(../media/cta-phone.6e096851.svg)}.articlePage .articleBody .body .ctaContent.lightBlueBgWithOrangeButton .textContent p{color:#383680}.articlePage .articleBody .body .ctaContent.darkBlueBgWithOrangeButton{background-color:#383680;background-image:url(../media/cta_target_dark.093f4edc.svg)}.articlePage .articleBody .body .ctaContent.darkBlueBgWithOrangeButton .textContent p{color:#fff}.articlePage .articleBody .body .ctaContent .textContent{flex-direction:column;gap:20px;padding-left:160px;display:flex}.articlePage .articleBody .body .ctaContent .textContent p{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;max-width:820px;font-size:clamp(18px,1.4vw,20px);font-weight:500;line-height:140%}.articlePage .articleBody .body .ctaContent a{justify-self:end;text-decoration:none}.articlePage .articleBody .body .ctaContent .orangeButton.smallButton.button{border-radius:8px;height:48px;margin-left:160px;padding:0 22px}@media (max-width:1024px){.articlePage .articleBody .body .ctaContent{background-position:24px 50%;background-size:120px;gap:24px;padding:20px 24px}.articlePage .articleBody .body .ctaContent .textContent{padding-left:140px}.articlePage .articleBody .body .ctaContent .orangeButton.smallButton.button{margin-left:140px}}@media (max-width:650px){.articlePage .articleBody .body .ctaContent{background-position:50% 30px;grid-template-columns:1fr;gap:16px;padding:20px}.articlePage .articleBody .body .ctaContent .textContent{text-align:center;padding-top:150px;padding-left:0}.articlePage .articleBody .body .ctaContent .textContent p{max-width:none}.articlePage .articleBody .body .ctaContent .orangeButton.smallButton.button{margin-left:0}.articlePage .articleBody .body .ctaContent a{margin:auto}}.articlePage .articleBody .body ul{flex-direction:column;gap:10px;display:flex}.articlePage .articleBody .body ul li{grid-gap:10px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;grid-template-columns:.1fr 11fr;font-size:16px;font-weight:500;line-height:140%;display:grid;position:relative}.articlePage .articleBody .body ul li:before{content:"";background-color:#ff8f3e;border-radius:50%;width:7px;height:7px;margin-top:7px;display:inline-block}.articlePage .articleBody .body ul li li:before{background-color:#0000;border:2px solid #ff8f3e;width:7px;height:7px}.articlePage .articleBody .body ul>li,.articlePage .articleBody .body ul ul>li{font-size:clamp(16px,1.5vw,20px);font-weight:400}.articlePage .articleBody .body ol{counter-reset:item;flex-direction:column;gap:clamp(8px,1vw,10px);padding-left:0;list-style:none;display:flex}.articlePage .articleBody .body ol>li{counter-increment:item;align-items:flex-start;font-size:clamp(16px,1.5vw,20px);font-weight:400;display:flex}.articlePage .articleBody .body ol>li:before{content:counter(item)".";color:#383680;width:31px;height:28px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;background-color:#e8ebff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-right:10px;font-size:20px;font-weight:500;line-height:140%;display:inline-flex}.articlePage .articleBody .body ol>li>div{flex-direction:column;gap:20px;display:flex}.articlePage .articleBody .body ol>li ul{flex-direction:column;gap:10px;display:flex}.articlePage .articleBody .body ol>li ul li{grid-gap:10px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;grid-template-columns:.1fr 11fr;font-size:16px;font-weight:500;line-height:140%;display:grid;position:relative}.articlePage .articleBody .body ol>li ul li:before{content:"";background-color:#ff8f3e;border-radius:50%;width:7px;height:7px;margin-top:7px;display:inline-block}.articlePage .articleBody .body ol>li ul li li:before{background-color:#0000;border:2px solid #ff8f3e;width:7px;height:7px}.articlePage .articleBody .body ol>li ul>li{font-size:clamp(16px,1.5vw,20px);font-weight:400}.articlePage .articleBody .paragraphSection{flex-direction:column;gap:20px;display:flex}.articlePage .articleBody .paragraphSection ::-webkit-scrollbar-thumb{background:#383680}.articlePage .articleNavigation{background:#fff;width:100%;max-width:460px;height:fit-content;padding:20px;position:sticky;top:150px;box-shadow:0 4px 15px #3836801a}.articlePage .articleNavigation .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;padding-bottom:20px;font-size:20px;font-weight:500;line-height:120%}.articlePage .articleNavigation .navList{flex-direction:column;gap:13px;display:flex}.articlePage .articleNavigation .navList .navItem{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;grid-gap:10px;cursor:pointer;background:#f4f6ff;border-radius:5px;grid-template-columns:.1fr 11fr;margin-bottom:10px;padding:10px 20px;font-size:16px;font-weight:500;line-height:140%;transition:all .2s ease-in-out;display:grid}.articlePage .articleNavigation .navList .navItem:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:9px;display:inline-block}.articlePage .articleNavigation .navList .navItem:hover{background:#e8ebfe}.articlePage .articleFooter{place-content:center;display:flex}.articlePage .helpInfo{background-color:#f4f6ff}.articlePage .helpInfo .content{flex-direction:column;gap:40px;display:flex}.articlePage .helpInfo .content .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:24px;font-weight:600;line-height:130%}.articlePage .tableWrapper{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.articlePage .tableWrapper table{border-collapse:collapse;color:#696d8c;background-color:#f4f6ff;border:0;width:max-content;min-width:100%;margin-bottom:25px}.articlePage .tableWrapper table thead{background:#e8ebfe}.articlePage .tableWrapper table th{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;text-transform:uppercase;text-align:left;padding:18px 10px 18px 20px;font-size:18px;font-weight:600;line-height:140%}.articlePage .tableWrapper table td{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;border-bottom:1px solid #e8ebfe;padding:20px;font-size:16px;font-weight:500;line-height:140%}.articlePage .tableWrapper table span{font-size:15px;font-weight:700}@media (max-width:1024px){.articlePage .articleBody{grid-template-columns:1fr}.articlePage .articleBody .body{order:2;padding:30px}.articlePage .articleNavigation{order:1;max-width:100%;position:static}}@media screen and (max-width:650px){.articlePage .articleBody .body{box-shadow:none;padding:0}}
