.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/321542e0-3a15-463f-a079-6116a5be0697/analystworkingwithbusinessanalyticscomputermakereportwithkpiaigeneration.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::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; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:14px;font-family:arial;height:464px;width:960px;position:relative;display:block; }#R6lUEPftII4fQRzfqMVJr608sa1cdhON { color:#000000;display:block;width:200px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:21px;left:0px;height:28px;font-style:normal;display:block; }
#kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:292px;width:292px;top:0px;left:0px;overflow:hidden;display:block; }
#h0vEIR6S28WW48OMsTJq6zsoWUqm6J2u { color:#000000;display:block;width:650px;position:absolute;font-family:montserrat;font-size:56px;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:330px;left:37px;height:134px;font-style:normal;display:block; }
#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);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; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container { background-color: transparent; background-image: none; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container > .video-iframe-container { display: none; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row > .video-iframe-container { display: none; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .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); }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container { border-width: 0; border-radius: 0; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container { font-size:14px;font-family:arial;height:737px;width:960px;position:relative;display:block; }#xSlJBK4cKru3xZr0GSuqgp77rLAuq3Jf { color:#212633;display:block;width:880.96875px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:96.0625px;left:26.515625px;height:528px;text-align:left;text-align-last:left;display:block; }
#nCp7wThzrSNRNqXKapKCppD4BUzaUGcO { color:#5658a0;display:block;width:883.96875px;position:absolute;font-family:montserrat;font-size:29px;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;top:31.0625px;left:25.015625px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#047fb2;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; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container { background-color: transparent; background-image: none; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container > .video-iframe-container { display: none; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row > .video-iframe-container { display: none; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .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); }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container { border-width: 0; border-radius: 0; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container { font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#T25q6pJiSoBktWJb6S5Au6q94aix9End { position:absolute;display:block;z-index:15026;background-color:#5658a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:52px;width:597px;top:39px;left:190px;display:block; }
#L4TJQ0zH6CRDEeNSf3uS2uVtmyp528cS { color:#ffffff;display:block;width:781px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:46.5px;left:99px;height:39px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#212633;display:block;width:880.984px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:118.0625px;left:39.484375px;height:48px;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#5658a0;display:block;width:883.984px;position:absolute;font-family:montserrat;font-size:40px;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;top:28.0625px;left:37.984375px;height:80px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:62.095153808594px;left:456.4772644043px;display:none; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.12);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; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { background-color: transparent; background-image: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container > .video-iframe-container { display: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container { display: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .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); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { border-width: 0; border-radius: 0; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { font-size:14px;font-family:arial;height:153px;width:960px;position:relative;display:block; }#AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { color:#047fb2;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:73.089508056641px;left:12.99006652832px;height:29px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { color:#2a2a2a;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:73.075286865234px;left:332.99005126953px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { color:#2a2a2a;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:73.082397460938px;left:652.99002075195px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { position:absolute;display:block;z-index:15005;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:44px;width:71px;top:14.998596191406px;left:123.9914855957px;overflow:hidden;display:block; }
#xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:53px;top:11.984375px;left:453.5px;overflow:hidden;display:block; }
#aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:291px;top:15.078125px;left:654.5px;overflow:hidden;display:block; }
#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV { position:relative;display:block; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV { background-color: transparent; background-image: none; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row .container > .video-iframe-container { display: none; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row > .video-iframe-container { display: none; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .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); }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV { border-width: 0; border-radius: 0; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .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; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eaeaea;background-image:none;font-size:14px;font-family:arial;height:486px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S8AWIdCVDPM0quwmszoCWe5UDeyJcZAR { color:#047fb2;display:block;width:859px;position:absolute;font-family:montserrat;font-size:33px;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:29.296875px;left:48.984375px;height:29px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zoGCZzCmFuX2u11OMPl2edk6IaVIQlqq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:80.984375px;left:158.484375px;display:block; }
#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#047fb2;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; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { background-color: transparent; background-image: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container > .video-iframe-container { display: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container { display: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .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); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { border-width: 0; border-radius: 0; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;top:34.5px;left:67px; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; }#q6OVIGQN2vN15dQBnqXXFswAselCEngK { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15001;opacity:1;top:34.5px;left:135px; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; }#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15002;opacity:1;top:34.5px;left:204px; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; }#ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { color:#ffffff;display:block;width:320px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:46.5px;left:640px;height:26px;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { top:21px;left:0px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { top:0px;left:0px;width:292px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #h0vEIR6S28WW48OMsTJq6zsoWUqm6J2u { top:330px;left:0px;width:650px;height:134px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #VFMbfOQBXIkTKmznSlDTOx731TO2g6BB { display:block; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSlJBK4cKru3xZr0GSuqgp77rLAuq3Jf { top:96px;left:0px;width:764px;height:600px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nCp7wThzrSNRNqXKapKCppD4BUzaUGcO { top:31px;left:0px;width:764px;height:29px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE { display:block; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T25q6pJiSoBktWJb6S5Au6q94aix9End { top:39px;left:0px;width:597px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #L4TJQ0zH6CRDEeNSf3uS2uVtmyp528cS { top:46px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:118px;left:0px;width:764px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:28px;left:0px;width:764px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { width:45px;height:45px;top:62px;left:358.4772644043px;display:none; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { display:block; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { top:73px;left:0px;width:293px;height:59px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { top:73px;left:215px;width:293px;height:59px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { top:73px;left:469px;width:293px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { top:14px;left:90.991485595703px;width:71px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { top:11px;left:354.5px;width:53px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { top:15px;left:471px;width:291px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV { display:block; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8AWIdCVDPM0quwmszoCWe5UDeyJcZAR { top:29px;left:0px;width:764px;height:29px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #zoGCZzCmFuX2u11OMPl2edk6IaVIQlqq { top:80px;left:60.484375px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { display:block; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { top:34px;left:34px;width:50px;height:50px;display:block; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q6OVIGQN2vN15dQBnqXXFswAselCEngK { top:34px;left:102px;width:50px;height:50px;display:block; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { top:34px;left:171px;width:50px;height:50px;display:block; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { top:46px;left:442px;width:320px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #047fb2, #5658a0);background-image: -moz-linear-gradient(177deg, #047fb2, #5658a0);background-image: -ms-linear-gradient(177deg, #047fb2, #5658a0);background-image: -o-linear-gradient(177deg, #047fb2, #5658a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047fb2', endColorstr='#5658a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047fb2', endColorstr='#5658a0' );";background-image: linear-gradient(177deg, #047fb2, #5658a0);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:320px;height:314px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { width:310px;height:28px;top:41px;left:10px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { width:180px;height:180px;top:20px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #h0vEIR6S28WW48OMsTJq6zsoWUqm6J2u { width:320px;height:82px;top:220px;left:0px;font-size:38px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFMbfOQBXIkTKmznSlDTOx731TO2g6BB { display:block; }#VFMbfOQBXIkTKmznSlDTOx731TO2g6BB > .row .container { width:320px;height:1641px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSlJBK4cKru3xZr0GSuqgp77rLAuq3Jf { width:295px;height:1488px;top:133px;left:12px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCp7wThzrSNRNqXKapKCppD4BUzaUGcO { width:320px;height:93px;top:20px;left:0px;font-size:26px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE { display:block; }#TCGyGlPZQGzLAmekhbVTG5TCwkHL21sE > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T25q6pJiSoBktWJb6S5Au6q94aix9End { width:318px;height:98px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L4TJQ0zH6CRDEeNSf3uS2uVtmyp528cS { width:320px;height:82px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:320px;height:386px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:295px;height:168px;top:198px;left:12px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:320px;height:93px;top:20px;left:0px;font-size:26px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { width:45px;height:45px;top:133px;left:137px;z-index:15033;display:block; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { display:block; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { width:320px;height:464px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { width:294px;height:64px;top:84px;left:13px;font-size:27px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { width:290px;height:64px;top:232px;left:15px;font-size:27px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { width:294px;height:64px;top:380px;left:13px;font-size:27px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { width:71px;height:44px;top:20px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { width:47px;height:44px;top:168px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { width:291px;height:44px;top:316px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV { display:block; }#AnG0VvIxJqEkcJrUthD2ZZhrBll9ieMV > .row .container { width:320px;height:328px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8AWIdCVDPM0quwmszoCWe5UDeyJcZAR { width:232px;height:124px;top:20px;left:44px;font-size:26px;line-height:1.2;color:#047fb2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoGCZzCmFuX2u11OMPl2edk6IaVIQlqq { height:160px;width:286px;top:154px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { display:block; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { width:320px;height:276px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { display:flex;width:50px;height:50px;top:20px;left:135px; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q6OVIGQN2vN15dQBnqXXFswAselCEngK { display:flex;width:50px;height:50px;top:90px;left:135px; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { display:flex;width:50px;height:50px;top:160px;left:135px; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { width:320px;height:26px;top:230px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }