.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:#103ffa;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:0rem;left:0rem;right:0rem;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:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { position:absolute;display:block;z-index:15000;height:3.125rem;width:53.5625rem;top:0.5625rem;left:20.9375rem;display:block; }
#TCtQPaDTNcSGpfSO91M0GyRrcqAGpTP9 { 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:2.4375rem;width:15.1875rem;top:0.9375rem;left:0rem;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:0.875rem;font-family:arial;height:59.5rem;width:75rem;overflow:visible;position:relative;display:block; }#H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { color:#2a2e41;display:block;width:6.8115rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:0.875rem;left:16.0625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.875rem;left:34rem;height:2.4370625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:0.875rem;left:50.375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:50.3125rem;left:25.0625rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:5.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqwzMLW48LfXST2fIWO8n3Nf0MCheHHb { color:#e63d05;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:8.8125rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #89072d;top:5.6875rem;left:0rem;height:31.722625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbVwfdgHZeMPyBcEyOZ8h2z28WzPiIIk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #89072d;top:39.0625rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRHb8V1pVs3GToQU7m92Gc1aTkZoN3aq { box-sizing:content-box;height:3.9375rem;width:22.8125rem;position:absolute;display:block;z-index:15028;background-color:#103ffa;background-image:none;top:44.5rem;left:26.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#GsVksXLsToe0IWsGUfmtcXmcrWlJv3BG { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:45.0625rem;left:27.4375rem;height:2.76171875rem;font-style:normal;display:block; }
#a9BXg50RJkm4h1MUaasIFmevA427dqZV { position:relative;display:block; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV { background-color: transparent; background-image: none; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row .container > .video-iframe-container { display: none; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row > .video-iframe-container { display: none; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .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); }#a9BXg50RJkm4h1MUaasIFmevA427dqZV { border-width: 0; border-radius: 0; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .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; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#htC3GTWJ5w8dFcqkrWF8rPVwh0HpQvfe { color:#191919;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:4.0625rem;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; }
#kKnd7RKifP75TuxVrvBiJbQ272JKHHfa { 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:4.6875rem;width:19.8125rem;top:7.9375rem;left:27.59375rem;overflow:hidden;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:0.875rem;font-family:arial;height:23.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.2587890625rem;left:0rem;height:14.619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fZQkbLHxFX1tafVEmecv6V1nmxWLkMQK { color:#191919;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:18.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#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:0.875rem;font-family:arial;height:56.875rem;width:75rem;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:37.5rem;width:74.875rem;top:12.3125rem;left:0rem;display:block; }
#CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { color:#191919;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:5.5625rem;left:18.75rem;height:4.0625rem;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; }
#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { 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; }#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:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#Pga0ncz8mBOrrKvzSHWzgdCDMwRucvTG { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:2.625rem;left:17.59375rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH { position:relative;display:block; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH { background-color: transparent; background-image: none; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container > .video-iframe-container { display: none; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row > .video-iframe-container { display: none; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .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); }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH { border-width: 0; border-radius: 0; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .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; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container.adaptive-delivery-prevent-bg, #IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container.lazyload, #IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container.lazyloading { background-image: none; }#WPal5THEb30hI9CSkJJlFzIMyoeFliml { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:2.5rem;left:21.25rem;overflow:hidden;display:block; }
#iSNgzVL6TAyZN2VbFpvDKb32rdnIA3HI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:2.5rem;left:45.6875rem;overflow:hidden;display:block; }
#lolITmMyeROT8ZGl1coqCt4rE2vw7xBJ { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.6875rem;left:13.75rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Usb4Mh4LOMn04hiCgDWdR6a4LJuSXxcA { color:#000000;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqHEeJ8rhRt5AFZKNiUwv9tO6T6GwROq { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NAANLTQugdK6MMwP87Z78gwRBHWSNwWd { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.9375rem;left:18.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GTrEbOfMDtwotdKMReSkN5zs8D8lWEsh { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:18.25rem;left:24.75rem;display:block; }
#PV20xIh8gCJisKNKCLAiA3HEiWelasE3 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:18.25rem;left:49.6875rem;display:block; }
#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 { position:relative;display:block; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 { background-color: transparent; background-image: none; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container > .video-iframe-container { display: none; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row > .video-iframe-container { display: none; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .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); }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 { border-width: 0; border-radius: 0; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .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; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container.adaptive-delivery-prevent-bg, #fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container.lazyload, #fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container.lazyloading { background-image: none; }#mI2skvATpe3cbQkLw94CNtEe9tySKZ46 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:42.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UcHqtnOPKZbOEr503QWql3rtNCstbGBZ { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:17rem;left:48.9375rem;display:block; }
#iPu2a3KOpKyTnRJ8BTCs6liRDJ82a1tk { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:37.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBKq4Ek1vXJC5BU6DH7QCillFs3gNOhz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:1.25rem;left:45.4375rem;overflow:hidden;display:block; }
#xF8INM37keTsL5aqSxAw8QmtcqHDsenk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:2.25rem;left:21.1875rem;overflow:hidden;display:block; }
#p8OByDN0Ngo0u2V8FCOK1sXJhOEaNfE1 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4375rem;left:16.6875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ha8SU1qNwF4T5V7vc12yJsZcwstersw0 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5625rem;left:16.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TEHWywAIqkiXgA1GZS7nTdSThE1WTy1X { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:18rem;left:25.1875rem;display:block; }
#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 { 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; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container { background-color: transparent; background-image: none; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container > .video-iframe-container { display: none; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row > .video-iframe-container { display: none; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .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); }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container { border-width: 0; border-radius: 0; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#JmD32EGrPPHZHENtHCFKy3wfVqzf9V6f { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.4121125rem;font-style:normal;display:block; }
#Vc2Fo4RVvkMoriql5TNa8itxnJwstnep { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6072883605957rem;left:7.5rem;height:1.462675rem;font-style:normal;display:block; }
#HtO4lyuoZOxriIpW9IV1vpgD3UuRLTGZ { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#Ac7O7WHDlTVZq5SeCQSHeCJqmO2FiHA5 { color:#868686;display:block;width:65.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.7431640625rem;left:7.5rem;height:3.89941875rem;font-style:normal;display:block; }
#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { 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; }#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:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7.0625rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:11.3125rem;left:7.0625rem;display:block; }
#Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { color:#000000;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.3125rem;left:10.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:7.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etpddmTsgSgOthXaz4qLEBDeax7kP6aT { color:#073089;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.306640625rem;left:23.46875rem;height:1.13671875rem;font-style:normal;display:block; }
#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { color:#747474;display:block;width:60.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.86328125rem;left:7.0625rem;height:12.42774375rem;font-style:normal;display:block; }
#v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc { color:#747474;display:block;width:60.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.86328125rem;left:7.0625rem;height:4.767575rem;font-style:normal;display:block; }#v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc li:before{  }
#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { 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; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { background-color: transparent; background-image: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .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); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { border-width: 0; border-radius: 0; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#qTqOCpefFehsweifB91wmnZ6GsW9E0ha { color:#000000;display:block;width:64.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:7.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:9.4375rem;left:7.375rem;display:block; }
#HP0roVP97XtNo736y6FRTlwlAxUOomvp { color:#000000;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.4375rem;left:10.5rem;height:1.4619125rem;font-style:normal;display:block; }
#zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { color:#747474;display:block;width:57.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.4375rem;height:16.57031875rem;font-style:normal;display:block; }
#LsyvlHZIr3pfsg3cQraux3km5kACpmKx { color:#747474;display:block;width:57.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.3125rem;left:7.375rem;height:6.4609375rem;font-style:normal;display:block; }#LsyvlHZIr3pfsg3cQraux3km5kACpmKx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LsyvlHZIr3pfsg3cQraux3km5kACpmKx li:before{  }
#g9TZO8wENbEn3JJ3fcs2miDP2EppcV69 { color:#073089;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:10.431640625rem;left:25.40625rem;height:1.13671875rem;font-style:normal;display:block; }
#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { 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; }#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:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { color:#000000;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:9.9375rem;left:7.5rem;display:block; }
#DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { color:#000000;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.9375rem;left:10.625rem;height:1.4619125rem;font-style:normal;display:block; }
#QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { color:#747474;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5625rem;left:7.5rem;height:13.8086rem;font-style:normal;display:block; }
#VGaCNZb4LpPTxNbricGkxWPbiIn6yufP { color:#747474;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:7.5rem;height:6.4609375rem;font-style:normal;display:block; }#VGaCNZb4LpPTxNbricGkxWPbiIn6yufP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VGaCNZb4LpPTxNbricGkxWPbiIn6yufP li:before{  }
#a3KmZNB4duJdTc8XiKIvTSgU2KszFGth { color:#073089;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.931640625rem;left:26.21875rem;height:1.13671875rem;font-style:normal;display:block; }
#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV { 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; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container { background-color: transparent; background-image: none; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container > .video-iframe-container { display: none; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row > .video-iframe-container { display: none; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .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); }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container { border-width: 0; border-radius: 0; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#LoTr3me0NZynZAe09WOMR9MPk9TJVLca { color:#000000;display:block;width:64.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:7.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#xfyZFwLzGUJQVwt2feGZwpRoZPRGIqeQ { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:9.4375rem;left:7.375rem;display:block; }
#FTiKdHnvkXaTamd94D3AIzXA2bPm6Gtq { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.4375rem;left:10.5rem;height:1.4619125rem;font-style:normal;display:block; }
#Oy3PekxtftaPOHQZ6gPZaT5aRs4Ih7od { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnGHsrTFn1FfDcNoaTIfHxD8BLqdymfI { color:#747474;display:block;width:57.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.4375rem;height:11.04688125rem;font-style:normal;display:block; }
#dqGcNn15TdD81psi8aO8TGgkukAoLAoz { color:#747474;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5625rem;left:7.375rem;height:6.4609375rem;font-style:normal;display:block; }#dqGcNn15TdD81psi8aO8TGgkukAoLAoz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dqGcNn15TdD81psi8aO8TGgkukAoLAoz li:before{  }
#kEG1TqLEeP2KEnrIKXPxSTyir2QRyTgh { color:#073089;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:10.431640625rem;left:25.28125rem;height:1.13671875rem;font-style:normal;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:0.875rem;font-family:arial;height:15rem;width:75rem;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:4.12475625rem;width:21.687rem;top:5.4376220703125rem;left:26.625rem;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:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { color:#e8f7ff;display:block;width:23.562rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0404052734375rem;left:25.6875rem;height:3.16731875rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCtQPaDTNcSGpfSO91M0GyRrcqAGpTP9 { top:0.9375rem;left:0rem;width:15.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:6.75rem;height:2.375rem;top:0.8125rem;left:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.625rem;height:1rem;top:0.8125rem;left:20.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9375rem;height:1rem;top:0.8125rem;left:34.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:50.3125rem;left:11.4375rem;width:24.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #WqwzMLW48LfXST2fIWO8n3Nf0MCheHHb { width:47.75rem;height:31.6875rem;top:5.6875rem;left:0rem;font-size:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbVwfdgHZeMPyBcEyOZ8h2z28WzPiIIk { width:47.75rem;height:3.5625rem;top:39.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRHb8V1pVs3GToQU7m92Gc1aTkZoN3aq { top:44.5rem;left:12.5rem;width:22.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsVksXLsToe0IWsGUfmtcXmcrWlJv3BG { top:45.0625rem;left:13.8125rem;width:20.625rem;height:0;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9BXg50RJkm4h1MUaasIFmevA427dqZV { display:block; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htC3GTWJ5w8dFcqkrWF8rPVwh0HpQvfe { width:37.5rem;height:;top:1.3125rem;left:5.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKnd7RKifP75TuxVrvBiJbQ272JKHHfa { top:7.9375rem;left:13.96875rem;width:19.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { top:10.25rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQkbLHxFX1tafVEmecv6V1nmxWLkMQK { width:37.5rem;height:;top:2.3125rem;left:5.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { top:12.3125rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:37.5rem;height:4.0625rem;top:5.5625rem;left:5.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pga0ncz8mBOrrKvzSHWzgdCDMwRucvTG { width:39.8125rem;height:4.125rem;top:2.625rem;left:3.96875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IckmRcdkcrOVbh5NdotOcEG0GKScxmOH { display:block; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPal5THEb30hI9CSkJJlFzIMyoeFliml { top:2.5rem;left:4.8125rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNgzVL6TAyZN2VbFpvDKb32rdnIA3HI { top:2.5rem;left:20.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lolITmMyeROT8ZGl1coqCt4rE2vw7xBJ { top:14.6875rem;left:0rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usb4Mh4LOMn04hiCgDWdR6a4LJuSXxcA { top:14.6875rem;left:11.625rem;width:20.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqHEeJ8rhRt5AFZKNiUwv9tO6T6GwROq { top:16.8125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAANLTQugdK6MMwP87Z78gwRBHWSNwWd { top:16.9375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrEbOfMDtwotdKMReSkN5zs8D8lWEsh { top:18.25rem;left:12.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV20xIh8gCJisKNKCLAiA3HEiWelasE3 { top:18.25rem;left:28.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 { display:block; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI2skvATpe3cbQkLw94CNtEe9tySKZ46 { top:15.6875rem;left:14.8125rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcHqtnOPKZbOEr503QWql3rtNCstbGBZ { top:17rem;left:28.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPu2a3KOpKyTnRJ8BTCs6liRDJ82a1tk { top:13.4375rem;left:6.75rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKq4Ek1vXJC5BU6DH7QCillFs3gNOhz { top:1.25rem;left:20.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8INM37keTsL5aqSxAw8QmtcqHDsenk { top:2.25rem;left:4.8125rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8OByDN0Ngo0u2V8FCOK1sXJhOEaNfE1 { top:14.4375rem;left:0rem;width:20.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8SU1qNwF4T5V7vc12yJsZcwstersw0 { top:16.5625rem;left:0rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHWywAIqkiXgA1GZS7nTdSThE1WTy1X { top:18rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 { display:block; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmD32EGrPPHZHENtHCFKy3wfVqzf9V6f { top:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2Fo4RVvkMoriql5TNa8itxnJwstnep { top:2.5625rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtO4lyuoZOxriIpW9IV1vpgD3UuRLTGZ { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7O7WHDlTVZq5SeCQSHeCJqmO2FiHA5 { top:11.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:47.75rem;height:4.875rem;top:5.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { top:11.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:13.875rem;height:1.4375rem;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:37.5rem;height:1.125rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:26.5625rem;height:1.125rem;top:12.25rem;left:9.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { top:14.8125rem;left:0rem;width:47.75rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc { top:28.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }#v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc li:before{  }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:47.75rem;height:2.4375rem;top:6.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { top:9.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:13rem;height:1.4375rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { top:13.4375rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsyvlHZIr3pfsg3cQraux3km5kACpmKx { top:31.3125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }#LsyvlHZIr3pfsg3cQraux3km5kACpmKx li:before{  }
 }@media only screen and (max-width: 763px) { #g9TZO8wENbEn3JJ3fcs2miDP2EppcV69 { width:26.5625rem;height:1.125rem;top:10.375rem;left:11.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:47.75rem;height:2.4375rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { top:9.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:13rem;height:1.4375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { top:14.5625rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGaCNZb4LpPTxNbricGkxWPbiIn6yufP { top:29.6875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }#VGaCNZb4LpPTxNbricGkxWPbiIn6yufP li:before{  }
 }@media only screen and (max-width: 763px) { #a3KmZNB4duJdTc8XiKIvTSgU2KszFGth { width:26.5625rem;height:1.125rem;top:10.875rem;left:12.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKisGp1KTg6TgUPXFessBIsfwOAq5ziV { display:block; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTr3me0NZynZAe09WOMR9MPk9TJVLca { width:47.75rem;height:2.4375rem;top:6.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfyZFwLzGUJQVwt2feGZwpRoZPRGIqeQ { top:9.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTiKdHnvkXaTamd94D3AIzXA2bPm6Gtq { width:12.5625rem;height:1.4375rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3PekxtftaPOHQZ6gPZaT5aRs4Ih7od { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnGHsrTFn1FfDcNoaTIfHxD8BLqdymfI { top:14.0625rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGcNn15TdD81psi8aO8TGgkukAoLAoz { top:26.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }#dqGcNn15TdD81psi8aO8TGgkukAoLAoz li:before{  }
 }@media only screen and (max-width: 763px) { #kEG1TqLEeP2KEnrIKXPxSTyir2QRyTgh { width:26.5625rem;height:1.125rem;top:10.375rem;left:11.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { top:5.4375rem;left:13rem;width:21.625rem;height:4.1123298192424rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { top:2rem;left:12.0625rem;width:23.5rem;height:3.125rem;font-size:0.8125rem;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:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { width:2.999025rem;height:3.125rem;top:5.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCtQPaDTNcSGpfSO91M0GyRrcqAGpTP9 { width:17.625rem;height:2.9375rem;top:1.25rem;left:1.1875rem;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:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:11.17775rem;height:1.0556625rem;top:5.859375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.6796875rem;height:1.0556625rem;top:3.5546875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9931875rem;height:1.0556625rem;top:1.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:47.046875rem;left:0.5rem;width:18.996125rem;height:5.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #WqwzMLW48LfXST2fIWO8n3Nf0MCheHHb { width:20rem;height:10.3984375rem;top:8.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RbVwfdgHZeMPyBcEyOZ8h2z28WzPiIIk { width:20rem;height:20.796875rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VRHb8V1pVs3GToQU7m92Gc1aTkZoN3aq { width:20rem;height:3.9375rem;top:41.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsVksXLsToe0IWsGUfmtcXmcrWlJv3BG { width:20rem;height:2.5996125rem;top:42.421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9BXg50RJkm4h1MUaasIFmevA427dqZV { display:block; }#a9BXg50RJkm4h1MUaasIFmevA427dqZV > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htC3GTWJ5w8dFcqkrWF8rPVwh0HpQvfe { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKnd7RKifP75TuxVrvBiJbQ272JKHHfa { width:15.6875rem;height:3.8125rem;top:5.0996125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { width:20rem;height:20.057625rem;top:5.0996125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZQkbLHxFX1tafVEmecv6V1nmxWLkMQK { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:20rem;height:37.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pga0ncz8mBOrrKvzSHWzgdCDMwRucvTG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IckmRcdkcrOVbh5NdotOcEG0GKScxmOH { display:block; }#IckmRcdkcrOVbh5NdotOcEG0GKScxmOH > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPal5THEb30hI9CSkJJlFzIMyoeFliml { width:11.0625rem;height:11.0625rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNgzVL6TAyZN2VbFpvDKb32rdnIA3HI { width:11.0625rem;height:11.0625rem;top:24.01074375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lolITmMyeROT8ZGl1coqCt4rE2vw7xBJ { width:18.4375rem;height:2.2744125rem;top:13.5625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Usb4Mh4LOMn04hiCgDWdR6a4LJuSXxcA { width:20rem;height:2.2744125rem;top:36.32324375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqHEeJ8rhRt5AFZKNiUwv9tO6T6GwROq { width:19.875rem;height:1.29980625rem;top:39.84668125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAANLTQugdK6MMwP87Z78gwRBHWSNwWd { width:15.9375rem;height:1.29980625rem;top:17.0859375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTrEbOfMDtwotdKMReSkN5zs8D8lWEsh { width:3.125rem;height:3.125rem;top:19.63574375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV20xIh8gCJisKNKCLAiA3HEiWelasE3 { width:3.125rem;height:3.125rem;top:42.3964875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 { display:block; }#fT1Hg9pWXg8r9ttCE22pPyTGcM0J94w6 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI2skvATpe3cbQkLw94CNtEe9tySKZ46 { width:15.9375rem;height:2.5996125rem;top:36.7714875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcHqtnOPKZbOEr503QWql3rtNCstbGBZ { width:3.125rem;height:3.125rem;top:44.9961rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPu2a3KOpKyTnRJ8BTCs6liRDJ82a1tk { width:20rem;height:2.2744125rem;top:33.24805rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBKq4Ek1vXJC5BU6DH7QCillFs3gNOhz { width:11.0625rem;height:11.0625rem;top:20.93555rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8INM37keTsL5aqSxAw8QmtcqHDsenk { width:11.0625rem;height:11.0625rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8OByDN0Ngo0u2V8FCOK1sXJhOEaNfE1 { width:20rem;height:2.2744125rem;top:13.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ha8SU1qNwF4T5V7vc12yJsZcwstersw0 { width:19.875rem;height:2.5996125rem;top:17.0859375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEHWywAIqkiXgA1GZS7nTdSThE1WTy1X { width:3.125rem;height:3.125rem;top:40.6211rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 { display:block; }#okxWmNbEuh1HzAuMB3BxDcZW1qRJTDa3 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmD32EGrPPHZHENtHCFKy3wfVqzf9V6f { width:19.995125rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2Fo4RVvkMoriql5TNa8itxnJwstnep { width:19.995125rem;height:1.4619125rem;top:5.0996125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtO4lyuoZOxriIpW9IV1vpgD3UuRLTGZ { width:8.245125rem;height:0.37109375rem;top:7.81055rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7O7WHDlTVZq5SeCQSHeCJqmO2FiHA5 { width:19.995125rem;height:9.6660125rem;top:9.43164375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { width:3.125rem;height:3.125rem;top:13.5976875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:6.875rem;height:4.38574375rem;top:17.9726875rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:17.6855625rem;height:2.923825rem;top:23.60843125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { width:20rem;height:33.1406125rem;top:27.78128125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc { width:20rem;height:14.433625rem;top:62.17090625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#v6AwCqxgRdqRILhRLPEy1QK55sF7BtRc li:before{  }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:20rem;height:6.3369375rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { width:3.125rem;height:3.125rem;top:11.485375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:6.875rem;height:4.38574375rem;top:15.860375rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { width:20rem;height:41.4257875rem;top:25.66896875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsyvlHZIr3pfsg3cQraux3km5kACpmKx { width:20rem;height:16.1269375rem;top:68.34471875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#LsyvlHZIr3pfsg3cQraux3km5kACpmKx li:before{  }
 }@media only screen and (max-width: 763px) { #g9TZO8wENbEn3JJ3fcs2miDP2EppcV69 { width:20rem;height:2.923825rem;top:21.49611875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:20rem;height:6.3369375rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { width:3.125rem;height:3.125rem;top:11.485375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:6.875rem;height:4.38574375rem;top:15.860375rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { width:20rem;height:34.5214875rem;top:25.66896875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGaCNZb4LpPTxNbricGkxWPbiIn6yufP { width:20rem;height:16.1269375rem;top:61.44046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#VGaCNZb4LpPTxNbricGkxWPbiIn6yufP li:before{  }
 }@media only screen and (max-width: 763px) { #a3KmZNB4duJdTc8XiKIvTSgU2KszFGth { width:20rem;height:2.923825rem;top:21.49611875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKisGp1KTg6TgUPXFessBIsfwOAq5ziV { display:block; }#GKisGp1KTg6TgUPXFessBIsfwOAq5ziV > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTr3me0NZynZAe09WOMR9MPk9TJVLca { width:20rem;height:6.3369375rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfyZFwLzGUJQVwt2feGZwpRoZPRGIqeQ { width:3.125rem;height:3.125rem;top:11.485375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTiKdHnvkXaTamd94D3AIzXA2bPm6Gtq { width:6.875rem;height:4.38574375rem;top:15.860375rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3PekxtftaPOHQZ6gPZaT5aRs4Ih7od { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AnGHsrTFn1FfDcNoaTIfHxD8BLqdymfI { width:20rem;height:26.2363625rem;top:25.66896875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqGcNn15TdD81psi8aO8TGgkukAoLAoz { width:20rem;height:14.746125rem;top:53.15528125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#dqGcNn15TdD81psi8aO8TGgkukAoLAoz li:before{  }
 }@media only screen and (max-width: 763px) { #kEG1TqLEeP2KEnrIKXPxSTyir2QRyTgh { width:20rem;height:2.923825rem;top:21.49611875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:16.370125rem;height:3.05761875rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:19.995125rem;height:4.22265625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }