.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-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);
}
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/gzeG9LYU/tlo_webianar.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.14); }#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.14); }#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(70,40,18,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:16px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:48.5px;left:310px;height:20px;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:556px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:23.5px;left:13px;height:70px;font-style:normal;text-align:center;text-align-last:center;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:38.5px;left:103px;height:29px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(255,255,255,0.41);background-image:none;font-size:14px;font-family:"open sans";height:1239px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { background-color:#0c6413;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:025px;border-bottom-right-radius:025px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:651px;height:79px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:652px;left:151px;display:block; }
#T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#e13879;display:block;width:960px;position:absolute;font-family:signika;font-size:105px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:90px;left:0px;height:105px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:#b21d00;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:52px;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;top:227.5px;left:0px;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;top:424px;left:0px;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhlsxPvBc99LkyeJboS3uggizzTz9C2E { 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:535px;width:907px;top:18px;left:26.5px;display:block; }
#zXuNkQTWa9bE24bMuOwzCXMJ4AiwMcuq { color:#b21d00;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:533px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOS0GXu9kbR0v1OZBep1Tb5f3NMaRHW4 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:453px;width:807px;top:760px;left:76.5px;display:block; }
#W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.37);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:1359px;width:960px;position:relative;display:block; }#Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { color:#ffffff;display:block;width:839px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:42px;left:60.5px;height:348px;text-align:left;text-align-last:left;display:block; }
#eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { color:#000000;display:block;width:829px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:412px;left:65.5px;height:87px;text-align:left;text-align-last:left;display:block; }
#XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { color:#e13879;display:block;width:327px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:816px;left:597.5px;height:45px;text-align:right;text-align-last:right;display:block; }
#PbnlC9hzDMUEoDUti1xI1756FaTkEKrp { color:#ffffff;display:block;width:327px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:881px;left:597.5px;height:104px;text-align:right;text-align-last:right;display:block; }
#TJXKmewDhz4CMVIFbT0tOviaxW2TQf1H { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.63);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:416px;width:960px;top:352px;left:0px;display:block; }
#R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU { color:#000000;display:block;width:829px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:467px;left:65.5px;height:267px;text-align:left;text-align-last:left;font-style:normal;display:block; }#R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU li:before{  }
#XSu4mJkHyWUg30uJsa1w1Pi8u8WKZxdB { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:314px;width:314px;top:999px;left:611.5px;overflow:hidden;display:block; }
#MLcVlPPyu2o2H0m7lskwnctxmeDR56L2 { color:#ffffff;display:block;width:585px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:774px;left:13.5px;height:540px;display:block; }
#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container { background-color: transparent; background-image: none; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container > .video-iframe-container { display: none; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row > .video-iframe-container { display: none; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .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); }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container { border-width: 0; border-radius: 0; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container { font-size:14px;font-family:arial;height:667px;width:960px;position:relative;display:block; }#zP0I5JGlyZTf3kAnxOJRBUKqIFw6ZCQb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:539px;width:960px;top:128px;left:0px;display:block; }
#OKdQ7tTb7oc2VQuOEzvuBJ2VUEi3MeXn { color:#000000;display:block;width:752px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:39px;left:104px;height:65px;display:block; }
#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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:586px;width:960px;position:relative;display:block; }#Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { color:#0c6413;display:block;width:960px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:53px;left:0px;height:130px;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;top:214px;left:0px;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:0;border-right:0;border-bottom:0;border-left:0;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:#ffffff;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, #0c6413, #0c6413);background-image: -moz-linear-gradient(top, #0c6413, #0c6413);background-image: -ms-linear-gradient(top, #0c6413, #0c6413);background-image: -o-linear-gradient(top, #0c6413, #0c6413);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#0c6413' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#0c6413' );";background-image: linear-gradient(to bottom, #0c6413, #0c6413);background-size:initial;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#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.42);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:12px solid #0c6413;border-left:12px solid #0c6413;border-right:12px solid #0c6413;border-bottom:12px solid #0c6413;height:414px;width:936px;top:20px;left:0px;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; }
#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:0px;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/gzeG9LYU/tlo_webianar.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: fixed;
    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:48.5px;left:156px;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:56px;top:23px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #WHuEnCZ2EXJTbH67xpIITgVP6SHaZ1Fb { width:221px;height:20px;top:38px;left:5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:1077px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:499px;height:64px;top:474px;left:132.5px;font-size:29px;display:block; }
 }@media only screen and (max-width: 959px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 959px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:764px;height:94px;top:116px;left:0px;font-size:94px;display:block; }
 }@media only screen and (max-width: 959px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:764px;height:41px;top:22px;left:0px;font-size:32px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #MyhnJUk2yFXP5nzphb6fS9yQnoSK7T6P { width:230px;height:0;top:242px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 959px) { #vSV2TqJHWarW83BpN2oUVNFIhBTS9uh3 { width:764px;height:106px;top:231px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 959px) { #FcFTTBPwB96h1gqQhId9yRMouwycAT2r { width:764px;height:65px;top:385px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 959px) { #DhlsxPvBc99LkyeJboS3uggizzTz9C2E { width:764px;height:381px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #zXuNkQTWa9bE24bMuOwzCXMJ4AiwMcuq { width:764px;height:41px;top:63px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #LOS0GXu9kbR0v1OZBep1Tb5f3NMaRHW4 { width:764px;height:428.859375px;top:595px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { background-color:rgba(0,0,0,0);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:764px;height:1570px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { width:425px;height:300px;top:12px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { width:729px;height:60px;top:320px;left:17.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { width:348px;height:32px;top:1311px;left:154px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #PbnlC9hzDMUEoDUti1xI1756FaTkEKrp { width:348px;height:116px;top:1380px;left:154px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #TJXKmewDhz4CMVIFbT0tOviaxW2TQf1H { width:764px;height:297px;top:293px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU { width:729px;height:195px;top:358px;left:17.5px;font-size:16px;display:block; }#R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU li:before{  }
 }@media only screen and (max-width: 959px) { #XSu4mJkHyWUg30uJsa1w1Pi8u8WKZxdB { width:232px;height:232px;top:1300px;left:14px;display:block; }
 }@media only screen and (max-width: 959px) { #MLcVlPPyu2o2H0m7lskwnctxmeDR56L2 { width:461px;height:660px;top:609px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz { display:block; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zP0I5JGlyZTf3kAnxOJRBUKqIFw6ZCQb { width:764px;height:428.95416666667px;top:128px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #OKdQ7tTb7oc2VQuOEzvuBJ2VUEi3MeXn { width:752px;height:39px;top:39px;left:6px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { background-color:rgba(255,255,255,0.79);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:764px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:593px;height:84px;top:56px;left:85.5px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:764px;height:30px;top:158px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:238px;height:auto;background-color:transparent;background-image:none; }
#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-input-button { background-color:transparent;background-image: -webkit-linear-gradient(top, #0c6413, #000000);background-image: -moz-linear-gradient(top, #0c6413, #000000);background-image: -ms-linear-gradient(top, #0c6413, #000000);background-image: -o-linear-gradient(top, #0c6413, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #0c6413, #000000);background-size:initial; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:641px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:105px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:666px;height:auto;top:188px;left:28px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:248px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:666px;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:0px;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) { #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:0px;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:0px;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:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/gzeG9LYU/tlo_webianar.jpg");background-position:top center;background-repeat:repeat-y;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); }#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 { background-color:rgba(70,40,18,0.5);background-image:none;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 { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:320px;height:20px;top:20.5px;left:0px;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:56px;top:58px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHuEnCZ2EXJTbH67xpIITgVP6SHaZ1Fb { width:320px;height:0;top:195px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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(255,255,255,0.55); }#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(255,255,255,0.55); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:666px;background-color:transparent;background-image:url("https://images.assets-landingi.com/gzeG9LYU/tlo_webianar.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:222px;height:55px;top:363px;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:319px;height:36px;top:105px;left:0px;text-align:center;text-align-last:center;font-size:36px;color:#e13879;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:320px;height:23px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:18px;color:#ffffff;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:48px;top:169px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FcFTTBPwB96h1gqQhId9yRMouwycAT2r { width:320px;height:35px;top:228px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DhlsxPvBc99LkyeJboS3uggizzTz9C2E { width:320px;height:114px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zXuNkQTWa9bE24bMuOwzCXMJ4AiwMcuq { width:259px;height:38px;top:295px;left:39px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LOS0GXu9kbR0v1OZBep1Tb5f3NMaRHW4 { height:179.625px;width:320px;top:466.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W8r1nuTeirSbAZbgtQPm30wNDakIAa63 { background-color:rgba(55,32,32,0.19);background-image:url("https://images.assets-landingi.com/gzeG9LYU/tlo_webianar.jpg");background-position:top center;background-repeat:repeat-y;background-attachment:fixed;background-size:contain;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:2658px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts4Xo8AFiLyIQSMmbtV3cuWcTyhUm3EJ { width:175px;height:540px;top:23px;left:0px;font-size:14px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eyT61yReaKovvvRcPWIc4Q3XOWw9J6RB { width:320px;height:78px;top:563px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIu9O4oBMvitHIdzcgdmZFTGIF0021WN { width:320px;height:27px;top:978px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbnlC9hzDMUEoDUti1xI1756FaTkEKrp { width:320px;height:76px;top:1014px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJXKmewDhz4CMVIFbT0tOviaxW2TQf1H { width:320px;height:407px;top:536px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU { width:320px;height:288px;top:613px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }#R1hQwTdty7xOMcl9GNhCgvo1OhZPvoWU li:before{  }
 }@media only screen and (max-width: 763px) { #XSu4mJkHyWUg30uJsa1w1Pi8u8WKZxdB { width:314px;height:314px;top:2287px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MLcVlPPyu2o2H0m7lskwnctxmeDR56L2 { width:201px;height:1152px;top:1116px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz { display:block; }#yI0MvA3AIcMTP3TbtIPuXHkLKTTN81nz > .row .container { width:320px;height:321px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zP0I5JGlyZTf3kAnxOJRBUKqIFw6ZCQb { height:179.66666666667px;width:320px;top:122px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OKdQ7tTb7oc2VQuOEzvuBJ2VUEi3MeXn { width:320px;height:82px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { background-color:#ffffff;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:267px;height:104px;top:42.5px;left:32.5px;text-align:center;text-align-last:center;font-size:20px;color:#0c6413;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:277px;height:38px;top:152px;left:21.5px;text-align:center;text-align-last:center;font-size:13px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(top, #0c6413, #0c6413);background-image: -moz-linear-gradient(top, #0c6413, #0c6413);background-image: -ms-linear-gradient(top, #0c6413, #0c6413);background-image: -o-linear-gradient(top, #0c6413, #0c6413);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#0c6413' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6413', endColorstr='#0c6413' );";background-image: linear-gradient(to bottom, #0c6413, #0c6413);background-size:initial; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:223px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:248px;height:auto;top:189px;left:15.5px; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:248px;height:auto;top:189px;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:0px;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:40px;top:475px;left:29.5px;font-size:16px;text-align:center;text-align-last:center;color:#000000;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:0px;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:0px;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; }
 }