.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
@media only screen and (max-width: 959px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 763px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 600000;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 280px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
body { background-color:#f2f2f2;background-image:none;display:block; }
#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP { position:relative;display:block; }#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP { background-color: transparent; background-image: none; }#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP { border-width: 0; border-radius: 0; }#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:14px;font-family:arial;height:87px;width:960px;position:relative;display:block; }#dXtBaNorHHsC179qIFkd8RTks4LoWtTm { height:87px;display:block; }
#pAmSHTdk4lOB7CEXUeACHUdZHsPNWOCG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:61px;width:281px;position:absolute;display:block;z-index:100006;top:13px;left:49.5px;overflow:hidden;display:block; }
#qT4aH2q6oTWK6SEuFcfEewJWcnvAwTpI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:51px;width:221px;position:absolute;display:block;z-index:100007;top:18px;left:679.5px;overflow:hidden;display:block; }
#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR { position:relative;display:block; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR { background-color: transparent; background-image: none; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR { border-width: 0; border-radius: 0; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/f4m3lXhl/nyarzaro_landing.jpg);background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;font-size:14px;font-family:arial;height:358px;width:960px;position:relative;display:block; }#g8Nbhl3urpU9QtrZyeLXfXGk1vFBhE8Q { height:358px;display:block; }
#lApKZNFborwTZzdFdsR95BilcwzbmZOH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e10909;background-image: -webkit-linear-gradient(top, #c50521, #9e0918);background-image: -moz-linear-gradient(top, #c50521, #9e0918);background-image: -ms-linear-gradient(top, #c50521, #9e0918);background-image: -o-linear-gradient(top, #c50521, #9e0918);background-image: linear-gradient(to bottom, #c50521, #9e0918);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50521', endColorstr='#9e0918' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50521', endColorstr='#9e0918' );";position:relative;display:block; }#lApKZNFborwTZzdFdsR95BilcwzbmZOH > .row .container { background-color: transparent; background-image: none; }#lApKZNFborwTZzdFdsR95BilcwzbmZOH > .row .container { border-width: 0; border-radius: 0; }#lApKZNFborwTZzdFdsR95BilcwzbmZOH > .row .container { font-size:14px;font-family:arial;height:87px;width:960px;position:relative;display:block; }#G8C2uICc6AzeWuecEMEGPNxssfovRAa5 { height:87px;display:block; }
#I4hC4HJG3mncSdSl4nPS0ZoTBCTxhg29 { display:block;width:526px;position:absolute;font-family:arial;font-size:51px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:11.5px;left:217px;height:66px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:#f4d736;background-image: -webkit-linear-gradient(top, #ffffff, #f8a71a);background-image: -moz-linear-gradient(top, #ffffff, #f8a71a);background-image: -ms-linear-gradient(top, #ffffff, #f8a71a);background-image: -o-linear-gradient(top, #ffffff, #f8a71a);background-image: linear-gradient(to bottom, #ffffff, #f8a71a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8a71a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8a71a' );";background-size:initial;z-index:;position:relative;top:;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#yLkkCUADC0D9orTBp8Xf2mXvhPNgWwgW { height:;display:block; }
#KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { display:block;width:468px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.4;top:102px;left:34px;background-color:transparent;background-image:none;height:252px;display:block; }
#pN6bDoBSXnaTC7QKby2ffHwNfFO9at2H { display:block;width:335px;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.4;top:120px;left:618px;background-color:transparent;background-image:none;height:34px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d27N7P8ECTsVxtuovbrl9uAFlKuWT9rs { display:block;width:335px;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.4;top:191px;left:618px;background-color:transparent;background-image:none;height:34px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xALvxxACrVqXKPdHDxv2S0gBtcXTTt96 { display:block;width:333px;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.4;top:261px;left:620px;background-color:transparent;background-image:none;height:34px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGonE6V5yI0CM07hKqibny3Q4A5GFyEL { height:45px;width:45px;position:absolute;display:block;z-index:100009;top:117px;left:561px;display:block; }
#OOTw5NQlHvwN5pWoT0C2OTyuLIQT4V2F { height:45px;width:45px;position:absolute;display:block;z-index:100010;top:187px;left:561px;display:block; }
#l861U8CmpGVTq71OItkTaPWrD9y9oKTR { height:45px;width:45px;position:absolute;display:block;z-index:100011;top:257px;left:561px;display:block; }
#LF35lxbZoL0EkyJlCXT6q6MTwcZClqJr { z-index:100000;top:374px;left:269px;background-color:#c52127;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 0 0 50px rgba(11,11,11,0.36) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:425px;height:63px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X30s2JaFx5ae3xVBo6wWKrIh3TMcO7tT { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#c50521;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-label { background-color:;background-image:none;color:#c50521;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 { z-index:100012;top:6px;left:267px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:426px;height:120px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #gUfs674vh5FezDnZF5TWe3J7FPLpWRS2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #M7eDqW14Sgm7L4CG6BdBAXtAc0NQdOSk { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #HIVJ7Uxeg5DCX4UAA48uBXefHDuK8rhK { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #CQ98lNTfmBGxh6V0siEThwyqp5XGzZg5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #dBSpArcBqeiuNVrkwkwi1Rsc8DDgrWgT { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #O9X982SWLc0yEOh5zu76x3OwwyuNnkDs { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #zpuhtsBR8rlAgx1TJISB2eK1Hel4cr1R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #XdAA1U1ShtCym4HoitlUm1fGUteosp9P { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #UWz4blaWfH0UfTJ7HhfJ8ses1trsEqVx { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #JGxQFFPfJB0rhCcR3wdTnhegk9dw7rOu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #ACMqxK3PWPCoTFHBB6i4ya4mk2SPZazT { display:block; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #InuB4BqpwPtRodVv2Gxtio8RW9vhDbdA { display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP { display:block; }#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dXtBaNorHHsC179qIFkd8RTks4LoWtTm { display:block; }
 }@media only screen and (max-width: 959px) { #pAmSHTdk4lOB7CEXUeACHUdZHsPNWOCG { width:281px;height:61px;top:13px;left:33.5px;display:block; }
 }@media only screen and (max-width: 959px) { #qT4aH2q6oTWK6SEuFcfEewJWcnvAwTpI { width:221px;height:51px;top:18px;left:508px;display:block; }
 }@media only screen and (max-width: 959px) { #lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR { display:block; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR > .row .container { width:764px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #g8Nbhl3urpU9QtrZyeLXfXGk1vFBhE8Q { height:285px;display:block; }
 }@media only screen and (max-width: 959px) { #lApKZNFborwTZzdFdsR95BilcwzbmZOH { display:block; }#lApKZNFborwTZzdFdsR95BilcwzbmZOH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #G8C2uICc6AzeWuecEMEGPNxssfovRAa5 { display:block; }
 }@media only screen and (max-width: 959px) { #I4hC4HJG3mncSdSl4nPS0ZoTBCTxhg29 { width:764px;height:66px;top:18px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:rgba(244,215,54,0.8);background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), #f8a71a);background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), #f8a71a);background-image: -ms-linear-gradient(top, rgba(255,255,255,0.8), #f8a71a);background-image: -o-linear-gradient(top, rgba(255,255,255,0.8), #f8a71a);background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), #f8a71a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#f8a71a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#f8a71a' );";background-size:initial;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { width:764px;height:468px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yLkkCUADC0D9orTBp8Xf2mXvhPNgWwgW { height:468px;display:block; }
 }@media only screen and (max-width: 959px) { #KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { left:20px;background-color:transparent;background-image:none;top:91px;width:381px;height:179px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pN6bDoBSXnaTC7QKby2ffHwNfFO9at2H { left:63px;top:262px;background-color:transparent;background-image:none;width:188px;height:59px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #d27N7P8ECTsVxtuovbrl9uAFlKuWT9rs { left:316px;top:277px;background-color:transparent;background-image:none;width:190px;height:29px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xALvxxACrVqXKPdHDxv2S0gBtcXTTt96 { left:579px;top:276px;background-color:transparent;background-image:none;width:182px;height:29px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGonE6V5yI0CM07hKqibny3Q4A5GFyEL { width:45px;height:45px;top:271px;left:9px;display:block; }
 }@media only screen and (max-width: 959px) { #OOTw5NQlHvwN5pWoT0C2OTyuLIQT4V2F { width:45px;height:45px;top:269px;left:267px;display:block; }
 }@media only screen and (max-width: 959px) { #l861U8CmpGVTq71OItkTaPWrD9y9oKTR { width:45px;height:45px;top:267px;left:523px;display:block; }
 }@media only screen and (max-width: 959px) { #LF35lxbZoL0EkyJlCXT6q6MTwcZClqJr { top:330px;left:171px;width:425px;height:63px;display:block; }
 }@media only screen and (max-width: 959px) { #X30s2JaFx5ae3xVBo6wWKrIh3TMcO7tT { display:block; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-container {  }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-number {  }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-label {  }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 { top:0;left:198px;width:426px;height:120px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #gUfs674vh5FezDnZF5TWe3J7FPLpWRS2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #M7eDqW14Sgm7L4CG6BdBAXtAc0NQdOSk {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #HIVJ7Uxeg5DCX4UAA48uBXefHDuK8rhK {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #CQ98lNTfmBGxh6V0siEThwyqp5XGzZg5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #dBSpArcBqeiuNVrkwkwi1Rsc8DDgrWgT {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #O9X982SWLc0yEOh5zu76x3OwwyuNnkDs {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #zpuhtsBR8rlAgx1TJISB2eK1Hel4cr1R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #XdAA1U1ShtCym4HoitlUm1fGUteosp9P {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #UWz4blaWfH0UfTJ7HhfJ8ses1trsEqVx {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #JGxQFFPfJB0rhCcR3wdTnhegk9dw7rOu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #ACMqxK3PWPCoTFHBB6i4ya4mk2SPZazT {  }
 }@media only screen and (max-width: 959px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #InuB4BqpwPtRodVv2Gxtio8RW9vhDbdA {  }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP { display:block; }#hD2PN7I9S7LBZGzsClF8V4vNgsbioJZP > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXtBaNorHHsC179qIFkd8RTks4LoWtTm { height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #pAmSHTdk4lOB7CEXUeACHUdZHsPNWOCG { width:281px;height:61px;top:18px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qT4aH2q6oTWK6SEuFcfEewJWcnvAwTpI { width:221px;height:51px;top:94px;left:49.5px;display:none; }
 }@media only screen and (max-width: 763px) { #lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/f4m3lXhl/nyarzaro_landing.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR > .row .container { background-color: transparent; background-image: none; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR > .row .container { border-width: 0; border-radius: 0; }#lcW3tmFIeg4VVhhK7zZVatFdnJRvOKyR > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Nbhl3urpU9QtrZyeLXfXGk1vFBhE8Q { height:139px;display:block; }
 }@media only screen and (max-width: 763px) { #lApKZNFborwTZzdFdsR95BilcwzbmZOH { display:block; }#lApKZNFborwTZzdFdsR95BilcwzbmZOH > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8C2uICc6AzeWuecEMEGPNxssfovRAa5 { height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #I4hC4HJG3mncSdSl4nPS0ZoTBCTxhg29 { width:320px;height:36px;top:13px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:rgba(244,215,54,0.8);background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(248,167,26,0.8));background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(248,167,26,0.8));background-image: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(248,167,26,0.8));background-image: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(248,167,26,0.8));background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(248,167,26,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf8a71a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf8a71a' );";background-size:initial;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLkkCUADC0D9orTBp8Xf2mXvhPNgWwgW { height:576px;display:block; }
 }@media only screen and (max-width: 763px) { #KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { left:6px;top:92px;background-color:transparent;background-image:none;width:307px;height:152px;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pN6bDoBSXnaTC7QKby2ffHwNfFO9at2H { left:67px;top:264px;background-color:transparent;background-image:none;width:253px;height:25px;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d27N7P8ECTsVxtuovbrl9uAFlKuWT9rs { left:53px;top:322px;background-color:transparent;background-image:none;width:253px;height:25px;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xALvxxACrVqXKPdHDxv2S0gBtcXTTt96 { left:72px;top:379px;background-color:transparent;background-image:none;width:197px;height:25px;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGonE6V5yI0CM07hKqibny3Q4A5GFyEL { width:45px;height:45px;top:254px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OOTw5NQlHvwN5pWoT0C2OTyuLIQT4V2F { width:45px;height:45px;top:312px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #l861U8CmpGVTq71OItkTaPWrD9y9oKTR { width:45px;height:45px;top:369px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #LF35lxbZoL0EkyJlCXT6q6MTwcZClqJr { top:434px;left:6px;width:307px;height:63px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X30s2JaFx5ae3xVBo6wWKrIh3TMcO7tT { display:block; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:58px;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 { top:5px;left:19px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:282px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #gUfs674vh5FezDnZF5TWe3J7FPLpWRS2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #M7eDqW14Sgm7L4CG6BdBAXtAc0NQdOSk {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #HIVJ7Uxeg5DCX4UAA48uBXefHDuK8rhK {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #CQ98lNTfmBGxh6V0siEThwyqp5XGzZg5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #dBSpArcBqeiuNVrkwkwi1Rsc8DDgrWgT {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #O9X982SWLc0yEOh5zu76x3OwwyuNnkDs {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #zpuhtsBR8rlAgx1TJISB2eK1Hel4cr1R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #XdAA1U1ShtCym4HoitlUm1fGUteosp9P {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #UWz4blaWfH0UfTJ7HhfJ8ses1trsEqVx {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #JGxQFFPfJB0rhCcR3wdTnhegk9dw7rOu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #ACMqxK3PWPCoTFHBB6i4ya4mk2SPZazT {  }
 }@media only screen and (max-width: 763px) { #taVOn2U60vAUQTVESy74fxuc0lJ3FGx6 #InuB4BqpwPtRodVv2Gxtio8RW9vhDbdA {  }
 }