.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;
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.7);background-image:url(https://images.assets-landingi.com/JIftHLBf/header_ff_sotetebb.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#OORdkCrE317NbXo6XlBcTEs5Zex792Ek { height:640px;display:block; }
#R7mbXo8GBr5JfwEtHUfxVdoeEqU6yihW { display:block;width:960px;position:absolute;font-family:"open sans";font-size:42px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:90.980110168457px;left:-0.17045593261719px;height:0;text-align:center;text-align-last:center;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#FLToOkffkCzNUdOsTr0Eg8Q2qTwEh59e { 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:1px;width:960px;position:absolute;display:block;z-index:99999;top:83.960227966309px;left:-0.17045593261719px;display:block; }
#wsBn7VUOSJq2oWoITTLUqa8ZTak2TsBy { display:block;width:801px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:323px;left:79.5px;height:0;text-align:center;text-align-last:center;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#JLbfBvGGNTNNIEehPAfB1BIJHcPzzo0K { display:block;width:737px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:427px;left:106px;height:62px;text-align:center;text-align-last:center;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#CusIuV730BoQBBmPsMPei1Wl8Elb5npH { 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:1px;width:960px;position:absolute;display:block;z-index:100000;top:206.99147033691px;left:-0.17045593261719px;display:block; }
#I6A0WA3J2Haa0gMIU9B5STb14eayaVNa { 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:1px;width:200px;position:absolute;display:block;z-index:100001;top:408px;left:374.5px;display:block; }
#MG0Nlds1iHEZ33rS7lXfvekquh8lMX0m { z-index:100000;top:530px;left:509px;background-color:#1187c5;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 20px #3a3a3a ;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:284px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eDVPfqbpa5P9ebyOuLEqG6Rxg0K4lbsX { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#g16EzsK2gSzoNBU8KL2lo9aFZZ5hVSgT { z-index:100001;top:530px;left:185px;background-color:#1187c5;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 20px #3a3a3a ;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:284px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zMhekArrEPB1b1lHAuQIxSvgEmA74IiZ { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW > .row .container { background-color: transparent; background-image: none; }#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW > .row .container { border-width: 0; border-radius: 0; }#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW > .row .container { font-size:14px;font-family:arial;height:1739px;width:960px;position:relative;display:block; }#it4FmWFCR1yXmX44ihDWkFGnhxmc9Oi0 { height:1739px;display:block; }
#FOGWegirIFJFWhyZvZHwF5MxDBTotrg4 { display:block;width:544px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:48px;left:208px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HJ7ytnoq3yrfXAlWTLU0sliJZ796ksCZ { display:block;width:773px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:160px;left:93.494323730469px;height:208px;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FllSJ6MGu760ECGdxETEuNu11gNN23wz { border-bottom:2px solid #ff5636;border-left:2px solid #ff5636;border-right:2px solid #ff5636;border-top:2px solid #ff5636;height:380px;width:600px;position:absolute;display:block;z-index:100007;top:437px;left:360px;overflow:hidden;display:block; }
#zza0umAO3xVzmMqefPucT0HP6imNhwCG { border-bottom:2px solid #ff5636;border-left:2px solid #ff5636;border-right:2px solid #ff5636;border-top:2px solid #ff5636;height:380px;width:574px;position:absolute;display:block;z-index:100008;top:849px;left:0;overflow:hidden;display:block; }
#Imx9oZg8NTRqyO6hcVayfInNGBXTZB2i { display:block;width:310px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:618px;left:0;height:92px;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m4mzQFuGpc5M2NfMukn01T17382bOlT2 { display:block;width:310px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:988px;left:650px;height:183px;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tqzGAPlfflToRkGytxfmdNK4UnnlZa1G { display:block;width:310px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:1383px;left:0;height:207px;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OpGM8JaxD6t5NlhnJRTPTMHMUElBMT7t { display:block;width:97px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:549px;left:106px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fnMWJSCgPiAvCmkSMeB7l5Z2TAaGUKLz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1px;width:50px;position:absolute;display:block;z-index:100010;top:599px;left:130px;display:block; }
#wgkD4Dd3onpsqFtdVWRKdGfNiyXhCCOD { display:block;width:97px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:908px;left:757px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LbXbq2w5wBkL9ZXosC7kDL3HnCnxVDQa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1px;width:50px;position:absolute;display:block;z-index:100012;top:958px;left:780px;display:block; }
#iaDpfimNHmg0Zm1ZuwPzmewDR7Aw3Hhy { display:block;width:97px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1314px;left:107px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bUrUxphOZubyuN1a2XgUO5WUWuAocqO4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1px;width:50px;position:absolute;display:block;z-index:100014;top:1364px;left:130px;display:block; }
#NTZwDa1LU5vMaIKH9aqPstHrcw0nQ8oI { border-bottom:2px solid #ff5636;border-left:2px solid #ff5636;border-right:2px solid #ff5636;border-top:2px solid #ff5636;height:380px;width:600px;position:absolute;display:block;z-index:100009;top:1260px;left:360px;overflow:hidden;display:block; }
#hcrgKX84mcIZWeWlLBuOcNvIGIsK0O82 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1px;width:200px;position:absolute;display:block;z-index:100013;top:108px;left:380px;display:block; }
#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel > .row .container { background-color: transparent; background-image: none; }#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel > .row .container { border-width: 0; border-radius: 0; }#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel > .row .container { font-size:14px;font-family:arial;height:1182px;width:960px;position:relative;display:block; }#SlThDqS1MxgEX6pdTMR1H1q2m2lhv4tO { height:1182px;display:block; }
#pRA8FfDyomqzg0KqmqmhcTyaKXDQvnQc { display:block;width:603px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:48px;left:179px;height:;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I95eF5KiTDDa9iBbpiPqKe2S12pF1vbf { display:block;width:773px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:160px;left:93px;height:;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xZ4qQv1FBHodwqTphyfg6k93GgnaAKS8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1px;width:200px;position:absolute;display:block;z-index:100013;top:108px;left:380px;display:block; }
#F4LTKMZMdflrDGmyu3rVKQHT9avmo6yA { border-bottom:2px solid #ff5636;border-left:2px solid #ff5636;border-right:2px solid #ff5636;border-top:2px solid #ff5636;height:536px;width:960px;position:absolute;display:block;z-index:100014;top:556.98853302002px;left:-0.17045593261719px;overflow:hidden;display:block; }
#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp > .row .container { background-color: transparent; background-image: none; }#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp > .row .container { border-width: 0; border-radius: 0; }#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp > .row .container { font-size:14px;font-family:arial;height:390px;width:960px;position:relative;display:block; }#vTMCwPiCHKTlvvAAeOekR8RLM3eIhXbC { height:390px;display:block; }
#NKv1npBTVN3nrSyWUikDW6iS490shV8x { display:block;width:248px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:167.47158813477px;left:2.8380737304688px;height:56px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k79nHDbLUWuwXUtwdeE2eG7dbDkEgAFF { display:block;width:663px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:69.999998092651px;left:297px;height:231px;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X95wm0UF4detuu79Tr6raI1kigKQ0WBq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:1px;position:absolute;display:block;z-index:100008;top:69.985794067383px;left:268.98864746094px;display:block; }
#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv > .row .container { background-color: transparent; background-image: none; }#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv > .row .container { border-width: 0; border-radius: 0; }#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv > .row .container { font-size:14px;font-family:arial;height:432px;width:960px;position:relative;display:block; }#BOSfqxJIzRm05qZJtID2TygcyA4q6BsG { height:432px;display:block; }
#r2vBRAkTTqZK3d1prLSsS79N0hyhHuT9 { display:block;width:787px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:80.46875px;left:167.79829406738px;height:278px;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NOQRNiCvQO9oGdoTFUQ07VXpdT4uCHIQ { display:block;width:118px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:201.97442626953px;left:4.8295440673828px;height:;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fw7EKocDHed2nfXNEzdW6i1yTx7G7h0r { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:273px;width:1px;position:absolute;display:block;z-index:100010;top:80.48291015625px;left:140.98011779785px;display:block; }
#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn > .row .container { background-color: transparent; background-image: none; }#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn > .row .container { border-width: 0; border-radius: 0; }#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn > .row .container { font-size:14px;font-family:arial;height:486px;width:960px;position:relative;display:block; }#k1E9tNSXVDOMCyrrr7uvQdXaXVokkFM4 { height:486px;display:block; }
#Fc9GeinbgsVV2g5PxO2mpbzXDTlXVSpQ { display:block;width:257px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:212.99719238281px;left:5.0056915283203px;height:56px;text-align:left;text-align-last:left;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VQy32uBidl9NIKCVVORttWA64qZWG7hG { display:block;width:657px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:72.997192382812px;left:301px;height:347px;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hvx86c5HF0UgQ2NXNaPn7IFkKknQAbpl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:341px;width:1px;position:absolute;display:block;z-index:100011;top:72.48583984375px;left:272.8039855957px;display:block; }
#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/ctfXbe2f/temak_tablet_ff.jpg);background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { background-color: transparent; background-image: none; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { border-width: 0; border-radius: 0; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#wlbv6qWBfR1kQ6QnCUyOygVIat2WPdb5 { height:640px;display:block; }
#cB2cGZ8gKllk0c5MhJSv9JAqsnigKviU { display:block;width:315px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:43px;left:27px;height:76px;text-align:center;text-align-last:center;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#tS0LZuTqW1cTr52ra6uwr8uWU3hkggQC { display:block;width:344px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:181px;left:26px;height:377px;text-align:left;text-align-last:left;color:#ffffff;font-style:italic;display:block; }#tS0LZuTqW1cTr52ra6uwr8uWU3hkggQC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tS0LZuTqW1cTr52ra6uwr8uWU3hkggQC li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X > .row .container { background-color: transparent; background-image: none; }#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X > .row .container { border-width: 0; border-radius: 0; }#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#tqSoDB1bEclPT4XI88Tn93Z1TaPq8DoT { height:640px;display:block; }
#mh2rw6lSbfdJIIfrZgXzJC6bhr296zve { display:block;width:242px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:118px;left:74px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EcEbUyT0ClysbbAfWff1RixTXr4E4s0L { display:block;width:595px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:103px;left:325px;height:71px;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ghzea58qCbAW3CxWr0oH0iLZhuGI5769 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:50px;width:1px;position:absolute;display:block;z-index:100008;top:113px;left:294px;display:block; }
#oKNmXTmSxkeDbmW8uHXafON0MpSoQpeB { display:block;width:602px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:278px;left:325px;height:;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMtJst8wB0XTqH8xpSqa2p57KohEbK01 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:50px;width:1px;position:absolute;display:block;z-index:100011;top:287px;left:294px;display:block; }
#bR64aSANkEC75aq8bydvyigOQMGZHFZz { display:block;width:269px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:293px;left:41px;height:38px;text-align:left;text-align-last:left;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tbgJsJmSqlRRamGRZlntHh4eVFurm0rJ { display:block;width:595px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:458px;left:325px;height:70px;text-align:left;text-align-last:left;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fsSMy528adGTBZVc9XSZJ7ztBAL9TOtm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:50px;width:1px;position:absolute;display:block;z-index:100014;top:467px;left:294px;display:block; }
#lOQ41Ln2Ds8UckUzfLU7zKD0euwfpcz7 { display:block;width:210px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:473px;left:84px;height:38px;text-align:left;text-align-last:left;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw > .row .container { background-color: transparent; background-image: none; }#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw > .row .container { border-width: 0; border-radius: 0; }#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#ohGc9u2uLLrKkuKvb3XSpPTV2F0VDPQ2 { height:640px;display:block; }
#r8HaV4i6UQ9KlCldh8MIAXiO54GE2gSl { display:block;width:607px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:41.988548979163px;left:176.49147033691px;height:38px;text-align:center;text-align-last:center;color:#1187c5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-form-header {  }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:18px;font-weight:bold;color:#353535;width:446px;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;line-height:2.5;overflow:hidden;text-align:left;text-align-last:left; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-bottom:2px solid rgba(157,157,157,0.54);border-left:2px solid rgba(157,157,157,0.54);border-right:2px solid rgba(157,157,157,0.54);border-top:2px solid rgba(157,157,157,0.54);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:446px;box-sizing:border-box;height:47px;color:#000000;font-size:13px;overflow:hidden;font-family:ubuntu; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-bottom:2px solid rgba(157,157,157,0.54);border-left:2px solid rgba(157,157,157,0.54);border-right:2px solid rgba(157,157,157,0.54);border-top:2px solid rgba(157,157,157,0.54);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:446px;box-sizing:border-box;height:70px;color:#000000;font-size:13px;overflow:hidden;font-family:ubuntu; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:446px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .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; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ff5636;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;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:#ffffff;width:446px;height:63px;font-family:"open sans";overflow:hidden; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .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:#f2f9ff;vertical-align:top;width:427px;overflow:hidden;font-style:normal; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .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; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .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:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container:first-of-type{padding-top:0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container:last-of-type{padding-bottom:0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:236px;top:135px;z-index:100010;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:446px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 {display:block;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:236px;top:135px;z-index:100010;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #q7WCfu9t94Q19iPrJvwg09Ak5Urqakhn { position:relative;top:0px;left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #R6lcowWDkHVATn92bJw6gB1dfI2TrHu6 { position:relative;top:0px;left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #tVxVeu0OPekWoTr4x1euc2lnQPn4tHVa { position:relative;top:0px;left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #AL4rGdVaO3XKAZwETCRuh8CWnVa95slK { position:relative; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #IpKMf4uV3I0Ol5oTK1Mx8Xn16F9TiJRH { position:relative; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #mGOu3vzA9OaLbG87d4xBvGFVJ3XrrWVi { position:relative; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #MnsQmBJ06MGfAWqZUykOw5feiCGCbQTC { position:relative; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #EEvP4qTzcFdPcRSQA0GwENGyqLF1g7aW { position:relative; }
#Z3KGPWD8d4UGVdBdky2bkEUySMxznch3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:100000;top:512.98322296143px;left:442.50001525879px;overflow:hidden;display:block; }
#JE04TESplFQGIWgT5KlvPsCzmITOCcx0 { display:block;width:595px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:595.99457550049px;left:182.48579406738px;height:36px;text-align:center;text-align-last:center;color:#585858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CEmRoOCWVXXWRg7UU1kaFmOcGTQOZh26 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ededed;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:358px;width:515px;position:absolute;display:block;z-index:99999;top:129px;left:222px;box-shadow: 0 0 50px rgba(0,0,0,0.44) ;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/JIftHLBf/header_ff_sotetebb.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:499px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OORdkCrE317NbXo6XlBcTEs5Zex792Ek { height:499px;display:block; }
 }@media only screen and (max-width: 959px) { #R7mbXo8GBr5JfwEtHUfxVdoeEqU6yihW { width:746px;height:0;top:63.977272033691px;left:7.9829540252686px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #FLToOkffkCzNUdOsTr0Eg8Q2qTwEh59e { width:764px;height:1px;top:53.977272033691px;left:0.22727298736572px;display:block; }
 }@media only screen and (max-width: 959px) { #wsBn7VUOSJq2oWoITTLUqa8ZTak2TsBy { width:719px;height:0;top:217px;left:23px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #JLbfBvGGNTNNIEehPAfB1BIJHcPzzo0K { width:724px;height:51px;top:311px;left:20px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #CusIuV730BoQBBmPsMPei1Wl8Elb5npH { width:764px;height:1px;top:158.9772644043px;left:0.22727298736572px;display:block; }
 }@media only screen and (max-width: 959px) { #I6A0WA3J2Haa0gMIU9B5STb14eayaVNa { width:200px;height:1px;top:292px;left:282px;display:block; }
 }@media only screen and (max-width: 959px) { #MG0Nlds1iHEZ33rS7lXfvekquh8lMX0m { top:396px;left:412px;width:220px;height:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #eDVPfqbpa5P9ebyOuLEqG6Rxg0K4lbsX { display:block; }
 }@media only screen and (max-width: 959px) { #g16EzsK2gSzoNBU8KL2lo9aFZZ5hVSgT { top:396px;left:132px;width:220px;height:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #zMhekArrEPB1b1lHAuQIxSvgEmA74IiZ { display:block; }
 }@media only screen and (max-width: 959px) { #MD66coTyq8lkWc70KWhaTqGM3WvPt7NW { display:block; }#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW > .row .container { width:764px;height:1370px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #it4FmWFCR1yXmX44ihDWkFGnhxmc9Oi0 { height:1370px;display:block; }
 }@media only screen and (max-width: 959px) { #FOGWegirIFJFWhyZvZHwF5MxDBTotrg4 { width:379px;height:31px;top:36px;left:192px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #HJ7ytnoq3yrfXAlWTLU0sliJZ796ksCZ { width:585px;height:172px;top:104px;left:90px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #FllSJ6MGu760ECGdxETEuNu11gNN23wz { width:481.02272px;height:301.02272px;top:331px;left:280px;display:block; }
 }@media only screen and (max-width: 959px) { #zza0umAO3xVzmMqefPucT0HP6imNhwCG { width:481.02272px;height:301.02272px;top:668px;left:1px;display:block; }
 }@media only screen and (max-width: 959px) { #Imx9oZg8NTRqyO6hcVayfInNGBXTZB2i { width:250px;height:76px;top:445px;left:1px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #m4mzQFuGpc5M2NfMukn01T17382bOlT2 { width:250px;height:153px;top:778px;left:515px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #tqzGAPlfflToRkGytxfmdNK4UnnlZa1G { width:250px;height:172px;top:1103px;left:1px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #OpGM8JaxD6t5NlhnJRTPTMHMUElBMT7t { width:195px;height:36px;top:383px;left:29px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #fnMWJSCgPiAvCmkSMeB7l5Z2TAaGUKLz { width:150px;height:1px;top:80px;left:307px;display:block; }
 }@media only screen and (max-width: 959px) { #wgkD4Dd3onpsqFtdVWRKdGfNiyXhCCOD { width:195px;height:36px;top:712px;left:543px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #LbXbq2w5wBkL9ZXosC7kDL3HnCnxVDQa { width:50px;height:1px;top:621px;left:614px;display:block; }
 }@media only screen and (max-width: 959px) { #iaDpfimNHmg0Zm1ZuwPzmewDR7Aw3Hhy { width:195px;height:36px;top:1041px;left:29px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #bUrUxphOZubyuN1a2XgUO5WUWuAocqO4 { width:50px;height:1px;top:430px;left:102px;display:block; }
 }@media only screen and (max-width: 959px) { #NTZwDa1LU5vMaIKH9aqPstHrcw0nQ8oI { width:481.02272px;height:301.02272px;top:1006px;left:280px;display:block; }
 }@media only screen and (max-width: 959px) { #hcrgKX84mcIZWeWlLBuOcNvIGIsK0O82 { width:50px;height:1px;top:1087px;left:101px;display:block; }
 }@media only screen and (max-width: 959px) { #regbrsPnNZfdvzxPc0xf0ol8pQGN1fel { display:block; }#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel > .row .container { width:764px;height:1044px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SlThDqS1MxgEX6pdTMR1H1q2m2lhv4tO { height:1044px;display:block; }
 }@media only screen and (max-width: 959px) { #pRA8FfDyomqzg0KqmqmhcTyaKXDQvnQc { width:451px;height:31px;top:48px;left:156px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #I95eF5KiTDDa9iBbpiPqKe2S12pF1vbf { width:501px;height:382px;top:115px;left:131px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #xZ4qQv1FBHodwqTphyfg6k93GgnaAKS8 { width:150px;height:1px;top:96px;left:307px;display:block; }
 }@media only screen and (max-width: 959px) { #F4LTKMZMdflrDGmyu3rVKQHT9avmo6yA { width:758.02272px;height:423.02272px;top:547.92607116699px;left:0.9801139831543px;display:block; }
 }@media only screen and (max-width: 959px) { #Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp { display:block; }#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp > .row .container { width:764px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vTMCwPiCHKTlvvAAeOekR8RLM3eIhXbC { height:360px;display:block; }
 }@media only screen and (max-width: 959px) { #NKv1npBTVN3nrSyWUikDW6iS490shV8x { width:205px;height:45px;top:156.98863220215px;left:4.9971590042114px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #k79nHDbLUWuwXUtwdeE2eG7dbDkEgAFF { width:522px;height:229px;top:65px;left:239.99715805054px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #X95wm0UF4detuu79Tr6raI1kigKQ0WBq { width:1px;height:229px;top:65px;left:220.99146652222px;display:block; }
 }@media only screen and (max-width: 959px) { #SN84QQ1ks0fuswfcCb1mNGQyBize8OPv { display:block; }#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv > .row .container { width:764px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BOSfqxJIzRm05qZJtID2TygcyA4q6BsG { height:360px;display:block; }
 }@media only screen and (max-width: 959px) { #r2vBRAkTTqZK3d1prLSsS79N0hyhHuT9 { width:625px;height:229px;top:66px;left:136px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #NOQRNiCvQO9oGdoTFUQ07VXpdT4uCHIQ { width:98px;height:23px;top:168px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Fw7EKocDHed2nfXNEzdW6i1yTx7G7h0r { width:1px;height:229px;top:64px;left:122px;display:block; }
 }@media only screen and (max-width: 959px) { #fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn { display:block; }#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn > .row .container { width:764px;height:417px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #k1E9tNSXVDOMCyrrr7uvQdXaXVokkFM4 { height:417px;display:block; }
 }@media only screen and (max-width: 959px) { #Fc9GeinbgsVV2g5PxO2mpbzXDTlXVSpQ { width:212px;height:45px;top:186px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #VQy32uBidl9NIKCVVORttWA64qZWG7hG { width:522px;height:286px;top:66px;left:241px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #Hvx86c5HF0UgQ2NXNaPn7IFkKknQAbpl { width:1px;height:286px;top:66px;left:223px;display:block; }
 }@media only screen and (max-width: 959px) { #kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/ctfXbe2f/temak_tablet_ff.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { background-color: transparent; background-image: none; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wlbv6qWBfR1kQ6QnCUyOygVIat2WPdb5 { display:block; }
 }@media only screen and (max-width: 959px) { #cB2cGZ8gKllk0c5MhJSv9JAqsnigKviU { width:275px;height:67px;top:46.974433898926px;left:15px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #tS0LZuTqW1cTr52ra6uwr8uWU3hkggQC { width:312px;height:319px;top:189px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X { display:block; }#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tqSoDB1bEclPT4XI88Tn93Z1TaPq8DoT { display:block; }
 }@media only screen and (max-width: 959px) { #mh2rw6lSbfdJIIfrZgXzJC6bhr296zve { width:196px;height:36px;top:127px;left:55px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #EcEbUyT0ClysbbAfWff1RixTXr4E4s0L { width:501px;height:57px;top:115px;left:258px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #ghzea58qCbAW3CxWr0oH0iLZhuGI5769 { width:1px;height:50px;top:119px;left:235px;display:block; }
 }@media only screen and (max-width: 959px) { #oKNmXTmSxkeDbmW8uHXafON0MpSoQpeB { width:498px;height:57px;top:289px;left:258px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #TMtJst8wB0XTqH8xpSqa2p57KohEbK01 { width:1px;height:50px;top:292px;left:235px;display:block; }
 }@media only screen and (max-width: 959px) { #bR64aSANkEC75aq8bydvyigOQMGZHFZz { width:247px;height:36px;top:301px;left:5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #tbgJsJmSqlRRamGRZlntHh4eVFurm0rJ { width:386px;height:57px;top:469px;left:258px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #fsSMy528adGTBZVc9XSZJ7ztBAL9TOtm { width:1px;height:50px;top:473px;left:235px;display:block; }
 }@media only screen and (max-width: 959px) { #lOQ41Ln2Ds8UckUzfLU7zKD0euwfpcz7 { width:210px;height:38px;top:480px;left:33px;display:block; }
 }@media only screen and (max-width: 959px) { #Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw { display:block; }#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ohGc9u2uLLrKkuKvb3XSpPTV2F0VDPQ2 { display:block; }
 }@media only screen and (max-width: 959px) { #r8HaV4i6UQ9KlCldh8MIAXiO54GE2gSl { width:608px;height:36px;top:43.011215209961px;left:77.997158050537px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-regular-label { width:400px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:16px;overflow:hidden;height:43px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text { width:400px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-textarea { width:400px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select { width:400px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-button { width:400px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-checkbox-label { width:381px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container:first-of-type{padding-top:0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-container:last-of-type{padding-bottom:0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4  { width:400px;height:auto;top:-10px;left:163px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .radio-container { width:400px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 {display:block;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 { width:400px;height:auto;top:132px;left:162px; }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #q7WCfu9t94Q19iPrJvwg09Ak5Urqakhn {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #R6lcowWDkHVATn92bJw6gB1dfI2TrHu6 {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #tVxVeu0OPekWoTr4x1euc2lnQPn4tHVa {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #AL4rGdVaO3XKAZwETCRuh8CWnVa95slK {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #IpKMf4uV3I0Ol5oTK1Mx8Xn16F9TiJRH {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #mGOu3vzA9OaLbG87d4xBvGFVJ3XrrWVi {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #MnsQmBJ06MGfAWqZUykOw5feiCGCbQTC {  }
 }@media only screen and (max-width: 959px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #EEvP4qTzcFdPcRSQA0GwENGyqLF1g7aW {  }
 }@media only screen and (max-width: 959px) { #Z3KGPWD8d4UGVdBdky2bkEUySMxznch3 { width:75px;height:75px;top:509px;left:343px;display:block; }
 }@media only screen and (max-width: 959px) { #JE04TESplFQGIWgT5KlvPsCzmITOCcx0 { width:594px;height:36px;top:595px;left:84px;display:block; }
 }@media only screen and (max-width: 959px) { #CEmRoOCWVXXWRg7UU1kaFmOcGTQOZh26 { width:487px;height:325px;top:132px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/JIftHLBf/header_ff_sotetebb.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:644px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OORdkCrE317NbXo6XlBcTEs5Zex792Ek { height:643.9886169433594px;display:block; }
 }@media only screen and (max-width: 763px) { #R7mbXo8GBr5JfwEtHUfxVdoeEqU6yihW { width:320px;height:124px;top:61.988636016846px;left:0.22727298736572px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FLToOkffkCzNUdOsTr0Eg8Q2qTwEh59e { width:300px;height:1px;top:49.985794067383px;left:9.9857950210571px;display:block; }
 }@media only screen and (max-width: 763px) { #wsBn7VUOSJq2oWoITTLUqa8ZTak2TsBy { width:320px;height:76px;top:273px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JLbfBvGGNTNNIEehPAfB1BIJHcPzzo0K { width:320px;height:60px;top:389px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CusIuV730BoQBBmPsMPei1Wl8Elb5npH { width:300px;height:1px;top:197.96875px;left:9.9857950210571px;display:block; }
 }@media only screen and (max-width: 763px) { #I6A0WA3J2Haa0gMIU9B5STb14eayaVNa { width:100px;height:1px;top:362px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #MG0Nlds1iHEZ33rS7lXfvekquh8lMX0m { top:563.9772644043px;left:55.000000953674px;width:210px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eDVPfqbpa5P9ebyOuLEqG6Rxg0K4lbsX { display:block; }
 }@media only screen and (max-width: 763px) { #g16EzsK2gSzoNBU8KL2lo9aFZZ5hVSgT { top:489.98577880859px;left:55.000000953674px;width:210px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zMhekArrEPB1b1lHAuQIxSvgEmA74IiZ { display:block; }
 }@media only screen and (max-width: 763px) { #MD66coTyq8lkWc70KWhaTqGM3WvPt7NW { display:block; }#MD66coTyq8lkWc70KWhaTqGM3WvPt7NW > .row .container { width:320px;height:1719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #it4FmWFCR1yXmX44ihDWkFGnhxmc9Oi0 { height:1719px;display:block; }
 }@media only screen and (max-width: 763px) { #FOGWegirIFJFWhyZvZHwF5MxDBTotrg4 { width:320px;height:23px;top:30px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7ytnoq3yrfXAlWTLU0sliJZ796ksCZ { width:315px;height:293px;top:82px;left:3px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FllSJ6MGu760ECGdxETEuNu11gNN23wz { width:314px;height:196.5003525821px;top:553px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zza0umAO3xVzmMqefPucT0HP6imNhwCG { width:314px;height:196.5003525821px;top:1012px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Imx9oZg8NTRqyO6hcVayfInNGBXTZB2i { width:310px;height:63px;top:467px;left:5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m4mzQFuGpc5M2NfMukn01T17382bOlT2 { width:310px;height:146px;top:843px;left:5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tqzGAPlfflToRkGytxfmdNK4UnnlZa1G { width:310px;height:146px;top:1299px;left:5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OpGM8JaxD6t5NlhnJRTPTMHMUElBMT7t { width:96px;height:23px;top:418px;left:112px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fnMWJSCgPiAvCmkSMeB7l5Z2TAaGUKLz { width:100px;height:1px;top:62px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #wgkD4Dd3onpsqFtdVWRKdGfNiyXhCCOD { width:96px;height:23px;top:793px;left:112px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LbXbq2w5wBkL9ZXosC7kDL3HnCnxVDQa { width:50px;height:1px;top:827px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #iaDpfimNHmg0Zm1ZuwPzmewDR7Aw3Hhy { width:96px;height:23px;top:1251px;left:112px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bUrUxphOZubyuN1a2XgUO5WUWuAocqO4 { width:50px;height:1px;top:452px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #NTZwDa1LU5vMaIKH9aqPstHrcw0nQ8oI { width:314px;height:196.5003525821px;top:1472px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hcrgKX84mcIZWeWlLBuOcNvIGIsK0O82 { width:50px;height:1px;top:1285px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #regbrsPnNZfdvzxPc0xf0ol8pQGN1fel { display:block; }#regbrsPnNZfdvzxPc0xf0ol8pQGN1fel > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlThDqS1MxgEX6pdTMR1H1q2m2lhv4tO { height:855px;display:block; }
 }@media only screen and (max-width: 763px) { #pRA8FfDyomqzg0KqmqmhcTyaKXDQvnQc { width:320px;height:45px;top:31.946022033691px;left:0.22727298736572px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I95eF5KiTDDa9iBbpiPqKe2S12pF1vbf { width:315px;height:481px;top:109.96874809265px;left:2.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xZ4qQv1FBHodwqTphyfg6k93GgnaAKS8 { width:100px;height:1px;top:87.91192817688px;left:109.98579502106px;display:block; }
 }@media only screen and (max-width: 763px) { #F4LTKMZMdflrDGmyu3rVKQHT9avmo6yA { width:314px;height:175.23107233514px;top:624px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp { display:block; }#Uu7EOLw1bfJ7y3J2bdgdXAGc6SB4oxLp > .row .container { width:320px;height:489px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTMCwPiCHKTlvvAAeOekR8RLM3eIhXbC { height:489px;display:block; }
 }@media only screen and (max-width: 763px) { #NKv1npBTVN3nrSyWUikDW6iS490shV8x { width:242px;height:45px;top:34.985794067383px;left:38.991475105286px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k79nHDbLUWuwXUtwdeE2eG7dbDkEgAFF { width:315px;height:335px;top:114.98567962646px;left:2.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X95wm0UF4detuu79Tr6raI1kigKQ0WBq { width:80px;height:1px;top:91.960144042969px;left:119.99999332428px;display:block; }
 }@media only screen and (max-width: 763px) { #SN84QQ1ks0fuswfcCb1mNGQyBize8OPv { display:block; }#SN84QQ1ks0fuswfcCb1mNGQyBize8OPv > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOSfqxJIzRm05qZJtID2TygcyA4q6BsG { height:474px;display:block; }
 }@media only screen and (max-width: 763px) { #r2vBRAkTTqZK3d1prLSsS79N0hyhHuT9 { width:315px;height:355px;top:79px;left:3px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NOQRNiCvQO9oGdoTFUQ07VXpdT4uCHIQ { width:118px;height:23px;top:30px;left:101px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7EKocDHed2nfXNEzdW6i1yTx7G7h0r { width:50px;height:1px;top:61.988647460938px;left:134.99999332428px;display:block; }
 }@media only screen and (max-width: 763px) { #fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn { display:block; }#fsl4eFbKhxt0olyybuwKQXKk8sUJKZtn > .row .container { width:320px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1E9tNSXVDOMCyrrr7uvQdXaXVokkFM4 { height:607px;display:block; }
 }@media only screen and (max-width: 763px) { #Fc9GeinbgsVV2g5PxO2mpbzXDTlXVSpQ { width:242px;height:45px;top:29px;left:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQy32uBidl9NIKCVVORttWA64qZWG7hG { width:315px;height:439px;top:105px;left:3px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Hvx86c5HF0UgQ2NXNaPn7IFkKknQAbpl { width:80px;height:1px;top:86px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/btpp5fJh/temak_mobil_ff.jpg);background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { background-color: transparent; background-image: none; }#kuW6Um0MkLoKm1EGhD6vr8pZswUoqK4S > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlbv6qWBfR1kQ6QnCUyOygVIat2WPdb5 { display:block; }
 }@media only screen and (max-width: 763px) { #cB2cGZ8gKllk0c5MhJSv9JAqsnigKviU { width:294px;height:67px;top:153px;left:13px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tS0LZuTqW1cTr52ra6uwr8uWU3hkggQC { width:248px;height:239px;top:250px;left:36px;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X { display:block; }#hr0MBTv1CmONq9XrPeIBznoAgH3Crm6X > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqSoDB1bEclPT4XI88Tn93Z1TaPq8DoT { height:653px;display:block; }
 }@media only screen and (max-width: 763px) { #mh2rw6lSbfdJIIfrZgXzJC6bhr296zve { width:242px;height:25px;top:50px;left:40px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EcEbUyT0ClysbbAfWff1RixTXr4E4s0L { width:270px;height:105px;top:101px;left:26px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ghzea58qCbAW3CxWr0oH0iLZhuGI5769 { width:80px;height:1px;top:89px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #oKNmXTmSxkeDbmW8uHXafON0MpSoQpeB { width:254px;height:126px;top:318px;left:34px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TMtJst8wB0XTqH8xpSqa2p57KohEbK01 { width:80px;height:1px;top:302px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #bR64aSANkEC75aq8bydvyigOQMGZHFZz { width:268px;height:25px;top:262px;left:26px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tbgJsJmSqlRRamGRZlntHh4eVFurm0rJ { width:305px;height:55px;top:556px;left:7px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fsSMy528adGTBZVc9XSZJ7ztBAL9TOtm { width:80px;height:1px;top:536px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #lOQ41Ln2Ds8UckUzfLU7zKD0euwfpcz7 { width:210px;height:25px;top:495px;left:59px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw { display:block; }#Cqcx6Sl3z7VymCCJRenZLUKFraJcW0cw > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohGc9u2uLLrKkuKvb3XSpPTV2F0VDPQ2 { height:680px;display:block; }
 }@media only screen and (max-width: 763px) { #r8HaV4i6UQ9KlCldh8MIAXiO54GE2gSl { width:315px;height:56px;top:19.985656738281px;left:2.5px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:12px;overflow:hidden; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:12px;overflow:hidden; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:18px;overflow:hidden; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4  { width:280px;height:auto;top:146px;left:0; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 {display:block;}#xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 { width:280px;height:auto;top:146px;left:0; }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #q7WCfu9t94Q19iPrJvwg09Ak5Urqakhn {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #R6lcowWDkHVATn92bJw6gB1dfI2TrHu6 {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #tVxVeu0OPekWoTr4x1euc2lnQPn4tHVa {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #AL4rGdVaO3XKAZwETCRuh8CWnVa95slK {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #IpKMf4uV3I0Ol5oTK1Mx8Xn16F9TiJRH {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #mGOu3vzA9OaLbG87d4xBvGFVJ3XrrWVi {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #MnsQmBJ06MGfAWqZUykOw5feiCGCbQTC {  }
 }@media only screen and (max-width: 763px) { #xhTmNAEOyPJ5weNMZeVppLRWV9i9rpq4 #EEvP4qTzcFdPcRSQA0GwENGyqLF1g7aW {  }
 }@media only screen and (max-width: 763px) { #Z3KGPWD8d4UGVdBdky2bkEUySMxznch3 { width:75px;height:75px;top:537px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #JE04TESplFQGIWgT5KlvPsCzmITOCcx0 { width:320px;height:36px;top:632px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEmRoOCWVXXWRg7UU1kaFmOcGTQOZh26 { width:320px;height:341px;top:136.98876953125px;left:0;display:block; }
 }