html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, html input[type=button], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Notosans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 30px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-embed:after {
  clear: both;
}

ul {
  list-style: none;
}

p {
  font-size: 22px;
}

body {
  background-color: #000A35;
  line-height: 1.43;
}
body.hidden {
  overflow: hidden;
}

.language-mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  .language-mobile {
    display: block;
  }
}

.wpml-ls-legacy-dropdown {
  width: 55px;
}

.wpml-ls-flag {
  width: 24px !important;
  height: 20px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-native {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0.4em;
}

.wpml-ls-legacy-dropdown a {
  border: none;
  background-color: transparent;
  line-height: 1;
  padding: 0;
  transition: none;
}
.wpml-ls-legacy-dropdown a:after {
  border: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0;
}

.wpml-ls-legacy-dropdown a:hover {
  background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus {
  background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: transparent;
}

.language-inner .wpml-ls-sub-menu,
.language-mobile .wpml-ls-sub-menu {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000A35;
  padding: 15px 10px;
  width: 80px;
  border-radius: 10px;
}

.language-inner .wpml-ls-item:not(:last-child),
.language-mobile .wpml-ls-item:not(:last-child) {
  margin-bottom: 15px;
}

.wpml-ls-link:hover span {
  color: #FF9811;
}

@media screen and (max-width: 1300px) {
  .language-inner {
    display: none;
  }
}
.subtitle {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .subtitle {
    font-size: 24px;
    line-height: 1.33;
  }
}

button, svg path {
  transition: 0.3s ease;
}

a:hover {
  text-decoration: unset;
}

.main-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.13;
  margin: 16px 0;
  text-align: center;
  color: #fff;
}
.main-title span {
  color: #FF9811;
}
@media screen and (max-width: 1024px) {
  .main-title {
    font-size: 32px;
  }
}

.blue-bg {
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
  position: relative;
  padding-top: 155px;
  min-height: 505px;
  overflow: hidden;
}
.blue-bg::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -90px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='417' viewBox='0 0 1440 417' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M864.473 281.151V271.397H862.725V281.151H857.557V327.474H869.638V281.151H864.473Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M810.281 322.299H822.362V299.421H810.281V322.299Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M841.914 323.77H847.083V345.041H848.83V323.77H853.995V308.795H841.914V323.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M826.118 316.558H838.199V299.421H826.118V316.558Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M794.601 331.851H806.679V304.84H794.601V331.851Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M785.714 266.328H783.97V276.881H778.801V306.554H790.882V276.881H785.714V266.328Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M738.708 299.421H736.964V309.973H731.795V317.19H743.876V309.973H738.708V299.421Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M770.15 254.251H768.402V271.501H763.237V283.578H768.402V289.088H770.15V283.578H775.318V271.501H770.15V254.251Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M754.429 276.881H752.685V281.821H747.516V311.622H759.597V281.821H754.429V276.881Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M715.999 312.081H721.164V317.19H722.912V312.081H728.08V310H715.999V312.081Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M707.348 281.99H705.6V309.987H700.432V312.067H705.6V321.99H707.348V312.067H712.513V309.987H707.348V281.99Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M684.441 350.162H689.609V356.827H691.354V350.162H696.522V309.961H684.441V350.162Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M668.604 350.285H673.772V355.394H675.52V350.285H680.685V325.721H668.604V350.285Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M652.883 322.566H658.051V334.299H659.799V322.566H664.964V315.406H652.883V322.566Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M612.482 310H610.734V315.349H605.569V393.955H610.734V400.953H612.482V393.955H617.65V315.349H612.482V310Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M621.29 327.775H626.455V355.394H628.203V327.775H633.368V320.615H621.29V327.775Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M643.999 310H642.255V315.349H637.087V322.566H642.255V350.162H643.999V322.566H649.168V315.349H643.999V310Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M511.247 444.77H523.328V404.824H511.247V444.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M596.686 371.458H594.938V386.949H589.77V394.166H594.938V411.327H596.686V394.166H601.851V386.949H596.686V371.458Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M574.36 439.592H586.441V386.949H574.36V439.592Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M565.322 404.824H563.575V432.393H558.406V450.023H563.575V460.177H565.322V450.023H570.487V432.393H565.322V404.824Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M479.651 477.681H491.732V432.393H479.651V477.681Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M502.053 366.271H500.308V409.71H495.14V439.259H507.221V409.71H502.053V366.271Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M549.523 425.416H547.778V442.921H542.61V444.77H547.778V460.177H549.523V444.77H554.691V442.921H549.523V425.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M533.727 425.416H531.979V437.846H526.814V444.77H531.979V467.376H533.727V444.77H538.892V437.846H533.727V425.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M470.767 471.169H469.02V476.093H463.855V483.308H469.02V488.509H470.767V483.308H475.936V476.093H470.767V471.169Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M455.125 448.41H453.377V465.685H448.212V483.308H453.377V488.509H455.125V483.308H460.29V465.685H455.125V448.41Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.291 453.269H374.543V458.796H369.378V476.419H374.543V483.308H376.291V476.419H381.459V458.796H376.291V453.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M344.695 458.797H342.948V470.874H337.783V483.308H349.864V470.874H344.695V458.797Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M313.332 432.539H311.587V437.691H306.419V450.126H318.5V437.691H313.332V432.539Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M196.105 478.289H208.186V470.902H196.105V478.289Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M250.413 425.437H248.666V437.691H243.501V477.8H248.666V493.601H250.413V477.8H255.582V437.691H250.413V425.437Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M164.55 488.509H169.719V500.897H171.463V488.509H176.632V443.033H164.55V488.509Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M322.062 467.608H327.23V483.308H328.974V467.608H334.143V443.094H322.062V467.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M423.683 442.912H421.938V453.269H416.77V472.793H428.851V453.269H423.683V442.912Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M439.313 465.685H437.565V470.946H432.4V472.793H444.481V470.946H439.313V465.685Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M401.049 450.126H406.217V460.33H407.962V450.126H413.13V448.278H401.049V450.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M385.175 467.693H390.343V472.793H392.087V467.693H397.256V438.198H385.175V467.693Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M360.649 453.269H358.901V465.685H353.736V483.308H358.901V488.509H360.649V483.308H365.814V465.685H360.649V453.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M227.664 455.352H239.741V437.854H227.664V455.352Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M180.425 488.509H192.503V471.012H180.425V488.509Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M281.736 425.437H279.991V437.854H274.823V493.601H286.904V437.854H281.736V425.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M218.702 447.974H216.954V453.558H211.786V483.399H223.867V453.558H218.702V447.974Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.82 425.437H154.073V432.651H148.906V439.506H160.986V432.651H155.82V425.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M297.611 432.539H295.866V437.691H290.698V439.54H295.866V449.743H297.611V439.54H302.779V437.691H297.611V432.539Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M265.978 459.581H264.23V481.549H259.065V483.399H264.23V488.509H265.978V483.399H271.143V481.549H265.978V459.581Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.099 425.437H138.353V437.487H133.185V439.336H138.353V444.448H140.099V439.336H145.266V437.487H140.099V425.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M117.31 427.357H122.477V434.572H124.224V427.357H129.391V409.931H117.31V427.357Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.7835 399.405H91.0369V415.037H85.8697V477.7H97.9504V415.037H92.7835V399.405Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.668 439.484H106.834V455.145H108.581V439.484H113.748V404.442H101.668V439.484Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.0722 488.334H82.1526V476.257H70.0722V488.334Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.3428 487.038H59.5963V504.307H54.4294V527.046H66.5097V504.307H61.3428V487.038Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.6699 519.904H27.9233V525.287H22.7564V561.625H34.8368V525.287H29.6699V519.904Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.5144 527.046H43.6817V538.907H45.4279V527.046H50.5951V519.904H38.5144V527.046Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.07375 567.381H12.241V579.242H13.9875V567.381H19.1544V560.238H7.07375V567.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-8.68426 567.381H3.39642V553.174H-8.68426V567.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-24.4821 587.937H-12.4014V560.276H-24.4821V587.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-40.0474 600.296H-34.8805V610.749H-33.134V600.296H-27.9668V586.522H-40.0474V600.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-56 610.749H-50.8331V616.166H-49.0865V610.749H-43.9193V593.408H-56V610.749Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1542.48 0H1540.73V5.34844H1535.57V83.9545H1540.73V90.9533H1542.48V83.9545H1547.65V5.34844H1542.48V0Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1574 0H1572.25V5.34844H1567.09V12.5655H1572.25V40.1619H1574V12.5655H1579.17V5.34844H1574V0Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1441.25 134.77H1453.33V94.8239H1441.25V134.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1526.69 61.4578H1524.94V76.9485H1519.77V84.1656H1524.94V101.327H1526.69V84.1656H1531.85V76.9485H1526.69V61.4578Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1504.36 129.592H1516.44V76.9485H1504.36V129.592Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1495.32 94.8239H1493.57V122.393H1488.41V140.022H1493.57V150.177H1495.32V140.022H1500.49V122.393H1495.32V94.8239Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1409.65 167.681H1421.73V122.393H1409.65V167.681Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1432.05 56.2709H1430.31V99.71H1425.14V129.258H1437.22V99.71H1432.05V56.2709Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1479.52 115.416H1477.78V132.921H1472.61V134.77H1477.78V150.177H1479.52V134.77H1484.69V132.921H1479.52V115.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1463.73 115.416H1461.98V127.846H1456.81V134.77H1461.98V157.376H1463.73V134.77H1468.89V127.846H1463.73V115.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1400.77 161.168H1399.02V166.093H1393.85V173.308H1399.02V178.509H1400.77V173.308H1405.94V166.093H1400.77V161.168Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1385.12 138.41H1383.38V155.685H1378.21V173.308H1383.38V178.509H1385.12V173.308H1390.29V155.685H1385.12V138.41Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1306.29 143.269H1304.54V148.796H1299.38V166.419H1304.54V173.308H1306.29V166.419H1311.46V148.796H1306.29V143.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1274.7 148.796H1272.95V160.874H1267.78V173.308H1279.86V160.874H1274.7V148.796Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1243.33 122.539H1241.59V127.691H1236.42V140.126H1248.5V127.691H1243.33V122.539Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1126.11 168.289H1138.19V160.902H1126.11V168.289Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1180.41 115.437H1178.67V127.691H1173.5V167.8H1178.67V183.601H1180.41V167.8H1185.58V127.691H1180.41V115.437Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1094.55 178.509H1099.72V190.897H1101.46V178.509H1106.63V133.033H1094.55V178.509Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1252.06 157.608H1257.23V173.308H1258.97V157.608H1264.14V133.094H1252.06V157.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1353.68 132.912H1351.94V143.269H1346.77V162.793H1358.85V143.269H1353.68V132.912Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1369.31 155.685H1367.57V160.946H1362.4V162.793H1374.48V160.946H1369.31V155.685Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1331.05 140.126H1336.22V150.33H1337.96V140.126H1343.13V138.278H1331.05V140.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1315.17 157.693H1320.34V162.793H1322.09V157.693H1327.26V128.198H1315.17V157.693Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1290.65 143.269H1288.9V155.685H1283.74V173.308H1288.9V178.509H1290.65V173.308H1295.81V155.685H1290.65V143.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1157.66 145.352H1169.74V127.854H1157.66V145.352Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1110.43 178.509H1122.5V161.012H1110.43V178.509Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1211.74 115.437H1209.99V127.854H1204.82V183.601H1216.9V127.854H1211.74V115.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1148.7 137.974H1146.95V143.558H1141.79V173.399H1153.87V143.558H1148.7V137.974Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1085.82 115.437H1084.07V122.651H1078.91V129.506H1090.99V122.651H1085.82V115.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1227.61 122.539H1225.87V127.691H1220.7V129.54H1225.87V139.743H1227.61V129.54H1232.78V127.691H1227.61V122.539Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1195.98 149.581H1194.23V171.548H1189.06V173.399H1194.23V178.509H1195.98V173.399H1201.14V171.548H1195.98V149.581Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1070.1 115.437H1068.35V127.487H1063.19V129.336H1068.35V134.448H1070.1V129.336H1075.27V127.487H1070.1V115.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1047.31 117.357H1052.48V124.572H1054.22V117.357H1059.39V99.9305H1047.31V117.357Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1022.78 89.4049H1021.04V105.036H1015.87V167.699H1027.95V105.036H1022.78V89.4049Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1031.67 129.484H1036.83V145.145H1038.58V129.484H1043.75V94.4415H1031.67V129.484Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1000.07 178.334H1012.15V166.257H1000.07V178.334Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M991.343 177.038H989.596V194.307H984.429V217.046H996.51V194.307H991.343V177.038Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M959.67 209.904H957.923V215.286H952.756V251.624H964.837V215.286H959.67V209.904Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M968.514 217.046H973.682V228.907H975.428V217.046H980.595V209.904H968.514V217.046Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M937.074 257.381H942.241V269.241H943.988V257.381H949.154V250.238H937.074V257.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M921.316 257.381H933.396V243.174H921.316V257.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M905.518 277.937H917.599V250.276H905.518V277.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M889.953 290.296H895.119V300.749H896.866V290.296H902.033V276.522H889.953V290.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M874 300.749H879.167V306.166H880.913V300.749H886.081V283.408H874V300.749Z' fill='%235E6EB7'/%3E%3C/g%3E%3Cg opacity='0.1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1130.47 479.151V469.397H1128.73V479.151H1123.56V525.474H1135.64V479.151H1130.47Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1076.28 520.299H1088.36V497.421H1076.28V520.299Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1107.91 521.77H1113.08V543.041H1114.83V521.77H1120V506.795H1107.91V521.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1092.12 514.558H1104.2V497.421H1092.12V514.558Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1060.6 529.851H1072.68V502.84H1060.6V529.851Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1051.71 464.328H1049.97V474.881H1044.8V504.554H1056.88V474.881H1051.71V464.328Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1004.71 497.421H1002.96V507.973H997.795V515.19H1009.88V507.973H1004.71V497.421Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1036.15 452.251H1034.4V469.501H1029.24V481.578H1034.4V487.088H1036.15V481.578H1041.32V469.501H1036.15V452.251Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1020.43 474.881H1018.68V479.821H1013.52V509.622H1025.6V479.821H1020.43V474.881Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M981.999 510.081H987.164V515.19H988.912V510.081H994.08V508H981.999V510.081Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M973.348 479.99H971.6V507.987H966.432V510.067H971.6V519.99H973.348V510.067H978.513V507.987H973.348V479.99Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M950.441 548.162H955.609V554.827H957.354V548.162H962.522V507.961H950.441V548.162Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M934.604 548.285H939.772V553.394H941.52V548.285H946.685V523.721H934.604V548.285Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M918.883 520.566H924.051V532.299H925.799V520.566H930.964V513.406H918.883V520.566Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M878.482 508H876.734V513.349H871.569V591.955H876.734V598.953H878.482V591.955H883.65V513.349H878.482V508Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M887.29 525.775H892.455V553.394H894.203V525.775H899.368V518.615H887.29V525.775Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M909.999 508H908.255V513.349H903.087V520.566H908.255V548.162H909.999V520.566H915.168V513.349H909.999V508Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M777.247 642.77H789.328V602.824H777.247V642.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M862.686 569.458H860.938V584.949H855.77V592.166H860.938V609.327H862.686V592.166H867.851V584.949H862.686V569.458Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M840.36 637.592H852.441V584.949H840.36V637.592Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M831.322 602.824H829.575V630.393H824.406V648.023H829.575V658.177H831.322V648.023H836.487V630.393H831.322V602.824Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M745.651 675.681H757.732V630.393H745.651V675.681Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M768.053 564.271H766.308V607.71H761.14V637.259H773.221V607.71H768.053V564.271Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M815.523 623.416H813.778V640.921H808.61V642.77H813.778V658.177H815.523V642.77H820.691V640.921H815.523V623.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M799.727 623.416H797.979V635.846H792.814V642.77H797.979V665.376H799.727V642.77H804.892V635.846H799.727V623.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M736.767 669.169H735.02V674.093H729.855V681.308H735.02V686.509H736.767V681.308H741.936V674.093H736.767V669.169Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M721.125 646.41H719.377V663.685H714.212V681.308H719.377V686.509H721.125V681.308H726.29V663.685H721.125V646.41Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M642.291 651.269H640.543V656.796H635.378V674.419H640.543V681.308H642.291V674.419H647.459V656.796H642.291V651.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M610.695 656.797H608.948V668.874H603.783V681.308H615.864V668.874H610.695V656.797Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M579.332 630.539H577.587V635.691H572.419V648.126H584.5V635.691H579.332V630.539Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M462.105 676.289H474.186V668.902H462.105V676.289Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M516.413 623.437H514.666V635.691H509.501V675.8H514.666V691.601H516.413V675.8H521.582V635.691H516.413V623.437Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M430.55 686.509H435.719V698.897H437.463V686.509H442.632V641.033H430.55V686.509Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.062 665.608H593.23V681.308H594.974V665.608H600.143V641.094H588.062V665.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M689.683 640.912H687.938V651.269H682.77V670.793H694.851V651.269H689.683V640.912Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M705.313 663.685H703.565V668.946H698.4V670.793H710.481V668.946H705.313V663.685Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M667.049 648.126H672.217V658.33H673.962V648.126H679.13V646.278H667.049V648.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M651.175 665.693H656.343V670.793H658.087V665.693H663.256V636.198H651.175V665.693Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M626.649 651.269H624.901V663.685H619.736V681.308H624.901V686.509H626.649V681.308H631.814V663.685H626.649V651.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M493.664 653.352H505.741V635.854H493.664V653.352Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M446.425 686.509H458.503V669.012H446.425V686.509Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M547.736 623.437H545.991V635.854H540.823V691.601H552.904V635.854H547.736V623.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M484.702 645.974H482.954V651.558H477.786V681.399H489.867V651.558H484.702V645.974Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M421.82 623.437H420.073V630.651H414.906V637.506H426.986V630.651H421.82V623.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M563.611 630.539H561.866V635.691H556.698V637.54H561.866V647.743H563.611V637.54H568.779V635.691H563.611V630.539Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M531.978 657.581H530.23V679.549H525.065V681.399H530.23V686.509H531.978V681.399H537.143V679.549H531.978V657.581Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M406.099 623.437H404.353V635.487H399.185V637.336H404.353V642.448H406.099V637.336H411.266V635.487H406.099V623.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M383.31 625.357H388.477V632.572H390.224V625.357H395.391V607.931H383.31V625.357Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M358.784 597.405H357.037V613.037H351.87V675.7H363.95V613.037H358.784V597.405Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M367.668 637.484H372.834V653.145H374.581V637.484H379.748V602.442H367.668V637.484Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M336.072 686.334H348.153V674.257H336.072V686.334Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M327.343 685.038H325.596V702.307H320.429V725.046H332.51V702.307H327.343V685.038Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M295.67 717.904H293.923V723.287H288.756V759.625H300.837V723.287H295.67V717.904Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M304.514 725.046H309.682V736.907H311.428V725.046H316.595V717.904H304.514V725.046Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.074 765.381H278.241V777.242H279.988V765.381H285.154V758.238H273.074V765.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M257.316 765.381H269.396V751.174H257.316V765.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M241.518 785.937H253.599V758.276H241.518V785.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.953 798.296H231.119V808.749H232.866V798.296H238.033V784.522H225.953V798.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M210 808.749H215.167V814.166H216.913V808.749H222.081V791.408H210V808.749Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1808.48 198H1806.73V203.348H1801.57V281.954H1806.73V288.953H1808.48V281.954H1813.65V203.348H1808.48V198Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1840 198H1838.25V203.348H1833.09V210.566H1838.25V238.162H1840V210.566H1845.17V203.348H1840V198Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1707.25 332.77H1719.33V292.824H1707.25V332.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1792.69 259.458H1790.94V274.949H1785.77V282.166H1790.94V299.327H1792.69V282.166H1797.85V274.949H1792.69V259.458Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1770.36 327.592H1782.44V274.949H1770.36V327.592Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1761.32 292.824H1759.57V320.393H1754.41V338.022H1759.57V348.177H1761.32V338.022H1766.49V320.393H1761.32V292.824Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1675.65 365.681H1687.73V320.393H1675.65V365.681Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1698.05 254.271H1696.31V297.71H1691.14V327.258H1703.22V297.71H1698.05V254.271Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1745.52 313.416H1743.78V330.921H1738.61V332.77H1743.78V348.177H1745.52V332.77H1750.69V330.921H1745.52V313.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1729.73 313.416H1727.98V325.846H1722.81V332.77H1727.98V355.376H1729.73V332.77H1734.89V325.846H1729.73V313.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1666.77 359.168H1665.02V364.093H1659.85V371.308H1665.02V376.509H1666.77V371.308H1671.94V364.093H1666.77V359.168Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1651.12 336.41H1649.38V353.685H1644.21V371.308H1649.38V376.509H1651.12V371.308H1656.29V353.685H1651.12V336.41Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1572.29 341.269H1570.54V346.796H1565.38V364.419H1570.54V371.308H1572.29V364.419H1577.46V346.796H1572.29V341.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1540.7 346.796H1538.95V358.874H1533.78V371.308H1545.86V358.874H1540.7V346.796Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1509.33 320.539H1507.59V325.691H1502.42V338.126H1514.5V325.691H1509.33V320.539Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1392.11 366.289H1404.19V358.902H1392.11V366.289Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1446.41 313.437H1444.67V325.691H1439.5V365.8H1444.67V381.601H1446.41V365.8H1451.58V325.691H1446.41V313.437Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1360.55 376.509H1365.72V388.897H1367.46V376.509H1372.63V331.033H1360.55V376.509Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1518.06 355.608H1523.23V371.308H1524.97V355.608H1530.14V331.094H1518.06V355.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1619.68 330.912H1617.94V341.269H1612.77V360.793H1624.85V341.269H1619.68V330.912Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1635.31 353.685H1633.57V358.946H1628.4V360.793H1640.48V358.946H1635.31V353.685Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1597.05 338.126H1602.22V348.33H1603.96V338.126H1609.13V336.278H1597.05V338.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1581.17 355.693H1586.34V360.793H1588.09V355.693H1593.26V326.198H1581.17V355.693Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1556.65 341.269H1554.9V353.685H1549.74V371.308H1554.9V376.509H1556.65V371.308H1561.81V353.685H1556.65V341.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1423.66 343.352H1435.74V325.854H1423.66V343.352Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1376.43 376.509H1388.5V359.012H1376.43V376.509Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1477.74 313.437H1475.99V325.854H1470.82V381.601H1482.9V325.854H1477.74V313.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1414.7 335.974H1412.95V341.558H1407.79V371.399H1419.87V341.558H1414.7V335.974Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1351.82 313.437H1350.07V320.651H1344.91V327.506H1356.99V320.651H1351.82V313.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1493.61 320.539H1491.87V325.691H1486.7V327.54H1491.87V337.743H1493.61V327.54H1498.78V325.691H1493.61V320.539Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1461.98 347.581H1460.23V369.548H1455.06V371.399H1460.23V376.509H1461.98V371.399H1467.14V369.548H1461.98V347.581Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1336.1 313.437H1334.35V325.487H1329.19V327.336H1334.35V332.448H1336.1V327.336H1341.27V325.487H1336.1V313.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1313.31 315.357H1318.48V322.572H1320.22V315.357H1325.39V297.931H1313.31V315.357Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1288.78 287.405H1287.04V303.036H1281.87V365.699H1293.95V303.036H1288.78V287.405Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1297.67 327.484H1302.83V343.145H1304.58V327.484H1309.75V292.442H1297.67V327.484Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1266.07 376.334H1278.15V364.257H1266.07V376.334Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1257.34 375.038H1255.6V392.307H1250.43V415.046H1262.51V392.307H1257.34V375.038Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1225.67 407.904H1223.92V413.286H1218.76V449.624H1230.84V413.286H1225.67V407.904Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1234.51 415.046H1239.68V426.907H1241.43V415.046H1246.6V407.904H1234.51V415.046Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1203.07 455.381H1208.24V467.241H1209.99V455.381H1215.15V448.238H1203.07V455.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1187.32 455.381H1199.4V441.174H1187.32V455.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1171.52 475.937H1183.6V448.276H1171.52V475.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1155.95 488.296H1161.12V498.749H1162.87V488.296H1168.03V474.522H1155.95V488.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1140 498.749H1145.17V504.166H1146.91V498.749H1152.08V481.408H1140V498.749Z' fill='%235E6EB7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .blue-bg {
    padding-top: 145px;
    min-height: unset;
  }
  .blue-bg::before {
    top: 0;
    right: 0;
  }
}

.gradient-btn {
  color: #fff;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: unset;
  transition: 0.5s;
}
.gradient-btn:hover {
  background-position: right;
}

.container {
  width: 100%;
  max-width: 1480px;
  padding: 0 60px;
  margin: 0 auto;
}
.container.full-width {
  max-width: unset;
  padding: 0 20px;
}
.container.full {
  max-width: unset;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.swiper-wrapper {
  padding-left: 0;
}
.swiper-wrapper .blog-page__author {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.slider-wrap {
  position: relative;
  padding-bottom: 30px;
}

.swiper-slide {
  height: auto;
}

.swiper-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #192352;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-arrow:not(.swiper-button-disabled):hover svg path {
  stroke: #FA03A4;
}
.swiper-arrow.swiper-button-disabled {
  cursor: default;
}
.swiper-arrow.swiper-button-disabled svg path {
  opacity: 0.5;
}
.swiper-arrow.swiper-default-prev {
  left: -55px;
}
.swiper-arrow.swiper-default-next {
  right: -55px;
}
.swiper-arrow svg {
  width: 25px;
  height: 25px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15px;
}

.swiper-pagination-bullet {
  background: #BEC2CB;
  transition: 0.3s ease;
}
.swiper-pagination-bullet:hover {
  background: rgba(250, 3, 164, 0.5);
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FA03A4;
}

.category-slider {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .swiper-arrows {
    display: none;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
  .category-slider {
    padding-bottom: 32px;
  }
}
header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 700;
}

.faq01-comment {
  display: none;
  height: auto;
  margin-bottom: 30px;
  padding-top: 15px;
}

.faq01_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  padding: 10px 30px;
  font-family: Notosans, sans-serif;
  transition: all 0.2s;
  display: flex;
  position: relative;
}
.faq01_block.active .faq01_icon {
  transform: rotate(-90deg);
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_container {
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.faq01_container.faqs-block {
  max-width: unset;
  margin: 24px 0;
}
.faq01_container.faqs-block h3 {
  margin: 0;
}
.faq01_container.faqs-block .faq01_icon {
  width: 15px;
  height: 15px;
  object-fit: none;
}
.faq01_container.faqs-block .faq01_paragraph p {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 479px) {
  .faq01_container.faqs-block .faq01_block {
    min-height: unset;
  }
  .faq01_container.faqs-block .faq01_icon {
    top: 15px;
  }
  .faq01_container.faqs-block .faq01_paragraph p {
    padding: 0 0 0 15px;
  }
  .faq01_container.faqs-block .faq-header.noselect {
    font-size: 18px;
  }
}

.faq01_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
  transition: 0.3s ease;
}

.faq01_paragraph p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px;
  font-family: Notosans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .faq01_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .faq-header.noselect {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }
  .faq01_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
  .faq01_paragraph {
    margin-left: 0;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.footer {
  background-color: #000;
  padding: 100px 0 32px;
  position: relative;
}
.footer a:hover {
  color: #FFCA84;
}
.footer__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  padding-bottom: 64px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer__column {
  width: fit-content;
}
.footer__contacts {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 8px 24px;
}
.footer__contacts span {
  color: #fff;
}
.footer__logo {
  padding-bottom: 64px;
}
.footer__logo img {
  max-height: 34px;
  width: fit-content;
  height: 100%;
}
.footer__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #FF9811;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__menu .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer__menu a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.footer__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 32px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
.footer__item {
  line-height: 1.5;
}
.footer__item:not(:last-child) {
  margin-bottom: 16px;
}
.footer__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.footer__contact {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .footer__wrap {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    grid-template-columns: 1fr 1fr;
  }
  .footer__column:first-child {
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0 32px;
  }
  .footer__wrap {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding-bottom: 48px;
  }
  .footer__subtitle {
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin-top: 0;
  }
  .footer__logo {
    padding-bottom: 24px;
  }
  .footer__column:first-child {
    grid-column-start: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer__column:last-child {
    margin-top: 32px;
  }
  .footer__menu a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .dashboard ~ div[id^=b_hpbmo34b] > div {
    bottom: 100px !important;
  }
  body.hide-chat-icon div[id^=b_hpbmo34b] > div {
    z-index: -1 !important;
  }
}
.remodal-wrapper.remodal-is-opened {
  z-index: 100000;
}

.lifetime-access__popup {
  border-radius: 24px;
  background-color: #192352;
  padding: 48px;
  margin-bottom: 0;
}
.lifetime-access__popup-successfully {
  max-width: 450px;
}
.lifetime-access__popup-close {
  display: flex;
  justify-content: flex-end;
}
.lifetime-access__popup-close span {
  cursor: pointer;
}
.lifetime-access__popup-close span svg path {
  transition: all 0.3s;
}
.lifetime-access__popup-close span:hover svg path {
  stroke: #fff;
  transition: all 0.3s;
}
.lifetime-access__popup-title {
  font-size: 24px;
  font-weight: 700;
  color: #FAFAFA;
  line-height: 1.4;
  margin-bottom: 16px;
}
.lifetime-access__popup-description {
  font-size: 16px;
  font-weight: 500;
  color: #718096;
  line-height: 1.5;
  margin-bottom: 32px;
  padding: 0 12px;
}
.lifetime-access__popup-form-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.lifetime-access__popup-form-inner .lifetime-access__popup-label {
  margin-bottom: 0;
}
.lifetime-access__popup-label {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.lifetime-access__popup-input-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}
.lifetime-access__popup-input {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding: 16px 24px;
  border-radius: 32px;
  background-color: #000A35;
  width: 100%;
  border: none;
}
.lifetime-access__popup-input::placeholder {
  color: #b8bdd1;
}
.lifetime-access__popup-input:focus {
  outline: transparent;
}
.lifetime-access__popup-btn {
  border-radius: 32px;
  background: linear-gradient(90deg, #FF9811 0%, #FA03A4 100%);
  height: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.lifetime-access__popup-btn:hover span {
  background-color: #192352;
  transition: all 0.3s;
}
.lifetime-access__popup-btn span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: transparent;
  height: 54px;
  width: 102%;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.lifetime-access__popup-btn-signup {
  width: 200px;
}
.lifetime-access__popup-btn-signup span {
  width: 198px;
}
.lifetime-access__popup-btn-link {
  text-decoration: none;
}
.lifetime-access__popup-btn-link span {
  width: 99.2%;
}
.lifetime-access__popup-message {
  color: #fff;
  transition: all 0.3s;
}
.lifetime-access__popup-message .lifetime-access__popup-success {
  opacity: 1;
  transition: all 0.3s;
}
.lifetime-access__popup-message .lifetime-access__popup-passwords {
  opacity: 1;
  transition: all 0.3s;
}

.lifetime-access__popup-successfully .pulse-icon.fail {
  display: flex;
  margin: 0 auto 20px;
}

.lifetime-access__popup {
  border-radius: 24px;
  background-color: #192352;
  padding: 48px;
  margin-bottom: 0;
}
.lifetime-access__popup-successfully {
  max-width: 450px;
}
.lifetime-access__popup-notice {
  font-size: 16px;
  display: none;
  font-weight: 500;
  color: #FF9811;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 12px;
}
.lifetime-access__popup-notice a {
  color: white;
}
.lifetime-access__popup-close {
  display: flex;
  justify-content: flex-end;
}
.lifetime-access__popup-close span {
  cursor: pointer;
}
.lifetime-access__popup-close span svg path {
  transition: all 0.3s;
}
.lifetime-access__popup-close span:hover svg path {
  stroke: #fff;
  transition: all 0.3s;
}
.lifetime-access__popup-title {
  font-size: 24px;
  font-weight: 700;
  color: #FAFAFA;
  line-height: 1.4;
  margin-bottom: 16px;
}
.lifetime-access__popup-title span {
  display: block;
}
.lifetime-access__popup-description {
  font-size: 16px;
  font-weight: 500;
  color: #718096;
  line-height: 1.5;
  margin-bottom: 32px;
  padding: 0 12px;
}
.lifetime-access__popup-description .popup_response b {
  color: #b1bfd2;
}
.lifetime-access__popup-description span {
  display: block;
}
.lifetime-access__popup-description a {
  color: #ffffff;
}
.lifetime-access__popup-form-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.lifetime-access__popup-form-inner .lifetime-access__popup-label {
  margin-bottom: 0;
}
.lifetime-access__popup-label {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.lifetime-access__popup-input-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}
.lifetime-access__popup-input {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding: 16px 24px;
  border-radius: 32px;
  background-color: #000A35;
  width: 100%;
  border: none;
}
.lifetime-access__popup-input::placeholder {
  color: #b8bdd1;
}
.lifetime-access__popup-input:focus {
  outline: transparent;
}
.lifetime-access__popup-btn {
  border-radius: 32px;
  background: linear-gradient(90deg, #FF9811 0%, #FA03A4 100%);
  height: 56px;
  transition: all 0.3s;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.lifetime-access__popup-btn:hover span {
  background-color: #192352;
  transition: all 0.3s;
}
.lifetime-access__popup-btn span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: transparent;
  height: 54px;
  width: 99.6%;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.lifetime-access__popup-btn-signup {
  width: 200px;
}
.lifetime-access__popup-btn-signup span {
  width: 198px;
}
.lifetime-access__popup-btn-link {
  text-decoration: none;
}
.lifetime-access__popup-btn-link span {
  width: 99.4%;
}
.lifetime-access__popup-message {
  color: #fff;
  transition: all 0.3s;
}
.lifetime-access__popup-message .lifetime-access__popup-success {
  opacity: 1;
  transition: all 0.3s;
}
.lifetime-access__popup-message .lifetime-access__popup-passwords {
  opacity: 1;
  transition: all 0.3s;
}

.accept-close-btn {
  min-width: 150px;
}

.discount__text span {
  display: inline;
}

.lifetime-access__code {
  max-width: 590px;
  width: 100%;
  padding: 56px 32px 32px;
  position: relative;
}
.lifetime-access__code .lifetime-access__popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
}
.lifetime-access__code .lifetime-access__popup-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}
.lifetime-access__code .lifetime-access__popup-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.lifetime-access__code .lifetime-access__popup-icon span svg {
  width: 100%;
  height: 100%;
}
.lifetime-access__code .lifetime-access__popup-icon .lifetime-access__popup-icon-bg {
  border-radius: 50%;
  background: rgb(25, 177, 189);
  width: 60px;
  height: 60px;
  position: relative;
  opacity: 0.45;
}
.lifetime-access__code .lifetime-access__popup-icon .lifetime-access__popup-icon-bg::before, .lifetime-access__code .lifetime-access__popup-icon .lifetime-access__popup-icon-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgb(25, 177, 189);
  width: 60px;
  height: 60px;
  animation: 2s ease-in-out 0s infinite normal none running pulseIcon;
}
.lifetime-access__code .lifetime-access__popup-icon .lifetime-access__popup-icon-bg::before {
  animation: 2s ease-in-out 0.5s infinite normal none running pulseIcon;
}
.lifetime-access__code-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 32px;
  padding-left: 0;
}
.lifetime-access__code-item {
  animation: auto ease 0s 1 normal none running none;
  width: 56px;
  height: 56px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}
.lifetime-access__code-btn {
  margin-bottom: 20px;
  background: #19B1BD;
  text-decoration: none;
}
.lifetime-access__code-box {
  display: flex;
  justify-content: center;
}
.lifetime-access__code-qr {
  padding: 12px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  max-width: 184px;
  max-height: 184px;
}

@media screen and (max-width: 767px) {
  .lifetime-access__code-qr {
    max-width: 150px;
    max-height: 150px;
  }
}
@keyframes pulseIcon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.social {
  display: flex;
}
.social__item {
  display: flex;
  height: fit-content;
}
.social__item:hover svg path {
  fill: #fff;
}
.social__item:not(:last-child) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
  }
  .social__item:not(:last-child) {
    margin-right: 0;
  }
}
.otgs-development-site-front-end {
  display: none;
}

.default-input {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  position: relative;
}
.default-input span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: fit-content;
  margin-bottom: 12px;
}
.default-input .js__telegram-code {
  margin-bottom: 0;
}
.default-input input {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 32px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 16px 24px;
  transition: 0.3s ease;
}
.default-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.default-input input:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.default-input input:focus-visible {
  outline: unset;
}

.nf-error .nf-error-msg {
  font-size: 15px;
  color: red;
}

.default-select {
  position: relative;
}
.default-select.error input {
  background-color: #192352;
}
.default-select.error p {
  opacity: 1;
  visibility: visible;
}
.default-select p {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 14px;
  color: red;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.default-input {
  position: relative;
}
.default-input.error input {
  background-color: #192352;
}
.default-input.error p {
  opacity: 1;
  visibility: visible;
}
.default-input p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: red;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.default-select-selection {
  height: 56px !important;
  border-radius: 32px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: #000A35 !important;
}
.default-select-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 400;
  line-height: 56px !important;
  color: #fff !important;
  padding-left: 24px !important;
}
.default-select-selection .select2-selection__arrow {
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%);
}
.default-select-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.default-select-selection .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.select2-container--open .default-select-selection {
  border-radius: 32px 32px 0 0 !important;
}
.select2-container--open .default-select-selection .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent !important;
}

.default-select-dropdown {
  overflow: hidden;
  border: unset;
  border-radius: 0 0 8px 8px;
}
.default-select-dropdown .select2-results__option--highlighted {
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%) !important;
}
.default-select-dropdown .select2-results__option {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
  background-color: #000645;
}

.default-select__label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  width: fit-content;
  margin-bottom: 12px;
}

#home .plans__list, #signals .plans__list {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #home .plans__list, #signals .plans__list {
    padding: 0 0 32px;
  }
}

@media only screen and (min-width: 641px) {
  .pdf-modal {
    max-width: 900px;
  }
  .pdf-modal button.remodal-close {
    right: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 641px) {
  .pdf-modal button.remodal-close {
    top: 5px;
    right: 10px;
  }
}
.g-recaptcha {
  margin-bottom: 5px;
}
.g-recaptcha__error {
  font-size: 16px;
  text-align: left;
  color: red;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.g-recaptcha__error.show {
  opacity: 1;
  visibility: visible;
}

.pdfemb-pagescontainer {
  background-color: #000a35 !important;
}

div.pdfemb-viewer {
  border: unset !important;
}

.pdf-section {
  padding: 50px 0;
}

div.pdfemb-viewer {
  background-color: transparent;
}

.pdf-section .container {
  max-width: 1000px;
}

.promocode {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  width: calc(50% - 12px);
  margin-bottom: 35px;
  position: relative;
}
.promocode.promocode-dashboard .promocode__error {
  bottom: -24px;
}
.promocode__label {
  width: 100%;
}
.promocode__btn {
  padding: 16px 30px;
}
.promocode-message {
  position: absolute;
  bottom: -31px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}
.promocode__success {
  color: #44c744;
  bottom: -20px;
  width: max-content;
}
.promocode__error {
  color: red;
}
@media screen and (max-width: 767px) {
  .promocode {
    width: 100%;
    flex-direction: column;
  }
  .promocode__btn {
    width: 100%;
  }
}

.subscribe-post {
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
  position: relative;
  padding: 80px 0;
  border-radius: 16px;
  overflow: hidden;
}
.subscribe-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1312' height='384' viewBox='0 0 1312 384' fill='none'%3E%3Cg opacity='0.1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M920.473 157.151V147.397H918.725V157.151H913.557V203.474H925.638V157.151H920.473Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M866.281 198.299H878.362V175.421H866.281V198.299Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M897.914 199.77H903.083V221.041H904.83V199.77H909.995V184.795H897.914V199.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M882.118 192.558H894.199V175.421H882.118V192.558Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M850.601 207.851H862.679V180.84H850.601V207.851Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M841.714 142.328H839.97V152.881H834.801V182.554H846.882V152.881H841.714V142.328Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M794.708 175.421H792.964V185.973H787.795V193.19H799.876V185.973H794.708V175.421Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M826.15 130.251H824.402V147.501H819.237V159.578H824.402V165.088H826.15V159.578H831.318V147.501H826.15V130.251Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M810.429 152.881H808.685V157.821H803.516V187.622H815.597V157.821H810.429V152.881Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M771.999 188.081H777.164V193.19H778.912V188.081H784.08V186H771.999V188.081Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M763.348 157.99H761.6V185.987H756.432V188.067H761.6V197.99H763.348V188.067H768.513V185.987H763.348V157.99Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M740.441 226.162H745.609V232.827H747.354V226.162H752.522V185.961H740.441V226.162Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M724.604 226.285H729.772V231.394H731.52V226.285H736.685V201.721H724.604V226.285Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M708.883 198.566H714.051V210.299H715.799V198.566H720.964V191.406H708.883V198.566Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M668.482 186H666.734V191.349H661.569V269.955H666.734V276.953H668.482V269.955H673.65V191.349H668.482V186Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M677.29 203.775H682.455V231.394H684.203V203.775H689.368V196.615H677.29V203.775Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.999 186H698.255V191.349H693.087V198.566H698.255V226.162H699.999V198.566H705.168V191.349H699.999V186Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M567.247 320.77H579.328V280.824H567.247V320.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M652.686 247.458H650.938V262.949H645.77V270.166H650.938V287.327H652.686V270.166H657.851V262.949H652.686V247.458Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M630.36 315.592H642.441V262.949H630.36V315.592Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M621.322 280.824H619.575V308.393H614.406V326.023H619.575V336.177H621.322V326.023H626.487V308.393H621.322V280.824Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M535.651 353.681H547.732V308.393H535.651V353.681Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M558.053 242.271H556.308V285.71H551.14V315.259H563.221V285.71H558.053V242.271Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M605.523 301.416H603.778V318.921H598.61V320.77H603.778V336.177H605.523V320.77H610.691V318.921H605.523V301.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M589.727 301.416H587.979V313.846H582.814V320.77H587.979V343.376H589.727V320.77H594.892V313.846H589.727V301.416Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M526.767 347.169H525.02V352.093H519.855V359.308H525.02V364.509H526.767V359.308H531.936V352.093H526.767V347.169Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M511.125 324.41H509.377V341.685H504.212V359.308H509.377V364.509H511.125V359.308H516.29V341.685H511.125V324.41Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M432.291 329.269H430.543V334.796H425.378V352.419H430.543V359.308H432.291V352.419H437.459V334.796H432.291V329.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M400.695 334.797H398.948V346.874H393.783V359.308H405.864V346.874H400.695V334.797Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M369.332 308.539H367.587V313.691H362.419V326.126H374.5V313.691H369.332V308.539Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M252.105 354.289H264.186V346.902H252.105V354.289Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306.413 301.437H304.666V313.691H299.501V353.8H304.666V369.601H306.413V353.8H311.582V313.691H306.413V301.437Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.55 364.509H225.719V376.897H227.463V364.509H232.632V319.033H220.55V364.509Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M378.062 343.608H383.23V359.308H384.974V343.608H390.143V319.094H378.062V343.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M479.683 318.912H477.938V329.269H472.77V348.793H484.851V329.269H479.683V318.912Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.313 341.685H493.565V346.946H488.4V348.793H500.481V346.946H495.313V341.685Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M457.049 326.126H462.217V336.33H463.962V326.126H469.13V324.278H457.049V326.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M441.175 343.693H446.343V348.793H448.087V343.693H453.256V314.198H441.175V343.693Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M416.649 329.269H414.901V341.685H409.736V359.308H414.901V364.509H416.649V359.308H421.814V341.685H416.649V329.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M283.664 331.352H295.741V313.854H283.664V331.352Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M236.425 364.509H248.503V347.012H236.425V364.509Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M337.736 301.437H335.991V313.854H330.823V369.601H342.904V313.854H337.736V301.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M274.702 323.974H272.954V329.558H267.786V359.399H279.867V329.558H274.702V323.974Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.82 301.437H210.073V308.651H204.906V315.506H216.986V308.651H211.82V301.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M353.611 308.539H351.866V313.691H346.698V315.54H351.866V325.743H353.611V315.54H358.779V313.691H353.611V308.539Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.978 335.581H320.23V357.549H315.065V359.399H320.23V364.509H321.978V359.399H327.143V357.549H321.978V335.581Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M196.099 301.437H194.353V313.487H189.185V315.336H194.353V320.448H196.099V315.336H201.266V313.487H196.099V301.437Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M173.31 303.357H178.477V310.572H180.224V303.357H185.391V285.931H173.31V303.357Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M148.784 275.405H147.037V291.037H141.87V353.7H153.95V291.037H148.784V275.405Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M157.668 315.484H162.834V331.145H164.581V315.484H169.748V280.442H157.668V315.484Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.072 364.334H138.153V352.257H126.072V364.334Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M117.343 363.038H115.596V380.307H110.429V403.046H122.51V380.307H117.343V363.038Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.6699 395.904H83.9233V401.287H78.7564V437.625H90.8368V401.287H85.6699V395.904Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.5144 403.046H99.6817V414.907H101.428V403.046H106.595V395.904H94.5144V403.046Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.0737 443.381H68.241V455.242H69.9875V443.381H75.1544V436.238H63.0737V443.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3157 443.381H59.3964V429.174H47.3157V443.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.5179 463.937H43.5986V436.276H31.5179V463.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9526 476.296H21.1195V486.749H22.866V476.296H28.0332V462.522H15.9526V476.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 486.749H5.1669V492.166H6.91346V486.749H12.0807V469.408H0V486.749Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1598.48 -124H1596.73V-118.652H1591.57V-40.0455H1596.73V-33.0467H1598.48V-40.0455H1603.65V-118.652H1598.48V-124Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1630 -124H1628.25V-118.652H1623.09V-111.434H1628.25V-83.8381H1630V-111.434H1635.17V-118.652H1630V-124Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1497.25 10.77H1509.33V-29.1761H1497.25V10.77Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1582.69 -62.5422H1580.94V-47.0515H1575.77V-39.8344H1580.94V-22.6733H1582.69V-39.8344H1587.85V-47.0515H1582.69V-62.5422Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1560.36 5.59192H1572.44V-47.0515H1560.36V5.59192Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1551.32 -29.1761H1549.57V-1.60729H1544.41V16.0225H1549.57V26.1767H1551.32V16.0225H1556.49V-1.60729H1551.32V-29.1761Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1465.65 43.6806H1477.73V-1.6073H1465.65V43.6806Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1488.05 -67.7291H1486.31V-24.29H1481.14V5.25845H1493.22V-24.29H1488.05V-67.7291Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1535.52 -8.5838H1533.78V8.92114H1528.61V10.77H1533.78V26.1767H1535.52V10.77H1540.69V8.92114H1535.52V-8.5838Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1519.73 -8.5838H1517.98V3.84622H1512.81V10.77H1517.98V33.3759H1519.73V10.77H1524.89V3.84622H1519.73V-8.5838Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1456.77 37.1684H1455.02V42.0934H1449.85V49.3083H1455.02V54.5093H1456.77V49.3083H1461.94V42.0934H1456.77V37.1684Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1441.12 14.4101H1439.38V31.6851H1434.21V49.3083H1439.38V54.5093H1441.12V49.3083H1446.29V31.6851H1441.12V14.4101Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1362.29 19.269H1360.54V24.7962H1355.38V42.4194H1360.54V49.3081H1362.29V42.4194H1367.46V24.7962H1362.29V19.269Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1330.7 24.7964H1328.95V36.8735H1323.78V49.3083H1335.86V36.8735H1330.7V24.7964Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1299.33 -1.46143H1297.59V3.69096H1292.42V16.126H1304.5V3.69096H1299.33V-1.46143Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1182.11 44.2892H1194.19V36.9018H1182.11V44.2892Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1236.41 -8.56342H1234.67V3.69095H1229.5V43.7999H1234.67V59.6005H1236.41V43.7999H1241.58V3.69095H1236.41V-8.56342Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1150.55 54.5093H1155.72V66.897H1157.46V54.5093H1162.63V9.0325H1150.55V54.5093Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1308.06 33.608H1313.23V49.3083H1314.97V33.608H1320.14V9.0943H1308.06V33.608Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1409.68 8.91205H1407.94V19.2692H1402.77V38.7934H1414.85V19.2692H1409.68V8.91205Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1425.31 31.6851H1423.57V36.9457H1418.4V38.7933H1430.48V36.9457H1425.31V31.6851Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1387.05 16.126H1392.22V26.3304H1393.96V16.126H1399.13V14.2784H1387.05V16.126Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1371.17 33.6927H1376.34V38.7934H1378.09V33.6927H1383.26V4.1982H1371.17V33.6927Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1346.65 19.269H1344.9V31.6849H1339.74V49.3081H1344.9V54.5091H1346.65V49.3081H1351.81V31.6849H1346.65V19.269Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1213.66 21.3521H1225.74V3.85406H1213.66V21.3521Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1166.43 54.5093H1178.5V37.0116H1166.43V54.5093Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1267.74 -8.56342H1265.99V3.85407H1260.82V59.6005H1272.9V3.85407H1267.74V-8.56342Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1204.7 13.9741H1202.95V19.5578H1197.79V49.3992H1209.87V19.5578H1204.7V13.9741Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1141.82 -8.56342H1140.07V-1.34882H1134.91V5.50566H1146.99V-1.34882H1141.82V-8.56342Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1283.61 -1.46143H1281.87V3.69096H1276.7V5.53987H1281.87V15.7433H1283.61V5.53987H1288.78V3.69096H1283.61V-1.46143Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1251.98 25.5806H1250.23V47.5485H1245.06V49.3992H1250.23V54.5093H1251.98V49.3992H1257.14V47.5485H1251.98V25.5806Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1126.1 -8.56342H1124.35V3.48737H1119.19V5.33626H1124.35V10.4479H1126.1V5.33626H1131.27V3.48737H1126.1V-8.56342Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1103.31 -6.64299H1108.48V0.571609H1110.22V-6.64299H1115.39V-24.0695H1103.31V-6.64299Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1078.78 -34.5951H1077.04V-18.9635H1071.87V43.6995H1083.95V-18.9635H1078.78V-34.5951Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1087.67 5.48433H1092.83V21.1451H1094.58V5.48433H1099.75V-29.5585H1087.67V5.48433Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1056.07 54.3336H1068.15V42.2565H1056.07V54.3336Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1047.34 53.0381H1045.6V70.3068H1040.43V93.0463H1052.51V70.3068H1047.34V53.0381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1015.67 85.9035H1013.92V91.2865H1008.76V127.624H1020.84V91.2865H1015.67V85.9035Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1024.51 93.0463H1029.68V104.907H1031.43V93.0463H1036.6V85.9035H1024.51V93.0463Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M993.074 133.381H998.241V145.241H999.988V133.381H1005.15V126.238H993.074V133.381Z' fill='%237E8ED6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M977.316 133.381H989.396V119.174H977.316V133.381Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M961.518 153.937H973.599V126.276H961.518V153.937Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M945.953 166.296H951.119V176.749H952.866V166.296H958.033V152.522H945.953V166.296Z' fill='%235E6EB7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M930 176.749H935.167V182.166H936.913V176.749H942.081V159.408H930V176.749Z' fill='%235E6EB7'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe-post__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-post__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
}
.subscribe-post__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #ccd1e5;
  line-height: 1.5;
  margin-bottom: 24px;
}

#nf-form-2-cont form {
  width: 500px;
}

#nf-form-2-cont form .nf-field-label {
  display: none;
}

#nf-form-2-cont form .nf-before-form-content {
  display: none;
}

#nf-form-2-cont .nf-form-content {
  position: relative;
}

#nf-form-2-cont .email-container {
  margin-bottom: 0;
}

#nf-form-2-cont .email-container input {
  margin-bottom: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  color: #fff;
  width: 500px;
  height: 64px;
  padding: 4px 150px 4px 24px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
#nf-form-2-cont .email-container input:focus {
  border-color: #FA03A4;
  transition: all 0.3s;
}
#nf-form-2-cont .email-container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.nf-error.field-wrap .nf-field-element:after {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

.nf-after-field {
  position: absolute;
  left: 10px;
  padding-top: 5px;
}

.nf-after-form-content {
  display: none;
}

.nf-response-msg {
  position: relative;
  padding-top: 70px;
}

.nf-response-msg p {
  color: #fff;
}

#nf-form-2-cont .submit-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}

#nf-form-2-cont .submit-container input {
  cursor: pointer;
  width: 150px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%);
  background-size: 200% 100%;
  background-position: left;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
#nf-form-2-cont .submit-container input:hover {
  background-position: right;
}

.bread-crumbs {
  padding-top: 155px;
  margin: 32px 0 28px;
  overflow-x: auto;
  scrollbar-width: none;
}
.bread-crumbs p {
  display: flex;
  align-items: center;
  margin: 0;
  width: max-content;
}
.bread-crumbs__list {
  display: flex;
  align-items: center;
}
.bread-crumbs a {
  font-size: 14px;
  font-weight: 400;
  color: #BEC2CB;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s;
}
.bread-crumbs a:hover {
  color: #737884;
  transition: all 0.3s;
}
.bread-crumbs .separator {
  display: flex;
  align-items: center;
  margin: 0 16px;
  color: #BEC2CB;
}
.bread-crumbs .last {
  font-size: 14px;
  font-weight: 400;
  color: #737884;
  line-height: 1.4;
  padding-right: 10px;
}
.bread-crumbs__tag {
  padding-top: 0;
  margin: 20px 0;
}

.cta-header {
  width: 100%;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.cta-header .cta-block {
  margin: 0;
}
.cta-header .cta-block p {
  margin: 0;
}

.wrapper.active-header-cta {
  padding-top: 49px;
}
@media screen and (max-width: 1700px) {
  .wrapper.active-header-cta {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.active-header-cta {
    padding-top: 30px;
  }
}

div.exit-intent {
  padding: 0;
  overflow: hidden;
}

._w-trustpilot_row {
  width: 100%;
  height: 55px;
  text-align: center;
  background-color: #000645;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s ease;
  border-bottom: 1px solid #3f3f3f;
  position: relative;
  z-index: 1;
}
._w-trustpilot_row p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
._w-trustpilot_row a {
  color: #fff;
}
._w-trustpilot_row svg {
  width: 100%;
  height: 55px;
  padding: 12px 0;
}

.head {
  z-index: 100;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: 0.3s ease;
}
.head.dark {
  background-color: #000a35;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

.button-4 {
  background-color: #ff9811;
  background-image: linear-gradient(126deg, #ff9811, #d90e61);
  border-radius: 30px;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .button-4 {
    text-transform: none;
  }
}

body.active-menu {
  overflow: hidden;
}
body.active-menu .nav-mobile {
  opacity: 1;
  visibility: visible;
}
body.active-menu .menu-parent .menu-bar:first-child {
  transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
body.active-menu .menu-parent .menu-bar:nth-child(2) {
  transform: translate3d(50px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
body.active-menu .menu-parent .menu-bar:last-child {
  transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
body.active-menu div[id^=b_hpbmo34b] > div {
  display: none;
}
body.page-template-page-join-new .discounts {
  padding-top: 80px;
  margin: 0 -20px;
}

.nav {
  z-index: 101;
  width: 100%;
  height: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
  transition: 0.3s ease;
}

.nav.fixed-nav {
  z-index: 150;
  background-color: #000a35;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.nav_brand {
  width: 155px;
  height: 100px;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 19rem;
  position: relative;
}

.nav_brand.nav_brand-fixed {
  height: 85px;
}

.nav_brand.nav_brand-fixed.sticky-logo.w--current {
  height: 95px;
}

.menu-parent {
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 12px 8px 8px;
  display: none;
  overflow: hidden;
}

.nav-desktop {
  width: auto;
  height: 100px;
  float: right;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16%;
  font-size: 15px;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .nav-desktop {
    grid-column-gap: 0.5rem;
  }
}
.nav-desktop .button-4 {
  position: relative;
  overflow: hidden;
}
.nav-desktop .button-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d90e61;
  width: 0;
  height: 100%;
  transition: 0.3s ease;
  z-index: -1;
}
.nav-desktop .button-4:hover::before {
  border-radius: 30px;
  width: 100%;
  transition: 0.3s ease;
}
.nav-desktop .button-4:hover {
  transform: none;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .nav-desktop .button-4 {
    text-align: center;
    min-width: 160px;
  }
}

.nav-desktop.nav-desktop-fixed {
  height: 90px;
  padding-top: 0;
}

.nav_menu-item {
  position: relative;
}
.nav_menu-item::after {
  content: "";
  position: absolute;
  top: 84%;
  left: 0;
  width: 100%;
  height: 60px;
}

.nav_menu-link {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .nav_menu-link {
    font-size: 14px;
  }
}

.header__btns {
  display: flex;
  gap: 8px;
}

.header-cta {
  padding: 12px 24px;
}

.header__login {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  color: #fff;
  text-decoration: unset;
}
.header__login:hover {
  background-color: rgba(255, 255, 255, 0.16);
}

.header__join.mobile {
  display: none;
}

.nav_menu-item:hover .nav_menu-link {
  transform: scale(1.1);
}

.nav_menu-item.nav_menu-link-down {
  background-image: url("../img/arrow_down.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 20px;
  position: relative;
}
.nav_menu-item.nav_menu-link-down:hover .discover-menu {
  opacity: 1;
  visibility: visible;
}

.buttons-user__login-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 140%;
  right: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Gradient, linear-gradient(90deg, #021B88 0%, #000A35 263.3%));
  padding: 18px 16px;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  transition: all 0.3s;
}

.buttons-user__login-item {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.buttons-user__login-item:hover {
  color: #fb7921;
  transition: all 0.3s;
}
.buttons-user__login-item span {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s;
}
.buttons-user__login-item span svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.buttons-user__login-item:first-child {
  text-decoration: none;
  margin-bottom: 20px;
}
.buttons-user__login-item:last-child {
  background-color: transparent;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .nav_brand {
    width: 180px;
  }
}
.buttons-user-mob {
  display: none;
}

.buttons-user__inner {
  display: flex;
  align-items: center;
}

.buttons-user__inner .buttons-user-signup {
  text-transform: capitalize;
  transition: all 0.3s;
}
.buttons-user__inner .buttons-user-signup:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.buttons-user__login {
  position: relative;
}
.buttons-user__login:hover .buttons-user__login-list {
  visibility: visible;
  opacity: 1;
  z-index: 0;
  transition: all 0.3s;
}

.buttons-user__login-text {
  display: flex;
  align-items: center;
  color: #FF9811;
  cursor: pointer;
  margin-bottom: 0;
}
.buttons-user__login-text span {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.buttons-user__login-text span svg {
  width: 100%;
  height: 100%;
}
.buttons-user__login-text span svg path {
  fill: #FF9811;
}

.login-modal {
  border-radius: 24px;
  background: #192352;
  color: white;
  padding: 48px;
  margin-bottom: 0;
}
.login-modal.success h2, .login-modal.failure h2 {
  margin-bottom: 16px;
}
.login-modal.success {
  max-width: 530px;
}
.login-modal.failure {
  max-width: 530px;
}
.login-modal .login__show-pass {
  bottom: 50%;
  transform: translateY(60%);
}
.login-modal h2 {
  color: #FAFAFA;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 32px;
}
.login-modal__input_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.login-modal__input_list label {
  position: relative;
  margin: 0 32px 20px 0;
}
.login-modal__input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.login-modal__input-checkbox:checked + .login-modal__input-text::before {
  background-image: url("../img/chec-active.svg") !important;
}
.login-modal__input-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.login-modal__input-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/chec.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.login-modal__input-text:not(.login-modal__input-disabled):hover::before {
  background-image: url("../img/tic.svg");
}
.login-modal__input-disabled {
  color: #5e6585;
  cursor: context-menu;
}
.login-modal__choose {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.login-modal__choose p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.login-modal__total {
  font-size: 16px;
  font-weight: 500;
  color: #FF9811;
}
.login-modal__checkboxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.login-modal__checkboxes label {
  width: 30%;
}
.login-modal__checkboxes-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.login-modal__checkboxes-text {
  padding: 8px 8px;
  border-radius: 12px;
  background-color: #303963;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-modal__checkboxes-text:hover {
  background-color: #394373;
  transition: all 0.3s;
}
.login-modal__checkboxes-input:checked + .login-modal__checkboxes-text {
  background-color: #fff;
  color: #000;
}
.login-modal__input-agree-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}
.login-modal__input-agree-list label {
  text-align: left;
  cursor: pointer;
}
.login-modal__input-agree-list label :first-child {
  margin-bottom: 8px;
}
.login-modal__input-agree {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.login-modal__input-agree-text {
  font-size: 14px;
  font-weight: 500;
  color: #8F8F8F;
  line-height: 1.5;
  letter-spacing: -0.14px;
  padding-left: 28px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.login-modal__input-agree-text a {
  color: #fff;
  text-decoration-line: underline;
  margin-bottom: 0 !important;
  display: inline-block;
}
.login-modal__input-agree-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/chec.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.login-modal__input-agree-text:hover::before {
  background-image: url("../img/tic.svg");
}
.login-modal__input-agree:checked + .login-modal__input-agree-text::before {
  background-image: url("../img/chec-active.svg");
}
.login-modal__input-name {
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 12px;
}
.login-modal__input {
  grid-column: 1/-1;
  background: #000A35;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.login-modal__input-rule {
  color: #6F767E;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.login-modal__error {
  grid-column: 1/-1;
  color: red;
  font-weight: 400;
  display: none;
  margin-bottom: 12px;
}
.login-modal__description {
  color: #6F767E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 16px 0;
}
.login-modal__description a {
  color: #19B1BD;
  text-decoration-color: rgba(25, 177, 189, 0);
  transition: 0.3s;
}
.login-modal__description a:hover {
  text-decoration-color: #19B1BD;
}
.login-modal__btn {
  width: 100%;
  background: #19B1BD;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.login-modal__btn:hover {
  background-color: #169BA6;
  transition: all 0.3s;
}
.login-modal__rule {
  text-align: right;
  margin: -32px 0 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.login-modal .remodal-close {
  right: 48px;
  top: 48px;
  left: auto;
  width: 24px;
  height: 24px;
}
.login-modal .remodal-close:before {
  font-size: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.3s;
}
.login-modal .remodal-close:hover::before {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .login-modal {
    padding: 32px 20px;
  }
  .login-modal .remodal-close {
    top: 32px;
    right: 20px;
  }
  .login-modal__input_list label {
    margin-bottom: 16px;
  }
}
.nav_menu-link_mobile,
.nav-mobile .nav_menu-link {
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.nav-mobile {
  width: auto;
  height: 100px;
  float: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 13px;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.3s ease;
}

.button-4.nav-btn-token-mobile, .html-embed-9 {
  display: none;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.menu-list a, .f-link {
  color: #fff;
  margin-right: 20px;
  padding: 10px;
  font-family: Notosans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
}

.menu-list a:hover, .f-link:hover {
  color: #08fff1;
}

.menu-bar {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 6px;
  transition: 0.5s linear;
}

.menu-subitem {
  width: 140px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.menu-subitem.menu-subitem-smaller {
  width: 130px;
  font-size: 13px;
  font-weight: 300;
}

.menu-row {
  height: 160px;
  margin-bottom: 20px;
  display: flex;
}

.menu-row.menu-row-last {
  margin-bottom: 0;
}

.menu-item-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.discover-menu {
  z-index: 999;
  width: 900px;
  height: auto;
  background-color: #131212;
  margin-top: 0;
  padding: 20px;
  display: block;
  position: fixed;
  top: 115px;
  bottom: auto;
  left: auto;
  right: 250px;
  transition: 0.3s ease;
}

.discover-menu.discover-menu-list {
  width: 600px;
  background-color: #212b55;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 75px;
  right: 0;
  box-shadow: 0 2px 17px 5px rgba(0, 0, 0, 0.25);
}

.discover-menu.discover-menu-list.discover-menu-fixed {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 90px;
}

.link-menu-item {
  width: 100%;
  height: 100%;
  background-color: #152c90;
  margin-bottom: 0;
  padding: 15px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  position: relative;
}

.link-menu-item:hover {
  transform: scale(0.95);
}

.link-menu-item.d1 {
  background-color: #143588;
}

.link-menu-item.d2 {
  background-color: #2842c9;
}

.link-menu-item.d3 {
  background-color: #2c365a;
}

.link-menu-item.d4 {
  background-color: #0b2f8b;
}

.link-menu-item.d5 {
  background-color: #172bd8;
}

.footer.footer-dark {
  background-color: #000a35;
}

.footer-links {
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-footer {
  width: 150px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header__join.mobile {
    display: flex;
    margin-left: auto;
  }
  .w-clearfix:before, .w-clearfix:after {
    content: none;
  }
  .nav-desktop {
    display: none;
  }
  .menu-parent {
    z-index: 999;
    padding-top: 8px;
    display: flex;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: auto;
    right: 15px;
  }
  .menu-bar {
    background-color: #fff;
  }
  .button-4.nav-btn-token-mobile {
    width: max-content;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
    padding: 1rem 2.5rem;
    margin-right: 70px;
  }
  .nav-mobile {
    width: 100%;
    height: calc(100vh + 140px);
    background-color: #000645;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mobile_link_con {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  .nav_menu-link_mobile,
  .nav-mobile .nav_menu-link {
    margin-bottom: 30px;
    font-size: 3vh;
    transition: all 0.5s;
    display: block;
  }
  .buttons-user-mob {
    display: flex;
    margin-right: 80px;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  ._w-trustpilot_row {
    height: auto;
    padding: 5px;
  }
  .nav_brand {
    margin-left: 1rem;
    padding: 0 20px;
    height: 60px;
    width: 80px;
    background-size: contain;
    background-position: left center;
  }
  .nav_menu-link {
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .buttons-user__login.mobile-login {
    margin-left: 10px;
  }
  .nav_menu-link_mobile,
  .nav-mobile .nav_menu-link {
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }
  .discover-menu.discover-menu-list {
    display: none;
  }
  .buttons-user__login-list {
    flex-direction: inherit;
    position: relative;
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
  .menu-parent {
    z-index: 999;
    padding-top: 8px;
    display: flex;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 15px;
  }
  .buttons-user__login-item {
    font-size: 2vh;
  }
  .buttons-user__login-item:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .buttons-user__login-item span {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .nav-mobile__inner {
    overflow-y: auto;
    height: 400px;
    padding-bottom: 200px;
  }
  .buttons-user__login-item {
    font-size: 4vh;
  }
  .buttons-user__login-item span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  ._w-trustpilot_row {
    display: block;
  }
  ._w-trustpilot_row p {
    font-size: 14px;
  }
  ._w-trustpilot_row a {
    font-size: 16px;
  }
  .menu-parent {
    top: 18px;
  }
  .language-mobile span.wpml-ls-native {
    display: none;
  }
  .language-mobile .wpml-ls-sub-menu {
    width: 40px;
    top: calc(100% + 4px);
  }
  .language-mobile .wpml-ls-legacy-dropdown {
    width: 24px;
  }
  .menu-list {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .menu-list a {
    font-size: 0.9rem;
  }
  .nav {
    padding: 2% 4%;
    position: relative;
    grid-column-gap: 0;
  }
  .header__join.mobile {
    padding: 6px 16px 8px;
    margin-left: unset;
  }
  .nav.fixed-nav {
    display: none;
  }
  .nav_brand {
    height: 60px;
    width: 80px;
    background-size: contain;
    background-position: left center;
  }
  .button-4.nav-btn-token-mobile {
    font-size: 1rem;
    margin-right: 55px;
    padding: 0.7rem 2.5rem;
  }
  .navbar {
    border-bottom-width: 0;
    left: 0;
    right: 0;
  }
  .nav-mobile {
    width: 100%;
    height: calc(100vh + 140px);
    background-color: #000645;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .menu-bar {
    background-color: #fff;
  }
  .nav_menu-item:last-child .nav_menu-link_mobile,
  .nav-mobile .nav_menu-item:last-child .nav_menu-link {
    margin-bottom: 30px;
  }
  .nav_menu-link_mobile,
  .nav-mobile .nav_menu-link {
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.5s;
    display: block;
  }
  .nav_menu-item.nav_menu-link-down {
    background: unset;
    position: static;
  }
  .nav_menu-link_mobile:hover,
  .nav-mobile .nav_menu-link:hover {
    padding-left: 30px;
  }
  .nav_menu-link-down .nav_menu-link_mobile,
  .nav-mobile .nav_menu-link-down .nav_menu-link {
    position: relative;
    padding-right: 30px;
  }
  .nav_menu-link-down .nav_menu-link_mobile::after,
  .nav-mobile .nav_menu-link-down .nav_menu-link::after {
    content: "";
    background-image: url("../img/more.svg");
    transform: rotate(90deg);
    background-size: 24px 40px;
    background-repeat: no-repeat;
    width: 15px;
    height: 35px;
    position: absolute;
    top: 4px;
    right: 0;
  }
  .menu-subitem.menu-subitem-smaller {
    width: auto;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
    line-height: 17px;
  }
  .menu-row {
    height: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  .navigation-container {
    position: relative;
  }
  .discover-menu.discover-menu-list {
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .link-menu-item {
    height: 100px;
    margin-bottom: 5px;
    padding-bottom: 60px;
  }
  .mobile_link_con {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  .footer-links {
    margin-top: 15px;
  }
  .logo-footer {
    margin-bottom: 5px;
  }
  .buttons-user__login-text {
    font-size: 16px;
  }
  .buttons-user__inner .buttons-user-signup {
    font-size: 2vh;
  }
}
.disclaimer {
  padding: 48px 0;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  line-height: 1.5;
}
.disclaimer__title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
.disclaimer__text p {
  margin-bottom: 0;
}
.disclaimer__text p:not(:last-child) {
  margin-bottom: 8px;
}
.disclaimer__text * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .disclaimer {
    padding: 32px 0;
  }
  .disclaimer__text p:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav_brand.nav_brand-fixed {
    height: 70px;
  }
  .nav_menu-link_mobile,
  .nav-mobile .nav_menu-link {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-row, .navigation-container {
    position: relative;
  }
  .button-4.nav-btn-token-mobile {
    width: 110px;
    padding: 10px;
    font-size: 12px;
    position: relative;
  }
  .menu-list a {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
  }
  .menu-subitem.menu-subitem-smaller {
    text-align: right;
    font-size: 13px;
    line-height: 20px;
  }
  .discover-menu.discover-menu-list {
    width: calc(100vw - 50px);
    height: 550px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .discover-menu.discover-menu-list.active {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .link-menu-item.d1 {
    display: inline-block;
  }
  .mobile_link_con {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    display: flex;
  }
  .p.p-category {
    font-size: 16px;
  }
  .footer-links {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .f-link.f-link-smaller {
    font-size: 12px;
  }
  .logo-footer {
    width: 120px;
  }
}
.content {
  font-weight: 400;
  color: #BEC2CB;
  line-height: 1.5;
}
.content h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
}
.content h3 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 64px 0 24px;
}
.content h4 {
  font-size: 22px;
  color: #fff;
  margin: 32px 0 16px;
}
.content a {
  color: #FF9811;
  border-bottom: unset;
  transition: all 0.3s;
}
.content a:hover {
  color: #FA03A4;
  transition: all 0.3s;
}
.content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.content figure {
  margin-bottom: 24px;
}
.content img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content ol {
  list-style-type: none;
  counter-reset: li;
  padding-left: 0;
  margin: 16px 0;
}
.content ol > li {
  padding-left: 36px;
  position: relative;
}
.content ol > li::before {
  content: counter(li, my-awesome-counter);
  position: absolute;
  top: 4px;
  left: 2px;
  counter-increment: li;
  color: #000;
  background-color: #FF9811;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
}
.content ol > li:not(:last-child) {
  margin-bottom: 16px;
}
.content ul {
  padding-left: 0;
  margin: 16px 0;
}
.content ul > li {
  padding-left: 36px;
  position: relative;
}
.content ul > li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M0.666748 8.00008C0.666748 3.94999 3.94999 0.666748 8.00008 0.666748C12.0502 0.666748 15.3334 3.94999 15.3334 8.00008C15.3334 12.0502 12.0502 15.3334 8.00008 15.3334C3.94999 15.3334 0.666748 12.0502 0.666748 8.00008Z' fill='%23FF9811'/%3E%3Cpath d='M5.75752 7.57582C5.5232 7.3415 5.1433 7.3415 4.90899 7.57582C4.67467 7.81013 4.67467 8.19003 4.90899 8.42435L5.75752 7.57582ZM7.33325 10.0001L6.90899 10.4243C7.02151 10.5369 7.17412 10.6001 7.33325 10.6001C7.49238 10.6001 7.64499 10.5369 7.75752 10.4243L7.33325 10.0001ZM11.0908 7.09101C11.3252 6.8567 11.3252 6.4768 11.0908 6.24248C10.8565 6.00817 10.4766 6.00817 10.2423 6.24248L11.0908 7.09101ZM4.90899 8.42435L6.90899 10.4243L7.75752 9.57582L5.75752 7.57582L4.90899 8.42435ZM7.75752 10.4243L11.0908 7.09101L10.2423 6.24248L6.90899 9.57582L7.75752 10.4243Z' fill='%23000A35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
}
.content ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.content > ol > li > ul > li::before, .content > ul > li > ul > li::before {
  background: #FF9811;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 6px;
}
.content li {
  font-size: 18px;
}
.content blockquote {
  margin: 24px 0;
  padding: 64px 24px 24px;
  border-radius: 16px;
  border-left: 3px solid #FF9811;
  background-color: #192352;
  line-height: 1.4;
  color: #fff;
  position: relative;
}
.content blockquote::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M28 16C28 17.5759 27.6896 19.1363 27.0866 20.5922C26.4835 22.0481 25.5996 23.371 24.4853 24.4853C23.371 25.5996 22.0481 26.4835 20.5922 27.0866C19.1363 27.6896 17.5759 28 16 28C14.4241 28 12.8637 27.6896 11.4078 27.0866C9.95189 26.4835 8.62902 25.5996 7.51472 24.4853C6.40042 23.371 5.5165 22.0481 4.91345 20.5922C4.31039 19.1363 4 17.5759 4 16C4 12.8174 5.26428 9.76516 7.51472 7.51472C9.76515 5.26428 12.8174 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z' fill='%23FA03A4'/%3E%3Cpath d='M13.7127 19C13.2719 19 12.8744 18.8376 12.5203 18.5129C12.1734 18.1808 12 17.6827 12 17.0184C12 16.4428 12.1048 15.9004 12.3144 15.3911C12.5239 14.8819 12.8022 14.4244 13.1491 14.0185C13.5032 13.6125 13.8934 13.2731 14.3198 13L15.1111 13.4982C14.981 13.6162 14.822 13.7934 14.6341 14.0295C14.4535 14.2657 14.2836 14.5387 14.1247 14.8487C13.9729 15.1587 13.879 15.4797 13.8428 15.8118C14.2475 15.8708 14.5872 16.0369 14.8618 16.31C15.1364 16.5756 15.2737 16.9262 15.2737 17.3616C15.2737 17.8635 15.1147 18.262 14.7967 18.5572C14.486 18.8524 14.1247 19 13.7127 19ZM18.4282 19C17.9874 19 17.5935 18.8376 17.2466 18.5129C16.907 18.1808 16.7371 17.6827 16.7371 17.0184C16.7371 16.4502 16.8383 15.9114 17.0407 15.4022C17.2502 14.8856 17.5285 14.4244 17.8753 14.0185C18.2294 13.6052 18.6125 13.2657 19.0244 13L19.8266 13.4982C19.6965 13.6162 19.5375 13.7934 19.3496 14.0295C19.1689 14.2657 19.0027 14.5387 18.8509 14.8487C18.7064 15.1587 18.6125 15.4797 18.5691 15.8118C18.9666 15.8708 19.3026 16.0369 19.5772 16.31C19.8591 16.5756 20 16.9262 20 17.3616C20 17.8635 19.841 18.262 19.523 18.5572C19.2051 18.8524 18.8401 19 18.4282 19Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.content blockquote p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.content blockquote cite {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #737884;
  margin-top: 16px;
}
.content .important-block {
  margin: 24px 0;
  padding: 64px 24px 24px;
  border-radius: 16px;
  border-left: 3px solid #FA03A4;
  background-color: #192352;
  line-height: 1.4;
  color: #fff;
  position: relative;
}
.content .important-block::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M28 16C28 17.5759 27.6896 19.1363 27.0866 20.5922C26.4835 22.0481 25.5996 23.371 24.4853 24.4853C23.371 25.5996 22.0481 26.4835 20.5922 27.0866C19.1363 27.6896 17.5759 28 16 28C14.4241 28 12.8637 27.6896 11.4078 27.0866C9.95189 26.4835 8.62902 25.5996 7.51472 24.4853C6.40042 23.371 5.5165 22.0481 4.91345 20.5922C4.31039 19.1363 4 17.5759 4 16C4 12.8174 5.26428 9.76516 7.51472 7.51472C9.76515 5.26428 12.8174 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z' fill='%23FA03A4'/%3E%3Cpath d='M16 12V17M16 21H16.0107V21.0107H16V21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.content .important-block p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.content .important-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bread-crumbs {
    padding-top: 120px;
  }
  #nf-form-2-cont form {
    width: 100%;
  }
  #nf-form-2-cont .email-container input {
    font-size: 14px;
    width: 100%;
    padding: 4px 100px 4px 24px;
  }
  #nf-form-2-cont .submit-container input {
    width: auto;
    right: 10px;
    padding: 15px 20px;
  }
  #nf-form-2-cont .nf-field-label {
    display: none;
  }
  .subscribe-post {
    padding: 64px 20px;
    text-align: center;
  }
  .subscribe-post__title {
    font-size: 24px;
  }
  section.post-contents {
    margin-bottom: 48px;
  }
  .content h3 {
    margin: 32px 0 24px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 19px;
  }
}
.cta-block {
  position: relative;
  margin: 40px 0;
}
.cta-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cta-block__img.desktop img {
  width: 100%;
  height: auto;
}
.cta-block__img.mobile {
  display: none;
}
.cta-block__img.mobile img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta-block__img.desktop {
    display: none;
  }
  .cta-block__img.mobile {
    display: block;
  }
}

.post-contents__creative {
  position: relative;
  margin-top: 10px;
}
.post-contents__creative:not(.live-forex__creative) {
  height: 100%;
}
.post-contents__creative:not(.live-forex__creative) .post-contents__creative-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 0;
  height: 100%;
  top: 0;
}
.post-contents__creative:not(.live-forex__creative) .post-contents__creative-title {
  padding: 0 5px;
  text-transform: none;
}
.post-contents__creative:not(.live-forex__creative) .post-contents__creative-link {
  width: fit-content;
  min-width: 200px;
  max-width: 280px;
  padding: 7px 24px;
  justify-content: center;
}
.post-contents__creative-img {
  border-radius: 16px;
  overflow: hidden;
}
.post-contents__creative-img img {
  width: 100%;
  height: auto;
}
.post-contents__creative-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.post-contents__creative-title span {
  color: #FA03A4;
}
.post-contents__creative-link {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.post-contents__creative-content {
  position: absolute;
  top: 48px;
  text-align: center;
}
.post-contents__creative.active-creative {
  opacity: 1 !important;
  visibility: visible !important;
}
@media screen and (max-width: 992px) {
  .post-contents__creative {
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .post-contents__creative {
    max-width: unset;
  }
}

.cta-btn {
  display: flex;
  width: fit-content;
  margin: 50px 0 0;
  padding: 16px 46px;
}
.cta-btn.centered {
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .cta-btn {
    padding: 16px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.plans__block.template .benefits {
  display: block;
}
.plans__block.template .plans__item {
  height: 100%;
}
.plans__block.template .plans__info {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
}

.benefits__list {
  padding-top: 24px;
}
.benefits__list.green-check .benefits__item.unchecked div.benefits__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.9987 1.33331C4.32536 1.33331 1.33203 4.32665 1.33203 7.99998C1.33203 11.6733 4.32536 14.6666 7.9987 14.6666C11.672 14.6666 14.6654 11.6733 14.6654 7.99998C14.6654 4.32665 11.672 1.33331 7.9987 1.33331ZM11.1854 6.46665L7.40536 10.2466C7.31203 10.34 7.18536 10.3933 7.05203 10.3933C6.9187 10.3933 6.79203 10.34 6.6987 10.2466L4.81203 8.35998C4.6187 8.16665 4.6187 7.84665 4.81203 7.65331C5.00536 7.45998 5.32536 7.45998 5.5187 7.65331L7.05203 9.18665L10.4787 5.75998C10.672 5.56665 10.992 5.56665 11.1854 5.75998C11.3787 5.95331 11.3787 6.26665 11.1854 6.46665Z' fill='%2327D988'/%3E%3C/svg%3E");
}
.benefits__item {
  display: flex;
  align-items: flex-start;
}
.benefits__item:not(:last-child) {
  margin-bottom: 8px;
}
.benefits__item.checked .benefits__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='vuesax/bold/tick-circle'%3E%3Cg id='tick-circle'%3E%3Cpath id='Vector' d='M8.00065 1.33331C4.32732 1.33331 1.33398 4.32665 1.33398 7.99998C1.33398 11.6733 4.32732 14.6666 8.00065 14.6666C11.674 14.6666 14.6673 11.6733 14.6673 7.99998C14.6673 4.32665 11.674 1.33331 8.00065 1.33331ZM11.1873 6.46665L7.40732 10.2466C7.31398 10.34 7.18732 10.3933 7.05398 10.3933C6.92065 10.3933 6.79398 10.34 6.70065 10.2466L4.81398 8.35998C4.62065 8.16665 4.62065 7.84665 4.81398 7.65331C5.00732 7.45998 5.32732 7.45998 5.52065 7.65331L7.05398 9.18665L10.4807 5.75998C10.674 5.56665 10.994 5.56665 11.1873 5.75998C11.3807 5.95331 11.3807 6.26665 11.1873 6.46665Z' fill='%23FF9811'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.benefits__item.unchecked .benefits__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1.5C4.41 1.5 1.5 4.41 1.5 8C1.5 11.59 4.41 14.5 8 14.5C11.59 14.5 14.5 11.59 14.5 8C14.5 4.41 11.59 1.5 8 1.5ZM6.85333 6.14667C6.80756 6.09754 6.75236 6.05814 6.69103 6.03081C6.62969 6.00348 6.56348 5.98879 6.49635 5.98761C6.42921 5.98642 6.36253 5.99877 6.30027 6.02392C6.23801 6.04907 6.18145 6.0865 6.13398 6.13398C6.0865 6.18145 6.04907 6.23801 6.02392 6.30027C5.99877 6.36253 5.98642 6.42921 5.98761 6.49635C5.98879 6.56348 6.00348 6.62969 6.03081 6.69103C6.05814 6.75236 6.09754 6.80756 6.14667 6.85333L7.29333 8L6.14667 9.14667C6.09754 9.19244 6.05814 9.24764 6.03081 9.30897C6.00348 9.37031 5.98879 9.43652 5.98761 9.50365C5.98642 9.57079 5.99877 9.63747 6.02392 9.69973C6.04907 9.76199 6.0865 9.81855 6.13398 9.86603C6.18145 9.9135 6.23801 9.95093 6.30027 9.97608C6.36253 10.0012 6.42921 10.0136 6.49635 10.0124C6.56348 10.0112 6.62969 9.99652 6.69103 9.96919C6.75236 9.94186 6.80756 9.90246 6.85333 9.85333L8 8.70667L9.14667 9.85333C9.19244 9.90246 9.24764 9.94186 9.30897 9.96919C9.37031 9.99652 9.43652 10.0112 9.50365 10.0124C9.57079 10.0136 9.63747 10.0012 9.69973 9.97608C9.76199 9.95093 9.81855 9.9135 9.86603 9.86603C9.9135 9.81855 9.95093 9.76199 9.97608 9.69973C10.0012 9.63747 10.0136 9.57079 10.0124 9.50365C10.0112 9.43652 9.99652 9.37031 9.96919 9.30897C9.94186 9.24764 9.90246 9.19244 9.85333 9.14667L8.70667 8L9.85333 6.85333C9.90246 6.80756 9.94186 6.75236 9.96919 6.69103C9.99652 6.62969 10.0112 6.56348 10.0124 6.49635C10.0136 6.42921 10.0012 6.36253 9.97608 6.30027C9.95093 6.23801 9.9135 6.18145 9.86603 6.13398C9.81855 6.0865 9.76199 6.04907 9.69973 6.02392C9.63747 5.99877 9.57079 5.98642 9.50365 5.98761C9.43652 5.98879 9.37031 6.00348 9.30897 6.03081C9.24764 6.05814 9.19244 6.09754 9.14667 6.14667L8 7.29333L6.85333 6.14667Z' fill='%23fff'/%3E%3C/svg%3E");
}
.benefits__item.unchecked .benefits__text {
  color: #fff;
}
.benefits__text p {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.benefits__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.plans__block.template {
  background: #000A35;
}
.plans__block.template .plans__list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding: 50px 15px 50px;
  margin-top: 0;
}
.plans__more {
  display: flex;
  justify-content: center;
  position: relative;
}
.plans__more::before, .plans__more::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  border-bottom: 2px dashed #fff;
}
.plans__more::before {
  left: 0;
}
.plans__more::after {
  right: 0;
}
.plans__more svg {
  cursor: pointer;
  transition: 0.3s ease;
}
.plans__more svg:hover {
  transform: scale(1.15);
}
.plans__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  margin-top: 64px;
}
.plans__item {
  border-radius: 16px;
  padding: 48px 24px;
  color: #fff;
  background-color: #192352;
  position: relative;
  height: 454px;
  transition: 0.3s ease;
}
.plans__item.active {
  height: 100%;
}
.plans__item.active .plans__more svg {
  transform: rotate(180deg);
}
.plans__item.active .plans__more svg:hover {
  transform: rotate(180deg) scale(1.15);
}
.plans__item.checked {
  background-color: #0D153E;
}
.plans__item.checked .plans__check {
  background: #192352;
}
.plans__item.checked .plans__check:hover {
  background: #323e79;
}
.plans__sale-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin-right: 5px;
  flex-shrink: 0;
}
.plans__sale-box.hide {
  display: none;
}
.plans__sale {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  padding: 2px 5px;
  border-radius: 16px;
  background-color: #FA03A4;
  height: fit-content;
}
.plans__price-old {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 1px;
  position: relative;
}
.plans__price-old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(100%);
  background-color: #fff;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.plans__inner {
  display: flex;
  align-items: baseline;
}
.plans__icon {
  width: fit-content;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 24px;
}
.plans__icon img {
  width: 32px;
  height: 32px;
}
.plans__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.plans__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  min-height: 40px;
  margin-bottom: 32px;
}
.plans__subtitle * {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.plans__info {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}
.plans__info p {
  margin-bottom: 0;
}
.plans__price {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.375;
  color: #FF9811;
  letter-spacing: -1px;
}
.plans__price + span {
  font-weight: 300;
  padding: 0 0 0 3px;
}
.plans__period {
  font-size: 14px;
}
.plans__bestseller {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 16px;
  background-color: #FF9811;
  padding: 7px 12px;
}
.plans__check {
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 32px;
  z-index: 1;
  text-decoration: unset;
}
.plans__check.disabled {
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}
.plans__check input {
  display: none;
}
.plans__check span.text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.plans__bottom {
  transition: 0.3s ease;
}
.plans__bottom .plans__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plans__bottom.active {
  position: sticky;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #192352;
  box-shadow: -10px 0px 190px 0px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.plans__bottom.active .total {
  display: flex;
  position: relative;
}
.plans__bottom.active .plans__btns {
  margin: 15px 0;
}
.plans__bottom.active .plans__wrapper {
  justify-content: space-between;
}
.plans__btns {
  display: flex;
  justify-content: flex-end;
  margin: 60px 0 100px;
}
.plans__btns.centered {
  justify-content: center;
  margin: 32px auto 80px;
}
.plans__btns.centered .plans__continue {
  display: block;
}
.plans__btns.centered .plans__back {
  display: block;
}
.plans__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 16px 32px;
  min-width: 142px;
  border-radius: 32px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.plans__btn:not(:first-child) {
  margin-left: 16px;
}
.plans__next-btn, .plans__next {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.plans__next-btn:hover, .plans__next:hover {
  background-color: #FF9811;
  border-color: #FF9811;
}
.plans__next-btn:disabled, .plans__next:disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.plans__back {
  display: none;
  color: #fff;
}
.plans__back.mobile {
  display: none !important;
}
.plans__back:hover {
  border-color: #fff;
}
.plans__continue {
  display: none;
  margin: 0;
  border: none;
  text-decoration: unset;
}
.plans__content {
  margin-top: 24px;
}
.plans__content * {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .plans__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .plans__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }
}

@media screen and (min-width: 1601px) {
  .plans__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.container.signals-container {
  max-width: unset;
}

#signals .plans__list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1400px) {
  #signals .plans__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  #signals .plans__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #signals .plans__list {
    grid-template-columns: repeat(5, 250px);
  }
  #signals .plans__block {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .plans__subtitle {
    margin-bottom: 24px;
  }
  .plans__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }
  .plans__item {
    padding: 32px 20px;
  }
  .plans__btns {
    margin: 40px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .container.signals-container {
    padding: 0;
  }
  .plans__block {
    overflow-x: auto;
  }
  .plans__block.template .plans__list {
    grid-template-columns: repeat(5, 250px);
  }
  .plans__list {
    margin-top: 0;
    grid-template-columns: repeat(6, 250px);
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 32px;
    scroll-snap-type: x mandatory;
  }
  .plans__item {
    height: 410px;
    scroll-snap-align: start;
  }
  .plans__btns {
    justify-content: center;
  }
  .plans__btns.centered {
    width: 100%;
    margin: 16px auto 32px;
    justify-content: space-between;
    position: relative;
  }
  .plans__btns.centered .plans__btn {
    padding: 11px 16px;
  }
  .plans__btns.centered .plans__btn:not(:first-child) {
    margin: 0;
  }
  .plans__btn:not(:first-child) {
    margin-left: 0;
  }
  .plans__img {
    display: none;
  }
  .plans__bottom .plans__wrapper {
    justify-content: center;
  }
  .plans__bottom.active .plans__btns {
    margin: 24px 0 32px 15px;
    flex-direction: row-reverse;
  }
  .plans__back.desktop {
    display: none !important;
  }
  .plans__back.mobile {
    display: block !important;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 380px) {
  .plans__btns.centered .plans__btn {
    font-size: 14px;
  }
}

/* Global override: prevent header wrapping between 1301px and 1500px */
@media screen and (min-width:1301px) and (max-width:1500px) {
  .nav { display: flex !important; justify-content: space-between !important; align-items: center !important; position: relative !important; }
  .nav_brand { width: 200px !important; margin-left: 2rem !important; flex: 0 0 auto !important; }
  .nav-desktop { display: flex !important; flex: 1 1 auto !important; justify-content: flex-end !important; padding-right: 2% !important; gap: .75rem !important; white-space: nowrap !important; }
  .nav_menu-link { white-space: nowrap !important; font-size: 14px !important; }
  .header__btns { flex-shrink: 0 !important; }
}

/*# sourceMappingURL=common.css.map */
