#splash { background: linear-gradient(89.86deg, #5940f1 8.6%, #ce00ff 99.86%); } #bigmessage { font-size: 2em; color: #fff; text-align: center; } #main_page_text { background: rgba(255, 255, 255, .8); border-radius: 8px; height: 64px; }

.htmx-indicator{opacity:0}      .htmx-request .htmx-indicator{opacity:1; transition: opacity 200ms ease-in;}      .htmx-request.htmx-indicator{opacity:1; transition: opacity 200ms ease-in;}

.download_with_app_header div#imgcont { position: absolute; left: 1em; top: 0.6em; width: 26px; height: 26px; background: linear-gradient(-75deg, rgba(89, 64, 241, 0.5), rgba(206, 0, 255, 0.5)); border-radius: 50%; } #imgcont img { padding: 0; } #twt_promo_image a { text-decoration: none; color: #fff; min-height: 45px; max-height: 45px; display: block; background: #5940f1; box-shadow: 0px 0px 15px -3px rgba(89, 64, 241, 1); border: 0; border-radius: 8px; font-style: normal; text-align: center; font-size: 15px; font-weight: bold; margin: 0 !important; position: relative; background: linear-gradient(-45deg, #5940f1, #ce00ff, #338aff, #2200ff); background-size: 600%; -webkit-animation: anime 10s linear infinite; animation: anime 10s linear infinite; } #twt_promo_image a:hover { text-decoration: underline; } @-webkit-keyframes anime { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes anime { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } #twt_promo_image a span { padding: 1em 1.5em 1em 3.5em; display: block; } @media (min-width: 1280px) { #twt_promo_image { margin-right: 1.5em; } } @media (max-width: 480px) { .ja .download_with_app_header div#imgcont { top: 0.8em; } .ja #twt_promo_image a span { padding: 1.3em 1.3em 1em 4em; } .ja .sss div { display: none; } #twt_promo_image a { font-size: 14px; } .ja #twt_promo_image a { font-size: 12px; } }

/* https://ssstik.io/css/ssstik/style.min.css?v=21may2026 */
html { line-height: 1.15; text-size-adjust: 100%; }
body { margin: 0px; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0px; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
b, strong { font-weight: bolder; }
code { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0px; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="button"], [type="submit"], button { appearance: button; }
textarea { overflow: auto; }
[type="checkbox"] { box-sizing: border-box; padding: 0px; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
[hidden] { display: none; }
html { font-family: sans-serif; }
.hidden, [hidden] { display: none !important; }
.pure-g { letter-spacing: -0.31em; text-rendering: optimizespeed; font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: wrap; align-content: flex-start; }
.pure-g { word-spacing: -0.43em; }
.pure-u { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; }
.pure-g [class*="pure-u"] { font-family: sans-serif; }
.pure-u-1, .pure-u-12-24, .pure-u-14-24, .pure-u-18-24, .pure-u-20-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24 { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; }
.pure-u-4-24 { width: 16.6667%; }
.pure-u-5-24 { width: 20.8333%; }
.pure-u-6-24 { width: 25%; }
.pure-u-12-24 { width: 50%; }
.pure-u-14-24 { width: 58.3333%; }
.pure-u-18-24 { width: 75%; }
.pure-u-20-24 { width: 83.3333%; }
.pure-u-1 { width: 100%; }
.pure-button { display: inline-block; line-height: normal; white-space: nowrap; vertical-align: middle; text-align: center; cursor: pointer; -webkit-user-drag: none; user-select: none; box-sizing: border-box; }
.pure-button { font-family: inherit; font-size: 100%; padding: 0.5em 1em; color: rgba(0, 0, 0, 0.8); border: transparent; background-color: rgb(230, 230, 230); text-decoration: none; border-radius: 2px; }
.pure-button:focus, .pure-button:hover { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }
.pure-button:focus { outline: 0px; }
.pure-button:active { box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.2) 0px 0px 6px inset; border-color: rgb(0, 0, 0); }
.pure-button[disabled] { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background-image: none; opacity: 0.4; cursor: not-allowed; box-shadow: none; pointer-events: none; }
.pure-button-primary, a.pure-button-primary { background-color: rgb(0, 120, 231); color: rgb(255, 255, 255); }
.pure-form input[type="color"], .pure-form input[type="date"], .pure-form input[type="email"], .pure-form input[type="number"], .pure-form input[type="tel"], .pure-form input[type="text"], .pure-form input[type="time"], .pure-form input[type="url"], .pure-form input[type="week"], .pure-form select, .pure-form textarea { padding: 0.5em 0.6em; display: inline-block; border: 1px solid rgb(204, 204, 204); box-shadow: rgb(221, 221, 221) 0px 1px 3px inset; border-radius: 4px; vertical-align: middle; box-sizing: border-box; }
.pure-form input:not([type]) { padding: 0.5em 0.6em; display: inline-block; border: 1px solid rgb(204, 204, 204); box-shadow: rgb(221, 221, 221) 0px 1px 3px inset; border-radius: 4px; box-sizing: border-box; }
.pure-form input[type="color"] { padding: 0.2em 0.5em; }
.pure-form input[type="color"]:focus, .pure-form input[type="date"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="number"]:focus, .pure-form input[type="tel"]:focus, .pure-form input[type="text"]:focus, .pure-form input[type="time"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="week"]:focus, .pure-form select:focus, .pure-form textarea:focus { outline: 0px; border-color: rgb(18, 159, 234); }
.pure-form input:not([type]):focus { outline: 0px; border-color: rgb(18, 159, 234); }
.pure-form input[type="checkbox"]:focus, .pure-form input[type="file"]:focus { outline: rgb(18, 159, 234) auto 1px; }
.pure-form input[type="color"][disabled], .pure-form input[type="date"][disabled], .pure-form input[type="email"][disabled], .pure-form input[type="number"][disabled], .pure-form input[type="tel"][disabled], .pure-form input[type="text"][disabled], .pure-form input[type="time"][disabled], .pure-form input[type="url"][disabled], .pure-form input[type="week"][disabled], .pure-form select[disabled], .pure-form textarea[disabled] { cursor: not-allowed; background-color: rgb(234, 237, 237); color: rgb(202, 210, 211); }
.pure-form input:not([type])[disabled] { cursor: not-allowed; background-color: rgb(234, 237, 237); color: rgb(202, 210, 211); }
.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid { color: rgb(185, 74, 72); border-color: rgb(233, 50, 45); }
.pure-form input[type="checkbox"]:focus:invalid:focus, .pure-form input[type="file"]:focus:invalid:focus { outline-color: rgb(233, 50, 45); }
.pure-form select { height: 2.25em; border: 1px solid rgb(204, 204, 204); background-color: rgb(255, 255, 255); }
.pure-form select[multiple] { height: auto; }
.pure-form label { margin: 0.5em 0px 0.2em; }
@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] { margin: 0.7em 0px 0px; }
  .pure-form input:not([type]), .pure-form input[type="color"], .pure-form input[type="date"], .pure-form input[type="email"], .pure-form input[type="number"], .pure-form input[type="tel"], .pure-form input[type="text"], .pure-form input[type="time"], .pure-form input[type="url"], .pure-form input[type="week"], .pure-form label { margin-bottom: 0.3em; display: block; }
}
.pure-menu { box-sizing: border-box; }
.pure-menu-fixed { position: fixed; left: 0px; top: 0px; z-index: 3; }
.pure-menu-item, .pure-menu-list { position: relative; }
.pure-menu-list { list-style: none; margin: 0px; padding: 0px; }
.pure-menu-item { padding: 0px; margin: 0px; height: 100%; }
.pure-menu-heading, .pure-menu-link { display: block; text-decoration: none; white-space: nowrap; }
.pure-menu-horizontal { width: 100%; white-space: nowrap; }
.pure-menu-horizontal .pure-menu-list { display: inline-block; }
.pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item { display: inline-block; vertical-align: middle; }
.pure-menu-item .pure-menu-item { display: block; }
.pure-menu-children { display: none; position: absolute; left: 100%; top: 0px; margin: 0px; padding: 0px; z-index: 3; }
.pure-menu-horizontal .pure-menu-children { left: 0px; top: auto; width: inherit; }
.pure-menu-heading { text-transform: uppercase; color: rgb(86, 93, 100); }
.pure-menu-link { color: rgb(119, 119, 119); }
.pure-menu-children { background-color: rgb(255, 255, 255); }
.pure-menu-heading, .pure-menu-link { padding: 0.5em 1em; }
.pure-menu-link:focus, .pure-menu-link:hover { background-color: rgb(238, 238, 238); }
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-18-24, .pure-u-sm-2-24, .pure-u-sm-20-24, .pure-u-sm-22-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-6-24 { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; }
  .pure-u-sm-1-24 { width: 4.1667%; }
  .pure-u-sm-2-24 { width: 8.3333%; }
  .pure-u-sm-3-24 { width: 12.5%; }
  .pure-u-sm-6-24 { width: 25%; }
  .pure-u-sm-1-3 { width: 33.3333%; }
  .pure-u-sm-10-24 { width: 41.6667%; }
  .pure-u-sm-11-24 { width: 45.8333%; }
  .pure-u-sm-1-2, .pure-u-sm-12-24 { width: 50%; }
  .pure-u-sm-18-24 { width: 75%; }
  .pure-u-sm-20-24 { width: 83.3333%; }
  .pure-u-sm-22-24 { width: 91.6667%; }
  .pure-u-sm-24-24 { width: 100%; }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-10-24, .pure-u-md-12-24, .pure-u-md-14-24, .pure-u-md-2-24, .pure-u-md-20-24, .pure-u-md-5-24 { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; }
  .pure-u-md-1-24 { width: 4.1667%; }
  .pure-u-md-2-24 { width: 8.3333%; }
  .pure-u-md-5-24 { width: 20.8333%; }
  .pure-u-md-1-3 { width: 33.3333%; }
  .pure-u-md-10-24 { width: 41.6667%; }
  .pure-u-md-12-24 { width: 50%; }
  .pure-u-md-14-24 { width: 58.3333%; }
  .pure-u-md-20-24 { width: 83.3333%; }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1-4, .pure-u-lg-18-24, .pure-u-lg-3-24 { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; }
  .pure-u-lg-3-24 { width: 12.5%; }
  .pure-u-lg-1-4 { width: 25%; }
  .pure-u-lg-18-24 { width: 75%; }
}
* { box-sizing: border-box; }
body { font-size: 1em; color: rgb(42, 42, 42); min-width: 320px; }
.home-menu { min-width: 320px; }
h1, h2, h3, h4, label { color: rgb(0, 0, 0); }
h4.h4 { color: rgb(37, 46, 105); font-style: normal; font-size: 0.9em; line-height: 100%; }
.panel h1, .panel h2, .panel h3, .panel h4 { text-transform: uppercase; }
.ribbon h1, .ribbon h2, .ribbon h3, .ribbon h4, .ribbon label { color: rgb(242, 242, 242); border-left: 5px solid rgb(255, 255, 255); padding-left: 0.5em; }
#splash #errorContainer { margin-bottom: 0.5em; background: rgb(255, 255, 255); text-align: initial; }
#splash #errorContainer.info { border-left: 5px solid rgb(31, 141, 214); }
#splash #errorContainer.success { border-left: 5px solid rgb(190, 223, 32); }
#splash #errorContainer.warning { border-left: 5px solid rgb(223, 48, 32); }
a:focus { text-decoration: underline; }
.l-box { padding: 1em; }
.l-box-lrg { padding: 2em; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.is-center { text-align: center; }
.is-icon { background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.u-r { float: right; }
.u-l { float: left; }
.u-m-bottom { margin-bottom: 0.5em; }
.u-fw { width: 100%; }
.u-bl { display: block; }
.dl-button { margin: 0.5em 0px; }
.u-oh { overflow: hidden; }
.u-smaller-text { font-size: 0.8em; line-height: 1.3em; }
.u-bigger-text { font-size: 1.1em; }
.u-mtop { margin-top: 5em; }
.u-shadow--black { box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 35px 10px; }
pre { display: block; padding: 1em; margin: 0px 0px 0.5em; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; overflow: auto; }
.u-round { border-radius: 50%; }
.adcontainer_big { margin-top: 1em; }
.text-color--main { color: rgb(8, 68, 164); }
.highlights pre { margin-top: 1em; border: 0px; font-size: 0.8em; background: rgb(231, 231, 231); }
.splash-additional { border-top: 1px solid rgb(153, 153, 153); border-bottom: 1px solid rgb(153, 153, 153); background: rgb(238, 238, 238); }
hr { border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(221, 221, 221) currentcolor currentcolor; border-image: initial; }
.l-box.pure-u-1 { overflow-wrap: break-word; }
.result { background: rgb(255, 255, 255); }
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator { display: inline; }
.htmx-request.htmx-indicator { display: inline; }
#submit span:nth-child(2) { display: none; }
.htmx-request #submit span:nth-child(2) { display: inline; }
.htmx-request #submit span:first-child { display: none; }
.htmx-request #submit { background: rgb(214, 185, 31); color: rgb(0, 0, 0); }
.pure-form label { margin: 1em 0px 0px; font-weight: 700; font-size: 100%; }
.pure-form input[type] { border: 3px solid rgb(221, 221, 221); box-shadow: none; font-size: 100%; width: 100%; }
.pure-button, a.pure-button, button.pure-button { background-color: rgb(76, 168, 230); color: rgb(0, 0, 0); padding: 1em 1.5em; }
.home-menu { padding: 0px; text-align: center; background: rgb(255, 255, 255); }
.pure-menu.pure-menu-fixed { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; z-index: 4; }
.pure-menu-horizontal .pure-menu-children { width: 100%; }
#menu .pure-menu-link { white-space: normal; }
.sss { position: relative; background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 5px 0px; display: flex; align-items: center; }
.sss img { margin-right: 10px; line-height: 1; height: 32px; }
.pure-menu-fixed .standforukraine { display: flex; }
.pure-menu-fixed .standforukraine i { flex: 1 1 0%; display: inline-block; height: 2px; }
.standforukraine i { background-color: rgb(255, 221, 0); }
.standforukraine i:first-child { background-color: rgb(0, 87, 183); }
.home-menu .pure-menu-heading { color: rgb(255, 255, 255); font-weight: 700; font-size: 1.1em; letter-spacing: -1px; }
.home-menu .pure-menu-heading span { display: inline-block; color: rgb(255, 255, 255); margin-left: -0.5px; opacity: 0.95; }
.home-menu a { color: rgb(36, 45, 169); }
.home-menu li a:focus, .home-menu li a:hover { background: 0px 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgb(142, 85, 216); }
#menuToggle input { display: none; }
#menuToggle #menu { background: rgb(250, 250, 250); border-top: 1px solid rgb(243, 242, 241); }
.footer .pure-menu-link:hover { background: 0px 0px; border-bottom: 2px solid rgb(255, 255, 255); color: rgb(255, 255, 255); }
.footer .pure-menu-link:focus { background: rgb(0, 0, 0); }
.footer .pure-menu-link { border-bottom: 2px solid transparent; color: rgb(204, 204, 204); }
.footer .pure-menu-list { font-size: 0.8em; }
.footer .pure-menu-item a { padding: 0.5em; }
.splash-container { background: linear-gradient(rgb(91, 0, 97) 0px, rgb(0, 61, 213) 100%); }
.splash-container.processed.error { background: linear-gradient(rgb(255, 141, 0) 0px, rgb(213, 0, 0) 100%); }
.splash-container.processed.success { background: linear-gradient(rgb(1, 98, 7) 0px, rgb(65, 189, 46) 100%); }
.splash { width: 80%; margin: 4.5em auto 0px; text-align: center; padding-bottom: 1em; }
.processed { padding-top: 2em; }
.processed .hide-after-request { display: none; }
.content { padding: 0px; }
.pure-g .content { padding: 0.5em; }
.content-head { line-height: 1.2em; }
.ribbon { background: rgb(45, 62, 80); color: rgb(255, 255, 255); }
.footer { background: rgb(17, 17, 17); bottom: 0px; width: 100%; }
.panel { background: rgb(255, 255, 255); padding: 1em; text-align: initial; line-height: 1.2em; }
.tab input { position: absolute; opacity: 0; z-index: -1; }
.tabs { border-radius: 8px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px -2px; border: 1px solid rgb(221, 221, 221); }
.tab { width: 100%; color: rgb(255, 255, 255); overflow: hidden; border-bottom: 1px solid rgb(221, 221, 221); }
.tab:last-child { border-bottom: 0px; }
.tab-label { display: flex; -webkit-box-pack: justify; justify-content: space-between; padding: 1em; font-weight: 700; cursor: pointer; }
.tab-label:hover { background: rgb(221, 221, 221); }
.tab-label::after { content: "❯"; width: 1em; height: 1em; text-align: center; transition: 0.35s; }
.tab-content { max-height: 0px; padding: 0px 1em; color: rgb(0, 0, 0); background: rgb(255, 255, 255); transition: 0.35s; }
.tab-content p { margin-top: 0px; }
input:checked + .tab-label { background: rgb(114, 94, 243); color: rgb(255, 255, 255); }
input:checked + .tab-label::after { transform: rotate(90deg); }
input:checked ~ .tab-content { max-height: 100vh; padding: 1em; }
#mainpicture { background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; padding: 0px; min-width: 280px; margin: 0px auto; }
#mainpicture .result_overlay { background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; min-width: 280px; margin: 0px auto; background-blend-mode: overlay; }
#mainpicture .trending-actions { background-color: rgba(150, 2, 155, 0.2); color: rgb(255, 255, 255); }
#mainpicture .trending-actions svg { color: rgb(255, 255, 255); margin-right: 0.5em; margin-left: 0.5em; }
#mainpicture .u-round { max-width: 100px; max-height: 100px; }
#mainpicture h2 { color: rgb(255, 255, 255); margin: 0px; line-height: 3.2em; }
.result_author { margin: 0px auto; }
.result_overlay { position: relative; background-color: rgba(20, 0, 91, 0.65); padding: 1em; display: block; }
.result_overlay_buttons { padding-left: 1em; max-width: 640px; margin: 0px auto; }
.maintext { color: rgb(255, 255, 255); overflow: hidden; font-weight: 700; font-size: 1em; clear: both; padding-top: 0.5em; }
#twt_promo { position: absolute; right: 0px; padding: 0.9em; margin: 0px; font-size: 0.8em; }
.svg-icon path, .svg-icon polygon, .svg-icon rect { fill: rgb(31, 141, 214); }
.warning .svg-icon path, .warning .svg-icon polygon, .warning .svg-icon rect { fill: rgb(223, 48, 32); }
.svg-icon circle { stroke: rgb(31, 141, 214); stroke-width: 1; }
.warning .svg-icon circle { stroke: rgb(223, 48, 32); stroke-width: 1; }
.is-icon { position: relative; }
.svg-icon { width: 2em; height: 2em; position: absolute; top: 50%; left: 50%; margin: -1em 0px 0px -1em; }
@media (min-width: 48em) {
  body { font-size: 18px; }
  .splash { width: 80%; }
  .splash-head { font-size: 125%; }
  .l-box-lrg { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
}
@media (min-width: 78em) {
  .splash-head { font-size: 150%; }
  .splash { max-width: 970px !important; }
  body { font-size: 16px; }
  .highlights { width: 75%; }
  .highlights .u-smaller-text { font-size: 1.1em; }
  #language-switcher { margin-top: -3em; }
}
@media (max-width: 56em) and (min-width: 35em) {
  .splash-container button.pure-button { font-size: 0.75em; padding: 1.5em 0px; }
}
@media (max-width: 48em) {
  .processed { padding: 0px; }
  .splash { width: 100%; padding: 0px; }
  #errorContainer, .splash form { padding-left: 1em; padding-right: 1em; }
  .result_overlay img.u-round { width: 75px; }
  #menu .pure-menu-item { display: block; }
  #menuToggle { display: block; position: absolute; z-index: 1; user-select: none; }
  #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: 1em; cursor: pointer; opacity: 0; z-index: 2; }
  #menuToggle span.bar { display: block; margin-left: 1em; width: 33px; height: 3px; margin-bottom: 4px; position: relative; background: rgb(17, 53, 97); border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s; }
  #menuToggle span.bar:first-child { transform-origin: 0px 0px; }
  #menuToggle span.bar:nth-last-child(2) { transform-origin: 0px 100%; }
  #menuToggle input:checked ~ span { opacity: 1; background: rgb(35, 35, 35); transform: rotate(45deg) translate(-6px, -7px); }
  #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }
  #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(-10px, 13px); }
  #menu { position: absolute; top: 60px; background: rgb(237, 237, 237); list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0px 0px; transform: translate(-100%, 0px); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #menu.open { transform: translate(0px, 0px); }
  #menuToggle input:checked ~ div { transform: none; }
  #menuToggle label { display: none; }
  #language-switcher { margin: 0px auto; width: 100%; }
  .splash { margin-top: 3em; }
  .footer .pure-menu-item { display: block; }
  .footer { font-size: 1.2em; }
  .highlights .responsive .content { padding: 0.5em; }
  .highlights { width: 100%; }
  .home-menu .pure-menu-heading { float: left; }
  .footer__navigation a { margin-right: 0px !important; }
  .adcontainer_big .adsbygoogle { min-height: 360px; }
}
@media (max-width: 28em) {
  .splash-head { font-size: 125%; }
}
@media (max-width: 360px) {
  #twt_promo a b { display: none; }
  #twt_promo { padding: 0.3em; }
}
.heading { font-size: 25px; line-height: 25px; color: rgb(0, 0, 0); padding-top: 50px; margin-bottom: 30px; padding-left: 20px; padding-right: 20px; }
#menuLink1 { min-width: 190px; }
section > .content-wrapper { min-height: calc(-12.8em + 100vh); }
#menuLink1:active .pure-menu-children, #menuLink1:focus .pure-menu-children { display: block; }
#language-switcher { max-width: 250px; margin: 0px auto; }
@media (max-width: 48em) {
  #language-switcher { padding: 0px; }
  .content-wrapper { min-height: calc(-21.1em + 100vh); }
}
@media screen and (min-width: 124em) {
  body { font-size: 1.15em; }
}
.adcontainer_big { min-height: 280px; }
#language-switcher .pure-menu-children { min-width: 200px; }
.trending { padding-bottom: 40px; max-width: 80%; }
.trending-video .wrapper { padding: 10px; }
.trending-video .item { border: 1px solid rgb(231, 231, 231); background: rgb(254, 248, 245); border-radius: 8px; color: rgb(122, 110, 104); display: block; text-decoration: none; }
.trending-video .item .img-wrapper { min-height: 20px; color: rgb(255, 255, 255); position: relative; background-size: cover; background-position: center center; height: 360px; background-repeat: no-repeat; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.trending-video .item .img-wrapper .info { position: absolute; bottom: 0px; width: 100%; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; font-size: 14px; line-height: 14px; }
.trending-video .item .img-wrapper .info svg { margin-right: 5px; }
.trending-video .item:focus, .trending-video .item:hover { cursor: pointer; text-decoration: none; }
.trending-video .img { max-width: 100%; }
.trending-actions { display: flex; justify-content: center; align-items: center; padding: 10px 15px; font-size: 14px; }
.trending-actions svg { margin-right: 5px; color: rgb(122, 110, 104); }
.d-flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.in .home-menu .flex-1 { flex: 0 1 0%; }
.gap-2 { gap: 20px; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.trending-video { padding: 0px 20px; }
.faq-drawer { margin-bottom: 1em; }
.faq-drawer__content-wrapper { font-size: 1em; line-height: 100%; max-height: 0px; overflow: hidden; transition: 0.25s ease-in-out; }
.faq-drawer__title { cursor: pointer; display: block; font-size: 1.1em; line-height: 100%; font-weight: 700; padding: 1em 2em 1em 1em; position: relative; margin-bottom: 0px; transition: 0.25s ease-out; }
.faq-drawer__title::after { border-style: solid; border-width: 1px 1px 0px 0px; content: " "; display: inline-block; height: 10px; position: absolute; right: 1em; top: 49%; transform: translate(0px, -50%) rotate(135deg); transition: 0.35s ease-in-out; vertical-align: top; width: 10px; }
.faq-drawer__title:hover { color: rgb(78, 75, 82); }
.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper { max-height: 500px; }
.faq-drawer__trigger:checked + .faq-drawer__title { border-radius: 8px 8px 0px 0px; box-shadow: none; }
.faq-drawer__trigger:checked + .faq-drawer__title::after { transform: rotate(-45deg); transition: 0.25s ease-in-out; }
input[type="checkbox"] { display: none; }
@media screen and (min-width: 48em) and (max-width: 64em) {
  .trending-video .img-wrapper { height: 300px !important; }
  .trending { max-width: 96%; }
}
@media screen and (min-width: 64em) {
  .trending-video .wrapper { width: 33%; }
}
@media screen and (max-width: 48em) {
  .trending { max-width: 96%; }
  .heading { font-size: 25px; padding-top: 0px; margin-bottom: 15px; padding-right: 20px; padding-left: 20px; line-height: 25px; }
  .trending-video { padding: 0px 5px 30px; }
  .trending-video .img-wrapper { height: 360px !important; }
}
@media (max-width: 600px) and (min-width: 500px) {
  .trending-video .wrapper { width: 50%; }
  .trending-video .img-wrapper { height: 285px !important; }
}
@media (max-width: 500px) {
  .trending-video .wrapper { width: 100% !important; }
  .trending-video .img-wrapper { height: 285px !important; }
}
@media (max-width: 700px) {
  #trending-video .modal__container { min-width: auto !important; width: 90%; }
}
@media screen and (min-width: 1100px) and (max-width: 1250px) {
  .trending .img-wrapper { height: 300px !important; }
  .trending-video .wrapper { width: 25% !important; }
  .trending-actions svg { margin-right: 3px; width: 12px; height: 12px; }
  .trending-video .item .img-wrapper .info svg { width: 14px; height: 14px; }
}
@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .trending .img-wrapper { height: 300px !important; }
  .trending-video .wrapper { width: 20% !important; }
  .trending { max-width: 90%; }
  .trending-actions svg { margin-right: 3px; width: 12px; height: 12px; }
  .trending-video .item .img-wrapper .info svg { width: 14px; height: 14px; }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .trending .wrapper { width: 20% !important; }
  .trending .img-wrapper { height: 360px !important; }
  .trending-actions svg { margin-right: 3px; width: 12px; height: 12px; }
  .trending-video .item .img-wrapper .info svg { width: 14px; height: 14px; }
}
@media screen and (min-width: 1550px) and (max-width: 1650px) {
  .trending .img-wrapper { height: 400px !important; }
  .trending-video .wrapper { width: 20% !important; }
  .trending-actions svg { margin-right: 3px; width: 14px; height: 14px; }
  .trending-video .item .img-wrapper .info svg { width: 16px; height: 16px; }
}
@media screen and (min-width: 1550px) and (max-width: 1650px) {
  .trending .img-wrapper { height: 400px !important; }
  .trending-video .wrapper { width: 20% !important; }
  .trending-actions svg { margin-right: 3px; width: 14px; height: 14px; }
  .trending-video .item .img-wrapper .info svg { width: 16px; height: 16px; }
}
@media screen and (min-width: 1750px) {
  .trending .img-wrapper { height: 400px !important; }
  .trending-video .wrapper { width: 20% !important; }
}
body { margin: 0px; padding: 0px; font-family: sans-serif; }
body.bg-grey { background-color: rgb(241, 241, 241); }
body.ar #clear, body.ar #paste { right: auto; }
.relative { position: relative; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.home-menu .menu-wrapper { max-width: 1920px; margin: 0px auto; display: flex; align-items: center; justify-content: space-between; }
.justify-content-between { justify-content: space-between; }
.flex-1 { flex: 1 1 0%; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
#splash { background: linear-gradient(89.86deg, rgb(89, 64, 241) 8.6%, rgb(206, 0, 255) 99.86%); }
#splash .splash { padding-top: 0px; position: relative; padding-bottom: 2em; margin-top: 0px !important; }
.splash { padding-bottom: 0px; }
.home-menu a { font-style: normal; font-size: 1em; line-height: 100%; color: rgb(37, 46, 105); }
#twt_promo { position: relative; font-size: 1em; text-align: center; padding: 10px 23px; border: 1px solid rgb(89, 64, 241); box-sizing: border-box; border-radius: 8px; margin: 8px 25px 8px 0px; display: inline-block; float: right; }
#twt_promo span:last-child { display: none; }
#twt_promo a { text-decoration: none; color: rgb(89, 64, 241); }
#menu { display: flex; flex: 6 1 0%; justify-content: center; align-items: center; z-index: 99; }
#menu ul { display: flex; list-style-type: none; }
#menu ul li { margin-right: 50px; }
#menu ul li:last-child { margin-right: 0px; }
#menu ul li a { text-decoration: none; }
.text-center { text-align: center; }
#bigmessage { padding-top: 1em; padding-bottom: 1em; margin: 0px; font-style: normal; font-size: 2em; text-align: center; color: rgb(255, 255, 255); }
#menu__toggle__wrapper { width: 50px; height: 40px; margin-right: 20px; align-items: center; display: none; }
#menuToggle { position: relative; margin-top: 8px; }
.no-watermark { margin-top: 10px; justify-items: center; justify-content: center; font-style: normal; font-weight: 400; font-size: 48px; color: rgb(255, 255, 255); display: none; }
.no-watermark img { margin-top: -35px; margin-right: -5px; }
#main_page_text { background: rgba(255, 255, 255, 0.8); border: 1px solid rgb(255, 255, 255); box-sizing: border-box; box-shadow: rgba(37, 46, 105, 0.3) 0px 26.2731px 38.3588px -12.6111px; backdrop-filter: blur(9.48952px); border-radius: 8px; height: 64px; padding-left: 20px; line-height: 64px; margin-bottom: 0px !important; }
#main_page_text::placeholder { font-style: normal; font-weight: 400; font-size: 18px; display: flex; align-items: center; color: rgb(37, 46, 105); opacity: 0.3; line-height: 64px; }
#submit { position: absolute; right: 5px; top: 4px; height: 56px; background: rgb(89, 64, 241); box-shadow: rgba(89, 64, 241, 0.8) 0px 18px 40px -16px; border-radius: 8px; font-style: normal; font-size: 18px; line-height: 130%; text-align: center; color: rgb(255, 255, 255); padding: 1em 1.5em; border: 0px; margin: 0px !important; }
#submit:hover { cursor: pointer; }
.adcontainer_big { position: relative; text-align: center; }
.adcontainer_big > div { border-radius: 10px; z-index: 2; position: absolute; width: 100%; }
.app__section_wrapper { padding-top: 1em; }
.app_section { background: rgb(37, 46, 105); box-shadow: rgba(37, 46, 105, 0.4) 0px 4px 60px -16px; border-radius: 16px; max-width: 752px; margin: 0px auto; color: rgb(255, 255, 255); padding: 33px 38px; }
.go-to-google { font-style: normal; font-size: 18px; text-align: center; color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); box-sizing: border-box; border-radius: 8px; line-height: 1; padding: 1em; text-decoration: none; display: flex; justify-content: center; align-items: center; }
.go-to-google img { margin-left: 12px; }
.app_section .text { padding-left: 20px; padding-right: 20px; font-style: normal; font-size: 1em; display: flex; align-items: center; text-align: center; padding-top: 0px; color: rgb(255, 255, 255) !important; }
.main-highlights { display: flex; justify-content: space-between; margin-top: 70px !important; }
.main-highlights p { font-style: normal; font-weight: 900; font-size: 1.5em; line-height: 1.1em; text-align: center; color: rgb(37, 46, 105); margin-bottom: 15px; display: inline-block; }
.main-highlights h4 { font-style: normal; font-weight: 900; font-size: 1.5em; line-height: 1.1em; text-align: center; color: rgb(37, 46, 105); margin-bottom: 15px; display: inline-block; min-height: 60px; }
.main-highlights .content { font-style: normal; font-weight: 400; font-size: 18px; line-height: 140%; text-align: center; color: rgb(37, 46, 105); }
.main-highlights .responsive { max-width: 250px; }
.main-highlights .responsive img { height: 125px; }
.text { padding-top: 20px; }
.text__container { margin: 0px auto; max-width: 1170px; }
.text__container > p { font-size: 1.4em; font-weight: 800; }
.text h2 { font-style: normal; font-size: 2em; line-height: 2em; color: rgb(37, 46, 105); text-align: center; }
.text__desc { font-style: normal; font-weight: 400; font-size: 1.3em; color: rgb(37, 46, 105); }
.blue__block { background: rgb(89, 64, 241); box-shadow: rgba(89, 64, 241, 0.3) 0px 84px 84px -56px; border-radius: 32px; max-width: 950px; padding: 70px 90px; margin: 50px auto; counter-reset: css-counter 0; }
.blue__block h3 { font-style: normal; font-size: 1.8em; margin-bottom: 10px; margin-top: 0px; color: rgb(255, 255, 255) !important; }
.blue__block ol { list-style-type: none; margin: 0px; padding: 0px; }
.blue__block ol li { font-style: normal; font-size: 24px; color: rgb(255, 255, 255); margin-bottom: 0px; position: relative; counter-increment: css-counter 1; z-index: 1; padding-left: 20px; padding-top: 40px; }
.blue__block ol li::before { content: counter(css-counter); font-style: normal; font-weight: 900; font-size: 80px; color: rgb(37, 46, 105); opacity: 0.3; position: absolute; left: -10px; top: -10px; z-index: -1; }
.blue__block ol li b { display: block; font-weight: 900; z-index: 1; }
.info-arrow { font-style: italic; font-weight: 400; font-size: 24px; line-height: 120%; color: rgb(206, 0, 255); max-width: 50%; position: relative; margin-top: 50px; padding-right: 100px; }
.info-arrow img { position: absolute; right: 0px; }
.text--image, .text--text { flex: 1 1 0%; }
.text--image .image__wrapper { text-align: center; }
.text--image { max-width: 40%; }
.text--text { max-width: 50%; }
.main__content__container { margin: 0px auto; max-width: 1170px; display: flex; justify-content: space-between; position: relative; }
.content.main__content__container { display: block; }
.main__content__container h3 { font-size: 2em; color: rgb(37, 46, 105); line-height: 1.2em; margin-bottom: 24px; }
.main__content__container .text { padding-right: 40px; font-weight: 400; color: rgb(37, 46, 105); margin: 24px 0px; overflow-wrap: break-word; }
.main__content__container img { max-width: 100%; max-height: 100%; }
.main__content__container .image__wrapper { position: relative; }
.main__content__container .image__wrapper::after { content: ""; width: 150px; height: 150px; left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); z-index: 0; background: rgb(89, 64, 241); opacity: 0.3; filter: blur(60px); }
.accordion__container { max-width: 950px; margin: 0px auto; padding-bottom: 50px; }
.accordion { background: rgb(255, 255, 255); border: 1.186px solid rgb(255, 255, 255); box-sizing: border-box; border-radius: 8px; width: 100%; font-style: normal; font-size: 1.1em; line-height: 1.3em; color: rgb(37, 46, 105); text-align: left; padding-left: 30px; padding-right: 30px; position: relative; }
.accordion img { position: absolute; right: 32px; top: 40px; opacity: 0.5; transform: rotate(180deg); }
.accordion:hover { cursor: pointer; }
.panel { background-color: rgb(255, 255, 255); overflow: hidden; margin-bottom: 10px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; font-style: normal; font-weight: 400; font-size: 18px; color: rgb(37, 46, 105); padding: 0px; transition: max-height 0.2s ease-out; }
.accordion h4 { font-style: normal; font-size: 1.1em; line-height: 1.3em; color: rgb(37, 46, 105); margin: 0px; }
.accordion h4:hover { cursor: pointer; color: rgb(78, 75, 82); }
.panel p { padding: 30px; margin: 0px; }
.panel div { padding: 10px 30px 30px; line-height: 1.4em; }
.panel div p { margin-top: 15px; margin-bottom: 15px; padding: 0px !important; }
.panel ul li { margin-bottom: 15px; }
.panel ul li:last-child { margin-bottom: 0px; }
#footer { padding-top: 40px; padding-bottom: 40px; background: rgb(37, 46, 105); color: rgb(255, 255, 255); }
.footer__container { max-width: 1170px; margin: 0px auto; }
.footer__container .footer__navigation { display: flex; flex-direction: column; }
.footer__navigation .row-1 { margin-bottom: 40px; }
.footer__navigation .row-1 a:last-child { margin-right: 0px; }
.footer__navigation .row-2 a:last-child { margin-right: 0px; }
.footer__navigation .footer-row { justify-content: center; text-align: center; }
.footer__navigation a { font-style: normal; font-weight: 400; font-size: 18px; text-decoration-line: none; color: rgb(255, 255, 255); margin-right: 30px; }
.footer__navigation a:hover { text-decoration: underline; }
.copyright { font-style: normal; font-weight: 400; font-size: 18px; color: rgb(255, 255, 255); margin-top: 30px; }
.author-info { font-style: normal; font-weight: 600; font-size: 15px; color: rgb(255, 255, 255); margin-top: 10px; }
#language-switcher { list-style-type: none; margin: 0px; padding: 0px; position: relative; float: right; }
#language-switcher ul { list-style-type: none; background-color: rgb(255, 255, 255); }
#menuLink1 { font-style: normal; font-size: 18px; color: rgb(255, 255, 255); text-decoration: none; position: relative; padding: 1em; text-align: center; }
#menuLink1::after { position: absolute; border-style: solid; border-width: 3px 3px 0px 0px; border-color: rgb(206, 0, 255); content: ""; display: inline-block; height: 10px; transform: rotate(135deg); transition: 0.35s ease-in-out; vertical-align: top; width: 10px; }
#menuLink1 > li { min-width: 120px; text-align: right; }
#language-switcher ul { display: none; }
#language-switcher ul { transform: translate(-100%, -100%) !important; }
#language-switcher:hover ul { display: block; }
#language-switcher:hover #menuLink1::after { transform: rotate(315deg); }
#six__items .container { margin: 0px auto; max-width: 750px; }
.tw-six-items-wrapper .container { max-width: 1170px !important; }
.tw-six-items-wrapper .six__items_item { max-width: 100% !important; }
.tw-six-items-wrapper h2 { color: rgb(37, 46, 105); text-align: center; }
.tw-six-items-wrapper .text__container { font-size: 18px; line-height: 25px; }
.tw-six-items-wrapper .six__items_image { margin-bottom: 20px !important; }
.tw-six-items-wrapper .six__items_text b { font-style: normal; font-weight: 600; font-size: 1.2em; line-height: 1.2em; text-align: center; color: rgb(37, 46, 105); margin-bottom: 15px; display: inline-block; }
.text__container li { margin-bottom: 10px; list-style-type: disc; color: rgb(37, 46, 105); }
.tw-six-items-wrapper .six__items_text { font-size: 18px !important; }
.six__items_wrapper { display: inline-grid; justify-content: space-between; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.six__items_item { flex-grow: 1; padding: 10px; box-sizing: border-box; margin-bottom: 50px; max-width: 250px; }
.six__items_image { margin-bottom: 20px; position: relative; text-align: center; }
.six__items_image img { height: 110px; }
.six__items_image::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgb(89, 64, 241); opacity: 1; filter: blur(33px); width: 30px; height: 30px; transform: translate(-50%, -50%); }
.six__items_header { color: rgb(37, 46, 105); margin-top: 30px; margin-bottom: 30px; font-style: normal; font-weight: 400; font-size: 1.3em; }
.six__items_text { font-style: normal; font-size: 18px; color: rgb(37, 46, 105); line-height: 25px; text-align: center; }
body.ar #submit { left: 5px !important; right: auto; }
body.ar .go-to-google { flex-direction: row-reverse; }
body.ar .blue__block ol li { padding-right: 20px; padding-left: 0px; }
body.ar .info-arrow { padding-right: 0px; padding-left: 40px; }
body.ar .info-arrow img { position: absolute; left: 0px; right: auto; }
body.ar .blue__block ol li::before { right: -10px; }
body.ar .accordion { text-align: right; }
body.ar .accordion img { left: 32px; right: auto; }
.pure-menu-heading { padding-left: 25px; flex: 1 1 0%; }
.page-faq { padding-top: 30px; }
#clear, #paste { position: absolute; top: 12px; right: 155px; display: flex; align-items: center; font-size: 15px; border: 1px solid rgb(221, 221, 221); border-radius: 6px; z-index: 1; height: 40px; color: rgb(89, 64, 241); background-color: rgb(255, 255, 255); }
#paste svg path { stroke: rgb(89, 64, 241); }
#clear svg path { fill: rgb(89, 64, 241); }
#clear { display: none; }
#clear:hover, #paste:hover { cursor: pointer; }
#paste svg { margin-right: 5px; }
body.ar #paste svg { margin-left: 5px; margin-right: 0px; }
#accordion { padding-top: 60px; }
.splash-container.processed .adcontainer_big { margin-top: 0px; }
.splash-container.processed .adcontainer_big > div { position: relative !important; margin-bottom: 15px; }
@media (max-width: 48em) {
  .home-menu .pure-menu-heading { float: left; }
  #menu ul { flex-direction: column; }
  #menu ul li { margin-right: 0px; padding-top: 7px; padding-bottom: 7px; }
  .go-to-google { font-size: 16px; }
  .footer__container, .footer__navigation { flex-direction: column; align-items: center; }
  .app_section > div { flex-direction: column; }
  #errorContainer, #six__items .container, .adcontainer_big, .app_section { margin-left: 1em; margin-right: 1em; }
  .six__items_header p { line-height: 27px; }
  .app_section .text { margin-top: 20px; margin-bottom: 20px; text-align: center; padding-left: 0px; }
  .main-highlights { flex-direction: column; align-items: center; }
  .main-highlights .responsive { max-width: 360px; margin-bottom: 50px; }
  .text__container { margin-left: 1em; margin-right: 1em; }
  .blue__block { margin-left: 1em; margin-right: 1em; padding: 40px 30px; }
  #main_page_text::placeholder { font-style: normal; font-weight: 400; }
  #bigmessage { line-height: 40px; padding: 30px 1em; }
  #submit { top: auto; right: auto; width: 100%; background: linear-gradient(89.86deg, rgb(206, 0, 255) 8.6%, rgb(89, 64, 241) 99.86%); border: 1px solid rgb(255, 255, 255); position: relative !important; margin-top: 10px !important; }
  .info-arrow { width: 90%; max-width: 90%; margin-bottom: 50px; }
  .main__content__container { margin-left: 1em; margin-right: 1em; flex-direction: column; }
  .text--image { max-width: 100%; }
  .text--text { max-width: 100%; }
  .main__content__container:nth-child(2), .main__content__container:nth-child(4) { flex-direction: column-reverse; }
  .accordion__container { margin-left: 1em; margin-right: 1em; }
  .main__content__container .image__wrapper { text-align: center; }
  #menu__toggle__wrapper { display: flex; flex: 1 1 0%; justify-content: flex-end; }
  #twt_promo span { display: none; }
  #twt_promo { margin: 8px 15px; }
  #twt_promo span:last-child { display: block; }
  .text h2 { line-height: 35px; }
  .text__desc { line-height: 24px; }
  .main-highlights h4 { min-height: auto; }
  .info-arrow { padding-right: 40px; }
  .info-arrow img { width: 30px; }
  .blue__block { margin-top: 30px; margin-bottom: 30px; }
  .main__content__container h3 { text-align: center; }
  .accordion { padding-left: 20px; padding-right: 60px; }
  .panel p { padding: 20px; }
  #menu ul { flex-direction: column; padding-left: 0px; }
  #menu ul li { margin-right: 0px; padding-top: 7px; padding-bottom: 7px; }
  .six__items_wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .six__items_item { margin-bottom: 30px; max-width: 270px; }
  .six__items_image { margin-bottom: 5px; }
  .six__items_image, .six__items_text { text-align: center; }
  .info-arrow { margin-top: 30px; line-height: 27px; }
  #clear, #paste { right: 7px !important; left: auto !important; }
  body.ar #clear, body.ar #paste { left: 1em !important; right: auto !important; }
  #footer .row-1, #footer .row-2 { margin-bottom: 20px; }
  #footer .row-1 a:last-child, #footer .row-2 a:last-child { margin-right: 0px; }
  #footer .lang { flex-direction: column-reverse; }
  #footer #language-switcher { margin-bottom: 20px; }
  .result_overlay { flex-direction: column; align-items: center; justify-content: center; }
  .result_overlay_buttons { max-width: 340px; margin: 0px auto; padding-left: 0px !important; }
  #target { padding-left: 15px; padding-right: 15px; }
  body.ar #submit { left: 0px !important; right: auto; }
  .home-menu .pure-menu-heading { padding-left: 20px; }
  #footer .row-1 { display: flex; flex-direction: column; align-items: center; }
  #footer .row-2 { margin-bottom: 20px; flex-direction: column; display: flex; align-items: center; justify-content: center; }
  #footer .row-2 a:last-child { margin-top: 30px; }
  #footer .row-1 a:last-child { margin-bottom: 0px; }
  .text { margin-top: 0px; padding-right: 0px !important; padding-top: 0px !important; }
  .main__content__container .image__wrapper img { margin: 0px auto; }
}
@media (min-width: 48em) and (max-width: 64em) {
  .main__content__container img { max-width: 300px; }
  .main__content__container .image__wrapper { text-align: center; }
  #errorContainer, .accordion__container, .blue__block, .footer__container, .main__content__container, .text__container { margin-left: 2em; margin-right: 2em; }
  .content.main__content__container { margin: 0px auto; }
  #footer .footer__container { flex-direction: column; }
  .footer__container .footer__navigation { justify-content: center; }
  #menu ul li { margin-right: 15px; font-size: 14px; }
  #twt_promo { font-size: 14px; float: none; }
  .lang-wrapper { text-align: center; }
  #language-switcher { float: none; display: inline-block; margin-top: 40px; }
}
@media (min-width: 64em) and (max-width: 80em) {
  #errorContainer, .blue__block, .footer__container, .main__content__container, .text__container { margin-left: 2.5em; margin-right: 2.5em; }
}
@media (min-width: 950px) {
  .blue__block { margin-left: auto; margin-right: auto; }
}
@media (max-width: 380px) {
  #footer { padding-top: 40px; padding-bottom: 40px; }
  .sss { padding: 0px; }
  .sss div { display: none; }
  #twt_promo { margin-left: 0px; margin-right: 0px; }
  .home-menu .pure-menu-heading { padding-left: 10px; padding-right: 0px; }
  .home-menu a { font-size: 0.9em; }
  #menu { top: 52px; }
}
@media (max-width: 30em) {
  #mainpicture h2 { color: rgb(255, 255, 255); margin: 0px; font-size: 1em; line-height: 1; }
  .maintext { font-size: 12px; padding-top: 0px; }
}
.content-visibility { content-visibility: auto; contain-intrinsic-size: 1000px; }
#errorContainer { position: absolute; top: 12%; left: 0px; width: 100%; margin: 0px; box-shadow: rgba(0, 0, 0, 0.7) 0px 26px 38px -12px; z-index: 1000; opacity: 1; display: none; padding: 1em; }
#errorContainer > div { display: flex; background: rgb(255, 255, 255); max-width: 887px; align-items: center; }
#errorContainer > div .is-icon { width: 2em; float: left; height: 2em; min-width: 2em; min-height: 2em; }
#errorContainer div div:nth-child(2) { padding-left: 1em; }
#main_loader { position: absolute; z-index: 999; }
#app_section_block, #twt_promo { display: none; }
#ad-vignette { z-index: 1337; }
.modal__overlay { position: fixed; inset: 0px; background: 0px 0px; display: flex; justify-content: center; align-items: center; z-index: 99999; }
.modal__container { background-color: rgb(255, 255, 255); padding: 1em; max-width: 100%; max-height: 80%; border-radius: 4px; overflow-y: auto; box-sizing: border-box; min-width: 80%; }
.modal__header { display: flex; justify-content: space-between; align-items: center; }
.modal__title { margin-top: 0px; margin-bottom: 0px; font-weight: 600; font-size: 1em; line-height: 1.25; color: rgb(0, 68, 158); box-sizing: border-box; display: none; }
.modal__close { background: 0px 0px; border: 0px; margin-bottom: 1em; display: none; }
.modal__header .modal__close::before { content: "✕"; font-size: 2em; }
.modal__content { line-height: 0; color: rgba(0, 0, 0, 0.8); }
.modal__btn { width: 100%; font-size: 0.875rem; padding: 1em; background-color: rgb(230, 230, 230); color: rgba(0, 0, 0, 0.8); border-radius: 0.25rem; border-style: none; border-width: 0px; cursor: pointer; text-transform: none; overflow: visible; line-height: 1.15; margin: 0px; will-change: transform; backface-visibility: hidden; transform: translateZ(0px); transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
.modal__btn:focus, .modal__btn:hover { background-color: rgb(166, 166, 166); }
.modal__btn-primary { background-color: rgb(0, 68, 158); color: rgb(255, 255, 255); }
.a_show { opacity: 1; }
.a_hide { opacity: 0; transition: opacity 1s; }
@media only screen and (min-width: 310px) and (max-width: 500px) {
  .modal__container { padding: 0px; border-radius: 0px; }
  .modal__footer .modal__btn { font-size: 1em; }
}
@keyframes mmfadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes mmfadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes mmslideIn { 
  0% { transform: translateY(15%); }
  100% { transform: translateY(0px); }
}
@keyframes mmslideOut { 
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10%); }
}
.micromodal-slide { display: none; }
.micromodal-slide.is-open { display: block; }
.micromodal-slide[aria-hidden="false"] .modal__overlay { animation: 0.3s cubic-bezier(0, 0, 0.2, 1) 0s 1 normal none running mmfadeIn; }
.micromodal-slide[aria-hidden="false"] .modal__container { animation: 0.3s cubic-bezier(0, 0, 0.2, 1) 0s 1 normal none running mmslideIn; }
.micromodal-slide[aria-hidden="true"] .modal__overlay { animation: 0.3s cubic-bezier(0, 0, 0.2, 1) 0s 1 normal none running mmfadeOut; }
.micromodal-slide[aria-hidden="true"] .modal__container { animation: 0.3s cubic-bezier(0, 0, 0.2, 1) 0s 1 normal none running mmslideOut; }
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay { will-change: transform; }
#overlayimage { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII="); position: absolute; top: 0px; left: 0px; width: 100%; height: 100vh; min-height: 1500px; display: none; }
#adBottom { display: none; }
#ad_bottom { display: inline-block; height: 90px; width: 100%; }
@media only screen and (min-width: 310px) and (max-width: 500px) {
  #adBottom { display: block; position: fixed; text-align: center; bottom: 0px; width: 100%; z-index: 999; height: 90px; background-color: rgb(255, 255, 255); transition: 0.4s; }
  .ad_sticky { width: 100%; height: 100%; position: relative; box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 3px 0px, rgba(0, 0, 0, 0.06) 0px -1px 2px 0px; }
  .ad-close { position: absolute; width: 25px; height: 25px; left: 0px; top: -25px; box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 3px 0px, rgba(0, 0, 0, 0.06) 0px -1px 2px 0px; z-index: 1000; background-color: rgb(255, 255, 255); border-top-right-radius: 6px; cursor: pointer; }
  footer#footer { margin-bottom: 45px; }
}
textarea#sendmessage { border-width: 3px; box-shadow: none; font-size: 100%; width: 100%; }
.relative { position: relative; }
#_gcaptcha_pt { padding-bottom: 1em; }
#clear, #paste { position: absolute; top: 32px; transform: translate(0px, -50%); right: 8px; display: flex; align-items: center; font-size: 15px; border: 1px solid rgb(221, 221, 221); border-radius: 2px; z-index: 1; padding: 0.6em; height: 40px; }
#clear { display: none; }
#clear:hover, #paste:hover { cursor: pointer; }
#paste svg { margin-right: 5px; }
@media (max-width: 48em) {
  #bigmessage { font-size: 1.3em; line-height: 1; padding: 1em 0px; }
  #googlead_main { min-height: 360px; }
}
#target { display: flex; }
#target .result { flex-grow: 1; }
#mainpicture { flex: 1 1 auto; }
@media (min-width: 1920px) {
  .pure-u-14-24 img.u-fw { max-width: 50%; }
}
#googlead_main { display: block; height: 280px; min-height: 280px; }
.result_overlay_buttons a:first-child { margin-top: 0px; }
a.pure-button.dl-button { padding: 0.7em 0.5em; }
@media (max-width: 900px) {
  .dl-button { font-size: 0.9em; }
  .maintext { font-size: 0.85em; }
}
#mainpicture .result_author { border-radius: 50%; float: left; width: 100%; max-width: 100px; margin-bottom: 0.5em; }
#mainpicture h2 { width: 100%; text-align: left; line-height: 1; }
.pd-lr { padding-left: 0.6em; padding-right: 0.6em; }
.maintext { text-align: left; }
@media (max-width: 48em) {
  .result_overlay_buttons { max-width: 100%; }
}
@media (max-width: 430px) {
  .maintext { font-size: 0.7em; }
}
.page-404 .footer__container { display: flex; justify-content: center; }
.page-404 .footer__container .flex-1 { display: none; }
#avatar_and_text { margin-bottom: 7px; }
#dl_btns > p { margin: 0px; color: rgb(255, 255, 255); font-size: 8px; text-transform: uppercase; }
.icon.icon-ad-rewarded { width: 20px; height: 20px; background-image: url("data:image/svg+xml,<svg id=\"Glyph\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"%2300000090\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11 16.42 1.53 4.08h-3.06zm18.5-10.42v3.5h-27v-3.5a2.5 2.5 0 0 1 2.5-2.5h22a2.5 2.5 0 0 1 2.5 2.5zm-20.5.5a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm4 0a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm16.5 4v15.5a2.5 2.5 0 0 1 -2.5 2.5h-22a2.5 2.5 0 0 1 -2.5-2.5v-15.5zm-15 12.32-3-8a.52.52 0 0 0 -.94 0l-3 8a.5.5 0 0 0 .94.36l.6-1.68h3.8l.63 1.68a.51.51 0 0 0 .47.32.57.57 0 0 0 .18 0 .52.52 0 0 0 .29-.68zm10-3.82a4.51 4.51 0 0 0 -4.5-4.5h-2a.5.5 0 0 0 -.5.5v8a.5.5 0 0 0 .5.5h2a4.51 4.51 0 0 0 4.5-4.5zm-4.5-3.5h-1.5v7h1.5a3.5 3.5 0 0 0 0-7z\"/></svg>"); display: inline-block; vertical-align: middle; margin-left: 5px; }
.without_watermark_hd { font-weight: 700; }
.partners-links { margin-bottom: 40px; display: flex; gap: 30px; justify-content: center; align-items: center; }
.partners-links a { margin-right: 0px; }
.partners-links a { color: rgb(255, 255, 255); text-decoration: none; }
@media (max-width: 600px) {
  .partners-links { flex-direction: column; margin-bottom: 20px; }
}
.ios_promo .modal__footer { display: none; }
.ios_promo .modal__container { max-height: 100%; border-radius: 1em; background: rgb(236, 236, 236); }
.ios_promo #ad-vignette-header { padding: 0px 0.5em; }
.ios_promo .modal__content { color: rgb(0, 0, 0); }
.ios_promo .modal__container h2 { line-height: 1.2em; text-align: center; text-transform: uppercase; font-size: 16px; padding: 0px; margin-top: 0px; margin-bottom: 1.5em; }
.ios_promo .modal__header { justify-content: flex-end; }
.ios_promo .modal__header button { padding: 0px; color: rgb(170, 170, 170); background: rgb(236, 236, 236); width: 30px; }
.ios_promo .modal__header button svg { padding-top: 3px; padding-left: 9px; }
#app-steps { display: flex; max-width: 350px; flex-direction: column; margin-bottom: 1em; }
#ios_app_footer { align-items: center; display: flex; min-width: 310px; width: 100%; flex-wrap: wrap; border-radius: 1em; background: rgb(238, 238, 238); margin-top: -1em; }
#ios_app_footer table { margin: 2em auto; font-size: 12px; text-transform: uppercase; }
#ios_app_footer table th { vertical-align: top; }
#ios_app_footer table th img { border-radius: 1em; margin-right: 1.5em; max-width: 60px; }
#submit_ios_app { background: linear-gradient(272.21deg, rgb(89, 139, 209) 14.73%, rgb(78, 182, 235) 79.8%); width: 100%; border-radius: 2em; margin: 0px auto; padding: 1em; border: 0px; }
#submit_ios_app span { font-size: 1.4em; color: rgb(255, 255, 255); }
#ios_app_footer table td { line-height: 1.4em; }
#ios_app_footer table td p { color: rgb(187, 187, 187); }
#ios_app_footer .rate_stars { color: rgb(236, 170, 0); }
#ios_app_footer table td:first-child { line-height: 1.2em; }
#ios_app_footer table h4 { margin: 0px; font-size: 1.4em; }
#app-steps p { justify-content: flex-start; display: flex; align-items: center; margin-block: auto 0.5em; line-height: 1em; }
#app-steps p span:first-child { padding-right: 1em; font-size: 1.5em; padding-left: 0.5em; }
#app-steps p span:nth-child(2) { padding: 8px; background: rgb(255, 255, 255); text-align: center; margin-right: 0.5em; border-radius: 6px; box-shadow: rgb(221, 221, 221) 5px 5px 6px; }
#app-steps p img { margin-right: 0.5em; border-radius: 6px; box-shadow: rgb(221, 221, 221) 5px 5px 6px; width: 30px; }
#ios_app_preview { padding: 1em 1em 2em; background: rgb(255, 255, 255); border-radius: 1em 1em 0px 0px; }
#ios_app_preview img { height: auto; width: auto; max-width: 309px; max-height: 212px; margin: 0px auto; display: flex; }
@media only screen and (min-height: 480px) and (max-height: 640px) {
  #ad-vignette-content h2 { font-size: 13px; }
  #app-steps { font-size: 12px; }
  #ios_app_preview img { max-height: 150px; width: 100%; }
  #ios_app_footer table { margin: 1em auto; width: 90%; font-size: 10px; }
  #ios_app_footer table th img { max-width: 52px; }
  #submit_ios_app span { font-size: 1em; }
}
.ja #app-steps p { font-size: 13px; }
.ja #submit_ios_app span { font-size: 1.6em; }
.ios_promo .modal__container { padding: 0px; }
#splash { background: linear-gradient(89.86deg, rgb(89, 64, 241) 8.6%, rgb(206, 0, 255) 99.86%); }
#bigmessage { font-size: 2em; color: rgb(255, 255, 255); text-align: center; }
#main_page_text { background: rgba(255, 255, 255, 0.8); border-radius: 8px; height: 64px; }
.htmx-indicator { opacity: 0; }
.htmx-request .htmx-indicator { opacity: 1; transition: opacity 200ms ease-in; }
.htmx-request.htmx-indicator { opacity: 1; transition: opacity 200ms ease-in; }
.download_with_app_header div#imgcont { position: absolute; left: 1em; top: 0.6em; width: 26px; height: 26px; background: linear-gradient(-75deg, rgba(89, 64, 241, 0.5), rgba(206, 0, 255, 0.5)); border-radius: 50%; }
#imgcont img { padding: 0px; }
#twt_promo_image a { text-decoration: none; color: rgb(255, 255, 255); min-height: 45px; max-height: 45px; display: block; box-shadow: rgb(89, 64, 241) 0px 0px 15px -3px; border: 0px; border-radius: 8px; font-style: normal; text-align: center; font-size: 15px; font-weight: bold; position: relative; background: linear-gradient(-45deg, rgb(89, 64, 241), rgb(206, 0, 255), rgb(51, 138, 255), rgb(34, 0, 255)) 0% 0% / 600%; animation: 10s linear 0s infinite normal none running anime; margin: 0px !important; }
#twt_promo_image a:hover { text-decoration: underline; }
@-webkit-keyframes anime { 
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes anime { 
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#twt_promo_image a span { padding: 1em 1.5em 1em 3.5em; display: block; }
@media (min-width: 1280px) {
  #twt_promo_image { margin-right: 1.5em; }
}
@media (max-width: 480px) {
  .ja .download_with_app_header div#imgcont { top: 0.8em; }
  .ja #twt_promo_image a span { padding: 1.3em 1.3em 1em 4em; }
  .ja .sss div { display: none; }
  #twt_promo_image a { font-size: 14px; }
  .ja #twt_promo_image a { font-size: 12px; }
}

/* https://ssstik.io/css/ssstik/style.min.css?v=21may2026 */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden]{display:none}html{font-family:sans-serif}.hidden,[hidden]{display:none!important}.pure-g{letter-spacing:-.31em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start}.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class*=pure-u]{font-family:sans-serif}.pure-u-1,.pure-u-12-24,.pure-u-14-24,.pure-u-18-24,.pure-u-20-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-4-24{width:16.6667%}.pure-u-5-24{width:20.8333%}.pure-u-6-24{width:25%}.pure-u-12-24{width:50%}.pure-u-14-24{width:58.3333%}.pure-u-18-24{width:75%}.pure-u-20-24{width:83.3333%}.pure-u-1{width:100%}.pure-button{display:inline-block;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:rgba(0,0,0,.8);border:none transparent;background-color:#e6e6e6;text-decoration:none;border-radius:2px}.pure-button:focus,.pure-button:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000}.pure-button[disabled]{border:none;background-image:none;opacity:.4;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;pointer-events:none}.pure-button-primary,a.pure-button-primary{background-color:#0078e7;color:#fff}.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=email],.pure-form input[type=number],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=color]:focus,.pure-form input[type=date]:focus,.pure-form input[type=email]:focus,.pure-form input[type=number]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=text]:focus,.pure-form input[type=time]:focus,.pure-form input[type=url]:focus,.pure-form input[type=week]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129fea}.pure-form input:not([type]):focus{outline:0;border-color:#129fea}.pure-form input[type=checkbox]:focus,.pure-form input[type=file]:focus{outline:thin solid #129fea;outline:1px auto #129fea}.pure-form input[type=color][disabled],.pure-form input[type=date][disabled],.pure-form input[type=email][disabled],.pure-form input[type=number][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=text][disabled],.pure-form input[type=time][disabled],.pure-form input[type=url][disabled],.pure-form input[type=week][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=checkbox]:focus:invalid:focus,.pure-form input[type=file]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=email],.pure-form input[type=number],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form label{margin-bottom:.3em;display:block}}.pure-menu{-webkit-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-item,.pure-menu-list{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-heading,.pure-menu-link{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item{display:inline-block;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-heading,.pure-menu-link{padding:.5em 1em}.pure-menu-link:focus,.pure-menu-link:hover{background-color:#eee}@media screen and (min-width:35.5em){.pure-u-sm-1-2,.pure-u-sm-1-24,.pure-u-sm-1-3,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-18-24,.pure-u-sm-2-24,.pure-u-sm-20-24,.pure-u-sm-22-24,.pure-u-sm-24-24,.pure-u-sm-3-24,.pure-u-sm-6-24{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-sm-1-24{width:4.1667%}.pure-u-sm-2-24{width:8.3333%}.pure-u-sm-3-24{width:12.5%}.pure-u-sm-6-24{width:25%}.pure-u-sm-1-3{width:33.3333%}.pure-u-sm-10-24{width:41.6667%}.pure-u-sm-11-24{width:45.8333%}.pure-u-sm-1-2,.pure-u-sm-12-24{width:50%}.pure-u-sm-18-24{width:75%}.pure-u-sm-20-24{width:83.3333%}.pure-u-sm-22-24{width:91.6667%}.pure-u-sm-24-24{width:100%}}@media screen and (min-width:48em){.pure-u-md-1-24,.pure-u-md-1-3,.pure-u-md-10-24,.pure-u-md-12-24,.pure-u-md-14-24,.pure-u-md-2-24,.pure-u-md-20-24,.pure-u-md-5-24{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-md-1-24{width:4.1667%}.pure-u-md-2-24{width:8.3333%}.pure-u-md-5-24{width:20.8333%}.pure-u-md-1-3{width:33.3333%}.pure-u-md-10-24{width:41.6667%}.pure-u-md-12-24{width:50%}.pure-u-md-14-24{width:58.3333%}.pure-u-md-20-24{width:83.3333%}}@media screen and (min-width:64em){.pure-u-lg-1-4,.pure-u-lg-18-24,.pure-u-lg-3-24{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-lg-3-24{width:12.5%}.pure-u-lg-1-4{width:25%}.pure-u-lg-18-24{width:75%}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-size:1em;color:#2a2a2a;min-width:320px}.home-menu{min-width:320px}h1,h2,h3,h4,label{color:#000}h4.h4{color:#252e69;font-style:normal;font-size:.9em;line-height:100%}.panel h1,.panel h2,.panel h3,.panel h4{text-transform:uppercase}.ribbon h1,.ribbon h2,.ribbon h3,.ribbon h4,.ribbon label{color:#f2f2f2;border-left:5px solid #fff;padding-left:.5em}#splash #errorContainer{margin-bottom:.5em;background:#fff;text-align:initial}#splash #errorContainer.info{border-left:5px solid #1f8dd6}#splash #errorContainer.success{border-left:5px solid #bedf20}#splash #errorContainer.warning{border-left:5px solid #df3020}a:focus{text-decoration:underline}.l-box{padding:1em}.l-box-lrg{padding:2em;border-bottom:1px solid rgba(0,0,0,.1)}.is-center{text-align:center}.is-icon{background:#fff;color:#000}.u-r{float:right}.u-l{float:left}.u-m-bottom{margin-bottom:.5em}.u-fw{width:100%}.u-bl{display:block}.dl-button{margin:.5em 0}.u-oh{overflow:hidden}.u-smaller-text{font-size:.8em;line-height:1.3em}.u-bigger-text{font-size:1.1em}.u-mtop{margin-top:5em}.u-shadow--black{-webkit-box-shadow:0 0 35px 10px rgba(0,0,0,.5);-moz-box-shadow:0 0 35px 10px rgba(0,0,0,.5);box-shadow:0 0 35px 10px rgba(0,0,0,.5)}pre{display:block;padding:1em;margin:0 0 .5em;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;overflow:auto}.u-round{border-radius:50%}.adcontainer_big{margin-top:1em}.text-color--main{color:#0844a4}.highlights pre{margin-top:1em;border:0;font-size:.8em;background:#e7e7e7}.splash-additional{border-top:1px solid #999;border-bottom:1px solid #999;background:#eee}hr{border:0;border-top:1px solid #ddd}.l-box.pure-u-1{word-wrap:break-word}.result{background:#fff}.htmx-indicator{display:none}.htmx-request .htmx-indicator{display:inline}.htmx-request.htmx-indicator{display:inline}#submit span:nth-child(2){display:none}.htmx-request #submit span:nth-child(2){display:inline}.htmx-request #submit span:first-child{display:none}.htmx-request #submit{background:#d6b91f;color:#000}.pure-form label{margin:1em 0 0;font-weight:700;font-size:100%}.pure-form input[type]{border:3px solid #ddd;box-shadow:none;font-size:100%;width:100%}.pure-button,a.pure-button,button.pure-button{background-color:#4ca8e6;color:#000;padding:1em 1.5em}.home-menu{padding:0;text-align:center;background:#fff}.pure-menu.pure-menu-fixed{border-bottom:none;z-index:4}.pure-menu-horizontal .pure-menu-children{width:100%}#menu .pure-menu-link{white-space:normal}.sss{position:relative;background:#fff;color:#000;padding:5px 0;display:flex;align-items:center}.sss img{margin-right:10px;line-height:1;height:32px}.pure-menu-fixed .standforukraine{display:flex}.pure-menu-fixed .standforukraine i{flex:1;display:inline-block;height:2px}.standforukraine i{background-color:#fd0}.standforukraine i:first-child{background-color:#0057b7}.home-menu .pure-menu-heading{color:#fff;font-weight:700;font-size:1.1em;letter-spacing:-1px}.home-menu .pure-menu-heading span{display:inline-block;color:#fff;margin-left:-.5px;opacity:.95}.home-menu a{color:#242da9}.home-menu li a:focus,.home-menu li a:hover{background:0 0;border:none;color:#8e55d8}#menuToggle input{display:none}#menuToggle #menu{background:#fafafa;border-top:1px solid #f3f2f1}.footer .pure-menu-link:hover{background:0 0;border-bottom:2px solid #fff;color:#fff}.footer .pure-menu-link:focus{background:#000}.footer .pure-menu-link{border-bottom:2px solid transparent;color:#ccc}.footer .pure-menu-list{font-size:.8em}.footer .pure-menu-item a{padding:.5em}.splash-container{background:#5b0061;background:linear-gradient(180deg,#5b0061 0,#003dd5 100%)}.splash-container.processed.error{background:#ff8d00;background:linear-gradient(180deg,#ff8d00 0,#d50000 100%)}.splash-container.processed.success{background:#016207;background:linear-gradient(180deg,#016207 0,#41bd2e 100%)}.splash{width:80%;margin:4.5em auto 0;text-align:center;padding-bottom:1em}.processed{padding-top:2em}.processed .hide-after-request{display:none}.content{padding:0}.pure-g .content{padding:.5em}.content-head{line-height:1.2em}.ribbon{background:#2d3e50;color:#fff}.footer{background:#111;bottom:0;width:100%}.panel{background:#fff;padding:1em;text-align:initial;line-height:1.2em}.tab input{position:absolute;opacity:0;z-index:-1}.tabs{border-radius:8px;overflow:hidden;box-shadow:0 4px 4px -2px rgba(0,0,0,.5);border:1px solid #ddd}.tab{width:100%;color:#fff;overflow:hidden;border-bottom:1px solid #ddd}.tab:last-child{border-bottom:0}.tab-label{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:1em;font-weight:700;cursor:pointer}.tab-label:hover{background:#ddd}.tab-label::after{content:"\276F";width:1em;height:1em;text-align:center;-webkit-transition:all .35s;transition:all .35s}.tab-content{max-height:0;padding:0 1em;color:#000;background:#fff;-webkit-transition:all .35s;transition:all .35s}.tab-content p{margin-top:0}input:checked+.tab-label{background:#725ef3;color:#fff}input:checked+.tab-label::after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}input:checked~.tab-content{max-height:100vh;padding:1em}#mainpicture{background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;padding:0;min-width:280px;margin:0 auto}#mainpicture .result_overlay{background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;min-width:280px;margin:0 auto;background-blend-mode:overlay}#mainpicture .trending-actions{background-color:#96029b33;color:#fff}#mainpicture .trending-actions svg{color:#fff;margin-right:.5em;margin-left:.5em}#mainpicture .u-round{max-width:100px;max-height:100px}#mainpicture h2{color:#fff;margin:0;line-height:3.2em}.result_author{margin:0 auto}.result_overlay{position:relative;background-color:rgba(20,0,91,.65);padding:1em;display:block}.result_overlay_buttons{padding-left:1em;max-width:640px;margin:0 auto}.maintext{color:#fff;overflow:hidden;font-weight:700;font-size:1em;clear:both;padding-top:.5em}#twt_promo{position:absolute;right:0;padding:.9em;margin:0;font-size:.8em}.svg-icon path,.svg-icon polygon,.svg-icon rect{fill:#1f8dd6}.warning .svg-icon path,.warning .svg-icon polygon,.warning .svg-icon rect{fill:#df3020}.svg-icon circle{stroke:#1f8dd6;stroke-width:1}.warning .svg-icon circle{stroke:#df3020;stroke-width:1}.is-icon{position:relative}.svg-icon{width:2em;height:2em;position:absolute;top:50%;left:50%;margin:-1em 0 0 -1em}@media (min-width:48em){body{font-size:18px}.splash{width:80%}.splash-head{font-size:125%}.l-box-lrg{border:none}}@media (min-width:78em){.splash-head{font-size:150%}.splash{max-width:970px!important}body{font-size:16px}.highlights{width:75%}.highlights .u-smaller-text{font-size:1.1em}#language-switcher{margin-top:-3em}}@media (max-width:56em) and (min-width:35em){.splash-container button.pure-button{font-size:.75em;padding:1.5em 0}}@media (max-width:48em){.processed{padding:0}.splash{width:100%;padding:0}#errorContainer,.splash form{padding-left:1em;padding-right:1em}.result_overlay img.u-round{width:75px}#menu .pure-menu-item{display:block}#menuToggle{display:block;position:absolute;z-index:1;-webkit-user-select:none;user-select:none}#menuToggle input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:1em;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle span.bar{display:block;margin-left:1em;width:33px;height:3px;margin-bottom:4px;position:relative;background:#113561;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77, .2, .05, 1),background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease}#menuToggle span.bar:first-child{transform-origin:0 0}#menuToggle span.bar:nth-last-child(2){transform-origin:0 100%}#menuToggle input:checked~span{opacity:1;background:#232323;transform:rotate(45deg) translate(-6px,-7px)}#menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2,.2)}#menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translate(-10px,13px)}#menu{position:absolute;top:60px;background:#ededed;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(-100%,0);transition:transform .5s cubic-bezier(.77, .2, .05, 1)}#menu.open{transform:translate(0,0)}#menuToggle input:checked~div{transform:none}#menuToggle label{display:none}#language-switcher{margin:0 auto;width:100%}.splash{margin-top:3em}.footer .pure-menu-item{display:block}.footer{font-size:1.2em}.highlights .responsive .content{padding:.5em}.highlights{width:100%}.home-menu .pure-menu-heading{float:left}.footer__navigation a{margin-right:0!important}.adcontainer_big .adsbygoogle{min-height:360px}}@media (max-width:28em){.splash-head{font-size:125%}}@media (max-width:360px){#twt_promo a b{display:none}#twt_promo{padding:.3em}}.heading{font-size:25px;line-height:25px;color:#000;padding-top:50px;margin-bottom:30px;padding-left:20px;padding-right:20px}#menuLink1{min-width:190px}section>.content-wrapper{min-height:calc(100vh - 12.8em)}#menuLink1:active .pure-menu-children,#menuLink1:focus .pure-menu-children{display:block}#language-switcher{max-width:250px;margin:0 auto}@media (max-width:48em){#language-switcher{padding:0}.content-wrapper{min-height:calc(100vh - 21.1em)}}@media screen and (min-width:124em){body{font-size:1.15em}}.adcontainer_big{min-height:280px}#language-switcher .pure-menu-children{min-width:200px}.trending{padding-bottom:40px;max-width:80%}.trending-video .wrapper{padding:10px}.trending-video .item{border:1px solid #e7e7e7;background:#fef8f5;border-radius:8px;color:#7a6e68;display:block;text-decoration:none}.trending-video .item .img-wrapper{min-height:20px;color:#fff;position:relative;background-size:cover;background-position:center center;height:360px;background-repeat:no-repeat;border-top-left-radius:8px;border-top-right-radius:8px}.trending-video .item .img-wrapper .info{position:absolute;bottom:0;width:100%;padding-left:15px;padding-right:15px;padding-bottom:15px;font-size:14px;line-height:14px}.trending-video .item .img-wrapper .info svg{margin-right:5px}.trending-video .item:focus,.trending-video .item:hover{cursor:pointer;text-decoration:none}.trending-video .img{max-width:100%}.trending-actions{display:flex;justify-content:center;align-items:center;padding:10px 15px;font-size:14px}.trending-actions svg{margin-right:5px;color:#7a6e68}.d-flex{display:flex}.flex-1{flex:1}.in .home-menu .flex-1{flex:0}.gap-2{gap:20px}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.trending-video{padding:0 20px}.faq-drawer{margin-bottom:1em}.faq-drawer__content-wrapper{font-size:1em;line-height:100%;max-height:0;overflow:hidden;transition:.25s ease-in-out}.faq-drawer__title{cursor:pointer;display:block;font-size:1.1em;line-height:100%;font-weight:700;padding:1em 2em 1em 1em;position:relative;margin-bottom:0;transition:all .25s ease-out}.faq-drawer__title::after{border-style:solid;border-width:1px 1px 0 0;content:" ";display:inline-block;height:10px;position:absolute;right:1em;top:49%;transform:translate(0,-50%) rotate(135deg);transition:.35s ease-in-out;vertical-align:top;width:10px}.faq-drawer__title:hover{color:#4e4b52}.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper{max-height:500px}.faq-drawer__trigger:checked+.faq-drawer__title{border-radius:8px 8px 0 0;box-shadow:none}.faq-drawer__trigger:checked+.faq-drawer__title::after{transform:rotate(-45deg);transition:.25s ease-in-out}input[type=checkbox]{display:none}@media screen and (min-width:48em) and (max-width:64em){.trending-video .img-wrapper{height:300px!important}.trending{max-width:96%}}@media screen and (min-width:64em){.trending-video .wrapper{width:33%}}@media screen and (max-width:48em){.trending{max-width:96%}.heading{font-size:25px;padding-top:0;margin-bottom:15px;padding-right:20px;padding-left:20px;line-height:25px}.trending-video{padding:0 5px 30px}.trending-video .img-wrapper{height:360px!important}}@media (max-width:600px) and (min-width:500px){.trending-video .wrapper{width:50%}.trending-video .img-wrapper{height:285px!important}}@media (max-width:500px){.trending-video .wrapper{width:100%!important}.trending-video .img-wrapper{height:285px!important}}@media (max-width:700px){#trending-video .modal__container{min-width:auto!important;width:90%}}@media screen and (min-width:1100px) and (max-width:1250px){.trending .img-wrapper{height:300px!important}.trending-video .wrapper{width:25%!important}.trending-actions svg{margin-right:3px;width:12px;height:12px}.trending-video .item .img-wrapper .info svg{width:14px;height:14px}}@media screen and (min-width:1250px) and (max-width:1400px){.trending .img-wrapper{height:300px!important}.trending-video .wrapper{width:20%!important}.trending{max-width:90%}.trending-actions svg{margin-right:3px;width:12px;height:12px}.trending-video .item .img-wrapper .info svg{width:14px;height:14px}}@media screen and (min-width:1400px) and (max-width:1550px){.trending .wrapper{width:20%!important}.trending .img-wrapper{height:360px!important}.trending-actions svg{margin-right:3px;width:12px;height:12px}.trending-video .item .img-wrapper .info svg{width:14px;height:14px}}@media screen and (min-width:1550px) and (max-width:1650px){.trending .img-wrapper{height:400px!important}.trending-video .wrapper{width:20%!important}.trending-actions svg{margin-right:3px;width:14px;height:14px}.trending-video .item .img-wrapper .info svg{width:16px;height:16px}}@media screen and (min-width:1550px) and (max-width:1650px){.trending .img-wrapper{height:400px!important}.trending-video .wrapper{width:20%!important}.trending-actions svg{margin-right:3px;width:14px;height:14px}.trending-video .item .img-wrapper .info svg{width:16px;height:16px}}@media screen and (min-width:1750px){.trending .img-wrapper{height:400px!important}.trending-video .wrapper{width:20%!important}}body{margin:0;padding:0;font-family:sans-serif}body.bg-grey{background-color:#f1f1f1}body.ar #clear,body.ar #paste{right:auto}.relative{position:relative}.d-flex{display:flex}.align-items-center{align-items:center}.home-menu .menu-wrapper{max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.justify-content-between{justify-content:space-between}.flex-1{flex:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}#splash{background:#5940f1;background:linear-gradient(89.86deg,#5940f1 8.6%,#ce00ff 99.86%)}#splash .splash{padding-top:0;position:relative;padding-bottom:2em;margin-top:0!important}.splash{padding-bottom:0}.home-menu a{font-style:normal;font-size:1em;line-height:100%;color:#252e69}#twt_promo{position:relative;font-size:1em;text-align:center;padding:10px 23px;border:1px solid #5940f1;box-sizing:border-box;border-radius:8px;margin:8px 25px 8px 0;display:inline-block;float:right}#twt_promo span:last-child{display:none}#twt_promo a{text-decoration:none;color:#5940f1}#menu{display:flex;flex:6;justify-content:center;align-items:center;z-index:99}#menu ul{display:flex;list-style-type:none}#menu ul li{margin-right:50px}#menu ul li:last-child{margin-right:0}#menu ul li a{text-decoration:none}.text-center{text-align:center}#bigmessage{padding-top:1em;padding-bottom:1em;margin:0;font-style:normal;font-size:2em;text-align:center;color:#fff}#menu__toggle__wrapper{width:50px;height:40px;margin-right:20px;align-items:center;display:none}#menuToggle{position:relative;margin-top:8px}.no-watermark{margin-top:10px;justify-items:center;justify-content:center;font-style:normal;font-weight:400;font-size:48px;color:#fff;display:none}.no-watermark img{margin-top:-35px;margin-right:-5px}#main_page_text{background:rgba(255,255,255,.8);border:1px solid #fff;box-sizing:border-box;box-shadow:0 26.2731px 38.3588px -12.6111px rgba(37,46,105,.3);backdrop-filter:blur(9.48952px);border-radius:8px;height:64px;padding-left:20px;line-height:64px;margin-bottom:0!important}#main_page_text::placeholder{font-style:normal;font-weight:400;font-size:18px;display:flex;align-items:center;color:#252e69;opacity:.3;line-height:64px}#submit{position:absolute;right:5px;top:4px;height:56px;background:#5940f1;box-shadow:0 18px 40px -16px rgba(89,64,241,.8);border-radius:8px;font-style:normal;font-size:18px;line-height:130%;text-align:center;color:#fff;padding:1em 1.5em;border:0;margin:0!important}#submit:hover{cursor:pointer}.adcontainer_big{position:relative;text-align:center}.adcontainer_big>div{border-radius:10px;z-index:2;position:absolute;width:100%}.app__section_wrapper{padding-top:1em}.app_section{background:#252e69;box-shadow:0 4px 60px -16px rgba(37,46,105,.4);border-radius:16px;max-width:752px;margin:0 auto 0;color:#fff;padding:33px 38px}.go-to-google{font-style:normal;font-size:18px;line-height:130%;text-align:center;color:#fff;border:1px solid #fff;box-sizing:border-box;border-radius:8px;display:block;line-height:1;padding:1em;text-decoration:none;display:flex;justify-content:center;align-items:center}.go-to-google img{margin-left:12px}.app_section .text{padding-left:20px;padding-right:20px;font-style:normal;font-size:1em;display:flex;align-items:center;color:#fff!important;text-align:center;padding-top:0}.main-highlights{margin-top:70px!important;display:flex;justify-content:space-between}.main-highlights p{font-style:normal;font-weight:900;font-size:1.5em;line-height:1.1em;text-align:center;color:#252e69;margin-bottom:15px;display:inline-block}.main-highlights h4{font-style:normal;font-weight:900;font-size:1.5em;line-height:1.1em;text-align:center;color:#252e69;margin-bottom:15px;display:inline-block;min-height:60px}.main-highlights .content{font-style:normal;font-weight:400;font-size:18px;line-height:140%;text-align:center;color:#252e69}.main-highlights .responsive{max-width:250px}.main-highlights .responsive img{height:125px}.text{padding-top:20px}.text__container{margin:0 auto;max-width:1170px}.text__container>p{font-size:1.4em;font-weight:800}.text h2{font-style:normal;font-size:2em;line-height:2em;color:#252e69;text-align:center}.text__desc{font-style:normal;font-weight:400;font-size:1.3em;color:#252e69}.blue__block{background:#5940f1;box-shadow:0 84px 84px -56px rgba(89,64,241,.3);border-radius:32px;max-width:950px;padding:70px 90px;margin:0 auto;margin-top:50px;margin-bottom:50px;counter-reset:css-counter 0}.blue__block h3{font-style:normal;font-size:1.8em;color:#fff!important;margin-bottom:10px;margin-top:0}.blue__block ol{list-style-type:none;margin:0;padding:0}.blue__block ol li{font-style:normal;font-size:24px;color:#fff;margin-bottom:0;position:relative;counter-increment:css-counter 1;z-index:1;padding-left:20px;padding-top:40px}.blue__block ol li::before{content:counter(css-counter);font-style:normal;font-weight:900;font-size:80px;color:#252e69;opacity:.3;position:absolute;left:-10px;top:-10px;z-index:-1}.blue__block ol li b{display:block;font-weight:900;z-index:1}.info-arrow{font-style:italic;font-weight:400;font-size:24px;line-height:120%;color:#ce00ff;max-width:50%;position:relative;margin-top:50px;padding-right:100px}.info-arrow img{position:absolute;right:0}.text--image,.text--text{flex:1}.text--image .image__wrapper{text-align:center}.text--image{max-width:40%}.text--text{max-width:50%}.main__content__container{margin:0 auto;max-width:1170px;display:flex;justify-content:space-between;position:relative}.content.main__content__container{display:block}.main__content__container h3{font-size:2em;color:#252e69;line-height:1.2em;margin-bottom:24px}.main__content__container .text{padding-right:40px;font-weight:400;color:#252e69;margin:24px 0;word-wrap:break-word}.main__content__container img{max-width:100%;max-height:100%}.main__content__container .image__wrapper{position:relative}.main__content__container .image__wrapper::after{content:'';width:150px;height:150px;left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);z-index:0;background:#5940f1;opacity:.3;filter:blur(60px)}.accordion__container{max-width:950px;margin:0 auto;padding-bottom:50px}.accordion{background:#fff;border:1.186px solid #fff;box-sizing:border-box;border-radius:8px;width:100%;font-style:normal;font-size:1.1em;line-height:1.3em;color:#252e69;text-align:left;padding-left:30px;padding-right:30px;position:relative}.accordion img{position:absolute;right:32px;top:40px;opacity:.5;transform:rotate(180deg)}.accordion:hover{cursor:pointer}.panel{background-color:#fff;overflow:hidden;margin-bottom:10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-style:normal;font-weight:400;font-size:18px;color:#252e69;padding:0;transition:max-height .2s ease-out}.accordion h4{font-style:normal;font-size:1.1em;line-height:1.3em;color:#252e69;margin:0}.accordion h4:hover{cursor:pointer;color:#4e4b52}.panel p{padding:30px;margin:0}.panel div{padding:30px;padding-top:10px;line-height:1.4em}.panel div p{margin-top:15px;margin-bottom:15px;padding:0!important}.panel ul li{margin-bottom:15px}.panel ul li:last-child{margin-bottom:0}#footer{padding-top:40px;padding-bottom:40px;background:#252e69;color:#fff}.footer__container{max-width:1170px;margin:0 auto}.footer__container .footer__navigation{display:flex;flex-direction:column}.footer__navigation .row-1{margin-bottom:40px}.footer__navigation .row-1 a:last-child{margin-right:0}.footer__navigation .row-2 a:last-child{margin-right:0}.footer__navigation .footer-row{justify-content:center;text-align:center}.footer__navigation a{font-style:normal;font-weight:400;font-size:18px;text-decoration-line:none;color:#fff;margin-right:30px}.footer__navigation a:hover{text-decoration:underline}.copyright{font-style:normal;font-weight:400;font-size:18px;color:#fff;margin-top:30px}.author-info{font-style:normal;font-weight:600;font-size:15px;color:#fff;margin-top:10px}#language-switcher{list-style-type:none;margin:0;padding:0;position:relative;float:right}#language-switcher ul{list-style-type:none;background-color:#fff}#menuLink1{font-style:normal;font-size:18px;color:#fff;text-decoration:none;position:relative;padding:1em;text-align:center}#menuLink1::after{position:absolute;border-style:solid;border-width:3px 3px 0 0;border-color:#ce00ff;content:"";display:inline-block;height:10px;transform:rotate(135deg);transition:.35s ease-in-out;vertical-align:top;width:10px}#menuLink1>li{min-width:120px;text-align:right}#language-switcher ul{display:none}#language-switcher ul{transform:translate(-100%,-100%)!important}#language-switcher:hover ul{display:block}#language-switcher:hover #menuLink1::after{transform:rotate(315deg)}#six__items .container{margin:0 auto;max-width:750px}.tw-six-items-wrapper .container{max-width:1170px!important}.tw-six-items-wrapper .six__items_item{max-width:100%!important}.tw-six-items-wrapper h2{color:#252e69;text-align:center}.tw-six-items-wrapper .text__container{font-size:18px;line-height:25px}.tw-six-items-wrapper .six__items_image{margin-bottom:20px!important}.tw-six-items-wrapper .six__items_text b{font-style:normal;font-weight:600;font-size:1.2em;line-height:1.2em;text-align:center;color:#252e69;margin-bottom:15px;display:inline-block}.text__container li{margin-bottom:10px;list-style-type:disc;color:#252e69}.tw-six-items-wrapper .six__items_text{font-size:18px!important}.six__items_wrapper{display:inline-grid;justify-content:space-between;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.six__items_item{flex-grow:1;padding:10px;box-sizing:border-box;margin-bottom:50px;max-width:250px}.six__items_image{margin-bottom:20px;position:relative;text-align:center}.six__items_image img{height:110px}.six__items_image::after{content:'';position:absolute;left:50%;top:50%;background:#5940f1;opacity:1;filter:blur(33px);width:30px;height:30px;transform:translate(-50%,-50%)}.six__items_header{color:#252e69;margin-top:30px;margin-bottom:30px;font-style:normal;font-weight:400;font-size:1.3em}.six__items_text{font-style:normal;font-size:18px;color:#252e69;line-height:25px;text-align:center}body.ar #submit{left:5px!important;right:auto}body.ar .go-to-google{flex-direction:row-reverse}body.ar .blue__block ol li{padding-right:20px;padding-left:0}body.ar .info-arrow{padding-right:0;padding-left:40px}body.ar .info-arrow img{position:absolute;left:0;right:auto}body.ar .blue__block ol li::before{right:-10px}body.ar .accordion{text-align:right}body.ar .accordion img{left:32px;right:auto}.pure-menu-heading{padding-left:25px;flex:1}.page-faq{padding-top:30px}#clear,#paste{position:absolute;top:12px;right:155px;display:flex;align-items:center;font-size:15px;border:1px solid #ddd;border-radius:6px;z-index:1;height:40px;color:#5940f1;background-color:#fff}#paste svg path{stroke:#5940f1}#clear svg path{fill:#5940f1}#clear{display:none}#clear:hover,#paste:hover{cursor:pointer}#paste svg{margin-right:5px}body.ar #paste svg{margin-left:5px;margin-right:0}#accordion{padding-top:60px}.splash-container.processed .adcontainer_big{margin-top:0}.splash-container.processed .adcontainer_big>div{position:relative!important;margin-bottom:15px}@media (max-width:48em){.home-menu .pure-menu-heading{float:left}#menu ul{flex-direction:column}#menu ul li{margin-right:0;padding-top:7px;padding-bottom:7px}.go-to-google{font-size:16px}.footer__container,.footer__navigation{flex-direction:column;align-items:center}.app_section>div{flex-direction:column}#errorContainer,#six__items .container,.adcontainer_big,.app_section{margin-left:1em;margin-right:1em}.six__items_header p{line-height:27px}.app_section .text{margin-top:20px;margin-bottom:20px;text-align:center;padding-left:0}.main-highlights{flex-direction:column;align-items:center}.main-highlights .responsive{max-width:360px;margin-bottom:50px}.text__container{margin-left:1em;margin-right:1em}.blue__block{margin-left:1em;margin-right:1em;padding:40px 30px}#main_page_text::placeholder{font-style:normal;font-weight:400}#bigmessage{line-height:40px;padding:30px 1em}#submit{position:relative!important;top:auto;right:auto;width:100%;margin-top:10px!important;background:#5940f1;background:linear-gradient(89.86deg,#ce00ff 8.6%,#5940f1 99.86%);border:1px solid #fff}.info-arrow{width:90%;max-width:90%;margin-bottom:50px}.main__content__container{margin-left:1em;margin-right:1em;flex-direction:column}.text--image{max-width:100%}.text--text{max-width:100%}.main__content__container:nth-child(2),.main__content__container:nth-child(4){flex-direction:column-reverse}.accordion__container{margin-left:1em;margin-right:1em}.main__content__container .image__wrapper{text-align:center}#menu__toggle__wrapper{display:flex;flex:1;justify-content:flex-end}#twt_promo span{display:none}#twt_promo{margin:8px 15px}#twt_promo span:last-child{display:block}.text h2{line-height:35px}.text__desc{line-height:24px}.main-highlights h4{min-height:auto}.info-arrow{padding-right:40px}.info-arrow img{width:30px}.blue__block{margin-top:30px;margin-bottom:30px}.main__content__container h3{text-align:center}.accordion{padding-left:20px;padding-right:60px}.panel p{padding:20px}#menu ul{flex-direction:column;padding-left:0}#menu ul li{margin-right:0;padding-top:7px;padding-bottom:7px}.six__items_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.six__items_item{margin-bottom:30px;max-width:270px}.six__items_image{margin-bottom:5px}.six__items_image,.six__items_text{text-align:center}.info-arrow{margin-top:30px;line-height:27px}#clear,#paste{right:7px!important;left:auto!important}body.ar #clear,body.ar #paste{left:1em!important;right:auto!important}#footer .row-1,#footer .row-2{margin-bottom:20px}#footer .row-1 a:last-child,#footer .row-2 a:last-child{margin-right:0}#footer .lang{flex-direction:column-reverse}#footer #language-switcher{margin-bottom:20px}.result_overlay{flex-direction:column;align-items:center;justify-content:center}.result_overlay_buttons{padding-left:0!important;max-width:340px;margin:0 auto}#target{padding-left:15px;padding-right:15px}body.ar #submit{left:0!important;right:auto}.home-menu .pure-menu-heading{padding-left:20px}#footer .row-1{display:flex;flex-direction:column;align-items:center}#footer .row-2{margin-bottom:20px;flex-direction:column;display:flex;align-items:center;justify-content:center}#footer .row-2 a:last-child{margin-top:30px}#footer .row-1 a:last-child{margin-bottom:0}.text{padding-right:0!important;padding-top:0!important;margin-top:0}.main__content__container .image__wrapper img{margin:0 auto}}@media (min-width:48em) and (max-width:64em){.main__content__container img{max-width:300px}.main__content__container .image__wrapper{text-align:center}#errorContainer,.accordion__container,.blue__block,.footer__container,.main__content__container,.text__container{margin-left:2em;margin-right:2em}.content.main__content__container{margin:0 auto}#footer .footer__container{flex-direction:column}.footer__container .footer__navigation{justify-content:center}#menu ul li{margin-right:15px;font-size:14px}#twt_promo{font-size:14px;float:none}.lang-wrapper{text-align:center}#language-switcher{float:none;display:inline-block;margin-top:40px}}@media (min-width:64em) and (max-width:80em){#errorContainer,.blue__block,.footer__container,.main__content__container,.text__container{margin-left:2.5em;margin-right:2.5em}}@media (min-width:950px){.blue__block{margin-left:auto;margin-right:auto}}@media (max-width:380px){#footer{padding-top:40px;padding-bottom:40px}.sss{padding:0}.sss div{display:none}#twt_promo{margin-left:0;margin-right:0}.home-menu .pure-menu-heading{padding-left:10px;padding-right:0}.home-menu a{font-size:.9em}#menu{top:52px}}@media (max-width:30em){#mainpicture h2{color:#fff;margin:0;font-size:1em;line-height:1}.maintext{font-size:12px;padding-top:0}}.content-visibility{content-visibility:auto;contain-intrinsic-size:1000px}#errorContainer{position:absolute;top:12%;left:0;width:100%;margin:0;box-shadow:0 26px 38px -12px rgba(0,0,0,.7);z-index:1000;opacity:1;display:none;padding:1em}#errorContainer>div{display:flex;background:#fff;max-width:887px;align-items:center}#errorContainer>div .is-icon{width:2em;float:left;height:2em;min-width:2em;min-height:2em}#errorContainer div div:nth-child(2){padding-left:1em}#main_loader{position:absolute;z-index:999}#app_section_block,#twt_promo{display:none}#ad-vignette{z-index:1337}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:0 0;display:flex;justify-content:center;align-items:center;z-index:99999}.modal__container{background-color:#fff;padding:1em;max-width:100%;max-height:80%;border-radius:4px;overflow-y:auto;box-sizing:border-box;min-width:80%}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1em;line-height:1.25;color:#00449e;box-sizing:border-box;display:none}.modal__close{background:0 0;border:0;margin-bottom:1em;display:none}.modal__header .modal__close:before{content:"\2715";font-size:2em}.modal__content{line-height:0;color:rgba(0,0,0,.8)}.modal__btn{width:100%;font-size:.875rem;padding:1em;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{background-color:#a6a6a6}.modal__btn-primary{background-color:#00449e;color:#fff}.a_show{opacity:1}.a_hide{opacity:0;transition:opacity 1s}@media only screen and (min-width:310px) and (max-width:500px){.modal__container{padding:0;border-radius:0}.modal__footer .modal__btn{font-size:1em}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}#overlayimage{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=);position:absolute;top:0;left:0;width:100%;height:100vh;min-height:1500px;display:none}#adBottom{display:none}#ad_bottom{display:inline-block;height:90px;width:100%}@media only screen and (min-width:310px) and (max-width:500px){#adBottom{display:block;position:fixed;text-align:center;bottom:0;width:100%;z-index:999;height:90px;background-color:#fff;transition:.4s}.ad_sticky{width:100%;height:100%;position:relative;box-shadow:0 -1px 3px 0 rgba(0,0,0,.1),0 -1px 2px 0 rgba(0,0,0,.06)}.ad-close{position:absolute;width:25px;height:25px;left:0;top:-25px;box-shadow:0 -1px 3px 0 rgba(0,0,0,.1),0 -1px 2px 0 rgba(0,0,0,.06);z-index:1000;background-color:#fff;border-top-right-radius:6px;cursor:pointer}footer#footer{margin-bottom:45px}}textarea#sendmessage{border-width:3px;box-shadow:none;font-size:100%;width:100%}.relative{position:relative}#_gcaptcha_pt{padding-bottom:1em}#clear,#paste{position:absolute;right:0;top:32px;transform:translate(0,-50%);right:8px;display:flex;align-items:center;font-size:15px;border:1px solid #ddd;border-radius:2px;z-index:1;padding:.6em;height:40px}#clear{display:none}#clear:hover,#paste:hover{cursor:pointer}#paste svg{margin-right:5px}@media (max-width:48em){#bigmessage{font-size:1.3em;line-height:1;padding:1em 0}#googlead_main{min-height:360px}}#target{display:flex}#target .result{flex-grow:1}#mainpicture{flex:auto}@media (min-width:1920px){.pure-u-14-24 img.u-fw{max-width:50%}}#googlead_main{display:block;height:280px;min-height:280px}.result_overlay_buttons a:first-child{margin-top:0}a.pure-button.dl-button{padding:.7em .5em}@media (max-width:900px){.dl-button{font-size:.9em}.maintext{font-size:.85em}}#mainpicture .result_author{border-radius:50%;float:left;width:100%;max-width:100px;margin-bottom:.5em}#mainpicture h2{width:100%;text-align:left;line-height:1}.pd-lr{padding-left:.6em;padding-right:.6em}.maintext{text-align:left}@media (max-width:48em){.result_overlay_buttons{max-width:100%}}@media (max-width:430px){.maintext{font-size:.7em}}.page-404 .footer__container{display:flex;justify-content:center}.page-404 .footer__container .flex-1{display:none}#avatar_and_text{margin-bottom:7px}#dl_btns>p{margin:0;color:#fff;font-size:8px;text-transform:uppercase}.icon.icon-ad-rewarded{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg id="Glyph" height="20" viewBox="0 0 32 32" fill="%2300000090" width="20" xmlns="http://www.w3.org/2000/svg"><path d="m11 16.42 1.53 4.08h-3.06zm18.5-10.42v3.5h-27v-3.5a2.5 2.5 0 0 1 2.5-2.5h22a2.5 2.5 0 0 1 2.5 2.5zm-20.5.5a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm4 0a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm16.5 4v15.5a2.5 2.5 0 0 1 -2.5 2.5h-22a2.5 2.5 0 0 1 -2.5-2.5v-15.5zm-15 12.32-3-8a.52.52 0 0 0 -.94 0l-3 8a.5.5 0 0 0 .94.36l.6-1.68h3.8l.63 1.68a.51.51 0 0 0 .47.32.57.57 0 0 0 .18 0 .52.52 0 0 0 .29-.68zm10-3.82a4.51 4.51 0 0 0 -4.5-4.5h-2a.5.5 0 0 0 -.5.5v8a.5.5 0 0 0 .5.5h2a4.51 4.51 0 0 0 4.5-4.5zm-4.5-3.5h-1.5v7h1.5a3.5 3.5 0 0 0 0-7z"/></svg>');display:inline-block;vertical-align:middle;margin-left:5px}.without_watermark_hd{font-weight:700}.partners-links{margin-bottom:40px;display:flex;gap:30px;justify-content:center;align-items:center}.partners-links a{margin-right:0}.partners-links a{color:#fff;text-decoration:none}@media (max-width:600px){.partners-links{flex-direction:column;margin-bottom:20px}}.ios_promo .modal__footer{display:none}.ios_promo .modal__container{max-height:100%;border-radius:1em;background:#ececec}.ios_promo #ad-vignette-header{padding:0 .5em 0 .5em}.ios_promo .modal__content{color:#000}.ios_promo .modal__container h2{line-height:1.2em;text-align:center;text-transform:uppercase;font-size:16px;padding:0;margin-top:0;margin-bottom:1.5em}.ios_promo .modal__header{justify-content:flex-end}.ios_promo .modal__header button{padding:0;color:#aaa;background:#ececec;width:30px}.ios_promo .modal__header button svg{padding-top:3px;padding-left:9px}#app-steps{display:flex;max-width:350px;flex-direction:column;margin-bottom:1em}#ios_app_footer{align-items:center;display:flex;min-width:310px;width:100%;flex-wrap:wrap;border-radius:1em;background:#eee;margin-top:-1em}#ios_app_footer table{margin:2em auto;font-size:12px;text-transform:uppercase}#ios_app_footer table th{vertical-align:top}#ios_app_footer table th img{border-radius:1em;margin-right:1.5em;max-width:60px}#submit_ios_app{background:linear-gradient(272.21deg,#598bd1 14.73%,#4eb6eb 79.8%);width:100%;border-radius:2em;margin:0 auto;padding:1em;border:0}#submit_ios_app span{font-size:1.4em;color:#fff}#ios_app_footer table td{line-height:1.4em}#ios_app_footer table td p{color:#bbb}#ios_app_footer .rate_stars{color:#ecaa00}#ios_app_footer table td:first-child{line-height:1.2em}#ios_app_footer table h4{margin:0;font-size:1.4em}#app-steps p{justify-content:flex-start;display:flex;align-items:center;margin-block-start:auto;margin-block-end:.5em;line-height:1em}#app-steps p span:first-child{padding-right:1em;font-size:1.5em;padding-left:.5em}#app-steps p span:nth-child(2){padding:8px;background:#fff;text-align:center;margin-right:.5em;border-radius:6px;box-shadow:5px 5px 6px #ddd}#app-steps p img{margin-right:.5em;border-radius:6px;box-shadow:5px 5px 6px #ddd;width:30px}#ios_app_preview{padding:1em 1em 2em 1em;background:#fff;border-radius:1em 1em 0 0}#ios_app_preview img{height:auto;width:auto;max-width:309px;max-height:212px;margin:0 auto;display:flex}@media only screen and (min-height:480px) and (max-height:640px){#ad-vignette-content h2{font-size:13px}#app-steps{font-size:12px}#ios_app_preview img{max-height:150px;width:100%}#ios_app_footer table{margin:1em auto;width:90%;font-size:10px}#ios_app_footer table th img{max-width:52px}#submit_ios_app span{font-size:1em}}.ja #app-steps p{font-size:13px}.ja #submit_ios_app span{font-size:1.6em}.ios_promo .modal__container{padding:0}

.ng-lazyloading,
.ng-lazyload:not(.ng-lazyloaded) {
  opacity: 1 !important;
}

html.eva-visual-only a[href],
html.eva-visual-only button,
html.eva-visual-only [role="button"],
html.eva-visual-only input[type="submit"],
html.eva-visual-only input[type="button"] {
  cursor: default;
}
html.eva-visual-only form {
  pointer-events: none;
}
html.eva-visual-only form a,
html.eva-visual-only form button {
  pointer-events: auto;
}
#eva-locale-menu {
  position: fixed;
  z-index: 10000;
  min-width: 220px;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 50%, 0.2);
  background: var(--background, #fff);
  color: var(--body, #111);
  box-shadow: 0 12px 32px hsla(0, 0%, 0%, 0.18);
}
#eva-locale-menu[hidden] { display: none !important; }
.eva-locale-item {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
[role="img"] img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
}
.swiper, .swiper-container { max-width: 100%; overflow: hidden; }
.swiper-slide, .slick-slide, .owl-item { max-width: 100%; box-sizing: border-box; }
html.eva-visual-only [data-eva-carousel-frozen] .slick-slide[aria-hidden="false"],
html.eva-visual-only [data-eva-carousel-frozen] .swiper-slide[aria-hidden="false"],
html.eva-visual-only [data-eva-carousel-frozen] .slick-current,
html.eva-visual-only [data-eva-carousel-frozen] .slick-active,
html.eva-visual-only [data-eva-carousel-frozen] .swiper-slide-active {
  visibility: visible !important;
  opacity: 1 !important;
}
html.eva-visual-only [data-eva-carousel-frozen] .slick-slide[aria-hidden="true"],
html.eva-visual-only [data-eva-carousel-frozen] .swiper-slide[aria-hidden="true"],
html.eva-visual-only [data-eva-carousel-frozen] .owl-item[aria-hidden="true"] {
  display: none !important;
}
@media (max-width: 767.98px) {
  img[class*="desktop" i][class*="slide" i],
  img[class*="tablet" i][class*="slide" i],
  source[class*="desktop" i][class*="slide" i],
  source[class*="tablet" i][class*="slide" i] {
    display: none !important;
  }
}
@media (min-width: 768px) {
  img[class*="mobile" i][class*="slide" i],
  source[class*="mobile" i][class*="slide" i] {
    display: none !important;
  }
}