.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: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#585858;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/856ecec1-3d69-41c8-9de1-54feaf409c72/hhrrheaderwide.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:421px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; }#Iv03rk4XOHFcClGQE882sT87dwXuIHSZ { color:#ffffff;display:block;width:341px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:190px;left:533px;height:;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; }
#Zpmnikkz47aaxPKZGzIDfT6qQwEUTHrg { color:#ffffff;display:block;width:386px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:222px;left:533px;height:22px;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; }
#vPJJhWqa8JBtE5hd4s2KrQxbTSdBGmcX { box-sizing:content-box;color:#ffffff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:186px;left:504px;display:block; }
#QxzdN3sOC8P1nxnoKMls85Ixa8Ta9MeW { box-sizing:content-box;color:#ffffff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:219px;left:504px;display:block; }
#ZyUkVFPTWE8LTGBTboqohsKwXXRNR27S { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.2);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:76px;width:480px;top:179px;left:480px;display:block; }
#W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20c5deaa-3052-4800-b516-35f8dc91d19c/barratitulo2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:130px;width:480px;top:50px;left:480px;display:block; }#W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr.adaptive-delivery-prevent-bg, #W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr.lazyload, #W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr.lazyloading { background-image: none; }
#vbXkAJ9tDeuEy8yvd32SWnQXlf5QBIKf { color:#ffffff;display:block;width:428px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:63.859375px;left:512px;height:102.273px;font-style:normal;display:block; }
#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF { position:relative;display:block; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF { background-color: transparent; background-image: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container > .video-iframe-container { display: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row > .video-iframe-container { display: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .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); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF { border-width: 0; border-radius: 0; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e6e6;background-image:none;font-size:14px;font-family:arial;height:119px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xcrweVavbDNzLISL7omXTH9t5LN68wDk { position:absolute;display:block;z-index:15000;background-color:#999999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:3px;top:9.5px;left:478.5px;display:block; }
#D4LFxG6ASiE8pUN5QsOc5A2ZdVs9mcGP { 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:60px;width:220px;top:29.5px;left:171px;overflow:hidden;display:block; }
#VNKcqoXb7TS5fLVqQqu3gctxzxBsLTgB { color:#181818;display:block;width:92px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:51.25px;left:54px;height:16.5px;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; }
#bT8Gxv6qoDANG8xXz0batwLrUCQyKwu6 { color:#181818;display:block;width:92px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:51.25px;left:531px;height:16.5px;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; }
#DIKXJ5LaXn32WBHBJTXQPbZSqFW1aNDH { 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:64px;width:188px;top:27.5px;left:638px;overflow:hidden;display:block; }
#LNSCEBsdilPAvhMefMX7lD8oFggAId1o { color:#181818;display:block;width:134px;position:absolute;font-family:roboto;font-size:12px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:91.5px;left:723px;height:13.2px;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; }
#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT { position:relative;display:block; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT { background-color: transparent; background-image: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,98,22,0.54); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container > .video-iframe-container { display: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row > .video-iframe-container { display: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,98,22,0.54); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT { border-width: 0; border-radius: 0; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container::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; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1557a9e-e718-40ce-89e8-1e24fb800f67/hhrrgreenbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:170px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container.adaptive-delivery-prevent-bg, #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container.lazyload, #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container.lazyloading { background-image: none; }#X9CKwIf5R1Dh4cAsubatlkdeHIHlCoAI { color:#ffffff;display:block;width:731px;position:absolute;font-family:roboto;font-size:31px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 6px rgba(0,0,0,0.9);top:41.59375px;left:114.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m { position:relative;display:block; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m { background-color: transparent; background-image: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container > .video-iframe-container { display: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row > .video-iframe-container { display: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .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); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m { border-width: 0; border-radius: 0; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:49px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 { position:relative;display:block; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 { background-color: transparent; background-image: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container > .video-iframe-container { display: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row > .video-iframe-container { display: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .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); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 { border-width: 0; border-radius: 0; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:184px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SKcfQz35mFprNhczONTNBIhiCiWvuu5s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #294b27, #079000);background-image: -moz-linear-gradient(180deg, #294b27, #079000);background-image: -ms-linear-gradient(180deg, #294b27, #079000);background-image: -o-linear-gradient(180deg, #294b27, #079000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );";background-image: linear-gradient(180deg, #294b27, #079000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.991px;height:54.9913px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26.465240478516px;left:19.982635498047px;display:block; }
#IDfXfTddM8cbZ8M3oBkQ7fUTtclmQFdJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LEOJyT865ax9yGSMTBhinGRrLrnWflpO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #294b27, #079000);background-image: -moz-linear-gradient(180deg, #294b27, #079000);background-image: -ms-linear-gradient(180deg, #294b27, #079000);background-image: -o-linear-gradient(180deg, #294b27, #079000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );";background-image: linear-gradient(180deg, #294b27, #079000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.969px;height:54.9688px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.453125px;left:340px;display:block; }
#qsgJRfynP2TWeqv77beNDRWTJyODNtXD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IyP9OHTAP4r4fZ2L1zFZd175ruFyO96d { color:#000000;display:block;width:252.991px;position:absolute;font-family:arial;font-size:13px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:94.004356384277px;left:33.482635498047px;height:67.5568px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tB29o9yPWLfGR5UQQsVMt6bV7NNQvrVp { color:#000000;display:block;width:311px;position:absolute;font-family:arial;font-size:13px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:94px;left:325px;height:50.6676px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l13x8TgfPJmDLhLX9J7vUtLT7EzTWOCg { color:#000000;display:block;width:285px;position:absolute;font-family:arial;font-size:13px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:92px;left:658px;height:67.5568px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxR4xJggKugvXSpWf8U4DZhJkZLLq16D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #294b27, #079000);background-image: -moz-linear-gradient(180deg, #294b27, #079000);background-image: -ms-linear-gradient(180deg, #294b27, #079000);background-image: -o-linear-gradient(180deg, #294b27, #079000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );";background-image: linear-gradient(180deg, #294b27, #079000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.984px;height:54.9844px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26px;left:660px;display:block; }
#QzdPxGZxMA5e9flKT6Se1gIivLEcGkKT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk { position:relative;display:block; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk { background-color: transparent; background-image: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container > .video-iframe-container { display: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row > .video-iframe-container { display: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .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); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk { border-width: 0; border-radius: 0; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:181px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MwsqBFKmITEKBV07iMWnbuGpl9zwwh4I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #294b27, #079000);background-image: -moz-linear-gradient(180deg, #294b27, #079000);background-image: -ms-linear-gradient(180deg, #294b27, #079000);background-image: -o-linear-gradient(180deg, #294b27, #079000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#294b27', endColorstr='#079000' );";background-image: linear-gradient(180deg, #294b27, #079000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.978px;height:54.9783px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15px;left:20px;display:block; }
#tGrzNPHOybywITgBnNKb4DFyFpkDeqmT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eeysyGIThTokCoihiDIQmbNVWXsUTa4l { color:#000000;display:block;width:272px;position:absolute;font-family:arial;font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:78px;left:27px;height:50.6676px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx { position:relative;display:block; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx { background-color: transparent; background-image: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container > .video-iframe-container { display: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row > .video-iframe-container { display: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .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); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx { border-width: 0; border-radius: 0; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:182px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR { position:relative;display:block; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR { background-color: transparent; background-image: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container > .video-iframe-container { display: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row > .video-iframe-container { display: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .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); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR { border-width: 0; border-radius: 0; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1557a9e-e718-40ce-89e8-1e24fb800f67/hhrrgreenbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:159px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container.adaptive-delivery-prevent-bg, #IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container.lazyload, #IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container.lazyloading { background-image: none; }#f8WTabOA6yMeTl87mAPKrvoUI2W4WSQZ { color:#ffffff;display:block;width:210.991px;position:absolute;font-family:arial;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.986968994141px;left:374.49133300781px;height:39px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rEtusUN6vceN7QwbPHgR7do0kzWRQS4T { color:#ffffff;display:block;width:624px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:67.982604980469px;left:168.00003051758px;height:52px;text-align:center;text-align-last:center;display:block; }
#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn { position:relative;display:block; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn { background-color: transparent; background-image: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container > .video-iframe-container { display: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row > .video-iframe-container { display: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .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); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn { border-width: 0; border-radius: 0; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b6d8d8;background-image:none;font-size:14px;font-family:arial;height:281px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Xlf8v8a7VPsrNALt3d8k3mBenXcOULyQ { color:#006f1a;display:block;width:193.996px;position:absolute;font-family:bitter;font-size:20px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:149.98699951172px;left:361.99566650391px;height:23.9915px;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; }
#E8naMBvWtTLqpibzHmeR1MVrcoALLvV1 { color:#3e3e3e;display:block;width:484.996px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:184.95654296875px;left:216.49566650391px;height:47.983px;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;text-align:center;text-align-last:center;display:block; }
#Ie3ZKquST5sLvSHw3xWHqEEpoohnaF4o { position:absolute;display:block;z-index:15013;background-color:#004084;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:5px;width:290px;top:259px;left:314px;display:block; }
#FdtOxkSSVd1NKnsyKoD3qGTonA2n73kH { color:#004084;display:block;width:402.991px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:31px;left:258px;height:27.5938px;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;text-align:center;text-align-last:center;display:block; }
#LtkgWtB9NhbD5a6vATxOxhNm0KbPiDge { box-sizing:content-box;color:#006f1a;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:58px;left:355px;display:block; }
#QU6JKmCCA6T7JgiSI1pwATckETFQhOfA { color:#004084;display:block;width:228px;position:absolute;font-family:bitter;font-size:29px;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:72px;left:415px;height:31.9034px;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; }
#UlDGUMUlFQKI3ecK1inr3KkNIiCmZwSE { box-sizing:content-box;color:#004084;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:68px;left:316px;display:block; }
#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp { position:relative;display:block; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp { background-color: transparent; background-image: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container > .video-iframe-container { display: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row > .video-iframe-container { display: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .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); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp { border-width: 0; border-radius: 0; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006f1a;background-image:none;font-size:14px;font-family:arial;height:10px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv03rk4XOHFcClGQE882sT87dwXuIHSZ { width:340px;height:;top:189px;left:424px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Zpmnikkz47aaxPKZGzIDfT6qQwEUTHrg { width:386px;height:22px;top:222px;left:378px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vPJJhWqa8JBtE5hd4s2KrQxbTSdBGmcX { width:25px;height:25px;top:186px;left:406px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QxzdN3sOC8P1nxnoKMls85Ixa8Ta9MeW { width:25px;height:25px;top:219px;left:406px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyUkVFPTWE8LTGBTboqohsKwXXRNR27S { width:480px;height:76px;top:179px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr { width:480px;height:130px;top:50px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #vbXkAJ9tDeuEy8yvd32SWnQXlf5QBIKf { width:428px;height:102px;top:63px;left:336px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF { display:block; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcrweVavbDNzLISL7omXTH9t5LN68wDk { width:3px;height:100px;top:9px;left:380.5px;display:block; }
 }@media only screen and (max-width: 763px) { #D4LFxG6ASiE8pUN5QsOc5A2ZdVs9mcGP { width:220px;height:60px;top:29px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #VNKcqoXb7TS5fLVqQqu3gctxzxBsLTgB { width:92px;height:16px;top:51px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bT8Gxv6qoDANG8xXz0batwLrUCQyKwu6 { width:92px;height:;top:51px;left:433px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DIKXJ5LaXn32WBHBJTXQPbZSqFW1aNDH { width:188px;height:64px;top:27px;left:540px;display:block; }
 }@media only screen and (max-width: 763px) { #LNSCEBsdilPAvhMefMX7lD8oFggAId1o { width:133px;height:13px;top:91px;left:625.00006103516px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT { display:block; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CKwIf5R1Dh4cAsubatlkdeHIHlCoAI { width:730px;height:;top:41px;left:16.495666503906px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #W2cvfZRxliai2B8itMA1NuDK3NxJZI1m { display:block; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 { display:block; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcfQz35mFprNhczONTNBIhiCiWvuu5s { width:279px;height:54px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IDfXfTddM8cbZ8M3oBkQ7fUTtclmQFdJ { display:block; }
 }@media only screen and (max-width: 763px) { #LEOJyT865ax9yGSMTBhinGRrLrnWflpO { width:279px;height:54px;top:26px;left:229px;display:block; }
 }@media only screen and (max-width: 763px) { #qsgJRfynP2TWeqv77beNDRWTJyODNtXD { display:block; }
 }@media only screen and (max-width: 763px) { #IyP9OHTAP4r4fZ2L1zFZd175ruFyO96d { width:252px;height:67px;top:93px;left:0.4801025390625px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tB29o9yPWLfGR5UQQsVMt6bV7NNQvrVp { width:310px;height:50px;top:93px;left:198px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #l13x8TgfPJmDLhLX9J7vUtLT7EzTWOCg { width:285px;height:67px;top:91px;left:477px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xxR4xJggKugvXSpWf8U4DZhJkZLLq16D { width:279px;height:54px;top:26px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #QzdPxGZxMA5e9flKT6Se1gIivLEcGkKT { display:block; }
 }@media only screen and (max-width: 763px) { #XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk { display:block; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwsqBFKmITEKBV07iMWnbuGpl9zwwh4I { width:279px;height:54px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tGrzNPHOybywITgBnNKb4DFyFpkDeqmT { display:block; }
 }@media only screen and (max-width: 763px) { #eeysyGIThTokCoihiDIQmbNVWXsUTa4l { width:271px;height:50px;top:77px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dQNTh5XDG4ricN483Xvg91XLSV7vrtlx { display:block; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoGQkcNhTuT29te9a44humJ8WTiZkxBR { display:block; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8WTabOA6yMeTl87mAPKrvoUI2W4WSQZ { width:210px;height:39px;top:20px;left:276.49133300781px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rEtusUN6vceN7QwbPHgR7do0kzWRQS4T { width:624px;height:51px;top:67px;left:70.000030517578px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn { display:block; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xlf8v8a7VPsrNALt3d8k3mBenXcOULyQ { width:193px;height:23px;top:149px;left:263.99566650391px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E8naMBvWtTLqpibzHmeR1MVrcoALLvV1 { width:484px;height:47px;top:184px;left:118.49566650391px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3ZKquST5sLvSHw3xWHqEEpoohnaF4o { width:289px;height:4px;top:259px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #FdtOxkSSVd1NKnsyKoD3qGTonA2n73kH { width:402px;height:27px;top:31px;left:160px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LtkgWtB9NhbD5a6vATxOxhNm0KbPiDge { width:60px;height:60px;top:58px;left:257px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #QU6JKmCCA6T7JgiSI1pwATckETFQhOfA { width:228px;height:31px;top:72px;left:317px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UlDGUMUlFQKI3ecK1inr3KkNIiCmZwSE { width:49px;height:49px;top:68px;left:218px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp { display:block; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e44afb97-94a1-4b87-8d80-1fbe16e626bd/hhrrheadercel.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv03rk4XOHFcClGQE882sT87dwXuIHSZ { width:134px;height:37.3864px;top:133px;left:89px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Zpmnikkz47aaxPKZGzIDfT6qQwEUTHrg { width:165px;height:37.3864px;top:178px;left:89px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vPJJhWqa8JBtE5hd4s2KrQxbTSdBGmcX { width:40px;height:40px;top:127px;left:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QxzdN3sOC8P1nxnoKMls85Ixa8Ta9MeW { width:40px;height:40px;top:175px;left:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyUkVFPTWE8LTGBTboqohsKwXXRNR27S { width:285px;height:118px;top:116px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W3c25rZPkTnMOuR0SZvGZmoWTETGqIvr { width:285px;height:98px;top:19px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vbXkAJ9tDeuEy8yvd32SWnQXlf5QBIKf { width:260px;height:65.9659px;top:32px;left:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF { background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container { background-color: transparent; background-image: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container > .video-iframe-container { display: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row > .video-iframe-container { display: none; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .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); }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container { border-width: 0; border-radius: 0; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBPfK2wPdRQ7m9MmQPOxKfV7P79kANuF > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcrweVavbDNzLISL7omXTH9t5LN68wDk { width:180px;height:2px;top:122px;left:69.991311073303px;display:block; }
 }@media only screen and (max-width: 763px) { #D4LFxG6ASiE8pUN5QsOc5A2ZdVs9mcGP { width:180px;height:48px;top:62px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #VNKcqoXb7TS5fLVqQqu3gctxzxBsLTgB { width:92px;height:15.3977px;top:31px;left:114px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bT8Gxv6qoDANG8xXz0batwLrUCQyKwu6 { width:92px;height:15.3977px;top:134.99130249023px;left:114.00000858307px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIKXJ5LaXn32WBHBJTXQPbZSqFW1aNDH { width:188px;height:64px;top:165.99566650391px;left:66.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #LNSCEBsdilPAvhMefMX7lD8oFggAId1o { width:133.996px;height:12.0938px;top:229.98263549805px;left:130.98261356354px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT { background-color:transparent;background-image:url("https://images.assets-landingi.com/L0okmy4G/dgp2_8_g.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT.adaptive-delivery-prevent-bg, #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT.lazyload, #pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT.lazyloading { background-image: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container { background-color: transparent; background-image: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,26,0.85); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container > .video-iframe-container { display: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,26,0.85); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row > .video-iframe-container { display: none; }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .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); }#pMP3lcJOrHTeHlfFxObwNQhUTOUU2NZT > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CKwIf5R1Dh4cAsubatlkdeHIHlCoAI { width:316px;height:92.3906px;top:29.373901367188px;left:-4px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #W2cvfZRxliai2B8itMA1NuDK3NxJZI1m { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container { background-color: transparent; background-image: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container > .video-iframe-container { display: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row > .video-iframe-container { display: none; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .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); }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container { border-width: 0; border-radius: 0; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2cvfZRxliai2B8itMA1NuDK3NxJZI1m > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container { background-color: transparent; background-image: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container > .video-iframe-container { display: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row > .video-iframe-container { display: none; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .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); }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container { border-width: 0; border-radius: 0; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9dsoKNKpIurKQPcnZy8mNndhC9WcJG3 > .row .container { width:320px;height:457px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcfQz35mFprNhczONTNBIhiCiWvuu5s { width:279px;height:54px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IDfXfTddM8cbZ8M3oBkQ7fUTtclmQFdJ { display:block; }
 }@media only screen and (max-width: 763px) { #LEOJyT865ax9yGSMTBhinGRrLrnWflpO { width:279px;height:54px;top:174.98864746094px;left:20.994317054749px;display:block; }
 }@media only screen and (max-width: 763px) { #qsgJRfynP2TWeqv77beNDRWTJyODNtXD { display:block; }
 }@media only screen and (max-width: 763px) { #IyP9OHTAP4r4fZ2L1zFZd175ruFyO96d { width:252px;height:67.5568px;top:84.984375px;left:33.984375px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tB29o9yPWLfGR5UQQsVMt6bV7NNQvrVp { width:252px;height:50.6676px;top:238px;left:33.991475105286px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #l13x8TgfPJmDLhLX9J7vUtLT7EzTWOCg { width:252px;height:67.5568px;top:379.99432373047px;left:33.991475105286px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xxR4xJggKugvXSpWf8U4DZhJkZLLq16D { width:279px;height:54px;top:314px;left:20.994317054749px;display:block; }
 }@media only screen and (max-width: 763px) { #QzdPxGZxMA5e9flKT6Se1gIivLEcGkKT { display:block; }
 }@media only screen and (max-width: 763px) { #XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container { background-color: transparent; background-image: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container > .video-iframe-container { display: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row > .video-iframe-container { display: none; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .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); }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container { border-width: 0; border-radius: 0; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNWWy8Za6TCZ11RVpCgWEFPVsAvJltfk > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwsqBFKmITEKBV07iMWnbuGpl9zwwh4I { width:279px;height:54px;top:17.984375px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tGrzNPHOybywITgBnNKb4DFyFpkDeqmT { display:block; }
 }@media only screen and (max-width: 763px) { #eeysyGIThTokCoihiDIQmbNVWXsUTa4l { width:252px;height:67.5625px;top:81px;left:34px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dQNTh5XDG4ricN483Xvg91XLSV7vrtlx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container { background-color: transparent; background-image: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container > .video-iframe-container { display: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row > .video-iframe-container { display: none; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .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); }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container { border-width: 0; border-radius: 0; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQNTh5XDG4ricN483Xvg91XLSV7vrtlx > .row .container { width:320px;height:33px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoGQkcNhTuT29te9a44humJ8WTiZkxBR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dee3a0c-7233-47dd-83bb-b5512ab86ba0/depositphotos_315210320stockphotocroppedviewtworiskmanagers22222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR.adaptive-delivery-prevent-bg, #IoGQkcNhTuT29te9a44humJ8WTiZkxBR.lazyload, #IoGQkcNhTuT29te9a44humJ8WTiZkxBR.lazyloading { background-image: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container { background-color: transparent; background-image: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,26,0.86); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container > .video-iframe-container { display: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,26,0.86); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row > .video-iframe-container { display: none; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .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); }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container { border-width: 0; border-radius: 0; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR::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; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoGQkcNhTuT29te9a44humJ8WTiZkxBR > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8WTabOA6yMeTl87mAPKrvoUI2W4WSQZ { width:220px;height:29.7017px;top:35px;left:50px;font-size:27px;line-height:1.1;text-align:center;text-align-last:center;font-family:arial;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rEtusUN6vceN7QwbPHgR7do0kzWRQS4T { width:304.996px;height:62.3438px;top:73.986938476562px;left:15.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn { background-color:#b6d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container { background-color: transparent; background-image: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container > .video-iframe-container { display: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row > .video-iframe-container { display: none; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .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); }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container { border-width: 0; border-radius: 0; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5M7IFqLTc9keZt5H64R3KE3r3XB88Fn > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xlf8v8a7VPsrNALt3d8k3mBenXcOULyQ { width:199px;height:24px;top:51px;left:88px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8naMBvWtTLqpibzHmeR1MVrcoALLvV1 { width:320px;height:39.2046px;top:89px;left:0px;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3ZKquST5sLvSHw3xWHqEEpoohnaF4o { width:275px;height:5px;top:155.98751831055px;left:22.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #FdtOxkSSVd1NKnsyKoD3qGTonA2n73kH { width:264px;height:47.983px;top:181px;left:29px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LtkgWtB9NhbD5a6vATxOxhNm0KbPiDge { width:60px;height:60px;top:228px;left:57px;font-size:42px;color:#006f1a;display:block; }
 }@media only screen and (max-width: 763px) { #QU6JKmCCA6T7JgiSI1pwATckETFQhOfA { width:191px;height:28.5938px;top:243.6875px;left:107.5px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UlDGUMUlFQKI3ecK1inr3KkNIiCmZwSE { width:50px;height:50px;top:240px;left:18px;font-size:35px;color:#004084;display:block; }
 }@media only screen and (max-width: 763px) { #zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp { background-color:#006f1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container { background-color: transparent; background-image: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container > .video-iframe-container { display: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row > .video-iframe-container { display: none; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .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); }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container { border-width: 0; border-radius: 0; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvnOVOTJ0OMIaNeozkzhpc5oPT2VVeOp > .row .container { width:320px;height:5px;position:relative;display:block; } }