.homePage .firstScreen{position:relative;overflow:hidden}.homePage .firstScreen .articleBackground{--rightTop:clamp(66%, calc(55% + 20vw), 88%);--rightBottom:clamp(56%, calc(45% + 20vw), 76%);--padY:clamp(21px, 5vw, 65px);--gap:clamp(10px, 3vw, 40px);clip-path:polygon(0% -100%, var(--rightTop) 0%, var(--rightBottom) 100%, 0% 100%);z-index:1;background:#383680;justify-content:left;align-items:center;height:100%;min-height:clamp(375px,60vw,755px);display:flex}@media screen and (max-width:750px){.homePage .firstScreen .articleBackground{clip-path:none;min-height:auto}}.homePage .firstScreen .articleBackground .container{padding-top:var(--padY);padding-bottom:var(--padY);gap:var(--gap);flex-direction:column;display:flex}.homePage .firstScreen .headerBgDesktop{z-index:-1;object-fit:cover;width:50%;height:100%;position:absolute;bottom:0;right:0}@media screen and (max-width:750px){.homePage .firstScreen .headerBgDesktop{display:none}}.homePage .firstScreen .title{z-index:2;width:100%;max-width:clamp(500px,55vw,585px)}@media screen and (max-width:670px){.homePage .firstScreen .title{max-width:100%}}.homePage .firstScreen .subtitle{flex-direction:column;gap:clamp(20px,3vw,40px);max-width:clamp(461px,55vw,585px);display:flex}@media screen and (max-width:670px){.homePage .firstScreen .subtitle{max-width:100%;display:block}}.homePage .firstScreen .button{margin-left:initial}@media screen and (max-width:500px){.homePage .firstScreen .button{max-width:237px}}.homePage .titleTextAndImage .container{justify-content:center;align-items:flex-start;gap:40px;display:flex}.homePage .titleTextAndImage .container img{padding-top:20px}.homePage .titleTextAndImage .container .content{text-align:left;grid-template-columns:1fr;gap:25px;display:grid}.homePage .titleTextAndImage .container .content h2{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;padding-bottom:20px;font-size:40px;font-weight:400;line-height:120%}@media screen and (max-width:1024px){.homePage .titleTextAndImage .container .content h2{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:24px;font-weight:600;line-height:120%}}.homePage .titleTextAndImage .container .content h3{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:32px;font-weight:400;line-height:130%}.homePage .titleTextAndImage .container .content h4{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:26px;font-weight:400;line-height:34px}.homePage .titleTextAndImage .container .content h5{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:20px;font-weight:600;line-height:26px}.homePage .titleTextAndImage .container .content p{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:16px;font-weight:500;line-height:140%}.homePage .titleTextAndImage .container .content b,.homePage .titleTextAndImage .container .content strong{font-weight:700}.homePage .titleTextAndImage .container .content i,.homePage .titleTextAndImage .container .content em{font-style:italic;font-weight:600}.homePage .titleTextAndImage .container .content ul{flex-direction:column;gap:10px;display:flex}.homePage .titleTextAndImage .container .content 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}.homePage .titleTextAndImage .container .content ul li:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:9px;display:inline-block}.homePage .titleTextAndImage .container .content ol{flex-direction:column;gap:10px;padding-left:25px;list-style-type:auto;display:flex}.homePage .titleTextAndImage .container .content ol li{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;white-space:normal;font-size:16px;font-weight:500;line-height:140%}.homePage .titleTextAndImage .container .content ol li::marker{font-weight:600}.homePage .titleTextAndImage .container .content a{color:#5a56cc;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;line-height:140%;text-decoration:underline}.homePage .titleTextAndImage .container .content .codeBlock{position:relative}.homePage .titleTextAndImage .container .content .codeBlock .codeHeader{background-color:#e8ebff;border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;padding:20px 60px;display:flex}.homePage .titleTextAndImage .container .content .codeBlock .codeHeader .fileFormat{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:12px;font-weight:500;line-height:100%}.homePage .titleTextAndImage .container .content .codeBlock .code{background-color:#f4f6ff;border-radius:0 0 5px 5px;max-height:600px;padding:20px 60px;display:block;overflow:auto}.homePage .titleTextAndImage .container .content .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:12px;font-weight:500;line-height:163%}.homePage .titleTextAndImage .container .content .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:12px;font-weight:500;line-height:100%;transition:background-color .3s,color .3s;display:flex}.homePage .titleTextAndImage .container .content .codeBlock .copyButton .iconBgCopy,.homePage .titleTextAndImage .container .content .codeBlock .copyButton .iconBgCopied{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex}.homePage .titleTextAndImage .container .content .codeBlock .copyButton:hover .iconBgCopy{background-color:#383680}.homePage .titleTextAndImage .container .content .codeBlock .copyButton:hover .iconBgCopy img{filter:brightness(0)invert();transform:scale(1.1)}@media screen and (max-width:1024px){.homePage .titleTextAndImage .container .content .codeBlock .codeHeader{padding:10px 60px}}@media screen and (max-width:650px){.homePage .titleTextAndImage .container .content .codeBlock .codeHeader{padding:10px 20px}.homePage .titleTextAndImage .container .content .codeBlock .code{padding:20px}}.homePage .titleTextAndImage .container .content iframe{width:100%;height:410px}.homePage .titleTextAndImage .container .content ol{counter-reset:item;padding-left:0;list-style:none}.homePage .titleTextAndImage .container .content ol>li{counter-increment:item;align-items:flex-start;margin-bottom:12px;display:flex}.homePage .titleTextAndImage .container .content ol>li:before{content:counter(item) ".";color:#383680;width:31px;height:28px;font-weight:700;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;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}@media only screen and (max-width:1024px){.homePage .titleTextAndImage .container .content ol>li:before{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:140%}}.homePage .titleTextAndImage .container .content ol>li div{flex-direction:column;gap:10px;display:flex}.homePage .titleTextAndImage .container .content ol>li div 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}.homePage .titleTextAndImage .container .content ol>li div li:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:9px;display:inline-block}.homePage .titleTextAndImage .container .content ol>li div li{margin-bottom:0}.homePage .titleTextAndImage .container .content .number{align-items:center;gap:10px;display:flex}.homePage .titleTextAndImage .container .content .number span{color:#383680;width:31px;height:28px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:500;line-height:140%;display:inline-flex}@media only screen and (max-width:1024px){.homePage .titleTextAndImage .container .content .number span{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:140%}}@media screen and (max-width:717px){.homePage .titleTextAndImage .container{flex-direction:column;align-items:center}.homePage .titleTextAndImage .container img{padding-top:0}}.homePage .tableFromRichText .content{flex-direction:column;gap:40px;display:flex}.homePage .tableFromRichText .scrollWrapper{overflow-x:auto}.homePage .tableFromRichText .licensesTable{border-radius:0p 5px 5px 5px;background:#fff;border:5px solid #f4f6ff;width:100%;min-width:964px}.homePage .tableFromRichText .licensesTable table{border-collapse:separate;border-spacing:5px;color:#383680;width:100%;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:140%}.homePage .tableFromRichText .licensesTable .monthlyTd{width:123px}@media screen and (max-width:1024px){.homePage .tableFromRichText .licensesTable .monthlyTd{width:90px;padding:0}}.homePage .tableFromRichText .licensesTable .annualTd{width:123px}.homePage .tableFromRichText .licensesTable .firstTh{width:320px}@media screen and (max-width:550px){.homePage .tableFromRichText .licensesTable .firstTh{width:260px;padding:0}}.homePage .tableFromRichText .licensesTable th{color:#fff;background-color:#383680;border-radius:5px;padding:20px}.homePage .tableFromRichText .licensesTable .titlePrimary{font-size:14px}.homePage .tableFromRichText .licensesTable .titleSecondary{font-size:12px}.homePage .tableFromRichText .licensesTable .text{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:140%}.homePage .tableFromRichText .licensesTable .leftAlign{text-align:left}.homePage .tableFromRichText .licensesTable td{border-radius:5px;padding:5px}.homePage .tableFromRichText .licensesTable .lightBg{background-color:#f4f6ff}.homePage .tableFromRichText .licensesTable .lightBg2{background-color:#e8ebff}.homePage .tableFromRichText .licensesTable .lightBg3{background-color:#d1d7ff}.homePage .tableFromRichText .button{margin-top:40px}.homePage .articlesCards .cards{justify-content:space-between;margin-bottom:40px;display:flex}@media screen and (max-width:1150px){.homePage .articlesCards .cards{justify-content:center;gap:40px}.homePage .articlesCards .cards a:last-child{display:none}}@media screen and (max-width:760px){.homePage .articlesCards .cards{flex-direction:column;align-items:center;gap:20px;margin-bottom:20px}}.homePage .about .content{grid-gap:10px;border-radius:5px;grid-template-columns:1fr 175px;align-items:center;height:fit-content;padding:20px 40px;display:grid;overflow:hidden}@media screen and (max-width:1124px){.homePage .about .content{height:auto;overflow:auto}}.homePage .about .content .paragraphSection{border-right:1px solid #e1e5e8;flex-direction:column;gap:20px;display:flex}@media screen and (max-width:890px){.homePage .about .content .paragraphSection{border-right:0}}.homePage .about .content .paragraphSection .paragraph{text-align:left;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;letter-spacing:0;flex-direction:column;gap:20px;padding:20px 23px 20px 0;font-size:16px;font-weight:500;line-height:22px;display:flex}.homePage .about .content .partnerLogo{width:160px;height:auto;padding-left:20px}@media screen and (max-width:890px){.homePage .about .content{grid-template-columns:1fr;justify-items:center}.homePage .about .content .paragraphSection{border-top:1px solid #c4cbd0;order:2;padding-top:20px}.homePage .about .content .paragraphSection .paragraph{padding:0}.homePage .about .content .partnerLogo{border-left:none;order:1;padding-bottom:10px}}@media screen and (max-width:600px){.homePage .about .content{padding:20px}.homePage .about .content .paragraphSection .paragraph{font-size:15px}}.homePage .objections .objectionThumbnail{align-self:center;width:auto;height:190px;margin-bottom:40px;display:flex}.homePage .objections .objectionList{grid-gap:40px;grid-template-columns:repeat(2,1fr);display:grid}.homePage .objections .objection{grid-gap:10px;border-radius:5px;grid-template-rows:1fr 2fr;place-items:center;padding:40px 20px 20px;display:grid}.homePage .objections .objection .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;text-align:center;font-size:20px;font-weight:600;line-height:130%}@media screen and (max-width:1124px){.homePage .objections .objection .title{font-size:18px}}.homePage .objections .objection a{color:#5a56cc;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;line-height:140%;text-decoration:underline}.homePage .objections .objection .paragraph{align-self:self-start}@media screen and (max-width:1024px){.homePage .objections .objectionThumbnail{width:150px;height:auto}.homePage .objections .objection{grid-gap:20px;padding:20px}}@media screen and (max-width:382px){.homePage .objections .objectionListMob{display:block}.homePage .objections .objection{height:345px}.homePage .objections .objection .title{text-align:left}.homePage .objections .objection .paragraph{text-align:left;font-size:14px}}body.navOpen{overflow:hidden}.mobileNavigation{background-color:#fff;display:none}.mobileNavigation .languagePreference{background-color:#fff;border-radius:5px;width:100%;max-width:calc(100vw - 20px);padding:30px 20px;position:absolute;top:110px;left:50%;transform:translate(-50%);box-shadow:0 5px 10px #00000040}.mobileNavigation .languagePreference .paragraph{text-align:center;margin-bottom:30px;font-weight:500;line-height:140%}.mobileNavigation .languagePreference .buttons{justify-content:center;gap:10px;display:flex}.mobileNavigation .languagePreference .buttons .button{margin:inherit}@media screen and (max-width:1290px){.desktopNavigation{display:none}.mobileNavigation{display:block}}.header{z-index:100;background-color:#fff;position:sticky;top:0}.header .desktopNavigationWrapper{grid-gap:40px;grid-template-columns:88px 8fr;padding-top:20px;padding-bottom:20px;display:grid;position:relative}.header .navContent .navHoverScope{justify-content:space-between;align-items:center;display:flex;position:relative}.header .navContent .thumbnail{height:auto}.header .navigationItems{gap:30px;display:flex}.header .navigationItems .wrapperForNavItem{cursor:pointer;align-items:center;gap:5px;display:flex;position:relative}.header .navigationItems .link{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-transform:capitalize;font-size:14px;font-weight:700;line-height:normal;transition:color .2s}.header .navigationItems .link.open,.header .navigationItems .link:hover{color:#ff8f3e}.header .navigationItems .arrow{transition:fill .2s}.header .navigationItems .arrow.arrow--open{fill:#ff8f3e}.header .navigationItems .active{color:#ff8f3e}.header .subNavigation{z-index:10;background-color:#fff;border-top:3px solid #ff8f3e;border-radius:5px;width:auto;padding:40px;position:absolute;top:100%;left:0;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.header .subNavigation .services{grid-template-columns:1fr 1fr;min-width:700px;display:grid}.header .subNavigation .cases,.header .subNavigation .aboutUs{grid-template-columns:1fr 1fr 1fr;min-width:1020px;display:grid}.header .subNavigation .addons{grid-template-columns:1fr 1fr;min-width:700px;display:grid}.header .subNavigation .solutions{grid-column-gap:20px;grid-template-columns:1fr 1fr;display:grid}.header .subNavigation .contacts{min-width:1020px}.header .subNavigation .contacts .subNavItemTitle{display:none}.header .subNavigation .contacts .content{align-items:center;gap:40px;display:flex}.header .subNavigation .contacts .content .contactTitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;padding:0 10px 10px;font-size:20px;font-weight:700;line-height:130%}.header .subNavigation .contacts .content .contactDescription{padding:8px 10px}.header .subNavigation .contacts .content .graphicContent{grid-gap:40px;grid-template-columns:255px 1fr;align-items:center;display:grid}.header .subNavigation .contacts .contactsBlock{grid-gap:15px;grid-template-columns:1fr 1fr 1fr;display:grid}.header .subNavigation .contacts .contactsBlock .item{color:#fff;cursor:pointer;background-color:#383680;border-radius:10px;justify-content:center;align-items:flex-start;gap:10px;width:100%;max-width:130px;height:60px;padding:11px;display:flex}.header .subNavigation .contacts .contactsBlock .item .icon{filter:brightness(0)invert();width:22px;height:auto}.header .subNavigation .contacts .contactsBlock .item:hover:first-child{background-color:#ff8f3e}.header .subNavigation .contacts .contactsBlock .item:hover:nth-child(2){background-color:#00aff0}.header .subNavigation .contacts .contactsBlock .item:hover:nth-child(3){background-color:#47db53}.header .subNavigation .contacts .contactsBlock .item .title{z-index:2;font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;padding-top:3px;padding-bottom:10px;font-size:14px;font-weight:400;line-height:120%;position:relative}.header .subNavigation .contacts .contactsBlock .item .link{z-index:2;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:8px;font-weight:500;line-height:140%}.header .subNavigation .contacts .contactsBlock .bookCallButton{color:#fff;width:100%;max-width:130px;height:60px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-transform:uppercase;text-align:center;background-image:url("data:image/svg+xml,%3Csvg width='125' height='62' viewBox='0 0 125 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_19205_144559)'%3E%3Crect y='0.5' width='125' height='61.4754' rx='10' fill='%23FF8F3E'/%3E%3Cpath d='M123.139 9.35037L120.018 8.37171C116.48 7.26264 112.7 9.055 111.185 12.56L108.772 18.1403C107.481 21.1278 108.162 24.6389 110.465 26.8729L114.463 30.7497C114.579 30.863 114.653 31.016 114.671 31.1812C114.79 32.2861 114.07 34.4378 112.41 37.4268C111.204 39.6003 110.111 41.1246 109.182 41.9819C108.534 42.5792 108.178 42.7083 108.026 42.6613L102.648 40.9514C99.6369 39.994 96.3737 41.1357 94.5313 43.7912L91.1051 48.7295C88.9487 51.8378 89.3365 56.1259 92.0124 58.7615L94.3835 61.0968C96.9421 63.6168 100.584 64.5559 103.979 63.5706C111.346 61.4319 117.952 54.9658 123.869 44.3071C129.794 33.6337 131.873 24.4402 129.957 16.7286C129.08 13.1995 126.495 10.4023 123.139 9.35037ZM121.981 13.346C123.995 13.9772 125.546 15.6555 126.072 17.773C127.684 24.2596 125.841 32.4082 120.394 42.2205C114.954 52.0198 109.098 57.7517 102.9 59.551C100.863 60.1422 98.6779 59.5787 97.1427 58.0667L94.7716 55.7314C93.5553 54.5334 93.379 52.5843 94.3592 51.1714L97.7854 46.2331C98.6228 45.026 100.106 44.5071 101.475 44.9423L106.866 46.6564C109.995 47.6265 112.835 45.0073 115.885 39.5134C117.941 35.8111 118.899 32.9491 118.659 30.7179C118.535 29.5621 118.017 28.4907 117.199 27.6976L113.202 23.8208C112.155 22.8053 111.845 21.2094 112.432 19.8514L114.844 14.2712C115.533 12.678 117.251 11.8632 118.859 12.3674L121.981 13.346Z' fill='%23FF9D56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_19205_144559'%3E%3Crect y='0.5' width='125' height='61.4754' rx='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;font-size:10px;font-weight:700;line-height:120%}.header .subNavigation .contacts .contactsBlock .bookCallButton:hover{background-image:url("data:image/svg+xml,%3Csvg width='125' height='62' viewBox='0 0 125 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_19199_135592)'%3E%3Crect y='0.5' width='125' height='61.4754' rx='10' fill='url(%23paint0_linear_19199_135592)'/%3E%3Cpath d='M123.139 9.35037L120.018 8.37171C116.48 7.26264 112.7 9.055 111.185 12.56L108.772 18.1403C107.481 21.1278 108.162 24.6389 110.465 26.8729L114.463 30.7497C114.579 30.863 114.653 31.016 114.671 31.1812C114.79 32.2861 114.07 34.4378 112.41 37.4268C111.204 39.6003 110.111 41.1246 109.182 41.9819C108.534 42.5792 108.178 42.7083 108.026 42.6613L102.648 40.9514C99.6369 39.994 96.3737 41.1357 94.5313 43.7912L91.1051 48.7295C88.9487 51.8378 89.3365 56.1259 92.0124 58.7615L94.3835 61.0968C96.9421 63.6168 100.584 64.5559 103.979 63.5706C111.346 61.4319 117.952 54.9658 123.869 44.3071C129.794 33.6337 131.873 24.4402 129.957 16.7286C129.08 13.1995 126.495 10.4023 123.139 9.35037ZM121.981 13.346C123.995 13.9772 125.546 15.6555 126.072 17.773C127.684 24.2596 125.841 32.4082 120.394 42.2205C114.954 52.0198 109.098 57.7517 102.9 59.551C100.863 60.1422 98.6779 59.5787 97.1427 58.0667L94.7716 55.7314C93.5553 54.5334 93.379 52.5843 94.3592 51.1714L97.7854 46.2331C98.6228 45.026 100.106 44.5071 101.475 44.9423L106.866 46.6564C109.995 47.6265 112.835 45.0073 115.885 39.5134C117.941 35.8111 118.899 32.9491 118.659 30.7179C118.535 29.5621 118.017 28.4907 117.199 27.6976L113.202 23.8208C112.155 22.8053 111.845 21.2094 112.432 19.8514L114.844 14.2712C115.533 12.678 117.251 11.8632 118.859 12.3674L121.981 13.346Z' fill='%23FFB47E'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_19199_135592' x1='120.066' y1='31.2377' x2='10.7085' y2='32.6307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8F3E'/%3E%3Cstop offset='1' stop-color='%23FFB178'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_19199_135592'%3E%3Crect y='0.5' width='125' height='61.4754' rx='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-position:80%!important}.header .subNavigation .webinars .subNavItemTitle{display:none}.header .subNavigation .webinars .content{grid-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr;display:grid}@media screen and (max-width:1560px){.header .subNavigation .webinars .content{grid-template-columns:1fr 1fr}}.header .subNavigation .webinars .eventCard{border-radius:5px;grid-template-columns:149px 2fr;width:350px;height:148px;transition:box-shadow .1s ease-in-out;display:grid;position:relative;overflow:hidden}.header .subNavigation .webinars .eventCard:hover{box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.header .subNavigation .webinars .eventCard .leftSection{z-index:1;background-color:#383680;flex-direction:column;justify-content:space-between;padding:23px 10px 17px;display:flex}.header .subNavigation .webinars .eventCard .leftSection .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#fff;font-size:12px;font-weight:400;line-height:120%}.header .subNavigation .webinars .eventCard .leftSection .smallButton{width:80px;height:27px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;margin:inherit;text-align:center;padding:0;font-size:8px;font-weight:700;line-height:120%}.header .subNavigation .webinars .eventCard .rightSection{position:relative}.header .subNavigation .webinars .eventCard .rightSection .eventThumbnail{object-fit:cover;width:auto;height:148px;position:absolute;top:0;right:0}.header .subNavigation .webinars .eventCard .rightSection .eventDetails{z-index:1;background-color:#fff;width:100%;height:27px;display:flex;position:absolute;bottom:40px;left:0}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item{align-items:center;gap:5px;display:flex}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item:first-child{padding-left:10px}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item:nth-child(2){padding-left:20px}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item:nth-child(3){display:none}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item .text{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;padding-top:2px;font-size:8px;font-weight:600;line-height:120%}.header .subNavigation .webinars .eventCard .rightSection .eventDetails .item img{filter:invert(86%)sepia(131%)saturate(4793%)hue-rotate(386deg)brightness(259%)contrast(149%)}.header .subNavigation .blog .subNavItemTitle{display:none}.header .subNavigation .blog .content{grid-gap:20px;grid-template-columns:1fr 1fr 1fr;display:grid}@media screen and (max-width:1200px){.header .subNavigation .blog .content{grid-template-columns:1fr 1fr}}.header .subNavigation .blog .pageSmallCard{border-radius:5px;grid-template-columns:149px 2fr;width:350px;height:148px;transition:box-shadow .1s ease-in-out;display:grid;position:relative;overflow:hidden}.header .subNavigation .blog .pageSmallCard:hover{box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.header .subNavigation .blog .pageSmallCard .leftSection{z-index:1;background-color:#383680;flex-direction:column;justify-content:space-between;padding:23px 10px 17px;display:flex}.header .subNavigation .blog .pageSmallCard .leftSection .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#fff;font-size:12px;font-weight:400;line-height:120%}.header .subNavigation .blog .pageSmallCard .leftSection .smallButton{width:80px;height:27px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;margin:inherit;padding:0;font-size:8px;font-weight:700;line-height:120%}.header .subNavigation .blog .pageSmallCard .rightSection{position:relative}.header .subNavigation .blog .pageSmallCard .rightSection .eventThumbnail{object-fit:cover;width:auto;height:148px;position:absolute;top:0;right:0}.header .subNavigation .subNavItemTitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;padding:0 10px 10px;font-size:20px;font-weight:700;line-height:100%}.header .subNavigation .subNavList{grid-gap:20px}.header .subNavigation .subNavList .subNavItem{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#696d8c;flex-direction:column;align-items:flex-start;font-size:12px;font-weight:500;line-height:140%;transition:color .2s;display:flex}.header .subNavigation .subNavList .subNavItem ul{width:100%}.header .subNavigation .subNavList .subNavItem ul li{border-left:3px solid #fff;width:100%;padding:8px 10px}.header .subNavigation .subNavList .subNavItem ul li:hover{color:#1e2432;background-color:#f4f6ff;border-left:3px solid #ff8f3e;border-radius:5px}.header .navigationActions{align-items:center;gap:20px;display:flex}.header .navigationActions .button:nth-child(2){margin-left:10px}@media screen and (max-width:1260px){.header .desktopNavigationWrapper{grid-gap:20px}.header .navigationItems{gap:25px}}@media screen and (max-width:1290px){.header .container{padding-left:20px;padding-right:20px}.header .mobileNavigationWrapper{background-color:#fff;justify-content:space-between;align-items:center;height:80px;display:flex}.header .mobileNavigationWrapper .navContent{display:none}.header .mobileNavigationWrapper .burgerButton{display:block}.header .mobileNavigationWrapper .langMobileWrapper{display:none}.header .mobileNavigationWrapper .open{z-index:1;background-color:#fff;width:100%;height:100vh;padding:40px 20px 30px;display:block;position:absolute;top:68px;left:0;right:0;overflow:auto}.header .mobileNavigationWrapper .open .navigationList .navigationItems{flex-direction:column;gap:5px;display:flex}.header .mobileNavigationWrapper .open .navigationList .navigationItems .navItemWrapper:last-child{padding-bottom:40px}.header .mobileNavigationWrapper .open .navigationList .navigationItems .activeNavItem{border-radius:0 0 5px 5px;box-shadow:0 8px 24px #0e1f3514,0 6px 12px #0e1f351f,0 3px 6px #0e1f3514}.header .mobileNavigationWrapper .open .navigationList .navigationItems .link{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-transform:uppercase;background-color:#f4f6ff;justify-content:space-between;align-items:center;width:100%;margin-right:0;padding:20px;font-size:16px;font-weight:500;line-height:normal;transition:color .2s,background-color .2s;display:flex}.header .mobileNavigationWrapper .open .navigationList .navigationItems .link:before{display:none}.header .mobileNavigationWrapper .open .navigationList .navigationItems .arrowIcon{text-align:right;width:50px}.header .mobileNavigationWrapper .open .navigationList .navigationItems .activeLink{color:#ff8f3e;background-color:#fff}.header .mobileNavigationWrapper .open .navigationList .navigationItems .activeLink .arrowIcon{display:flex;rotate:180deg}.header .mobileNavigationWrapper .open .subNavList{grid-column-gap:40px;grid-template-columns:1fr 1fr;padding-top:20px;padding-bottom:20px;transition:opacity .3s;display:grid}.header .mobileNavigationWrapper .open .subNavList .subNavItem{height:50px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;align-items:flex-start;gap:10px;width:fit-content;font-size:16px;font-weight:500;line-height:140%;transition:color .2s;display:flex}.header .mobileNavigationWrapper .open .subNavList .subNavItem:hover{color:#ff8f3e}.header .mobileNavigationWrapper .tabletNavigationActions{align-items:center;gap:30px;display:flex}.header .mobileNavigationWrapper .burgerButton{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;display:flex}.header .mobileNavigationWrapper .line{background-color:#383680;width:100%;height:4px;transition:transform .3s}.header .mobileNavigationWrapper .burgerButton.cross .line:first-child{background-color:#696d8c;transform:rotate(-45deg)translate(-7px,7px)}.header .mobileNavigationWrapper .burgerButton.cross .line:last-child{background-color:#696d8c;transform:rotate(45deg)translate(-4px,-4px)}.header .mobileNavigationWrapper .burgerButton.cross .line:nth-child(2){opacity:0}.header .mobileNavigationWrapper .navigationActions{flex-direction:column;gap:40px}.header .mobileNavigationWrapper .navigationActions .buttons{gap:20px;display:flex}}@media screen and (max-width:1000px){.header .mobileNavigationWrapper .open{padding-left:15px;padding-right:15px}}@media screen and (max-width:810px){.header .mobileNavigationWrapper .open .subNavList{grid-row-gap:20px;grid-template-columns:1fr}.header .mobileNavigationWrapper .open .subNavList .subNavItem{height:initial}}@media screen and (max-width:450px){.header .mobileNavigationWrapper .open{padding-top:10px}.header .mobileNavigationWrapper .tabletNavigationActions .languageSwitcher{display:none}.header .mobileNavigationWrapper .navigationActions .buttons{flex-direction:column;width:100%}.header .mobileNavigationWrapper .navigationActions .buttons .smallButton{width:100%}.header .mobileNavigationWrapper .langMobileWrapper{margin-top:20px;display:block}.header .mobileNavigationWrapper .languageSwitcher .list{justify-content:center;align-items:center}}.footer{background-color:#383680;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.mainFooter{color:#fff;flex-direction:column;justify-content:space-between;gap:30px;padding:40px 0;display:flex}.mainFooter.navigationContainer{width:100%;max-width:1800px;margin:auto}@media screen and (max-width:1850px){.mainFooter.navigationContainer{padding-left:30px;padding-right:30px}}@media screen and (max-width:1000px){.mainFooter.navigationContainer{padding-left:15px;padding-right:15px}}.mainFooter .sloganAndPartners{justify-content:space-between;align-items:center;gap:30px;display:flex}.mainFooter .sloganAndPartners .logoAndSlogan{justify-content:flex-start;align-items:center;gap:20px;display:flex}.mainFooter .sloganAndPartners .logoAndSlogan .slogan{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:140%}.mainFooter .sloganAndPartners .partnersContainer{align-items:center;gap:40px;display:flex}.mainFooter .sloganAndPartners .partnersContainer .partnerImageWrapper{width:auto;height:auto}.mainFooter .sloganAndPartners .partnersContainer .partnerImageWrapper img{max-width:100%;width:auto!important;height:auto!important}.mainFooter .linksAndContacts{justify-content:space-between;align-items:center;gap:30px;display:flex}.mainFooter .linksAndContacts .linksSection{justify-content:flex-start;align-items:center;gap:20px;display:flex}.mainFooter .linksAndContacts .linksSection>div:last-child .link{border-right:none;padding-right:0}.mainFooter .linksAndContacts .linksSection .link{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#e8ebff;border-right:1px solid #696d8c;padding-right:20px;font-size:14px;font-weight:400;line-height:120%}.mainFooter .linksAndContacts .linksSection .link:hover{text-decoration:underline}.mainFooter .linksAndContacts .contacts{justify-content:flex-start;align-items:center;gap:20px;display:flex}.mainFooter .linksAndContacts .contacts .header{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;z-index:0;background-color:#0000;font-size:18px;font-weight:600;line-height:normal;position:relative}.mainFooter .linksAndContacts .contacts .contactsList{justify-content:flex-start;align-items:center;gap:15px;display:flex}.mainFooter .linksAndContacts .contacts .contactsList>.link:last-child{border-right:none;padding-right:0}.mainFooter .linksAndContacts .contacts .contactsList .link{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;border-right:1px solid #696d8c;justify-content:flex-start;align-items:center;gap:10px;padding-right:15px;font-size:14px;font-weight:400;line-height:120%;display:flex}.mainFooter .linksAndContacts .contacts .contactsList .link:hover{text-decoration:underline}@media screen and (max-width:1500px){.mainFooter .linksAndContacts{flex-direction:column}}@media screen and (max-width:985px){.mainFooter .linksAndContacts .linksSection{display:none}.mainFooter .sloganAndPartners{flex-direction:column}}@media screen and (max-width:670px){.mainFooter{gap:20px}.mainFooter .logoAndSlogan{flex-direction:column;gap:20px}.mainFooter .logoAndSlogan .slogan{text-align:center;font-size:14px}.mainFooter .contacts{border-top:1px solid #696d8c;flex-direction:column;width:100%}.mainFooter .contacts .header{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;letter-spacing:.16px;padding-top:20px;font-size:16px;font-weight:600;line-height:130%}}.subFooter{background:#f9faff;width:100%;padding:15px 0}.subFooter .content{justify-content:space-between;align-items:center;gap:20px;display:flex}.subFooter .rights{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;align-items:center;gap:40px;font-size:14px;font-weight:400;line-height:120%;display:flex}.subFooter .rights .link:hover{text-decoration:underline}.subFooter .socialMedia{align-items:flex-end;gap:21px;display:flex}.subFooter .socialMedia .socialMediaIconWrapper{width:40px;height:40px;position:relative}.subFooter .socialMedia .socialMediaIconWrapper .defaultIcon,.subFooter .socialMedia .socialMediaIconWrapper .hoverIcon{display:block}.subFooter .socialMedia .socialMediaIconWrapper .hoverIcon{opacity:0;transition:none;position:absolute;top:0;left:0}.subFooter .socialMedia .socialMediaIconWrapper:hover .defaultIcon{opacity:0;transition:none}.subFooter .socialMedia .socialMediaIconWrapper:hover .hoverIcon{opacity:1;transition:none}@media screen and (max-width:900px){.subFooter .content{flex-direction:column}}@media screen and (max-width:660px){.subFooter .rights{flex-direction:column;gap:20px}}.dropdown{cursor:pointer}.inputItem{position:relative}.inputItem .input{width:100%;max-width:696px;height:62px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;background:#fff;border:1px solid #c4cbd0;border-radius:5px;padding:20px;font-size:16px;font-weight:500;line-height:140%;transition:all .3s ease-in-out}.inputItem .input::placeholder{color:#696d8c}.inputItem .input:focus{color:#1e2432;border-color:#696d8c}.inputItem .input:focus::placeholder{color:#1e2432}.inputItem input:-webkit-autofill{transition:background-color 5000s ease-in-out}.inputItem input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out}.inputItem input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out}.inputItem input:-webkit-autofill:active{transition:background-color 5000s ease-in-out}.inputItem .textarea{max-width:1200px;height:145px}.inputItem .required:after{content:url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4.33008' r='4' fill='%23CE1E1E'/%3E%3C/svg%3E%0A");position:absolute;top:1px;left:-14px}.inputItem .customCheckbox{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:22px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;margin-bottom:12px;padding-left:35px;font-size:16px;font-weight:500;line-height:130%;transition:all 1s ease-in-out;display:block;position:relative}.inputItem .customCheckbox p{padding-top:2px}.inputItem .customCheckbox .fieldError{top:27px;left:36px}.inputItem .customCheckbox a{color:#1e2432;font-weight:500;text-decoration:underline}.inputItem .customCheckbox input{opacity:0;cursor:pointer;width:0;height:0;transition:all 1s ease-in-out;position:absolute}.inputItem .customCheckbox input:checked~.checkmark:after{display:block}.inputItem .customCheckbox .checkmark{background-color:#fff;border:2px solid #c4cbd0;border-radius:5px;width:24px;height:24px;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.inputItem .customCheckbox .checkmark:after{content:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.994629 5.10694L4.21975 8.33206C4.61027 8.72258 5.24344 8.72258 5.63396 8.33206L13.0051 0.960938' stroke='%23383680' stroke-width='2'/%3E%3C/svg%3E%0A");display:none;position:absolute;top:0;left:3.5px}.inputItem .customCheckbox:hover input~.checkmark{background-color:#f6f6f6}.inputItem .dropdownInput{position:relative}.inputItem .dropdownInput.open .arrow{filter:brightness(0%);transform:translateY(-50%)rotate(180deg)}.inputItem .arrow{background-image:url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.968856 0.970809C1.36743 0.57223 2.01366 0.57223 2.41224 0.970809L8.83492 7.39349L15.2576 0.970809C15.6562 0.57223 16.3024 0.57223 16.701 0.970809C17.0996 1.36939 17.0996 2.01561 16.701 2.41419L9.55661 9.55857C9.15803 9.95715 8.51181 9.95715 8.11323 9.55857L0.968856 2.41419C0.570277 2.01561 0.570277 1.36939 0.968856 0.970809Z' fill='%23C4CBD0'/%3E%3C/svg%3E%0A");background-size:cover;width:17px;height:10px;transition:transform .3s;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.inputItem .dropdownOptions{z-index:2;background:#fff;border:1px solid #c4cbd0;border-radius:5px;width:100%;position:absolute;top:75px}.inputItem .dropdownOptions .option{cursor:pointer;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#696d8c;padding:21px;font-size:16px;font-weight:600;line-height:130%}.inputItem .dropdownOptions .option:hover{color:#1e2432;background-color:#f4f6ff}.inputItem .fileInputWrapper{display:inline-block;position:relative}.inputItem .fileInput{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.inputItem .fileLabel{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.inputItem .fileLabel .icon{margin-left:8px}.inputItem .fileLabel .placeholder,.inputItem .fileLabel .filename{white-space:nowrap;text-overflow:ellipsis;color:#696d8c;max-width:650px;overflow:hidden}.inputItem .fileLabel .filename{display:none}.inputItem .noteMessage{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;padding-right:20px;font-size:12px;font-weight:500;line-height:140%;position:absolute;top:65px;left:20px}@media screen and (max-width:491px){.inputItem .noteMessage{top:70px}}.inputItem .fileInput:valid+.file-label .filename{display:inline}.inputItem .fieldError{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#ab0b23;font-size:12px;font-weight:500;line-height:140%;position:absolute;top:65px;left:20px}.subscription .subscribeFormError{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#ab0b23;font-size:14px;font-weight:500;line-height:140%;position:absolute;left:20px}.formContainer{grid-gap:40px;grid-column-gap:22px;grid-row-gap:22px;max-width:696px;margin:auto;padding-bottom:40px;display:grid;position:relative}.formContainer.applyToVacancyForm{max-width:674px}.formContainer .buttonLoading{margin-left:12px}.formContainer .buttonLoading svg{transform:translate(18%,5%)rotate(45deg)scale(1)}.formContainer .buttonLoading .stroke-still{stroke:#fff}.formContainer .buttonLoading .stroke-animation{transform-origin:50%;animation-name:stroke-spacing,stroke-color;animation-duration:1.2s,4.8s;animation-timing-function:ease-in,linear;animation-iteration-count:infinite;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:forwards;animation-timeline:auto,auto}@keyframes stroke-spacing{0%{stroke-dasharray:0 200}45%{stroke-dashoffset:0;stroke-dasharray:200 200}90%{stroke-dashoffset:-200px;stroke-dasharray:200 200}to{stroke-dashoffset:-200px;stroke-dasharray:200 200}}@keyframes stroke-color{0%{stroke:#fff}24%{stroke:#f4f6ff}25%{stroke:#e8ebff}49%{stroke:#ff8f3e}50%{stroke:#fff}74%{stroke:#f4f6ff}75%{stroke:#e8ebff}99%{stroke:#ff8f3e}}.formTemplateWithBookACall .formWithBookingContent{background-color:#fff;grid-template-columns:443px 1fr;display:grid}.formTemplateWithBookACall .booking{background-color:#383680;background-image:url(../media/interested_bg.01j4z63k3~kn2.webp);background-repeat:no-repeat;border-radius:5px 0 0 5px;position:relative}.formTemplateWithBookACall .booking .orElement{background:#e8ebff;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:133px;height:133px;display:flex;position:absolute;bottom:90px;right:-68px}.formTemplateWithBookACall .booking .orElement .orText{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;text-transform:uppercase;font-size:20px;font-weight:600;line-height:140%}.formTemplateWithBookACall .booking div{flex-direction:column;grid-template-rows:1fr 1fr;height:100%;display:grid}.formTemplateWithBookACall .booking .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#fff;z-index:2;padding:50px 80px 35px;font-size:20px;font-weight:600;line-height:140%}.formTemplateWithBookACall .booking .button{place-self:end;width:193px;max-width:193px;margin-bottom:37px;margin-left:auto;margin-right:auto}.formTemplateWithBookACall .form{border-radius:0 5px 5px 0;padding:40px 40px 40px 116px}@media screen and (max-width:1200px){.formTemplateWithBookACall .form{padding:55px 20px 40px 44px}.formTemplateWithBookACall .form .container{padding:0}}@media screen and (max-width:990px){.formTemplateWithBookACall .formWithBookingContent{grid-template-rows:435px 1fr;grid-template-columns:1fr}.formTemplateWithBookACall .booking{background-position:50% -36px;border-radius:5px 5px 0 0}.formTemplateWithBookACall .booking .orElement{width:120px;height:120px;bottom:-49px;left:50%;transform:translate(-50%)}.formTemplateWithBookACall .booking .bgImage{width:max-content;top:-35px;left:50%;overflow:hidden;transform:translate(-50%)}.formTemplateWithBookACall .booking .button{margin-bottom:0}.formTemplateWithBookACall .form{border-radius:0 0 5px 5px;padding:55px 25px 40px}}@media screen and (max-width:600px){.formTemplateWithBookACall .booking .paragraph{padding:50px 30px 35px}}@media screen and (max-width:455px){.formTemplateWithBookACall .booking .bgImage{display:none}}.resultMessage{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#80bb5b;text-align:center;font-size:16px;font-weight:500;line-height:140%}.licensesConsultationForm{grid-template-rows:repeat(4,.1fr);grid-template-columns:repeat(2,1fr);display:grid}.licensesConsultationForm div:first-child{grid-area:1/1/2/2}.licensesConsultationForm div:nth-child(2){grid-area:1/2/2/3}.licensesConsultationForm div:nth-child(3){grid-area:2/1/3/3}.licensesConsultationForm div:nth-child(4){grid-area:3/1/4/3}.licensesConsultationForm div:nth-child(5){grid-area:4/1/5/3}.licensesConsultationForm div:nth-child(6){grid-area:5/1/6/3;justify-self:center}.licensesConsultationForm button:nth-child(7){grid-area:6/1/7/3;justify-self:center}.addonCard{background-color:#f4f6ff;border-radius:5px;width:342px;height:460px;transition:box-shadow .1s ease-in-out}.addonCard:hover{box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.addonCard:hover .arrowIcon .arrowBackground{fill:#ff8f3e;fill-opacity:1}.addonCard:hover .arrowIcon .arrowPath{fill:#fff}.addonCard .thumbnail{object-fit:cover;border-radius:5px 5px 0 0;width:100%;height:213px}.addonCard .graphicContent{position:relative}.addonCard .graphicContent .addonIcon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.addonCard .graphicContent .addonIcon img{width:42px;height:auto}.addonCard .content{grid-gap:15px;grid-template-rows:.4fr .2fr 1.5fr .5fr;padding:20px;display:grid}.addonCard .content .marks{flex-wrap:wrap;gap:13px;display:flex}.addonCard .content .marks .mark{align-items:center;gap:6px;display:flex}.addonCard .content .marks .mark .title{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:14px;font-weight:500;line-height:140%}.addonCard .content .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:20px;font-weight:600;line-height:130%}.addonCard .content .description .paragraph{text-align:left}.addonCard .content .actions{justify-content:space-between;align-items:center;display:flex}.addonCard .content .tags{gap:5px;display:flex}.addonCard .content .tags .tag{width:max-content;max-width:171px}@media screen and (max-width:1150px){.addonCard .content .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;line-height:130%}}@media screen and (max-width:650px){.addonCard .content .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:130%}}.horizontalCard{background:#fff;border-radius:5px;flex-direction:row;width:100%;max-width:1107px;height:100%;min-height:340px;margin-bottom:40px;display:flex}.horizontalCard .textContent{width:100%;padding:20px 20px 20px 35px}.horizontalCard .titleContent{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.horizontalCard .titleContent .titleCard{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:32px;font-weight:400;line-height:120%}.horizontalCard .titleContent .titlePrice{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;letter-spacing:-.2px;color:#383680;padding:0 20px;font-size:36px;font-weight:700;line-height:normal}.horizontalCard .titlePriceMobile{display:none}.horizontalCard .shortDescription{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;margin:10px 0 30px;font-size:16px;font-weight:500;line-height:140%}@media only screen and (max-width:600px){.horizontalCard .shortDescription{font-size:15px}}.horizontalCard .marks{flex-wrap:wrap;gap:13px;display:flex}.horizontalCard .marks .mark{align-items:center;gap:6px;display:flex}.horizontalCard .marks .mark .title{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:14px;font-weight:500;line-height:140%}.horizontalCard .tags{gap:5px;display:flex}.horizontalCard .tags .tag{width:max-content;max-width:171px}.horizontalCard .cardBg{width:100%;max-width:386px;position:relative}.horizontalCard .cardBg img{object-fit:cover;border-radius:5px 0 0 5px;height:100%}.horizontalCard .cardBg .addonIcon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.horizontalCard .cardBg .addonIcon img{width:55px;height:auto}@media screen and (max-width:1024px){.horizontalCard .titleContent{margin-bottom:15px}.horizontalCard .titleContent .titleCard{font-size:26px;line-height:130%}.horizontalCard .shortDescription{margin-bottom:16px}}@media screen and (max-width:850px){.horizontalCard{flex-direction:column;align-items:center;gap:24px}.horizontalCard .cardBg{max-width:fit-content}.horizontalCard .cardBg .thumbnail{display:none}.horizontalCard .cardBg .addonIcon{position:relative}.horizontalCard .titleContent{margin-bottom:20px}.horizontalCard .titleContent .titleCard{font-size:22px;line-height:120%}.horizontalCard .titleContent .titlePrice{display:none}.horizontalCard .shortDescription{margin-top:20px;margin-bottom:20px}.horizontalCard .titlePriceMobile{text-align:center;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;letter-spacing:-.2px;color:#383680;font-size:27px;font-weight:700;line-height:normal;display:block}.horizontalCard .tags{margin-top:40px}}.articleCardVertical{background-color:#f4f6ff;border-radius:5px;flex-direction:column;gap:20px;width:100%;max-width:543px;padding:20px;transition:box-shadow .1s ease-in-out;display:flex}.articleCardVertical:hover{box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.articleCardVertical:hover .arrowIcon .arrowBackground{fill:#ff8f3e;fill-opacity:1}.articleCardVertical:hover .arrowIcon .arrowPath{fill:#fff}.articleCardVertical .imageAndTitle{grid-gap:20px;grid-template-columns:160px 1fr;display:grid}.articleCardVertical .imageAndTitle .imageContent{position:relative}.articleCardVertical .imageAndTitle .imageContent .thumbnail{object-fit:cover;border-radius:5px;width:160px;height:100px}.articleCardVertical .imageAndTitle .imageContent .typeIconBg{background:#383680;border-radius:5px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:10px;left:10px}.articleCardVertical .imageAndTitle .imageContent .typeIconBg img{filter:brightness(0)invert()}.articleCardVertical .imageAndTitle .publicDate{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;padding-bottom:5px;font-size:14px;font-weight:400;line-height:120%}.articleCardVertical .imageAndTitle .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:18px;font-weight:600;line-height:normal}.articleCardVertical .content .actions{grid-template-columns:10fr 1fr;align-items:end;display:grid}.articleCardVertical .content .actions .tags{flex-wrap:wrap;gap:10px;display:flex}.articleCardVertical .content .actions .tags .tag{font-size:12px}@media screen and (max-width:1124px){.articleCardVertical .imageAndTitle .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:normal}}@media screen and (max-width:885px){.articleCardVertical{padding:15px}}@media screen and (max-width:650px){.articleCardVertical .imageAndTitle .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;line-height:normal}}.articleCard{background-color:#f4f6ff;border-radius:5px;width:100%;max-width:342px;transition:box-shadow .1s ease-in-out}.articleCard:hover{box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.articleCard .imageContent{position:relative}.articleCard .imageContent .thumbnail{object-fit:cover;border-radius:5px 5px 0 0;width:100%;height:218px}.articleCard .imageContent .typeIconBg{background:#383680;border-radius:5px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:20px;left:20px}.articleCard .imageContent .typeIconBg img{filter:brightness(0)invert()}.articleCard .content{grid-gap:10px;grid-template-rows:19px 102px 120px;padding:15px 20px;display:grid}.articleCard .content .publicDate{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:14px;font-weight:500;line-height:140%}.articleCard .content .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:20px;font-weight:600;line-height:130%}.articleCard .content .actions{grid-template-columns:6fr 1fr;align-items:end;display:grid}.articleCard .content .actions .tags{flex-wrap:wrap;gap:10px;display:flex}.articleCard .content .actions .tags .tag{font-size:12px}.articleCard .content .actions .arrowButton{height:44px}@media screen and (max-width:1100px){.articleCard .content .title{font-size:18px}}.eventCardForMainPage{border-radius:5px;width:100%;height:432px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0e1f3514,0 6px 12px #0e1f351f,0 3px 6px #0e1f3514}.eventCardForMainPage .eventThumbnail{object-fit:cover}.eventCardForMainPage .eventDetails{z-index:1;background-color:#ff8f3e;gap:30px;width:100%;height:44px;display:flex;position:absolute;bottom:50px;left:0}.eventCardForMainPage .eventDetails .item{align-items:center;gap:10px;display:flex}.eventCardForMainPage .eventDetails .item .text{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:20px;font-weight:600;line-height:120%}.eventCardForMainPage .background{background:#383680;height:100%}.eventCardForMainPage .content{z-index:2;flex-direction:column;justify-content:space-between;width:610px;display:flex}.eventCardForMainPage .content .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#fff;font-size:32px;font-weight:400;line-height:120%}.eventCardForMainPage .content .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#fff;width:400px;font-size:20px;font-weight:400;line-height:140%}.eventCardForMainPage .content .button{margin:initial}.eventCardForMainPage:nth-child(odd) .background{clip-path:polygon(-20% -100%,100% 0%,100% 100%,26% 100%)}.eventCardForMainPage:nth-child(odd) .content{align-items:flex-end;padding:28px 43px 51px 57px;position:absolute;top:0;bottom:0;right:0}.eventCardForMainPage:nth-child(odd) .content .title{text-align:right;width:100%;max-width:500px}.eventCardForMainPage:nth-child(odd) .content .paragraph{text-align:right}.eventCardForMainPage:nth-child(odd) .eventThumbnail{position:absolute;top:0;left:0}.eventCardForMainPage:nth-child(odd) .eventDetails{justify-content:flex-start;padding-left:17px;padding-right:30px}.eventCardForMainPage:nth-child(2n) .content{align-items:flex-start;padding:28px 80px 47px 42px;position:absolute;top:0;bottom:0;left:0}.eventCardForMainPage:nth-child(2n) .content .title,.eventCardForMainPage:nth-child(2n) .content .paragraph{text-align:left}.eventCardForMainPage:nth-child(2n) .background{clip-path:polygon(0% 0%,96% 0%,73% 100%,0% 100%)}.eventCardForMainPage:nth-child(2n) .eventThumbnail{position:absolute;top:0;right:0}.eventCardForMainPage:nth-child(2n) .eventDetails{justify-content:flex-end;padding-left:17px;padding-right:17px}@media screen and (max-width:1125px){.eventCardForMainPage .eventDetails{gap:20px}.eventCardForMainPage .eventDetails .item .text{font-size:16px}.eventCardForMainPage .eventDetails .item img{width:auto;height:22px}}@media screen and (max-width:1046px){.eventCardForMainPage:nth-child(odd) .eventDetails{padding-left:16px;padding-right:10px}.eventCardForMainPage:nth-child(2n) .eventDetails{padding-left:10px;padding-right:16px}}@media screen and (max-width:1018px){.eventCardForMainPage .content{width:600px}.eventCardForMainPage .eventDetails{gap:10px}.eventCardForMainPage .eventDetails .item .text{font-size:17px}}@media screen and (max-width:910px){.eventCardForMainPage .content{width:560px}}@media screen and (max-width:895px){.eventCardForMainPage:nth-child(odd) .background,.eventCardForMainPage:nth-child(2n) .background{clip-path:none;background:0 0}.eventCardForMainPage:nth-child(odd) .content,.eventCardForMainPage:nth-child(2n) .content{width:100%;padding:0}.eventCardForMainPage:nth-child(odd) .content .title,.eventCardForMainPage:nth-child(2n) .content .title{text-align:center;width:100%;max-width:initial;background:#383680;padding:40px 20px 45px}.eventCardForMainPage:nth-child(odd) .content .paragraph,.eventCardForMainPage:nth-child(2n) .content .paragraph{display:none}.eventCardForMainPage:nth-child(odd) .content .button,.eventCardForMainPage:nth-child(2n) .content .button{position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.eventCardForMainPage:nth-child(odd) .eventDetails,.eventCardForMainPage:nth-child(2n) .eventDetails{background-color:#fff;justify-content:center;bottom:125px}.eventCardForMainPage:nth-child(odd) .eventDetails .item .text,.eventCardForMainPage:nth-child(2n) .eventDetails .item .text{color:#ff8f3e}.eventCardForMainPage:nth-child(odd) .eventDetails .item img,.eventCardForMainPage:nth-child(2n) .eventDetails .item img{filter:invert(86%)sepia(131%)saturate(4793%)hue-rotate(386deg)brightness(259%)contrast(149%)}.eventCardForMainPage:nth-child(odd) .eventThumbnail,.eventCardForMainPage:nth-child(2n) .eventThumbnail{width:100%}}@media screen and (max-width:500px){.eventCardForMainPage .eventDetails{height:24px}.eventCardForMainPage .eventDetails .item .text{font-size:10px}.eventCardForMainPage .eventDetails .item img{width:15px;height:15px}.eventCardForMainPage .content .title{font-size:22px}.eventCardForMainPage .content .whiteButton{color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='317' height='64' viewBox='0 0 317 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='317' height='64' rx='5' fill='%23FF8F3E'/%3E%3C/svg%3E%0A");align-items:center;gap:10px;display:flex}.eventCardForMainPage .content .whiteButton:hover{background:linear-gradient(272.64deg,#ff8f3e 25%,#ffb178 50.19%);transition:all .3s linear;background-position:80%!important}}.benefits{background-color:#f4f6ff}.benefits .benefitsList{grid-column-gap:20px;grid-row-gap:40px;display:grid}.benefits .benefitsList .title{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:20px;font-weight:500;line-height:130%}.benefits .benefitsList .benefit{grid-gap:20px;text-align:center;grid-template-rows:138px 52px 1fr;place-items:center;padding:0 10px;display:grid}.benefits .benefitsList .benefit .paragraph{align-self:self-start}@media screen and (max-width:750px){.benefits{background-color:#fff}.benefits .benefitsListMob .carouselItem .benefit{flex-direction:column;align-items:center;gap:20px;padding-left:30px;padding-right:30px;display:flex}.benefits .benefitsListMob .carouselItem .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;padding-left:50px;padding-right:50px;font-size:18px;font-weight:400;line-height:120%}}.imageWithZoomWrapper{position:relative}.imageWithZoomWrapper .zoomIcon{cursor:pointer;z-index:2;background:0 0;border:none;position:absolute;top:30px;right:30px}.whatYouWillGet{padding-top:60px;padding-bottom:70px;overflow:hidden}@media screen and (max-width:1024px){.whatYouWillGet{padding-top:30px;padding-bottom:60px}}.whatYouWillGet .whatYouWillGetList{flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.whatYouWillGet .whatYouWillGetList .item{grid-gap:40px;grid-template-columns:1fr 140px;place-items:center;min-width:829px;padding:40px;display:grid}.whatYouWillGet .whatYouWillGetList .item h2{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;padding-bottom:20px;font-size:40px;font-weight:400;line-height:120%}@media screen and (max-width:1024px){.whatYouWillGet .whatYouWillGetList .item h2{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:24px;font-weight:600;line-height:120%}}.whatYouWillGet .whatYouWillGetList .item h3{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:32px;font-weight:400;line-height:130%}.whatYouWillGet .whatYouWillGetList .item h4{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:26px;font-weight:400;line-height:34px}.whatYouWillGet .whatYouWillGetList .item h5{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:20px;font-weight:600;line-height:26px}.whatYouWillGet .whatYouWillGetList .item p{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:16px;font-weight:500;line-height:140%}.whatYouWillGet .whatYouWillGetList .item b,.whatYouWillGet .whatYouWillGetList .item strong{font-weight:700}.whatYouWillGet .whatYouWillGetList .item i,.whatYouWillGet .whatYouWillGetList .item em{font-style:italic;font-weight:600}.whatYouWillGet .whatYouWillGetList .item ul{flex-direction:column;gap:10px;display:flex}.whatYouWillGet .whatYouWillGetList .item 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}.whatYouWillGet .whatYouWillGetList .item ul li:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:9px;display:inline-block}.whatYouWillGet .whatYouWillGetList .item ol{flex-direction:column;gap:10px;padding-left:25px;list-style-type:auto;display:flex}.whatYouWillGet .whatYouWillGetList .item ol li{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;white-space:normal;font-size:16px;font-weight:500;line-height:140%}.whatYouWillGet .whatYouWillGetList .item ol li::marker{font-weight:600}.whatYouWillGet .whatYouWillGetList .item a{color:#5a56cc;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;line-height:140%;text-decoration:underline}.whatYouWillGet .whatYouWillGetList .item{z-index:2;border-radius:5px;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.whatYouWillGet .whatYouWillGetList .item .text{flex-direction:column;gap:20px;display:flex}.whatYouWillGet .whatYouWillGetList .item .thumbnail{width:140px;height:auto}.whatYouWillGet .button{margin-top:40px}@media screen and (max-width:1024px){.whatYouWillGet .whatYouWillGetList .item{padding:40px}}@media screen and (max-width:860px){.whatYouWillGet .whatYouWillGetList .item{min-width:inherit}}@media screen and (max-width:690px){.whatYouWillGet .whatYouWillGetList .item{grid-gap:20px;grid-template-columns:1fr;padding:40px 20px}.whatYouWillGet .whatYouWillGetList .item .thumbnail{order:1}.whatYouWillGet .whatYouWillGetList .item .text{order:2}}.accordion{flex-direction:column;gap:30px;display:flex}.accordion .accordionItem{background-color:#fff;border-radius:5px;padding:10px 20px 10px 40px}.accordion .accordionItem.whiteBg .title{color:#383680}.accordion .accordionItem.privacyTitle{padding:40px 20px 40px 40px}.accordion .accordionItem.privacyTitle .paragraphSection{padding-top:20px!important}.accordion .accordionItem .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:20px;font-weight:600;line-height:130%}.accordion .accordionItem .paragraph{text-align:left}.accordion .accordionItem .itemButton{-webkit-user-select:none;user-select:none;align-items:center;gap:20px;width:100%;display:flex}.accordion .accordionItem .itemButton:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.36285 0.924805L7.93426 6.6623L13.5057 0.924805L15.2172 2.6998L7.93426 10.1998L0.651367 2.6998L2.36285 0.924805Z' fill='%231E2432'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;width:16px;height:11px;margin-left:auto;transition:transform .2s ease-in-out}.accordion .accordionItem .content{transition:height .2s ease-in-out;overflow:hidden}.accordion .accordionItem .twoColumn{grid-gap:20px;grid-template-columns:1fr 1.7fr;display:grid}.accordion .accordionItem .thirdPartiesTable{border-collapse:collapse;color:#696d8c;background-color:#f4f6ff;border:0;width:100%}.accordion .accordionItem .thirdPartiesTable th{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#1e2432;text-transform:uppercase;padding:18px 10px 18px 20px;font-size:14px;font-weight:400;line-height:140%}.accordion .accordionItem .thirdPartiesTable thead{background:#e8ebfe}.accordion .accordionItem .thirdPartiesTable td{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;padding:20px;font-size:14px;font-weight:400;line-height:120%}.accordion .accordionItem .thirdPartiesTable tr{border-bottom:1px solid #e8ebfe}@media screen and (max-width:800px){.accordion .accordionItem .thirdPartiesTable tr:last-child{border-bottom:none}.accordion .accordionItem .thirdPartiesTable tr{border-bottom:2px solid #e8ebfe;margin-bottom:1rem;display:block}.accordion .accordionItem .thirdPartiesTable td{word-break:break-all;width:150px!important}}.accordion .active .itemButton:after{transform:rotate(-180deg)}.accordion .addressContent{grid-gap:30px;grid-template-columns:1fr 2.5fr;display:grid}.accordion .addressContent div:last-child{flex-direction:column;gap:10px;display:flex}.accordion .address{color:#fff;text-transform:uppercase;background:#383680;border-radius:5px;flex-direction:column;gap:20px;height:275px;padding:20px;display:flex}.accordion .address a{color:#fff;text-decoration:none}.accordion .address a:hover{text-decoration:underline}.accordion .paragraphSection{flex-direction:column;gap:20px;padding-top:24px;display:flex}@media screen and (max-width:1024px){.accordion .accordionItem{padding:18px 20px 18px 40px}.accordion .lastUpdatePrivacy{padding:18px 40px}}@media screen and (max-width:800px){.accordion .addressContent{grid-template-columns:1fr}}@media screen and (max-width:541px){.accordion .accordionItem{padding:18px 20px}.accordion .accordionItem .twoColumn{grid-template-columns:1fr;gap:13px}.accordion .lastUpdatePrivacy{padding:18px 20px}}.embla{position:relative;overflow:hidden}.embla__viewport{width:100%;overflow:hidden}.embla__container{gap:24px;display:flex}.embla__slide{flex:0 0 100%;min-width:100%}.embla__controls{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.embla__buttons{gap:10px;display:flex}.embla__buttons .embla__button{color:#fff;cursor:pointer;background-color:#ff8f3e;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;padding-bottom:7px;font-size:48px;display:flex}.embla__buttons .embla__button:disabled{cursor:not-allowed;color:#ff8f3e;opacity:.5;background-color:#fff;border:1px solid #ff8f3e}.embla__button{color:#fff;cursor:pointer;background:#ff8f3e;border:none;border-radius:4px}.embla__button:disabled{opacity:.5;cursor:not-allowed}.embla__dots{gap:10px;display:flex}.embla__dot{cursor:pointer;background-color:#696d8c;border:none;border-radius:50%;width:12px;height:12px}.embla__dot--selected{background-color:#ff8f3e}.keenImageSlider__desktop{display:block}@media screen and (max-width:650px){.keenImageSlider__desktop{display:none}}.keenImageSlider__mobile{justify-content:center;align-items:center;display:none}@media screen and (max-width:650px){.keenImageSlider__mobile{display:flex}}.keenImageSlider__mobile img{border-radius:5px;max-width:100%;height:auto}.keenImageSlider .keen-slider__slide{justify-content:center;align-items:center;width:100%;padding:10px;display:flex}.keenImageSlider .imageWithZoomWrapper{aspect-ratio:977/435;border-radius:5px;width:100%;max-width:977px}.keenImageSlider__imageWrapper{background:#fff;overflow:hidden;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.keenImageSlider__imageWrapper img{object-fit:cover;width:100%;height:100%;display:block}.keenImageSlider__controls{justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.keenImageSlider__arrow{cursor:pointer;z-index:10;background:0 0;border:none;position:absolute;top:50%;transform:translateY(-50%)}.keenImageSlider__arrow--left{left:20px}.keenImageSlider__arrow--right{right:20px}.keenImageSlider__arrow--disabled{opacity:.3;pointer-events:none}.keenImageSlider__arrow svg{fill:#1e2432;width:24px;height:24px}.keenImageSlider__dots{justify-content:center;margin-top:30px;display:flex}.keenImageSlider__dot{cursor:pointer;background:#383680;border:none;border-radius:50%;width:15px;height:15px;margin:0 6px}.keenImageSlider__dot--active{background:#ff8f3e}@media screen and (max-width:1125px){.keenImageSlider__imageWrapper{width:95%}.keenImageSlider__arrow--left{left:-5px}.keenImageSlider__arrow--right{right:-5px}}.keenSliderWrapper .eventCardsGroup{justify-content:center;width:100%;display:flex}.keenSliderWrapper__controls{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.keenSliderWrapper__arrow{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;min-width:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.keenSliderWrapper__arrow--left{left:10px}.keenSliderWrapper__arrow--right{right:10px}.keenSliderWrapper__arrow svg{fill:#1e2432;width:24px;height:24px}.keenSliderWrapper__arrow--disabled{opacity:.3;pointer-events:none}.keenSliderWrapper__slider{flex-grow:1;width:100%;overflow:hidden}.keenSliderWrapper .keen-slider__slide{flex:none;justify-content:center;align-items:center;width:100%;min-width:100%;padding:10px 10px 25px;display:flex}.keenSliderWrapper__sliderContainer{width:100%;max-width:100%;position:relative}.keenSliderWrapper__dots{justify-content:center;gap:15px;margin-top:30px;display:flex}.keenSliderWrapper__dot{cursor:pointer;background-color:#383680;border:none;border-radius:50%;width:20px;height:20px;transition:background-color .2s}.keenSliderWrapper__dot--active{background-color:#ff8f3e}@media screen and (max-width:1124px){.keenSliderWrapper__arrow{display:none}}.mostViewedArticles .container{max-width:1300px!important}.mostViewedArticles .articleCardsGroup{justify-content:center;gap:20px;display:flex}.mostViewedArticles .button{margin-top:40px}.sliderWithTabs{display:flex}@media screen and (max-width:850px){.sliderWithTabs{display:none}}.sliderWithTabs .tabsList{flex-direction:column;min-width:200px;display:flex}.sliderWithTabs .tabButton{color:#1e2432;cursor:pointer;text-align:left;background-color:#fff;border-top:1px solid #c4cbd0;border-bottom:1px solid #c4cbd0;border-left:1px solid #c4cbd0;border-radius:10px 0 0 10px;width:100%;max-width:220px;height:68px;margin-bottom:10px;padding:0 15px;transition:background-color .2s}.sliderWithTabs .tabButton:last-child{margin-bottom:0}.sliderWithTabs .tabButton{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;line-height:normal}.sliderWithTabs .tabButton:hover{background-color:#e8ebff}.sliderWithTabs .tabButton.active{background-color:#ff8f3e;border:none;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.sliderWithTabs .tabContent{box-sizing:border-box;background:#fff;border-left:3px solid #ff8f3e;flex:1 1 0;min-width:0;height:614px;padding:20px;position:relative;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.sliderWithTabs .tabContent ul{grid-gap:10px;grid-template-columns:1fr 1fr;margin-top:20px;display:grid}.sliderWithTabs .tabContent 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:14px;font-weight:400;line-height:120%;display:grid}.sliderWithTabs .tabContent ul li:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:5px;display:inline-block}.sliderWithTabs .tabContent .embla{overflow:hidden}.sliderWithTabs .tabContent .embla__container{gap:20px;display:flex}.sliderWithTabs .tabContent .embla__slide{box-sizing:border-box;min-width:100%}.sliderWithTabs .tabContent .embla__slide .slideText{margin-bottom:20px}.sliderWithTabs .tabContent .embla__slide img{border-radius:8px;width:100%;height:auto}.sliderWithTabs .tabContent .embla__slide.isMobileSubSlide{justify-content:center;gap:20px;display:flex}.sliderWithTabs .tabContent .embla__slide.isMobileSubSlide:has(.slideText){grid-template-columns:1fr 1fr;display:grid}.sliderWithTabs .tabContent .embla__slide.isMobileSubSlide img{order:1;justify-self:center;max-width:266px}.sliderWithTabs .tabContent .embla__slide.isMobileSubSlide .slideText{order:2}.sliderWithTabs .tabContent .subSlide{box-sizing:border-box;height:500px;padding-right:20px;overflow:auto}.sliderWithTabs .tabContent .subSlide.hasNoNavigation{height:570px}.sliderWithTabs .tabContent .subSlide .slideText{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:120%}.sliderWithTabs .tabContent .subSlide img{width:100%;height:auto}.sliderTabsMobile.orangeTabs .tabHeader .tabTitle{color:#1e2432;background-color:#ff8f3e;border-color:#ff8f3e}.sliderTabsMobile.orangeTabs .tabPanelContent{border-color:#ff8f3e;height:545px;overflow-x:auto}.sliderTabsMobile.orangeTabs .tabPanelContent ul{grid-gap:10px;grid-template-columns:1fr;margin-top:20px;display:grid}.sliderTabsMobile.orangeTabs .tabPanelContent 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:14px;font-weight:400;line-height:120%;display:grid}.sliderTabsMobile.orangeTabs .tabPanelContent ul li:before{content:"";background-color:#ff8f3e;border-radius:7.5px;width:5px;height:5px;margin-top:5px;display:inline-block}.sliderTabsMobile.orangeTabs .tabPanelContent img{object-fit:cover;width:100%;height:auto}.whiteSliderArrow{cursor:pointer;z-index:10;background-color:#0000;background-repeat:no-repeat;background-size:contain;border:none;width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%)}.whiteSliderArrow--disabled{opacity:.3;pointer-events:none}.whiteSliderArrow--left{background-image:url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.800049' width='40' height='40' rx='2' fill='white' fill-opacity='0.15'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3905 11.1845C13.8698 11.697 13.8698 12.5281 14.3905 13.0406L22.781 21.3L14.3905 29.5595C13.8698 30.072 13.8698 30.9031 14.3905 31.4156C14.9112 31.9282 15.7554 31.9282 16.2761 31.4156L25.6095 22.2281C26.1302 21.7156 26.1302 20.8845 25.6095 20.372L16.2761 11.1845C15.7554 10.6719 14.9112 10.6719 14.3905 11.1845Z' fill='white'/%3E%3C/svg%3E");left:30px;transform:rotate(180deg)translateY(50%)}.whiteSliderArrow--left:hover{background-image:url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.800049' width='40' height='40' rx='2' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3905 11.1845C13.8698 11.697 13.8698 12.5281 14.3905 13.0406L22.781 21.3L14.3905 29.5595C13.8698 30.072 13.8698 30.9031 14.3905 31.4156C14.9112 31.9282 15.7554 31.9282 16.2761 31.4156L25.6095 22.2281C26.1302 21.7156 26.1302 20.8845 25.6095 20.372L16.2761 11.1845C15.7554 10.6719 14.9112 10.6719 14.3905 11.1845Z' fill='%23383680'/%3E%3C/svg%3E")}.whiteSliderArrow--right{background-image:url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.800049' width='40' height='40' rx='2' fill='white' fill-opacity='0.15'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3905 11.1845C13.8698 11.697 13.8698 12.5281 14.3905 13.0406L22.781 21.3L14.3905 29.5595C13.8698 30.072 13.8698 30.9031 14.3905 31.4156C14.9112 31.9282 15.7554 31.9282 16.2761 31.4156L25.6095 22.2281C26.1302 21.7156 26.1302 20.8845 25.6095 20.372L16.2761 11.1845C15.7554 10.6719 14.9112 10.6719 14.3905 11.1845Z' fill='white'/%3E%3C/svg%3E");right:30px}.whiteSliderArrow--right:hover{background-image:url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.800049' width='40' height='40' rx='2' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3905 11.1845C13.8698 11.697 13.8698 12.5281 14.3905 13.0406L22.781 21.3L14.3905 29.5595C13.8698 30.072 13.8698 30.9031 14.3905 31.4156C14.9112 31.9282 15.7554 31.9282 16.2761 31.4156L25.6095 22.2281C26.1302 21.7156 26.1302 20.8845 25.6095 20.372L16.2761 11.1845C15.7554 10.6719 14.9112 10.6719 14.3905 11.1845Z' fill='%23383680'/%3E%3C/svg%3E")}.bookingModal{z-index:999;background-color:#0009;padding:40px 20px 20px;transition:all .3s ease-in-out;position:fixed;inset:0;overflow:hidden}.bookingModal .backdropShadow{z-index:1;opacity:.5;background-color:#1e2432;width:100vw;height:100vh;position:fixed;top:0;left:0}.bookingModal .modalContent{color:#1e2432;z-index:2;zoom:.75;background-color:#fff;border-radius:5px;justify-content:center;align-items:center;width:100%;max-width:570px;height:80%;margin:auto;display:flex;position:absolute;inset:0;overflow:auto}.bookingModal .modalContent .pageTitle{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;text-transform:capitalize;padding-bottom:40px;font-size:40px;font-weight:400;line-height:120%}@media screen and (max-width:1024px){.bookingModal .modalContent .pageTitle{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:34px;font-weight:400;line-height:140%}}@media screen and (max-width:450px){.bookingModal .modalContent .pageTitle{padding-bottom:20px;font-size:28px}}.bookingModal .modalContent .pageSubtitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;text-align:center;padding-bottom:40px;font-size:20px;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.bookingModal .modalContent .pageSubtitle{font-size:18px}}@media screen and (max-width:450px){.bookingModal .modalContent .pageSubtitle{padding-bottom:20px;font-size:17px;line-height:21px}}.bookingModal .modalContent .modalForm{height:inherit;padding:20px}.bookingModal .modalContent.applyForm{max-width:1147px;padding:56px 20px 40px;display:block}.bookingModal .modalContent.shareModal{height:260px;padding:65px 20px 40px}.bookingModal .modalContent.shareModal .sharingList .item{cursor:pointer;background-color:#383680;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:104px;height:104px;transition:all .1s;display:flex}.bookingModal .modalContent.shareModal .sharingList .item:hover{background-color:#ff8f3e}.bookingModal .modalContent.modalForZoomImage{justify-content:center;align-items:center;width:95%;max-width:none;height:95%;max-height:none;padding:50px 20px;display:flex}.bookingModal .modalContent.modalForZoomImage img{object-fit:contain;border-radius:5px;max-width:100%;max-height:100%}.bookingModal .modalContent.mobileFiltersModal .mobileFiltersContent{flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:40px 20px 30px;display:flex}.bookingModal .modalContent.mobileFiltersModal .mobileFiltersContent .dropdowns{flex-direction:column;gap:20px;display:flex}.bookingModal .modalContent.mobileFiltersModal .mobileFiltersContent .modalActions{flex-direction:column;gap:30px;margin-top:20px;display:flex}.bookingModal .modalContent.mobileFiltersModal .mobileFiltersContent .modalActions .clear{color:#ff8f3e;text-align:center;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:normal;text-decoration:underline}.bookingModal .modalContent.mobileFiltersModal .mobileFiltersContent .modalActions .bigButton{max-width:100%}.bookingModal .languageModalContent{flex-direction:column;gap:40px;width:100%;max-width:446px;height:fit-content;padding:20px 20px 40px;display:flex}.bookingModal .languageModalContent .buttons{justify-content:center;gap:10px;display:flex}.bookingModal .languageModalContent .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-align:center;font-size:16px;font-weight:500;line-height:140%}.bookingModal .languageModalContent p{text-align:center}.bookingModal .languageModalContent b{color:#383680}.bookingModal .blogLanguageModalContent{flex-direction:column;align-items:center;width:100%;max-width:516px;height:fit-content;padding:20px 20px 40px;display:flex}.bookingModal .blogLanguageModalContent .infoIcon{margin-bottom:40px}.bookingModal .blogLanguageModalContent .buttons{justify-content:center;gap:10px;display:flex}.bookingModal .blogLanguageModalContent .closeButton{display:none}.bookingModal .blogLanguageModalContent .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-align:center;font-size:16px;font-weight:500;line-height:140%}.bookingModal .blogLanguageModalContent b{color:#383680;font-weight:600}.bookingModal .blogLanguageModalContent .blogModalTitle{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;padding-bottom:20px;font-size:18px;font-weight:600;line-height:140%}.bookingModal .blogLanguageModalContent .blogModalSubtitle{padding-bottom:40px}.bookingModal .closeButton{z-index:2;position:absolute;top:20px;right:20px}.sliderTabsDesktop .tabList{flex-direction:row;gap:10px;display:flex}.sliderTabsDesktop .tabButton{width:100%;max-width:362px;font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#696d8c;text-align:left;letter-spacing:.2px;background:#fff;border-top:1px solid #c4cbd0;border-left:1px solid #c4cbd0;border-right:1px solid #c4cbd0;border-radius:5px 5px 0 0;padding:20px;font-size:20px;font-weight:600;line-height:130%;overflow:hidden}.sliderTabsDesktop .tabButton.active{color:#fff;background:#383680}.sliderTabsDesktop .tabPanelContent{cursor:pointer;background:#fff;border-top:3px solid #383680;border-radius:5px;gap:40px;padding:40px;display:flex;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.sliderTabsDesktop .tabPanelContent:hover .arrowIcon .arrowBackground{fill:#ff8f3e;fill-opacity:1}.sliderTabsDesktop .tabPanelContent:hover .arrowIcon .arrowPath{fill:#fff}.sliderTabsDesktop .tabPanelContent .content{grid-gap:20px;grid-template-columns:minmax(280px,400px) 1fr;display:grid}.sliderTabsDesktop .tabPanelContent .imageWrapper{position:relative}.sliderTabsDesktop .tabPanelContent .imageWrapper .typeIconOverlay{background:#383680;border-radius:5px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:10px;left:10px}.sliderTabsDesktop .tabPanelContent .imageWrapper .typeIconOverlay img{filter:brightness(0)invert()}.sliderTabsDesktop .tabPanelContent .imageWrapper .thumbnail{object-fit:cover;border-radius:5px;width:100%;max-width:400px;height:280px}.sliderTabsDesktop .tabPanelContent .text{flex-direction:column;justify-content:space-between;gap:20px;display:flex}.sliderTabsDesktop .tabPanelContent .text .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;padding-bottom:20px;font-size:32px;font-weight:400;line-height:120%}.sliderTabsDesktop .tabPanelContent .text .description{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:16px;font-weight:500;line-height:140%}.sliderTabsDesktop .tabPanelContent .text .tags{flex-wrap:wrap;gap:10px;display:flex}.sliderTabsDesktop .tabPanelContent .actions{justify-content:space-between;align-items:center;gap:10px;display:flex}@media only screen and (max-width:1024px){.sliderTabsDesktop .tabButton{font-size:18px}.sliderTabsDesktop .tabPanelContent .text .title{font-size:26px;line-height:130%}}.sliderTabsMobile .keenSliderWrapper__arrow{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 10px;display:flex}.sliderTabsMobile .keenSliderWrapper__arrow svg{width:20px;height:20px}.sliderTabsMobile .keenSliderWrapper__arrow--disabled{opacity:.4;pointer-events:none}.sliderTabsMobile .tabHeader{align-items:center;gap:10px;height:72px;display:flex;position:relative}.sliderTabsMobile .tabHeader .tabTitle{color:#fff;text-align:center;height:100%;font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;letter-spacing:.16px;background:#383680;border-top:1px solid #c4cbd0;border-left:1px solid #c4cbd0;border-right:1px solid #c4cbd0;border-radius:5px 5px 0 0;flex:1;justify-content:center;align-items:center;margin:0 30px;padding:0 15px;font-size:16px;font-weight:600;line-height:130%;display:flex}.sliderTabsMobile .tabHeader .arrowButton{color:#383680;background:0 0;border:none;padding:0 10px;font-size:24px}.sliderTabsMobile .tabHeader .arrowButton:disabled{opacity:.4}.sliderTabsMobile .tabPanelContent{background:#fff;border-top:3px solid #383680;height:594px;margin-bottom:25px;padding:20px 20px 30px;position:relative;box-shadow:0 3px 6px #0e1f3514,0 6px 12px #0e1f351f,0 8px 24px #0e1f3514}.sliderTabsMobile .tabPanelContent .content{flex-direction:column;gap:16px;height:100%;display:flex}.sliderTabsMobile .tabPanelContent .content .imageWrapper{position:relative}.sliderTabsMobile .tabPanelContent .content .imageWrapper .typeIconOverlay{background:#383680;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:10px;left:10px}.sliderTabsMobile .tabPanelContent .content .imageWrapper .typeIconOverlay img{filter:brightness(0)invert()}.sliderTabsMobile .tabPanelContent .content .imageWrapper .thumbnail{object-fit:cover;border-radius:5px;width:100%;height:202px}.sliderTabsMobile .tabPanelContent .content .text .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;line-height:130%}.sliderTabsMobile .tabPanelContent .content .text .description{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#696d8c;font-size:14px;font-weight:400;line-height:140%}.sliderTabsMobile .tabPanelContent .content .text .tags{flex-wrap:wrap;gap:8px;display:flex}.sliderTabsMobile .tabPanelContent .text{flex-direction:column;justify-content:space-between;gap:20px;height:100%;display:flex}.sliderTabsMobile .tabPanelContent .text .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;padding-bottom:20px;font-size:22px;font-weight:400;line-height:120%}.sliderTabsMobile .tabPanelContent .actions{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.sliderTabsMobile .dotsWrapper{justify-content:center;gap:10px;margin-top:16px;display:flex}.sliderTabsMobile .dotsWrapper .dot{cursor:pointer;background:#383680;border:none;border-radius:50%;width:15px;height:15px}.sliderTabsMobile .dotsWrapper .dot.active{background:#ff8f3e}.sharingList{justify-self:flex-end;align-items:center;gap:20px;display:flex}.sharingList .sharingTitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#383680;font-size:16px;font-weight:500;line-height:140%}.sharingList .socialList{gap:20px;display:flex}@media screen and (max-width:978px){.sharingList{gap:15px}.sharingList .sharingTitle{font-size:15px}.sharingList .socialList{gap:10px}}.buttonTag .tag{max-width:185px;height:44px;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-transform:capitalize;color:#383680;cursor:auto;background-color:#e8ebfe;border:1px solid #e8ebfe;border-radius:5px;flex-direction:column;justify-content:center;padding:7px 10px;font-size:14px;font-weight:500;line-height:115%;transition:all .1s ease-out;display:flex}.buttonTag .tag .tagTitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;text-transform:uppercase;font-size:8px;font-weight:600;line-height:10px}.buttonTag .tag:hover{color:#fff;background:#38368080}.buttonTag .tag:hover .title{color:#fff}.buttonTag .tag .tagContent:has(img){flex-direction:row;justify-content:space-between;align-items:center;gap:10px;display:flex}.buttonTag .tag img{object-fit:cover;object-position:top;background-color:#fff;border:1px solid #696d8c;border-radius:50%;width:32px;height:32px}.buttonTag .active{color:#fff;background:#38368080}@media screen and (max-width:490px){.buttonTag .tag{padding:5px}}.tooltipContainer{cursor:pointer;transition:opacity .3s ease-in-out;position:relative}.tooltip{border:1px solid var(--primary-violet-100,#383680);z-index:2;white-space:nowrap;font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#696d8c;opacity:0;background:#fff;border-radius:5px;padding:5px;font-size:12px;font-weight:500;line-height:100%;transition:opacity .2s ease-in-out,transform .2s ease-in-out;position:absolute;bottom:40px;left:35px;transform:translateY(3px)}.tooltipContainer.show .tooltip{opacity:1;transform:translateY(0)}html{scroll-padding-top:85px}:root{--section-pad-top:clamp(30px, 5vw, 60px);--section-pad-bottom:clamp(60px, 6vw, 60px);--section-bigger-pad-bottom:clamp(60px, 8vw, 90px)}@keyframes transitionIn{0%{opacity:0;transform:rotateX(-5deg)}to{opacity:1;transform:rotateX(0)}}.animation{animation:.25s transitionIn}.cookieConsent{text-align:center;z-index:10;zoom:.75;background:#fff;flex-direction:column;align-items:center;gap:20px;padding:40px 0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 8px 24px #0e1f3514,0 6px 12px #0e1f351f,0 3px 6px #0e1f3514}.cookieConsent .smallButton{width:97px}.cookieConsent .blueLink{color:#383680;font-weight:600}.cookieConsent .blueLink:hover{text-decoration:underline}.button{text-transform:uppercase;text-align:center;white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;transition:background .2s,background-color .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s;display:inline-flex}.button:active{transform:translateY(1px)}.smallButton{width:fit-content;height:clamp(36px,5vw,40px);font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;padding:0 clamp(10px,2.5vw,12px);font-size:clamp(11px,1.1vw,12px);font-weight:700;line-height:15px}.bigButton{width:100%;max-width:clamp(260px,28vw,317px);height:clamp(48px,7vw,64px);font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;padding:0 clamp(14px,3vw,18px);font-size:clamp(14px,1.6vw,16px);font-weight:700;line-height:20px}.disabledButtonOrange{cursor:not-allowed;pointer-events:none;box-shadow:none;color:#ff8f3e;background-image:url("data:image/svg+xml,%3Csvg width='318' height='65' viewBox='0 0 318 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_14674_5444)'%3E%3Crect x='0.5' y='0.769531' width='317' height='64' rx='5' fill='%23F8D1B9'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_14674_5444' x='-17.5' y='-17.2305' width='353' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='9'/%3E%3CfeComposite in='BackgroundImageFix' in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_14674_5444'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_14674_5444' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");background-size:100% 100%;transform:none}.orangeButton{color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='317' height='64' viewBox='0 0 317 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='317' height='64' rx='5' fill='%23FF8F3E'/%3E%3C/svg%3E%0A");gap:10px}.orangeButton:hover{background:linear-gradient(272.64deg,#ff8f3e 25%,#ffb178 50.19%)}.buttonCentered{margin-left:auto;margin-right:auto;display:flex}.whiteButton{color:#ff8f3e;background-image:url("data:image/svg+xml,%3Csvg width='317' height='64' viewBox='0 0 317 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='317' height='64' rx='5' fill='white'/%3E%3C/svg%3E%0A");position:relative}.whiteButton:hover{color:#fff;background:linear-gradient(272.64deg,#ff8f3e 25%,#ffb178 50.19%)}.whiteButton:hover img{filter:brightness(0)invert();transition:filter .2s}.navigationContainer{width:100%;max-width:1800px;margin:auto}@media screen and (max-width:1850px){.navigationContainer{padding-left:30px;padding-right:30px}}@media screen and (max-width:1000px){.navigationContainer{padding-left:15px;padding-right:15px}}.container{width:100%;max-width:1106px;margin:auto}@media screen and (max-width:1124px){.container{padding-left:30px;padding-right:30px}}@media screen and (max-width:1000px){.container{padding-left:15px;padding-right:15px}}.main{zoom:.75;flex:1;min-height:55vh}@media screen and (max-width:1024px){.main{zoom:.85}}.main .title{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#fff;font-size:clamp(28px,4.5vw,46px);font-weight:400;line-height:140%}.main .subtitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#fff;font-size:clamp(15px,2.4vw,24px);font-weight:400;line-height:130%}.main .pageTitle{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;text-align:center;text-transform:capitalize;padding-bottom:clamp(20px,4vw,40px);font-size:clamp(28px,3.2vw,40px);font-weight:400;line-height:140%}.main .pageSubtitle{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;text-align:center;padding-bottom:clamp(20px,4vw,40px);font-size:clamp(17px,1.6vw,20px);font-weight:400;line-height:140%}.main .section{padding-top:var(--section-pad-top);padding-bottom:var(--section-pad-bottom)}.main .sectionBigger{padding-top:var(--section-pad-top);padding-bottom:var(--section-bigger-pad-bottom)}.main .text,.main .paragraph{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:clamp(15px,1.2vw,16px);font-weight:500;line-height:140%}.main .paragraph{text-align:center}.main .blueLink{color:#383680}.main .blueLink:hover{text-decoration:underline}.main .blueBg{background-color:#f4f6ff}.main .whiteBg{background-color:#fff}html,body{margin:0;padding:0;font-family:Montserrat,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box;font-display:swap}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:before,:after{box-sizing:border-box}a,button{cursor:pointer;outline:none}ol,ul,menu{list-style:none}img{max-width:100%}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}input:-webkit-autofill{transition:background-color 5000s ease-in-out}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out}
@font-face{font-family:montserrat;src:url(../media/Montserrat_Regular-s.p.0bzamybvcw4vs.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_Medium-s.p.17.w1_.skhe78.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_SemiBold-s.p.0r6wmgdoeukns.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_Bold-s.p.0u927_~0cxmrd.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:montserrat Fallback;src:local(Arial);ascent-override:84.97%;descent-override:22.03%;line-gap-override:0.0%;size-adjust:113.92%}.montserrat_b123e8b8-module__1Zx27q__className{font-family:montserrat,montserrat Fallback}.montserrat_b123e8b8-module__1Zx27q__variable{--font-montserrat:"montserrat", "montserrat Fallback"}
@font-face{font-family:openSans;src:url(../media/OpenSans_Regular-s.p.0iqf5mes0glgh.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:openSans;src:url(../media/OpenSans_SemiBold-s.p.0r09-ge7bt0y..woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:openSans Fallback;src:local(Arial);ascent-override:101.58%;descent-override:27.84%;line-gap-override:0.0%;size-adjust:105.22%}.opensans_755f232-module__LKwfXG__className{font-family:openSans,openSans Fallback}.opensans_755f232-module__LKwfXG__variable{--font-open-sans:"openSans", "openSans Fallback"}
