.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;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
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: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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: 16699999;
  cursor: pointer;
}
.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: 500px;
  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;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/796vNcQG/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/H4JwIOE8/shutterstock_559740226.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.adaptive-delivery-prevent-bg { background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { background-color: transparent; background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { border-width: 0; border-radius: 0; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { font-size:14px;font-family:arial;height:785px;width:960px;position:relative;display:block; }#hxGyAdlz8aTsMAsOy0PFmnyXyKWtageS { color:#000000;display:block;width:67.9883px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:125.64453125px;left:18.49609375px;height:52px;font-style:normal;display:block; }
#fECSNL5T9r7r97UGq49PcvOhyfmL1Kks { color:#000000;display:block;width:453px;position:absolute;font-family:"roboto condensed";font-size:59px;font-weight:300;z-index:100011;line-height:.9;letter-spacing:0;top:173.64453125px;left:18.49609375px;height:106px;font-style:normal;display:block; }
#Z8uXvIS01GcIbfNiCUOvwaHWVGhyio5g { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:153px;top:31px;left:18.47917175293px;overflow:hidden;display:block; }
#QGZsERasITmBVu7E8x2bKL0KqVlXdKJq { display:block;width:490px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:285.875px;left:56.47917175293px;height:28px;color:#000000;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QMKuNd6HTSxO6X50IoHbXKGFEGiQM2AT { box-sizing:content-box;color:#000000;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:280.640625px;left:18.484375px;display:block; }
#MS2dMrDZSRJrfPqL4OxMz8TcUOmn4cb7 { color:#000000;display:block;width:340px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:352.96875px;left:18.484375px;height:300px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ah774vsHZ3iXhiGf642ccNC5DWcutPxX { display:block;width:490px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:285.875px;left:56.47917175293px;height:28px;color:#000000;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-form-header {  }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:320px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:0;border-right:0;border-bottom:0;border-left:0;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:320px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-text {padding-top: 0; padding-bottom: 0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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: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;width:320px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:0;border-right:0;border-bottom:0;border-left:0;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:320px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-select {padding-top: 0; padding-bottom: 0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:transparent;background-image: -webkit-linear-gradient(3deg, #060832, #06061e);background-image: -moz-linear-gradient(3deg, #060832, #06061e);background-image: -ms-linear-gradient(3deg, #060832, #06061e);background-image: -o-linear-gradient(3deg, #060832, #06061e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060832', endColorstr='#06061e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060832', endColorstr='#06061e' );";background-image: linear-gradient(3deg, #060832, #06061e);background-size:initial auto !important;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-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:320px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:301px;overflow:hidden;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container:first-of-type{padding-top:0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container:last-of-type{padding-bottom:0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:600px;top:196px;z-index:100004;position:absolute; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:320px;display:block;vertical-align:top; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc {display:block;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:600px;top:196px;z-index:100004;position:absolute; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #n5wfrGupaFvpCeW6R6L2fMebOlSSWIRc { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #nEJyri0dvZk9mGhnUgSEVDMOpIApEaT2 { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #luDKeL2HdVLKrDyX1UD0HlZm7OlsDF8R { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #x95kBv4zrwRT141qnIze1DpgG8d4vSDl { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #bIhiVvcRlls3bBoyLQHJsfCvTsgJvwou { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DpcpSGlsNLAmAU1kDWH7olCTDVMe20Rz { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #qSWAV2FmTbuZ61tcIe2wH9wpCVzi3Tfl { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DHtTZsGsONddrgS6ZOv1oJPU8DT72bCe { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #hew6JgLnGEUZBTINyC4uoz2phqhvTbiu { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #mNuciW661M9zmb0PEp1ZUAUtBUbqodRD { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LD8RQFxk6orZsebAkCwVlCqmuOXMIIoM { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #UD0Z101ux5rJebLAZ6xPnFwRthyJq9p4 { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #oECZmahC5H6mRWaSeXyNucdr85vVaAQe { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MamdFp15sfI16fbq8qM7XikiD00HxwI6 { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HQuT70d9FiTOZH5xt5aILobxUZvVcJiF { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #RUq5o2s8p6RyUvo7wzqOM2em0gwuWbVw { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #T0xd2S9mqvaTsh5L0c7d3kqrTZn26Q5y { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #gm6taaTJMVF5KQunTV2waTHhixiWNRRB { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #xvb1BIJCyA94CQduBdn9A5qXWg1v8t3l { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MQw3dynxXEAELHQkHvyOffoTtVJ9qrB9 { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #s6lPUBJO29OdZKTiFid0R8iSWmpnx9z2 { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HGpSo8vU8NP41tpvFGVkb7zOyi6cDSRZ { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #cmIq3HMVyBsfTRevW0lD83HNDu3GmpmK { position:relative;z-index:2; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #osyOkrmxAwceVNGmlLy6DQ4gfPmV1Loa { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LBa780WcPfkWm7VabvDPsecIDIPoV2la { position:relative; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #TcpeztmN5gmF4XX3p2DHy9WpINSdFe36 { position:relative; }
#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container { background-color: transparent; background-image: none; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container > .video-iframe-container { display: none; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row > .video-iframe-container { display: none; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container { border-width: 0; border-radius: 0; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container { font-size:14px;font-family:arial;height:369px;width:960px;position:relative;display:block; }#WuPESb2H53DFChNWItuNCfXJcdnxuorR { color:#000000;display:block;width:213.984px;position:absolute;font-family:"roboto condensed";font-size:50px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:28.73046875px;left:30.3125px;height:65px;font-style:normal;display:block; }
#QTTrwaON5ZzZzllJtyEFWBV7iNtnuiS7 { color:#000000;display:block;width:886px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:93.73046875px;left:30.3125px;height:270px;font-style:normal;display:block; }
#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/A5zrnjkw/shutterstock_1069579256.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu.adaptive-delivery-prevent-bg { background-image: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { background-color: transparent; background-image: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.63); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container > .video-iframe-container { display: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.63); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container { display: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { border-width: 0; border-radius: 0; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { font-size:14px;font-family:arial;height:204px;width:960px;position:relative;display:block; }#KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { color:#000000;display:block;width:455.996px;position:absolute;font-family:"roboto condensed";font-size:50px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:34.74609375px;left:30.95703125px;height:65px;font-style:normal;display:block; }
#F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { color:#020101;display:block;width:537px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:107.24609375px;left:33.92578125px;height:81px;font-style:normal;display:block; }
#DuIEthobEbRTxPJx77yLyNM36qqUnJMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container { background-color: transparent; background-image: none; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container > .video-iframe-container { display: none; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row > .video-iframe-container { display: none; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container { border-width: 0; border-radius: 0; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#aTSD5xnAvaUXDn4wNzATp8uERJmWrQV9 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:4px solid rgba(255,255,255,0.03);border-left:4px solid rgba(255,255,255,0.03);border-right:4px solid rgba(255,255,255,0.03);border-bottom:4px solid rgba(255,255,255,0.03);height:152px;width:952px;top:0px;left:0px;display:block; }
#VmLyWqsRqThBSKZbse9UytI8AZVdwyHh { display:block;width:430px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:44.5px;left:450.33332824707px;height:72px;color:#1c222d;text-align:center;text-align-last:center;display:block; }
#UFFEnOaH3McCkXplKZH24RDfWNcrI6vg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:126px;width:208px;top:17.5px;left:115.01042175293px;overflow:hidden;display:block; }
#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container { background-color: transparent; background-image: none; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container > .video-iframe-container { display: none; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row > .video-iframe-container { display: none; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container { border-width: 0; border-radius: 0; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container { font-size:14px;font-family:arial;height:270px;width:960px;position:relative;display:block; }#o0ptmbUDWTHyuLRcTkdr8EPTqluAhUZ0 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:156px;top:31.97917175293px;left:139.00001525879px;overflow:hidden;display:block; }
#cPobm3Ue0HlxBWokNMIdVMsqlzQNQcQB { display:block;width:174px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:21px;left:383px;height:28px;color:#1e2634;font-style:normal;display:block; }
#t4bl1s6nQnLTW407kFTfvhEduILpVcBH { box-sizing:content-box;color:#010102;font-size:23px;font-weight:400;line-height:1;height:33.9792px;width:32.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:48px;left:381px;display:block; }
#CAXTcNqh5EXERnpWtnObcyT4QZ9P2OyC { box-sizing:content-box;color:#000000;font-size:19px;font-weight:400;line-height:1;height:27.9792px;width:28.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:156px;left:371px;display:block; }
#xxkt66yNywW86tVufAnH1wN0XOZeT1OH { box-sizing:content-box;color:#010102;font-size:19px;font-weight:400;line-height:1;height:27.9792px;width:27.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:201px;left:372px;display:block; }
#Qax9BqgiLP3OWIWsZadUefxtbAZMe8pU { display:block;width:122px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:54px;left:414px;height:96px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#dEMGbRGTwP6PTkGS8VNkP5Al4iO3NQsO { display:block;width:175px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:201px;left:414px;height:48px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#k3opTpqU7CNzf29IQFVueiRTgaFhXTzf { display:block;width:126px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:158px;left:415px;height:24px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#IbX0lU7ZDrMRd8y47iOcHHfi8mET3csU { display:block;width:153px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:21px;left:679px;height:28px;color:#1e2634;font-style:normal;display:block; }
#DiHqMtHbsp3wItUtfx2Caoc9UywmpuSf { display:block;width:193.984px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:72px;left:679px;height:48px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#HGs1KVgXJI7gLkKNhShZtVlL1QQn4p3d { display:block;width:129px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:49px;left:679px;height:72px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#NZbzUSAA41ElldDCXobg7Q68vcCpzQWL { display:block;width:193.958px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:95px;left:679px;height:48px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
#nlIHT0fw7A7yLq11H4XBua9CVnVabiUn { display:block;width:193.958px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100019;line-height:1.5;letter-spacing:0;top:120px;left:679px;height:48px;color:#1c222d;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxGyAdlz8aTsMAsOy0PFmnyXyKWtageS { top:125px;left:0px;width:67px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fECSNL5T9r7r97UGq49PcvOhyfmL1Kks { top:173px;left:0px;width:452px;height:105px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8uXvIS01GcIbfNiCUOvwaHWVGhyio5g { top:31px;left:0px;width:153px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #QGZsERasITmBVu7E8x2bKL0KqVlXdKJq { width:382px;height:72px;top:198px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QMKuNd6HTSxO6X50IoHbXKGFEGiQM2AT { top:280px;left:0px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MS2dMrDZSRJrfPqL4OxMz8TcUOmn4cb7 { top:352px;left:0px;width:340px;height:270px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ah774vsHZ3iXhiGf642ccNC5DWcutPxX { width:382px;height:72px;top:198px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-checkbox-label { width:329px; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc  { width:349px;height:auto; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc {display:block;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc { width:349px;height:auto; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #n5wfrGupaFvpCeW6R6L2fMebOlSSWIRc {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #nEJyri0dvZk9mGhnUgSEVDMOpIApEaT2 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #luDKeL2HdVLKrDyX1UD0HlZm7OlsDF8R {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #x95kBv4zrwRT141qnIze1DpgG8d4vSDl {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #bIhiVvcRlls3bBoyLQHJsfCvTsgJvwou {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DpcpSGlsNLAmAU1kDWH7olCTDVMe20Rz {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #qSWAV2FmTbuZ61tcIe2wH9wpCVzi3Tfl {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DHtTZsGsONddrgS6ZOv1oJPU8DT72bCe {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #hew6JgLnGEUZBTINyC4uoz2phqhvTbiu {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #mNuciW661M9zmb0PEp1ZUAUtBUbqodRD {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LD8RQFxk6orZsebAkCwVlCqmuOXMIIoM {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #UD0Z101ux5rJebLAZ6xPnFwRthyJq9p4 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #oECZmahC5H6mRWaSeXyNucdr85vVaAQe {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MamdFp15sfI16fbq8qM7XikiD00HxwI6 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HQuT70d9FiTOZH5xt5aILobxUZvVcJiF {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #RUq5o2s8p6RyUvo7wzqOM2em0gwuWbVw {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #T0xd2S9mqvaTsh5L0c7d3kqrTZn26Q5y {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #gm6taaTJMVF5KQunTV2waTHhixiWNRRB {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #xvb1BIJCyA94CQduBdn9A5qXWg1v8t3l {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MQw3dynxXEAELHQkHvyOffoTtVJ9qrB9 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #s6lPUBJO29OdZKTiFid0R8iSWmpnx9z2 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HGpSo8vU8NP41tpvFGVkb7zOyi6cDSRZ {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #cmIq3HMVyBsfTRevW0lD83HNDu3GmpmK { z-index:2; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #osyOkrmxAwceVNGmlLy6DQ4gfPmV1Loa {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LBa780WcPfkWm7VabvDPsecIDIPoV2la {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #TcpeztmN5gmF4XX3p2DHy9WpINSdFe36 {  }
 }@media only screen and (max-width: 763px) { #rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 { display:block; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuPESb2H53DFChNWItuNCfXJcdnxuorR { top:28px;left:0px;width:213px;height:65px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #QTTrwaON5ZzZzllJtyEFWBV7iNtnuiS7 { top:93px;left:0px;width:764px;height:262px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { top:34px;left:0px;width:455px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { top:107px;left:0px;width:536px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DuIEthobEbRTxPJx77yLyNM36qqUnJMk { display:block; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTSD5xnAvaUXDn4wNzATp8uERJmWrQV9 { width:220px;height:360px;top:16px;left:13.328125px;display:block; }
 }@media only screen and (max-width: 763px) { #VmLyWqsRqThBSKZbse9UytI8AZVdwyHh { width:430px;height:72px;top:44px;left:334px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UFFEnOaH3McCkXplKZH24RDfWNcrI6vg { top:17px;left:17.01042175293px;width:208px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P { display:block; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0ptmbUDWTHyuLRcTkdr8EPTqluAhUZ0 { width:156px;height:66px;top:31px;left:41.000015258789px;display:block; }
 }@media only screen and (max-width: 763px) { #cPobm3Ue0HlxBWokNMIdVMsqlzQNQcQB { width:270px;height:28px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #t4bl1s6nQnLTW407kFTfvhEduILpVcBH { top:48px;left:283px;width:32px;height:32.970308558121px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CAXTcNqh5EXERnpWtnObcyT4QZ9P2OyC { top:156px;left:273px;width:28px;height:27.03378975265px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xxkt66yNywW86tVufAnH1wN0XOZeT1OH { top:201px;left:274px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qax9BqgiLP3OWIWsZadUefxtbAZMe8pU { width:122px;height:96px;top:54px;left:316px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dEMGbRGTwP6PTkGS8VNkP5Al4iO3NQsO { width:175px;height:48px;top:201px;left:316px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k3opTpqU7CNzf29IQFVueiRTgaFhXTzf { width:126px;height:24px;top:158px;left:317px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IbX0lU7ZDrMRd8y47iOcHHfi8mET3csU { width:270px;height:28px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #DiHqMtHbsp3wItUtfx2Caoc9UywmpuSf { width:193px;height:48px;top:72px;left:571px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HGs1KVgXJI7gLkKNhShZtVlL1QQn4p3d { width:129px;height:72px;top:49px;left:581px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NZbzUSAA41ElldDCXobg7Q68vcCpzQWL { width:193px;height:48px;top:95px;left:571px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nlIHT0fw7A7yLq11H4XBua9CVnVabiUn { width:193px;height:48px;top:120px;left:571px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { background-color:transparent;background-image:url("https://images.assets-landingi.com/H4JwIOE8/shutterstock_559740226.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.adaptive-delivery-prevent-bg { background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { background-color: transparent; background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.55); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.55); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:320px;height:1136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxGyAdlz8aTsMAsOy0PFmnyXyKWtageS { width:320px;height:26px;top:137px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fECSNL5T9r7r97UGq49PcvOhyfmL1Kks { width:264px;height:64px;top:169px;left:28px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8uXvIS01GcIbfNiCUOvwaHWVGhyio5g { width:153px;height:64px;top:39px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QGZsERasITmBVu7E8x2bKL0KqVlXdKJq { width:160px;height:0;top:234px;left:81.000004768372px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QMKuNd6HTSxO6X50IoHbXKGFEGiQM2AT { width:38px;height:38px;top:229px;left:46.500000953674px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #MS2dMrDZSRJrfPqL4OxMz8TcUOmn4cb7 { width:320px;height:200px;top:886px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ah774vsHZ3iXhiGf642ccNC5DWcutPxX { width:199px;height:42px;top:239px;left:73px;font-size:14px;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-form-header {  }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:280px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:0;border-right:0;border-bottom:0;border-left:0;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:280px;box-sizing:border-box;height:47px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-text {padding-top: 0; padding-bottom: 0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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: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;width:280px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:0;border-right:0;border-bottom:0;border-left:0;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:280px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-select {padding-top: 0; padding-bottom: 0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:initial auto !important;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:16px;font-weight:bold;color:#ffffff;width:280px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:261px;overflow:hidden;font-style:normal; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .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; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container:first-of-type{padding-top:0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-container:last-of-type{padding-bottom:0;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc  { background-color:rgba(255,255,255,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:299px;z-index:100004; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:280px;display:block;vertical-align:top; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:34px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc {display:block;}#krgn8JW4WuQsmkQukadTDHqPJDZr9tfc { background-color:rgba(255,255,255,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:299px;z-index:100004; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #n5wfrGupaFvpCeW6R6L2fMebOlSSWIRc {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #nEJyri0dvZk9mGhnUgSEVDMOpIApEaT2 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #luDKeL2HdVLKrDyX1UD0HlZm7OlsDF8R {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #x95kBv4zrwRT141qnIze1DpgG8d4vSDl {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #bIhiVvcRlls3bBoyLQHJsfCvTsgJvwou {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DpcpSGlsNLAmAU1kDWH7olCTDVMe20Rz {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #qSWAV2FmTbuZ61tcIe2wH9wpCVzi3Tfl {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #DHtTZsGsONddrgS6ZOv1oJPU8DT72bCe {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #hew6JgLnGEUZBTINyC4uoz2phqhvTbiu {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #mNuciW661M9zmb0PEp1ZUAUtBUbqodRD {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LD8RQFxk6orZsebAkCwVlCqmuOXMIIoM {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #UD0Z101ux5rJebLAZ6xPnFwRthyJq9p4 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #oECZmahC5H6mRWaSeXyNucdr85vVaAQe {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MamdFp15sfI16fbq8qM7XikiD00HxwI6 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HQuT70d9FiTOZH5xt5aILobxUZvVcJiF {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #RUq5o2s8p6RyUvo7wzqOM2em0gwuWbVw {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #T0xd2S9mqvaTsh5L0c7d3kqrTZn26Q5y {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #gm6taaTJMVF5KQunTV2waTHhixiWNRRB {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #xvb1BIJCyA94CQduBdn9A5qXWg1v8t3l {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #MQw3dynxXEAELHQkHvyOffoTtVJ9qrB9 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #s6lPUBJO29OdZKTiFid0R8iSWmpnx9z2 {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #HGpSo8vU8NP41tpvFGVkb7zOyi6cDSRZ {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #cmIq3HMVyBsfTRevW0lD83HNDu3GmpmK { z-index:2; }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #osyOkrmxAwceVNGmlLy6DQ4gfPmV1Loa {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #LBa780WcPfkWm7VabvDPsecIDIPoV2la {  }
 }@media only screen and (max-width: 763px) { #krgn8JW4WuQsmkQukadTDHqPJDZr9tfc #TcpeztmN5gmF4XX3p2DHy9WpINSdFe36 {  }
 }@media only screen and (max-width: 763px) { #rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 { display:block; }#rXV4M2HQx7LUFDkcwWFriw2XL2immCA4 > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuPESb2H53DFChNWItuNCfXJcdnxuorR { width:214px;height:35px;top:20px;left:53px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTTrwaON5ZzZzllJtyEFWBV7iNtnuiS7 { width:298px;height:440px;top:74.6484375px;left:11px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { width:320px;height:35px;top:18px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { width:312px;height:88px;top:76px;left:4px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DuIEthobEbRTxPJx77yLyNM36qqUnJMk { display:block; }#DuIEthobEbRTxPJx77yLyNM36qqUnJMk > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTSD5xnAvaUXDn4wNzATp8uERJmWrQV9 { width:312px;height:272px;top:5.7220458984375E-6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VmLyWqsRqThBSKZbse9UytI8AZVdwyHh { width:320px;height:96px;top:163.5px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFFEnOaH3McCkXplKZH24RDfWNcrI6vg { width:208px;height:126px;top:25.5px;left:56.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P { display:block; }#PvMgTtzfiiQ7z4TCUIHM5abcHufpAd8P > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0ptmbUDWTHyuLRcTkdr8EPTqluAhUZ0 { width:156px;height:66px;top:20px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #cPobm3Ue0HlxBWokNMIdVMsqlzQNQcQB { width:320px;height:28px;top:110.9687538147px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4bl1s6nQnLTW407kFTfvhEduILpVcBH { width:32px;height:32.9688px;top:190.98958587646px;left:61.000004768372px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CAXTcNqh5EXERnpWtnObcyT4QZ9P2OyC { width:28px;height:27.0312px;top:148.92708587646px;left:63.000004768372px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xxkt66yNywW86tVufAnH1wN0XOZeT1OH { width:27px;height:27px;top:301.98958587646px;left:35.000000953674px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qax9BqgiLP3OWIWsZadUefxtbAZMe8pU { width:320px;height:96px;top:190.98958587646px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEMGbRGTwP6PTkGS8VNkP5Al4iO3NQsO { width:320px;height:48px;top:301.98958587646px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3opTpqU7CNzf29IQFVueiRTgaFhXTzf { width:320px;height:24px;top:150.44792938232px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbX0lU7ZDrMRd8y47iOcHHfi8mET3csU { width:320px;height:28px;top:373.50002288818px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiHqMtHbsp3wItUtfx2Caoc9UywmpuSf { width:193px;height:48px;top:412.50002288818px;left:63.500004768372px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGs1KVgXJI7gLkKNhShZtVlL1QQn4p3d { width:193px;height:72px;top:442.00002288818px;left:63.500004768372px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZbzUSAA41ElldDCXobg7Q68vcCpzQWL { width:193px;height:48px;top:468.00002288818px;left:63.500004768372px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlIHT0fw7A7yLq11H4XBua9CVnVabiUn { width:193px;height:48px;top:496.00002288818px;left:63.500004768372px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }