.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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); }#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/015f20aa-fbec-4b7e-b003-37bd1441194b/shutterstock_2002467086.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.65); }#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.65); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;overflow:visible;position:relative;display:block; }#vynmvWS16bg3KU2XPQnktuxHbWuOkwab { color:#ffffff;display:block;width:836px;position:absolute;font-family:oswald;font-size:65px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:38px;left:62px;height:169px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dULboBcgAkHIcCw5SkG4lfmorPFsSp5O { color:#ffffff;display:block;width:281px;position:absolute;font-family:oswald;font-size:24px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:403px;left:530px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFiCpSaTkuoTw2o0MpaCLGhM5liZdxrP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:289px;top:218px;left:150px;overflow:hidden;display:block; }
#hqpMTJlwHzwSKTaMDAkHUzi7NTa4LDlf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:87px;width:286px;top:347px;left:150px;overflow:hidden;display:block; }
#ye5IU5bfJBEzNKbLVe8RT7tNZIZNLTwW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:334px;left:470px; }
#Xxl6HNoKuLN3Gn46fKzx9p4buCoyJ2H1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:402px;left:474px; }
#UOsClBJEzqVwTksK4Dg6APxJ1X5herGi { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:246px;width:1px;top:200px;left:448px;display:block; }
#meUZmKEIqJrAApxXuioATgJSq70VCCzA { color:#ffffff;display:block;width:281px;position:absolute;font-family:oswald;font-size:24px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:339px;left:530px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qS6xgL3PUg8TCV4KbxatyWObhCsyd4Rb { color:#ffffff;display:block;width:293px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:222px;left:470px;height:117px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CHt93blukQlyuOlRUulRkn8ILnwT6MKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { background-color: transparent; background-image: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .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); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { border-width: 0; border-radius: 0; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { font-size:14px;font-family:arial;height:778px;width:960px;position:relative;display:block; }#F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { position:absolute;display:block;z-index:15004;background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:80px;top:140px;left:0px;display:block; }
#N2mvn6TLOPELTTUmRJr8RGsCFo8veDrW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:220px;top:166px;left:500px;overflow:hidden;display:block; }
#zRSEEWmrRynPF2GSdiys7Jkuq7MIkRX6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:220px;top:164px;left:740px;overflow:hidden;display:block; }
#yfQ8NIqLHXHkoD0Ns1y9V5pGcINOsOeu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:220px;top:403px;left:500px;overflow:hidden;display:block; }
#uTVG8264gyQEFA5UDJreCxpJazTvq0UK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:220px;top:403px;left:740px;overflow:hidden;display:block; }
#tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { color:#282828;display:block;width:480px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:69px;left:0px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { color:#000000;display:block;width:480px;position:absolute;font-family:oswald;font-size:17px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:166px;left:0px;height:510px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HlVU4UPfeHPIurbZamG9mnX4T3KF7swW { background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:06px;border-top-right-radius:06px;border-bottom-left-radius:06px;border-bottom-right-radius:06px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:50px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:691px;left:80px;display:block; }
#eTh8RBliWh8gTlp5aToFCUJPx3QtRGk7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OSnqieQRGPELhFvdhrZLONiN77GV9UKc { background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:06px;border-top-right-radius:06px;border-bottom-left-radius:06px;border-bottom-right-radius:06px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:50px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:691px;left:560px;display:block; }
#csaCgqBecvQwBuZeDt6RUExTZPh67JKV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { background-color: transparent; background-image: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container > .video-iframe-container { display: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container { display: none; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .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); }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { border-width: 0; border-radius: 0; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzbxDDEBKH3my0L0LvQrfAsf33cSygXi > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#d2slpo04pDIwvkTb9UT7M0fVXX76XQnh { color:#ffffff;display:block;width:896px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20px;left:0px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MVTlOpxx40FQJFN807giamuXlshElVRR { position:absolute;display:block;z-index:15008;background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:80px;top:74px;left:0px;display:block; }
#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row .container { background-color: transparent; background-image: none; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row .container > .video-iframe-container { display: none; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row > .video-iframe-container { display: none; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .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); }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row .container { border-width: 0; border-radius: 0; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G59aFnnfEkBdCRBeMolNTTm3Q7V2Fe6c > .row .container { font-size:14px;font-family:arial;height:537px;width:960px;position:relative;display:block; }#zRWxeAAcAhprtsdaATBoPszddHcBnX4h { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:28.900009155273px;left:87px;height:27.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJZSSNgn0acXJLxIqZpgwNSETCOFoGQD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0px;left:0px; }
#TCPNWbIRLy7mQXU6ya4QwMuqeTpI3fnh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:85px;left:0px; }
#GZT4hP3d8BHteG3iigJicoxiGDHhHORk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:170px;left:0px; }
#ylAJsR79dG40p9LbBZDRBmsexqrXPc9v { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:255px;left:0px; }
#SvL11BlqNcGhChNw5Vr3HxO6JEqBasrZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:340px;left:0px; }
#Ni5LpTfqI5LzgLJNvsimnhfJicPqqtAE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:425px;left:0px; }
#int1dAhNCZoRLzthbu1X7c9IyB7l0ZMx { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:100.30001831055px;left:87px;height:54.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPcLCwIOJgOyq54kwDA5WrN9T2G68qTG { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:198.88751220703px;left:87px;height:27.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMOnhvqqmlWKvmKnWQcFUvWn4ZqgMvTV { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:283.89999389648px;left:87px;height:27.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1XoFISKvd29v6QsPV12a5EnZPb5N2PL { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:368.89999389648px;left:87px;height:27.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BU4iLePCLnRE4ll0GoEK83b97ik8Todh { color:#ffffff;display:block;width:785px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:453.89999389648px;left:87px;height:27.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row .container { background-color: transparent; background-image: none; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row .container > .video-iframe-container { display: none; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row > .video-iframe-container { display: none; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .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); }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row .container { border-width: 0; border-radius: 0; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clnD5vSoAKbNdyArIPRldgvGXaB5TUF2 > .row .container { font-size:14px;font-family:arial;height:102px;width:960px;position:relative;display:block; }#dldpzHWA2PnhLXblCvSNcrf1RxlWCtTT { color:#282828;display:block;width:917px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22px;left:0px;height:91px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyG5wWR1xVTFXIPonUKCbsRCOT0PGIUv { position:absolute;display:block;z-index:15008;background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:80px;top:78px;left:0px;display:block; }
#T5o55xZwUkkzmal92EShtbw0PMUnRDyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { background-color: transparent; background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .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); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { border-width: 0; border-radius: 0; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#zUz2enlNV954v0kc58yDT1c2epoDOynP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:468px;width:833px;top:55px;left:63px;display:block; }
#F3LoMgOQ1UXQChsPKqQxaZZdcwDTXCJw { position:absolute;display:block;z-index:14999;background-color:#cea75a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:488px;width:853px;top:45px;left:53px;display:block; }
#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da1859cd-f68c-4c8a-afb2-6e973d6cafee/shutterstock_2250696153.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.adaptive-delivery-prevent-bg, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyload, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyloading { background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:14px;font-family:arial;height:444px;width:960px;position:relative;display:block; }#rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { color:#ffffff;display:block;width:960px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12px;left:0px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmpUmMRvlAZzWwfwnetMFKBZHQr6ZbHl { position:absolute;display:block;z-index:15011;background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:80px;top:63px;left:0px;display:block; }
#HViM89D4NLiVILeAW6z3TxSTLn5anl7o { color:#ffffff;display:block;width:960px;position:absolute;font-family:oswald;font-size:17px;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:173.38751220703px;left:0px;height:238px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfHaBRFaR1FERxzgR7Q3bE2bv2t9J9qe { color:#ffffff;display:block;width:960px;position:absolute;font-family:oswald;font-size:17px;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:79.387512207031px;left:0px;height:61.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row .container { background-color: transparent; background-image: none; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row .container > .video-iframe-container { display: none; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row > .video-iframe-container { display: none; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .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); }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row .container { border-width: 0; border-radius: 0; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlCvuLnmH8KvkhUHwvM5c9hlx3GNTo7S > .row .container { font-size:14px;font-family:arial;height:289px;width:960px;position:relative;display:block; }#CNCMzAL40aBNNod2gyheMFT7flmR5Esm { color:#000000;display:block;width:162px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.000015258789px;left:0px;height:91px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dGqTqEEruG1Zn00AVOyssaobqJXq5SWO { color:#000000;display:block;width:780px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:73.5px;left:0px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L1OUoOLzb1Gfedx83z5v0m1McQThExKT { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:113.48749542236px;left:0px;height:160px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row .container { background-color: transparent; background-image: none; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row .container > .video-iframe-container { display: none; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row > .video-iframe-container { display: none; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .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); }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row .container { border-width: 0; border-radius: 0; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFdMyMz8T5T6GskQoZ2AULg7Hn6ibRTM > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#eEIfovuu5Ikusl17LDbKTPyJgJLozMyM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:33px;display:block; }
#SdvcAQdUkdGbLuEvFThLbATJafXAEL7h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:70px;overflow:hidden;display:block; }
#ydgKnu26eMlrunTeRTDanFXTohpfGz2a { color:#000000;display:block;width:156px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:148px;left:42px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvm0dPznGeBCcklTR2PtkMQirs3TxzvB { color:#000000;display:block;width:57px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:186px;left:92px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObhJGeclL8OgaLPeMpDAxieLzOxPtSuZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:273px;display:block; }
#qU74SVMSJNxnv1lG9a6IsP9LbALNiGtT { color:#000000;display:block;width:146px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:148px;left:287px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6cJKnkaTdWHARxHPFDimSvOmG2yfMuD { color:#000000;display:block;width:164px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:186px;left:278px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbe6RowHeeKEpAQpfqNPe012AynxbUnI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:310px;overflow:hidden;display:block; }
#S4ptBPRRuneimUcioCWucxuLxif9JWMm { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:513px;display:block; }
#WMq4ae4n4z0n8L9B7QvA6wqrucAadDmm { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:148px;left:531px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8hyTl1eRt9dDZ98WTzst9yGTaBCaz6p { color:#000000;display:block;width:119px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:186px;left:541px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9gShVQL13JcTHFo0yxWT7XDPawQHTwS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:550px;overflow:hidden;display:block; }
#P5ze1Fbq6ntoxkBrWfpDox8fkH2XyvGa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:753px;display:block; }
#QCTIHUOmuNHX0irOQ1eTBlzsFoCW0pI2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:791px;overflow:hidden;display:block; }
#gTknxSvkkLk1y2aWr3D0RfbmqirKFdKJ { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:148px;left:771px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRhlKLE6QKKlpf3hTSPcDehaKHoqTn12 { color:#000000;display:block;width:127px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:186px;left:777px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row .container { background-color: transparent; background-image: none; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row .container > .video-iframe-container { display: none; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row > .video-iframe-container { display: none; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .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); }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row .container { border-width: 0; border-radius: 0; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB0MqWPxkOPGFdlL14v7olmM0ADVw9h2 > .row .container { font-size:14px;font-family:arial;height:352px;width:960px;position:relative;display:block; }#OD8EXaJ0OpcEHRZiIQvfvNUc7ovNuxx1 { color:#000000;display:block;width:162px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.000015258789px;left:0px;height:91px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrEMNXQNEvIEZ7081RLzceG8PVeRlfQA { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:73.5px;left:0px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b45HoZAr3RNZRwRtM5sCMaApBetT4kvT { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:157.98750305176px;left:0px;height:200px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row .container { background-color: transparent; background-image: none; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row .container > .video-iframe-container { display: none; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row > .video-iframe-container { display: none; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .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); }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row .container { border-width: 0; border-radius: 0; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFTTVsTwQ4Ikyerk03UJSsR29bOBfLsJ > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#IWslvw0k1K9Zms1ZJvVCqzBD2VBlZiDM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:40px;left:33px;display:block; }
#QrZxonZSH6w6ZLDTcbToI0AcbQLrGUL5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:30px;left:70px;overflow:hidden;display:block; }
#a96Xd1p6FV3MZAcUf0d01WFSgIkMwAOI { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:142px;left:51px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UV5HNRZ9VzkVZIlg0O3BlL0yqf7HBzVP { color:#000000;display:block;width:143px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:182px;left:49px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgWT2JVKPlvV8ebffXvhxJaJy4qXQCOG { color:#000000;display:block;width:102px;position:absolute;font-family:oswald;font-size:15px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:219px;left:69px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTa9UPU0N1BEqiGAhoZOmEFPh1uqKm43 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:40px;left:273px;display:block; }
#Gv7EO5EKbBhEkdCgPT3RT0NdZBrBsWQ6 { color:#000000;display:block;width:174px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:142px;left:273px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sb1oeyG5Wv4qNcE0KLEdsBycTOWcguPs { color:#000000;display:block;width:118px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:182px;left:301px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4iX3J5ZW0NPlTuI5Qq6BSVaT1o1Rs6p { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:30px;left:310px;overflow:hidden;display:block; }
#utKm77kdweJ8vVHITlLkQBuqVAFb8fQe { color:#000000;display:block;width:110px;position:absolute;font-family:oswald;font-size:15px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:226px;left:305px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rghM8bMwSiKTla9mtNOdlwfMVTvuOfyB { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:40px;left:513px;display:block; }
#hcJUUWTz8uryzTIOm2RkodgPNFXEgXhb { color:#000000;display:block;width:166px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:142px;left:517px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqu640q4Q8svTwTC22MycoluFtkXEiTg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:30px;left:550px;overflow:hidden;display:block; }
#unytNvTdivACWCgsanHowHpRvPLBsl1O { color:#000000;display:block;width:84px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:182px;left:558px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oS3VtnoFc3VmlzFwcCcUXhduXirQXnKE { color:#000000;display:block;width:110px;position:absolute;font-family:oswald;font-size:15px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:226px;left:545px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hu2t24Re3hOnch2E0kWs6uFzDRr4mA6u { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:753px;display:block; }
#LXLMKGz0PPT6ZWFqGfPUyOwmqv8bdVQm { color:#000000;display:block;width:144px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:145px;left:768px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR63QIpxAyTJXTTMar2iQfe80xd7Kcea { color:#000000;display:block;width:110px;position:absolute;font-family:oswald;font-size:15px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:221px;left:785px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsW20t5ruXxLhttkyRq5TnoxzGcufN3X { color:#000000;display:block;width:70px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:186px;left:805px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fKUzkMQNstUrymfd09IdaUMDpCXFwqx5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:790px;overflow:hidden;display:block; }
#SWtAKZvoSqZH6QALTm9xAher03eGE4iM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row .container { background-color: transparent; background-image: none; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row .container > .video-iframe-container { display: none; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row > .video-iframe-container { display: none; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .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); }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row .container { border-width: 0; border-radius: 0; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWtAKZvoSqZH6QALTm9xAher03eGE4iM > .row .container { font-size:14px;font-family:arial;height:292px;width:960px;position:relative;display:block; }#PpZRkf6RcXoueeomwhaC5XxVlKEDh9RN { color:#000000;display:block;width:162px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.000015258789px;left:0px;height:91px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CDtL8vEADf4vxoH1gPxl6lwySt0eCxy4 { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:94.5px;left:0px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DXXSMTsv8e4BA80yiiE3AKyePFoW9uez { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:151.9750213623px;left:0px;height:120px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row .container { background-color: transparent; background-image: none; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row .container > .video-iframe-container { display: none; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row > .video-iframe-container { display: none; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .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); }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row .container { border-width: 0; border-radius: 0; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKNr32ndPibabUo0qiLXcvl5UcBRiaSt > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#KkgATWmU9Tg3uM7CBlgJETB55ny8gxat { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:73px;display:block; }
#V3bJy6JcwH6i1ty3hrseHBlX2oACeTxL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:110px;overflow:hidden;display:block; }
#Rs44qohv2aMzHTWfIVsV4gDsryxnX7gq { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:148px;left:91px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRAHhkAqH0K10DSA7Fo1QkReaGAibISx { color:#000000;display:block;width:169px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:186px;left:75px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Osb5ns5zOyOuwmVVpI996XLXZU97cAES { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:393px;display:block; }
#zd3DJdNcZ36hL4yMS3swtrtP9TXJWugE { color:#000000;display:block;width:168px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:186px;left:396px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDF9v4U5gPWh5yJd6OM084ye8AVqi97A { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:148px;left:411px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rnz4N3D9KrGl6aewGSTJxgWk1fEyDMoE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:430px;overflow:hidden;display:block; }
#oXUlN7NG5tzLJvLiekroU2370d49omMc { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cea75a);background-image: -moz-linear-gradient(180deg, #ffffff, #cea75a);background-image: -ms-linear-gradient(180deg, #ffffff, #cea75a);background-image: -o-linear-gradient(180deg, #ffffff, #cea75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea75a' );";background-image: linear-gradient(180deg, #ffffff, #cea75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:230px;width:174px;top:35px;left:713px;display:block; }
#Xc8meRF9TuyvI4TMGC5yOmnJL0hvN7Ux { color:#000000;display:block;width:126px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:186px;left:738px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqMfPO1hNnNf3u2KBb5ImX1y3Kvk8zLW { color:#000000;display:block;width:139px;position:absolute;font-family:oswald;font-size:20px;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:148px;left:731px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elzbyc0Cbo83q1VsaRJmtA6MKPl7CtnM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:35px;left:750px;overflow:hidden;display:block; }
#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/015f20aa-fbec-4b7e-b003-37bd1441194b/shutterstock_2002467086.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb.adaptive-delivery-prevent-bg, #iGob5heabI3XUE2Tpdcfq1aPpMerTDTb.lazyload, #iGob5heabI3XUE2Tpdcfq1aPpMerTDTb.lazyloading { background-image: none; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row .container { background-color: transparent; background-image: none; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row .container > .video-iframe-container { display: none; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row > .video-iframe-container { display: none; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .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); }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row .container { border-width: 0; border-radius: 0; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGob5heabI3XUE2Tpdcfq1aPpMerTDTb > .row .container { font-size:14px;font-family:arial;height:570px;width:960px;position:relative;display:block; }#zJewtArHpJfXOKD6nMMdNuEe8bSLFvR1 { color:#ffffff;display:block;width:302px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:46px;left:329px;height:91px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAP6tuCwgZv23fc2qLXaJfLn18GkR1Gm { position:absolute;display:block;z-index:15020;background-color:#cea75a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:80px;top:108.5px;left:440px;display:block; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-form-header { font-size:12px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:686px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:686px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:686px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:686px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#cea75a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:686px;height:65px;font-family:oswald;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]:-moz-placeholder { color:#161616;font-family:oswald;font-size:14px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]::-moz-placeholder { color:#161616;font-family:oswald;font-size:14px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:oswald;font-size:14px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:oswald;font-size:14px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:667px;overflow:hidden;font-style:normal;float:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container:first-of-type{padding-top:0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container:last-of-type{padding-bottom:0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:686px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:117px;top:129px;z-index:15021;position:absolute;font-size:12px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:686px;display:block;vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc {display:block;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:686px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:117px;top:129px;z-index:15021;position:absolute;font-size:12px; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #Dla1HSO67NbkhLthi8BElKQlTTJP87Cn { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #sHeqA3GGqEsTyKJdiZ8RnXqGgA357FLe { position:relative;display:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #Nd4uXsBVfzuMTF9byeOhagxpHtwtVpw1 { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #hw4SrTAP5X0FnDJ6wvwhxW0brm9XbtZX { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #GqLaFSm4Cv7G0TLlXzzXLl6K8txExyJ1 { position:relative;display:block; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #Zly3EOK5pFEypRA4g7tMN0aPJF7Rs9wE { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #xSwX52cNUaWg4OgHHm7iurT27Ia8apx6 { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #cFp1ZGycfD1Jxxlndd7p5K0Ww0DIPqFD { position:relative;display:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #l4Bc6gGGXhH5ZTX0n2KcnX8In277Ts4g { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #SPbQWHFoUxATq6yTdUipVpCQ1th828SP { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #adI80Vuo5v7nRD0Uzof5BMZV8J4MOMon { position:relative;display:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #eeTwRx6Dy0v85HtJ8Ts4B2h5PP7Rwk4Z { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #vLdzHVoprUEBDd7GtITarfTKiIlJWvcP { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #H5cv9DMOtsGsBTJo1lS24De3fp3WN5W3 { position:relative; }
#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row .container { background-color: transparent; background-image: none; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row .container > .video-iframe-container { display: none; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row > .video-iframe-container { display: none; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .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); }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row .container { border-width: 0; border-radius: 0; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdeG9EAmtvZPHoaPozUMzg0yfu5BRrEh > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#Lf0hODByv5xoOqeKrJk7zE2mPs1UaWyh { color:#000000;display:block;width:471px;position:absolute;font-family:oswald;font-size:35px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.25px;left:244px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row .container { background-color: transparent; background-image: none; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row .container > .video-iframe-container { display: none; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row > .video-iframe-container { display: none; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .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); }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row .container { border-width: 0; border-radius: 0; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FocbWf1SuJIwkyMnrhrmL95lewLnvJrK > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#TPrTPUZ15xPdyk3okcPc0vz0TGWyV1Cw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:200px;top:15.5px;left:20px;overflow:hidden;display:block; }
#TiuXAI42GLIhcm4LyEyIp7qeceBiyKkp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:228px;top:15.5px;left:246px;overflow:hidden;display:block; }
#G1JPQv4r6BxOm0iMK1g3QlImh3ZQT9SP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:126px;top:15.5px;left:537px;overflow:hidden;display:block; }
#RggnBQL5aXESXEfGEhX2G6BckhLuHr9x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:200px;top:15.500030517578px;left:740px;overflow:hidden;display:block; }
#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row .container { background-color: transparent; background-image: none; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row .container > .video-iframe-container { display: none; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row > .video-iframe-container { display: none; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .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); }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row .container { border-width: 0; border-radius: 0; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0I5mMcwH7JWCm6yTHGbphOMCFVfVaaF > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#T1Nk8H8cn64tnTrM9Hn1zT5EK7U9yANa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:79px;top:15.487609863281px;left:80px;overflow:hidden;display:block; }
#sTHX8NV0hPVbPWC8GLlwEJ2xQQMJGfU3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:209px;top:15.487609863281px;left:255px;overflow:hidden;display:block; }
#m6IwAACDXVygEMz7PSzQiWVVNP1x80ff { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:32px;width:237px;top:38.987518310547px;left:480px;overflow:hidden;display:block; }
#FPfuvr5PTRVg5CThXk91znFmkp6GHcBe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:202px;top:15.487518310547px;left:739px;overflow:hidden;display:block; }
#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row .container { background-color: transparent; background-image: none; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row .container > .video-iframe-container { display: none; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row > .video-iframe-container { display: none; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .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); }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row .container { border-width: 0; border-radius: 0; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcwIBnX2deCDgHdRSXTXHTX21xxrdE7m > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#epFfMC3btuTQbLLM0sZkuGdnh4sJJ6ss { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:163px;top:15.499938964844px;left:38px;overflow:hidden;display:block; }
#ZfcaB43O0tuqT4rLh3q4XPUKi7UIm8iS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:96px;width:195px;top:6.9999084472656px;left:262px;overflow:hidden;display:block; }
#NNVUmt6ZmlRQVTCwSvPuZX2XUbKQdkl3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:39px;width:215px;top:35.5px;left:492px;overflow:hidden;display:block; }
#mSimAx07dH3KbTwzJyDnX9W3nTy3iaTa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:216px;top:25.5px;left:732px;overflow:hidden;display:block; }
#fA3LwNntRTC70de0B4fGLkig4dVXXkiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row .container { background-color: transparent; background-image: none; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row .container > .video-iframe-container { display: none; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row > .video-iframe-container { display: none; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .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); }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row .container { border-width: 0; border-radius: 0; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fA3LwNntRTC70de0B4fGLkig4dVXXkiV > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#AaLNaW4g3vK6pIawTANE6l0zLIb9Kztd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:228px;top:34.5px;left:6px;overflow:hidden;display:block; }
#MZDAnU8hubd6bS1wTi9EBOgEFACW1MF2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:195px;top:20px;left:262px;overflow:hidden;display:block; }
#zvIid7RoapDuHlhGwWVBB0iTfe8hh3X4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:106px;width:143px;top:0px;left:528px;overflow:hidden;display:block; }
#osRmG0LyvVnNcPN0hvcB7fNLPJsEC95m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:216px;top:31.5px;left:732px;overflow:hidden;display:block; }
#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row .container { background-color: transparent; background-image: none; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row .container > .video-iframe-container { display: none; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row > .video-iframe-container { display: none; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .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); }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row .container { border-width: 0; border-radius: 0; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcCPwtVx7Eurv5LBl8BiEmmiOcOtUnGr > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#mPXDyB9bXFJRZWyOd1wJQNzUZoMIO1SC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:61px;width:221px;top:24.5px;left:9px;overflow:hidden;display:block; }
#nVbws4aiR9u8QpXdWQ7R8FzyCxlWXQzf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:64px;width:191px;top:23px;left:264px;overflow:hidden;display:block; }
#r3Kq9gaCTdPo8W4gOFchybuNM1lMg5O2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:67px;width:210px;top:21.5px;left:495px;overflow:hidden;display:block; }
#D1qufcO3deAcPyo1M89NHxeRhGhPgQ05 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:91px;width:210px;top:9.5px;left:735px;overflow:hidden;display:block; }
#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row .container { background-color: transparent; background-image: none; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row .container > .video-iframe-container { display: none; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row > .video-iframe-container { display: none; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .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); }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row .container { border-width: 0; border-radius: 0; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LA6Nt61Up2Jp8bBg7n71IkerTRA85Gmf > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#UMec6r0U84oVZkOIJEGauTt99zUWUg99 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:61px;width:210px;top:24.5px;left:9px;overflow:hidden;display:block; }
#Vs2gAEEKSG4luxhknTH31pBrmqN9cie1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:61px;width:191px;top:23px;left:264px;overflow:hidden;display:block; }
#PRvN03wTfQvNN2z5Au5WLTbPWqkCn7Uy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:210px;top:21.5px;left:495px;overflow:hidden;display:block; }
#yx8cwSyPElOzoyDNLL6qe1MC7nwlg1nn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:220px;top:18.5px;left:730px;overflow:hidden;display:block; }
#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row .container { background-color: transparent; background-image: none; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row .container > .video-iframe-container { display: none; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row > .video-iframe-container { display: none; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .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); }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row .container { border-width: 0; border-radius: 0; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBJy1xUEaTqMHaRW0sHTuirPPA0tGIyD > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#FBqbMeoLsA77gakE3UpLMd0D8uAMkbSQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:215px;top:35px;left:12px;overflow:hidden;display:block; }
#ntdXxmb0OW1aQwJziV2JRGhxzyD8R9Nq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:177px;top:32px;left:271px;overflow:hidden;display:block; }
#RhhtlW6uZTKyD3rm6bHMJcfKfeAXMsQI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:187px;top:18px;left:506px;overflow:hidden;display:block; }
#vJcKv5HfpB57i2OJeSkl09p1PdsiwuzZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:227px;top:27.5px;left:733px;overflow:hidden;display:block; }
#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row .container { background-color: transparent; background-image: none; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row .container > .video-iframe-container { display: none; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row > .video-iframe-container { display: none; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .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); }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row .container { border-width: 0; border-radius: 0; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUPNvg9op6Nbf8bAqGWF41s8crgQTxTt > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#gM96QxUVv5EeqMlwiuOnuawkWcUoklwF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:88px;width:224px;top:11px;left:8px;overflow:hidden;display:block; }
#w0SiT1SUQuixWnxSPTn6NczGVNKyR4HJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:68px;width:228px;top:21px;left:246px;overflow:hidden;display:block; }
#QRdpXX5TQWl3F7pRln8lZFmqznsc6k5N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:195px;top:27px;left:502px;overflow:hidden;display:block; }
