.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073089;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { border-width: 0; border-radius: 0; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { position:absolute;display:block;z-index:15000;height:50px;width:857px;top:9px;left:335px;display:block; }
#W8iskZuWQUf00XcCKeskffUtkDuCJmAa { 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;box-shadow: none;height:54px;width:280px;top:7px;left:0px;overflow:hidden;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::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; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:14px;font-family:arial;height:1020px;width:1200px;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:178px;font-weight:700;z-index:15017;line-height:.8;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:117px;left:0px;height:569.562px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { color:#2a2e41;display:block;width:108.984px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14px;left:257px;height:38.9931px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { color:#2a2e41;display:block;width:108.976px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14px;left:544px;height:38.993px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { color:#2a2e41;display:block;width:108.976px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14px;left:806px;height:38.9931px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e0PCR6XTl2mUyi5yQGIVu1Dlp2pMeZ6I { background-color:#073089;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;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:379px;height:55px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:897px;left:821px;display:block; }
#HNFXEADcgQWFK9lv2rCgnidMUk3RWsKS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:878px;left:401px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, #766ec7);background-image: -moz-linear-gradient(178deg, #d10070, #766ec7);background-image: -ms-linear-gradient(178deg, #d10070, #766ec7);background-image: -o-linear-gradient(178deg, #d10070, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d10070, #766ec7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:46px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:399px;height:94px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iaUPAdrOhPnugT1bHVbT9zrBstTLPtUM { background-color:#073089;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;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:378px;height:55px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:897px;left:0px;display:block; }
#FBB5TX5R8rPoqhIzFkQh2Ob0cRCAaRTq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PRd265V2TE4G3DJERbPq22elqwP35N7c { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:734px;left:0px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { position:relative;display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { background-color: transparent; background-image: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { border-width: 0; border-radius: 0; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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:232px;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; }#lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { color:#4c4c4c;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.78125px;left:0px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuBatG57bueSMnPMn2isqqJfWQ8sOp91 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:141px;width:255px;top:69px;left:457px;overflow:hidden;display:block; }
#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { position:relative;display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { background-color: transparent; background-image: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { border-width: 0; border-radius: 0; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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:910px;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; }#zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { position:absolute;display:block;z-index:15000;height:600px;width:1198px;top:197px;left:0px;display:block; }
#CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { color:#191919;display:block;width:600px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:87px;left:300px;height:65px;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; }
#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { position:relative;display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { background-color: transparent; background-image: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { border-width: 0; border-radius: 0; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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:648px;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; }#ZQFTJRcl53v1QaqnfE1Rl59EWadQmf44 { color:#4c4c4c;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:121px;left:0px;height:76.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mOPLGVITgicDbg4ZVxDkotFWM3S9Wk9q { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:209px;left:0px;height:25.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:250px;left:0px;height:142.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv li:before{  }
#JEcMOPwtuySCv2FtaMDu9fxVNWTGOKu3 { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:404px;left:0px;height:25.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:443px;left:0px;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 li:before{  }
#xySDQRUduCM5O4nVbxXIIzwJLhtTqtUW { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:552px;left:0px;height:51px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV { position:relative;display:block; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV { background-color: transparent; background-image: none; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row .container > .video-iframe-container { display: none; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row > .video-iframe-container { display: none; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .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); }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV { border-width: 0; border-radius: 0; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .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; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .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:497px;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; }#pBT06u95OklIHq97vnOtrB93uRaJLLTZ { color:#2a2e41;display:block;width:960px;position:absolute;font-family:montserrat;font-size:38px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23px;left:120px;height:49.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5sZAooE99R3n2EceIIlNAUUpwawMJme { display:block;width:480px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:241px;left:584px;height:142.7812px;color:#666666;display:block; }
#KCnTDPAyeisQMRxCvU2odHE8tPKaNPWd { border-top:0;border-left:0;border-right:0;border-bottom:0;height:310px;width:310px;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:157px;border-top-right-radius:157px;border-bottom-left-radius:157px;border-bottom-right-radius:157px;top:111px;left:238px;overflow:hidden;display:block; }
#ok4Rxq71zqES9TxOxrKL2T5c2t3baOmh { display:block;width:480px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:196px;left:584px;height:18.1875px;font-style:normal;color:#3396fe;display:block; }
#LXPHpPcWe1TTHwfiiWXbJQht4dRusc0E { display:block;width:480px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:146px;left:584px;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; }
#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { background-color: transparent; background-image: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .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); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { border-width: 0; border-radius: 0; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { color:#0d25ae;display:block;width:368px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:64px;left:120px;height:54.5938px;font-style:normal;display:block; }
#pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { color:#0d25ae;display:block;width:368px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.716613769531px;left:120px;height:23.4028px;font-style:normal;display:block; }
#hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { position:absolute;display:block;z-index:15007;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:145px;left:120px;display:block; }
#VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { color:#868686;display:block;width:1046px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:187.890625px;left:120px;height:83.1875px;font-style:normal;display:block; }
#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { 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; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { background-color: transparent; background-image: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .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); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { border-width: 0; border-radius: 0; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { font-size:14px;font-family:arial;height:390px;width:1200px;position:relative;display:block; }#ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { color:#000000;display:block;width:736px;position:absolute;font-family:montserrat;font-size:32px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:104px;left:120px;height:83.1875px;text-align:left;text-align-last:left;display:block; }
#FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { box-sizing:content-box;color:#3c54d8;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:15030;top:192px;left:109px;display:block; }
#Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { color:#000000;display:block;width:174px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:208px;left:159px;height:23.3906px;font-style:normal;display:block; }
#dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { color:#ed5940;display:block;width:600px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:66.796875px;left:120px;height:18.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etpddmTsgSgOthXaz4qLEBDeax7kP6aT { color:#000000;display:block;width:283px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:207.3125px;left:333px;height:23.3906px;font-style:normal;display:block; }
#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { color:#747474;display:block;width:527px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:257px;left:118.5px;height:110.469px;font-style:normal;display:block; }
#wc19AZ0xVqTuh4gBO8rifQSDA0wJ2oNt { color:#d51f1f;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:300px;left:701px;height:20.7969px;display:block; }
#XDBXmfrstwJsDbPIBfq0KJPMqG4hNWh6 { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:92px;width:92px;top:208px;left:701px;overflow:hidden;display:block; }
#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container { background-color: transparent; background-image: none; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container > .video-iframe-container { display: none; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row > .video-iframe-container { display: none; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .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); }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container { border-width: 0; border-radius: 0; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container { font-size:14px;font-family:arial;height:334px;width:1200px;position:relative;display:block; }#nU6WlAUBHK2WiktqvVJIihTdumulIEtp { color:#000000;display:block;width:1065px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:83.984375px;left:120px;height:39px;text-align:left;text-align-last:left;display:block; }
#T8IbT1vTldssRbUc2fRnFKIukM7zFlxn { box-sizing:content-box;color:#3c54d8;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:15030;top:136px;left:112px;display:block; }
#Wf9pSBs9Rzbsb8A0s0T2IENIatKF9SI8 { color:#000000;display:block;width:160px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:149px;left:162px;height:23.3906px;font-style:normal;display:block; }
#hX5vJJvPulINNRuTB7llLGrgu9lTEyfi { color:#ed5940;display:block;width:600px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:55px;left:120px;height:18.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9tzoO6QTPPbgkszMSN4Je4Bd1JvZ60W { color:#000000;display:block;width:306px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:148px;left:334px;height:23.3906px;font-style:normal;display:block; }
#NZJHDycUrMQDSFVJbbzOOXX1Uveeem3H { color:#747474;display:block;width:527px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:197px;left:120px;height:110.469px;font-style:normal;display:block; }
#Hr0JffT1unPWsdK1Z0A53zPmCIdkE677 { color:#d51f1f;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:288px;left:695px;height:20.7969px;display:block; }
#w76PmJARb9cHOtMPJktg0KH29mgWiDVk { position:absolute;display:block;z-index:15049;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;box-shadow: none;height:92px;width:92px;top:196px;left:695px;overflow:hidden;display:block; }
#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { 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; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { background-color: transparent; background-image: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .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); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { border-width: 0; border-radius: 0; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { font-size:14px;font-family:arial;height:328px;width:1200px;position:relative;display:block; }#CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { color:#000000;display:block;width:681px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:104px;left:120px;height:39px;text-align:left;text-align-last:left;display:block; }
#QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { color:#ed5940;display:block;width:600px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:66.796875px;left:120px;height:18.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfAACq790Iv2ooiA3q51abHCPDpNmtLU { color:#747474;display:block;width:527px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:213px;left:125px;height:88.375px;font-style:normal;display:block; }
#UG0UztxZPFaXJ5z1B6RgWPLRE3CotUdA { color:#000000;display:block;width:283px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:168px;left:335px;height:23.3906px;font-style:normal;display:block; }
#Qz7W6dsBDzX4krUZqfKos5xGR3NHGEZp { color:#000000;display:block;width:174px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:168px;left:167px;height:23.3906px;font-style:normal;display:block; }
#qpztD34srlNR7wR2DosTEfH78Ab3buFx { box-sizing:content-box;color:#3c54d8;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:15033;top:152px;left:117px;display:block; }
#oHNBzX1RuRE1y18CGcoGD2zt3uqpxUz9 { color:#d51f1f;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:282px;left:696px;height:20.7969px;display:block; }
#CgHXi2MbZOIfrO05nyG5rMlD7aAbTlro { position:absolute;display:block;z-index:15051;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;box-shadow: none;height:92px;width:92px;top:190px;left:696px;overflow:hidden;display:block; }
#AolPnItlxy4B91ew3M5xaClMFdxTnTxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { background-color: transparent; background-image: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container > .video-iframe-container { display: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container { display: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .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); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { border-width: 0; border-radius: 0; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { font-size:14px;font-family:arial;height:327px;width:1200px;position:relative;display:block; }#wF6nOvFCgsOvrzDZm0euotB0QVht2u1q { color:#747474;display:block;width:527px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:211px;left:114px;height:88.375px;font-style:normal;display:block; }
#XPtXUl8MkdrGVry3VpTCFn4RD2pmS8yz { color:#000000;display:block;width:283px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:166px;left:326px;height:23.3906px;font-style:normal;display:block; }
#wR7zfLIJkq1gJsJSxgiWCClr3EzTRXZA { color:#000000;display:block;width:828px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:74px;left:114px;height:78px;text-align:left;text-align-last:left;display:block; }
#sm5G9XdQ0ztHoIZ8284TSus98PhST1Qt { color:#000000;display:block;width:174px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:168px;left:163px;height:23.3906px;font-style:normal;display:block; }
#NEEvGTyspLr8viGCqHsvsp0mxWWw2Orb { box-sizing:content-box;color:#3c54d8;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:15042;top:152px;left:113px;display:block; }
#rmrUctO17rWcQkgZ77A9hR7U3gggCiXX { color:#ed5940;display:block;width:600px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37px;left:114px;height:18.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rm7mmJRQIkkoqIxD8ytmr5xwqKR68Mlc { z-index:15005;top:180px;left:703px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, #766ec7);background-image: -moz-linear-gradient(178deg, #d10070, #766ec7);background-image: -ms-linear-gradient(178deg, #d10070, #766ec7);background-image: -o-linear-gradient(178deg, #d10070, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d10070, #766ec7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:46px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:399px;height:94px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ou4XVhcEmeIMEEvgkazOpV4fpCcT0vhX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:14px;font-family:arial;height:240px;width:1200px;position:relative;display:block; }#T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65.9961px;width:346.992px;top:87.001953125px;left:426px;overflow:hidden;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f36200;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; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { color:#e8f7ff;display:block;width:376.992px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.646484375px;left:411px;height:50.6771px;font-style:normal;text-align:center;text-align-last:center;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { top:9px;left:0px;width:764px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #W8iskZuWQUf00XcCKeskffUtkDuCJmAa { top:7px;left:0px;width:280px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:764px;height:569px;top:117px;left:0px;font-size:178px;display:block; }
 }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:108px;height:38px;top:13px;left:39px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:186px;height:16px;top:13px;left:326px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:207px;height:16px;top:13px;left:557px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #e0PCR6XTl2mUyi5yQGIVu1Dlp2pMeZ6I { width:379px;height:55px;top:897px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #HNFXEADcgQWFK9lv2rCgnidMUk3RWsKS { display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:878px;left:183px;width:399px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #iaUPAdrOhPnugT1bHVbT9zrBstTLPtUM { width:378px;height:55px;top:897px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FBB5TX5R8rPoqhIzFkQh2Ob0cRCAaRTq { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:764px;height:93px;top:734px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:764px;height:28px;top:10px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nuBatG57bueSMnPMn2isqqJfWQ8sOp91 { top:69px;left:239px;width:255px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { top:197px;left:0px;width:764px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:600px;height:65px;top:87px;left:82px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQFTJRcl53v1QaqnfE1Rl59EWadQmf44 { width:764px;height:65px;top:34px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { width:764px;height:76px;top:121px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mOPLGVITgicDbg4ZVxDkotFWM3S9Wk9q { width:764px;height:25px;top:209px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv { width:764px;height:;top:250px;left:0px;font-size:17px;display:block; }#FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv li:before{  }
 }@media only screen and (max-width: 763px) { #JEcMOPwtuySCv2FtaMDu9fxVNWTGOKu3 { width:764px;height:25px;top:404px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 { width:764px;height:;top:443px;left:0px;font-size:17px;display:block; }#VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 li:before{  }
 }@media only screen and (max-width: 763px) { #xySDQRUduCM5O4nVbxXIIzwJLhtTqtUW { width:764px;height:51px;top:552px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV { display:block; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBT06u95OklIHq97vnOtrB93uRaJLLTZ { width:764px;height:49px;top:23px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #E5sZAooE99R3n2EceIIlNAUUpwawMJme { width:382px;height:115px;top:272px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #KCnTDPAyeisQMRxCvU2odHE8tPKaNPWd { width:230px;height:229px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ok4Rxq71zqES9TxOxrKL2T5c2t3baOmh { width:382px;height:18px;top:136px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #LXPHpPcWe1TTHwfiiWXbJQht4dRusc0E { width:382px;height:41px;top:86px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { top:64px;left:0px;width:368px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { top:41px;left:0px;width:368px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { top:145px;left:0px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { top:187px;left:0px;width:764px;height:83px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:736px;height:83px;top:104px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { top:192px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:174px;height:23px;top:208px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:600px;height:18px;top:66px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:283px;height:23px;top:207px;left:115px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { top:257px;left:0px;width:527px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wc19AZ0xVqTuh4gBO8rifQSDA0wJ2oNt { top:300px;left:483px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XDBXmfrstwJsDbPIBfq0KJPMqG4hNWh6 { top:208px;left:483px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w { display:block; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU6WlAUBHK2WiktqvVJIihTdumulIEtp { width:764px;height:39px;top:83px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T8IbT1vTldssRbUc2fRnFKIukM7zFlxn { top:136px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9pSBs9Rzbsb8A0s0T2IENIatKF9SI8 { width:160px;height:23px;top:149px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hX5vJJvPulINNRuTB7llLGrgu9lTEyfi { width:600px;height:18px;top:55px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b9tzoO6QTPPbgkszMSN4Je4Bd1JvZ60W { width:306px;height:23px;top:148px;left:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NZJHDycUrMQDSFVJbbzOOXX1Uveeem3H { top:197px;left:0px;width:527px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0JffT1unPWsdK1Z0A53zPmCIdkE677 { top:288px;left:477px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w76PmJARb9cHOtMPJktg0KH29mgWiDVk { top:196px;left:477px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:681px;height:39px;top:104px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:600px;height:18px;top:66px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qfAACq790Iv2ooiA3q51abHCPDpNmtLU { top:213px;left:0px;width:527px;height:88px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UG0UztxZPFaXJ5z1B6RgWPLRE3CotUdA { width:283px;height:23px;top:168px;left:117px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7W6dsBDzX4krUZqfKos5xGR3NHGEZp { width:174px;height:23px;top:168px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qpztD34srlNR7wR2DosTEfH78Ab3buFx { top:152px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oHNBzX1RuRE1y18CGcoGD2zt3uqpxUz9 { top:282px;left:478px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CgHXi2MbZOIfrO05nyG5rMlD7aAbTlro { top:190px;left:478px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #AolPnItlxy4B91ew3M5xaClMFdxTnTxX { display:block; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF6nOvFCgsOvrzDZm0euotB0QVht2u1q { top:211px;left:0px;width:527px;height:88px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XPtXUl8MkdrGVry3VpTCFn4RD2pmS8yz { width:283px;height:23px;top:166px;left:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wR7zfLIJkq1gJsJSxgiWCClr3EzTRXZA { width:764px;height:78px;top:74px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #sm5G9XdQ0ztHoIZ8284TSus98PhST1Qt { width:174px;height:23px;top:168px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NEEvGTyspLr8viGCqHsvsp0mxWWw2Orb { top:152px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rmrUctO17rWcQkgZ77A9hR7U3gggCiXX { width:600px;height:18px;top:37px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7mmJRQIkkoqIxD8ytmr5xwqKR68Mlc { top:180px;left:365px;width:399px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #ou4XVhcEmeIMEEvgkazOpV4fpCcT0vhX { display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { top:87px;left:208px;width:346px;height:65.797277107878px;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { top:32px;left:193px;width:376px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -moz-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -ms-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -o-linear-gradient(45deg, #0072ff, #00c6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );";background-image: linear-gradient(45deg, #0072ff, #00c6ff);background-size:auto !important;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:320px;height:164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { width:47.9844px;height:50px;top:94px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #W8iskZuWQUf00XcCKeskffUtkDuCJmAa { width:280px;height:54px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eacaca4-804f-4d5c-af82-358e16ae7b61/fondomobileseriewebinars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:320px;height:641px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:319.922px;height:124.781px;top:130.625px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:178.844px;height:16.8906px;top:93.75px;left:70px;text-align:center;text-align-last:center;font-size:13px;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:186.875px;height:16.8906px;top:56.875px;left:66px;text-align:center;text-align-last:center;font-size:13px;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:207.891px;height:16.8906px;top:20px;left:56px;text-align:center;text-align-last:center;font-size:13px;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e0PCR6XTl2mUyi5yQGIVu1Dlp2pMeZ6I { width:303.938px;height:55px;top:566.2504px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HNFXEADcgQWFK9lv2rCgnidMUk3RWsKS { display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:452.266px;left:8px;width:303.938px;height:93.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #iaUPAdrOhPnugT1bHVbT9zrBstTLPtUM { width:303.938px;height:55px;top:377.266px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #FBB5TX5R8rPoqhIzFkQh2Ob0cRCAaRTq { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:320px;height:81.8906px;top:275.391px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:320px;height:83.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nuBatG57bueSMnPMn2isqqJfWQ8sOp91 { width:181px;height:100px;top:123.1875px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:320px;height:600px;top:81.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQFTJRcl53v1QaqnfE1Rl59EWadQmf44 { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { width:320px;height:99px;top:79px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #mOPLGVITgicDbg4ZVxDkotFWM3S9Wk9q { width:320px;height:33px;top:198px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv { width:320px;height:180px;top:251px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }#FcMSAdW7OcOV4SyEhCTOI3gDCvfnRxTv li:before{  }
 }@media only screen and (max-width: 763px) { #JEcMOPwtuySCv2FtaMDu9fxVNWTGOKu3 { width:320px;height:33px;top:451px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 { width:320px;height:92.5px;top:504px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }#VlLOusDtVXt2eiOKR1BPGUupRMTBwIC5 li:before{  }
 }@media only screen and (max-width: 763px) { #xySDQRUduCM5O4nVbxXIIzwJLhtTqtUW { width:320px;height:82.5px;top:616.5px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV { display:block; }#TlyIvtFylSSBP1Fo3CkMenWTIvWV7SFV > .row .container { width:320px;height:793px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBT06u95OklIHq97vnOtrB93uRaJLLTZ { width:320px;height:29.8906px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #E5sZAooE99R3n2EceIIlNAUUpwawMJme { width:320px;height:214.1715px;top:559.4375px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCnTDPAyeisQMRxCvU2odHE8tPKaNPWd { width:310px;height:310px;top:69.875px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ok4Rxq71zqES9TxOxrKL2T5c2t3baOmh { width:320px;height:36.375px;top:503.0625px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXPHpPcWe1TTHwfiiWXbJQht4dRusc0E { width:320px;height:83.1875px;top:399.875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:320px;height:391px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { width:319.922px;height:41.5938px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { width:319.922px;height:23.3906px;top:81.5938px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { width:131.922px;height:5.9375px;top:124.9688px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { width:319.922px;height:220.9372px;top:150.9063px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:320px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:320px;height:101.391px;top:62.375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { width:50px;height:50px;top:183.766px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:110px;height:46.7812px;top:253.766px;left:105px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:320px;height:22.3906px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:282.969px;height:23.3906px;top:320.5316px;left:18px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { width:320px;height:154.656px;top:363.9066px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc19AZ0xVqTuh4gBO8rifQSDA0wJ2oNt { width:200px;height:20.7969px;top:650.54725px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDBXmfrstwJsDbPIBfq0KJPMqG4hNWh6 { width:92px;height:92px;top:538.54725px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w { display:block; }#qrilmmVJ7H3Kd9sNTIfuF9gHMnwMKw3w > .row .container { width:320px;height:712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU6WlAUBHK2WiktqvVJIihTdumulIEtp { width:320px;height:101.391px;top:62.375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8IbT1vTldssRbUc2fRnFKIukM7zFlxn { width:50px;height:50px;top:183.766px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9pSBs9Rzbsb8A0s0T2IENIatKF9SI8 { width:320px;height:23.3906px;top:253.766px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX5vJJvPulINNRuTB7llLGrgu9lTEyfi { width:320px;height:22.3906px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b9tzoO6QTPPbgkszMSN4Je4Bd1JvZ60W { width:282.969px;height:23.3906px;top:297.141px;left:18px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZJHDycUrMQDSFVJbbzOOXX1Uveeem3H { width:320px;height:198.844px;top:340.516px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0JffT1unPWsdK1Z0A53zPmCIdkE677 { width:200px;height:20.7969px;top:671.359625px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w76PmJARb9cHOtMPJktg0KH29mgWiDVk { width:92px;height:92px;top:559.359625px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:320px;height:645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:320px;height:101.391px;top:62.375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:320px;height:22.3906px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qfAACq790Iv2ooiA3q51abHCPDpNmtLU { width:320px;height:132.562px;top:340.516px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG0UztxZPFaXJ5z1B6RgWPLRE3CotUdA { width:283px;height:23.3906px;top:297.141px;left:18px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7W6dsBDzX4krUZqfKos5xGR3NHGEZp { width:174px;height:23.3906px;top:253.766px;left:73px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpztD34srlNR7wR2DosTEfH78Ab3buFx { width:50px;height:50px;top:183.766px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oHNBzX1RuRE1y18CGcoGD2zt3uqpxUz9 { width:200px;height:20.7969px;top:605.062625px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgHXi2MbZOIfrO05nyG5rMlD7aAbTlro { width:92px;height:92px;top:493.062625px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #AolPnItlxy4B91ew3M5xaClMFdxTnTxX { display:block; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { width:320px;height:662px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF6nOvFCgsOvrzDZm0euotB0QVht2u1q { width:320px;height:154.656px;top:374.313px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPtXUl8MkdrGVry3VpTCFn4RD2pmS8yz { width:283px;height:23.3906px;top:330.938px;left:18px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wR7zfLIJkq1gJsJSxgiWCClr3EzTRXZA { width:320px;height:135.188px;top:62.375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sm5G9XdQ0ztHoIZ8284TSus98PhST1Qt { width:174px;height:23.3906px;top:287.563px;left:73px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEEvGTyspLr8viGCqHsvsp0mxWWw2Orb { width:50px;height:50px;top:217.563px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rmrUctO17rWcQkgZ77A9hR7U3gggCiXX { width:320px;height:22.3906px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7mmJRQIkkoqIxD8ytmr5xwqKR68Mlc { top:548.954px;left:8px;width:304px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #ou4XVhcEmeIMEEvgkazOpV4fpCcT0vhX { display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:261.922px;height:48.9219px;top:20px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:320px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:319.922px;height:67.5625px;top:20px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }