@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap";@font-face{font-family:Visuelt Pro;font-style:normal;font-weight:400;src:local("Visuelt Pro"),url(./VisueltPro-Regular.zTZoxsh4.ttf) format("truetype")}@font-face{font-family:Visuelt Pro;font-style:normal;font-weight:700;src:local("Visuelt Pro"),url(./VisueltPro-Bold.Dm4HgJ3T.ttf) format("truetype")}*{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;outline:none;padding:0;-webkit-transition:color .2s;transition:color .2s}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text-main,#2b2b2d);font-family:Open Sans,sans-serif;font-size:16px;line-height:152%}main{-webkit-box-flex:1;-ms-flex:1;flex:1}img{border-radius:8px;max-width:100%}button{font-size:16px}a{color:var(--color-secondary);cursor:pointer;font-weight:700}p{font-size:16px;margin:16px 0}@media (max-width:576px){p{line-height:140%;margin:12px 0}}ol,ul{margin:16px 0;padding-left:20px}@media (max-width:576px){ol,ul{line-height:140%;margin:12px 0}}ul{list-style-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Ccircle cx='6' cy='6' r='6' fill='%2300A723'/%3E%3C/svg%3E")}li:not(:last-of-type){margin-bottom:8px}h1{font-family:Visuelt Pro,sans-serif;font-size:50px;font-weight:700;line-height:normal}@media (max-width:576px){h1{font-size:28px}}h2{color:var(--color-text-headers,#2b2b2d);font-family:Visuelt Pro,sans-serif;font-size:36px;font-weight:700;line-height:112%;margin:32px 0 16px}@media (max-width:576px){h2{font-size:20px;line-height:140%;margin-bottom:16px}}h3{color:var(--color-text-subheaders,#2b2b2d);font-family:Visuelt Pro,sans-serif;font-size:24px;font-weight:700;line-height:140%;margin:32px 0 16px}@media (max-width:576px){h3{font-size:16px}}h4{color:var(--color-text-subheaders,#2b2b2d);font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin:32px 0 16px}@media (max-width:576px){h4{font-size:14px}}h5{color:var(--color-text-subheaders,#2b2b2d);font-family:Visuelt Pro,sans-serif;font-size:18px;font-weight:700;line-height:140%;margin:32px 0 16px}@media (max-width:576px){h5{font-size:14px}}.table-wrapper{border:1px solid var(--color-main);border-radius:10px;-webkit-box-shadow:2px 4px 18px 0 rgba(45,39,62,.12);box-shadow:2px 4px 18px #2d273e1f;margin:16px 0;overflow:auto;width:100%}@media (max-width:576px){.table-wrapper{margin:12px 0;width:auto}}table{border-collapse:collapse;width:100%}@media (max-width:576px){table{border-width:6px;font-size:14px}}table th{font-weight:700;text-align:left}table td,table th{border:1px solid var(--color-main);padding:16px}table td:first-child,table th:first-child{border-left:none}table td:last-child,table th:last-child{border-right:none}@media (max-width:576px){table td,table th{padding:8px 12px}}table thead th{background:var(--color-main);border-color:var(--color-bg);color:#fff}table tr:first-of-type td,table tr:first-of-type th{border-top:none}table tr:last-of-type td,table tr:last-of-type th{border-bottom:none}table p{margin:0}@media (max-width:576px){table p{font-size:14px}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:36px}@media (max-width:576px){.breadcrumbs{margin-bottom:24px}}.breadcrumbs__link{border-bottom:none;color:#b9b1b9;display:block;font-size:14px;font-weight:400;line-height:140%;position:relative}.breadcrumbs__link:not(:first-child){padding-left:8px}.breadcrumbs__link:not(:last-child){padding-right:8px}.breadcrumbs__link:not(:last-child):after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%2393919B' fill-rule='evenodd' d='M8.978 5.102a.91.91 0 0 1 0 1.296l-4.643 4.584a.937.937 0 0 1-1.313 0 .91.91 0 0 1 0-1.297L7.008 5.75 3.022 1.815a.91.91 0 0 1 0-1.297.937.937 0 0 1 1.313 0z' clip-rule='evenodd'/%3E%3C/svg%3E");left:8px;position:relative;top:1px}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1000px;width:100%}@media (max-width:1352px){.container{padding-left:16px;padding-right:16px}}.custom-button{background-color:var(--color-secondary);border-radius:8px;color:var(--color-text-button,#011c39);font-size:14px;font-weight:700;padding:8px 28px;text-decoration:none;-webkit-transition:.3s;transition:.3s;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (max-width:576px){.custom-button{padding:8px 16px}}.header{background-color:var(--color-stripe);height:68px;position:relative;width:100%}@media (max-width:1024px){.header{height:60px}}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-right:32px;max-width:176px;padding:5px 0}.header__logo img{height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:1024px){.header__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:576px){.header__logo{margin-right:10px;max-width:110px}}@media (max-width:375px){.header__logo{max-width:95px}}.header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1000px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;max-width:1320px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1352px){.header-inner{padding-left:16px;padding-right:16px}}.header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;height:100%;justify-content:space-between;margin-right:16px}@media (max-width:1024px){.header-menu{display:none}.header-menu.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:4;-ms-flex-order:3;background:var(--color-submenu-bg);border-radius:8px 0 0 8px;height:auto;margin-left:0;margin-right:0;max-width:unset;min-height:100%;order:3;padding:16px;position:fixed;right:0;top:68px;width:90%;z-index:10;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.header-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:26px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}@media (max-width:1024px){.header-menu-list{display:none}.header-menu.open .header-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.header-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative}@media (max-width:1024px){.header-menu-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.header-menu-item.open>.header-submenu{display:block}}.header-menu-item__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-text-header-footer,#fff);font-size:14px;font-weight:700;height:100%;line-height:normal;text-align:center;text-decoration:none}.header-menu-item__link-wrapper svg [fill]{fill:currentcolor}.header-menu-item__link-wrapper svg [stroke]{stroke:currentcolor}.header-menu-item__link-wrapper a{color:var(--color-text-header-footer,#fff);font-size:14px;font-weight:700;line-height:normal;text-align:center;text-decoration:none}.header-menu-item:hover>.header-submenu{display:block}.header-menu-item:hover>.header-menu-item__link-wrapper,.header-menu-item:hover>.header-menu-item__link-wrapper>a{color:var(--color-secondary)}.header-menu-item:hover>.header-menu-item__link-wrapper svg{rotate:180deg}.header-menu-language-selector{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1}@media (max-width:1024px){.header-menu-language-selector{background:var(--color-submenu-bg);border-radius:8px 0 0 8px;display:none;height:auto;margin:16px 0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:0;width:90%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media (max-width:1024px) and (max-width:576px){.header-menu-language-selector{margin:12px 0}}@media (max-width:1024px){.header-menu.open .header-menu-language-selector{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-menu-language-selector-arrow{margin-left:10px}.header-menu-language-selector-current{border:1px solid var(--color-border-button,#fff);border-radius:5px;color:var(--color-text-button,#011c39);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:5px 10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.header-menu-language-selector-locales{background:var(--color-secondary);border:1px solid var(--color-border-button,#fff);border-radius:5%;list-style-image:none;list-style-type:none;margin:42px 0 5px;max-height:200px;overflow-y:auto;padding:10px;position:absolute;width:6em}.header-menu-language-selector-locales-block{position:relative}.header-menu-language-selector-locales-block:not(:last-of-type){margin-bottom:10px}.header-menu-language-selector-locales-block-checkmark{display:inline-block;position:absolute;top:40%}.header-menu-language-selector-locales-item{display:inline-block;width:90%}.header-menu-language-selector-locales-item>*{vertical-align:middle}.header-menu-language-selector-locales-item-link{color:var(--color-text-button,#011c39);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;outline:none;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-menu-language-selector-flag{border-radius:0;margin-right:5px;width:25px}.header-submenu{display:none;left:0;min-width:218px;position:absolute;top:55px}@media (max-width:1024px){.header-submenu{padding-top:12px;position:static;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0);width:100%}}.header-submenu-list{background-color:var(--color-submenu-bg);border:1px solid hsla(0,0%,100%,.32);border-radius:8px;padding:6px 0}@media (max-width:1024px){.header-submenu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:none;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:0}}.header-submenu-item{position:relative}.header-submenu-item:hover>.header-submenu{display:block}.header-submenu-item:hover>.header-submenu-item__link-wrapper,.header-submenu-item:hover>.header-submenu-item__link-wrapper>a{color:var(--color-secondary)}@media (max-width:1024px){.header-submenu-item:hover>.header-submenu-item__link-wrapper svg{rotate:180deg}}.header-submenu-item__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;color:#fff;justify-content:space-between;padding:6px 12px}.header-submenu-item__link-wrapper svg [fill]{fill:currentcolor}.header-submenu-item__link-wrapper svg [stroke]{stroke:currentcolor}.header-submenu-item__link-wrapper a{color:#fff;font-size:14px;text-decoration:none}@media (min-width:1024px){.header-submenu-item__link-wrapper svg{rotate:-90deg}}@media (max-width:1024px){.header-submenu-item__link-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;font-weight:400;justify-content:flex-start;padding:0}.header-submenu-item.open>.header-submenu{display:block}}.header-submenu-item .header-submenu{left:auto;right:calc(-100% - 4px);top:0}@media (max-width:1024px){.header-submenu-item .header-submenu{border:none;padding-top:0}}.header-submenu-item .header-submenu-list{margin-left:8px}@media (max-width:1024px){.header-submenu-item .header-submenu-list{background-color:transparent;display:block}.header-submenu-item .header-submenu .header-submenu-item .header-submenu-item__link-wrapper{font-size:14px}}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.header-actions,.header-actions__burger{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-actions__burger{display:none;-webkit-box-pack:center;-ms-flex-pack:center;background-color:transparent;border-radius:4px;cursor:pointer;height:36px;justify-content:center;width:36px}@media (max-width:1024px){.header-actions__burger{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:576px){.header-actions__burger{height:28px;width:28px}}@media (max-width:1024px){.header-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;gap:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:8px;order:2}}.header__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:8px;font-size:14px;font-weight:700;height:36px;justify-content:center;line-height:normal;padding:0 28px;text-decoration:none}@media (max-width:576px){.header__button{font-size:12px;height:28px;padding:0 6px}}@media (max-width:375px){.header__button{font-size:9px}}.header__button_signup{border:2px solid var(--color-text-header-footer,#fff);color:var(--color-text-header-footer,#fff)}.header__button_signup:hover{border:2px solid var(--color-secondary);color:var(--color-secondary)}.header__button_login{background-color:var(--color-secondary);color:var(--color-text-button,#011c39)}.header-three{background-color:var(--color-stripe);border-bottom-left-radius:60px;border-bottom-right-radius:60px;height:93px;position:relative;width:100%}@media (max-width:1024px){.header-three{border-bottom-left-radius:28px;border-bottom-right-radius:28px;height:60px}}.header-three__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-right:32px;max-width:176px;padding:5px 0}.header-three__logo img{height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:1024px){.header-three__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:576px){.header-three__logo{margin-right:10px;max-width:110px}}@media (max-width:375px){.header-three__logo{max-width:95px}}.header-three-inner{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1000px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;max-width:1320px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1352px){.header-three-inner{padding-left:16px;padding-right:16px}}.header-three-menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}@media (max-width:1024px){.header-three-menu{display:none}.header-three-menu.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:4;-ms-flex-order:3;background:var(--color-bg);border-radius:8px 0 0 8px;height:auto;margin-left:0;margin-right:0;max-width:unset;min-height:100%;order:3;padding:16px;position:fixed;right:0;top:68px;width:100%;z-index:10;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.header-three-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:26px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center}@media (max-width:1024px){.header-three-menu-list{display:none}.header-three-menu.open .header-three-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}}.header-three-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative}@media (max-width:1024px){.header-three-menu-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.header-three-menu-item.open>.header-three-submenu{display:block}}.header-three-menu-item__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-text-header-footer,#fff);font-size:14px;font-weight:700;height:100%;line-height:normal;text-align:center;text-decoration:none}.header-three-menu-item__link-wrapper svg [fill]{fill:currentcolor}.header-three-menu-item__link-wrapper svg [stroke]{stroke:currentcolor}.header-three-menu-item__link-wrapper a{color:var(--color-text-header-footer,#fff);font-size:14px;font-weight:700;line-height:normal;text-align:center;text-decoration:none}.header-three-menu-item:hover>.header-three-submenu{display:block}.header-three-menu-item:hover>.header-three-menu-item__link-wrapper,.header-three-menu-item:hover>.header-three-menu-item__link-wrapper>a{color:var(--color-secondary)}.header-three-menu-item:hover>.header-three-menu-item__link-wrapper svg{rotate:180deg}.header-three-menu-language-selector{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;left:calc(50% + 21rem);order:1;position:absolute}@media (max-width:1352px){.header-three-menu-language-selector{left:unset;position:relative}}@media (max-width:1024px){.header-three-menu-language-selector{display:none}.header-three-menu.open .header-three-menu-language-selector{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;padding:0;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;position:unset}}.header-three-menu-language-selector-arrow{margin-left:auto}@media (max-width:1024px){.header-three-menu-language-selector-arrow{margin-left:8px}}.header-three-menu-language-selector-current{border-radius:5px;color:var(--color-text-button,#011c39);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;width:4em}@media (max-width:1024px){.header-three-menu-language-selector-current{width:100%}}.header-three-menu-language-selector-locales{background:var(--color-bg);border:1px solid var(--color-border-button,#fff);border-radius:5%;left:-14px;list-style-image:none;list-style-type:none;margin:42px 0 5px;max-height:200px;overflow-y:auto;padding:10px;position:absolute;width:6em}@media (max-width:1024px){.header-three-menu-language-selector-locales{border:0;border-bottom:1px solid var(--color-border-button,#fff);margin:12px 0 0;padding:0;position:unset;width:100%}}.header-three-menu-language-selector-locales-block{position:relative}.header-three-menu-language-selector-locales-block:not(:last-of-type){margin-bottom:10px}.header-three-menu-language-selector-locales-block-checkmark{display:inline-block;position:absolute;right:0;top:40%}.header-three-menu-language-selector-locales-item{display:inline-block}.header-three-menu-language-selector-locales-item>*{vertical-align:middle}.header-three-menu-language-selector-locales-item-link{color:var(--color-text-button,#011c39);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;outline:none;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-three-menu-language-selector-flag{border-radius:0;margin-right:5px;width:25px}.header-three-submenu{display:none;left:0;min-width:218px;position:absolute;top:55px}@media (max-width:1024px){.header-three-submenu{padding-top:12px;position:static;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0);width:100%}}.header-three-submenu-list{background-color:var(--color-submenu-bg);border:1px solid hsla(0,0%,100%,.32);border-radius:8px;padding:6px 0}@media (max-width:1024px){.header-three-submenu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:none;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:0}}.header-three-submenu-item{position:relative}.header-three-submenu-item:hover>.header-three-submenu{display:block}.header-three-submenu-item:hover>.header-three-submenu-item__link-wrapper,.header-three-submenu-item:hover>.header-three-submenu-item__link-wrapper>a{color:var(--color-secondary)}@media (max-width:1024px){.header-three-submenu-item:hover>.header-three-submenu-item__link-wrapper svg{rotate:180deg}}.header-three-submenu-item__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;color:#fff;justify-content:space-between;padding:6px 12px}.header-three-submenu-item__link-wrapper svg [fill]{fill:currentcolor}.header-three-submenu-item__link-wrapper svg [stroke]{stroke:currentcolor}.header-three-submenu-item__link-wrapper a{color:#fff;font-size:14px;text-decoration:none}@media (min-width:1024px){.header-three-submenu-item__link-wrapper svg{rotate:-90deg}}@media (max-width:1024px){.header-three-submenu-item__link-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;font-weight:400;justify-content:flex-start;padding:0}.header-three-submenu-item.open>.header-three-submenu{display:block}}.header-three-submenu-item .header-three-submenu{left:auto;right:calc(-100% - 4px);top:0}@media (max-width:1024px){.header-three-submenu-item .header-three-submenu{border:none;padding-top:0}}.header-three-submenu-item .header-three-submenu-list{margin-left:8px}@media (max-width:1024px){.header-three-submenu-item .header-three-submenu-list{background-color:transparent;display:block}.header-three-submenu-item .header-three-submenu .header-three-submenu-item .header-three-submenu-item__link-wrapper{font-size:14px}}.header-three-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:80px}@media (max-width:1352px){.header-three-actions{margin-left:0}}.header-three-actions__burger{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:transparent;border-radius:4px;cursor:pointer;height:36px;justify-content:center;width:36px}@media (max-width:1024px){.header-three-actions__burger{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:576px){.header-three-actions__burger{height:28px;width:28px}}@media (max-width:1024px){.header-three-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;gap:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:8px;order:2}}.header-three__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:12px;font-size:14px;font-weight:700;height:36px;justify-content:center;line-height:normal;padding:0 28px;text-decoration:none}@media (max-width:576px){.header-three__button{border-radius:8px;font-size:12px;height:28px;padding:0 6px}}@media (max-width:375px){.header-three__button{font-size:9px}}.header-three__button_signup{border:2px solid var(--color-secondary);color:var(--color-text-header-footer,#fff)}.header-three__button_signup:hover{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));-webkit-filter:brightness(1.2);filter:brightness(1.2)}.header-three__button_signup:active{-webkit-filter:brightness(.8);filter:brightness(.8)}.header-three__button_login{background-color:var(--color-secondary);color:var(--color-text-button,#011c39)}.header-three__button_login:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.header-three__button_login:active{-webkit-filter:contrast(200%) saturate(50%);filter:contrast(200%) saturate(50%)}.footer{background:var(--color-submenu-bg);border-top:2px solid var(--color-main);color:#fff;padding:50px 0}@media (max-width:576px){.footer{padding:40px 0}}.dark .footer{border-top:2px solid var(--color-main)}.footer-inner{margin:0 auto;max-width:1000px;max-width:1320px;width:100%}@media (max-width:1352px){.footer-inner{padding-left:16px;padding-right:16px}}.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 52px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;padding-right:75px;position:relative}@media (max-width:1024px){.footer-menu{gap:8px 12px;margin-bottom:32px;padding:0}}.footer-menu-item__link{color:#fff;font-size:20px;font-weight:600;text-decoration:none}.footer-menu-domain-selector{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;top:-5px}@media (max-width:1024px){.footer-menu-domain-selector{border-left:1px solid gray;padding-left:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:unset}}.footer-menu-domain-selector-arrow{margin-left:10px}.footer-menu-domain-selector-first{border:1px solid var(--color-border-button,#fff);border-radius:5px;color:var(--color-text-button,#011c39);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:5px 10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}@media (max-width:1024px){.footer-menu-domain-selector-first{border:none}}.footer-menu-domain-selector-domains{background:var(--color-secondary);border:1px solid var(--color-border-button,#fff);border-radius:5%;list-style-image:none;list-style-type:none;margin:42px 0 5px;max-height:200px;overflow-y:auto;padding:10px;position:absolute;width:9em}@media (max-width:1024px){.footer-menu-domain-selector-domains{margin:35px 0 5px}}.footer-menu-domain-selector-domains-block{position:relative}.footer-menu-domain-selector-domains-block:not(:last-of-type){margin-bottom:10px}.footer-menu-domain-selector-domains-item{display:inline-block;width:90%}.footer-menu-domain-selector-domains-item>*{vertical-align:middle}.footer-menu-domain-selector-domains-item-link{color:var(--color-text-button,#011c39);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;outline:none;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-menu-domain-selector-flag{border-radius:0;margin-right:5px;width:25px}.footer-banners{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}@media (max-width:1024px){.footer-banners{gap:8px 20px;margin-bottom:32px}}.footer-banners__link{border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:44px}@media (max-width:768px){.footer-banners__link{max-height:30px}}.footer-banners__logo{height:100%}@media (max-width:768px){.footer-banners__logo{max-height:30px}}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:576px){.footer__logo{margin-bottom:16px;width:100%}}.footer__logo img{width:176px}.footer__text{color:var(--color-text-header-footer,#fff);line-height:160%;margin-bottom:12px;text-align:center}@media (max-width:576px){.footer__text{font-size:14px}}.footer-three{background:var(--color-submenu-bg);border-top:2px solid var(--color-main);color:#fff;padding:50px 0}@media (max-width:576px){.footer-three{padding:40px 0}}.dark .footer-three{border-top:2px solid var(--color-main)}.footer-three-inner{margin:0 auto;max-width:1000px;max-width:1320px;width:100%}@media (max-width:1352px){.footer-three-inner{padding-left:16px;padding-right:16px}}.footer-three-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 52px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;padding-right:75px;position:relative}@media (max-width:1024px){.footer-three-menu{gap:8px 12px;margin-bottom:32px;padding:0}}.footer-three-menu-item__link{color:#fff;font-size:20px;font-weight:600;text-decoration:none}.footer-three-menu-domain-selector{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;top:-5px}@media (max-width:1024px){.footer-three-menu-domain-selector{border-left:1px solid gray;padding-left:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:unset}}.footer-three-menu-domain-selector-arrow{margin-left:10px}.footer-three-menu-domain-selector-first{border:1px solid var(--color-border-button,#fff);border-radius:5px;color:var(--color-text-button,#011c39);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:5px 10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}@media (max-width:1024px){.footer-three-menu-domain-selector-first{border:none}}.footer-three-menu-domain-selector-domains{background:var(--color-secondary);border:1px solid var(--color-border-button,#fff);border-radius:5%;list-style-image:none;list-style-type:none;margin:42px 0 5px;max-height:200px;overflow-y:auto;padding:10px;position:absolute;width:9em}@media (max-width:1024px){.footer-three-menu-domain-selector-domains{margin:35px 0 5px}}.footer-three-menu-domain-selector-domains-block{position:relative}.footer-three-menu-domain-selector-domains-block:not(:last-of-type){margin-bottom:10px}.footer-three-menu-domain-selector-domains-item{display:inline-block;width:90%}.footer-three-menu-domain-selector-domains-item>*{vertical-align:middle}.footer-three-menu-domain-selector-domains-item-link{color:var(--color-text-button,#011c39);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;outline:none;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-three-menu-domain-selector-flag{border-radius:0;margin-right:5px;width:25px}.footer-three-banners{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:64px;position:relative}@media (max-width:1024px){.footer-three-banners{gap:8px 20px;margin-bottom:32px}}.footer-three-banners:after{background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,41%,0)),color-stop(#696969),to(hsla(0,0%,41%,0)));background:linear-gradient(270deg,#69696900,#696969,#69696900);content:"";height:2px;position:absolute;top:calc(100% + 32px);width:100%}.footer-three-banners__link{border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:44px}@media (max-width:768px){.footer-three-banners__link{max-height:30px}}.footer-three-banners__logo{height:100%}@media (max-width:768px){.footer-three-banners__logo{max-height:30px}}.footer-three__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:576px){.footer-three__logo{margin-bottom:16px;width:100%}}.footer-three__logo img{width:176px}.footer-three__text{color:var(--color-text-header-footer,#fff);line-height:160%;margin-bottom:12px;text-align:center}@media (max-width:576px){.footer-three__text{font-size:14px}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-container{background:var(--color-submenu-bg);border:1px solid #aaa;border-radius:10px;color:#fff;padding:30px;position:relative;width:50%}@media (max-width:576px){.modal-container{width:90%}}.modal-container h2{margin-top:0}.modal-container input,.modal-container textarea{background:var(--color-submenu-bg);border:1px solid #aaa;border-radius:5px;caret-color:#fff;color:#fff;font-family:Open Sans,serif;margin-bottom:15px;padding:12px;resize:none;width:100%}.modal-container input:focus,.modal-container textarea:focus{border-color:#fff;outline:none}.modal-container button[type=submit]{background-color:var(--color-text-accent);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:12px;width:100%}.modal-container h3{margin-top:0}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:35px;position:absolute;right:30px;top:25px}@media (max-width:576px){.close-btn{font-size:30px}}.page-header{background-color:var(--color-page-header-bg);background-size:cover;margin-bottom:50px;padding:32px 0 52px;width:100%}@media (max-width:576px){.page-header{margin-bottom:36px;padding:24px 0}}.page-header__inner{margin:0 auto;max-width:1000px;max-width:1320px;width:100%}@media (max-width:1352px){.page-header__inner{padding-left:16px;padding-right:16px}}.content-block{margin-bottom:60px;width:100%}@media (max-width:576px){.content-block{margin-bottom:44px}}.content-block__title{margin:0 auto 32px;max-width:650px;position:relative;text-align:center}@media (max-width:576px){.content-block__title{margin-bottom:22px}}.content-block__title:after{background-color:var(--color-dash);border-radius:5px;bottom:-8px;content:"";height:5px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:100px}@media (max-width:576px){.content-block__title:after{border-radius:4px;height:4px}}.content-block__link{background-color:var(--color-secondary);border-radius:8px;color:var(--color-text-button,#011c39);display:block;font-size:14px;font-weight:700;margin:16px auto;padding:8px 28px;text-decoration:none;-webkit-transition:.3s;transition:.3s;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (max-width:576px){.content-block__link{padding:8px 16px}}.pros-cons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;margin-bottom:32px;width:100%}@media (max-width:576px){.pros-cons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:16px}}.pros-cons-block{-webkit-box-flex:1;background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:12px;-ms-flex:1;flex:1;padding:14px 16px}@media (max-width:576px){.pros-cons-block{padding:14px 8px}}.pros-cons-block__title{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin-bottom:12px;width:100%}@media (max-width:576px){.pros-cons-block__title{font-size:16px;margin-bottom:8px}}.pros-cons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}@media (max-width:576px){.pros-cons-list{gap:8px}}.pros-cons-list_pros .pros-cons-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2300A723'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.249 12.754v3.75a.75.75 0 1 0 1.5 0v-3.751h3.75a.75.75 0 0 0 0-1.5h-3.75v-3.75a.749.749 0 1 0-1.5 0v3.75H7.5a.75.75 0 1 0 0 1.5z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M6 6h12v12H6z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media (max-width:576px){.pros-cons-list_pros .pros-cons-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2300A723'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.248 10.754v3.75a.75.75 0 1 0 1.5 0v-3.751h3.75a.75.75 0 0 0 0-1.5h-3.75v-3.75a.75.75 0 1 0-1.5 0v3.75h-3.75a.75.75 0 1 0 0 1.5z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4 4h12v12H4z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}}.pros-cons-list_cons .pros-cons-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23FF5252'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.5 12.754h3.748l1.5-.001h3.75a.75.75 0 1 0 0-1.5h-9a.75.75 0 1 0 .001 1.5' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M6 6h12v12H6z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media (max-width:576px){.pros-cons-list_cons .pros-cons-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FF5252'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.5 10.754h3.748l1.5-.001h3.75a.75.75 0 1 0 0-1.5h-9a.75.75 0 1 0 .001 1.5' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4 4h12v12H4z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}}.pros-cons-item:before{content:"";height:20px;margin-right:8px;position:relative;top:5px;width:20px}@media (max-width:576px){.pros-cons-item:before{margin-right:6px;top:3px}}.pros-cons-three{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;margin-bottom:32px;position:relative;width:100%}@media (max-width:576px){.pros-cons-three{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:32px;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:16px}}.pros-cons-three-block{border-radius:12px;padding:14px 16px;-webkit-box-flex:1;background:var(--color-main);border:2px solid var(--color-secondary);-ms-flex:1;flex:1;position:relative}@media (max-width:576px){.pros-cons-three-block{padding:14px 8px}}.pros-cons-three-block__title{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin-bottom:24px;width:100%}@media (max-width:576px){.pros-cons-three-block__title{font-size:16px;margin-bottom:8px}}.pros-cons-three-block__title:after{background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,41%,0)),to(#696969));background:linear-gradient(270deg,#69696900,#696969);content:"";height:2px;left:16px;position:absolute;top:54px;width:calc(100% - 32px)}.pros-cons-three-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}@media (max-width:576px){.pros-cons-three-list{gap:8px}}.pros-cons-three-list_pros .pros-cons-three-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Crect width='24' height='24' fill='%23fff' fill-opacity='.1' rx='4'/%3E%3Cg stroke='%230ED815' stroke-linecap='round' stroke-linejoin='round' filter='url(%23a)'%3E%3Cpath d='M12 5.584v12.833M5.583 12h12.833'/%3E%3C/g%3E%3Cg stroke='%230ED815' stroke-linecap='round' stroke-linejoin='round' filter='url(%23b)'%3E%3Cpath d='M12 5.584v12.833M5.583 12h12.833'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M12 5.584v12.833M5.583 12h12.833'/%3E%3Cdefs%3E%3Cfilter id='a' width='19.833' height='19.834' x='2.083' y='2.083' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_1779' stdDeviation='1.5'/%3E%3C/filter%3E%3Cfilter id='b' width='23.833' height='23.834' x='.083' y='.083' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_1779' stdDeviation='2.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}@media (max-width:576px){.pros-cons-three-list_pros .pros-cons-three-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none'%3E%3Crect width='20' height='20' x='1' y='1.698' fill='%23fff' fill-opacity='.1' rx='4'/%3E%3Cg stroke='%230ED815' stroke-linecap='round' stroke-linejoin='round' filter='url(%23a)'%3E%3Cpath d='M11 6.448v10.5M5.75 11.698h10.5'/%3E%3C/g%3E%3Cg stroke='%230ED815' stroke-linecap='round' stroke-linejoin='round' filter='url(%23b)'%3E%3Cpath d='M11 6.448v10.5M5.75 11.698h10.5'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M11 6.448v10.5M5.75 11.698h10.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='17.5' height='17.5' x='2.25' y='2.948' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_944' stdDeviation='1.5'/%3E%3C/filter%3E%3Cfilter id='b' width='21.5' height='21.5' x='.25' y='.948' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_944' stdDeviation='2.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}}.pros-cons-three-list_cons .pros-cons-three-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Crect width='24' height='24' fill='%23fff' fill-opacity='.1' rx='4'/%3E%3Cg filter='url(%23a)'%3E%3Cpath stroke='%23F43D3D' stroke-linecap='round' stroke-linejoin='round' d='M5.583 12h12.833'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath stroke='%23F43D3D' stroke-linecap='round' stroke-linejoin='round' d='M5.583 12h12.833'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath stroke='%23F50555' stroke-linecap='round' stroke-linejoin='round' d='M5.583 12h12.833'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M5.583 12h12.833'/%3E%3Cdefs%3E%3Cfilter id='a' width='19.833' height='7' x='2.083' y='8.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_1716' stdDeviation='1.5'/%3E%3C/filter%3E%3Cfilter id='b' width='23.833' height='11' x='.083' y='6.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_1716' stdDeviation='2.5'/%3E%3C/filter%3E%3Cfilter id='c' width='23.833' height='11' x='.083' y='6.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_1716' stdDeviation='2.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}@media (max-width:576px){.pros-cons-three-list_cons .pros-cons-three-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3E%3Crect width='20' height='20' x='1' y='.698' fill='%23fff' fill-opacity='.1' rx='4'/%3E%3Cg filter='url(%23a)'%3E%3Cpath stroke='%23F43D3D' stroke-linecap='round' stroke-linejoin='round' d='M5.75 10.698h10.5'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath stroke='%23F43D3D' stroke-linecap='round' stroke-linejoin='round' d='M5.75 10.698h10.5'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath stroke='%23F43D3D' stroke-linecap='round' stroke-linejoin='round' d='M5.75 10.698h10.5'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M5.75 10.698h10.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='17.5' height='7' x='2.25' y='7.198' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_2339' stdDeviation='1.5'/%3E%3C/filter%3E%3Cfilter id='b' width='21.5' height='11' x='.25' y='5.198' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_2339' stdDeviation='2.5'/%3E%3C/filter%3E%3Cfilter id='c' width='21.5' height='11' x='.25' y='5.198' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2448_2339' stdDeviation='2.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")}}.pros-cons-three-item:before{content:"";height:20px;margin-right:8px;position:relative;top:5px;width:20px}@media (max-width:576px){.pros-cons-three-item:before{margin-right:6px;top:3px}}.faq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:32px}@media (max-width:576px){.faq{gap:12px}}.faq-item{border:2px solid var(--color-main);border-radius:8px;cursor:pointer;padding:24px 20px;width:100%}@media (max-width:576px){.faq-item{padding:12px}}.faq-item-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.faq-item-question__text{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin:0 16px 0 0}@media (max-width:576px){.faq-item-question__text{font-size:16px}}.faq-item-question__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:2px solid var(--color-main);border-radius:24px;height:24px;justify-content:center;width:24px}@media (max-width:576px){.faq-item-question__icon{height:20px;min-width:20px;width:20px}}.faq-item-question__icon-minus,.faq-item.active .faq-item-question__icon-plus{display:none}.faq-item.active .faq-item-question__icon-minus{display:block}.faq-item-question svg{height:16px;-webkit-transition:.3s;transition:.3s;width:16px}@media (max-width:576px){.faq-item-question svg{height:12px;width:12px}}.faq-item-question svg path{fill:var(--color-main)}.faq-item-answer{display:none;line-height:140%;margin-top:12px}.faq-item.active .faq-item-answer{display:block}.faq-three{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:32px}@media (max-width:576px){.faq-three{gap:12px}}.faq-three-item{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border:2px solid var(--color-secondary);border-radius:8px;cursor:pointer;padding:24px 20px;width:100%}.faq-three-item.active>.faq-three-item-question:after{background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,41%,0)),to(#696969));background:linear-gradient(270deg,#69696900,#696969);content:"";height:2px;position:absolute;top:calc(100% + 10px);width:calc(100% - 32px)}@media (max-width:576px){.faq-three-item{padding:12px}}.faq-three-item-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.faq-three-item-question__text{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin:0 16px 0 0}@media (max-width:576px){.faq-three-item-question__text{font-size:16px}}.faq-three-item-question__icon{background-color:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:4px;height:24px;width:24px}@media (max-width:576px){.faq-three-item-question__icon{height:20px;min-width:20px;width:20px}}.faq-three-item-question__icon-minus,.faq-three-item.active .faq-three-item-question__icon-plus{display:none}.faq-three-item.active .faq-three-item-question__icon-minus{display:block}.faq-three-item-question svg{height:24px;-webkit-transition:.3s;transition:.3s;width:24px}@media (max-width:576px){.faq-three-item-question svg{height:12px;width:12px}}.faq-three-item-answer{display:none;line-height:140%;margin-top:20px}.faq-three-item.active .faq-three-item-answer{display:block}.author{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:12px;margin-bottom:60px;padding:20px 27px;position:relative}@media (max-width:576px){.author{border-radius:8px;margin-bottom:44px;padding:20px 12px}}.author-bage{font-size:14px;margin-bottom:16px}@media (max-width:576px){.author-bage{display:none}}.author-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:576px){.author-header{margin-bottom:12px}}.author-info{margin-right:40px;padding-right:40px;position:relative}.author-info:after{background-color:currentcolor;content:"";height:44px;position:absolute;right:0;top:0;width:1px}@media (max-width:576px){.author-info{margin-right:32px;padding-right:0}.author-info:after{display:none}}.author__img{border-radius:50px;height:64px;margin-right:20px;-o-object-fit:cover;object-fit:cover;position:relative;width:64px}@media (max-width:576px){.author__img{height:44px;margin-right:16px;width:44px}}.author__name{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%}@media (max-width:576px){.author__name{font-size:14px}}.author__pos{line-height:140%}@media (max-width:576px){.author__pos{font-size:14px}}.author-person{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.author-person:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M7.883 1.324a2.354 2.354 0 0 1 4.234 0l.292.586a2.36 2.36 0 0 0 2.595 1.274l.632-.133c1.902-.399 3.444 1.572 2.64 3.374l-.268.599a2.45 2.45 0 0 0 .64 2.862l.496.421c1.492 1.268.942 3.725-.942 4.207l-.625.16a2.41 2.41 0 0 0-1.796 2.296l-.014.658c-.042 1.979-2.27 3.073-3.814 1.872l-.513-.399a2.34 2.34 0 0 0-2.88 0l-.513.399c-1.544 1.2-3.772.107-3.814-1.872l-.014-.658a2.41 2.41 0 0 0-1.796-2.295l-.625-.16c-1.884-.483-2.434-2.94-.942-4.208l.495-.42a2.45 2.45 0 0 0 .641-2.863l-.267-.599c-.805-1.802.737-3.773 2.64-3.374l.631.133A2.36 2.36 0 0 0 7.591 1.91z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.182 6.896a.78.78 0 0 1 0 1.104l-5.856 5.856a.834.834 0 0 1-1.178 0l-2.91-2.909a.782.782 0 1 1 1.105-1.104l2.394 2.393 5.34-5.34a.78.78 0 0 1 1.105 0' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='16.667' x2='2.5' y1='20.833' y2='.833' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234481EB'/%3E%3Cstop offset='1' stop-color='%2304BEFE'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");left:47px;position:absolute;top:0}@media (max-width:576px){.author-person:after{left:30px}}.author-socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:576px){.author-socials{gap:8px}}.author-socials__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid;border-radius:40px;color:var(--color-text-main,#2b2b2d);height:40px;justify-content:center;width:40px}.author-socials__item svg [fill]{fill:currentcolor}.author-socials__item:hover{border-color:var(--color-secondary)}.author-socials__item:hover svg [fill]{fill:var(--color-secondary)}@media (max-width:576px){.author-socials__item{border:none;height:32px;width:32px}}.author-socials__item svg{height:100%;width:100%}.author-body{margin-bottom:16px}@media (max-width:576px){.author-body{margin-bottom:8px}}.author-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:375px){.author-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.author-update{font-size:14px}.author-date{font-size:16px;font-weight:700;margin-left:8px}@media (max-width:576px){.author-date{font-size:14px;margin-left:0}}.author__disclaimer{width:110px}@media (max-width:576px){.author__disclaimer{width:74px}}@media (max-width:375px){.author__disclaimer{margin:12px auto 0}}.steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:16px;width:100%}@media (max-width:576px){.steps{gap:16px}}.steps-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:12px;padding:20px;width:100%}@media (max-width:1024px){.steps-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:576px){.steps-item{border-radius:8px;padding:20px 12px}}.steps-item:after,.steps-item:before{background:#d2d2d2;content:"";height:50%;left:42px;position:absolute;width:4px}@media (max-width:1024px){.steps-item:after,.steps-item:before{left:auto;right:42px}}@media (max-width:576px){.steps-item:after,.steps-item:before{right:30px}}.steps-item:before{top:0}@media (max-width:1024px){.steps-item:before{height:20px}}.steps-item:after{bottom:-20px;height:calc(50% + 20px)}@media (max-width:1024px){.steps-item:after{height:100%}}.steps-item:first-of-type:before{display:none}.steps-item:last-of-type:after{display:none}.steps-item__number{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:var(--color-secondary);border-radius:48px;color:#fff;font-size:24px;font-weight:700;height:48px;justify-content:center;margin-right:24px;min-width:48px;width:48px}@media (max-width:1024px){.steps-item__number{margin-right:0;position:absolute;right:20px;top:20px}}@media (max-width:576px){.steps-item__number{height:40px;min-width:40px;right:12px;width:40px}}.steps-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:36px}@media (max-width:1024px){.steps-item__content{margin-bottom:16px;margin-right:0;width:calc(100% - 60px)}}.steps-item__title{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin-bottom:8px}.steps-item__image{border-radius:10px;-o-object-fit:cover;object-fit:cover;width:337px}@media (max-width:1024px){.steps-item__image{max-width:264px;width:calc(100% - 60px)}}.steps-three{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:16px;width:100%}@media (max-width:576px){.steps-three{gap:16px}}.steps-three-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:12px;padding:20px;width:100%}@media (max-width:1024px){.steps-three-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:576px){.steps-three-item{border-radius:8px;padding:20px 12px}}.steps-three-item:after,.steps-three-item:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='232' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23F50555' d='M8 8.392h1v215H8z'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='%23F50555' d='M8 8.392h1v215H8z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M8 8.392h1v215H8z'/%3E%3Cdefs%3E%3Cfilter id='a' width='17' height='231' x='0' y='.392' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1282_2192' stdDeviation='4'/%3E%3C/filter%3E%3Cfilter id='b' width='17' height='231' x='0' y='.392' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1282_2192' stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 50%;background-size:cover;content:"";height:50%;position:absolute;width:50px}@media (max-width:1024px){.steps-three-item:after,.steps-three-item:before{right:20px}}@media (max-width:576px){.steps-three-item:after,.steps-three-item:before{display:none}}.steps-three-item:before{height:calc(50% - 20px);top:0}.steps-three-item:after{height:50%;top:calc(50% + 20px)}.steps-three-item:first-of-type:before{display:none}.steps-three-item:last-of-type:after{display:none}.steps-three-item__number{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='80' height='80' x='0' y='.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='10'/%3E%3C/filter%3E%3Cfilter id='b' width='56' height='56' x='12' y='12.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='4'/%3E%3C/filter%3E%3Cfilter id='c' width='56' height='56' x='12' y='12.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 50%;color:#fff;font-size:24px;font-weight:700;height:48px;justify-content:center;margin-right:24px;min-width:48px;width:48px}@media (max-width:1024px){.steps-three-item__number{margin-right:0;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:576px){.steps-three-item__number{background-size:170%;font-size:16px;height:28px;left:12px;min-width:28px;top:unset;-webkit-transform:unset;-ms-transform:unset;transform:unset;width:28px}}.steps-three-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:36px}@media (max-width:1024px){.steps-three-item__content{margin-bottom:16px;margin-right:0;width:calc(100% - 60px)}}.steps-three-item__title{font-family:Visuelt Pro,sans-serif;font-size:20px;font-weight:700;line-height:140%;margin-bottom:8px}@media (max-width:576px){.steps-three-item__title{margin-left:40px}}.steps-three-item__image{border-radius:10px;-o-object-fit:cover;object-fit:cover;width:337px}@media (max-width:1024px){.steps-three-item__image{max-width:264px;width:calc(100% - 60px)}}.bulleted-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media (max-width:1024px){.bulleted-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.bulleted-list__text{margin-bottom:16px}.bulleted-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.bulleted-list__item,.bulleted-list__list{display:-webkit-box;display:-ms-flexbox;display:flex}.bulleted-list__item{gap:12px}.bulleted-list__item-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid;border-radius:20px;font-size:14px;font-weight:600;height:20px;justify-content:center;margin-top:3px;min-width:20px;width:20px}.bulleted-list__image{min-width:400px;-o-object-fit:cover;object-fit:cover;width:400px}@media (max-width:576px){.bulleted-list__image{min-width:auto}}.banner{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--color-banner-bg);background-repeat:no-repeat;background-size:cover;border-radius:12px;justify-content:space-between;margin-bottom:24px;padding:90px 0;width:100%}@media (max-width:768px){.banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-position:50%;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:20px;padding:40px 12px}}.banner__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));justify-content:center;min-height:230px;padding:32px}.banner__box:first-of-type{border-radius:0 10px 10px 0;max-width:800px}.banner__box:last-of-type{border-radius:10px 0 0 10px}@media (max-width:768px){.banner__box{border-radius:8px!important;min-height:auto;padding:16px 8px;width:100%}}.banner__title{line-height:normal;margin-bottom:12px}@media (max-width:1352px){.banner__title{font-size:36px}}@media (max-width:768px){.banner__title{font-size:24px;margin-bottom:8px}}.banner__title span{color:var(--color-secondary)}.banner__box_bonus{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner__bonus-icon{position:absolute;right:16px;top:-36px}@media (max-width:768px){.banner__bonus-icon{display:none}}.banner__bonus-icon svg path[fill]{fill:var(--color-main)}.banner__bonus-value{color:var(--color-text-accent);font-size:48px;font-weight:800;line-height:132%;margin-bottom:10px}@media (max-width:1352px){.banner__bonus-value{font-size:36px}}.banner__bonus-text{font-size:20px;font-weight:700;line-height:28px;margin-bottom:20px;text-align:center}@media (max-width:1352px){.banner__bonus-text{font-size:16px}}.banner-two{background:var(--color-svg-banner);border-radius:20px;margin-bottom:24px;overflow:hidden}@media (max-width:768px){.banner-two{border-radius:12px}}.banner-two__area{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px 65px;-webkit-box-pack:justify;-ms-flex-pack:justify;background-size:cover;justify-content:space-between}@media (max-width:768px){.banner-two__area{display:block;padding:24px 12px;text-align:center}}.banner-two__box{margin-right:60px;max-width:820px;width:100%}@media (max-width:1024px){.banner-two__box{margin-right:20px}}@media (max-width:768px){.banner-two__box{margin-bottom:16px;margin-right:0;max-width:100%}}.banner-two__title{color:#fff;font-size:52px;font-weight:700;line-height:67px;margin-bottom:4px}@media (max-width:1352px){.banner-two__title{font-size:36px;line-height:112%}}@media (max-width:768px){.banner-two__title{font-size:28px;line-height:112%;margin-bottom:2px;text-align:left}}.banner-two__title span{color:var(--color-secondary)}.banner-two__description{color:#fff;font-size:16px;line-height:152%;margin-bottom:24px;max-width:700px;width:100%}@media (max-width:1024px){.banner-two__description{line-height:140%;margin-bottom:16px;text-align:left}}.banner-two__bonus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:12px;-ms-flex-direction:column;flex-direction:column;min-width:373px;padding:18px 28px 24px}@media (max-width:768px){.banner-two__bonus{min-width:100%;padding:12px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.banner-two__bonus-icon{height:64px;position:absolute;right:-16px;top:-20px;width:64px}@media (max-width:1024px){.banner-two__bonus-icon{height:48px;right:-8px;top:-8px;width:48px}}.banner-two__bonus-icon svg{height:100%;width:100%}.banner-two__bonus-icon svg path[fill]{fill:var(--color-main)}.banner-two__bonus-value{color:var(--color-text-accent);font-size:48px;font-weight:800;line-height:132%;margin-bottom:4px;padding-left:60px;position:relative}@media (max-width:1024px){.banner-two__bonus-value{font-size:32px;margin-bottom:0;padding-left:36px}}.banner-two__bonus-value:before{background-image:url(./ic_gift.BiXhOhKb.png);background-size:100% 100%;content:"";height:48px;left:0;position:absolute;top:calc(50% - 24px);width:48px}@media (max-width:1024px){.banner-two__bonus-value:before{height:32px;top:calc(50% - 16px);width:32px}}.banner-two__bonus-text{color:#fff;font-size:20px;font-weight:700;line-height:140%;margin-bottom:12px}@media (max-width:1024px){.banner-two__bonus-text{font-size:16px}}.banner-two__image{height:300px;margin-top:24px;width:300px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1024px){.banner-two__image{height:200px;margin-top:0;width:200px}}.banner-three{background:var(--color-svg-banner);background-position:50%;background-size:contain;border-radius:20px;margin-bottom:24px;margin-left:calc(-50vw + 50%);overflow:hidden;width:100vw}@media (max-width:1352px){.banner-three{background-size:cover}}@media (max-width:1024px){.banner-three{background:none!important}}.banner-three__area{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px 65px;-webkit-box-pack:center;-ms-flex-pack:center;background-size:cover;justify-content:center}@media (max-width:768px){.banner-three__area{display:block;padding:24px 12px;text-align:center}}.banner-three__box{margin-right:60px;max-width:820px;width:100%}@media (max-width:1024px){.banner-three__box{margin-right:20px}}@media (max-width:768px){.banner-three__box{margin-bottom:16px;margin-right:0;max-width:100%}}.banner-three__box .custom-button{border-radius:20px;display:block;min-width:100%;overflow:hidden;position:relative;text-align:center}.banner-three__box .custom-button:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.banner-three__box .custom-button:active{-webkit-filter:contrast(200%) saturate(50%);filter:contrast(200%) saturate(50%)}.banner-three__box .custom-button:after{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ripple;animation-name:ripple;border-radius:50%;-webkit-box-shadow:inset 0 0 20px 20px hsla(0,0%,100%,.4),0 0 20px 20px hsla(0,0%,100%,.4);box-shadow:inset 0 0 20px 20px #fff6,0 0 20px 20px #fff6;content:"";display:block;height:500px;left:50%;position:absolute;-webkit-transform:translate(-50%,10%);-ms-transform:translate(-50%,10%);transform:translate(-50%,10%);width:500px}@-webkit-keyframes ripple{to{height:800px;-webkit-transform:translate(-50%,-30%);transform:translate(-50%,-30%);width:800px}}@keyframes ripple{to{height:800px;-webkit-transform:translate(-50%,-30%);transform:translate(-50%,-30%);width:800px}}@media (max-width:768px){.banner-three__box .custom-button{border-radius:14px}}.banner-three__title{color:#fff;font-size:52px;font-weight:700;line-height:67px;margin-bottom:4px}@media (max-width:1352px){.banner-three__title{font-size:36px;line-height:112%}}@media (max-width:768px){.banner-three__title{font-size:28px;line-height:112%;margin-bottom:2px;text-align:left}}.banner-three__title span{color:var(--color-secondary)}.banner-three__description{color:#fff;font-size:16px;line-height:152%;margin-bottom:24px;max-width:700px;width:100%}@media (max-width:1024px){.banner-three__description{line-height:140%;margin-bottom:16px;text-align:left}}.banner-three__bonus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:373px}@media (max-width:768px){.banner-three__bonus{min-width:100%;padding:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.banner-three__bonus-value{background:var(--color-submenu-bg);border-radius:20px;color:var(--color-submenu-bg);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:48px;font-weight:900;line-height:132%;position:relative;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:10px;justify-content:center;padding:16px 20px;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;z-index:2}@media (max-width:1024px){.banner-three__bonus-value{font-size:32px;margin-bottom:0;min-width:100%;padding-left:36px}}.banner-three__bonus-value:before{background-image:url(./ic_gift.BiXhOhKb.png);background-size:100% 100%;content:"";display:inline-block;height:48px;position:relative;width:48px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1024px){.banner-three__bonus-value:before{height:32px;width:32px}}.banner-three__bonus-text{background-color:var(--color-main);border-radius:20px;color:#fff;font-size:20px;font-weight:500;line-height:140%;margin-bottom:12px;margin-top:-40px;padding:48px 20px 8px;position:relative;text-align:center;z-index:1}@media (max-width:1024px){.banner-three__bonus-text{font-size:16px;min-width:100%}}.banner-three__image{height:300px;margin-top:24px;width:300px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1024px){.banner-three__image{height:200px;margin-top:0;width:200px}}.features{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (max-width:1024px){.features{gap:8px;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.features{grid-template-columns:repeat(1,1fr)}}.features__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--color-main);border-radius:12px;color:#fff;justify-content:space-between;padding:16px;text-decoration:none}@media (max-width:576px){.features__item{padding:12px}}.features__item-title{font-weight:700;line-height:normal;margin-bottom:6px}.features__item-description{font-size:14px;font-weight:400}.features__item-icon{height:48px;width:48px}@media (max-width:576px){.features__item-icon{height:40px;width:40px}}.features-two{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (max-width:1024px){.features-two{gap:8px;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.features-two{grid-template-columns:repeat(1,1fr)}}.features-two__item{-webkit-box-flex:1;background:var(--color-border-button,#fff);border-radius:12px;-ms-flex:1;flex:1;padding:4px;text-decoration:none}@media (max-width:576px){.features-two__item{padding:2px}}.features-two__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-page-header-bg);border-radius:12px;color:#fff;gap:8px;padding:8px 12px}@media (max-width:576px){.features-two__inner{padding:10px 14px}}.features-two__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.features-two__title{color:#fff;font-size:20px;font-weight:700;line-height:140%}@media (max-width:1024px){.features-two__title{font-size:16px}}.features-two__icon{height:56px;width:56px}@media (max-width:1024px){.features-two__icon{height:40px;width:40px}}.features-three{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-border-button,#fff);border-radius:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px;width:100%}.features-three>a{position:relative}.features-three>a:after{background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,#aaa),color-stop(50%,#aaa),to(transparent));background:linear-gradient(180deg,transparent 0,#aaa 50%,#aaa 0,transparent);content:"";height:100%;position:absolute;right:0;top:0;width:1px}.features-three>a:last-child:after{display:none}@media (max-width:1024px){.features-three{gap:8px;grid-template-columns:repeat(2,1fr);padding:6px}.features-three>a:after{background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#aaa),color-stop(50%,#aaa),to(transparent));background:linear-gradient(90deg,transparent 0,#aaa 50%,#aaa 0,transparent);content:"";height:1px;top:unset;width:100%}.features-three>a:last-child:after{display:none}}@media (max-width:576px){.features-three{grid-template-columns:repeat(1,1fr)}}.features-three__item{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:4px;text-decoration:none}@media (max-width:576px){.features-three__item{padding:2px}}.features-three__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:40px;color:#fff;gap:8px;padding:8px 12px}@media (max-width:576px){.features-three__inner{padding:10px 14px}}.features-three__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.features-three__title{color:#fff;font-size:20px;font-weight:700;line-height:140%}@media (max-width:1024px){.features-three__title{font-size:16px}}.features-three__description{font-size:14px;font-weight:400}.features-three__icon{height:56px;width:56px}@media (max-width:1024px){.features-three__icon{height:40px;width:40px}}.top-slots{margin-bottom:60px;overflow:auto}.top-slots__flexbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.top-slots__card{font-family:sans-serif;text-align:center;width:200px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.top-slots__card__image-wrapper{height:200px;overflow:hidden;position:relative}.top-slots__card__image-wrapper__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.top-slots__card__image-wrapper__image img{border-bottom-left-radius:0;border-bottom-right-radius:0;-o-object-fit:cover;object-fit:cover}.top-slots__card__image-wrapper:hover .top-slots__card__image-wrapper__image img{-webkit-filter:blur(4px);filter:blur(4px)}.top-slots__card__image-wrapper:hover .top-slots__card__image-wrapper__demo-button,.top-slots__card__image-wrapper:hover .top-slots__card__image-wrapper__play-button{opacity:1}.top-slots__card__image-wrapper__demo-button,.top-slots__card__image-wrapper__play-button{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.top-slots__card__image-wrapper__play-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-secondary);border-radius:20px;color:var(--color-text-button,#011c39);font-weight:700;gap:6px;left:50%;padding:10px 20px;position:absolute;text-decoration:none;top:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%);z-index:2}.top-slots__card__image-wrapper__play-button:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.top-slots__card__image-wrapper__play-button:active{-webkit-filter:contrast(200%) saturate(50%);filter:contrast(200%) saturate(50%)}.top-slots__card__image-wrapper__demo-button{border-bottom:2px solid var(--color-secondary);bottom:12px;color:var(--color-secondary);font-weight:700;left:50%;position:absolute;text-decoration:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);z-index:2}.top-slots__card__info{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:80px;overflow:hidden;padding:12px;text-align:left}.top-slots__card__info__title{color:var(--color-text-button,#011c39);font-size:14px;font-weight:700;line-height:1.4}.top-slots__card__info__provider{color:var(--color-text-button,#011c39);font-size:12px;opacity:.6}.play-icon{margin-left:4px}.games{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--color-text-button,#011c39);-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:sans-serif;-webkit-box-pack:center;-ms-flex-pack:center;gap:20px;justify-content:center;margin-bottom:60px}.games,.games__card{border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.games__card{height:210px;overflow:hidden}.games__card__image{position:relative;width:210px}.games__card__image__nomination{background:#000000b3;border-radius:0 0 12px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700;left:50%;padding:4px 10px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5px}.games__card__image__nomination img{width:20px}.games__card__image__preview{display:block;height:100%;-o-object-fit:cover;object-fit:cover}.games__card__info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;width:210px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));-ms-flex:1;flex:1}.games__card__info__stats__title{display:block;font-size:16px;font-weight:700}.games__card__info__stats__list{font-size:12px;line-height:1.4;list-style-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 16 10'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='8.333' cy='8' r='3' stroke='%23F50555' stroke-width='3'/%3E%3C/g%3E%3Ccircle cx='8.333' cy='8' r='3' stroke='%23fff'/%3E%3Cdefs%3E%3Cfilter id='a' width='15' height='15' x='.833' y='.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2635_403' stdDeviation='1.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")!important;margin:0;padding-left:20px}.games__card__info__stats__list>li{margin:0}.games__card__info__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:10px;justify-content:space-between}.games__card__info__buttons__info,.games__card__info__buttons__play{border-radius:10px;display:inline-block;font-size:14px;font-weight:700;padding:6px 16px;text-align:center;text-decoration:none;-webkit-transition:background .3s ease;transition:background .3s ease;width:50%}.games__card__info__buttons__info{background-color:transparent;border:2px solid var(--color-text-header-footer,#fff);color:var(--color-text-button,#011c39)}.games__card__info__buttons__info:hover{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));-webkit-filter:brightness(1.2);filter:brightness(1.2)}.games__card__info__buttons__info:active{-webkit-filter:brightness(.8);filter:brightness(.8)}.games__card__info__buttons__info:hover{background-color:var(--color-bg)}.games__card__info__buttons__play{background-color:var(--color-secondary);border:none;color:var(--color-text-button,#011c39)}.games__card__info__buttons__play:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.games__card__info__buttons__play:active{-webkit-filter:contrast(200%) saturate(50%);filter:contrast(200%) saturate(50%)}.bonuses{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 36px;-webkit-box-pack:center;-ms-flex-pack:center;gap:60px 20px;grid-template-columns:repeat(auto-fit,minmax(200px,315px));justify-content:center}.bonuses,.bonuses__card{display:-webkit-box;display:-ms-flexbox;display:flex}.bonuses__card{background-color:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border-radius:16px;color:#fff;overflow:visible;padding:120px 20px 20px;position:relative;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:4px;justify-content:space-between;width:315px}.bonuses__icon-wrapper{background-color:transparent;left:50%;position:absolute;top:-30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.bonuses__icon{height:120px;width:auto}.bonuses__title{font-size:18px;font-weight:700;margin:0}.bonuses__text{font-size:14px;line-height:1.4;margin:0;min-height:40px}.bonuses__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:10px;justify-content:center}.bonuses__button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:6px 16px;width:40%}.bonuses__button__info{background-color:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));border:1px solid var(--color-secondary);color:var(--color-text-button,#011c39)}.bonuses__button__info:hover{background:var(--color-banner-transparent-bg,hsla(0,0%,79%,.2));-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bonuses__button__info:active{-webkit-filter:brightness(.8);filter:brightness(.8)}.bonuses__button__get{background-color:var(--color-secondary);color:var(--color-text-button,#011c39)}.bonuses__button__get:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bonuses__button__get:active{-webkit-filter:contrast(200%) saturate(50%);filter:contrast(200%) saturate(50%)}.screenshot-bulleted-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;background:url(./mockup-background.j1AQSfBH.svg) no-repeat;justify-content:space-between;margin-bottom:60px;position:relative}@media (min-width:1024px){.screenshot-bulleted-list:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;background-position-x:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.screenshot-bulleted-list:nth-of-type(odd){-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-position-x:100%;-ms-flex-direction:row;flex-direction:row}.screenshot-bulleted-list:nth-of-type(odd)+h3{margin-left:40%}.screenshot-bulleted-list__content{width:60%}}@media (max-width:1024px){.screenshot-bulleted-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-position:50% 100%;-ms-flex-direction:column;flex-direction:column}}.screenshot-bulleted-list__text{-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;margin-bottom:16px;overflow-wrap:break-word;word-break:break-word}.screenshot-bulleted-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.screenshot-bulleted-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;position:relative}.screenshot-bulleted-list__item:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='232' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23F50555' d='M8 8.392h1v215H8z'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='%23F50555' d='M8 8.392h1v215H8z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M8 8.392h1v215H8z'/%3E%3Cdefs%3E%3Cfilter id='a' width='17' height='231' x='0' y='.392' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1282_2192' stdDeviation='4'/%3E%3C/filter%3E%3Cfilter id='b' width='17' height='231' x='0' y='.392' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1282_2192' stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 50%;background-size:cover;content:"";height:calc(100% - 11px);position:absolute;top:27px;width:28px}.screenshot-bulleted-list__item:last-of-type:after{display:none}.screenshot-bulleted-list__item-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23F50555' rx='7.5'/%3E%3C/g%3E%3Crect width='39' height='39' x='20.5' y='21.003' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='80' height='80' x='0' y='.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='10'/%3E%3C/filter%3E%3Cfilter id='b' width='56' height='56' x='12' y='12.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='4'/%3E%3C/filter%3E%3Cfilter id='c' width='56' height='56' x='12' y='12.503' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1224_4579' stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 50%;background-size:180%;font-size:16px;font-weight:600;height:28px;justify-content:center;min-width:28px;width:28px}.screenshot-bulleted-list__image{min-width:400px;-o-object-fit:cover;object-fit:cover;width:400px}@media (max-width:576px){.screenshot-bulleted-list__image{min-width:auto}}.mockup{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;overflow:hidden;position:relative}.mockup__background{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:220px}.mockup__overlay{overflow:hidden;position:absolute}.mockup__overlay-image{background:transparent;border-radius:unset;height:auto;-o-object-fit:contain;object-fit:contain}.mockup__text{color:#000;font-weight:400;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}
