.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: relative;
}
.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: 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;
  }
}
body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7c8o89aB/Depositphotos_50163925_original.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(12,100,19,0.54);background-image:none;position:relative;display:block; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container { background-color: transparent; background-image: none; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container > .video-iframe-container { display: none; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row > .video-iframe-container { display: none; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .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); }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container { border-width: 0; border-radius: 0; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container { font-size:14px;font-family:"open sans";height:117px;width:960px;position:relative;display:block; }#CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { color:#ffffff;display:block;width:481px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:53.899993896484px;left:311px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:111px;top:3px;left:834.5px;overflow:hidden;display:block; }
#UEXSTctI81Up3kKtQTpbADTHMZc1xiPa { color:#ffffff;display:block;width:700px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:54.149993896484px;left:14px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHuEnCZ2EXJTbH67xpIITgVP6SHaZ1Fb { color:#ffffff;display:block;width:221px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:43.550003051758px;left:106px;height:29px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.550003051758px;left:0;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.05);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:772px;width:960px;overflow:visible;position:relative;display:block; }#RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { background-color:#e4e352;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:344px;height:79px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:603px;left:308px;display:block; }
#T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#e4e352;display:block;width:960px;position:absolute;font-family:signika;font-size:86px;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;text-shadow:3px 3px 3px #000000;top:139px;left:0;height:103px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyhnJUk2yFXP5nzphb6fS9yQnoSK7T6P { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:242px;left:45px;display:none; }
#vSV2TqJHWarW83BpN2oUVNFIhBTS9uh3 { color:#6fdbf2;display:block;width:960px;position:absolute;font-family:signika;font-size:72px;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;text-shadow:3px 3px 3px #000000;top:241px;left:0;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FcFTTBPwB96h1gqQhId9yRMouwycAT2r { color:#e4e352;display:block;width:960px;position:absolute;font-family:signika;font-size:68px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:3px 3px 3px #000000;top:473px;left:0;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCruUtGTJh4ZZT788GWE1RxhRTAeRBfu { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:715px;left:0;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.43);background-image:none;position:relative;display:block; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { background-color: transparent; background-image: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .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); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { border-width: 0; border-radius: 0; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { font-size:14px;font-family:"open sans";height:2018px;width:960px;position:relative;display:block; }#Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { color:#000000;display:block;width:839px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:26px;left:60.5px;height:156px;text-align:center;text-align-last:center;display:block; }
#eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { color:#ffffff;display:block;width:837px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1202px;left:50.5px;height:780px;text-align:left;text-align-last:left;display:block; }
#fhRKU0aid3UFXH40ZFJMiCOJIvokouiz { color:#ffffff;display:block;width:839px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:85px;left:29px;height:417px;text-align:left;text-align-last:left;display:block; }#fhRKU0aid3UFXH40ZFJMiCOJIvokouiz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#fhRKU0aid3UFXH40ZFJMiCOJIvokouiz li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#I0SJC4LHwfC1bF4TfpGR9aM7Ausm87HJ { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:486px;width:907px;top:17px;left:29px;display:block; }
#q1R37CbvSrrLKyXPyRSPIGI7SyKCL8Ur { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:489px;width:907px;top:520px;left:26.5px;display:block; }
#XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1111px;left:580px;height:39px;text-align:right;text-align-last:right;display:block; }
#ePHLBBvLmnkKtIVFohxSckB2W2NdUCpQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:551px;width:825px;top:532px;left:54px;overflow:hidden;display:block; }
#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.43);background-image:none;position:relative;display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { border-width: 0; border-radius: 0; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { font-size:14px;font-family:"open sans";height:465px;width:960px;position:relative;display:block; }#Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { color:#e4e352;display:block;width:960px;position:absolute;font-family:"open sans";font-size:56px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:43px;left:0;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { color:#859fb3;display:block;width:959px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:214px;left:0.5px;height:37px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-form-header {  }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { display:block;width:314px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:314px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:314px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:314px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;height:50px;width:160px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(top, #e4e352, #e4e352);background-image: -moz-linear-gradient(top, #e4e352, #e4e352);background-image: -ms-linear-gradient(top, #e4e352, #e4e352);background-image: -o-linear-gradient(top, #e4e352, #e4e352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e352', endColorstr='#e4e352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e352', endColorstr='#e4e352' );";background-image: linear-gradient(to bottom, #e4e352, #e4e352);background-size:initial;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:793px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:143px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:818px;height:auto;left:35px;top:269px;z-index:100013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:324px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:818px;height:auto;left:35px;top:269px;z-index:100013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #Uuu180DS7CC1DJ9CeqTmeaiKzX787PMJ { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #OyVo85VUxNTRXPdiZocIxu9Ce3nUETR2 { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #euO3IJgzHHBr3AL3ws11bCIhkiG0eXGV { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #TWJpMKfy7qGqqGbydh4EQ8RsF23tG4Cy { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #ZAJv8ZLQF7MUDcTlxEqpvLv6PkFMD4HE { position:relative;z-index:2; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #InG8ZSnib3cQMDA1C7OyTVkJiw3t8bzn { position:relative; }
#zt4MDVv6KAaFUV03PekEwduWcOmDDpQJ { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:12px solid #e4e352;border-left:12px solid #e4e352;border-right:12px solid #e4e352;border-bottom:12px solid #e4e352;height:414px;width:936px;top:27px;left:0;display:block; }
#p1ftC7V0R2gOxTopNCfvD58x77070SMk { color:#000000;display:block;width:414px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:415px;left:35px;height:20px;display:block; }
#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.43);background-image:none;position:relative;display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { background-color: transparent; background-image: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .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); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { border-width: 0; border-radius: 0; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { font-size:14px;font-family:"open sans";height:598px;width:960px;position:relative;display:block; }#pan2d1u6CTlbc25isBkyeHIDSGScWSOT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:461px;width:824px;top:93px;left:68px;display:block; }
#e6RaTHxgTJH4nwOySfsp4Zr5V57KzA3x { color:#000000;display:block;width:839px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:20px;left:60.5px;height:195px;text-align:center;text-align-last:center;display:block; }
#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container { background-color: transparent; background-image: none; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container > .video-iframe-container { display: none; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row > .video-iframe-container { display: none; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .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); }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container { border-width: 0; border-radius: 0; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#csHDTG00R9mO8edkWznf8NmBXGPEicyW { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:276px;width:960px;top:12px;left:0;overflow:hidden;display:block; }
#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c6413;background-image:none;position:relative;display:block; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container { background-color: transparent; background-image: none; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container > .video-iframe-container { display: none; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row > .video-iframe-container { display: none; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .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); }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container { border-width: 0; border-radius: 0; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container { font-size:14px;font-family:"open sans";height:143px;width:960px;position:relative;display:block; }#qVvADzQIosQ2US9Wclqk3tqxRxPz3JvI { color:#000000;display:block;width:738px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:41.5px;left:7px;height:46px;display:block; }
#M8RSCrFm4nb22yJMIBXVTB8AdW3n1zGS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:121px;top:11px;left:826px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/7c8o89aB/Depositphotos_50163925_original.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 959px) { #UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH { display:block; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:481px;height:20px;top:65px;left:155px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:111px;height:111px;top:3px;left:653px;display:block; }
 }@media only screen and (max-width: 959px) { #UEXSTctI81Up3kKtQTpbADTHMZc1xiPa { width:556px;height:0;top:61px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #WHuEnCZ2EXJTbH67xpIITgVP6SHaZ1Fb { width:221px;height:20px;top:43px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:764px;height:0;top:12px;left:0;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:594px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:320px;height:77px;top:355px;left:222px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 959px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:764px;height:88px;top:34px;left:0;font-size:74px;display:block; }
 }@media only screen and (max-width: 959px) { #MyhnJUk2yFXP5nzphb6fS9yQnoSK7T6P { width:230px;height:0;top:242px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 959px) { #vSV2TqJHWarW83BpN2oUVNFIhBTS9uh3 { width:764px;height:120px;top:136px;left:0;font-size:60px;display:block; }
 }@media only screen and (max-width: 959px) { #FcFTTBPwB96h1gqQhId9yRMouwycAT2r { width:764px;height:65px;top:270px;left:0;font-size:50px;display:block; }
 }@media only screen and (max-width: 959px) { #rCruUtGTJh4ZZT788GWE1RxhRTAeRBfu { width:764px;height:41px;top:447px;left:0;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { background-color:transparent;background-image:url("https://images.assets-landingi.com/7c8o89aB/Depositphotos_50163925_original.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { background-color: transparent; background-image: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .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); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { width:764px;height:1613px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { width:764px;height:0;top:20px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { width:699px;height:0;top:1021px;left:32.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #fhRKU0aid3UFXH40ZFJMiCOJIvokouiz { width:764px;height:0;top:57px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #I0SJC4LHwfC1bF4TfpGR9aM7Ausm87HJ { width:764px;height:420px;top:17px;left:0;background-color:rgba(0,0,0,0.57);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 959px) { #q1R37CbvSrrLKyXPyRSPIGI7SyKCL8Ur { width:764px;height:568px;top:463px;left:0;background-color:rgba(0,0,0,0.54);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 959px) { #XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { width:348px;height:0;top:969px;left:416px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #ePHLBBvLmnkKtIVFohxSckB2W2NdUCpQ { width:764px;height:510.25px;top:443.75px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:764px;height:402px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:593px;height:0;top:30px;left:85.5px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:764px;height:0;top:158px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:238px;height:auto; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:238px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:238px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:238px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:643px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:105px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:667px;height:auto;top:188px;left:28px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:248px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:667px;height:auto;top:188px;left:28px; }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #Uuu180DS7CC1DJ9CeqTmeaiKzX787PMJ {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #OyVo85VUxNTRXPdiZocIxu9Ce3nUETR2 {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #euO3IJgzHHBr3AL3ws11bCIhkiG0eXGV {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #TWJpMKfy7qGqqGbydh4EQ8RsF23tG4Cy {  }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #ZAJv8ZLQF7MUDcTlxEqpvLv6PkFMD4HE { z-index:2; }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #InG8ZSnib3cQMDA1C7OyTVkJiw3t8bzn {  }
 }@media only screen and (max-width: 959px) { #zt4MDVv6KAaFUV03PekEwduWcOmDDpQJ { width:740px;height:343px;top:17px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #p1ftC7V0R2gOxTopNCfvD58x77070SMk { width:414px;height:20px;top:334px;left:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:764px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pan2d1u6CTlbc25isBkyeHIDSGScWSOT { width:640px;height:360px;top:56px;left:62px;display:block; }
 }@media only screen and (max-width: 959px) { #e6RaTHxgTJH4nwOySfsp4Zr5V57KzA3x { width:764px;height:0;top:12px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH { display:block; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container { width:764px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #csHDTG00R9mO8edkWznf8NmBXGPEicyW { width:764px;height:219.65px;top:12px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi { display:block; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qVvADzQIosQ2US9Wclqk3tqxRxPz3JvI { width:738px;height:46px;top:41px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #M8RSCrFm4nb22yJMIBXVTB8AdW3n1zGS { width:121px;height:121px;top:11px;left:643px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(top, #484d53, #763406);background-image: -moz-linear-gradient(top, #484d53, #763406);background-image: -ms-linear-gradient(top, #484d53, #763406);background-image: -o-linear-gradient(top, #484d53, #763406);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#484d53', endColorstr='#763406' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#484d53', endColorstr='#763406' );";background-image: linear-gradient(to bottom, #484d53, #763406);background-size:cover;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH { display:block; }#UzMBVtLUKe3oogvfahJTVFcHIA4Dq3sH > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:320px;height:20px;top:20.5px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:55px;height:55px;top:3px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UEXSTctI81Up3kKtQTpbADTHMZc1xiPa { width:320px;height:18px;top:85.5px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WHuEnCZ2EXJTbH67xpIITgVP6SHaZ1Fb { width:320px;height:29px;top:195px;left:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:320px;height:23px;top:58px;left:2px;text-align:center;text-align-last:center;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/7c8o89aB/Depositphotos_50163925_original.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::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:222px;height:55px;top:184px;left:49px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:320px;height:103px;top:22px;left:0;text-align:center;text-align-last:center;font-size:31px;text-shadow:1px 1px 1px #000000;color:#e4e352;display:block; }
 }@media only screen and (max-width: 763px) { #MyhnJUk2yFXP5nzphb6fS9yQnoSK7T6P { top:197px;left:3px;width:320px;height:100px;z-index:100007;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vSV2TqJHWarW83BpN2oUVNFIhBTS9uh3 { width:320px;height:144px;top:59px;left:0;text-align:center;text-align-last:center;font-size:24px;text-shadow:1px 1px 1px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #FcFTTBPwB96h1gqQhId9yRMouwycAT2r { width:320px;height:88px;top:118px;left:0;text-align:center;text-align-last:center;font-size:24px;text-shadow:1px 1px 1px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #rCruUtGTJh4ZZT788GWE1RxhRTAeRBfu { width:320px;height:32px;top:261px;left:0;text-align:center;text-align-last:center;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { background-color:rgba(255,255,255,0.19);background-image:none;display:block; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { background-color: transparent; background-image: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row > .video-iframe-container { display: none; }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .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); }#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 > .row .container { width:320px;height:1728px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { width:320px;height:104px;top:23px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { width:320px;height:918px;top:804px;left:1px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhRKU0aid3UFXH40ZFJMiCOJIvokouiz { width:320px;height:460px;top:67px;left:0;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0SJC4LHwfC1bF4TfpGR9aM7Ausm87HJ { width:320px;height:522px;top:23px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #q1R37CbvSrrLKyXPyRSPIGI7SyKCL8Ur { width:320px;height:483px;top:0;left:0;z-index:99998;background-color:rgba(0,0,0,0.11);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { width:320px;height:32px;top:758.71875px;left:1px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePHLBBvLmnkKtIVFohxSckB2W2NdUCpQ { width:320px;height:213.719px;top:545px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { background-color:#000000;background-image:none;display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:320px;height:564px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:274px;height:0;top:37.5px;left:21px;text-align:center;text-align-last:center;font-size:19px;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:277px;height:38px;top:97.5px;left:22.5px;text-align:center;text-align-last:center;font-size:13px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { background-color:transparent;background-image:none; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:224px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:249px;height:auto;top:155px;left:15.5px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:249px;height:auto;top:155px;left:15.5px; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #Uuu180DS7CC1DJ9CeqTmeaiKzX787PMJ {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #OyVo85VUxNTRXPdiZocIxu9Ce3nUETR2 {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #euO3IJgzHHBr3AL3ws11bCIhkiG0eXGV {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #TWJpMKfy7qGqqGbydh4EQ8RsF23tG4Cy {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #ZAJv8ZLQF7MUDcTlxEqpvLv6PkFMD4HE { z-index:2; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #InG8ZSnib3cQMDA1C7OyTVkJiw3t8bzn {  }
 }@media only screen and (max-width: 763px) { #zt4MDVv6KAaFUV03PekEwduWcOmDDpQJ { width:296px;height:502px;top:12px;left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #p1ftC7V0R2gOxTopNCfvD58x77070SMk { width:261px;height:18px;top:483px;left:29.5px;font-size:14px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:320px;height:354px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pan2d1u6CTlbc25isBkyeHIDSGScWSOT { height:180px;width:320px;top:151px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #e6RaTHxgTJH4nwOySfsp4Zr5V57KzA3x { width:320px;height:160px;top:32px;left:2px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH { display:block; }#bzTsTiaskmnEbUTPTqKvk6HhNXEyObVH > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csHDTG00R9mO8edkWznf8NmBXGPEicyW { width:320px;height:92px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi { display:block; }#kIGO8zTFVeStyziJVuTvTMLwL7v4C6oi > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVvADzQIosQ2US9Wclqk3tqxRxPz3JvI { width:320px;height:60px;top:20px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8RSCrFm4nb22yJMIBXVTB8AdW3n1zGS { width:121px;height:121px;top:100px;left:99px;display:block; }
 }