.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh { 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;z-index:auto;display:block; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { background-color: transparent; background-image: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container > .video-iframe-container { display: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container { display: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .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); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { border-width: 0; border-radius: 0; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#ngbiL7Pp6lEBP12dUzDHA7zQsNE0Lt0n { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:100px;top:12.5px;left:9px;overflow:hidden;display:block; }
#qBcesVO2Ttswk2NTZu1E4OwvW9cU6Tka { box-sizing:content-box;color:#5d92ff;font-size:25px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15px;left:924px; }
#qBcesVO2Ttswk2NTZu1E4OwvW9cU6Tka > img { max-width: 100%;max-height:100%; width:36px; height:36px; }#HmEnnVKKx63ynlRsSbebczmpG6pLt9Fr { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:210px;height:45px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.5px;left:969px;display:block; }
#B74cgtUPnIQQEJkunqPrXbxSrBzCUgTq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba1c1eb2-f73c-49ed-976c-fcdf0893ec9b/HeaderDesktop920px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:920px;width:1200px;overflow:visible;position:relative;display:block; }#hy2DCRls16pcg77tp4FZTnZNmttTRKtC { color:#ffffff;display:block;width:422px;position:absolute;font-family:"ibm plex sans";font-size:60px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:254.98751831055px;left:140.05000305176px;height:198px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { color:#ffffff;display:block;width:435px;position:absolute;font-family:"ibm plex sans";font-size:28px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:480.73748779297px;left:140.05000305176px;height:92.375px;font-style:normal;display:block; }
#mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:432px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:607.97503662109px;left:140.05000305176px;display:block; }
#LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TO7hD756U9ty9FT4awglsE8fgXBdVecX { position:absolute;display:block;z-index:15003;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:177px;width:308px;top:57px;left:140.05000305176px;overflow:hidden;display:block; }
#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { border-top:4px solid #ebe3c7;border-left:4px solid #ebe3c7;border-right:4px solid #ebe3c7;border-bottom:4px solid #ebe3c7;background-color:#004042;background-image:url("https://images.assets-landingi.com/uc/4725a2a8-3eee-4462-af02-4d05eff9ae57/BannerLandingPage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.adaptive-delivery-prevent-bg, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyload, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyloading { background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { background-color: transparent; background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .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); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { border-width: 0; border-radius: 0; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#oWOovc0s8aFuT3EME1UA0J6eSfm2MnGX { color:#000000;display:block;width:296px;position:absolute;font-family:"ibm plex sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:130.77500915527px;left:193.98750305176px;height:31.2px;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; }
#vr5MV98IFV2WCXgREN3IKBk2M8MhKpJu { color:#f37021;display:block;width:307px;position:absolute;font-family:"ibm plex sans";font-size:34px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:158.17500305176px;left:188.48750305176px;height:44.2px;text-align:center;text-align-last:center;display:block; }
#wBqV441B7cuosb1P1t8fK1BvkTfKkdNv { color:#000000;display:block;width:307px;position:absolute;font-family:"ibm plex sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:210.57499694824px;left:188.48750305176px;height:70.2px;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; }
#HLk83kcUmqgC6Qhw3b4OEWwGrUA1Er9z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:319px;width:300px;top:40.500015258789px;left:696.2749786377px;overflow:hidden;display:block; }
#OWo26whEA1qQSoSyoysvvkbdPLZ0Ze6f { position:absolute;display:block;z-index:15003;border-top:4px solid #ebe3c7;border-left:4px solid #ebe3c7;border-right:4px solid #ebe3c7;border-bottom:4px solid #ebe3c7;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:90px;width:90px;top:49.975006103516px;left:450.78749084473px;overflow:hidden;display:block; }
#vy9UCRAZoFChvRgCAvQ9yTF3G74TqFyL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:309px;width:116px;top:73.100021362305px;left:911.59999084473px;overflow:hidden;display:block; }
#J4hTJK15rc4qbu1cnmFpzPTC7Tf1WmqX { box-sizing:content-box;height:220px;width:366px;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.12);background-image:none;top:95.100021362305px;left:154.98750305176px;border-top:4px solid #ebe3c7;border-left:4px solid #ebe3c7;border-right:4px solid #ebe3c7;border-bottom:4px solid #ebe3c7;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn { 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; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { background-color: transparent; background-image: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container > .video-iframe-container { display: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container { display: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .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); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { border-width: 0; border-radius: 0; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { font-size:14px;font-family:arial;height:983px;width:1200px;position:relative;display:block; }#l7FOaUdlV0BCQ6XxXHVsIOCTE9TWZZZK { color:#f37021;display:block;width:474px;position:absolute;font-family:"ibm plex sans";font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.787506103516px;left:362.98750305176px;height:44.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5rIIQgX1r2FdXI6av0mC35cuup1UFb9 { color:#004042;display:block;width:459px;position:absolute;font-family:"ibm plex sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:92px;left:370.48750305176px;height:23.4px;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; }
#FscwaxqHd14sfTxqWQodlLVizVc1mg7R { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:15002;background-color:#e2f3f3;background-image:none;top:644px;left:127px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#H86g4RD5UKaQc2KEtpbC55sDL3FHDQQh { color:#f37021;display:block;width:148px;position:absolute;font-family:"ibm plex sans";font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:689px;left:231px;height:32.5px;font-style:normal;display:block; }
#Xq2zR966Uxm03hTpAyTXWUaEqVwS6IiB { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:14999;background-color:#f37021;background-image:none;top:651px;left:133px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#OL9pgsKBSS4kmEb7EVH61IaU8KQ1HaIC { color:#000000;display:block;width:230px;position:absolute;font-family:"ibm plex sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:745px;left:151px;height:52.75px;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; }
#T5t7ByVT3IbB76LF6rtoTvCVSGzig5Ov { box-sizing:content-box;height:57px;width:61px;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:675px;left:151px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#dleM2lFEEqR3hz0A03VTFAzQTSK0tw8o { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:683px;left:157px; }
#OtXhJBI0ZbFVuZ5HIvCHsS4icztMUKfT { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:15008;background-color:#e2f3f3;background-image:none;top:644px;left:455px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#gkm1603E7p2hfWGcgC9iN5ieZZgLtbI8 { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:651px;left:461px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#HobewKXSu49oLkzK8H1IBpKKABJB1To2 { color:#004042;display:block;width:238px;position:absolute;font-family:"ibm plex sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:745px;left:479px;height:52.75px;display:block; }
#VJqt80l9gnQ9oMwVJ0PbDWwk4INrOq8K { color:#f37021;display:block;width:175px;position:absolute;font-family:"ibm plex sans";font-size:25px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:689px;left:559px;height:32.5px;font-style:normal;display:block; }
#iTgFBEBHUsllW4IOHVp5JblkSw9E2IaK { box-sizing:content-box;height:57px;width:61px;position:absolute;display:block;z-index:15011;background-color:#f37021;background-image:none;top:675px;left:479px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#yNTWAF5T65A8xvIqH3OVdu9i1ByAP7T3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:683px;left:485px; }
#MhV4SPvLzesqXIKPS1d2m10SdTkbVba1 { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:15010;background-color:#f37021;background-image:none;top:651px;left:795px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#ODWNKEfvrvtVp1mor1lv6bBMGqTs5n8J { box-sizing:content-box;height:177px;width:278px;position:absolute;display:block;z-index:15013;background-color:#e2f3f3;background-image:none;top:644px;left:789px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#n6gCyrhQwFPsUWPvU0t9V4ygSoyDdDgG { color:#000000;display:block;width:238px;position:absolute;font-family:"ibm plex sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:745px;left:813px;height:52.75px;display:block; }
#TqOcXsHJiPPwasucmT4cSpZ4Ssp9VGwr { color:#f37021;display:block;width:175px;position:absolute;font-family:"ibm plex sans";font-size:25px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:685px;left:888px;height:32.5px;font-style:normal;display:block; }
#uRp9cJrV6pmyMAnXqJ1LX4TRaTddhyhX { box-sizing:content-box;height:57px;width:61px;position:absolute;display:block;z-index:15016;background-color:#f37021;background-image:none;top:675px;left:813px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#VFX27xIAxclAtqag8BIKMQrpuTMEMo8S { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:679px;left:819px; }
#DS9E6snArNO3CUIccK5plz5TBIaTCEzL { background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:334px;height:55px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:876.00000762939px;left:433.00001525879px;display:block; }
#Z1bqfWOJfTwUbZS6xKuTI5gOhES7TOoo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZznuPeng4GLT6pBmxVaeGa0ZpJpuu66w { 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:372px;width:383px;top:229px;left:403px;overflow:hidden;display:block; }
#V6f8Es5cWV0hegqqV4wpTuBWMsxEdiTn { color:#004042;display:block;width:1200px;position:absolute;font-family:"ibm plex sans";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:144.00000762939px;left:0px;height:52px;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; }
#GlT8JVS5OCcc89DHT8UT2S7IokyVn8sH { color:#004042;display:block;width:265px;position:absolute;font-family:"ibm plex sans";font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:346.00000762939px;left:120.99998474121px;height:67.6px;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; }
#b9mmVQsqEoDU9Pmhu5N5baoPzTplLLrs { box-sizing:content-box;height:13px;width:13px;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:355px;left:90px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:block; }
#CJKcNgAVGpcfqsdty74JiX03xzSBdqNT { color:#004042;display:block;width:257px;position:absolute;font-family:"ibm plex sans";font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:352.00000762939px;left:885.00001525879px;height:67.6px;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; }
#ytJdZFCKGyu49HMiRECNazL2GOSN5XAI { box-sizing:content-box;height:13px;width:13px;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:358px;left:854px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:block; }
#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe3c7;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; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { background-color: transparent; background-image: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container > .video-iframe-container { display: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container { display: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .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); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { border-width: 0; border-radius: 0; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { font-size:14px;font-family:arial;height:507px;width:1200px;position:relative;display:block; }#tfaR94az0p9uJmDNmZUFCFKmZiHwibDH { color:#004042;display:block;width:289px;position:absolute;font-family:"ibm plex sans";font-size:30px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:142.5px;left:33px;height:90px;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; }
#loWxARhhtsorSRTlOILvQP6CAXmcmcBH { box-sizing:content-box;height:421px;width:251px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:42.000007629395px;left:353.99998474121px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#vVDKVekWTEufRPik5gIzxcqrnIaUnihe { box-sizing:content-box;height:422px;width:249px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:42.000007629395px;left:620.00001525879px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#WiXzx3GPZWX1oAwiRR3lwMtxh2J3ZU0T { color:#004042;display:block;width:294px;position:absolute;font-family:"ibm plex sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:245.70001220703px;left:30.5px;height:93.6px;text-align:left;text-align-last:left;display:block; }
#TQTFqNTJzg4kVdzEKG6uIgidlSl6GRMQ { color:#f37021;display:block;width:220px;position:absolute;font-family:"ibm plex sans";font-size:21px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:57.000007629395px;left:368.98750305176px;height:46.1667px;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; }
#G7MUnRiPy5dBQfW8dz0RMJlIXMEKIMQK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:147px;width:219px;top:118.00000762939px;left:368.98750305176px;overflow:hidden;display:block; }
#Z0G2bTFgdusZhn3XZf8CzrhtNRQg28ng { color:#004042;display:block;width:221px;position:absolute;font-family:"ibm plex sans";font-size:15px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:279.98749542236px;left:368.98750305176px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#iRR2ERrrpypatCOPsrcvxK8yo4vxhXyi { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:391.79999542236px;left:368.98750305176px;display:block; }
#emMRBc4vzwLr9aULi4PGIKSQuPoO53Le { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K4M3zZKAJhSEi66r5PATD0z7M3MvgZZ2 { color:#f37021;display:block;width:220px;position:absolute;font-family:"ibm plex sans";font-size:21px;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:57.000007629395px;left:634.50001525879px;height:46.1667px;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; }
#PSpaJdJpdMlHTKTZbuSTETt19CbL1Js3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:147px;width:214px;top:114.00000762939px;left:637.50001525879px;overflow:hidden;display:block; }
#ZAAEhmCzeUZrfIkWgcTERf2GmZaok5hL { color:#004042;display:block;width:221px;position:absolute;font-family:"ibm plex sans";font-size:15px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:276.98749542236px;left:634.00001525879px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#OaJURORlcO8UKnprpkgOhD88GaBqO8zh { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:392.79999542236px;left:635.50001525879px;display:block; }
#v0JdhuUh9Ss1kg2ZEfnl7XIwHmLlgFVv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xIkLuwPyqaaC0aeQwCc481Zsr1uvTAGq { box-sizing:content-box;height:423px;width:249px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:41px;left:887.00001525879px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#qAaPx3WynSzHb7FU4wEoBEhkT1cMavCM { color:#f37021;display:block;width:220px;position:absolute;font-family:"ibm plex sans";font-size:21px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:57.000007629395px;left:901.50001525879px;height:46.1667px;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; }
#EZRfDcRA5gJ696RgrO12hwvgff95LTdv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:146px;width:214px;top:118.50000762939px;left:904.50001525879px;overflow:hidden;display:block; }
#oTHhLBboqLDu3VCEWSLyHnaMZFK2Tsda { color:#004042;display:block;width:221px;position:absolute;font-family:"ibm plex sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:279.98749542236px;left:901.00001525879px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#gH2GCXDI0ppQSACEhatUqwOIh8gpsu9x { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:391.79999542236px;left:902.50001525879px;display:block; }
#c938fX8Th4AXiwfBEhuJ5wMSkc0Kx1v2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2f3f3;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; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { background-color: transparent; background-image: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container > .video-iframe-container { display: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container { display: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .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); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { border-width: 0; border-radius: 0; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { font-size:14px;font-family:arial;height:669px;width:1200px;position:relative;display:block; }#Tc6FzNWT4rwouXblptI8zrrCDClWOZvT { color:#004042;display:block;width:1200px;position:absolute;font-family:"ibm plex sans";font-size:26px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:41.787506103516px;left:0px;height:57.1667px;text-align:center;text-align-last:center;display:block; }
#D4IOMTXHPT1m202TKWkkrSZavBDWxSqo { color:#ffffff;display:block;width:291px;position:absolute;font-family:"ibm plex sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:450px;left:138px;height:48.375px;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; }
#JWQaWtzhV13XQhZdwTotuZv4ozGBCrFP { color:#ffffff;display:block;width:291px;position:absolute;font-family:"ibm plex sans";font-size:22px;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:450px;left:451px;height:48.375px;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; }
#P8MtUXRffbdDRruJ2l29BJLGD0XXqwZF { color:#ffffff;display:block;width:291px;position:absolute;font-family:"ibm plex sans";font-size:22px;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:462.10001182556px;left:771.00001525879px;height:24.2px;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; }
#vTU3XpNQWUcAliH7Q6rmThXLJqCcyQuy { background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ibm plex sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:334px;height:55px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:574px;left:433.00001525879px;display:block; }
#f2nJvpapSLP8LfD0E9N5MSUewv24dVFq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dDcJ18fTlaA86tRD6f0L0libW8FJL3EX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:412px;width:293px;top:139.38740539551px;left:136.98750305176px;overflow:hidden;display:block; }
#Ogt5frmpLakUnJ1rHr9gsScVN7S0Q0i5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:412px;width:293px;top:139.36250305176px;left:453.50001525879px;overflow:hidden;display:block; }
#TPuTAkQmWkWdDplu18Ua93S4GuvTRibv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:412px;width:293px;top:139.36250305176px;left:770.00001525879px;overflow:hidden;display:block; }
#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { position:relative;display:block; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { background-color: transparent; background-image: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container > .video-iframe-container { display: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row > .video-iframe-container { display: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .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); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { border-width: 0; border-radius: 0; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .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; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:424px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wlfCmrGn3Qr8IKWd7zSyUFEeaNeJNmaJ { position:absolute;display:block;z-index:15000;height:348px;width:620px;top:37.999938964844px;left:289.98750305176px;display:block; }
