.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-button[version="2"] .widget-text,
.widget-contact[version="2"] .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 .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;
}
.widget-icon::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;
}
@media only screen and (max-width: 979px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 767px) {
  .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);
}
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:#ffffff;background-image:url(https://images.assets-landingi.com/YfRUTaOe/Shakti.png);background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { border-width: 0; border-radius: 0; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { font-size:14px;font-family:arial;height:684px;width:960px;position:relative;display:block; }#dUpq8lQpeuucNinJnTHu8b3TN0kvcTFk { height:684px;display:block; }
#q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { display:block;width:960px;position:absolute;font-family:ral;font-size:94px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:81px;left:0;height:121px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:left;display:block; }
#QpuTs29WH6w36uro1gC5eqP7rXIqbWzd { display:block;width:474px;position:absolute;font-family:ral;font-size:30px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:203px;left:0;height:39px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;display:block; }
#LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { display:block;width:343px;position:absolute;font-family:ral;font-size:18px;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:290px;left:66px;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;display:block; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-form-header {  }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:200px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:42px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ;text-align:center; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ;text-align:center; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#05397b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:200px;height:55px;font-family:ubuntu;overflow:hidden; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-container:first-of-type{padding-top:0;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-container:last-of-type{padding-bottom:0;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:340px;left:118px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD {display:block;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:340px;left:118px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #Qo9DhPJJyDcfn5NTerx4A5a3A0SUguMu { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ezzUIs7ThKIvR2zTQZiGoeM0MOaQdINe { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #JTnBGGwzenLp1w9utLvl8aNEqQkp6sed { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #bGOByMG8d3fyUGOumJmAg8JDiXHiBdQI { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #OmuPUOstQygAxTWMDatzf7KtpIrxqCDS { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #r5rgFn1JWlxcpX3k08sbBO65qmwQZxVa { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #LZNntfOVL0qNLp6ryoGmSiaPTveoR9C8 { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #wlV2ShTtFTeFCVDJwl0qud9SMw8XLSbb { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #pLc9pnhpyOOnm5GQ3EidAN3s3AxaDIay { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ogJ4CBveUptpuS2BnC0uy8ibpEW6VNtR { position:relative;top:0px;left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #fb49Nyykp9L1FHkhufiZfx3lFU7HEchi { position:relative; }
#hPetUieT3lsyTdJsfnendgqUFQC5mdMc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:3px;width:318px;position:absolute;display:block;z-index:100003;top:240px;left:78px;display:block; }
#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { border-bottom:1px solid #eeeeee;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { background-color: transparent; background-image: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { border-width: 0; border-radius: 0; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { font-size:14px;font-family:arial;height:390px;width:960px;position:relative;display:block; }#cAXV4iTLUwJLPRAPpAEHGyPsJCpPS7Ku { height:390px;display:block; }
#OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { display:block;width:960px;position:absolute;font-family:ral;font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:84px;left:0;height:52px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#adeBAzad9K494IlRRH9vTc9k5nFxAthG { display:block;width:960px;position:absolute;font-family:ral;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:144px;left:0;height:23px;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { display:block;width:660px;position:absolute;font-family:ral;font-size:16px;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:208px;left:150px;height:90px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;font-style:normal;display:block; }
#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { background-color: transparent; background-image: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { border-width: 0; border-radius: 0; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#NuiZgD4MqdRIeZG0LqfPxOToss4JXcMH { height:115px;display:block; }
#l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { display:block;width:960px;position:absolute;font-family:ral;font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:27px;left:0;height:51px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed > .row .container { background-color: transparent; background-image: none; }#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed > .row .container { border-width: 0; border-radius: 0; }#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed > .row .container { font-size:14px;font-family:arial;height:359px;width:960px;position:relative;display:block; }#LKT8uGsD4pX8vTBACaEBGEKt9JmfCpFR { height:359px;display:block; }
#NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;height:251px;width:251px;position:absolute;display:block;z-index:100003;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;top:49px;left:109.5px;overflow:hidden;display:block; }
#HQEsCpDDGgCTq6OD4lABzLJi52b9K8NU { height:359px;display:block; }
#IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { display:block;width:319px;position:absolute;font-family:ral;font-size:31px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15px;left:79px;height:40px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { display:block;width:319px;position:absolute;font-family:ral;font-size:12px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:63px;left:79px;height:31px;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#bHcr2swGarPIlhRqfv8mk8c75nr12IBk { border-bottom:3px solid #fd8f00;border-left:3px solid #fd8f00;border-right:3px solid #fd8f00;border-top:3px solid #fd8f00;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:195px;width:424px;position:absolute;display:block;z-index:100004;top:121px;left:25px;display:block; }
#Zvd2bmFOGlKHS9fAeuePmNgN12a55Bsf { display:block;width:388px;position:absolute;font-family:ral;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:141.5px;left:44.5px;height:140px;text-align:justify;display:block; }
#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX > .row .container { background-color: transparent; background-image: none; }#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX > .row .container { border-width: 0; border-radius: 0; }#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#LCX2reEOLw2nJ52FANTFWQivxbDvFeA9 { height:115px;display:block; }
#mXOCCQelrLTuX0f5Ti3NDuw9QVUKCZRh { display:block;width:960px;position:absolute;font-family:ral;font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:27px;left:0;height:51px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#vBtt1sc2iyIAuRTTfFP0nFXEupZx6uDN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:2px;width:636px;position:absolute;display:block;z-index:100002;top:84px;left:155px;display:block; }
#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 > .row .container { background-color: transparent; background-image: none; }#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 > .row .container { border-width: 0; border-radius: 0; }#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 > .row .container { font-size:14px;font-family:arial;height:455px;width:960px;position:relative;display:block; }#LI2Oo2pnyu7tI2ZaSbpVeR7XEEE970N9 { height:455px;display:block; }
#UzBMOoJRTSSd9iCX3f1915JkCsmelpmX { display:block;width:960px;position:absolute;font-family:ral;font-size:31px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:12px;left:0;height:40px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#vimsE5CMZqSMNA2vLWoNVa58G9PsqXRa { display:block;width:319px;position:absolute;font-family:ral;font-size:19px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:61px;left:345px;height:24px;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#UW5DiVWiiWt0u4dHqIF43CP3DpiLtoMe { position:absolute;z-index:100006;top:113.5px;left:285.96875px;width:100px;height:100px;display:block; }
#Mq8dmDKKWhMEbqwmEQFKgTbEkaZiNDE6 { position:absolute;z-index:100006;top:177.5px;left:373.96875px;width:100px;height:100px;display:none; }
#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { background-color: transparent; background-image: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { border-width: 0; border-radius: 0; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#fCtzcaWKw5UisQaDgOSqPzB9771idhJ8 { height:188px;display:block; }
#PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:30px;left:0;height:51px;color:#f06e1a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;font-style:normal;display:block; }
#N5F1EsTbEDhaWZBkucF7EurNnX395lVf { box-sizing:content-box;color:#f47002;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100002;top:104px;left:455px;display:block; }
#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 > .row .container { background-color: transparent; background-image: none; }#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 > .row .container { border-width: 0; border-radius: 0; }#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#TOIcmhTWeH8riodQr08ovhmedJluRDGi { height:106px;display:block; }
#r6ArRGtvwrtAQ3HtN5IzrPC6h0e9eHNu { box-sizing:content-box;color:#f06e1a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100000;top:29px;left:679px;display:block; }
#xIUuMR8It19dQiccv0CGTDPPbS79hXi3 { box-sizing:content-box;color:#f06e1a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100001;top:29px;left:629px;display:block; }
#HxIEKHG4CHt01dO7As362rACCFAsLATW { box-sizing:content-box;color:#f06e1a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100001;top:29px;left:729px;display:block; }
#xxQJRmWB7MMf9oEs3OKQGxHJSTdfSCTP { box-sizing:content-box;color:#f06e1a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100002;top:29px;left:779px;display:block; }
#OK8sKFmgVa4Rs2lnmtZch7Er8Bdao3cE { display:block;width:561px;position:absolute;font-family:ral;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:48px;left:68px;height:20px;display:block; }
@media only screen and (max-width: 767px) { body { display:block; }
 }@media only screen and (max-width: 767px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #dUpq8lQpeuucNinJnTHu8b3TN0kvcTFk { display:block; }
 }@media only screen and (max-width: 767px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:763px;height:130px;top:114px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #QpuTs29WH6w36uro1gC5eqP7rXIqbWzd { width:474px;height:39px;top:203px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:343px;height:;top:290px;left:66px;display:block; }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD  { width:200px;height:auto;top:340px;left:118px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD {display:block;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD { width:200px;height:auto;top:340px;left:118px; }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #Qo9DhPJJyDcfn5NTerx4A5a3A0SUguMu {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ezzUIs7ThKIvR2zTQZiGoeM0MOaQdINe {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #JTnBGGwzenLp1w9utLvl8aNEqQkp6sed {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #bGOByMG8d3fyUGOumJmAg8JDiXHiBdQI {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #OmuPUOstQygAxTWMDatzf7KtpIrxqCDS {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #r5rgFn1JWlxcpX3k08sbBO65qmwQZxVa {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #LZNntfOVL0qNLp6ryoGmSiaPTveoR9C8 {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #wlV2ShTtFTeFCVDJwl0qud9SMw8XLSbb {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #pLc9pnhpyOOnm5GQ3EidAN3s3AxaDIay {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ogJ4CBveUptpuS2BnC0uy8ibpEW6VNtR {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #fb49Nyykp9L1FHkhufiZfx3lFU7HEchi {  }
 }@media only screen and (max-width: 767px) { #hPetUieT3lsyTdJsfnendgqUFQC5mdMc { width:318px;height:3px;top:240px;left:78px;display:block; }
 }@media only screen and (max-width: 767px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #cAXV4iTLUwJLPRAPpAEHGyPsJCpPS7Ku { display:block; }
 }@media only screen and (max-width: 767px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:764px;height:52px;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #adeBAzad9K494IlRRH9vTc9k5nFxAthG { width:764px;height:23px;top:144px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:660px;height:180px;top:208px;left:54px;display:block; }
 }@media only screen and (max-width: 767px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #NuiZgD4MqdRIeZG0LqfPxOToss4JXcMH { display:block; }
 }@media only screen and (max-width: 767px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:764px;height:52px;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed { display:block; }#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LKT8uGsD4pX8vTBACaEBGEKt9JmfCpFR { display:block; }
 }@media only screen and (max-width: 767px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:220px;height:220px;top:0;left:13px;display:block; }
 }@media only screen and (max-width: 767px) { #HQEsCpDDGgCTq6OD4lABzLJi52b9K8NU { display:block; }
 }@media only screen and (max-width: 767px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:319px;height:40px;top:15px;left:63px;display:block; }
 }@media only screen and (max-width: 767px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:319px;height:30px;top:63px;left:63px;display:block; }
 }@media only screen and (max-width: 767px) { #bHcr2swGarPIlhRqfv8mk8c75nr12IBk { width:376px;height:195px;top:121px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #Zvd2bmFOGlKHS9fAeuePmNgN12a55Bsf { width:382px;height:160px;top:141px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX { display:block; }#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LCX2reEOLw2nJ52FANTFWQivxbDvFeA9 { display:block; }
 }@media only screen and (max-width: 767px) { #mXOCCQelrLTuX0f5Ti3NDuw9QVUKCZRh { width:764px;height:52px;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #vBtt1sc2iyIAuRTTfFP0nFXEupZx6uDN { width:636px;height:2px;top:84px;left:128px;display:block; }
 }@media only screen and (max-width: 767px) { #HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 { display:block; }#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LI2Oo2pnyu7tI2ZaSbpVeR7XEEE970N9 { display:block; }
 }@media only screen and (max-width: 767px) { #UzBMOoJRTSSd9iCX3f1915JkCsmelpmX { width:764px;height:40px;top:12px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #vimsE5CMZqSMNA2vLWoNVa58G9PsqXRa { width:319px;height:24px;top:61px;left:345px;display:block; }
 }@media only screen and (max-width: 767px) { #UW5DiVWiiWt0u4dHqIF43CP3DpiLtoMe { width:100px;height:100px;top:113px;left:285px;display:block; }
 }@media only screen and (max-width: 767px) { #Mq8dmDKKWhMEbqwmEQFKgTbEkaZiNDE6 { width:100px;height:100px;top:177px;left:373px;display:block; }
 }@media only screen and (max-width: 767px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #fCtzcaWKw5UisQaDgOSqPzB9771idhJ8 { display:block; }
 }@media only screen and (max-width: 767px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:764px;height:52px;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #N5F1EsTbEDhaWZBkucF7EurNnX395lVf { width:50px;height:50px;top:104px;left:455px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 { display:block; }#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #TOIcmhTWeH8riodQr08ovhmedJluRDGi { display:block; }
 }@media only screen and (max-width: 767px) { #r6ArRGtvwrtAQ3HtN5IzrPC6h0e9eHNu { width:50px;height:50px;top:29px;left:613px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #xIUuMR8It19dQiccv0CGTDPPbS79hXi3 { width:50px;height:50px;top:29px;left:563px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #HxIEKHG4CHt01dO7As362rACCFAsLATW { width:50px;height:50px;top:29px;left:714px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #xxQJRmWB7MMf9oEs3OKQGxHJSTdfSCTP { width:50px;height:50px;top:29px;left:663px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #OK8sKFmgVa4Rs2lnmtZch7Er8Bdao3cE { width:561px;height:20px;top:48px;left:68px;display:block; }
 }@media only screen and (max-width: 767px) { body { background-color:#e52424;background-image: -webkit-linear-gradient(top, #f39c12, #eed900);background-image: -moz-linear-gradient(top, #f39c12, #eed900);background-image: -ms-linear-gradient(top, #f39c12, #eed900);background-image: -o-linear-gradient(top, #f39c12, #eed900);background-image: linear-gradient(to bottom, #f39c12, #eed900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#eed900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#eed900' );";background-size:cover;display:block; }
 }@media only screen and (max-width: 767px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:320px;height:559px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #dUpq8lQpeuucNinJnTHu8b3TN0kvcTFk { height:559px;display:block; }
 }@media only screen and (max-width: 767px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:320px;height:72px;top:59px;left:0;font-size:56px;display:block; }
 }@media only screen and (max-width: 767px) { #QpuTs29WH6w36uro1gC5eqP7rXIqbWzd { width:320px;height:37px;top:132px;left:0;font-size:29px;display:block; }
 }@media only screen and (max-width: 767px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:320px;height:;top:214px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD  { width:200px;height:auto;top:264px;left:40px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD {display:block;}#qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD { width:200px;height:auto;top:264px;left:40px; }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #Qo9DhPJJyDcfn5NTerx4A5a3A0SUguMu {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ezzUIs7ThKIvR2zTQZiGoeM0MOaQdINe {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #JTnBGGwzenLp1w9utLvl8aNEqQkp6sed {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #bGOByMG8d3fyUGOumJmAg8JDiXHiBdQI {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #OmuPUOstQygAxTWMDatzf7KtpIrxqCDS {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #r5rgFn1JWlxcpX3k08sbBO65qmwQZxVa {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #LZNntfOVL0qNLp6ryoGmSiaPTveoR9C8 {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #wlV2ShTtFTeFCVDJwl0qud9SMw8XLSbb {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #pLc9pnhpyOOnm5GQ3EidAN3s3AxaDIay {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #ogJ4CBveUptpuS2BnC0uy8ibpEW6VNtR {  }
 }@media only screen and (max-width: 767px) { #qqSSNWyhTr64R9BvrK5J5gHDpHgOTsxD #fb49Nyykp9L1FHkhufiZfx3lFU7HEchi {  }
 }@media only screen and (max-width: 767px) { #hPetUieT3lsyTdJsfnendgqUFQC5mdMc { width:318px;height:3px;top:169px;left:1px;display:block; }
 }@media only screen and (max-width: 767px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #cAXV4iTLUwJLPRAPpAEHGyPsJCpPS7Ku { height:397px;display:block; }
 }@media only screen and (max-width: 767px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:320px;height:39px;top:54px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 767px) { #adeBAzad9K494IlRRH9vTc9k5nFxAthG { width:320px;height:23px;top:104px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:320px;height:182px;top:178px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 767px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:320px;height:91px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #NuiZgD4MqdRIeZG0LqfPxOToss4JXcMH { height:91px;display:block; }
 }@media only screen and (max-width: 767px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:320px;height:78px;top:8px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 767px) { #JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed { display:block; }#JyDmT493HIn4sT6dNWPU6WGR8TXLO0ed > .row .container { width:320px;height:631px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LKT8uGsD4pX8vTBACaEBGEKt9JmfCpFR { height:310px;display:block; }
 }@media only screen and (max-width: 767px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:251px;height:251px;top:24.5px;left:29.5px;display:block; }
 }@media only screen and (max-width: 767px) { #HQEsCpDDGgCTq6OD4lABzLJi52b9K8NU { height:321px;display:block; }
 }@media only screen and (max-width: 767px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:319px;height:40px;top:15px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:319px;height:30px;top:63px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #bHcr2swGarPIlhRqfv8mk8c75nr12IBk { width:314px;height:202px;top:113px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #Zvd2bmFOGlKHS9fAeuePmNgN12a55Bsf { width:302px;height:180px;top:132px;left:9px;text-align:justify;font-size:14px;display:block; }
 }@media only screen and (max-width: 767px) { #a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX { display:block; }#a8pIqz5HNNsTqyfSvUmJIkPVcnfKodHX > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LCX2reEOLw2nJ52FANTFWQivxbDvFeA9 { height:149px;display:block; }
 }@media only screen and (max-width: 767px) { #mXOCCQelrLTuX0f5Ti3NDuw9QVUKCZRh { width:320px;height:39px;top:70px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 767px) { #vBtt1sc2iyIAuRTTfFP0nFXEupZx6uDN { width:320px;height:2px;top:129px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 { display:block; }#HlTLrG0RwetCPoRNMRMDg4R8u0ivpiK9 > .row .container { width:320px;height:443px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #LI2Oo2pnyu7tI2ZaSbpVeR7XEEE970N9 { height:443px;display:block; }
 }@media only screen and (max-width: 767px) { #UzBMOoJRTSSd9iCX3f1915JkCsmelpmX { width:320px;height:80px;top:20px;left:0;text-align:center;display:block; }
 }@media only screen and (max-width: 767px) { #vimsE5CMZqSMNA2vLWoNVa58G9PsqXRa { width:319px;height:24px;top:120px;left:0;text-align:center;display:block; }
 }@media only screen and (max-width: 767px) { #UW5DiVWiiWt0u4dHqIF43CP3DpiLtoMe { width:100px;height:100px;top:164px;left:110px;display:none; }
 }@media only screen and (max-width: 767px) { #Mq8dmDKKWhMEbqwmEQFKgTbEkaZiNDE6 { width:100px;height:100px;top:183.5px;left:44.984375px;z-index:100007;display:block; }
 }@media only screen and (max-width: 767px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:320px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #fCtzcaWKw5UisQaDgOSqPzB9771idhJ8 { height:183px;display:block; }
 }@media only screen and (max-width: 767px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:320px;height:39px;top:54px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 767px) { #N5F1EsTbEDhaWZBkucF7EurNnX395lVf { width:50px;height:50px;top:113px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 767px) { #p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 { display:block; }#p7aeJz7GG7whXNpGsEoW8KHarkpHs2Z6 > .row .container { width:320px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #TOIcmhTWeH8riodQr08ovhmedJluRDGi { height:124px;display:block; }
 }@media only screen and (max-width: 767px) { #r6ArRGtvwrtAQ3HtN5IzrPC6h0e9eHNu { width:50px;height:50px;top:68px;left:110px;font-size:35px;color:#f06e1a;display:block; }
 }@media only screen and (max-width: 767px) { #xIUuMR8It19dQiccv0CGTDPPbS79hXi3 { width:50px;height:50px;top:68px;left:60px;font-size:35px;color:#f06e1a;display:block; }
 }@media only screen and (max-width: 767px) { #HxIEKHG4CHt01dO7As362rACCFAsLATW { width:50px;height:50px;top:68px;left:210px;font-size:35px;color:#f06e1a;display:block; }
 }@media only screen and (max-width: 767px) { #xxQJRmWB7MMf9oEs3OKQGxHJSTdfSCTP { width:50px;height:50px;top:68px;left:160px;font-size:35px;color:#f06e1a;display:block; }
 }@media only screen and (max-width: 767px) { #OK8sKFmgVa4Rs2lnmtZch7Er8Bdao3cE { width:320px;height:40px;top:16px;left:1px;text-align:center;display:block; }
 }