.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#132035;background-image:none;position:relative;top:0px;left:0px;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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:#030327;background-image:url("https://images.assets-landingi.com/uc/9429934d-e782-4f59-afc4-abab290b9804/bg_metodologia.png");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; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:1200px;height:1114px;font-size:14px;font-family:"open sans";position:relative;display:block; }#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:295px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;width:295px;box-sizing:border-box;height:39px;color:#304c27;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;width:295px;box-sizing:border-box;height:70px;color:#304c27;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:295px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d4c12b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:44px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#f2f9ff;width:206px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:ubuntu;line-height:1.7;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:272px;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:174px;left:614px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:295px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:174px;left:734px;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { color:#ffffff;display:block;width:748px;position:absolute;font-family:"gobold high";font-size:90px;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:205px;left:54px;height:108px;font-style:normal;display:block; }
#Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { color:#fdfbff;display:block;width:673.984px;position:absolute;font-family:poppins;font-size:22px;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:701px;left:54px;height:24.1875px;font-style:normal;display:block; }
#XixSEKq2a5DCU5CWgbbmqGDZThQHLTtg { position:absolute;display:block;z-index:15036;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:30px;width:71.9922px;top:119px;left:66px;overflow:hidden;display:block; }
#Utaf1atz9m2nuOINXfd5M8QAyCXE2KXU { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#132035;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:382.988px;height:55px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:968.984375px;left:53.984375px;display:block; }
#T0R54xuTaGUPHi1PuCiULSbTHNM96oe0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { position:absolute;display:block;z-index:15041;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:20px;width:2181.91px;top:1090.9765625px;left:-502.98828125px;overflow:hidden;display:block; }
#KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { position:absolute;display:block;z-index:15042;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:81.9922px;width:290px;top:955.48828125px;left:454.94140625px;overflow:hidden;display:block; }
#vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { color:#ffffff;display:block;width:297px;position:absolute;font-family:"gobold high";font-size:36px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:230px;left:832px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tphvKAUCTaT2LiNaVxGiSFww8bKnmvAD { position:absolute;display:block;z-index:15045;height:348px;width:306px;top:336px;left:827px;display:block; }
#b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #192841, #0c1928);background-image: -moz-linear-gradient(180deg, #192841, #0c1928);background-image: -ms-linear-gradient(180deg, #192841, #0c1928);background-image: -o-linear-gradient(180deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(180deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:629px;width:361px;top:212px;left:800px;display:block; }
#aO7xtMMITu99UxChPTgt9LR6NJ3TT7gN { color:#ffffff;display:block;width:408.965px;position:absolute;font-family:poppins;font-size:22px;font-weight:300;z-index:15036;line-height:.8;letter-spacing:0;text-shadow:2px 2px 4px rgba(0,0,0,0.5);top:125px;left:151px;height:17.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XT8IxK39L5DQfhamlmfrD3HHib46sOxk { color:#ffffff;display:block;width:602.969px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15037;line-height:2;letter-spacing:0;top:747px;left:58px;height:180px;font-style:normal;display:block; }#XT8IxK39L5DQfhamlmfrD3HHib46sOxk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XT8IxK39L5DQfhamlmfrD3HHib46sOxk li:before{  }
#UB5TWyHt2ntbmUiXorMVmB5Ar0iXt54m { color:#ffffff;display:block;width:596.992px;position:absolute;font-family:"gobold high";font-size:100px;font-weight:400;z-index:15031;line-height:1.15;letter-spacing:0;top:310px;left:54px;height:230px;font-style:normal;display:block; }
#fwfkcTvEwbdWQfSDLQyX5VNZGraDONnz { color:#ffffff;display:block;width:747.969px;position:absolute;font-family:"gobold high";font-size:106px;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:540px;left:54px;height:127.188px;font-style:normal;display:block; }
#VvJhr3JymTLuTmVNtU5MnCsfXVJv2EVo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:382.969px;height:55px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:873.203125px;left:788.984375px;display:block; }
#Nf1VBmQpbhydJ2wIuoqdCmF4im1gpGiE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc812f86-31d9-42a2-8b20-460beb0db091/bg5.png");background-position:center !important;background-repeat:no-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; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,32,53,0.73); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,32,53,0.73); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { border-width: 0; border-radius: 0; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::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; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { font-size:14px;font-family:arial;height:847px;width:1200px;position:relative;display:block; }#Cxp5E9BqWekIiyZaZOyd7BdcEfp7A20d { color:#c1a575;display:block;width:341px;position:absolute;font-family:"gobold high";font-size:79px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:81px;left:43px;height:86.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfhhALEemh5CLCmr7w0XkP2Mc39og3bK { color:#ffffff;display:block;width:673.984px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:295px;left:43px;height:492.5936px;font-style:normal;display:block; }
#HSxVTCAvsqaktgVVnAAhkNm8ZM5qsgDB { color:#c1a575;display:block;width:420px;position:absolute;font-family:"gobold high";font-size:84px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:178px;left:43px;height:84px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HO3cT5edWltEDf18bU2M8dKsHwIdZ4X3 { position:absolute;display:block;z-index:15038;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:603px;width:400px;top:180.64453125px;left:772.9296875px;overflow:hidden;display:block; }
#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul { position:relative;display:block; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul { background-color: transparent; background-image: none; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row .container > .video-iframe-container { display: none; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row > .video-iframe-container { display: none; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .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); }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul { border-width: 0; border-radius: 0; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .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; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#132035;background-image:none;font-size:14px;font-family:arial;height:1193px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvGg13slBGEfPM6VQvMhJyOXMRv5FCnv { color:#132035;display:block;width:328.965px;position:absolute;font-family:teko;font-size:30px;font-weight:400;z-index:15043;line-height:.9;letter-spacing:0;top:302px;left:236px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fg6XXKVs7EaXvIMPDmBcGkF5cVmUhCp2 { color:#132035;display:block;width:317.988px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:373px;left:241px;height:240px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmO9H3wwBxTo5XKSQKQKnZN0EVNLpNcF { color:#c1a575;display:block;width:555.977px;position:absolute;font-family:"gobold high";font-size:64px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:53px;left:316px;height:153.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1FNTTAZ1ASoEwdQfawt2kMxC6ToqEbL { color:#132035;display:block;width:318px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:373px;left:641px;height:216px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BatFmyUAbuNvFweT7FKzJ60PTaxut5SQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:1px solid #ffffff;border-right:0;border-bottom:1px solid #ffffff;border-top-left-radius:0;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:402px;width:370px;top:252px;left:614px;display:block; }
#FkTVKT2uyRoXD7LhMlHVKlcVOelF97CT { color:#132035;display:block;width:328.965px;position:absolute;font-family:teko;font-size:30px;font-weight:400;z-index:15047;line-height:.9;letter-spacing:0;top:302px;left:635px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvCZedCNeGJlneTfE5KV9qgf031HT0er { color:#132035;display:block;width:317.988px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:806px;left:241px;height:240px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgHiEXFkWS464w6MaxSXgiZhy3CzCMiN { color:#132035;display:block;width:328.965px;position:absolute;font-family:teko;font-size:30px;font-weight:400;z-index:15051;line-height:.9;letter-spacing:0;top:732px;left:236px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGiFZydAfy8H8FZe4pLIfbectdxRewkN { color:#132035;display:block;width:317.988px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:806px;left:641px;height:168px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ft00nQ0NSJ7gn2IFfim0i6T5TtoHZJVK { color:#132035;display:block;width:328.965px;position:absolute;font-family:teko;font-size:30px;font-weight:400;z-index:15055;line-height:.9;letter-spacing:0;top:732px;left:635px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StrdBwJdpfNMTGha216T562IGsL3JrdV { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;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:30px;height:401.992px;width:370px;top:682px;left:615px;display:block; }
#E99CfdTMwI2hTZFW5UrTlZsIbSQEurTu { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:1px solid #ffffff;border-left:0;border-right:1px solid #ffffff;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:0;height:401.973px;width:370px;top:682px;left:215px;display:block; }
#KT3fbIHfdcnE7Q4RbieFTrov8Dow4olv { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:030px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:401.973px;width:370px;top:252px;left:216px;display:block; }
#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7a877;background-image:url("https://images.assets-landingi.com/uc/ffc2f152-a742-4d5a-ac54-5cdc1ece41c7/bg_bignumbers.png");background-position:center !important;background-repeat:repeat-x !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; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { border-width: 0; border-radius: 0; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:1px solid rgba(19,32,53,0.28);border-left:0;border-right:0;border-bottom:1px solid rgba(19,32,53,0.28);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:98px;width:663px;top:141.9921875px;left:457.99609375px;display:block; }
#qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { color:#ffffff;display:block;width:494px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15080;line-height:1.6;letter-spacing:0;top:152.9609375px;left:493.97265625px;height:76.7812px;text-align:left;text-align-last:left;display:block; }
#DowqeN2pgOagFybN0shfwCiVOcEtinI0 { color:#132035;display:block;width:397.988px;position:absolute;font-family:"gobold high";font-size:102px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:132.98828125px;left:72.99609375px;height:244.782px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { position:absolute;display:block;z-index:15039;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:111px;top:52.98828125px;left:72px;overflow:hidden;display:block; }
#xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { position:absolute;display:block;z-index:15082;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:119px;width:119px;top:132.2265625px;left:1028.96484375px;display:block; }
#G3rq7WuQTQmdTJAzXWGwcJ2sVUihiyXi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#132035;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:275px;left:457.98828125px;display:block; }
#Ufvs3gsofeZPzs9cZeDJAvHcUDZDNABG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { position:absolute;display:block;z-index:15083;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:127px;width:110px;top:128.7109375px;left:1033.4375px;overflow:hidden;display:block; }
#gm2m9aliNizZq6WLswzTq7hlvwZflNHl { 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; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { background-color: transparent; background-image: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container > .video-iframe-container { display: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container { display: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .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); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { border-width: 0; border-radius: 0; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { position:absolute;display:block;z-index:15000;height:36px;width:591px;top:16px;left:0px;display:block; }
#hQcKD3VUXbfJP9ozqitGTJOtc2UaK0gS { 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:28px;width:154px;top:15px;left:1046px;overflow:hidden;display:block; }
#UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { position:absolute;display:block;z-index:15002;height:49px;width:88px;top:8.5px;left:653px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:322px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:345px;height:auto;top:507px;left:187.984375px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { top:205px;left:0px;width:747px;height:107px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { top:701px;left:0px;width:673px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XixSEKq2a5DCU5CWgbbmqGDZThQHLTtg { top:119px;left:0px;width:71px;height:29.586538541675px;display:block; }
 }@media only screen and (max-width: 763px) { #Utaf1atz9m2nuOINXfd5M8QAyCXE2KXU { width:382px;height:55px;top:968px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T0R54xuTaGUPHi1PuCiULSbTHNM96oe0 { display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { top:1090px;left:0px;width:764px;height:7.0030386221247px;display:block; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { top:955px;left:236.94140625px;width:290px;height:81.9922px;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { top:230px;left:467px;width:296px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #tphvKAUCTaT2LiNaVxGiSFww8bKnmvAD { top:336px;left:458px;width:305px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { top:212px;left:403px;width:360px;height:628px;display:block; }
 }@media only screen and (max-width: 763px) { #aO7xtMMITu99UxChPTgt9LR6NJ3TT7gN { top:125px;left:0px;width:408px;height:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XT8IxK39L5DQfhamlmfrD3HHib46sOxk { top:747px;left:0px;width:602px;height:179px;font-size:16px;display:block; }#XT8IxK39L5DQfhamlmfrD3HHib46sOxk li:before{  }
 }@media only screen and (max-width: 763px) { #UB5TWyHt2ntbmUiXorMVmB5Ar0iXt54m { top:310px;left:0px;width:596px;height:230px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #fwfkcTvEwbdWQfSDLQyX5VNZGraDONnz { top:540px;left:0px;width:747px;height:127px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #VvJhr3JymTLuTmVNtU5MnCsfXVJv2EVo { width:382px;height:55px;top:873px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1VBmQpbhydJ2wIuoqdCmF4im1gpGiE { display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxp5E9BqWekIiyZaZOyd7BdcEfp7A20d { top:81px;left:0px;width:341px;height:86px;font-size:79px;display:block; }
 }@media only screen and (max-width: 763px) { #IfhhALEemh5CLCmr7w0XkP2Mc39og3bK { top:295px;left:0px;width:673px;height:492px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HSxVTCAvsqaktgVVnAAhkNm8ZM5qsgDB { top:178px;left:0px;width:420px;height:84px;font-size:84px;display:block; }
 }@media only screen and (max-width: 763px) { #HO3cT5edWltEDf18bU2M8dKsHwIdZ4X3 { top:180px;left:364px;width:400px;height:603px;display:block; }
 }@media only screen and (max-width: 763px) { #pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul { display:block; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGg13slBGEfPM6VQvMhJyOXMRv5FCnv { top:302px;left:18px;width:328px;height:53px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Fg6XXKVs7EaXvIMPDmBcGkF5cVmUhCp2 { top:373px;left:23px;width:317px;height:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pmO9H3wwBxTo5XKSQKQKnZN0EVNLpNcF { top:53px;left:98px;width:555px;height:153px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #n1FNTTAZ1ASoEwdQfawt2kMxC6ToqEbL { top:373px;left:423px;width:317px;height:215px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BatFmyUAbuNvFweT7FKzJ60PTaxut5SQ { top:252px;left:393px;width:370px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #FkTVKT2uyRoXD7LhMlHVKlcVOelF97CT { top:302px;left:417px;width:328px;height:53px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RvCZedCNeGJlneTfE5KV9qgf031HT0er { top:806px;left:23px;width:317px;height:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QgHiEXFkWS464w6MaxSXgiZhy3CzCMiN { top:732px;left:18px;width:328px;height:53px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #GGiFZydAfy8H8FZe4pLIfbectdxRewkN { top:806px;left:423px;width:317px;height:167px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ft00nQ0NSJ7gn2IFfim0i6T5TtoHZJVK { top:732px;left:417px;width:328px;height:53px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #StrdBwJdpfNMTGha216T562IGsL3JrdV { top:682px;left:393px;width:370px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #E99CfdTMwI2hTZFW5UrTlZsIbSQEurTu { top:682px;left:0px;width:370px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #KT3fbIHfdcnE7Q4RbieFTrov8Dow4olv { top:252px;left:0px;width:370px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { top:141px;left:101px;width:663px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { top:152px;left:270px;width:494px;height:77px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { top:132px;left:0px;width:397px;height:244px;font-size:102px;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { top:52px;left:0px;width:110px;height:55.493630401096px;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { top:132px;left:645px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #G3rq7WuQTQmdTJAzXWGwcJ2sVUihiyXi { width:280px;height:55px;top:275px;left:239.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvs3gsofeZPzs9cZeDJAvHcUDZDNABG { display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { top:128px;left:654px;width:110px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #gm2m9aliNizZq6WLswzTq7hlvwZflNHl { display:block; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { top:16px;left:0px;width:591px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #hQcKD3VUXbfJP9ozqitGTJOtc2UaK0gS { top:15px;left:610px;width:154px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { top:8px;left:382px;width:88px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89db9a33-dfe0-4d61-be98-6de783a03e53/bg_site.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:196px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:42px;height:46px;font-size:16px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:280px;height:auto;top:591px;left:0px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:280px;height:auto;top:591px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { width:288.984px;height:54px;top:140.78125px;left:15.5078125px;font-size:45px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { width:251.992px;height:39.5938px;top:418.49609375px;left:33.984375px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XixSEKq2a5DCU5CWgbbmqGDZThQHLTtg { width:48.9844px;height:20px;top:52.96875px;left:135.48828125px;display:block; }
 }@media only screen and (max-width: 763px) { #Utaf1atz9m2nuOINXfd5M8QAyCXE2KXU { width:280px;height:55px;top:1413.4575px;left:20px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #T0R54xuTaGUPHi1PuCiULSbTHNM96oe0 { display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { width:320px;height:2.92188px;top:940.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { width:248.965px;height:75px;top:1453px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { width:295.977px;height:83.1876px;top:794px;left:12px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tphvKAUCTaT2LiNaVxGiSFww8bKnmvAD { width:281.992px;height:347.988px;top:898px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { width:320px;height:643.984px;top:771px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aO7xtMMITu99UxChPTgt9LR6NJ3TT7gN { width:297.988px;height:15px;top:86.9922px;left:11px;font-size:15px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XT8IxK39L5DQfhamlmfrD3HHib46sOxk { width:320px;height:244px;top:485.5665px;left:0px;font-size:16px;display:block; }#XT8IxK39L5DQfhamlmfrD3HHib46sOxk li:before{  }
 }@media only screen and (max-width: 763px) { #UB5TWyHt2ntbmUiXorMVmB5Ar0iXt54m { width:320px;height:120px;top:199.765625px;left:0px;font-size:50px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fwfkcTvEwbdWQfSDLQyX5VNZGraDONnz { width:320px;height:68.3906px;top:329.12109375px;left:0px;font-size:57px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvJhr3JymTLuTmVNtU5MnCsfXVJv2EVo { width:304px;height:55px;top:873px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Nf1VBmQpbhydJ2wIuoqdCmF4im1gpGiE { display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fc812f86-31d9-42a2-8b20-460beb0db091/bg5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:320px;height:2004px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxp5E9BqWekIiyZaZOyd7BdcEfp7A20d { width:320px;height:35.1875px;top:26.9921875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfhhALEemh5CLCmr7w0XkP2Mc39og3bK { width:320px;height:1350px;top:599.140625px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HSxVTCAvsqaktgVVnAAhkNm8ZM5qsgDB { width:320px;height:32px;top:75.1758px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HO3cT5edWltEDf18bU2M8dKsHwIdZ4X3 { width:281px;height:425px;top:127.12890625px;left:18.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul { display:block; }#pG5Kdvyw35ky3bSkeTG8IUh3WnEFWKul > .row .container { width:320px;height:1910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGg13slBGEfPM6VQvMhJyOXMRv5FCnv { width:320px;height:54px;top:257px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fg6XXKVs7EaXvIMPDmBcGkF5cVmUhCp2 { width:316.992px;height:240px;top:328px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pmO9H3wwBxTo5XKSQKQKnZN0EVNLpNcF { width:280.996px;height:76.7812px;top:60.99609375px;left:19.47265625px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1FNTTAZ1ASoEwdQfawt2kMxC6ToqEbL { width:316.992px;height:216px;top:750px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BatFmyUAbuNvFweT7FKzJ60PTaxut5SQ { width:319px;height:401px;top:629px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FkTVKT2uyRoXD7LhMlHVKlcVOelF97CT { width:320px;height:54px;top:679px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvCZedCNeGJlneTfE5KV9qgf031HT0er { width:316.992px;height:240px;top:1175px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QgHiEXFkWS464w6MaxSXgiZhy3CzCMiN { width:320px;height:54px;top:1101px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGiFZydAfy8H8FZe4pLIfbectdxRewkN { width:316.992px;height:168px;top:1597px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ft00nQ0NSJ7gn2IFfim0i6T5TtoHZJVK { width:320px;height:54px;top:1523px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StrdBwJdpfNMTGha216T562IGsL3JrdV { width:319px;height:401px;top:1473px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E99CfdTMwI2hTZFW5UrTlZsIbSQEurTu { width:319px;height:401px;top:1051px;left:0px;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;display:block; }
 }@media only screen and (max-width: 763px) { #KT3fbIHfdcnE7Q4RbieFTrov8Dow4olv { width:319px;height:401px;top:207px;left:0px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #ffffff;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffc2f152-a742-4d5a-ac54-5cdc1ece41c7/bg_bignumbers.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { width:318px;height:268px;top:306.97265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { width:281.992px;height:163.125px;top:376.953125px;left:19.00390625px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { width:320px;height:122.3828px;top:120px;left:0px;font-size:51px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { width:110.996px;height:55.9961px;top:49.98046875px;left:104.47265625px;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { width:103.984px;height:103.984px;top:254.98046875px;left:107.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #G3rq7WuQTQmdTJAzXWGwcJ2sVUihiyXi { width:280px;height:55px;top:609.47265625px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvs3gsofeZPzs9cZeDJAvHcUDZDNABG { display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { width:88.9844px;height:100.996px;top:256.46484375px;left:115.48828125px;display:block; }
 }@media only screen and (max-width: 763px) { #gm2m9aliNizZq6WLswzTq7hlvwZflNHl { display:block; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { width:178px;height:36px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hQcKD3VUXbfJP9ozqitGTJOtc2UaK0gS { width:121px;height:26px;top:25px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { width:88px;height:49px;top:76px;left:116px;display:block; }
 }