@import url(bootstrap.css);
section.header a.scroll-next span, section.about a.scroll-next span, a.btn, .submit, a.btn.btn-svg svg:hover stop, .submit.btn-svg svg:hover stop, a.btn.btn-svg span, .submit.btn-svg span, .deposit-process-wrap, .deposit-cancel-wrap, section.header .logo, section.header .langs > ul > li, section.header .langs > ul > li > a img, section.header .header-top > div, section.header .header-top, section.header .header-center .header-center_content svg.svg-lines path, section.about .about-img > div.lines svg.svg-lines path, section.page ul.faq-list li, section.page ul.faq-list li > b, section.page ul.faq-list li > b abbr, section.page ul.faq-list li > b abbr i, section.underpage ul li > div, section.stat .box-plans > ul > li > div, section.stat .box-plans > ul > li > div > i.point, section.stat .box-plans > ul > li > div > i.point:before, section.stat .box-plans > ul > li > div > i.point:after, section.stat .box-plans > ul > li > div > b > i, section.stat .box-plans > ul > li > div > b, section.stat .box-plans > ul > li > div > ul, section.stat .box-plans > ul > li > div > ul li, section.footer a.scroll-top span, .box-deposits .box-deposits_item, table.table.table-form tbody tr td label a.tooglepass, table.table.table-form tbody tr td label:before, .left-panel, .left-panel .toogle-left i, .left-panel .logo, .left-panel > ul > li > a > span, .left-panel > ul > li > a > i, section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > a, section.account ul.plans-deposits > li > label, section.account ul.plans-deposits > li > label > i, section.account ul.plans-deposits > li > label > i:before, section.account ul.plans-deposits > li > label > b, section.account .box-balance label.checkbox-psys, section.account .box-balance label.checkbox-psys i, section.account .box-balance label.checkbox-psys span, section.account .box-balance .ul-bal div.ul-bal_item > div, .field .form-group .checkbox label:after, .field .form-group .checkbox label:before, .dropdown-menu > li > a, .dropdown-menu > li > a > i, .box-img > div svg.svg-lines path, body.dark table.table.table-form tbody tr td label a.tooglepass, body.dark table.table.table-form tbody tr td label:before { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

h2.title > span > span:before, h3.title i:before, section.header .versions span:before, section.about .box-title-right:before, section.about i.simbol:before, .box-list ul li:before, .box-list ul li:after, section.page .box-title-right:before, section.page i.simbol:before, section.page ol.styled li:before, section.page ul.faq-list-select li:before, section.underpage ol.styled li:before, section.stat .box-plans > ul > li > div > i.point, section.stat .box-plans > ul > li > div > i.point:before, section.stat .box-plans > ul > li > div > i.point:after, section.stat .box-stat .box-stat_list li:before, section.footer:before, section.footer:after, table.table.table-form tbody tr td label:before, .left-panel > ul > li > a .point:before, .left-panel > ul > li > a .point:after, section.account .box-title-right:before, section.account i.simbol:before, section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div:after, section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div:before, section.account div.box.box-user .box-user-left ul li:before, section.account .box-balance .ul-bal div.ul-bal_item > div > b > span:before, section.account .box-balance .ul-bal div.ul-bal_item > div > b > span:after, .field .form-group .checkbox label:after, .field .form-group .checkbox label:before, .page-preloader .spinner:before, ul.calc-result_list > li:before, .box-img > div .point:before, .box-img > div .point:after, body.dark .box-img > div .point:before, body.dark table.table.table-form tbody tr td label:before { content: ''; display: block; z-index: 0; position: absolute; }

ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3 { margin: 0; padding: 0; font-size: 25px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h3 { font-size: 15px; }

input[type=text], input[type=password], input[type=submit], input[type=email], select, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; height: 34px; outline: none; border: none; background: #fff; }

textarea { height: 100px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body { -webkit-backface-visibility: hidden; }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; }
.animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0); visibility: visible; }
  100% { -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0, 0); visibility: visible; }
  100% { transform: translate3d(0, 0, 0); } }
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-MediumItalic.eot"); src: url("../fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro-MediumItalic.ttf") format("truetype"), url("../fonts/GothamPro-MediumItalic.svgGothamPro-MediumItalic") format("svg"); font-style: italic; font-weight: 500; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-Black.eot"); src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype"), url("../fonts/GothamPro-Black.svgGothamPro-Black") format("svg"); font-style: normal; font-weight: 900; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-Bold.eot"); src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svgGothamPro-Bold") format("svg"); font-style: normal; font-weight: bold; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-LightItalic.eot"); src: url("../fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype"), url("../fonts/GothamPro-LightItalic.svgGothamPro-LightItalic") format("svg"); font-style: italic; font-weight: 300; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-Light.eot"); src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svgGothamPro-Light") format("svg"); font-style: normal; font-weight: 300; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-Italic.eot"); src: url("../fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.ttf") format("truetype"), url("../fonts/GothamPro-Italic.svgGothamPro-Italic") format("svg"); font-style: italic; font-weight: normal; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro.eot"); src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svgGothamPro") format("svg"); font-style: normal; font-weight: normal; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-BoldItalic.eot"); src: url("../fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.ttf") format("truetype"), url("../fonts/GothamPro-BoldItalic.svgGothamPro-BoldItalic") format("svg"); font-style: italic; font-weight: bold; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-BlackItalic.eot"); src: url("../fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.ttf") format("truetype"), url("../fonts/GothamPro-BlackItalic.svgGothamPro-BlackItalic") format("svg"); font-style: italic; font-weight: 900; }
@font-face { font-family: "Gotham Pro"; src: url("../fonts/GothamPro-Medium.eot"); src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svgGothamPro-Medium") format("svg"); font-style: normal; font-weight: 500; }
@font-face { font-family: "Orator Std"; src: url("../fonts/OratorStd.eot"); src: url("../fonts/OratorStd.eot?#iefix") format("embedded-opentype"), url("../fonts/OratorStd.woff") format("woff"), url("../fonts/OratorStd.ttf") format("truetype"), url("../fonts/OratorStd.svgOratorStd") format("svg"); font-style: normal; font-weight: 500; }
@font-face { font-family: "Letterblocks"; src: url("../fonts/Letterblocks.eot"); src: url("../fonts/Letterblocks.eot?#iefix") format("embedded-opentype"), url("../fonts/Letterblocks.woff") format("woff"), url("../fonts/Letterblocks.ttf") format("truetype"), url("../fonts/Letterblocks.svgLetterblocks") format("svg"); font-style: normal; font-weight: normal; }
.none { display: none; }

body { font-family: "Gotham Pro", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; color: #6b7187; line-height: 1.7; background: #f5f5f6; width: 100%; height: 100%; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: normal; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes round1 { 0% { height: 70px; width: 70px; }
  100% { height: 286px; width: 286px; border-width: 10px; opacity: 0.08; -moz-opacity: 0.08; -khtml-opacity: 0.08; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)"; filter: alpha(opacity=8); } }
@-moz-keyframes round1 { 0% { height: 70px; width: 70px; }
  100% { height: 286px; width: 286px; border-width: 10px; opacity: 0.08; -moz-opacity: 0.08; -khtml-opacity: 0.08; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)"; filter: alpha(opacity=8); } }
@-o-keyframes round1 { 0% { height: 70px; width: 70px; }
  100% { height: 286px; width: 286px; border-width: 10px; opacity: 0.08; -moz-opacity: 0.08; -khtml-opacity: 0.08; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)"; filter: alpha(opacity=8); } }
@keyframes round1 { 0% { height: 70px; width: 70px; }
  100% { height: 286px; width: 286px; border-width: 10px; opacity: 0.08; -moz-opacity: 0.08; -khtml-opacity: 0.08; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)"; filter: alpha(opacity=8); } }
@-webkit-keyframes round2 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(229, 77, 227, 0); } }
@-moz-keyframes round2 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(229, 77, 227, 0); } }
@-o-keyframes round2 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(229, 77, 227, 0); } }
@keyframes round2 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(229, 77, 227, 0); } }
@-webkit-keyframes round3 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(253, 198, 37, 0); } }
@-moz-keyframes round3 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(253, 198, 37, 0); } }
@-o-keyframes round3 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(253, 198, 37, 0); } }
@keyframes round3 { 0% { height: 6px; width: 6px; }
  100% { height: 100px; width: 100px; background-color: rgba(253, 198, 37, 0); } }
@-webkit-keyframes background-color { 0% { background-color: rgba(255, 255, 255, 0); }
  100% { background-color: rgba(255, 255, 255, 0); } }
@-moz-keyframes background-color { 0% { background-color: rgba(255, 255, 255, 0); }
  100% { background-color: rgba(255, 255, 255, 0); } }
@-o-keyframes background-color { 0% { background-color: rgba(255, 255, 255, 0); }
  100% { background-color: rgba(255, 255, 255, 0); } }
@keyframes background-color { 0% { background-color: rgba(255, 255, 255, 0); }
  100% { background-color: rgba(255, 255, 255, 0); } }
@-webkit-keyframes fullwidth { 0% { width: 0%; }
  100% { width: 100%; } }
@-moz-keyframes fullwidth { 0% { width: 0%; }
  100% { width: 100%; } }
@-o-keyframes fullwidth { 0% { width: 0%; }
  100% { width: 100%; } }
@keyframes fullwidth { 0% { width: 0%; }
  100% { width: 100%; } }
@-webkit-keyframes arrow-down { 0% { margin-top: 0; }
  50% { margin-top: 8px; }
  100% { margin-top: 0; } }
@-moz-keyframes arrow-down { 0% { margin-top: 0; }
  50% { margin-top: 8px; }
  100% { margin-top: 0; } }
@-o-keyframes arrow-down { 0% { margin-top: 0; }
  50% { margin-top: 8px; }
  100% { margin-top: 0; } }
@keyframes arrow-down { 0% { margin-top: 0; }
  50% { margin-top: 8px; }
  100% { margin-top: 0; } }
@-webkit-keyframes arrow-left { 0% { margin-right: 0; }
  50% { margin-right: -6px; }
  100% { margin-right: 0; } }
@-moz-keyframes arrow-left { 0% { margin-right: 0; }
  50% { margin-right: -6px; }
  100% { margin-right: 0; } }
@-o-keyframes arrow-left { 0% { margin-right: 0; }
  50% { margin-right: -6px; }
  100% { margin-right: 0; } }
@keyframes arrow-left { 0% { margin-right: 0; }
  50% { margin-right: -6px; }
  100% { margin-right: 0; } }
@-webkit-keyframes undertitle { 0% { -webkit-filter: blur(0); -moz-filter: blur(0); -ms-filter: blur(0); -o-filter: blur(0); filter: blur(0); margin-left: -10px; }
  50% { -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); margin-left: 10px; }
  100% { -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); filter: blur(0px); margin-left: -10px; } }
@-moz-keyframes undertitle { 0% { -webkit-filter: blur(0); -moz-filter: blur(0); -ms-filter: blur(0); -o-filter: blur(0); filter: blur(0); margin-left: -10px; }
  50% { -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); margin-left: 10px; }
  100% { -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); filter: blur(0px); margin-left: -10px; } }
@-o-keyframes undertitle { 0% { -webkit-filter: blur(0); -moz-filter: blur(0); -ms-filter: blur(0); -o-filter: blur(0); filter: blur(0); margin-left: -10px; }
  50% { -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); margin-left: 10px; }
  100% { -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); filter: blur(0px); margin-left: -10px; } }
@keyframes undertitle { 0% { -webkit-filter: blur(0); -moz-filter: blur(0); -ms-filter: blur(0); -o-filter: blur(0); filter: blur(0); margin-left: -10px; }
  50% { -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); margin-left: 10px; }
  100% { -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); filter: blur(0px); margin-left: -10px; } }
@-webkit-keyframes svg0 { 0% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; }
  33% { d: path("M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  66% { d: path("M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  100% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; } }
@-moz-keyframes svg0 { 0% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; }
  33% { d: path("M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  66% { d: path("M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  100% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; } }
@-o-keyframes svg0 { 0% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; }
  33% { d: path("M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  66% { d: path("M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  100% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; } }
@keyframes svg0 { 0% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; }
  33% { d: path("M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L-0.000,1.000 C-0.000,1.000 -0.021,0.942 -0.000,1.000 C58.669,159.155 97.626,180.706 109.000,413.000 C118.625,609.564 442.759,538.692 506.000,746.000 C539.407,855.510 688.158,872.745 795.000,879.000 C795.415,879.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  66% { d: path("M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"); d: "M795.000,1.000 L0.000,1.000 C0.000,1.000 -0.023,0.943 0.000,1.000 C24.444,61.589 63.856,74.000 97.000,268.000 C132.813,477.622 371.682,520.660 443.000,686.000 C503.894,827.174 688.158,901.745 795.000,908.000 C795.415,908.024 795.000,879.000 795.000,879.000 L795.000,1.000 Z"; }
  100% { d: path("M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"); d: "M732.000,1.000 L11.000,1.000 C11.000,1.000 10.990,0.939 11.000,1.000 C38.169,169.155 -27.738,280.549 15.805,420.439 C70.993,597.742 361.177,592.820 461.071,794.673 C502.757,878.905 625.158,950.745 732.000,957.000 C732.415,957.024 732.000,957.000 732.000,957.000 L732.000,1.000 Z"; } }
@-webkit-keyframes svg1 { 0% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; }
  33% { d: path("M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"); d: "M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"; }
  66% { d: path("M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"); d: "M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"; }
  100% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; } }
@-moz-keyframes svg1 { 0% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; }
  33% { d: path("M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"); d: "M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"; }
  66% { d: path("M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"); d: "M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"; }
  100% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; } }
@-o-keyframes svg1 { 0% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; }
  33% { d: path("M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"); d: "M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"; }
  66% { d: path("M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"); d: "M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"; }
  100% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; } }
@keyframes svg1 { 0% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; }
  33% { d: path("M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"); d: "M1.000,1.000 C246.436,259.888 142.151,306.001 222.000,478.000 C300.207,646.463 571.221,657.136 681.000,910.000 C714.690,987.600 834.667,1006.115 942.000,984.000 C942.840,983.827 942.000,1018.000 942.000,1018.000 L942.000,1.000 L53.000,1.000 C53.000,1.000 52.822,0.634 53.000,1.000 C54.095,3.247 -1.057,-1.169 1.000,1.000 Z"; }
  66% { d: path("M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"); d: "M1.000,1.000 C188.436,117.916 264.151,240.001 286.000,414.000 C309.140,598.284 325.326,772.838 595.000,830.000 C734.690,859.609 826.667,1016.116 970.000,1000.000 C970.852,999.904 966.000,1018.000 966.000,1018.000 L966.000,1.000 L77.000,1.000 C77.000,1.000 76.822,0.634 77.000,1.000 C78.095,3.247 -1.536,-0.582 1.000,1.000 Z"; }
  100% { d: path("M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"); d: "M1.000,1.000 C164.436,251.890 60.151,408.000 140.000,579.999 C218.207,748.463 505.221,705.123 631.000,892.000 C678.236,962.181 790.667,1014.120 890.000,1018.000 C890.857,1018.033 890.000,1018.000 890.000,1018.000 L890.000,1.000 L1.000,1.000 C1.000,1.000 0.822,0.634 1.000,1.000 C2.095,3.247 -0.632,-1.505 1.000,1.000 Z"; } }
@-webkit-keyframes svg2 { 0% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; }
  33% { d: path("M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"); d: "M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"; }
  66% { d: path("M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"); d: "M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"; }
  100% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; } }
@-moz-keyframes svg2 { 0% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; }
  33% { d: path("M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"); d: "M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"; }
  66% { d: path("M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"); d: "M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"; }
  100% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; } }
@-o-keyframes svg2 { 0% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; }
  33% { d: path("M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"); d: "M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"; }
  66% { d: path("M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"); d: "M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"; }
  100% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; } }
@keyframes svg2 { 0% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; }
  33% { d: path("M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"); d: "M55.05 200.6l75 55 188-196-263 141z M.55 381.1l54-181 75 55-61 227-68-101zM278.55 363.1l-149-108-61 227 210-119zM254.55 469.1l24-106-210 119 186-13z M460.55 825.1l-206-356-186 13 392 343zM274.55 778.1l-206-296 392 343-186-47z M451.55 454.1l9 371-206-356 197-15z M415.55 221.1l-137 142-24 106 197-15-36-233z M615.55 440.1l-200-219 36 233 164-14zM675.55 518.1l-60-78 85-6-25 84z M460.55 825.1l215-307-60-78-155 385zM729.55 335.1l-29 99-85 6-200-219 314 114z M990.55 411.1l-261-76-29 99 290-23z M675.55 518.1l315-107-290 23-25 84zM755.55 233.1l-26 102 261 76-235-178z M893.55 120.1l-138 113 235 178-97-291zM685.55 1.1l-8 155 216-36-208-119zM755.55 233.1l-78-77-262 65 340 12z M685.55 1.1l-270 220 262-65 8-155z M507.55 30.1l-92 191 270-220-178 29z M317.55 59.1l98 162 92-191-190 29zM129.55 255.1l149 108 137-142-286 34z"; }
  66% { d: path("M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"); d: "M55.05 200.43l98.5 65.5 164.5-206.5-263 141z M.55 380.93l54-181 99 66-85 216-68-101zM271.42 365.82l-117.87-99.89-85 216 202.87-116.11zM284.55 463.93l-13-98-203 116 216-18z M460.55 824.93l-176-361-216 18 392 343zM274.55 777.93l-206-296 392 343-186-47z M466.55 514.93l-6 310-176-361 182 51z M473.55 154.93l-202 211 13 98 182 51 7-360z M579.55 433.93l-106-279-7 360 113-81zM675.55 517.93l-96-84 146-2-50 86z M460.55 824.93l215-307-96-84-119 391z M767.55 334.93l-42 97-146 2-106-279 294 180z M990.55 410.93l-223-76-42 97 265-21z M675.55 517.93l315-107-265 21-50 86z M732.55 217.93l35 117 223 76-258-193z M893.55 119.93l-161 98 258 193-97-291zM685.55.93l15 117 193 2-208-119zM732.55 217.93l-32-100-227 37 259 63z M685.55.93l-212 154 227-37-15-117z M507.55 29.93l-34 125 212-154-178 29z M317.55 58.93l156 96 34-125-190 29zM153.55 265.93l118 100 202-211-320 111z"; }
  100% { d: path("M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"); d: "M55.05 200.98l75 55 188-196-263 141z M.55 381.48l54-181 75 55-61 227-68-101zM278.55 363.48l-149-108-61 227 210-119zM254.55 469.48l24-106-210 119 186-13z M460.55 825.48l-206-356-186 13 392 343zM274.55 778.48l-206-296 392 343-186-47z M451.55 454.48l9 371-206-356 197-15z M472.55 258.48l-194 105-24 106 197-15 21-196z M615.55 440.48l-143-182-21 196 164-14zM675.55 518.48l-60-78 85-6-25 84z M460.55 825.48l215-307-60-78-155 385zM729.55 335.48l-29 99-85 6-143-182 257 77z M990.55 411.48l-261-76-29 99 290-23z M675.55 518.48l315-107-290 23-25 84zM755.55 233.48l-26 102 261 76-235-178z M893.55 120.48l-138 113 235 178-97-291zM685.55 1.48l-8 155 216-36-208-119zM755.55 233.48l-78-77-205 102 283-25z M685.55 1.48l-213 257 205-102 8-155z M507.55 30.48l-35 228 213-257-178 29z M317.55 59.48l155 199 35-228-190 29zM129.55 255.48l149 108 194-105-343-3z"; } }
@-webkit-keyframes svg3 { 0% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; }
  33% { d: path("M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"); d: "M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"; }
  66% { d: path("M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"); d: "M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"; }
  100% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; } }
@-moz-keyframes svg3 { 0% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; }
  33% { d: path("M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"); d: "M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"; }
  66% { d: path("M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"); d: "M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"; }
  100% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; } }
@-o-keyframes svg3 { 0% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; }
  33% { d: path("M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"); d: "M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"; }
  66% { d: path("M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"); d: "M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"; }
  100% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; } }
@keyframes svg3 { 0% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; }
  33% { d: path("M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"); d: "M379.000,1000.000 C348.770,1207.756 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 85.467,123.724 124.000,162.000 C363.036,399.440 603.760,346.505 648.000,532.000 C712.540,802.608 418.714,727.059 379.000,1000.000 Z"; }
  66% { d: path("M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"); d: "M349.000,998.000 C216.617,1127.621 162.768,1492.071 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 172.111,137.551 204.000,255.000 C258.175,454.529 492.066,412.134 531.000,651.000 C552.106,780.488 476.884,872.783 349.000,998.000 Z"; }
  100% { d: path("M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"); d: "M316.156,1010.276 C285.927,1218.031 168.768,1250.118 -0.000,1502.013 L-0.000,0.003 C52.562,30.832 97.441,71.122 126.147,117.229 C299.183,395.162 632.678,267.044 701.690,519.779 C778.538,801.213 355.870,737.335 316.156,1010.276 Z"; } }
@-webkit-keyframes svg4 { 0% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; }
  33% { d: path("M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"); d: "M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"; }
  66% { d: path("M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"); d: "M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"; }
  100% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; } }
@-moz-keyframes svg4 { 0% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; }
  33% { d: path("M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"); d: "M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"; }
  66% { d: path("M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"); d: "M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"; }
  100% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; } }
@-o-keyframes svg4 { 0% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; }
  33% { d: path("M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"); d: "M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"; }
  66% { d: path("M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"); d: "M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"; }
  100% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; } }
@keyframes svg4 { 0% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; }
  33% { d: path("M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"); d: "M719.000,1115.000 C748.310,1371.342 376.926,1723.726 3.000,1841.000 L0.950,0.001 C36.513,23.198 67.152,52.798 119.000,135.000 C331.003,471.121 613.053,341.510 707.000,502.000 C805.734,670.667 669.453,681.671 719.000,1115.000 Z"; }
  66% { d: path("M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"); d: "M647.000,1328.000 C607.155,1582.917 319.926,1429.800 -0.000,1928.000 L0.950,0.001 C81.513,35.195 55.230,85.474 137.000,138.000 C356.232,278.827 613.208,225.708 583.000,588.000 C552.668,951.775 706.026,950.368 647.000,1328.000 Z"; }
  100% { d: path("M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"); d: "M810.908,1140.972 C850.970,1425.804 224.876,1231.852 0.950,2050.990 L0.950,0.001 C36.513,23.198 67.609,51.916 91.221,85.248 C295.122,373.083 697.259,244.340 804.908,473.808 C921.119,721.526 753.496,732.785 810.908,1140.972 Z"; } }
@-webkit-keyframes svg5 { 0%, 100% { d: path(" M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"); d: "M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"; }
  50% { d: path("M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"); d: "M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"; } }
@-moz-keyframes svg5 { 0%, 100% { d: path(" M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"); d: "M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"; }
  50% { d: path("M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"); d: "M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"; } }
@-o-keyframes svg5 { 0%, 100% { d: path(" M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"); d: "M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"; }
  50% { d: path("M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"); d: "M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"; } }
@keyframes svg5 { 0%, 100% { d: path(" M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"); d: "M.81 529.34l92-187-78.5-70.5-13.5 257.5z M48.31 244.84l44.5 97.5-78.5-70.5 34-27z M150.31 223.84l-102 21 44 97 58-118z M295.31 525.34l-202.5-183-92 187 294.5-4z M304.31 250.84l-154-27 146 302 39-47-31-228z M227.31 184.84l-77 39 154 27-77-66z M303.81 2.34l3.5 149.5-80 32 76.5-181.5z M361.31 133.84l-54 18-3 99 57-117z M627.31 184.84l-266-51 135-36 131 87z M627.31 184.84l47-30-178-57 131 87z M361.31 133.84L304.29 2.69l192.02 95.15-135 36z"; }
  50% { d: path("M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"); d: "M1 530.28l99.5-134.5-86-123L1 530.28z M48.5 245.78l52 150-86-123 34-27z M150.5 224.78l-102 21 52 150 50-171z M295.5 526.28l-195-130.5L1 530.28l294.5-4z M304.5 251.78l-154-27 146 302 39-47-31-228z M227.5 185.78l-77 39 154 27-77-66z M304 3.28l-14.5 140.5-62 41L304 3.28z M361.5 134.78l-72 9 15 108 57-117z M627.5 185.78l-266-51 135-36 131 87z M627.5 185.78l47-30-178-57 131 87z M361.5 134.78L304.48 3.63 496.5 98.78l-135 36z"; } }
@-webkit-keyframes svg6 { 0%, 100% { d: path("M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"); d: "M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"; }
  33% { d: path("M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"); d: "M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"; }
  66% { d: path("M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"); d: "M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"; } }
@-moz-keyframes svg6 { 0%, 100% { d: path("M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"); d: "M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"; }
  33% { d: path("M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"); d: "M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"; }
  66% { d: path("M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"); d: "M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"; } }
@-o-keyframes svg6 { 0%, 100% { d: path("M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"); d: "M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"; }
  33% { d: path("M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"); d: "M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"; }
  66% { d: path("M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"); d: "M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"; } }
@keyframes svg6 { 0%, 100% { d: path("M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"); d: "M2.21 228.25l156.5 308.5 7-308-163.5-.5z M99.21 182.25l-97 46 163.5.5-66.5-46.5z M99.71 482.75l10.5 219.5 214.5-146.5-225-73z M475.71 580.75l-365.5 121.5 214.5-146.5 151 25z M314.21 165.25L448.71.75l98.5 101.5-233 63z M547.21 102.25l119-3-161 214-192-148 234-63z M412.21 241.25l254-142-161 214-93-72z"; }
  33% { d: path("M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"); d: "M3.5 229.04L174 536.54l7-308-177.5.5z M114.5 182.04l-112 47 178.5-.5-66.5-46.5zM115 482.54l20.5 234.5L340 555.54l-225-73z M491 580.54l-355.5 136.5L340 555.54l151 25z M364.5 95.04L464 .54l165.17 34.84L364.5 95.04z M628.25 35.38l53.25 63.66-161 214-193.25-147.66 301-130z M427.5 241.04l254-142-161 214-93-72z"; }
  66% { d: path("M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"); d: "M2.03 289.07l174.5 247.5 7-308-181.5 60.5z M117.03 182.07l-115 107 181.5-60.5-66.5-46.5z M117.53 482.57l101.5 236.5 123.5-163.5-225-73z M493.53 580.57l-274.5 138.5 123.5-163.5 151 25z M367.03 95.07l99.5-94.5 173.5 58.5-273 36z M640.03 59.07l40 80-157 174L329.78 165.4 640.03 59.07z M430.03 241.07l250-102-157 174-93-72z"; } }
@-webkit-keyframes waggle { 0% { transform: none; }
  40% { transform: none; }
  50% { transform: rotateZ(-2.5deg) scale(1.05); }
  60% { transform: rotateZ(3.125deg) scale(1.05); }
  67.5% { transform: rotateZ(-1.875deg) scale(1.05); }
  75% { transform: rotateZ(1.875deg) scale(1.05); }
  82.5% { transform: rotateZ(-1.5deg) scale(1.05); }
  85% { transform: rotateZ(0) scale(1.05); }
  100% { transform: rotateZ(0) scale(1); } }
@-moz-keyframes waggle { 0% { transform: none; }
  40% { transform: none; }
  50% { transform: rotateZ(-2.5deg) scale(1.05); }
  60% { transform: rotateZ(3.125deg) scale(1.05); }
  67.5% { transform: rotateZ(-1.875deg) scale(1.05); }
  75% { transform: rotateZ(1.875deg) scale(1.05); }
  82.5% { transform: rotateZ(-1.5deg) scale(1.05); }
  85% { transform: rotateZ(0) scale(1.05); }
  100% { transform: rotateZ(0) scale(1); } }
@-o-keyframes waggle { 0% { transform: none; }
  40% { transform: none; }
  50% { transform: rotateZ(-2.5deg) scale(1.05); }
  60% { transform: rotateZ(3.125deg) scale(1.05); }
  67.5% { transform: rotateZ(-1.875deg) scale(1.05); }
  75% { transform: rotateZ(1.875deg) scale(1.05); }
  82.5% { transform: rotateZ(-1.5deg) scale(1.05); }
  85% { transform: rotateZ(0) scale(1.05); }
  100% { transform: rotateZ(0) scale(1); } }
@keyframes waggle { 0% { transform: none; }
  40% { transform: none; }
  50% { transform: rotateZ(-2.5deg) scale(1.05); }
  60% { transform: rotateZ(3.125deg) scale(1.05); }
  67.5% { transform: rotateZ(-1.875deg) scale(1.05); }
  75% { transform: rotateZ(1.875deg) scale(1.05); }
  82.5% { transform: rotateZ(-1.5deg) scale(1.05); }
  85% { transform: rotateZ(0) scale(1.05); }
  100% { transform: rotateZ(0) scale(1); } }
@-webkit-keyframes waggle-close { 0% { transform: none; }
  100% { transform: none; } }
@-moz-keyframes waggle-close { 0% { transform: none; }
  100% { transform: none; } }
@-o-keyframes waggle-close { 0% { transform: none; }
  100% { transform: none; } }
@keyframes waggle-close { 0% { transform: none; }
  100% { transform: none; } }
.btn-waggle:not(.active) { -webkit-animation: waggle 3s ease-in-out 0s infinite normal; -moz-animation: waggle 3s ease-in-out 0s infinite normal; -o-animation: waggle 3s ease-in-out 0s infinite normal; animation: waggle 3s ease-in-out 0s infinite normal; }
.btn-waggle:not(.active):hover { -webkit-animation: waggle-close 1.2s ease-in-out 0s infinite normal; -moz-animation: waggle-close 1.2s ease-in-out 0s infinite normal; -o-animation: waggle-close 1.2s ease-in-out 0s infinite normal; animation: waggle-close 1.2s ease-in-out 0s infinite normal; }

a { text-decoration: none; color: #5f50f6; }
a:hover { color: #6b7187; }
a:hover, a:focus, a:active { text-decoration: none; }

#wrapper { overflow: hidden; max-width: 100%; position: relative; display: block; min-width: 1200px; margin: 0 auto; }

section.header a.scroll-next, section.about a.scroll-next { color: #46477c; width: 50px; display: block; height: 100px; cursor: pointer; padding-top: 27px; text-transform: uppercase; text-align: center; position: absolute; font-weight: 500; line-height: 11px; font-size: 9px; letter-spacing: 0.36em; bottom: 37px; left: 50%; margin-left: -25px; }
section.header a.scroll-next span, section.about a.scroll-next span { margin-bottom: 10px; display: block; opacity: 0.48; -moz-opacity: 0.48; -khtml-opacity: 0.48; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)"; filter: alpha(opacity=48); }
section.header a.scroll-next i, section.about a.scroll-next i { font-size: 16px; left: 14px; display: block; position: absolute; -webkit-animation: arrow-down 1.2s linear 0s infinite normal; -moz-animation: arrow-down 1.2s linear 0s infinite normal; -o-animation: arrow-down 1.2s linear 0s infinite normal; animation: arrow-down 1.2s linear 0s infinite normal; }
section.header a.scroll-next:hover i, section.about a.scroll-next:hover i { animation-play-state: paused; }
section.header a.scroll-next:hover span, section.about a.scroll-next:hover span { opacity: 0.85; -moz-opacity: 0.85; -khtml-opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; filter: alpha(opacity=85); }

h2.title { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; text-align: left; text-transform: uppercase; margin-bottom: 50px; }
h2.title > small { color: #ae4eeb; display: block; font-size: 10px; letter-spacing: 0.4em; font-weight: 500; line-height: 15px; padding-left: 9px; }
h2.title > small.ot { color: #5f50f6; }
h2.title > b { position: absolute; display: block; text-align: center; font-size: 87px; font-weight: 900; top: -82px; margin-left: -73px; line-height: 29px; height: 67px; padding-right: 12px; font-style: italic; color: rgba(95, 80, 246, 0.05); }
h2.title > b abbr { display: block; }
h2.title > b.overflow { -webkit-transform: skew(0deg, -3deg); -moz-transform: skew(0deg, -3deg); -o-transform: skew(0deg, -3deg); -ms-transform: skew(0deg, -3deg); transform: skew(0deg, -3deg); overflow: hidden; }
h2.title > b.overflow > abbr { -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); }
h2.title > span { line-height: 49px; font-size: 37px; letter-spacing: 0.06em; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-style: italic; color: #43487e; }
h2.title > span > i.point { background: #eb4de2; background: -webkit-linear-gradient(right top, #eb4de2, #5f50f6); background: linear-gradient(to left bottom, #eb4de2, #5f50f6); -webkit-transform: skew(-10deg, 0deg); -moz-transform: skew(-10deg, 0deg); -o-transform: skew(-10deg, 0deg); -ms-transform: skew(-10deg, 0deg); transform: skew(-10deg, 0deg); height: 11px; display: inline-block; *display: inline; *zoom: 1; width: 7px; margin: 20px 0 0 5px; vertical-align: top; }
h2.title > span > i.double { height: 29px; text-align: left; background: -webkit-linear-gradient(to bottom, #eb4de2, #5f50f6); background: -o-linear-gradient(to bottom, #eb4de2, #5f50f6); background: linear-gradient(to bottom, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; *display: inline; *zoom: 1; font-size: 58px; line-height: 31px; margin: 6px 0 0 -10px; vertical-align: top; }
h2.title > span > span { position: relative; color: #302a45; }
h2.title > span > span:before { height: 6px; width: 100%; -webkit-transform: skew(-15deg, 0deg); -moz-transform: skew(-15deg, 0deg); -o-transform: skew(-15deg, 0deg); -ms-transform: skew(-15deg, 0deg); transform: skew(-15deg, 0deg); background: #ae4eeb; bottom: 9px; margin-left: 0; opacity: 0.12; -moz-opacity: 0.12; -khtml-opacity: 0.12; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)"; filter: alpha(opacity=12); }
h2.title > span > span.nobefore:before { display: none; }
h2.title.white { margin-bottom: 24px; }
h2.title.white > span, h2.title.white > span > span { color: #fff; }
h2.title.white > span:before, h2.title.white > span > span:before { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); z-index: -1; background: #eb4de2; background: -webkit-linear-gradient(left, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); }
h2.title.white1 { margin-bottom: 24px; }
h2.title.white1 b { color: rgba(255, 255, 255, 0.05); }
h2.title.white1 > small { color: rgba(255, 255, 255, 0.4); }
h2.title.white1 > span, h2.title.white1 > span > span { color: #fff; }
h2.title.white1 > span i.double, h2.title.white1 > span > span i.double { opacity: 0.41; -moz-opacity: 0.41; -khtml-opacity: 0.41; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=41)"; filter: alpha(opacity=41); background: -webkit-linear-gradient(to left bottom, #ffffff, #ffffff); background: -o-linear-gradient(to left bottom, #ffffff, #ffffff); background: linear-gradient(to left bottom, #ffffff, #ffffff); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
h2.title.white1 > span:before, h2.title.white1 > span > span:before { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); z-index: -1; background: #eb4de2; background: -webkit-linear-gradient(left, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); }

h3.title { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-bottom: 45px; font-size: 20px; color: #302a45; font-style: italic; font-family: "Orator Std", Helvetica, Arial, sans-serif; line-height: 24px; }
h3.title i { position: relative; }
h3.title i:before { height: 7px; left: 0; bottom: 3px; width: 100%; background: url("../images/subtitle-devider.png") left center repeat-x; }
h3.title span { display: block; position: relative; }
h3.title span:before, h3.title span:after { font-size: 40px; margin: -8px 9px; height: 34px; line-height: 45px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background: -webkit-linear-gradient(to bottom, #eb4de2, #5f50f6); background: -o-linear-gradient(to bottom, #eb4de2, #5f50f6); background: linear-gradient(to bottom, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
h3.title span:before { content: '['; }
h3.title span:after { content: ']'; }
h3.title.white { color: #fff; }

ul.menu { float: none; width: 100%; display: block; text-align: center; }
ul.menu > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: -4px; }
ul.menu > li > a { font-size: 14px; font-weight: 500; display: block; position: relative; text-transform: uppercase; padding: 14px 29px; height: 50px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; color: #6a5b89; letter-spacing: 0.2em; }
ul.menu > li > a i.icon-menu-devider { position: absolute; left: -6px; top: 14px; color: #eb4de2; }
ul.menu > li > a:hover, ul.menu > li > a.current { color: #302a45; }
ul.menu > li > a:hover i.icon-menu-devider, ul.menu > li > a.current i.icon-menu-devider { color: #634ef5; }
ul.menu > li.btns a { padding: 14px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
ul.menu > li.btns a.signup { border: 2px solid #eb4de2; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; padding: 13px 50px 13px 24px; margin-right: -4px; }
ul.menu > li.btns a.login { margin-left: -40px; background: #eb4de2; background: -webkit-linear-gradient(left, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background: linear-gradient(to right, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background-size: 200% auto; color: #fff; padding: 14px 31px 14px 13px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
ul.menu > li.btns a.login i { position: relative; left: 0; display: inline-block; vertical-align: top; font-size: 19px; top: 0; margin-right: 9px; margin-top: -4px; color: #fff; }
ul.menu > li.btns a.login:hover { background-position: right center; }

a.btn, .submit { padding: 14px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; text-transform: uppercase; font-size: 14px; letter-spacing: 0.2em; font-weight: 500; padding: 13px 35px; position: relative; z-index: 10; color: #eb4de2; }
a.btn i, .submit i { position: absolute; display: inline-block; vertical-align: top; font-size: 15px; top: 13px; right: 14px; color: #fff; }
a.btn.btn-gradient, .submit.btn-gradient { color: #fff; background: #eb4de2; background: -webkit-linear-gradient(left, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background: linear-gradient(to right, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background-size: 200% auto; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
a.btn.btn-gradient.with-icon, .submit.btn-gradient.with-icon { padding-right: 50px; }
a.btn.btn-gradient:hover, .submit.btn-gradient:hover { background-position: right center; }
a.btn.btn-white, .submit.btn-white { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background: #fff; color: #eb4de2; background-size: 200% auto; padding-right: 50px; }
a.btn.btn-white:hover, .submit.btn-white:hover { background-position: right center; }
a.btn.btn-white i, .submit.btn-white i { color: #eb4de2; }
a.btn.btn-svg, .submit.btn-svg { position: relative; padding: 13px 55px; border: 2px solid transparent; }
a.btn.btn-svg svg, .submit.btn-svg svg { position: absolute; width: calc(100%); top: -2px; left: -2px; height: 50px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
a.btn.btn-svg svg rect, .submit.btn-svg svg rect { width: calc( 100% - 4px ); height: calc(50px - 4px); stroke-width: 2; }
a.btn.btn-svg svg:hover stop:first-child, .submit.btn-svg svg:hover stop:first-child { stop-color: #5f50f6; }
a.btn.btn-svg svg:hover stop:last-child, .submit.btn-svg svg:hover stop:last-child { stop-color: #eb4de2; }
a.btn.btn-svg span, .submit.btn-svg span { background: -webkit-linear-gradient(to right, #eb4de2 0%, #5f50f6 50%, #eb4de2 100%); background: -o-linear-gradient(to right, #eb4de2 0%, #5f50f6 50%, #eb4de2 100%); background: linear-gradient(to right, #eb4de2 0%, #5f50f6 50%, #eb4de2 100%); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; background-size: 200% auto; -webkit-text-fill-color: transparent; }
a.btn.btn-svg:hover span, .submit.btn-svg:hover span { background-position: right center; }
a.btn.btn-small, .submit.btn-small { font-size: 12px; padding: 5px 15px; }

.submit { padding: 0; }
.submit input { background: none; height: 50px; text-transform: uppercase; padding: 14px 50px 13px 35px; font-size: 14px; letter-spacing: 0.2em; font-weight: 500; }

.deposit-process-wrap, .deposit-cancel-wrap { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 0; color: #fff; margin: 0 7.5px; background: #eb4de2; background: -webkit-linear-gradient(left, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background: linear-gradient(to right, #eb4de2 0%, #5f50f6 51%, #eb4de2 100%); background-size: 200% auto; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.deposit-process-wrap:hover, .deposit-cancel-wrap:hover { background-position: right center; }
.deposit-process-wrap input, .deposit-cancel-wrap input { background: none; height: 50px; text-transform: uppercase; padding: 14px 35px 14px 35px; font-size: 14px; letter-spacing: 0.2em; border: none; font-weight: 500; }

.deposit-cancel-wrap { color: #896da0; background: #f5def9; background: -webkit-linear-gradient(left, #f5def9 0%, #f1e8fb 51%, #ddccea 100%); background: linear-gradient(to right, #f5def9 0%, #f1e8fb 51%, #ddccea 100%); background-size: 200% auto; }
.deposit-cancel-wrap:hover { background-position: right center; }

div.group-btns a.btn-white { border: 2px solid #eb4de2; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin-right: -4px; background: #f5f5ff; }
div.group-btns a.btn-white i { position: absolute; display: inline-block; vertical-align: top; font-size: 19px; top: 9px; right: 18px; color: rgba(38, 42, 81, 0.35); }
div.group-btns a.btn-white.with-icon { padding-right: 50px; }
div.group-btns a.btn-white.btn-active { border-color: #5f50f6; color: #5f50f6; }
div.group-btns a.btn-white:hover { color: #e61fdb; }
div.group-btns a.btn-gradient { padding: 14px 35px 14px 63px; margin-left: -41px; z-index: 9; }

section.header { height: 1080px; display: block; z-index: 6; position: relative; background: url("../images/header.jpg") center top no-repeat; background-size: cover; }
section.header .box-form { display: block; position: absolute; z-index: 100; padding: 45px 50px; box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); background: #fff; width: 75%; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; z-index: 10000; height: 1000px; background: white; background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0.91)); background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.91)); top: 0; }
section.header .box-form b.subtitle { margin-top: 10px; margin-bottom: 30px; font-size: 20px; color: #807b9c; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-weight: 400; height: 26px; line-height: 32px; margin-left: -50px; padding-left: 50px; display: block; background: rgba(67, 72, 126, 0.03); background: -webkit-linear-gradient(left, rgba(67, 72, 126, 0.03), rgba(67, 72, 126, 0)); background: linear-gradient(to right, rgba(67, 72, 126, 0.03), rgba(67, 72, 126, 0)); font-style: italic; }
section.header.header-page { height: 74px; }
section.header.header-account { background: none; height: 74px; box-shadow: none; }
section.header svg.svg-wave { position: absolute; opacity: 0.04; -moz-opacity: 0.04; -khtml-opacity: 0.04; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"; filter: alpha(opacity=4); right: 0; top: 0; }
section.header svg.svg-wave.svg-item-1 path { -webkit-animation: svg0 10s linear 0s infinite normal; -moz-animation: svg0 10s linear 0s infinite normal; -o-animation: svg0 10s linear 0s infinite normal; animation: svg0 10s linear 0s infinite normal; }
section.header svg.svg-wave.svg-item-2 path { -webkit-animation: svg1 15s linear 0s infinite normal; -moz-animation: svg1 15s linear 0s infinite normal; -o-animation: svg1 15s linear 0s infinite normal; animation: svg1 15s linear 0s infinite normal; }
section.header .logo { position: absolute; left: 79px; top: 5px; width: 250px; height: 41px; }
section.header .logo a { width: 250px; height: 41px; background: url("../images/logo.png") left center no-repeat; outline: none; display: block; }
section.header .langs { position: absolute; right: 0; background: #fff; height: 50px; top: 0; padding-right: 23px; padding-top: 8px; padding-left: 6px; -webkit-border-radius: 50px 0 0 50px; -moz-border-radius: 50px 0 0 50px; border-radius: 50px 0 0 50px; }
section.header .langs > ul { height: 35px; display: block; }
section.header .langs > ul > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; float: left; width: 0px; overflow: hidden; }
section.header .langs > ul > li > a { text-align: center; text-transform: uppercase; color: #6a5b89; padding: 5px 0; display: block; }
section.header .langs > ul > li > a img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -webkit-filter: grayscale(30%); -moz-filter: grayscale(30%); -ms-filter: grayscale(30%); -o-filter: grayscale(30%); filter: grayscale(30%); }
section.header .langs > ul > li > a:hover img { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }
section.header .langs > ul > li:last-child { border: none; }
section.header .langs > ul > li.active { width: 40px; }
section.header .langs > ul > li.active > a img { box-shadow: 0 0 0 2px #f3eef7; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }
section.header .langs:hover > ul > li { width: 40px; }
section.header .versions { height: 40px; position: absolute; right: 0; top: 81px; width: 85px; }
section.header .versions a { border: 2px solid #a26100; background: #fdc625; background: -webkit-linear-gradient(top left, #fdc625, #f6af23); background: linear-gradient(to bottom right, #fdc625, #f6af23); height: 22px; margin: 0 auto; width: 22px; cursor: pointer; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
section.header .versions a.dark { background: #5f50f6; background: -webkit-linear-gradient(top left, #5f50f6, #eb4de2); background: linear-gradient(to bottom right, #5f50f6, #eb4de2); border: 2px solid #fff; }
section.header .versions span { display: inline-block; *display: inline; *zoom: 1; display: block; white-space: nowrap; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; top: 132px; right: -72px; letter-spacing: 0.4em; font-size: 10px; /* border: 1px solid #000; */ width: 227px; text-align: right; padding-right: 50px; text-transform: uppercase; }
section.header .versions span:before { right: 8px; top: 50%; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); width: 30px; margin-top: -1px; background: #a39b91; height: 1px; }
section.header .header-top { position: relative; padding-top: 0px; top: 0; margin-top: 0; width: 100%; background: rgba(255, 255, 255, 0); }
section.header .header-top > div { padding-top: 60px; }
section.header .header-top.fixed { padding: 12px 0px; position: fixed; left: 0; top: 0; background: rgba(255, 255, 255, 0.9); z-index: 1000; box-shadow: 0 0 30px rgba(163, 147, 194, 0.21); z-index: 1000; }
section.header .header-top.fixed > div { padding: 0; }
section.header .header-top.fixed .logo { left: 38px; }
section.header .header-center { display: block; padding-top: 50px; }
section.header .header-center .header-center_content { z-index: 9; border: 1px solid transparent; display: block; text-align: center; position: relative; }
section.header .header-center .header-center_content svg.svg-lines { height: 477px; margin: 183px 0px 0px 747px; z-index: 11; }
section.header .header-center .header-center_content svg.svg-lines path { fill: none; -webkit-animation: svg2 10s linear 0s infinite normal; -moz-animation: svg2 10s linear 0s infinite normal; -o-animation: svg2 10s linear 0s infinite normal; animation: svg2 10s linear 0s infinite normal; stroke: #d0c1f4; }
section.header .header-center .header-center_content div.under { width: 949px; height: 203px; background: url("../images/genius-under.png") 0 0 no-repeat; left: 0; top: 0; position: absolute; margin-left: 72px; margin-top: 221px; }
section.header .header-center .header-center_content h1.title, section.header .header-center .header-center_content h2.title, section.header .header-center .header-center_content h3.title { display: block; width: 100%; padding: 0; font-size: 202px; color: #1b2231; margin-top: 206px; font-weight: 900; font-style: italic; text-transform: uppercase; background: -webkit-linear-gradient(to right, #2c305a, #1b2231); background: -o-linear-gradient(to right, #2c305a, #1b2231); background: linear-gradient(to right, #2c305a, #1b2231); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-align: center; }
section.header .header-center .header-center_content svg.svg-text { z-index: 10; margin: 246px 0 0 737px; }
section.header .header-center .header-center_content div.brain { background: transparent url("../images/brain.png") left top no-repeat; height: 540px; width: 583px; margin: 119px 0px 0 738px; }
section.header .header-center .header-center_under { position: absolute; right: 391px; top: 196px; z-index: 1; }
section.header .header-center .header-center_img { position: absolute; right: -177px; top: 104px; width: 583px; height: 540px; z-index: 10; }
section.header .header-center .header-center_img span.dev { position: absolute; right: 0; top: 0; margin: 59px 0px 0px 214px; color: #fff; font-size: 204px; font-family: "Letterblocks", sans-serif; }
section.header .header-center .header-center_img span.dev.dev2 { color: rgba(119, 80, 243, 0.18); font-size: 189px; margin: -48px 0px 0px 492px; }
section.header .header-center .header-center_img div.ai-icon.icon1 { opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); margin: 14px 0px 0px 171px; width: 87px; height: 36px; background: url("../images/svg/ai.svg"); }
section.header .header-center .header-center_img div.ai-icon.icon2 { opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); margin: 442px 0px 0px 500px; width: 258px; height: 251px; background: url("../images/ai-parallax-1.png") 0 0 no-repeat; }
section.header .header-center .header-center_img div.ai-icon.icon3 { opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); margin: 34px 0px 0px -1097px; width: 133px; height: 122px; background: url("../images/ai-parallax-2.png") 0 0 no-repeat; }
section.header .header-center .header-center_img div.ai-icon.icon4 { margin: 336px 0px 0px -578px; width: 122px; height: 152px; background: url("../images/ai-parallax-3.png") 0 0 no-repeat; }
section.header .header-center .hader-center_bottom { padding: 74px 0 0 317px; display: block; }
section.header .header-center .hader-center_bottom h2.subtitle { color: #43487e; text-transform: uppercase; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 23px; font-style: italic; margin-bottom: 24px; }
section.header .header-center .hader-center_bottom p { display: block; color: #302a45; width: 300px; line-height: normal; font-size: 14px; font-style: italic; margin-bottom: 30px; }
section.header .header-center .radiant { opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); display: flex; align-items: center; flex-wrap: wrap; width: 1px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); height: 450px; float: right; position: absolute; right: 240px; }
section.header .header-center .radiant .el { position: absolute; opacity: 1; width: 1px; height: 150px; margin-top: 0vh; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; background: white; }

section.about { margin-top: -50px; position: relative; z-index: 5; -webkit-transform: skew(0, -3deg); -moz-transform: skew(0, -3deg); -o-transform: skew(0, -3deg); -ms-transform: skew(0, -3deg); transform: skew(0, -3deg); background: url("../images/about-lines1.png") right 160px no-repeat, url("../images/about.jpg") center bottom no-repeat, #fff; display: block; padding: 140px 0 70px 0; position: relative; }
section.about > div { -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); }
section.about svg.svg-wave { position: absolute; opacity: 0.03; -moz-opacity: 0.03; -khtml-opacity: 0.03; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)"; filter: alpha(opacity=3); left: 0; top: 290px; }
section.about svg.svg-wave.svg-item-1 path { -webkit-animation: svg3 10s linear 0s infinite normal; -moz-animation: svg3 10s linear 0s infinite normal; -o-animation: svg3 10s linear 0s infinite normal; animation: svg3 10s linear 0s infinite normal; fill: #eb4de2; }
section.about svg.svg-wave.svg-item-2 { top: 212px; }
section.about svg.svg-wave.svg-item-2 path { fill: #eb4de2; -webkit-animation: svg4 15s linear 0s infinite normal; -moz-animation: svg4 15s linear 0s infinite normal; -o-animation: svg4 15s linear 0s infinite normal; animation: svg4 15s linear 0s infinite normal; }
section.about p { text-align: justify; margin-bottom: 15px; }
section.about p:first-letter { margin-left: 15px; }
section.about p b { color: #302a45; }
section.about .box-title-right { position: relative; padding-left: 60px; }
section.about .box-title-right:before { content: '/'; font-family: "Letterblocks", sans-serif; color: #d0ccde; opacity: 0.26; -moz-opacity: 0.26; -khtml-opacity: 0.26; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)"; filter: alpha(opacity=26); font-size: 142px; left: -40px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }
section.about .box-title-right p:first-letter { margin: 0; }
section.about i.simbol { font-family: "Letterblocks", sans-serif; font-size: 150px; position: absolute; right: -122px; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 150px; height: 73px; width: 111px; font-style: normal; opacity: 0.23; -moz-opacity: 0.23; -khtml-opacity: 0.23; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)"; filter: alpha(opacity=23); top: -5px; position: absolute; }
section.about i.simbol:before { height: 150px; width: 1px; background: #000; background: #eb4de2; background: -webkit-linear-gradient(top, #eb4de2, rgba(235, 77, 226, 0)); background: linear-gradient(to bottom, #eb4de2, rgba(235, 77, 226, 0)); left: 31px; margin-top: 20px; top: 100%; display: block; }
section.about ol { margin-bottom: 25px; padding: 0; display: block; }
section.about ol li { display: block; padding-left: 40px; position: relative; margin: 0; margin-bottom: 15px; line-height: 1.6; font-size: 13px; }
section.about ol li i { position: absolute; left: 0; top: 3px; font-size: 29px; line-height: 32px; }
section.about ol li i:before { background: -webkit-linear-gradient(to left top, #eb4de2, #5f50f6); background: -o-linear-gradient(to left top, #eb4de2, #5f50f6); background: linear-gradient(to left top, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.about ol li b { font-style: italic; }
section.about .about-img { position: relative; display: block; width: 683px; position: absolute; margin-left: -185px; margin-top: -103px; height: 543px; }
section.about .about-img > b { display: block; position: absolute; font-weight: bold; font-size: 158px; line-height: 130px; font-style: italic; text-transform: uppercase; font-weight: 900; padding-right: 50px; margin: -41px 0 0 58px; opacity: 0.07; -moz-opacity: 0.07; -khtml-opacity: 0.07; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)"; filter: alpha(opacity=7); background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.about .about-img > b span { display: block; padding-left: 100px; }
section.about .about-img > div { height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
section.about .about-img > div.lines { margin: 9px 0 0 0; z-index: 10; }
section.about .about-img > div.lines svg.svg-lines { opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); z-index: 11; }
section.about .about-img > div.lines svg.svg-lines path { fill: none; -webkit-animation: svg5 10s linear 0s infinite normal; -moz-animation: svg5 10s linear 0s infinite normal; -o-animation: svg5 10s linear 0s infinite normal; animation: svg5 10s linear 0s infinite normal; stroke: #d0c1f4; }
section.about .about-img > div.img { background: url("../images/about-img.png") 0 0 no-repeat; }
section.about .about-img:before, section.about .about-img:after { content: '"'; font-family: "Letterblocks", sans-serif; font-size: 189px; position: absolute; left: 51px; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 150px; height: 53px; top: 100px; }
section.about .about-img:after { left: 368px; top: 450px; }
section.about .about-img2 { width: 561px; height: 536px; position: absolute; left: -330px; top: 92px; background: url("../images/about-img2.png") 0 0 no-repeat; }

.box-list { margin-top: 5px; margin-bottom: -95px; margin-left: -40px; margin-right: -40px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgba(255, 255, 255, 0.64); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0)); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0)); box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); height: 304px; padding: 0 40px; }
.box-list ul { display: block; }
.box-list ul li { display: inline-block; *display: inline; *zoom: 1; position: relative; padding-left: 79px; padding-top: 61px; vertical-align: top; margin-right: -4px; width: 25%; height: 150px; }
.box-list ul li:first-child { padding-left: 65px; }
.box-list ul li:before { height: 47px; width: 1px; left: 35px; top: 0; background: #eeebf3; background: -webkit-linear-gradient(top, #eeebf3, rgba(238, 235, 243, 0)); background: linear-gradient(to bottom, #eeebf3, rgba(238, 235, 243, 0)); }
.box-list ul li:after { height: 67px; width: 1px; left: 35px; top: 100%; margin-top: -20px; background: url("../images/about-ul-icon-after.png") 0 0 no-repeat; }
.box-list ul li > i { height: 50px; width: 59px; background: url("../images/white-icon-1.png") left center no-repeat; display: block; left: 4px; top: 68px; z-index: 10; position: absolute; }
.box-list ul li > i.icon-2 { background-image: url("../images/white-icon-2.png"); left: 17px; }
.box-list ul li > i.icon-3 { background-image: url("../images/white-icon-3.png"); }
.box-list ul li > i.icon-4 { background-image: url("../images/white-icon-4.png"); left: 18px; }
.box-list ul li > abbr { font-size: 50px; height: 50px; text-decoration: none; line-height: 47px; position: absolute; left: 0; top: 40px; font-style: normal; font-weight: bold; background: -webkit-linear-gradient(to bottom, #eeebf3, rgba(238, 235, 243, 0)); background: -o-linear-gradient(to bottom, #eeebf3, rgba(238, 235, 243, 0)); background: linear-gradient(to bottom, #eeebf3, rgba(238, 235, 243, 0)); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.box-list ul li b { display: block; color: #5e557f; font-size: 16px; }
.box-list ul li span { line-height: normal; display: block; }
.box-list.vertical { margin: 0; padding: 0 20px; height: auto; }
.box-list.vertical ul li { width: 100%; padding-top: 35px; height: auto; padding-right: 100px; padding-left: 71px; }
.box-list.vertical ul li:after { display: none; }
.box-list.vertical ul li:before { left: 1px; top: 50%; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.box-list.vertical ul li > i { top: 40px; }
.box-list.vertical ul li > abbr { margin-left: -73px; left: auto; right: 15px; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); top: 35px; }

section.page { margin-top: -50px; position: relative; z-index: 5; -webkit-transform: skew(0, -3deg); -moz-transform: skew(0, -3deg); -o-transform: skew(0, -3deg); -ms-transform: skew(0, -3deg); transform: skew(0, -3deg); background: url("../images/about-page-img.png") center 580px no-repeat, url("../images/about.jpg") center bottom no-repeat, #fff; display: block; padding: 140px 0 70px 0; position: relative; }
section.page > div { -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); }
section.page svg.svg-wave { position: absolute; opacity: 0.03; -moz-opacity: 0.03; -khtml-opacity: 0.03; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)"; filter: alpha(opacity=3); left: 0; top: 290px; }
section.page svg.svg-wave.svg-item-1 path { -webkit-animation: svg3 10s linear 0s infinite normal; -moz-animation: svg3 10s linear 0s infinite normal; -o-animation: svg3 10s linear 0s infinite normal; animation: svg3 10s linear 0s infinite normal; fill: #eb4de2; }
section.page svg.svg-wave.svg-item-2 { top: 212px; }
section.page svg.svg-wave.svg-item-2 path { fill: #eb4de2; -webkit-animation: svg4 15s linear 0s infinite normal; -moz-animation: svg4 15s linear 0s infinite normal; -o-animation: svg4 15s linear 0s infinite normal; animation: svg4 15s linear 0s infinite normal; }
section.page p { text-align: justify; margin-bottom: 15px; }
section.page p:first-letter { margin-left: 15px; }
section.page p b { color: #302a45; }
section.page p.p-bordered { color: #5e557f; display: block; padding: 15px 62px 15px 20px; position: relative; background: rgba(245, 234, 254, 0.24); border: 2px dotted #f5eafe; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
section.page p.p-bordered i { position: absolute; right: 20px; color: #f5eafe; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); font-size: 25px; }
section.page p.p-bordered:first-letter { margin-left: 0px; }
section.page .box-title-right { position: relative; padding-left: 60px; }
section.page .box-title-right:before { content: '/'; font-family: "Letterblocks", sans-serif; color: #d0ccde; opacity: 0.26; -moz-opacity: 0.26; -khtml-opacity: 0.26; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)"; filter: alpha(opacity=26); font-size: 142px; left: -40px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }
section.page .box-title-right p:first-letter { margin: 0; }
section.page i.simbol { font-family: "Letterblocks", sans-serif; font-size: 150px; position: absolute; right: -122px; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 150px; height: 73px; width: 111px; font-style: normal; opacity: 0.23; -moz-opacity: 0.23; -khtml-opacity: 0.23; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)"; filter: alpha(opacity=23); top: -5px; position: absolute; }
section.page i.simbol:before { height: 150px; width: 1px; background: #000; background: #eb4de2; background: -webkit-linear-gradient(top, #eb4de2, rgba(235, 77, 226, 0)); background: linear-gradient(to bottom, #eb4de2, rgba(235, 77, 226, 0)); left: 31px; margin-top: 20px; top: 100%; display: block; }
section.page ol { margin-bottom: 25px; padding: 0; display: block; }
section.page ol li { display: block; padding-left: 40px; position: relative; margin: 0; margin-bottom: 15px; line-height: 1.6; font-size: 13px; }
section.page ol li i { position: absolute; left: 0; top: 3px; font-size: 29px; line-height: 32px; }
section.page ol li i:before { background: -webkit-linear-gradient(to left top, #eb4de2, #5f50f6); background: -o-linear-gradient(to left top, #eb4de2, #5f50f6); background: linear-gradient(to left top, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.page ol li b { font-style: italic; }
section.page ol.styled li:before { left: 15px; top: 7px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); height: 6px; width: 6px; display: block; background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); }
section.page ul.faq-list { display: block; }
section.page ul.faq-list li { display: block; border: 1px solid #e3e5f1; margin-bottom: 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
section.page ul.faq-list li > b { display: block; padding: 18px 50px 18px 25px; color: #7e74a5; cursor: pointer; font-size: 14px; line-height: 17px; position: relative; font-weight: bold; margin-bottom: -1px; border-bottom: 1px solid #e3e5f1; }
section.page ul.faq-list li > b abbr { margin-top: 0px; right: 14px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); height: 40px; width: 40px; display: block; position: absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
section.page ul.faq-list li > b abbr i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; text-align: center; font-size: 17px; line-height: 40px; color: #5f50f6; }
section.page ul.faq-list li > div { padding: 30px 25px; }
section.page ul.faq-list li p { line-height: 1.4; font-size: 13px; text-align: left; margin: 0; }
section.page ul.faq-list li p:first-letter { margin: 0; }
section.page ul.faq-list li.opened { background: #fff; box-shadow: 0 5px 10px rgba(238, 239, 243, 0.6); }
section.page ul.faq-list li.opened > b { color: #5e557f; }
section.page ul.faq-list li.opened > b > abbr > i { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); color: #eb4de2; background: #fff; }
section.page ul.faq-list li:hover:not(.opened) { box-shadow: 0 5px 10px rgba(238, 239, 243, 0.6); }
section.page ul.faq-list li:hover:not(.opened) > b { color: #5e557f; }
section.page ul.faq-list li:hover:not(.opened) > b > abbr { -webkit-animation: arrow-left 1s linear 0s infinite normal; -moz-animation: arrow-left 1s linear 0s infinite normal; -o-animation: arrow-left 1s linear 0s infinite normal; animation: arrow-left 1s linear 0s infinite normal; }
section.page ul.news-list li { display: block; padding: 0 0 20px 0; }
section.page ul.news-list li > b.title { font-size: 21px; color: #302a45; display: block; width: 60%; line-height: 1.1; margin-bottom: 15px; }
section.page ul.news-list li > div { display: block; line-height: 1.4; font-size: 13px; text-align: left; margin: 0 0 15px 0; padding-bottom: 20px; border-bottom: 1px solid #eeebf1; }
section.page ul.news-list li > small { font-family: "Orator Std", Helvetica, Arial, sans-serif; text-transform: uppercase; }
section.page ul.faq-list-select li { display: block; background: url("../images/opers-li-devider.png") center bottom repeat-x; padding: 15px 0 15px 48px; font-weight: 500; text-transform: uppercase; font-size: 14px; position: relative; cursor: pointer; color: rgba(107, 113, 135, 0.65); }
section.page ul.faq-list-select li i { font-family: "Orator Std", Helvetica, Arial, sans-serif; font-style: normal; font-size: 13px; left: 14px; top: 18px; text-align: center; color: #fff; width: 25px; position: absolute; }
section.page ul.faq-list-select li:before { left: 16px; top: 16px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); height: 20px; width: 20px; display: block; background: #e3e5f1; background: -webkit-linear-gradient(left top, #e3e5f1, #e3e5f1); background: linear-gradient(to right bottom, #e3e5f1, #e3e5f1); }
section.page ul.faq-list-select li:last-child { border: none; }
section.page ul.faq-list-select li.active, section.page ul.faq-list-select li:hover { color: #6b7187; }
section.page ul.faq-list-select li.active:before, section.page ul.faq-list-select li:hover:before { background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); }
section.page ul.faq-list-select li:last-child { background: none; }
section.page h4 { font-size: 21px; color: #302a45; font-weight: bold; display: block; margin-bottom: 20px; }
section.page h4 b { background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.page div.box { display: block; background: #f7f7fb; background: -webkit-linear-gradient(top, #f7f7fb, rgba(247, 247, 251, 0)); background: linear-gradient(to bottom, #f7f7fb, rgba(247, 247, 251, 0)); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 20px 25px 5px 15px; }
section.page div.box.box-white { box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); background: #fff; background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0)); background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)); }
section.page div.box.box-white1 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #fff; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
section.page.page-simple { overflow: hidden; background: url("../images/about.jpg") center bottom no-repeat, #fff; }

section.underpage { display: block; background: #eb4de2; background: -webkit-linear-gradient(right, #eb4de2, #5f50f6); background: linear-gradient(to left, #eb4de2, #5f50f6); margin-top: -50px; padding: 81px 0 70px 0; position: relative; z-index: 5; -webkit-transform: skew(0, -3deg); -moz-transform: skew(0, -3deg); -o-transform: skew(0, -3deg); -ms-transform: skew(0, -3deg); transform: skew(0, -3deg); }
section.underpage > div { -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); }
section.underpage p { color: rgba(255, 255, 255, 0.85); }
section.underpage h4 { font-size: 21px; color: #fff; font-weight: bold; display: block; margin-bottom: 20px; }
section.underpage h4 b { background: -webkit-linear-gradient(to right, #9525a0, #6c1175); background: -o-linear-gradient(to right, #9525a0, #6c1175); background: linear-gradient(to right, #9525a0, #6c1175); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.underpage ul li { display: block; }
section.underpage ul li > div { display: block; width: 131px; height: 163px; position: absolute; padding: 25px 0; background: #fff; z-index: 10; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center; box-shadow: 0px 23px 106px 0px rgba(32, 18, 45, 0.22); }
section.underpage ul li > div > b { display: block; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 68px; line-height: 89px; height: 73px; color: #6c51f2; font-weight: 400; padding: 0; }
section.underpage ul li > div > b small { font-size: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 43px; }
section.underpage ul li > div > span { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 23px; color: #fff; line-height: 23px; padding: 0 10px; font-weight: 500; margin-bottom: 15px; letter-spacing: 0.16em; font-size: 13px; text-transform: uppercase; -webkit-transform: skew(-12deg, 0); -moz-transform: skew(-12deg, 0); -o-transform: skew(-12deg, 0); -ms-transform: skew(-12deg, 0); transform: skew(-12deg, 0); background: #6550f5; background: -webkit-linear-gradient(left, #6550f5, #eb4de2); background: linear-gradient(to right, #6550f5, #eb4de2); }
section.underpage ul li > div:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
section.underpage ul li.other { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
section.underpage ul li.other > div { z-index: 9; }
section.underpage ul li.other2 { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }
section.underpage ul li.other2 > div { z-index: 8; }
section.underpage ol { margin-bottom: 25px; padding: 0; display: block; }
section.underpage ol li { display: block; padding-left: 40px; position: relative; margin: 0; color: rgba(255, 255, 255, 0.85); margin-bottom: 15px; line-height: 1.6; font-size: 13px; }
section.underpage ol li i { position: absolute; left: 0; top: 3px; font-size: 29px; line-height: 32px; }
section.underpage ol li i:before { background: -webkit-linear-gradient(to left top, #eb4de2, #5f50f6); background: -o-linear-gradient(to left top, #eb4de2, #5f50f6); background: linear-gradient(to left top, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.underpage ol li b { font-style: italic; }
section.underpage ol.styled li:before { left: 15px; top: 7px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); height: 6px; width: 6px; display: block; background: #d2a8f3; background: -webkit-linear-gradient(left top, #d2a8f3, #bfb5e8); background: linear-gradient(to right bottom, #d2a8f3, #bfb5e8); }

section.stat { background: url("../images/stat.jpg") center -100px no-repeat; margin-top: 0px; padding-top: 80px; position: relative; z-index: 5; height: auto; -webkit-transform: skew(0, -3deg); -moz-transform: skew(0, -3deg); -o-transform: skew(0, -3deg); -ms-transform: skew(0, -3deg); transform: skew(0, -3deg); }
section.stat > div { -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); }
section.stat p { color: rgba(255, 255, 255, 0.7); }
section.stat .box-plans { display: block; position: relative; z-index: 11; padding-top: 40px; }
section.stat .box-plans > ul { padding: 0 100px; width: 100%; display: block; text-align: center; }
section.stat .box-plans > ul > li { width: 33.333%; display: inline-block; margin-right: -4px; *display: inline; *zoom: 1; vertical-align: top; text-align: center; }
section.stat .box-plans > ul > li > div { display: inline-block; *display: inline; *zoom: 1; position: relative; vertical-align: top; margin-top: 32px; width: 210px; height: 306px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: rgba(56, 60, 119, 0); background: -webkit-linear-gradient(top, rgba(56, 60, 119, 0) 0%, rgba(56, 60, 119, 0.23) 100%); background: linear-gradient(to bottom, rgba(56, 60, 119, 0) 0%, rgba(56, 60, 119, 0.23) 100%); }
section.stat .box-plans > ul > li > div > i.point { display: block; background: url("../images/plan-devider-bottom.png") 0 0 no-repeat; height: 85px; width: 1px; left: 50%; top: 100%; opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); margin-top: 10px; }
section.stat .box-plans > ul > li > div > i.point:before { height: 6px; width: 6px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; left: -2.5px; top: -21px; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: #9b3ed7; }
section.stat .box-plans > ul > li > div > i.point:after { height: 22px; width: 22px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; left: -10.5px; top: -29px; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: rgba(155, 62, 215, 0.1); }
section.stat .box-plans > ul > li > div > b { display: block; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 68px; line-height: 89px; height: 73px; color: #6c51f2; padding: 0; }
section.stat .box-plans > ul > li > div > b > i { position: absolute; width: 25px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: -5px 0 0 -13px; height: 13px; background: url("../images/plan-icon-percent.png") center center no-repeat; }
section.stat .box-plans > ul > li > div > b small { font-size: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 43px; }
section.stat .box-plans > ul > li > div > label { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 23px; color: #fff; line-height: 23px; padding: 0 10px; font-weight: 500; letter-spacing: 0.16em; font-size: 13px; text-transform: uppercase; -webkit-transform: skew(-12deg, 0); -moz-transform: skew(-12deg, 0); -o-transform: skew(-12deg, 0); -ms-transform: skew(-12deg, 0); transform: skew(-12deg, 0); background: #6550f5; background: -webkit-linear-gradient(left, #6550f5, #eb4de2); background: linear-gradient(to right, #6550f5, #eb4de2); }
section.stat .box-plans > ul > li > div > ul { padding-top: 11px; display: block; padding-left: 40px; padding-right: 40px; }
section.stat .box-plans > ul > li > div > ul li { background: url("../images/plan-bg-devider.png") center bottom repeat-x; display: block; padding: 10px 0; }
section.stat .box-plans > ul > li > div > ul li small { display: block; font-weight: 500; font-size: 10px; letter-spacing: 0.4em; color: #6c51f2; text-transform: uppercase; }
section.stat .box-plans > ul > li > div > ul li span { text-transform: uppercase; display: block; font-size: 17px; font-family: "Orator Std", Helvetica, Arial, sans-serif; color: #fff; }
section.stat .box-plans > ul > li.current div, section.stat .box-plans > ul > li:hover div { background: rgba(95, 80, 246, 0.078); background: -webkit-linear-gradient(-34deg, rgba(95, 80, 246, 0.078), rgba(235, 77, 226, 0.078)); background: linear-gradient(124deg, rgba(95, 80, 246, 0.078), rgba(235, 77, 226, 0.078)); width: 258px; border: none; margin-top: 0; height: 352px; }
section.stat .box-plans > ul > li.current div > i.point, section.stat .box-plans > ul > li:hover div > i.point { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); margin-top: 43px; }
section.stat .box-plans > ul > li.current div > i.point:before, section.stat .box-plans > ul > li.current div > i.point:after, section.stat .box-plans > ul > li:hover div > i.point:before, section.stat .box-plans > ul > li:hover div > i.point:after { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
section.stat .box-plans > ul > li.current div > b, section.stat .box-plans > ul > li:hover div > b { height: 92px; padding-top: 13px; font-size: 75px; }
section.stat .box-plans > ul > li.current div > b i, section.stat .box-plans > ul > li:hover div > b i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); margin-top: -41px; margin-left: 14px; background: url("../images/plan-icon-percent_active.png") center center no-repeat; }
section.stat .box-plans > ul > li.current div > b small, section.stat .box-plans > ul > li:hover div > b small { font-size: 29px; }
section.stat .box-plans > ul > li.current div > ul, section.stat .box-plans > ul > li:hover div > ul { padding-top: 20px; }
section.stat .box-stat .box-stat_item { display: block; }
section.stat .box-stat .box-stat_item span { display: inline-block; *display: inline; *zoom: 1; position: relative; color: #6750f5; font-size: 12px; line-height: 14px; padding-left: 31px; text-align: left; font-weight: bold; font-style: italic; text-transform: uppercase; }
section.stat .box-stat .box-stat_item span i { position: absolute; left: 0; top: 0; height: 30px; line-height: 27px; font-size: 22px; }
section.stat .box-stat .box-stat_item span i:before { background: -webkit-linear-gradient(to bottom right, #eb4de2, #5f50f6); background: -o-linear-gradient(to bottom right, #eb4de2, #5f50f6); background: linear-gradient(to bottom right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.stat .box-stat .box-stat_item span.ot { color: #eb4de2; }
section.stat .box-stat .box-stat_item b { padding-bottom: 30px; background: url("../images/stat-line-1.png") right 43px no-repeat; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 400; color: #fff; display: block; }
section.stat .box-stat .box-stat_item b.b-right { background: url("../images/stat-line-2.png") left 43px no-repeat; }
section.stat .box-stat .box-stat_list { display: block; padding: 50px 200px 113px 200px; }
section.stat .box-stat .box-stat_list li { width: 33.333%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: -4px; position: relative; text-align: center; }
section.stat .box-stat .box-stat_list li:before { right: -6px; top: 0; content: '\e803'; font-size: 20px; color: #7a50f3; opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; }
section.stat .box-stat .box-stat_list li > div { display: inline-block; *display: inline; *zoom: 1; position: relative; text-align: left; padding-left: 42px; }
section.stat .box-stat .box-stat_list li > div i { position: absolute; left: 0; top: 0; height: 30px; line-height: 32px; font-size: 30px; }
section.stat .box-stat .box-stat_list li > div i:before { background: -webkit-linear-gradient(to bottom right, #eb4de2, #5f50f6); background: -o-linear-gradient(to bottom right, #eb4de2, #5f50f6); background: linear-gradient(to bottom right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.stat .box-stat .box-stat_list li > div span { font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 400; color: #fff; display: block; line-height: 30px; height: 21px; }
section.stat .box-stat .box-stat_list li > div small { display: block; color: #6750f5; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }
section.stat .box-stat .box-stat_list li:last-child:before { display: none; }
section.stat .box-opers { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); height: 394px; margin-bottom: -210px; display: block; padding: 30px 43px 43px 43px; background: url("../images/noise-bg.png") 0 0 repeat, #fff; }
section.stat .box-opers b.title { margin-bottom: 10px; display: block; font-size: 400; text-transform: uppercase; }
section.stat .box-opers b.title > small { letter-spacing: 0.4em; display: block; font-weight: 500; font-size: 10px; font-style: normal; color: rgba(46, 48, 82, 0.35); }
section.stat .box-opers b.title > b { display: block; font-family: "Orator Std", Helvetica, Arial, sans-serif; color: #1f2341; letter-spacing: 0.06em; font-size: 23px; padding-left: 13px; font-weight: 400; font-style: italic; }
section.stat .box-opers b.title > b > span { display: inline-block; *display: inline; *zoom: 1; padding: 0 32px; }
section.stat .box-opers b.title > b > span abbr { color: #5f50f6; }
section.stat .box-opers b.title > b > span abbr.ot { color: #eb4de2; }
section.stat .box-opers b.title > b > i { position: relative; position: absolute; font-size: 58px; line-height: 45px; position: absolute; left: 50%; -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); transform: translate(-50%, 0%); font-weight: 900; color: rgba(95, 80, 246, 0.05); }
section.stat .box-opers ul.opers-list { border: 1px solid #eeeff3; display: block; padding: 10px 0; }
section.stat .box-opers ul.opers-list li { display: block; padding: 7px 20px; }
section.stat .box-opers ul.opers-list li > div { height: 26px; display: table; display: block; }
section.stat .box-opers ul.opers-list li > div > * { display: table-cell; white-space: nowrap; }
section.stat .box-opers ul.opers-list li > div > abbr { background: url("../images/opers-li-devider.png") center center repeat-x; width: 100%; }
section.stat .box-opers ul.opers-list li > div > b { color: #5f50f6; font-size: 15px; position: relative; padding-right: 10px; }
section.stat .box-opers ul.opers-list li > div > b img { margin: 2px 6px 0 0; vertical-align: top; display: inline-block; *display: inline; *zoom: 1; }
section.stat .box-opers ul.opers-list li > div > b.right { color: #eb4de2; }
section.stat .box-opers ul.opers-list li > div > div { padding-left: 10px; }
section.stat .box-opers ul.opers-list li > div > div > small { display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; font-style: italic; font-size: 11px; color: rgba(45, 52, 91, 0.25); }
section.stat .box-opers ul.opers-list li > div > div > span { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; line-height: 26px; padding-left: 13px; -webkit-transform: skew(-12deg, 0); -moz-transform: skew(-12deg, 0); -o-transform: skew(-12deg, 0); -ms-transform: skew(-12deg, 0); transform: skew(-12deg, 0); text-transform: uppercase; font-weight: 500; font-size: 12px; color: #6b638c; background: #f4f3fe; background: -webkit-linear-gradient(left, #f4f3fe, rgba(244, 243, 254, 0)); background: linear-gradient(to right, #f4f3fe, rgba(244, 243, 254, 0)); }
section.stat .box-opers ul.opers-list li > div > div > span i { -webkit-transform: skew(10deg, 0); -moz-transform: skew(10deg, 0); -o-transform: skew(10deg, 0); -ms-transform: skew(10deg, 0); transform: skew(10deg, 0); margin-right: 8px; display: inline-block; }
section.stat .box-opers ul.opers-list li > div > div > span i:before { background: -webkit-linear-gradient(to right, #5f50f6, #eb4de2); background: -o-linear-gradient(to right, #5f50f6, #eb4de2); background: linear-gradient(to right, #5f50f6, #eb4de2); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

section.footer { -webkit-transform: skew(0, -3deg); -moz-transform: skew(0, -3deg); -o-transform: skew(0, -3deg); -ms-transform: skew(0, -3deg); transform: skew(0, -3deg); background: url("../images/footer.jpg") center 0px no-repeat; margin-top: 0px; padding-top: 80px; position: relative; z-index: 4; margin-top: -50px; margin-bottom: -50px; padding-top: 285px; }
section.footer a.scroll-top { color: #46477c; width: 50px; display: block; height: 100px; cursor: pointer; padding-top: 27px; text-transform: uppercase; text-align: center; position: absolute; font-weight: 500; line-height: 11px; font-size: 9px; letter-spacing: 0.36em; bottom: 37px; left: 50%; margin-left: -25px; }
section.footer a.scroll-top span { margin-bottom: 10px; display: block; opacity: 0.48; -moz-opacity: 0.48; -khtml-opacity: 0.48; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)"; filter: alpha(opacity=48); }
section.footer a.scroll-top i { font-size: 16px; left: 11px; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); display: block; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); position: absolute; }
section.footer a.scroll-top:hover i { animation-play-state: paused; }
section.footer a.scroll-top:hover span { opacity: 0.85; -moz-opacity: 0.85; -khtml-opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; filter: alpha(opacity=85); }
section.footer .logo a { width: 250px; height: 41px; background: url("../images/logo.png") 0 0 no-repeat; outline: none; display: block; }
section.footer > div { display: block; -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); height: 588px; }
section.footer:before { height: 1px; width: 100%; left: 0; -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); top: 425px; border-top: 1px solid rgba(159, 161, 191, 0.16); }
section.footer:after { height: 4px; width: 100%; left: 0; bottom: 50px; -webkit-transform: skew(0, 3deg); -moz-transform: skew(0, 3deg); -o-transform: skew(0, 3deg); -ms-transform: skew(0, 3deg); transform: skew(0, 3deg); background: url("../images/footer-line.png") center bottom no-repeat; }
section.footer .psys-box { margin-bottom: 40px; display: block; height: 140px; background: url("../images/psys-img.png") center center no-repeat; }
section.footer .copyright { display: block; text-align: center; font-size: 10px; color: #abafce; text-transform: uppercase; letter-spacing: 0.2em; }
section.footer.footer-page { padding-top: 83px; background: url(../images/footer-page.jpg) center -100px no-repeat; }
section.footer.footer-page:before { top: 221px; }
section.footer.footer-page .psys-box { background: url(../images/psys-img1.png) center center no-repeat; }
section.footer.footer-page ul.menu > li > a { color: #8488a7; }
section.footer.footer-page ul.menu > li > a:hover, section.footer.footer-page ul.menu > li > a.current { color: #fff; }
section.footer.footer-page .logo a { background: url("../images/logo3.png") 0 0 no-repeat; }

.checkbox { margin: 0; margin-bottom: 30px; display: block; }
.checkbox label { position: relative; width: 100%; font-weight: normal; padding: 9px 0 9px 61px; }
.checkbox label:before { font-family: "fontello"; font-style: normal; font-weight: normal; height: 40px; width: 40px; position: absolute; left: 0px; border: 1px solid #e5e7f2; top: 0px; content: '\e812'; line-height: 38px; text-align: center; color: #c0c4cc; font-size: 17px; }
.checkbox label input { position: absolute; left: 0; margin: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); top: 0; }
.checkbox label a { color: #5f50f6; }
.checkbox label.active:before { border: 1px solid #d1d4e4; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; content: '\e811'; }

.psys-radio { display: block; }
.psys-radio label.radio { display: block; margin-bottom: 10px; position: relative; height: 42px; cursor: pointer; line-height: 40px; padding-left: 55px; }
.psys-radio label.radio input { position: absolute; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.psys-radio label.radio:before { font-family: "fontello"; font-style: normal; font-weight: normal; height: 40px; width: 40px; position: absolute; left: 0px; border: 1px solid #e5e7f2; top: 0px; content: '\e812'; line-height: 38px; text-align: center; color: #c0c4cc; font-size: 17px; }
.psys-radio label.radio.checked:before { border: 1px solid #d1d4e4; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; content: '\e811'; }

.box-deposits { display: block; }
.box-deposits .box-deposits_item { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block; background: #fff; margin-bottom: 10px; box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); }
.box-deposits .box-deposits_item .progrees-box { padding: 20px 20px 10px; overflow: hidden; }
.box-deposits .box-deposits_item .progrees-box .deposit-progress { display: block; width: 100%; height: 18px; background: url("../images/dep-progress-line-bg.png") left center repeat-x; }
.box-deposits .box-deposits_item .progrees-box .deposit-progress > div { display: block; -webkit-animation: fullwidth 1s linear 0s 1 normal running both; -moz-animation: fullwidth 1s linear 0s 1 normal running both; -o-animation: fullwidth 1s linear 0s 1 normal running both; animation: fullwidth 1s linear 0s 1 normal running both; }
.box-deposits .box-deposits_item .progrees-box .deposit-progress > div span { display: block; position: relative; height: 18px; background: url("../images/dep-progress-line-bg-active.png") left center repeat-x; }
.box-deposits .box-deposits_item .progrees-box .deposit-progress > div span > abbr { position: absolute; left: 100%; height: 23px; line-height: 23px; width: 50px; text-align: center; background: #fff; top: -2px; margin-left: -25px; font-weight: 600; color: #e34ce3; }
.box-deposits .box-deposits_item:hover { -webkit-transform: scale(1.01); -moz-transform: scale(1.01); -o-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }

table.table.table-form { margin: 0; }
table.table.table-form tbody tr td { border: none; padding: 0; }
table.table.table-form tbody tr td img.ps-icons { height: 40px; }
table.table.table-form tbody tr td label { margin: 0; display: block; width: 100%; position: relative; margin-bottom: 30px; }
table.table.table-form tbody tr td label a.tooglepass { cursor: pointer; position: absolute; right: 0; line-height: 50px; margin: 0; height: 100%; width: 50px; z-index: 1000; color: #474a67; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); text-align: center; }
table.table.table-form tbody tr td label a.tooglepass:hover { opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
table.table.table-form tbody tr td label:before { height: 100%; width: 0; left: 0; top: 0; z-index: 0; border-bottom: 1px solid #d1d4e4; }
table.table.table-form tbody tr td label span { font-family: "Gotham Pro", Helvetica, Arial, sans-serif; display: block; font-weight: 400; font-size: 15px; color: rgba(45, 52, 91, 0.3); padding-bottom: 0; position: absolute; left: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; top: 14px; }
table.table.table-form tbody tr td label input[type=text], table.table.table-form tbody tr td label input[type=password], table.table.table-form tbody tr td label input[type=email], table.table.table-form tbody tr td label input[type="search"], table.table.table-form tbody tr td label textarea { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; height: 50px; color: #474a67; text-align: left; font-weight: normal; padding: 0 10px; resize: none; position: relative; z-index: 100; font-size: 15px; font-weight: 400; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: none; border: none; z-index: 10; font-family: "Gotham Pro", Helvetica, Arial, sans-serif; border-bottom: 1px solid #e3e5f1; box-shadow: none; }
table.table.table-form tbody tr td label input[type=text]::-webkit-input-placeholder, table.table.table-form tbody tr td label input[type=password]::-webkit-input-placeholder, table.table.table-form tbody tr td label input[type=email]::-webkit-input-placeholder, table.table.table-form tbody tr td label input[type="search"]::-webkit-input-placeholder, table.table.table-form tbody tr td label textarea::-webkit-input-placeholder { color: rgba(45, 52, 91, 0.3); }
table.table.table-form tbody tr td label input[type=text]:-moz-placeholder, table.table.table-form tbody tr td label input[type=password]:-moz-placeholder, table.table.table-form tbody tr td label input[type=email]:-moz-placeholder, table.table.table-form tbody tr td label input[type="search"]:-moz-placeholder, table.table.table-form tbody tr td label textarea:-moz-placeholder { color: rgba(45, 52, 91, 0.3); }
table.table.table-form tbody tr td label input[type=text]::-moz-placeholder, table.table.table-form tbody tr td label input[type=password]::-moz-placeholder, table.table.table-form tbody tr td label input[type=email]::-moz-placeholder, table.table.table-form tbody tr td label input[type="search"]::-moz-placeholder, table.table.table-form tbody tr td label textarea::-moz-placeholder { color: rgba(45, 52, 91, 0.3); }
table.table.table-form tbody tr td label input[type=text]:-ms-input-placeholder, table.table.table-form tbody tr td label input[type=password]:-ms-input-placeholder, table.table.table-form tbody tr td label input[type=email]:-ms-input-placeholder, table.table.table-form tbody tr td label input[type="search"]:-ms-input-placeholder, table.table.table-form tbody tr td label textarea:-ms-input-placeholder { color: rgba(45, 52, 91, 0.3); }
table.table.table-form tbody tr td label input[type=text]:-webkit-autofill, table.table.table-form tbody tr td label input[type=password]:-webkit-autofill, table.table.table-form tbody tr td label input[type=email]:-webkit-autofill, table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill, table.table.table-form tbody tr td label textarea:-webkit-autofill { transition: background-color 5000s ease-in-out 0s; -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; -webkit-text-fill-color: #2d345b; }
table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:hover, table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:focus, table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:active, table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:hover, table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:focus, table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:active, table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:hover, table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:focus, table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:active, table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:hover, table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:focus, table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:active, table.table.table-form tbody tr td label textarea:-webkit-autofill:hover, table.table.table-form tbody tr td label textarea:-webkit-autofill:focus, table.table.table-form tbody tr td label textarea:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; -webkit-text-fill-color: #2d345b; }
table.table.table-form tbody tr td label input[type=text].large, table.table.table-form tbody tr td label input[type=password].large, table.table.table-form tbody tr td label input[type=email].large, table.table.table-form tbody tr td label input[type="search"].large, table.table.table-form tbody tr td label textarea.large { font-size: 20px; }
table.table.table-form tbody tr td label textarea { height: 150px; padding-top: 20px; margin-bottom: -5px; }
table.table.table-form tbody tr td label.focused:before { width: 100%; }
table.table.table-form tbody tr td label.focused span { top: -9px; font-size: 13px; color: rgba(45, 52, 91, 0.6); }
table.table.table-ul { margin: 0; }
table.table.table-ul > tbody > tr td { line-height: 1.4; border: none; padding: 15px 30px 10px 30px; background: url(../images/plan-bg-devider.png) center bottom repeat-x; }
table.table.table-ul > tbody > tr td span { display: block; font-weight: 500; font-size: 10px; letter-spacing: 0.4em; color: #5f50f6; text-transform: uppercase; }
table.table.table-ul > tbody > tr td b { font-family: "Orator Std", Helvetica, Arial, sans-serif; display: block; font-size: 25px; font-weight: 400; color: #302a45; }
table.table.table-ul > tbody > tr td b.small { font-size: 18px; }
table.table.table-ul > tbody > tr:nth-child(even) { background: #fcfbfd; }
table.table.table-ul > tbody > tr:nth-child(even) > td span { color: #eb4de2; }
table.table.table-ul > tbody > tr:last-child > td { background: none; }
table.table.table-list { margin: 0; }
table.table.table-list > tbody > tr td { line-height: 1.6; border: none; padding: 15px 20px 10px 20px; background: url(../images/plan-bg-devider.png) center bottom repeat-x; }
table.table.table-list > tbody > tr td span.this { display: block; font-weight: 500; font-size: 10px; letter-spacing: 0.4em; color: #5f50f6; text-transform: uppercase; }
table.table.table-list > tbody > tr td > small { opacity: 0.6; -moz-opacity: 0.6; -khtml-opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); }
table.table.table-list > tbody > tr td > label { display: block; width: 40px; margin: 0; position: relative; text-align: center; font-size: 34px; line-height: 36px; }
table.table.table-list > tbody > tr td > label i:before { background: -webkit-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: -o-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
table.table.table-list > tbody > tr td > label > span { position: absolute; height: 20px; line-height: 20px; text-align: center; left: 0; top: 37px; color: #734ff3; width: 100%; font-size: 10px; }
table.table.table-list > tbody > tr td > label.closed i:before { background: -webkit-linear-gradient(to right bottom, #cbc1de, #cbc1de); background: -o-linear-gradient(to right bottom, #cbc1de, #cbc1de); background: linear-gradient(to right bottom, #cbc1de, #cbc1de); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
table.table.table-list > tbody > tr td > label.closed > span { color: #cbc1de; }
table.table.table-list > tbody > tr td > abbr { display: block; font-size: 15px; font-weight: 400; }
table.table.table-list > tbody > tr td b { font-family: "Orator Std", Helvetica, Arial, sans-serif; display: block; font-size: 25px; font-weight: 400; color: #302a45; position: relative; }
table.table.table-list > tbody > tr td b img.psys-icon { height: 23px; display: inline-block; *display: inline; *zoom: 1; margin: 3px -9px 0 0; vertical-align: top; }
table.table.table-list > tbody > tr td b.small { font-size: 18px; }
table.table.table-list > tbody > tr td:nth-child(even) { background-color: #fcfbfd; }
table.table.table-list > tbody > tr td:nth-child(even) span { color: #eb4de2; }
table.table.table-list1 tbody tr:nth-child(odd) td:nth-child(even) { background-color: #fff; }
table.table.table-list1 tbody tr:nth-child(odd) td:nth-child(odd) { background-color: #fcfbfd; }
table.table.table-list1 tbody tr:nth-child(even) td:nth-child(even) { background-color: #fcfbfd; }
table.table.table-list1 tbody tr:nth-child(even) td:nth-child(odd) { background-color: #fff; }
table.table.table-list1 tbody tr:last-child td { background: none; }

.tooltip { opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.tooltip.in { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.tooltip.top { padding: 0; margin-top: 0px; }
.tooltip.right { padding: 0; margin-left: 0; }
.tooltip.bottom { padding: 0; margin-top: 2px; }
.tooltip.left { padding: 0; margin-left: 0; }
.tooltip .tooltip-arrow { display: none; }
.tooltip .tooltip-inner { max-width: 350px; padding: 10px 15px 10px 15px; color: #fff; text-align: left; line-height: normal; font-family: "Gotham Pro", Helvetica, Arial, sans-serif; font-weight: normal; background-color: rgba(0, 0, 0, 0.84); border-radius: 6px; }

.left-panel { display: block; position: fixed; height: 2000px; width: 220px; left: 0; top: 0; z-index: 20; background: url("../images/footer-page.jpg") center bottom no-repeat, #161d39; background-size: auto auto; }
.left-panel .toogle-left { position: absolute; cursor: pointer; display: block; background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); right: -74px; height: 74px; color: #fff; font-size: 20px; text-align: center; line-height: 74px; width: 74px; }
.left-panel .toogle-left i { display: block; }
.left-panel .toogle-left.right i { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.left-panel .logo { height: 75px; display: block; background: url(../images/logo3.png) center center no-repeat; background-size: auto 30px; border-bottom: 1px solid rgba(171, 177, 204, 0.12); }
.left-panel > ul { border-top: 1px solid rgba(18, 24, 58, 0.5); display: block; }
.left-panel > ul > li { display: block; }
.left-panel > ul > li > a { display: block; padding: 20px 10px 20px 60px; position: relative; color: #8488a7; font-size: 13px; font-weight: 600; position: relative; text-transform: uppercase; letter-spacing: 0.2em; line-height: 1.3; border-top: 1px solid rgba(18, 24, 58, 0.5); border-bottom: 1px solid rgba(171, 177, 204, 0.12); }
.left-panel > ul > li > a .point { height: 7px; width: 7px; display: block; position: absolute; z-index: 10; position: absolute; right: 21px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.left-panel > ul > li > a .point > i { position: absolute; height: 7px; width: 7px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #eb4de2; display: block; z-index: 10; }
.left-panel > ul > li > a .point:before { background: rgba(229, 77, 227, 0.26); -webkit-animation: round2 1.4s linear 0s infinite normal; -moz-animation: round2 1.4s linear 0s infinite normal; -o-animation: round2 1.4s linear 0s infinite normal; animation: round2 1.4s linear 0s infinite normal; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; height: 6px; width: 6px; position: absolute; z-index: -1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.left-panel > ul > li > a .point:after { background: rgba(229, 77, 227, 0.26); -webkit-animation: round2 1.4s linear 0.7s infinite normal; -moz-animation: round2 1.4s linear 0.7s infinite normal; -o-animation: round2 1.4s linear 0.7s infinite normal; animation: round2 1.4s linear 0.7s infinite normal; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; height: 6px; width: 6px; position: absolute; z-index: -1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.left-panel > ul > li > a > span { overflow: hidden; width: 100%; position: relative; display: block; }
.left-panel > ul > li > a > i { position: absolute; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); width: 74px; left: 0; display: block; text-align: center; font-size: 21px; }
.left-panel > ul > li > a:hover, .left-panel > ul > li > a.current { color: #fff; }
.left-panel.shot { width: 74px; }
.left-panel.shot .logo { background-image: url("../images/logo-account-icon.png"); background-size: auto 35px; }
.left-panel.shot > ul > li > a span { padding-left: 30px; width: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.left-panel.shot > ul > li > a span > abbr { right: 100%; margin-right: -19px; }
.left-panel.shot > ul > li > a:hover > span, .left-panel.shot > ul > li > a.current > span { color: #6a5b89; width: 155px; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }

section.account { position: relative; z-index: 5; display: block; background: url("../images/about.jpg") center bottom no-repeat, #fff; display: block; padding: 70px 0 70px 0; position: relative; }
section.account svg.svg-wave { position: absolute; opacity: 0.03; -moz-opacity: 0.03; -khtml-opacity: 0.03; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)"; filter: alpha(opacity=3); left: 0; top: 290px; }
section.account svg.svg-wave.svg-item-1 path { -webkit-animation: svg3 10s linear 0s infinite normal; -moz-animation: svg3 10s linear 0s infinite normal; -o-animation: svg3 10s linear 0s infinite normal; animation: svg3 10s linear 0s infinite normal; fill: #eb4de2; }
section.account svg.svg-wave.svg-item-2 { top: 212px; }
section.account svg.svg-wave.svg-item-2 path { fill: #eb4de2; -webkit-animation: svg4 15s linear 0s infinite normal; -moz-animation: svg4 15s linear 0s infinite normal; -o-animation: svg4 15s linear 0s infinite normal; animation: svg4 15s linear 0s infinite normal; }
section.account p { text-align: justify; margin-bottom: 15px; }
section.account p:first-letter { margin-left: 15px; }
section.account p b { color: #302a45; }
section.account .box-title-right { position: relative; padding-left: 60px; }
section.account .box-title-right:before { content: '/'; font-family: "Letterblocks", sans-serif; color: #d0ccde; opacity: 0.26; -moz-opacity: 0.26; -khtml-opacity: 0.26; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)"; filter: alpha(opacity=26); font-size: 142px; left: -40px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }
section.account .box-title-right p:first-letter { margin: 0; }
section.account i.simbol { font-family: "Letterblocks", sans-serif; font-size: 150px; position: absolute; right: -122px; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 150px; height: 73px; width: 111px; font-style: normal; opacity: 0.23; -moz-opacity: 0.23; -khtml-opacity: 0.23; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)"; filter: alpha(opacity=23); top: -5px; position: absolute; }
section.account i.simbol:before { height: 150px; width: 1px; background: #000; background: #eb4de2; background: -webkit-linear-gradient(top, #eb4de2, rgba(235, 77, 226, 0)); background: linear-gradient(to bottom, #eb4de2, rgba(235, 77, 226, 0)); left: 31px; margin-top: 20px; top: 100%; display: block; }
section.account b.subtitle { margin-top: 10px; margin-bottom: 30px; font-size: 20px; color: #807b9c; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-weight: 400; height: 26px; line-height: 32px; margin-left: -50px; padding-left: 50px; display: block; background: rgba(67, 72, 126, 0.03); background: -webkit-linear-gradient(left, rgba(67, 72, 126, 0.03), rgba(67, 72, 126, 0)); background: linear-gradient(to right, rgba(67, 72, 126, 0.03), rgba(67, 72, 126, 0)); font-style: italic; }
section.account h4 { font-size: 21px; color: #302a45; font-weight: bold; display: block; margin-bottom: 20px; }
section.account h4 b { background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.account div.box { display: block; background: #f7f7fb; background: -webkit-linear-gradient(top, #f7f7fb, rgba(247, 247, 251, 0)); background: linear-gradient(to bottom, #f7f7fb, rgba(247, 247, 251, 0)); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 20px 25px 5px 15px; }
section.account div.box.box-white { box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); background: #fff; background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0)); background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)); }
section.account div.box.box-white1 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #fff; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
section.account div.box.box-user { display: block; padding: 40px 30px; }
section.account div.box.box-user .box-user-left { margin-top: -40px; padding-top: 33px; padding-right: 15px; background: #eeeefb; background: -webkit-linear-gradient(240deg, #eeeefb 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(-150deg, #eeeefb 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); display: block; }
section.account div.box.box-user .box-user-left .box-user-left-top { position: relative; line-height: 21px; padding-left: 40px; padding-bottom: 14px; margin-bottom: 8px; border-bottom: 1px solid #eaeaf1; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-left > i { position: absolute; left: 0; top: 3px; font-size: 29px; line-height: 32px; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-left > i:before { background: -webkit-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: -o-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-left > b { font-size: 21px; color: #302a45; display: block; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-left > a { height: 30px; width: 30px; line-height: 30px; border: 1px solid #000; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div { font-size: 12px; display: inline-block; *display: inline; *zoom: 1; padding: 0 20px 0 27px; position: relative; vertical-align: top; height: 40px; margin-right: 10px; line-height: 40px; border-right: 1px solid #eaeaf1; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div > b { color: #302a45; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div:after { height: 8px; width: 8px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #0ab10a; box-shadow: 0 10px 20px #0ab10a; display: block; left: 10px; top: 16px; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div:before { height: 6px; width: 16px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #d3d3e0; display: block; left: 0; top: 17px; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > div.off:after { left: -1px; background: #9f9fc1; box-shadow: none; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 40px; line-height: 40px; color: #aba8cc; width: 40px; font-size: 20px; text-align: center; }
section.account div.box.box-user .box-user-left .box-user-left-top .pull-right > a:hover { color: #eb4de2; }
section.account div.box.box-user .box-user-left ul li { display: inline-block; *display: inline; *zoom: 1; position: relative; vertical-align: top; width: 33.333%; margin-right: -4px; padding: 10px 20px; font-size: 12px; line-height: 1.2; }
section.account div.box.box-user .box-user-left ul li span { display: block; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
section.account div.box.box-user .box-user-left ul li > b { font-weight: 500; font-size: 13px; }
section.account div.box.box-user .box-user-left ul li:before { left: 0px; margin-top: -4px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); height: 6px; display: block; width: 6px; display: block; background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); }
section.account ul.plans-deposits { display: block; }
section.account ul.plans-deposits > li { width: 33.333%; display: inline-block; *display: inline; *zoom: 1; margin-right: -5px; vertical-align: top; padding: 0 7.5px; }
section.account ul.plans-deposits > li > label { cursor: pointer; display: block; text-align: center; background: #fff; padding: 20px 0; position: relative; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); }
section.account ul.plans-deposits > li > label input { position: absolute; left: 0; top: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
section.account ul.plans-deposits > li > label > i { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 50px; width: 50px; margin-bottom: 15px; border: 1px solid #e5e7f2; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; position: relative; }
section.account ul.plans-deposits > li > label > i:before { font-family: "fontello"; font-style: normal; font-weight: normal; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); background: -webkit-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: -o-linear-gradient(to right bottom, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 17px; content: '\e812'; height: 100%; width: 100%; position: absolute; display: block; line-height: 50px; text-align: center; }
section.account ul.plans-deposits > li > label > b { display: block; font-family: "Orator Std", Helvetica, Arial, sans-serif; font-size: 68px; line-height: 89px; height: 73px; color: #5f50f6; padding: 0; }
section.account ul.plans-deposits > li > label > b > small { font-size: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 43px; }
section.account ul.plans-deposits > li > label > span { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 23px; color: #fff; line-height: 23px; padding: 0 10px; font-weight: 500; letter-spacing: 0.16em; font-size: 13px; text-transform: uppercase; -webkit-transform: skew(-12deg, 0); -moz-transform: skew(-12deg, 0); -o-transform: skew(-12deg, 0); -ms-transform: skew(-12deg, 0); transform: skew(-12deg, 0); background: #6550f5; background: -webkit-linear-gradient(left, #6550f5, #eb4de2); background: linear-gradient(to right, #6550f5, #eb4de2); }
section.account ul.plans-deposits > li > label > ul > li { background: url(../images/plan-bg-devider.png) center bottom repeat-x; line-height: 1.4; border: none; padding: 15px 30px 10px 30px; display: block; }
section.account ul.plans-deposits > li > label > ul > li > small { display: block; font-weight: 500; font-size: 10px; letter-spacing: 0.4em; color: #6c51f2; text-transform: uppercase; }
section.account ul.plans-deposits > li > label > ul > li > span { font-weight: 400; display: block; font-family: "Orator Std", Helvetica, Arial, sans-serif; }
section.account ul.plans-deposits > li > label > ul > li:last-child { background: none; }
section.account ul.plans-deposits > li > label.active { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -o-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
section.account ul.plans-deposits > li > label.active > i { box-shadow: 0 0 0 3px #f9f8fc; }
section.account ul.plans-deposits > li > label.active > i:before { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); content: '\e811'; }
section.account ul.plans-deposits > li > label.active > b { color: #eb4de2; }
section.account ul.plans-deposits > li:last-child { margin-right: 0; }
section.account .box-balance { display: block; }
section.account .box-balance .box-balance-left { padding: 20px 0px; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fff; }
section.account .box-balance .box-over-label { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background: #f6f5f8; border: 1px solid #f6f5f8; overflow: hidden; margin-top: 10px; }
section.account .box-balance label.checkbox-psys { display: block; margin: 0 !important; width: 100%; cursor: pointer; position: relative; padding: 6px 0px 8px 16px; line-height: 1.1; font-weight: 600; font-size: 12px; }
section.account .box-balance label.checkbox-psys input { position: absolute; left: 0; top: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
section.account .box-balance label.checkbox-psys i { top: 12px; left: 9px; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); position: absolute; }
section.account .box-balance label.checkbox-psys span { display: block; color: #b7b2c1; }
section.account .box-balance label.checkbox-psys.checked { background: #fff; padding-left: 35px; }
section.account .box-balance label.checkbox-psys.checked span { color: green; }
section.account .box-balance label.checkbox-psys.checked i { color: green; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
section.account .box-balance label.checkbox-psys.large { font-size: 13px; padding: 15px 0 15px 47px; text-transform: uppercase; }
section.account .box-balance label.checkbox-psys.large > i { top: 14px; left: 18px; }
section.account .box-balance .ul-bal { display: block; }
section.account .box-balance .ul-bal div.ul-bal_item { display: block; padding: 0px 0px 15px 0px; vertical-align: top; }
section.account .box-balance .ul-bal div.ul-bal_item > div { display: block; padding: 36px 30px; position: relative; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #fff; line-height: 1.4; box-shadow: 0px -20px 40px 0px rgba(115, 91, 138, 0.05); }
section.account .box-balance .ul-bal div.ul-bal_item > div > b { border: 1px solid #eeeff3; background: #f8f8fb; background: -webkit-linear-gradient(left, #f8f8fb, rgba(247, 247, 248, 0)); background: linear-gradient(to right, #f8f8fb, rgba(247, 247, 248, 0)); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; display: block; padding: 5px; text-align: right; height: 52px; font-weight: 600; position: relative; padding-right: 20px; }
section.account .box-balance .ul-bal div.ul-bal_item > div > b img { position: absolute; left: 5px; top: 5px; height: 40px; }
section.account .box-balance .ul-bal div.ul-bal_item > div > b > span { display: block; right: 20px; left: 51px; overflow: hidden; top: 16px; height: 20px; position: absolute; }
section.account .box-balance .ul-bal div.ul-bal_item > div > b > span:before { height: 100%; width: 30px; left: 0; top: 0; z-index: 10; background: #f9f9fb; background: -webkit-linear-gradient(left, #f9f9fb, rgba(250, 250, 252, 0)); background: linear-gradient(to right, #f9f9fb, rgba(250, 250, 252, 0)); }
section.account .box-balance .ul-bal div.ul-bal_item > div > b > span:after { height: 100%; width: 40px; right: 0; top: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 10; background: #ffffff; background: -webkit-linear-gradient(right, #ffffff, rgba(250, 250, 252, 0)); background: linear-gradient(to left, #ffffff, rgba(250, 250, 252, 0)); }
section.account .box-balance .ul-bal div.ul-bal_item > div > b > span.onhover:after { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
section.account .box-balance .ul-bal div.ul-bal_item > div > b a { display: inline-block; *display: inline; *zoom: 1; color: #c1c1d4; position: absolute; right: 0; vertical-align: top; font-size: 13px; margin-right: 0; }
section.account .box-balance .ul-bal div.ul-bal_item > div > b a i { margin-left: 3px; }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul { display: block; padding-top: 15px; }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 50%; padding: 5px 0 0 0; text-align: center; margin-right: -4px; }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li > span { display: block; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li > b { display: block; font-size: 25px; font-weight: 400; font-family: "Orator Std", Helvetica, Arial, sans-serif; color: #302a45; }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li:first-child { border-right: 1px dashed #dddde8; }
section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li.full { border: none; width: 100%; }
section.account .box-balance .ul-bal div.ul-bal_item:hover > div { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -o-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }

.field { display: block; margin: 0; position: relative; }
.field .form-group { display: block; position: relative; z-index: 5; }
.field .form-group p { margin: 0; }
.field .form-group > label { font-size: 14px; font-weight: normal; font-style: normal; line-height: normal; font-weight: 500; width: 100%; color: #afb3d4; text-transform: uppercase; margin-bottom: 10px; }
.field .form-group > label.label-inline { font-size: 13px; padding-left: 0; padding-top: 14px; }
.field .form-group > label span { color: #727597; }
.field .form-group input[type=text], .field .form-group input[type=password], .field .form-group input[type=email], .field .form-group input[type="search"] { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; height: 50px; color: #474a67; text-align: left; font-weight: normal; padding: 0 10px; font-size: 15px; font-weight: 400; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: none; border: none; font-family: "Gotham Pro", Helvetica, Arial, sans-serif; border-bottom: 1px solid #e3e5f1; box-shadow: none; }
.field .form-group input[type=text]::-webkit-input-placeholder, .field .form-group input[type=password]::-webkit-input-placeholder, .field .form-group input[type=email]::-webkit-input-placeholder, .field .form-group input[type="search"]::-webkit-input-placeholder { color: rgba(45, 52, 91, 0.3); }
.field .form-group input[type=text]:-moz-placeholder, .field .form-group input[type=password]:-moz-placeholder, .field .form-group input[type=email]:-moz-placeholder, .field .form-group input[type="search"]:-moz-placeholder { color: rgba(45, 52, 91, 0.3); }
.field .form-group input[type=text]::-moz-placeholder, .field .form-group input[type=password]::-moz-placeholder, .field .form-group input[type=email]::-moz-placeholder, .field .form-group input[type="search"]::-moz-placeholder { color: rgba(45, 52, 91, 0.3); }
.field .form-group input[type=text]:-ms-input-placeholder, .field .form-group input[type=password]:-ms-input-placeholder, .field .form-group input[type=email]:-ms-input-placeholder, .field .form-group input[type="search"]:-ms-input-placeholder { color: rgba(45, 52, 91, 0.3); }
.field .form-group input[type=text]:-webkit-autofill, .field .form-group input[type=password]:-webkit-autofill, .field .form-group input[type=email]:-webkit-autofill, .field .form-group input[type="search"]:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; }
.field .form-group input[type=text]:-webkit-autofill:hover, .field .form-group input[type=text]:-webkit-autofill:focus, .field .form-group input[type=text]:-webkit-autofill:active, .field .form-group input[type=password]:-webkit-autofill:hover, .field .form-group input[type=password]:-webkit-autofill:focus, .field .form-group input[type=password]:-webkit-autofill:active, .field .form-group input[type=email]:-webkit-autofill:hover, .field .form-group input[type=email]:-webkit-autofill:focus, .field .form-group input[type=email]:-webkit-autofill:active, .field .form-group input[type="search"]:-webkit-autofill:hover, .field .form-group input[type="search"]:-webkit-autofill:focus, .field .form-group input[type="search"]:-webkit-autofill:active { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; }
.field .form-group input[type=text]:focus, .field .form-group input[type=text]:hover, .field .form-group input[type=text]:active, .field .form-group input[type=password]:focus, .field .form-group input[type=password]:hover, .field .form-group input[type=password]:active, .field .form-group input[type=email]:focus, .field .form-group input[type=email]:hover, .field .form-group input[type=email]:active, .field .form-group input[type="search"]:focus, .field .form-group input[type="search"]:hover, .field .form-group input[type="search"]:active { border-bottom: 1px solid #d5d7e7; }
.field .form-group input[type=text].large, .field .form-group input[type=password].large, .field .form-group input[type=email].large, .field .form-group input[type="search"].large { font-size: 20px; }
.field .form-group .help-block.with-errors { opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); width: 0; position: absolute; z-index: 0; top: 1px; left: 1px; z-index: 0; right: 1px; bottom: 1px; margin: 0; height: 44px; font-size: 15px; color: #eb4de2; -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; transition: all 0s ease-in-out; font-weight: 500; white-space: nowrap; overflow: hidden; text-align: center; padding: 13px 0 0 0; background: #fff; -webkit-border-radius: 42px; -moz-border-radius: 42px; border-radius: 42px; }
.field .form-group.has-error.has-danger input[type=text], .field .form-group.has-error.has-danger input[type=password], .field .form-group.has-error.has-danger input[type=email] { border: 1px solid #eb4de2; background: rgba(235, 77, 226, 0.03); }
.field .form-group.has-error.has-danger .help-block.with-errors { width: auto; top: auto !important; z-index: 6; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.field .form-group.has-error.has-danger .help-block.with-errors:hover { opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.field .form-group .checkbox { display: block; padding-right: 40px; margin: 0; }
.field .form-group .checkbox label { display: block; margin: 0; padding: 0; padding-left: 65px; position: relative; font-size: 15px; padding-top: 2px; color: #afb3d4; font-weight: 500; line-height: normal; }
.field .form-group .checkbox label input { position: absolute; left: 0; top: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.field .form-group .checkbox label:after { background: #fafbfe; display: block; height: 46px; width: 46px; border: 1px solid #e3e5f1; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; display: block; left: 0; top: 0px; z-index: 9; }
.field .form-group .checkbox label a { color: #727597; text-decoration: underline; }
.field .form-group .checkbox label:before { height: 46px; width: 46px; position: absolute; left: 0px; top: 0px; z-index: 10; background: url("../images/checkbox.png") center center no-repeat; text-align: center; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.field .form-group .checkbox label.checked:before { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
.field .form-group .checkbox label.other { padding-top: 5px; font-size: 15px; }

.bootstrap-select > .dropdown-toggle { padding-left: 18px; padding-right: 0; }
.bootstrap-select > .dropdown-toggle span.bs-caret .caret { right: 18px; margin-top: -1px; }
.bootstrap-select > .dropdown-menu { border: none; padding: 12px 0; margin: 8px 0 0; background: #fff; box-shadow: 0 4px 12px 0 rgba(219, 219, 219, 0.2); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.bootstrap-select > .dropdown-menu li a { outline: none; padding: 9px 15px; font-size: 14px; line-height: 24px; font-weight: 500; font-weight: 500; }
.bootstrap-select > .dropdown-menu li a img { display: inline-block; *display: inline; *zoom: 1; height: 25px; margin-right: 5px; vertical-align: top; }
.bootstrap-select > .dropdown-menu li a:hover, .bootstrap-select > .dropdown-menu li a:focus { background-color: rgba(240, 240, 250, 0.82); }
.bootstrap-select button.btn { font-size: 15px; font-weight: 500; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 10px 40px 10px 15px; color: #444e79; font-style: normal; background: #fff; box-shadow: none !important; border: 1px solid #dcdcf3; outline: none !important; }
.bootstrap-select button.btn .filter-option { line-height: 30px; height: 25px; }
.bootstrap-select button.btn .filter-option img { margin-right: 5px; height: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.alert.alert-danger { font-family: "Orator Std", Helvetica, Arial, sans-serif; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #ce66a4; border: none; color: #fff; font-size: 15px; line-height: 1.4; position: relative; overflow: hidden; }
.alert.alert-danger i { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; position: absolute; right: 40px; color: #ad568a; font-size: 90px; right: 20px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }
.alert.alert-success { font-family: "Orator Std", Helvetica, Arial, sans-serif; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #5eb8cd; border: none; color: #fff; font-size: 15px; line-height: 1.4; position: relative; overflow: hidden; }
.alert.alert-success i { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; position: absolute; right: 40px; color: #469baf; font-size: 90px; right: 20px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }

.pagination { display: block; vertical-align: top; text-align: center; }
.pagination > div { display: inline-block; *display: inline; *zoom: 1; background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
.pagination > div a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 34px; line-height: 35px; padding: 0 13px; margin: 0px; font-family: "Gotham Pro", Helvetica, Arial, sans-serif; font-size: 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-weight: 400; }
.pagination > div a.current { color: #fff; background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); }

.page-preloader { position: fixed; left: 0; top: 0; right: 0; bottom: 0; display: block; z-index: 100500; background: #31302f; }
.page-preloader .spinner { background: url("../images/logo-account-icon-dark.png") center center no-repeat; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 200px; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 200px; }
.page-preloader .spinner:before { height: 100%; width: 100%; left: 0; top: 0; display: block; position: absolute; background: url(../images/eclipse.svg) center center no-repeat; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); }

.nav-tabs.nav-tabs-account { border-bottom: none; position: relative; z-index: 100; }
.nav-tabs.nav-tabs-account > li { margin: 0 !important; padding: 0; }
.nav-tabs.nav-tabs-account > li > a { text-decoration: underline; text-decoration-color: #e1dee4; padding: 15px 20px; font-weight: 400; color: #aaaabd; font-size: 16px; border: none !important; display: block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.nav-tabs.nav-tabs-account > li > a abbr { position: absolute; right: 21px; top: 24px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; z-index: 100; height: 7px; width: 7px; background: #eb4de2; background: -webkit-linear-gradient(left top, #eb4de2, #5f50f6); background: linear-gradient(to right bottom, #eb4de2, #5f50f6); }
.nav-tabs.nav-tabs-account > li > a:hover { background: #f5f4f7; }
.nav-tabs.nav-tabs-account > li.active > a, .nav-tabs.nav-tabs-account > li.active > a:hover, .nav-tabs.nav-tabs-account > li.active > a:focus { background: #fff; box-shadow: 0px -10px 20px 0px rgba(115, 91, 138, 0.07); cursor: default; color: #302a45; text-decoration: none; background-color: #ffffff; border-color: rgba(0, 0, 0, 0); }

.errors-list { display: block; position: relative; margin-bottom: 30px; padding: 10px 20px 10px 45px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgba(235, 77, 226, 0.05); }
.errors-list:before { content: '\e822'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; vertical-align: top; text-decoration: inherit; display: block; position: absolute; left: 10px; font-size: 20px; color: #eb4de2; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.errors-list > li { position: relative; color: #eb4de2; }
.errors-list.success { background: rgba(94, 184, 205, 0.1); }
.errors-list.success:before { color: #5eb8cd; content: '\e823'; }
.errors-list.success > li { color: #5eb8cd; }

ul.calc-result_list { display: block; margin: -15px -10px 20px -10px; }
ul.calc-result_list > li { display: block; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.333%; margin-right: -4px; padding: 10px 10px 5px 20px; line-height: 1.4; border: none; background: none; position: relative; }
ul.calc-result_list > li:before { height: 60%; display: block; width: 1px; right: 0; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); background: #d1d4e4; }
ul.calc-result_list > li > small { opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
ul.calc-result_list > li > b { display: block; font-size: 24px; font-weight: 400; font-family: "Orator Std", Helvetica, Arial, sans-serif; color: #302a45; }
ul.calc-result_list > li > b.data-plan-percent { font-size: 26px; background: -webkit-linear-gradient(to right, #eb4de2, #5f50f6); background: -o-linear-gradient(to right, #eb4de2, #5f50f6); background: linear-gradient(to right, #eb4de2, #5f50f6); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
ul.calc-result_list > li:last-child:before { background: none; }

.dropdown-menu { padding: 10px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; z-index: 100000; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
.dropdown-menu > li > a { padding: 14px 23px 7px 13px; font-size: 18px; color: #63567d; font-family: "Orator Std", Helvetica, Arial, sans-serif; background: url(../images/plan-bg-devider.png) center bottom repeat-x; }
.dropdown-menu > li > a > i { text-align: center; display: inline-block; *display: inline; *zoom: 1; background: none; width: 25px; margin: -3px 5px 0 5px; vertical-align: top; opacity: 0.2; -moz-opacity: 0.2; -khtml-opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20); }
.dropdown-menu > li > a:hover { background-color: #FCFBFD; }
.dropdown-menu > li > a:hover > i { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); color: #eb4de2; }
.dropdown-menu > li:last-child > a { background-image: none; }

.box-img { display: block; position: relative; }
.box-img > div { overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; box-shadow: 0px 23px 106px 0px rgba(115, 91, 138, 0.13); }
.box-img > div .point { height: 7px; width: 7px; display: block; position: absolute; z-index: 10; left: 144px; top: 277px; }
.box-img > div .point > i { position: absolute; height: 7px; width: 7px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #eb4de2; display: block; z-index: 10; }
.box-img > div .point:before { background: rgba(229, 77, 227, 0.26); -webkit-animation: round2 1.4s linear 0s infinite normal; -moz-animation: round2 1.4s linear 0s infinite normal; -o-animation: round2 1.4s linear 0s infinite normal; animation: round2 1.4s linear 0s infinite normal; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; height: 6px; width: 6px; position: absolute; z-index: -1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.box-img > div .point:after { background: rgba(229, 77, 227, 0.26); -webkit-animation: round2 1.4s linear 0.7s infinite normal; -moz-animation: round2 1.4s linear 0.7s infinite normal; -o-animation: round2 1.4s linear 0.7s infinite normal; animation: round2 1.4s linear 0.7s infinite normal; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; height: 6px; width: 6px; position: absolute; z-index: -1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.box-img > div img { width: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.box-img > div svg.svg-lines { position: absolute; z-index: -1; width: 550px; left: -27px; top: -45px; }
.box-img > div svg.svg-lines path { fill: none; -webkit-animation: svg6 12s linear 0s infinite normal; -moz-animation: svg6 12s linear 0s infinite normal; -o-animation: svg6 12s linear 0s infinite normal; animation: svg6 12s linear 0s infinite normal; stroke: rgba(208, 193, 244, 0.7); }
.box-img > div svg.svg-lines.svg-rotate45 { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.box-img > div:hover img { -webkit-transform: scale(1.01); -moz-transform: scale(1.01); -o-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }

.upline-block { display: block; position: absolute; right: 50px; top: 59px; border: 1px solid #f0e5fd; font-weight: 400; font-size: 13px; padding: 6px 10px; line-height: 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #f4f1ff; }
.upline-block b { font-weight: 500; }
.upline-block small { display: block; }

body.dark { background: #212121; color: #a39b91; }
body.dark a { color: #fdc625; }
body.dark a:hover { color: #f6af23; }
body.dark h2.title > b { color: rgba(153, 153, 153, 0.02); }
body.dark h2.title > small { color: #70685d; }
body.dark h2.title > span { color: #fff; }
body.dark h2.title > span > span { color: #fff; }
body.dark h2.title > span > span:before { background: rgba(11, 10, 9, 0.2); }
body.dark h2.title > span > i.point { background: #fdc625; background: -webkit-linear-gradient(top right, #fdc625, #be4c0e); background: linear-gradient(to bottom left, #fdc625, #be4c0e); }
body.dark h2.title > span > i.double { background: -webkit-linear-gradient(to bottom, #fdc625, #f6af23); background: -o-linear-gradient(to bottom, #fdc625, #f6af23); background: linear-gradient(to bottom, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark h2.title.white > span > span:before { background: #f6af23; }
body.dark h3.title { color: #fff; }
body.dark h3.title span:before, body.dark h3.title span:after { background: -webkit-linear-gradient(to bottom, #fdc625, #f6af23); background: -o-linear-gradient(to bottom, #fdc625, #f6af23); background: linear-gradient(to bottom, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark h3.title i:before { background-image: url("../images/subtitle-devider-dark.png"); }
body.dark .upline-block { background: #292927; border: 1px solid #2b2827; }
body.dark .upline-block b { color: #fff; }
body.dark ul.menu > li > a { color: #70685d; }
body.dark ul.menu > li > a i { color: #fdc625; }
body.dark ul.menu > li > a.current, body.dark ul.menu > li > a:hover { color: #fff; }
body.dark ul.menu > li > a.current i, body.dark ul.menu > li > a:hover i { color: #f6af23; }
body.dark ul.menu > li.btns a.signup { border-color: #fdc625; }
body.dark ul.menu > li.btns a.login { color: #5d022b; background: #fdc625; background: -webkit-linear-gradient(left, #fdc625 0%, #f6af23 50%, #fdc625 100%); background: linear-gradient(to right, #fdc625 0%, #f6af23 50%, #fdc625 100%); background-size: 200% auto; }
body.dark ul.menu > li.btns a.login i { color: #5d022b; }
body.dark ul.menu > li.btns a.login:hover { background-position: right center; }
body.dark a.btn i { color: #5d022b; }
body.dark a.btn.btn-gradient { background: #fdc625; background: -webkit-linear-gradient(left, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); color: #5d022b; background-size: 200% auto; }
body.dark a.btn.btn-gradient:hover { background-position: right center; }
body.dark a.btn.btn-white { color: #fdc625; }
body.dark a.btn.btn-white i { color: #fdc625; }
body.dark a.btn.btn-white:hover { background: #323130; color: #fff; }
body.dark a.btn.btn-white:hover i { color: #fff; }
body.dark a.btn.btn-svg span { background: #fdc625; background: -webkit-linear-gradient(left, #fdc625 0%, #f6af23 50%, #fdc625 100%); background: linear-gradient(to right, #fdc625 0%, #f6af23 50%, #fdc625 100%); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; background-size: 200% auto; -webkit-text-fill-color: transparent; }
body.dark a.btn.btn-svg svg rect { stroke: #fdc625; }
body.dark a.btn.btn-svg:hover svg rect { stroke: #f6af23; }
body.dark a.btn.btn-svg:hover span { background-position: right center; }
body.dark .dropdown-menu { box-shadow: none; background: #292522; }
body.dark .dropdown-menu > li > a { color: #70685d; background: url(../images/plan-bg-devider.png) center bottom repeat-x; }
body.dark .dropdown-menu > li > a:hover { color: #fff; }
body.dark .dropdown-menu > li > a:hover > i { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); color: #fdc625; }
body.dark .dropdown-menu > li:last-child > a { background-image: none; }
body.dark .deposit-process-wrap, body.dark .deposit-cancel-wrap { color: #5d022b; background: #fdc625; background: -webkit-linear-gradient(left, #fdc625 0%, #f6af23 51%, #fdc625 100%); background: linear-gradient(to right, #fdc625 0%, #f6af23 51%, #fdc625 100%); background-size: 200% auto; }
body.dark .deposit-process-wrap:hover, body.dark .deposit-cancel-wrap:hover { background-position: right center; }
body.dark .deposit-cancel-wrap { color: #403c34; background: #888379; background: -webkit-linear-gradient(left, #888379 0%, #888379 51%, #888379 100%); background: linear-gradient(to right, #888379 0%, #888379 51%, #888379 100%); background-size: 200% auto; }
body.dark .deposit-cancel-wrap:hover { background-position: right center; }
body.dark div.group-btns a.btn-white { background: #242424; color: #fcc225; border-color: #fdc625; }
body.dark div.group-btns a.btn-white i { color: #fdc625; opacity: 0.36; -moz-opacity: 0.36; -khtml-opacity: 0.36; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=36)"; filter: alpha(opacity=36); }
body.dark div.group-btns a.btn-white.btn-active { border-coclor: #f6af23; }
body.dark section.header { background: url(../images/header-dark.jpg) center top no-repeat; background-size: cover; }
body.dark section.header .header-top.fixed { background: #2c2826; box-shadow: 0 0 30px rgba(43, 40, 38, 0.35); }
body.dark section.header svg.svg-wave { opacity: 0.01; -moz-opacity: 0.01; -khtml-opacity: 0.01; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); }
body.dark section.header svg.svg-wave.svg-item-1 path { fill: #fff; }
body.dark section.header svg.svg-wave.svg-item-2 path { fill: #fff; }
body.dark section.header a.scroll-next { color: #fff; }
body.dark section.header .logo a { background-image: url("../images/logo1.png"); }
body.dark section.header .langs { background: #2c2826; }
body.dark section.header .langs > a { color: #70685d; }
body.dark section.header .langs > ul > li.active a img { box-shadow: 0 0 0 2px #f6af23; }
body.dark section.header .box-form { background: #353332; background: -webkit-linear-gradient(top, #353332, rgba(53, 51, 50, 0.93)); background: linear-gradient(to bottom, #353332, rgba(53, 51, 50, 0.93)); }
body.dark section.header .box-form b.subtitle { color: #fff; background: rgba(255, 255, 255, 0.03); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03), rgba(67, 72, 126, 0)); background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(67, 72, 126, 0)); }
body.dark section.header .header-center .radiant { opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); }
body.dark section.header .header-center .radiant .el { background-color: #fdc625 !important; }
body.dark section.header .header-center .header-center_img span.dev.dev2 { opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); background: -webkit-linear-gradient(to left, #be4c0e, #fdc625); background: -o-linear-gradient(to left, #be4c0e, #fdc625); background: linear-gradient(to left, #be4c0e, #fdc625); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.header .header-center .header-center_img div.ai-icon.icon1 { background-image: url("../images/svg/ai-dark.svg"); }
body.dark section.header .header-center .header-center_img div.ai-icon.icon3 { background-image: url("../images/ai-parallax-2-dark.png"); }
body.dark section.header .header-center .header-center_img div.ai-icon.icon2 { background-image: url("../images/ai-parallax-1-dark.png"); }
body.dark section.header .header-center .header-center_img div.ai-icon.icon4 { background-image: url("../images/ai-parallax-3-dark.png"); }
body.dark section.header .header-center .header-center_content div.under { background-image: url("../images/genius-under-dark.png"); }
body.dark section.header .header-center .header-center_content svg.svg-text path { fill: url(#PSgrad_1); }
body.dark section.header .header-center .header-center_content svg.svg-lines path { stroke: #fffaee; }
body.dark section.header .header-center .header-center_content div.brain { background-image: url("../images/brain-dark.png"); }
body.dark section.header .header-center .header-center_content h1.title, body.dark section.header .header-center .header-center_content h2.title, body.dark section.header .header-center .header-center_content h3.title { background: -webkit-linear-gradient(to right, #fff8e4, #fff); background: -o-linear-gradient(to right, #fff8e4, #fff); background: linear-gradient(to right, #fff8e4, #fff); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.header .header-center .hader-center_bottom h2.subtitle { color: #fdc625; }
body.dark section.header .header-center .hader-center_bottom p { color: #fff; }
body.dark section.about { background: url(../images/about-lines1-dark.png) right 160px no-repeat, url(../images/about-dark.jpg) center bottom no-repeat, #353332; }
body.dark section.about a.scroll-next { color: #fff; }
body.dark section.about p b { color: #f3b522; }
body.dark section.about svg.svg-wave { opacity: 0.01; -moz-opacity: 0.01; -khtml-opacity: 0.01; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); }
body.dark section.about svg.svg-wave.svg-item-1 path { fill: #fff; }
body.dark section.about svg.svg-wave.svg-item-2 path { fill: #fff; }
body.dark section.about i.simbol { background: -webkit-linear-gradient(to right, #fdc625, #be4c0e); background: -o-linear-gradient(to right, #fdc625, #be4c0e); background: linear-gradient(to right, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.about i.simbol:before { opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); background: #fff; background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0)); background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)); }
body.dark section.about .about-img2 { background-image: url("../images/about-img2-dark.png"); }
body.dark section.about .about-img > b { background: -webkit-linear-gradient(to bottom, #fdc625, #be4c0e); background: -o-linear-gradient(to bottom, #fdc625, #be4c0e); background: linear-gradient(to bottom, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.about .about-img:before, body.dark section.about .about-img:after { background: -webkit-linear-gradient(to right bottom, #fdc625, #f6af23); background: -o-linear-gradient(to right bottom, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.about .about-img > div.lines svg path { stroke: #d8cdae; }
body.dark section.about .about-img > div.img { background-image: url("../images/about-img-dark.png"); }
body.dark section.about .box-list { box-shadow: none; background: rgba(0, 0, 0, 0.03); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0)); }
body.dark section.about .box-list ul li > abbr { opacity: 0.35; -moz-opacity: 0.35; -khtml-opacity: 0.35; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter: alpha(opacity=35); background: -webkit-linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); background: -o-linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); background: linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.about .box-list ul li > i { background-image: url("../images/white-icon-1-dark.png"); }
body.dark section.about .box-list ul li > i.icon-2 { background-image: url("../images/white-icon-2-dark.png"); }
body.dark section.about .box-list ul li > i.icon-3 { background-image: url("../images/white-icon-3-dark.png"); }
body.dark section.about .box-list ul li > i.icon-4 { background-image: url("../images/white-icon-4-dark.png"); }
body.dark section.about .box-list ul li:before { background: #2a2826; background: -webkit-linear-gradient(top, #2a2826, rgba(42, 40, 38, 0)); background: linear-gradient(to bottom, #2a2826, rgba(42, 40, 38, 0)); }
body.dark section.about .box-list ul li b { color: #fff; }
body.dark section.about ol li i:before { background: -webkit-linear-gradient(to bottom, #be4c0e, #fdc625); background: -o-linear-gradient(to bottom, #be4c0e, #fdc625); background: linear-gradient(to bottom, #be4c0e, #fdc625); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.page { background: url("../images/about-page-img-dark.png") center 580px no-repeat, url(../images/about-dark.jpg) center bottom no-repeat, #31302f; }
body.dark section.page p b { color: #f3b522; }
body.dark section.page h4 { color: #fff; }
body.dark section.page h4 b { background: -webkit-linear-gradient(to right, #fdc625, #f6af23); background: -o-linear-gradient(to right, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.page p.p-bordered { color: #edb225; background: rgba(252, 196, 37, 0.03); border: 2px dotted #fbc024; }
body.dark section.page p.p-bordered i { color: #edb225; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
body.dark section.page ul.faq-list li { border-color: rgba(253, 198, 37, 0.3); }
body.dark section.page ul.faq-list li > b { color: #fff; border-color: rgba(253, 198, 37, 0.3); }
body.dark section.page ul.faq-list li > b i { color: #fdc625; }
body.dark section.page ul.faq-list li.opened, body.dark section.page ul.faq-list li:hover { box-shadow: 0 5px 10px rgba(43, 40, 39, 0.47); background: rgba(253, 198, 37, 0.06); background: -webkit-linear-gradient(top, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); background: linear-gradient(to bottom, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); }
body.dark section.page ul.faq-list li.opened > b, body.dark section.page ul.faq-list li:hover > b { color: #fff; }
body.dark section.page ul.faq-list li.opened > b i, body.dark section.page ul.faq-list li:hover > b i { color: #fff; background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); }
body.dark section.page ul.faq-list-select li { color: rgba(255, 255, 255, 0.7); }
body.dark section.page ul.faq-list-select li:before { background: #1f1b1a; background: -webkit-linear-gradient(left top, #1f1b1a, #1b1814); background: linear-gradient(to right bottom, #1f1b1a, #1b1814); }
body.dark section.page ul.faq-list-select li:hover, body.dark section.page ul.faq-list-select li.current { color: #fff; }
body.dark section.page ul.faq-list-select li:hover:before, body.dark section.page ul.faq-list-select li.current:before { background: #be4c0e; background: -webkit-linear-gradient(left top, #be4c0e, #fdc625); background: linear-gradient(to right bottom, #be4c0e, #fdc625); }
body.dark section.page svg.svg-wave { opacity: 0.01; -moz-opacity: 0.01; -khtml-opacity: 0.01; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); }
body.dark section.page svg.svg-wave.svg-item-1 path { fill: #fff; }
body.dark section.page svg.svg-wave.svg-item-2 path { fill: #fff; }
body.dark section.page ol li i:before { background: -webkit-linear-gradient(to bottom, #be4c0e, #fdc625); background: -o-linear-gradient(to bottom, #be4c0e, #fdc625); background: linear-gradient(to bottom, #be4c0e, #fdc625); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.page ol.styled li:before { background: #be4c0e; background: -webkit-linear-gradient(top, #be4c0e, #fdc625); background: linear-gradient(to bottom, #be4c0e, #fdc625); }
body.dark section.page i.simbol { background: -webkit-linear-gradient(to right, #fdc625, #be4c0e); background: -o-linear-gradient(to right, #fdc625, #be4c0e); background: linear-gradient(to right, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.page i.simbol:before { opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); background: #fff; background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0)); background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)); }
body.dark section.page div.box { background: #2b2826; background: -webkit-linear-gradient(top, #2b2826, rgba(247, 247, 251, 0)); background: linear-gradient(to bottom, #2b2826, rgba(247, 247, 251, 0)); }
body.dark section.page .box-list { box-shadow: none; background: rgba(0, 0, 0, 0.03); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0)); }
body.dark section.page .box-list ul li > abbr { opacity: 0.35; -moz-opacity: 0.35; -khtml-opacity: 0.35; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter: alpha(opacity=35); background: -webkit-linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); background: -o-linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); background: linear-gradient(to bottom, #fdc625, rgba(253, 198, 37, 0) 90%); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.page .box-list ul li > i { background-image: url("../images/white-icon-1-dark.png"); }
body.dark section.page .box-list ul li > i.icon-2 { background-image: url("../images/white-icon-2-dark.png"); }
body.dark section.page .box-list ul li > i.icon-3 { background-image: url("../images/white-icon-3-dark.png"); }
body.dark section.page .box-list ul li > i.icon-4 { background-image: url("../images/white-icon-4-dark.png"); }
body.dark section.page .box-list ul li:before { background: #2a2826; background: -webkit-linear-gradient(top, #2a2826, rgba(42, 40, 38, 0)); background: linear-gradient(to bottom, #2a2826, rgba(42, 40, 38, 0)); }
body.dark section.page .box-list ul li b { color: #fff; }
body.dark section.page.page-simple { background: url(../images/about-dark.jpg) center bottom no-repeat, #31302f; }
body.dark .box-img > div { box-shadow: none; }
body.dark .box-img > div .point > i { background: #fdc625; }
body.dark .box-img > div .point:before { background: rgba(253, 198, 37, 0.26); -webkit-animation: round3 1.4s linear 0s infinite normal; -moz-animation: round3 1.4s linear 0s infinite normal; -o-animation: round3 1.4s linear 0s infinite normal; animation: round3 1.4s linear 0s infinite normal; }
body.dark .box-img > div .point:after { background: rgba(253, 198, 37, 0.26); -webkit-animation: round3 1.4s linear 0.7s infinite normal; -moz-animation: round3 1.4s linear 0.7s infinite normal; -o-animation: round3 1.4s linear 0.7s infinite normal; animation: round3 1.4s linear 0.7s infinite normal; }
body.dark .box-img > div svg.svg-lines path { stroke: #d8cdae; }
body.dark .left-panel { background: url(../images/noise-bg.png) 0 0 repeat, #2b2928; background-size: auto auto; }
body.dark .left-panel .toogle-left { background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); color: #5d022b; }
body.dark .left-panel .logo { background: url(../images/logo1.png) center center no-repeat; background-size: auto 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
body.dark .left-panel > ul { display: block; }
body.dark .left-panel > ul > li { display: block; }
body.dark .left-panel > ul > li > a { color: #70685d; border-top: 1px solid rgba(25, 23, 22, 0.38); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
body.dark .left-panel > ul > li > a .point:before { background: rgba(253, 198, 37, 0.26); -webkit-animation: round3 1.4s linear 0s infinite normal; -moz-animation: round3 1.4s linear 0s infinite normal; -o-animation: round3 1.4s linear 0s infinite normal; animation: round3 1.4s linear 0s infinite normal; }
body.dark .left-panel > ul > li > a .point:after { background: rgba(253, 198, 37, 0.26); -webkit-animation: round3 1.4s linear 0.7s infinite normal; -moz-animation: round3 1.4s linear 0.7s infinite normal; -o-animation: round3 1.4s linear 0.7s infinite normal; animation: round3 1.4s linear 0.7s infinite normal; }
body.dark .left-panel > ul > li > a .point > i { background: #f6af23; }
body.dark .left-panel > ul > li > a:hover, body.dark .left-panel > ul > li > a.current { color: #fff; }
body.dark .left-panel.shot { width: 74px; }
body.dark .left-panel.shot .logo { background-image: url("../images/logo-account-icon-dark.png"); background-size: auto 35px; }
body.dark .left-panel.shot > ul > li > a:hover > span, body.dark .left-panel.shot > ul > li > a.current > span { color: #a09a92; }
body.dark section.account { background: url(../images/about-dark.jpg) center bottom no-repeat, #31302f; }
body.dark section.account p b { color: #f3b522; }
body.dark section.account h4 { color: #fff; }
body.dark section.account h4 b { background: -webkit-linear-gradient(to right, #fdc625, #f6af23); background: -o-linear-gradient(to right, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.account svg.svg-wave { opacity: 0.01; -moz-opacity: 0.01; -khtml-opacity: 0.01; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); }
body.dark section.account svg.svg-wave.svg-item-1 path { fill: #fff; }
body.dark section.account svg.svg-wave.svg-item-2 path { fill: #fff; }
body.dark section.account div.box.box-white { background: #2e2b2a; background: -webkit-linear-gradient(top, #2e2b2a, rgba(45, 42, 41, 0)); background: linear-gradient(to bottom, #2e2b2a, rgba(45, 42, 41, 0)); box-shadow: none; }
body.dark section.account b.subtitle { color: #fff; background: rgba(255, 255, 255, 0.03); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03), rgba(67, 72, 126, 0)); background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(67, 72, 126, 0)); }
body.dark section.account .box { background: #2e2b2a; background: -webkit-linear-gradient(top, #2e2b2a, rgba(45, 42, 41, 0)); background: linear-gradient(to bottom, #2e2b2a, rgba(45, 42, 41, 0)); }
body.dark section.account .box.box-user .box-user-left { background: #3e3b39; background: -webkit-linear-gradient(240deg, #3e3b39 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(-150deg, #3e3b39 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); }
body.dark section.account .box.box-user .box-user-left .box-user-left-top { border-bottom: 1px solid #3c3b38; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > div { border-right: 1px solid #3c3b38; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > div:before { background: #5a5554; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > div > b { color: #fff; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > div.off:after { background: #7d7b72; box-shadow: 0 10px 20px #2e2d2c; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > a { color: #9e9b95; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-right > a:hover { color: #fff; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-left b { color: #fff; }
body.dark section.account .box.box-user .box-user-left .box-user-left-top .pull-left > i:before { background: -webkit-linear-gradient(to right bottom, #fdc625, #be4c0e); background: -o-linear-gradient(to right bottom, #fdc625, #be4c0e); background: linear-gradient(to right bottom, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.account .box.box-user .box-user-left ul li:before { background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); }
body.dark section.account .box.box-white1 { background: #fdc625; background: -webkit-linear-gradient(top, #fdc625, #f6af23); background: linear-gradient(to bottom, #fdc625, #f6af23); }
body.dark section.account .box.box-understat table.table.table-ul tbody tr td span { color: #a39b91; }
body.dark section.account .box.box-understat table.table.table-ul tbody tr td b { color: #fff; }
body.dark section.account .box-balance .box-balance-left { box-shadow: 0px 23px 106px 0px rgba(78, 53, 0, 0.27); background: #fdc625; background: -webkit-linear-gradient(top left, #fdc625, #f6af23); background: linear-gradient(to bottom right, #fdc625, #f6af23); }
body.dark section.account .box-balance .ul-bal div.ul-bal_item > div { box-shadow: none; }
body.dark section.account .box-balance .ul-bal div.ul-bal_item > div > ul > li > b { color: #2b2826; }
body.dark section.account .box-balance .ul-bal div.ul-bal_item > div > b { border: 1px solid rgba(49, 48, 47, 0.14); }
body.dark section.account .box-balance .ul-bal div.ul-bal_item > div > b a { color: #c1bcb5; }
body.dark section.account .box-balance label.checkbox-psys span { color: #c1c1c0; }
body.dark section.account .box-balance .box-over-label { background: rgba(53, 52, 50, 0.08); border: 1px solid #f0f0f0; }
body.dark section.account ul.plans-deposits > li > label { box-shadow: none; background: rgba(56, 60, 119, 0); background: -webkit-linear-gradient(top, rgba(56, 60, 119, 0) 0%, rgba(0, 0, 0, 0.08) 100%); background: linear-gradient(to bottom, rgba(56, 60, 119, 0) 0%, rgba(0, 0, 0, 0.08) 100%); }
body.dark section.account ul.plans-deposits > li > label > b { color: #fdc625; }
body.dark section.account ul.plans-deposits > li > label > i { border: 1px solid rgba(119, 117, 112, 0.26); }
body.dark section.account ul.plans-deposits > li > label > i:before { background: -webkit-linear-gradient(to right bottom, #ffffff, #ffffff); background: -o-linear-gradient(to right bottom, #ffffff, #ffffff); background: linear-gradient(to right bottom, #ffffff, #ffffff); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.account ul.plans-deposits > li > label > span { background: #fdc625; background: -webkit-linear-gradient(left, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); color: #5d022b; }
body.dark section.account ul.plans-deposits > li > label > ul > li > small { color: #95908d; }
body.dark section.account ul.plans-deposits > li > label > ul > li > span { color: #fff; }
body.dark section.account ul.plans-deposits > li > label.active { box-shadow: none; background: rgba(253, 198, 37, 0.06); background: -webkit-linear-gradient(top, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); background: linear-gradient(to bottom, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); }
body.dark section.account ul.plans-deposits > li > label.active > i { box-shadow: 0 0 0 3px rgba(248, 182, 35, 0.04); border: 1px solid rgba(248, 183, 35, 0.28); }
body.dark section.account ul.plans-deposits > li > label.active > i:before { background: -webkit-linear-gradient(to right bottom, #fcc325, #ca6412); background: -o-linear-gradient(to right bottom, #fcc325, #ca6412); background: linear-gradient(to right bottom, #fcc325, #ca6412); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.account ul.plans-deposits > li > label.active > b { color: #f6af23; }
body.dark .psys-radio label.radio:before { color: rgba(150, 144, 138, 0.47); border: 1px solid #42403e; }
body.dark .psys-radio label.radio.checked:before { background: -webkit-linear-gradient(to right bottom, #fdc625, #be4c0e); background: -o-linear-gradient(to right bottom, #fdc625, #be4c0e); background: linear-gradient(to right bottom, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.underpage { background: #f6af23; background: -webkit-linear-gradient(right, #f6af23, #be4c0e); background: linear-gradient(to left, #f6af23, #be4c0e); }
body.dark section.underpage h4 b { background: -webkit-linear-gradient(to right, #2b2826, #2b2826); background: -o-linear-gradient(to right, #2b2826, #2b2826); background: linear-gradient(to right, #2b2826, #2b2826); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.underpage ol.styled li:before { background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); }
body.dark section.underpage ul li > div > b { color: #be4c0e; }
body.dark section.underpage ul li > div > span { background: #fdc625; background: -webkit-linear-gradient(left, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); }
body.dark section.stat { background-image: url("../images/stat-dark.jpg"); }
body.dark section.stat .box-plans > ul > li > div { background: rgba(56, 60, 119, 0); background: -webkit-linear-gradient(top, rgba(56, 60, 119, 0) 0%, rgba(0, 0, 0, 0.08) 100%); background: linear-gradient(to bottom, rgba(56, 60, 119, 0) 0%, rgba(0, 0, 0, 0.08) 100%); }
body.dark section.stat .box-plans > ul > li > div > b { color: #fdc625; }
body.dark section.stat .box-plans > ul > li > div > b > i { background-image: url("../images/plan-icon-percent-dark.png"); }
body.dark section.stat .box-plans > ul > li > div > label { color: #5d022b; background: #f6af23; background: -webkit-linear-gradient(left, #f6af23, #fdc625); background: linear-gradient(to right, #f6af23, #fdc625); }
body.dark section.stat .box-plans > ul > li > div > ul li small { color: #95908d; }
body.dark section.stat .box-plans > ul > li > div > i.point { background-image: url("../images/plan-devider-bottom-dark.png"); }
body.dark section.stat .box-plans > ul > li > div > i.point:before { background: #fdc625; }
body.dark section.stat .box-plans > ul > li > div > i.point:after { background: rgba(250, 188, 35, 0.12); }
body.dark section.stat .box-plans > ul > li.current div, body.dark section.stat .box-plans > ul > li:hover div { background: rgba(253, 198, 37, 0.06); background: -webkit-linear-gradient(top, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); background: linear-gradient(to bottom, rgba(253, 198, 37, 0.06), rgba(190, 76, 14, 0.08)); }
body.dark section.stat .box-plans > ul > li.current div > b i, body.dark section.stat .box-plans > ul > li:hover div > b i { background-image: url("../images/plan-icon-percent_active-dark.png"); }
body.dark section.stat .box-stat .box-stat_item span { color: #94918f; }
body.dark section.stat .box-stat .box-stat_item span i:before { background: -webkit-linear-gradient(to bottom, #fdc625, #be4c0e); background: -o-linear-gradient(to bottom, #fdc625, #be4c0e); background: linear-gradient(to bottom, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.stat .box-stat .box-stat_item b { background-image: url(../images/stat-line-1-dark.png); }
body.dark section.stat .box-stat .box-stat_item b.b-right { background-image: url(../images/stat-line-2-dark.png); }
body.dark section.stat .box-stat .box-stat_list li:before { color: #ffffff; opacity: 0.1; -moz-opacity: 0.1; -khtml-opacity: 0.1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); }
body.dark section.stat .box-stat .box-stat_list li > div i:before { background: -webkit-linear-gradient(to bottom right, #fdc625, #be4c0e); background: -o-linear-gradient(to bottom right, #fdc625, #be4c0e); background: linear-gradient(to bottom right, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.stat .box-stat .box-stat_list li > div small { color: #94918f; }
body.dark section.stat .box-opers { background: url(../images/noise-bg.png) 0 0 repeat, #2b2928; box-shadow: none; }
body.dark section.stat .box-opers b.title > small { color: #777574; }
body.dark section.stat .box-opers b.title > b > span { color: #fff; }
body.dark section.stat .box-opers b.title > b > span abbr { color: #fff; }
body.dark section.stat .box-opers b.title > b > i { font-style: italic; opacity: 0.03; -moz-opacity: 0.03; -khtml-opacity: 0.03; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)"; filter: alpha(opacity=3); color: #fff; }
body.dark section.stat .box-opers ul.opers-list { border: 1px solid #353332; }
body.dark section.stat .box-opers ul.opers-list li > div > b { color: #fff; }
body.dark section.stat .box-opers ul.opers-list li > div > div > small { color: rgba(250, 182, 0, 0.31); }
body.dark section.stat .box-opers ul.opers-list li > div > div > span { color: #6a6968; background: rgba(246, 175, 35, 0.05); background: -webkit-linear-gradient(left, rgba(246, 175, 35, 0.05) 0%, rgba(246, 175, 35, 0) 100%); background: linear-gradient(to right, rgba(246, 175, 35, 0.05) 0%, rgba(246, 175, 35, 0) 100%); }
body.dark section.stat .box-opers ul.opers-list li > div > div > span i:before { background: -webkit-linear-gradient(to right bottom, #fdc625, #be4c0e); background: -o-linear-gradient(to right bottom, #fdc625, #be4c0e); background: linear-gradient(to right bottom, #fdc625, #be4c0e); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark section.footer { background-image: url("../images/footer-dark.jpg"); }
body.dark section.footer a.scroll-top { color: #fff; }
body.dark section.footer:after { background: #fdc625; background: -webkit-linear-gradient(left, #fdc625, #be4c0e); background: linear-gradient(to right, #fdc625, #be4c0e); }
body.dark section.footer:before { border-top: 1px solid rgba(111, 103, 92, 0.21); }
body.dark section.footer .psys-box { background-image: url("../images/psys-img-dark.png"); }
body.dark section.footer .copyright { color: #fff; }
body.dark section.footer .logo a { background-image: url("../images/logo1.png"); background-position: left center; }
body.dark section.footer.footer-page ul.menu > li > a { color: #70685d; }
body.dark section.footer.footer-page ul.menu > li > a:hover, body.dark section.footer.footer-page ul.menu > li > a.current { color: #fff; }
body.dark table.table.table-form { margin: 0; }
body.dark table.table.table-form tbody tr td { border: none; padding: 0; }
body.dark table.table.table-form tbody tr td label { margin: 0; display: block; width: 100%; position: relative; margin-bottom: 30px; }
body.dark table.table.table-form tbody tr td label a.tooglepass { cursor: pointer; position: absolute; right: 0; line-height: 50px; margin: 0; z-index: 1000; height: 100%; width: 50px; color: #fff; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); text-align: center; }
body.dark table.table.table-form tbody tr td label a.tooglepass:hover { opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
body.dark table.table.table-form tbody tr td label:before { height: 100%; width: 0; left: 0; top: 0; z-index: 0; border-bottom: 1px solid #f7b223; }
body.dark table.table.table-form tbody tr td label span { font-family: "Gotham Pro", Helvetica, Arial, sans-serif; display: block; font-weight: 400; font-size: 15px; color: rgba(255, 255, 255, 0.3); padding-bottom: 0; position: absolute; left: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; top: 14px; }
body.dark table.table.table-form tbody tr td label input[type=text], body.dark table.table.table-form tbody tr td label input[type=password], body.dark table.table.table-form tbody tr td label input[type=email], body.dark table.table.table-form tbody tr td label input[type="search"], body.dark table.table.table-form tbody tr td label textarea { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; height: 50px; color: #fff; text-align: left; font-weight: normal; padding: 0 10px; resize: none; font-size: 15px; font-weight: 400; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: none; border: none; z-index: 10; font-family: "Gotham Pro", Helvetica, Arial, sans-serif; border-bottom: 1px solid rgba(247, 178, 35, 0.47); box-shadow: none; }
body.dark table.table.table-form tbody tr td label input[type=text]::-webkit-input-placeholder, body.dark table.table.table-form tbody tr td label input[type=password]::-webkit-input-placeholder, body.dark table.table.table-form tbody tr td label input[type=email]::-webkit-input-placeholder, body.dark table.table.table-form tbody tr td label input[type="search"]::-webkit-input-placeholder, body.dark table.table.table-form tbody tr td label textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark table.table.table-form tbody tr td label input[type=text]:-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type=password]:-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type=email]:-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type="search"]:-moz-placeholder, body.dark table.table.table-form tbody tr td label textarea:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark table.table.table-form tbody tr td label input[type=text]::-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type=password]::-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type=email]::-moz-placeholder, body.dark table.table.table-form tbody tr td label input[type="search"]::-moz-placeholder, body.dark table.table.table-form tbody tr td label textarea::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark table.table.table-form tbody tr td label input[type=text]:-ms-input-placeholder, body.dark table.table.table-form tbody tr td label input[type=password]:-ms-input-placeholder, body.dark table.table.table-form tbody tr td label input[type=email]:-ms-input-placeholder, body.dark table.table.table-form tbody tr td label input[type="search"]:-ms-input-placeholder, body.dark table.table.table-form tbody tr td label textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark table.table.table-form tbody tr td label input[type=text]:-webkit-autofill, body.dark table.table.table-form tbody tr td label input[type=password]:-webkit-autofill, body.dark table.table.table-form tbody tr td label input[type=email]:-webkit-autofill, body.dark table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill, body.dark table.table.table-form tbody tr td label textarea:-webkit-autofill { transition: background-color 5000s ease-in-out 0s; -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; -webkit-text-fill-color: #fff; }
body.dark table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:hover, body.dark table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:focus, body.dark table.table.table-form tbody tr td label input[type=text]:-webkit-autofill:active, body.dark table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:hover, body.dark table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:focus, body.dark table.table.table-form tbody tr td label input[type=password]:-webkit-autofill:active, body.dark table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:hover, body.dark table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:focus, body.dark table.table.table-form tbody tr td label input[type=email]:-webkit-autofill:active, body.dark table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:hover, body.dark table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:focus, body.dark table.table.table-form tbody tr td label input[type="search"]:-webkit-autofill:active, body.dark table.table.table-form tbody tr td label textarea:-webkit-autofill:hover, body.dark table.table.table-form tbody tr td label textarea:-webkit-autofill:focus, body.dark table.table.table-form tbody tr td label textarea:-webkit-autofill:active { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; -webkit-text-fill-color: #fff; transition: background-color 5000s ease-in-out 0s; }
body.dark table.table.table-form tbody tr td label input[type=text].large, body.dark table.table.table-form tbody tr td label input[type=password].large, body.dark table.table.table-form tbody tr td label input[type=email].large, body.dark table.table.table-form tbody tr td label input[type="search"].large, body.dark table.table.table-form tbody tr td label textarea.large { font-size: 20px; }
body.dark table.table.table-form tbody tr td label textarea { height: 150px; padding-top: 20px; margin-bottom: -5px; }
body.dark table.table.table-form tbody tr td label.focused:before { width: 100%; }
body.dark table.table.table-form tbody tr td label.focused span { top: -9px; font-size: 13px; color: rgba(255, 255, 255, 0.6); }
body.dark table.table.table-ul tbody tr td span { color: #5d022b; }
body.dark table.table.table-ul tbody tr td b { color: #272321; }
body.dark table.table.table-ul tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.1); }
body.dark table.table.table-ul tbody tr:nth-child(even) > td span { color: #735000; }
body.dark table.table.table-list tbody tr td > label span { color: #f6af23; }
body.dark table.table.table-list tbody tr td > label i:before { background: -webkit-linear-gradient(to bottom, #fdc625, #f6af23); background: -o-linear-gradient(to bottom, #fdc625, #f6af23); background: linear-gradient(to bottom, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark table.table.table-list tbody tr td > label.closed { opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
body.dark table.table.table-list tbody tr td > label.closed span { color: #9f9992; }
body.dark table.table.table-list tbody tr td > label.closed i:before { background: -webkit-linear-gradient(to bottom, #9f9992, #9f9992); background: -o-linear-gradient(to bottom, #9f9992, #9f9992); background: linear-gradient(to bottom, #9f9992, #9f9992); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark table.table.table-list tbody tr td b { color: #333231; }
body.dark table.table.table-list tbody tr td:nth-child(even) { background-color: #f9f9f9; }
body.dark table.table.table-list tbody tr td:nth-child(even) span { color: #eb4de2; }
body.dark table.table.table-list1 tbody tr:nth-child(odd) td:nth-child(even) { background-color: #fff; }
body.dark table.table.table-list1 tbody tr:nth-child(odd) td:nth-child(odd) { background-color: #f9f9f9; }
body.dark table.table.table-list1 tbody tr:nth-child(even) td:nth-child(even) { background-color: #f9f9f9; }
body.dark table.table.table-list1 tbody tr:nth-child(even) td:nth-child(odd) { background-color: #fff; }
body.dark table.table.table-list1 tbody tr:last-child td { background: none; }
body.dark .field .form-group input[type=text], body.dark .field .form-group input[type=password], body.dark .field .form-group input[type=email], body.dark .field .form-group input[type="search"] { color: #fff; border-bottom: 1px solid rgba(253, 198, 37, 0.3); }
body.dark .field .form-group input[type=text]::-webkit-input-placeholder, body.dark .field .form-group input[type=password]::-webkit-input-placeholder, body.dark .field .form-group input[type=email]::-webkit-input-placeholder, body.dark .field .form-group input[type="search"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark .field .form-group input[type=text]:-moz-placeholder, body.dark .field .form-group input[type=password]:-moz-placeholder, body.dark .field .form-group input[type=email]:-moz-placeholder, body.dark .field .form-group input[type="search"]:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark .field .form-group input[type=text]::-moz-placeholder, body.dark .field .form-group input[type=password]::-moz-placeholder, body.dark .field .form-group input[type=email]::-moz-placeholder, body.dark .field .form-group input[type="search"]::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark .field .form-group input[type=text]:-ms-input-placeholder, body.dark .field .form-group input[type=password]:-ms-input-placeholder, body.dark .field .form-group input[type=email]:-ms-input-placeholder, body.dark .field .form-group input[type="search"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }
body.dark .field .form-group input[type=text]:focus, body.dark .field .form-group input[type=text]:hover, body.dark .field .form-group input[type=text]:active, body.dark .field .form-group input[type=password]:focus, body.dark .field .form-group input[type=password]:hover, body.dark .field .form-group input[type=password]:active, body.dark .field .form-group input[type=email]:focus, body.dark .field .form-group input[type=email]:hover, body.dark .field .form-group input[type=email]:active, body.dark .field .form-group input[type="search"]:focus, body.dark .field .form-group input[type="search"]:hover, body.dark .field .form-group input[type="search"]:active { border-bottom: 1px solid #fdc625; }
body.dark .checkbox label:before { border: 1px solid rgba(247, 178, 35, 0.47); }
body.dark .checkbox label a { color: #fdc625; }
body.dark .checkbox label.active:before { background: -webkit-linear-gradient(to right bottom, #fdc625, #f6af23); background: -o-linear-gradient(to right bottom, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark .errors-list { background: rgba(190, 76, 14, 0.05); }
body.dark .errors-list:before { color: #be4c0e; }
body.dark .errors-list > li { position: relative; color: #ff7b34; }
body.dark .errors-list.success { background: rgba(253, 198, 37, 0.05); }
body.dark .errors-list.success:before { color: #fdc625; content: '\e823'; }
body.dark .errors-list.success > li { color: #fdc625; }
body.dark hr { border-top: 1px solid #46433d; }
body.dark .box-deposits .box-deposits_item .progrees-box .deposit-progress { background-image: url("../images/dep-progress-line-bg-dark.png"); }
body.dark .box-deposits .box-deposits_item .progrees-box .deposit-progress > div > span { background-image: url(../images/dep-progress-line-bg-active-dark.png); }
body.dark .box-deposits .box-deposits_item .progrees-box .deposit-progress > div > span > abbr { color: #f9b823; }
body.dark .nav-tabs.nav-tabs-account > li > a { text-decoration-color: rgba(142, 136, 126, 0.28); color: #a29a90; }
body.dark .nav-tabs.nav-tabs-account > li > a > abbr { background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #be4c0e); background: linear-gradient(to right bottom, #fdc625, #be4c0e); }
body.dark .nav-tabs.nav-tabs-account > li > a:hover { background: rgba(190, 92, 19, 0.1); }
body.dark .nav-tabs.nav-tabs-account > li.active > a, body.dark .nav-tabs.nav-tabs-account > li.active > a:hover, body.dark .nav-tabs.nav-tabs-account > li.active > a:focus { box-shadow: none; color: #fff; text-decoration: none; background-color: #2e2b2a; }
body.dark .submit.btn-gradient { color: #fff; background: #fdc625; background: -webkit-linear-gradient(left, #fdc625 0%, #f6af23 51%, #fdc625 100%); background: linear-gradient(to right, #fdc625 0%, #f6af23 51%, #fdc625 100%); background-size: 200% auto; }
body.dark .submit.btn-gradient input, body.dark .submit.btn-gradient i { color: #5d022b; }
body.dark .submit.btn-gradient:hover { background-position: right center; }
body.dark ul.calc-result_list { display: block; margin-top: -15px; }
body.dark ul.calc-result_list > li:before { background: rgba(255, 255, 255, 0.12); }
body.dark ul.calc-result_list > li > b { color: #fff; }
body.dark ul.calc-result_list > li > b.data-plan-percent { background: -webkit-linear-gradient(to right, #fdc625, #f6af23); background: -o-linear-gradient(to right, #fdc625, #f6af23); background: linear-gradient(to right, #fdc625, #f6af23); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark ul.calc-result_list > li:last-child:before { display: none; }
body.dark .pagination > div { background: rgba(49, 46, 44, 0.44); box-shadow: none; }
body.dark .pagination > div a.current { color: #5d022b; background: #fdc625; background: -webkit-linear-gradient(left top, #fdc625, #f6af23); background: linear-gradient(to right bottom, #fdc625, #f6af23); }

body.white .page-preloader { background-color: #fff; }
body.white .page-preloader .spinner { background-image: url("../images/logo-account-icon.png"); }

.container { width: 1170px !important; }

.col-md-1 { width: 8.3333333333% !important; float: left; }

.col-md-2 { width: 16.6666666667% !important; float: left; }

.col-md-3 { width: 25% !important; float: left; }

.col-md-4 { width: 33.3333333333% !important; float: left; }

.col-md-5 { width: 41.6666666667% !important; float: left; }

.col-md-6 { width: 50% !important; float: left; }

.col-md-7 { width: 58.3333333333% !important; float: left; }

.col-md-8 { width: 66.6666666667% !important; float: left; }

.col-md-9 { width: 75% !important; float: left; }

.col-md-10 { width: 83.3333333333% !important; float: left; }

.col-md-11 { width: 91.6666666667% !important; float: left; }

.col-md-12 { width: 100% !important; float: left; }

.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
