.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:65.5rem;display:block; }
#tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:54.5rem;display:block; }
#W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { 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:4.125rem;width:9.6875rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA > .row .container { border-width: 0; border-radius: 0; }#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:none; }#qlKNpoAzBuXsXgdRGPMiTXPnHzf9ZXrO { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:65.5rem;display:block; }
#gR7zEpI0b4KBQw6EUzE3775CK61w617O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDFLxQQWMdUbM0oXC4174XdbkQVpkimS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:54.8125rem;display:block; }
#ycbTkUPGMlgClGid7d52dDFmPGqQ6SHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pghw22ymxEVAstdGzudhT6kBrLI7tq1N { 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:4.125rem;width:9.6875rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz { position:relative;display:none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz { border-width: 0; border-radius: 0; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .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; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .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:18.75rem;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:none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e6e88e6-a14c-4f9f-88d5-e8d08ae36553/055de858750a11eaabef0697e5ca793e2F6c5fa010e349f3cafa89b1ff41e7795e1a6d1b002FSaba20Desktop20BG2020White20Coat.jpeg");background-position:top 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; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#ya2INT71bcdt137SEU0zmmhp4xxZ7thc { color:#326295;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.75rem;height:1.75rem;display:block; }
#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:#000000;display:block;width:33.625rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.662109375rem;left:3.75rem;height:11.625rem;font-style:normal;display:block; }
#g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { box-sizing:content-box;height:64.75rem;width:30rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:25.375rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.625rem 0.625rem 6.25rem #c4d7ed ;display:block; }
#ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { color:#326295;display:block;width:30.0625rem;position:absolute;font-family:atlantique-miami;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gP78NsouchyTaFJ1TkmpI85CDxubSr4u { position:absolute;display:block;z-index:15003;height:57.4375rem;width:28.1875rem;top:30.375rem;left:4.90625rem;display:block; }
#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { position:relative;display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { background-color: transparent; background-image: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container > .video-iframe-container { display: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row > .video-iframe-container { display: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .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); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { border-width: 0; border-radius: 0; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .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; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .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:55.5rem;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; }#ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:35.5625rem;height:1.625rem;font-style:normal;display:block; }
#Owyes3XGwbanxoi6cakwFy38ay6M1qNR { color:#000000;display:block;width:30.125rem;position:absolute;font-family:atlantique-miami;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:35.5625rem;height:3.25rem;font-style:normal;display:block; }
#ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15002;background-color:#326295;background-image:none;top:10.9375rem;left:51.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15003;background-color:#326295;background-image:none;top:10.9375rem;left:35.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15004;background-color:#326295;background-image:none;top:24.4375rem;left:35.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15005;background-color:#326295;background-image:none;top:24.4375rem;left:51.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:35.5625rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biAqORwSDnprNKtGTONVtCrcE0ngWbOC { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:3.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.01171875rem;left:51.84375rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:atlantique-miami;font-size:2.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.25rem;left:36.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:3.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.5625rem;left:51.84375rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3JthShefbRVKdUtGNsvprnsNK7UbSxo { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:atlantique-miami;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:44.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:atlantique-miami;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:31.875rem;left:48.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:36.6875rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.2373046875rem;left:53rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.361328125rem;left:36.6875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.78125rem;left:53rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { color:#757e89;display:block;width:30.625rem;position:absolute;font-family:"source sans pro";font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.875rem;left:35.5625rem;height:7rem;display:block; }
#Tp3PVFifWIfnyh7yLpaOpP89fq2AZk01 { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15003;background-color:#326295;background-image:none;top:10.9375rem;left:33.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#JxRCxRlis0XofTy9vSoVabgEpArPvypR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:34.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:none; }
#K4RFrN84tLxBwVAClskqzuF84gtek7Tn { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:33.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iEthyEM0GAKUaiXrvWSL88HgDl80lScv { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15003;background-color:#326295;background-image:none;top:10.9375rem;left:33.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#wXgf0dD66hdaVmErKhOIStvTUNKLHOt6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:34.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:none; }
#bsJbTbOsSDc6NC3h64PycEJmsEVmOc0S { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#FWux3bnbx5ONThf5BD6bKOCZX6LyvN4A { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:33.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DfaCDdl4JLQCalbWc2ERnDUQFl3ugfKQ { box-sizing:content-box;height:11.9375rem;width:14.75rem;position:absolute;display:block;z-index:15003;background-color:#326295;background-image:none;top:10.9375rem;left:33.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#FhSKEuREiDHPEHO1BQaOdg2zhXdTiUsb { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:33.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XMilKwVmGS7Pld3uvykdKK9oXMenUnPD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:34.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:none; }
#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { background-color: transparent; background-image: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container > .video-iframe-container { display: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container { display: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .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); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { border-width: 0; border-radius: 0; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#fV09FVX0raMgC23D75GiqcKPsFtQNkKK { color:#326295;display:block;width:60.3125rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.5rem;height:8.125rem;font-style:normal;display:block; }
#EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.625rem;left:7.5rem;height:8.4375rem;display:block; }
#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { background-color: transparent; background-image: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container > .video-iframe-container { display: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container { display: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .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); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { border-width: 0; border-radius: 0; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { position:absolute;display:block;z-index:15000;height:6.0625rem;width:53.8125rem;top:0rem;left:10.5625rem;display:block; }
#fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { 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.25rem;width:2.25rem;top:2.25rem;left:65rem;overflow:hidden;display:block; }
#ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { 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:2.25rem;width:2.25rem;top:2.25rem;left:7.75rem;overflow:hidden;display:block; }
#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { background-color: transparent; background-image: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container > .video-iframe-container { display: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container { display: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .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); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { border-width: 0; border-radius: 0; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:35.3125rem;display:block; }
#g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:36.5625rem;display:block; }
#btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:37.8125rem;display:block; }
#gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:39.0625rem;display:block; }
#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container { background-color: transparent; background-image: none; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container > .video-iframe-container { display: none; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row > .video-iframe-container { display: none; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .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); }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container { border-width: 0; border-radius: 0; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#ztMbX9Kgpa0fQoCDpIrDpIoioDPzRJB3 { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:22.125rem;display:block; }
#ZqCFZkzrJ6hqBJvgFIMSqmhV1d57z98y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { 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; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { background-color: transparent; background-image: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container > .video-iframe-container { display: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container { display: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .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); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { border-width: 0; border-radius: 0; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { color:#326295;display:block;width:60rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.5rem;height:8.125rem;font-style:normal;display:block; }
#QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.9375rem;left:7.5rem;height:10.125rem;display:block; }
#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { position:relative;display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { background-color: transparent; background-image: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container > .video-iframe-container { display: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row > .video-iframe-container { display: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .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); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { border-width: 0; border-radius: 0; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .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; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .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:21.1875rem;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; }#dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { box-sizing:content-box;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.9375rem;left:7.9375rem;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: 0.0625rem 0.5rem 1rem rgba(50,98,149,0.3) ;border-top:0.0625rem solid #507ec3;border-left:0.0625rem solid #507ec3;border-right:0.0625rem solid #507ec3;border-bottom:0.0625rem solid #507ec3;display:block; }
#qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.625rem;left:12rem;overflow:hidden;display:block; }
#ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5625rem;left:11.375rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { box-sizing:content-box;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:2.9375rem;left:23.25rem;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: 0.0625rem 0.5rem 1rem rgba(50,98,149,0.3) ;border-top:0.0625rem solid #507ec3;border-left:0.0625rem solid #507ec3;border-right:0.0625rem solid #507ec3;border-bottom:0.0625rem solid #507ec3;display:block; }
#hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { position:absolute;display:block;z-index:15011;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:5rem;width:5rem;top:5.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.125rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { box-sizing:content-box;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:2.9375rem;left:38.5625rem;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: 0.0625rem 0.5rem 1rem rgba(50,98,149,0.3) ;border-top:0.0625rem solid #507ec3;border-left:0.0625rem solid #507ec3;border-right:0.0625rem solid #507ec3;border-bottom:0.0625rem solid #507ec3;display:block; }
#VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { position:absolute;display:block;z-index:15016;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:5rem;width:5rem;top:5.5625rem;left:42.625rem;overflow:hidden;display:block; }
#V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:42rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { box-sizing:content-box;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:2.9375rem;left:53.875rem;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: 0.0625rem 0.5rem 1rem rgba(50,98,149,0.3) ;border-top:0.0625rem solid #507ec3;border-left:0.0625rem solid #507ec3;border-right:0.0625rem solid #507ec3;border-bottom:0.0625rem solid #507ec3;display:block; }
#PdXONrdm5FUtcNenZQUqptwb1vLphKPK { position:absolute;display:block;z-index:15021;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:5rem;width:5rem;top:5.5625rem;left:57.9375rem;overflow:hidden;display:block; }
#vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5625rem;left:56.875rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL { background-color:#507ec3;background-image:url("https://images.assets-landingi.com/uc/85560981-d314-45ac-a9fc-89027c9bcb1b/icon.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.5rem;left:18.5rem;display:block; }#FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL.adaptive-delivery-prevent-bg, #FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL.lazyload, #FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL.lazyloading { background-image: none; }
#GTn2MEy0AoWuSRgSVFIQJHdm5wE6Rb2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Id3FX0T9xi76erUBhAGE0t3pxC76NvxB { background-color:#507ec3;background-image:url("https://images.assets-landingi.com/uc/85560981-d314-45ac-a9fc-89027c9bcb1b/icon.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.5rem;left:33.8125rem;display:block; }#Id3FX0T9xi76erUBhAGE0t3pxC76NvxB.adaptive-delivery-prevent-bg, #Id3FX0T9xi76erUBhAGE0t3pxC76NvxB.lazyload, #Id3FX0T9xi76erUBhAGE0t3pxC76NvxB.lazyloading { background-image: none; }
#vlL5yUpx6PKxTuKiTN0ZEqy3SVJIGncl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BX94XxWNyLIAITosXmFTSqXbuXR5IOs2 { background-color:#507ec3;background-image:url("https://images.assets-landingi.com/uc/85560981-d314-45ac-a9fc-89027c9bcb1b/icon.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.5rem;left:49.125rem;display:block; }#BX94XxWNyLIAITosXmFTSqXbuXR5IOs2.adaptive-delivery-prevent-bg, #BX94XxWNyLIAITosXmFTSqXbuXR5IOs2.lazyload, #BX94XxWNyLIAITosXmFTSqXbuXR5IOs2.lazyloading { background-image: none; }
#A8MLbn7XrqBlR54KrX67ORM6ML4r8eUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM { background-color:#507ec3;background-image:url("https://images.assets-landingi.com/uc/85560981-d314-45ac-a9fc-89027c9bcb1b/icon.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:13.5rem;left:64.4375rem;display:block; }#N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM.adaptive-delivery-prevent-bg, #N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM.lazyload, #N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM.lazyloading { background-image: none; }
#Ni4i9tf0KVbxG6ZUddgFbC7TsdcmhUkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUp5QD0TzgP9NygDAfpMssE31kcTW03x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { background-color: transparent; background-image: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container > .video-iframe-container { display: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container { display: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .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); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { border-width: 0; border-radius: 0; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { color:#326295;display:block;width:59.625rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.5rem;height:4.0625rem;font-style:normal;display:block; }
#crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.4375rem;left:7.5rem;height:25.3125rem;display:block; }
#IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { 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:23.8125rem;width:30.3125rem;top:11.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { color:#787878;display:block;width:31.125rem;position:absolute;font-family:"source sans pro";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.5rem;left:38.3125rem;height:2.625rem;display:block; }
#oLv8mTpzZA5xttG9Dvu4yRcfbTrbnr9n { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.8310546875rem;left:7.5rem;display:block; }
#J2zcfgf9dm5pETeqFPuVIKUlI5KdkL22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99b6f790-ec24-482c-9ed1-cd0bfd449a70/055de858750a11eaabef0697e5ca793e2Fd9f041211b452a133ae2d7977411b9b67ecaff672Fsaba_background2028129.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM.adaptive-delivery-prevent-bg, #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM.lazyload, #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM.lazyloading { background-image: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { background-color: transparent; background-image: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container > .video-iframe-container { display: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container { display: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .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); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { border-width: 0; border-radius: 0; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#mIvilqJluDWCvMTVWHkbqudrds8I02lV { color:#ffffff;display:block;width:59.625rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:7.5rem;height:8.125rem;font-style:normal;display:block; }
#cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.5rem;left:7.5rem;height:3.375rem;display:block; }
#PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { box-sizing:content-box;height:12.1875rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:22.6875rem;left:7.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lIvtdi2MyKFLGQVmyuLdurux9if36ThT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:24.125rem;left:8.6875rem;overflow:hidden;display:block; }
#RlehPsJmLUdZWinueal7gOvihKpMTfIc { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.138671875rem;left:9rem;height:6.25rem;display:block; }
#DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { box-sizing:content-box;height:12.1875rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:22.6875rem;left:28.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.125rem;left:30.375rem;height:5rem;display:block; }
#PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { position:absolute;display:block;z-index:15008;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:3.1875rem;width:3.1875rem;top:24.125rem;left:30.0625rem;overflow:hidden;display:block; }
#DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { box-sizing:content-box;height:12.1875rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:22.6875rem;left:50.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#g9adRNl93JBrPRADUAOhunrIanOiXXf9 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.125rem;left:51.8125rem;height:5rem;display:block; }
#IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { position:absolute;display:block;z-index:15011;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:3.1875rem;width:3.1875rem;top:24.125rem;left:51.5rem;overflow:hidden;display:block; }
#QPDBzga5MezGtppIr8whwIxbaUWwoAy2 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/050294bd-99d0-4749-a288-c0d882f847fb/Chris20McClean.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:36.875rem;left:7.59375rem;display:block; }#QPDBzga5MezGtppIr8whwIxbaUWwoAy2.adaptive-delivery-prevent-bg, #QPDBzga5MezGtppIr8whwIxbaUWwoAy2.lazyload, #QPDBzga5MezGtppIr8whwIxbaUWwoAy2.lazyloading { background-image: none; }
#EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.3125rem;height:1.25rem;display:block; }
#QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:37.6875rem;left:11.3125rem;height:1.75rem;display:block; }
#NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abc68da5-56df-4035-8a51-5b25e3af8e7d/Kimberly20Morrison.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:36.9375rem;left:28.875rem;display:block; }#NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ.adaptive-delivery-prevent-bg, #NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ.lazyload, #NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ.lazyloading { background-image: none; }
#JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:37.75rem;left:32.625rem;height:1.75rem;display:block; }
#x4OaEi8qhC8PnDLETxhz252valfyU9bt { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.3125rem;left:32.625rem;height:1.25rem;display:block; }
#T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:38rem;left:54.0625rem;height:1.75rem;display:block; }
#vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c2971630-8900-4a31-94d0-2eb2d60fa71c/Abrar20Justin20Ahmed20Opt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:37.1875rem;left:50.3125rem;display:block; }#vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf.adaptive-delivery-prevent-bg, #vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf.lazyload, #vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf.lazyloading { background-image: none; }
#SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.5625rem;left:54.0625rem;height:1.25rem;display:block; }
#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm { 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; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container { background-color: transparent; background-image: none; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container > .video-iframe-container { display: none; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row > .video-iframe-container { display: none; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .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); }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container { border-width: 0; border-radius: 0; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#O5B10TNQMeG9AmI9SOTBJdKlQG5f1Rxz { color:#326295;display:block;width:61.1875rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.5rem;height:4.0625rem;font-style:normal;display:block; }
#ZsHwwyO8y65C6JOPlWCoeNzr1M1OpUSy { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.75rem;left:7.5rem;height:10.125rem;display:block; }
#wqJTiAxoh0hI5XCz6lnmGufl6RgiXNHE { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.5rem;left:7.5rem;display:block; }
#logrZDfc128HNlveDRArp96J1ML7F66g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWrwL4TstdTzWMfSaGw0n9sQLJzZ0QoO { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.25rem;left:30.625rem;display:none; }
#b5HPSN8OawJpsIk2tdDx6M1lFEwnzNbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container { background-color: transparent; background-image: none; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container > .video-iframe-container { display: none; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row > .video-iframe-container { display: none; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .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); }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container { border-width: 0; border-radius: 0; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#heHrfHy6uwTx8wElcb5HNcABfg9dAi9C { color:#326295;display:block;width:55.4375rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:7.5rem;height:8.125rem;font-style:normal;display:block; }
#KgQbBtFAd0OIMF6TTSOC9xm0H9VFh3AH { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.6875rem;left:7.5rem;height:6.75rem;display:block; }
#NeXtad3oOivNQhfWKperTwB3zivDuxzn { 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:12.8125rem;width:19.25rem;top:21.75rem;left:7.5rem;overflow:hidden;display:block; }
#rKp2uZSsTWAGGDmwcOdKvTNPABzyyLip { 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:12.8125rem;width:19.25rem;top:21.75rem;left:28rem;overflow:hidden;display:block; }
#arD5HF51KSLEqPMNynoQS5lp5kafc663 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.25rem;top:21.75rem;left:48.5rem;overflow:hidden;display:block; }
#yvl13NMIU47LpVhzitrdgENn4NEEAv79 { 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:12.8125rem;width:19.25rem;top:21.75rem;left:7.5rem;overflow:hidden;display:none; }
#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99b6f790-ec24-482c-9ed1-cd0bfd449a70/055de858750a11eaabef0697e5ca793e2Fd9f041211b452a133ae2d7977411b9b67ecaff672Fsaba_background2028129.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR.adaptive-delivery-prevent-bg, #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR.lazyload, #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR.lazyloading { background-image: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { background-color: transparent; background-image: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container > .video-iframe-container { display: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container { display: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .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); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { border-width: 0; border-radius: 0; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { color:#ffffff;display:block;width:59.625rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:7.5rem;height:4.0625rem;font-style:normal;display:block; }
#AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { box-sizing:content-box;height:22.3125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:11rem;left:7.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:15.451171875rem;left:9rem;height:15.75rem;display:block; }
#tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { box-sizing:content-box;height:22.3125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:11rem;left:28.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:15.4375rem;left:29.75rem;height:10.5rem;display:block; }
#wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { box-sizing:content-box;height:22.3125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11rem;left:49.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:15.4375rem;left:50.5625rem;height:15.75rem;display:block; }
#XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { color:#326295;display:block;width:15.6875rem;position:absolute;font-family:atlantique-miami;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.6875rem;left:9.125rem;height:1.75rem;display:block; }
#udT7bpTChSdMuIwt26IgB7bVOswSUdSO { color:#326295;display:block;width:15.6875rem;position:absolute;font-family:atlantique-miami;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.6875rem;left:29.71875rem;height:1.75rem;display:block; }
#Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { color:#326295;display:block;width:15.6875rem;position:absolute;font-family:atlantique-miami;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.6875rem;left:50.5625rem;height:1.75rem;display:block; }
#rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15016;background-color:#326295;background-image:none;top:14.537109375rem;left:8.9375rem;display:block; }
#TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15017;background-color:#326295;background-image:none;top:14.5rem;left:29.5rem;display:block; }
#cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15018;background-color:#326295;background-image:none;top:14.5rem;left:50.375rem;display:block; }
#kbu3TxorUe1zuT0zzTT5CqKTWFRtVk1S { background-color:#3ca5aa;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.25rem;left:25rem;display:block; }
#xK3WsDpgUDvFUcdXOKp4oOgRC49HDCeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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:13.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; }#qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { position:absolute;display:block;z-index:15000;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.125rem;width:9.625rem;top:1.3125rem;left:32.6875rem;overflow:hidden;display:block; }
#FIfknTpQIfcqBUBSZzEx10EiXBMJqX8k { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:29.96875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:21.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:9.5rem;height:3.125rem;top:0.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 1199px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:9.5rem;height:3.125rem;top:0.9375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 1199px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:9.6875rem;height:4.125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA { display:none; }#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qlKNpoAzBuXsXgdRGPMiTXPnHzf9ZXrO { width:9.5rem;height:3.125rem;top:0.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gR7zEpI0b4KBQw6EUzE3775CK61w617O { display:block; }
 }@media only screen and (max-width: 1199px) { #xDFLxQQWMdUbM0oXC4174XdbkQVpkimS { width:9.5rem;height:3.125rem;top:0.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycbTkUPGMlgClGid7d52dDFmPGqQ6SHp { display:block; }
 }@media only screen and (max-width: 1199px) { #pghw22ymxEVAstdGzudhT6kBrLI7tq1N { width:9.6875rem;height:4.125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz { display:none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ya2INT71bcdt137SEU0zmmhp4xxZ7thc { width:12.5rem;height:1.625rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:21.4375rem;height:7.6875rem;top:10.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { width:26.75rem;height:66.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { width:30.0625rem;height:2.4375rem;top:22.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP78NsouchyTaFJ1TkmpI85CDxubSr4u { width:24.9375rem;height:57.4375rem;top:25.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container { width:47.75rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { width:20rem;height:1.25rem;top:2.9375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Owyes3XGwbanxoi6cakwFy38ay6M1qNR { width:19.375rem;height:2rem;top:4.2375001907349rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { width:9.8125rem;height:9.1875rem;top:7.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { width:9.8125rem;height:9.1875rem;top:7.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { width:9.8125rem;height:9.1875rem;top:17.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { width:9.8125rem;height:9.1875rem;top:17.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { width:9.8125rem;height:2.8125rem;top:9rem;left:27.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biAqORwSDnprNKtGTONVtCrcE0ngWbOC { width:9.8125rem;height:2.8125rem;top:9rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { width:7.875rem;height:2.3125rem;top:22.5rem;left:28.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { width:9.8125rem;height:2.8125rem;top:19.71875rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3JthShefbRVKdUtGNsvprnsNK7UbSxo { width:3.75rem;height:1.625rem;top:23rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { width:1.25rem;height:0.8125rem;top:23.05624961853rem;left:36.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { width:7.9375rem;height:3rem;top:12.018749237061rem;left:28.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { width:11.75rem;height:0.8125rem;top:14.0625rem;left:29.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { width:7.25rem;height:2rem;top:12.018749237061rem;left:39.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { width:8.375rem;height:2.25rem;top:19.6875rem;left:28.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { width:8.0625rem;height:2rem;top:22.80624961853rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { width:20rem;height:10.5rem;top:28.125rem;left:27.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tp3PVFifWIfnyh7yLpaOpP89fq2AZk01 { width:14.75rem;height:11.9375rem;top:10.9375rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JxRCxRlis0XofTy9vSoVabgEpArPvypR { width:8.1875rem;height:1rem;top:9.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K4RFrN84tLxBwVAClskqzuF84gtek7Tn { width:9.375rem;height:1.5rem;top:7.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iEthyEM0GAKUaiXrvWSL88HgDl80lScv { width:14.75rem;height:11.9375rem;top:10.9375rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wXgf0dD66hdaVmErKhOIStvTUNKLHOt6 { width:8.1875rem;height:2.0625rem;top:21.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bsJbTbOsSDc6NC3h64PycEJmsEVmOc0S { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FWux3bnbx5ONThf5BD6bKOCZX6LyvN4A { width:9.375rem;height:2rem;top:17.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DfaCDdl4JLQCalbWc2ERnDUQFl3ugfKQ { width:14.75rem;height:11.9375rem;top:10.9375rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FhSKEuREiDHPEHO1BQaOdg2zhXdTiUsb { width:9.375rem;height:2rem;top:17.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XMilKwVmGS7Pld3uvykdKK9oXMenUnPD { width:8.1875rem;height:2.0625rem;top:19.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { display:block; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fV09FVX0raMgC23D75GiqcKPsFtQNkKK { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { width:44.0625rem;height:11.8125rem;top:11.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { display:block; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { width:42.25rem;height:4.5rem;top:0.375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { width:2.25rem;height:2.25rem;top:2.25rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { width:2.25rem;height:2.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { display:block; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { width:0.625rem;height:0.625rem;top:1.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { width:0.625rem;height:0.625rem;top:1.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { width:0.625rem;height:0.625rem;top:1.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { width:0.625rem;height:0.625rem;top:1.5625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb0qm2utGTq8MATUyWiV2y9JoPdanh1c { display:block; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ztMbX9Kgpa0fQoCDpIrDpIoioDPzRJB3 { width:30.75rem;height:3.125rem;top:1.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqCFZkzrJ6hqBJvgFIMSqmhV1d57z98y { display:block; }
 }@media only screen and (max-width: 1199px) { #DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { display:block; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { width:44.0625rem;height:13.5rem;top:11.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { width:10.5625rem;height:13.125rem;top:2.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { width:5rem;height:5rem;top:4.375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { width:6.25rem;height:2.875rem;top:10rem;left:4.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { width:10.5625rem;height:13.125rem;top:2.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { width:5rem;height:5rem;top:4.375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { width:7.4375rem;height:2.875rem;top:10rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { width:10.5625rem;height:13.125rem;top:2.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { width:5rem;height:5rem;top:4.375rem;left:27.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { width:6.25rem;height:2.875rem;top:10rem;left:26.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { width:10.5625rem;height:13.125rem;top:2.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdXONrdm5FUtcNenZQUqptwb1vLphKPK { width:5rem;height:5rem;top:4.375rem;left:38.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { width:7.1875rem;height:2.875rem;top:10rem;left:37.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL { width:2.75rem;height:2.75rem;top:13.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTn2MEy0AoWuSRgSVFIQJHdm5wE6Rb2C { display:block; }
 }@media only screen and (max-width: 1199px) { #Id3FX0T9xi76erUBhAGE0t3pxC76NvxB { width:2.75rem;height:2.75rem;top:13.5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlL5yUpx6PKxTuKiTN0ZEqy3SVJIGncl { display:block; }
 }@media only screen and (max-width: 1199px) { #BX94XxWNyLIAITosXmFTSqXbuXR5IOs2 { width:2.75rem;height:2.75rem;top:13.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8MLbn7XrqBlR54KrX67ORM6ML4r8eUp { display:block; }
 }@media only screen and (max-width: 1199px) { #N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM { width:2.75rem;height:2.75rem;top:13.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ni4i9tf0KVbxG6ZUddgFbC7TsdcmhUkD { display:block; }
 }@media only screen and (max-width: 1199px) { #GUp5QD0TzgP9NygDAfpMssE31kcTW03x { display:block; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { width:19.625rem;height:23.375rem;top:9.0625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { width:23.1875rem;height:18.1875rem;top:9.0625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { width:23.1875rem;height:2.625rem;top:34.909374237061rem;left:22.78125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLv8mTpzZA5xttG9Dvu4yRcfbTrbnr9n { width:19.625rem;height:3.125rem;top:34.6875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2zcfgf9dm5pETeqFPuVIKUlI5KdkL22 { display:block; }
 }@media only screen and (max-width: 1199px) { #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { display:block; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { width:47.75rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mIvilqJluDWCvMTVWHkbqudrds8I02lV { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { width:44.0625rem;height:5.0625rem;top:11.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { width:14.25rem;height:12.1875rem;top:19.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:3.1875rem;height:3.1875rem;top:20.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:12.0625rem;height:5.9375rem;top:23.9375rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { width:14.25rem;height:12.1875rem;top:19.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { width:12.1875rem;height:4.75rem;top:23.9375rem;left:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { width:3.1875rem;height:3.1875rem;top:20.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { width:14.25rem;height:12.1875rem;top:19.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9adRNl93JBrPRADUAOhunrIanOiXXf9 { width:11.875rem;height:5.9375rem;top:24rem;left:32.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { width:3.1875rem;height:3.1875rem;top:20.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPDBzga5MezGtppIr8whwIxbaUWwoAy2 { width:3.125rem;height:3.125rem;top:32.9375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { width:7.875rem;height:1.25rem;top:32.9375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { width:9rem;height:1.75rem;top:34.375rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ { width:3.125rem;height:3.125rem;top:32.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { width:9.4375rem;height:3.5rem;top:34.375rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4OaEi8qhC8PnDLETxhz252valfyU9bt { width:8.9375rem;height:1.25rem;top:32.9375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { width:11.125rem;height:2.625rem;top:34.375rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf { width:3.125rem;height:3.125rem;top:32.9375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { width:9.6875rem;height:1.25rem;top:32.9375rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm { display:block; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O5B10TNQMeG9AmI9SOTBJdKlQG5f1Rxz { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsHwwyO8y65C6JOPlWCoeNzr1M1OpUSy { width:44.0625rem;height:11.8125rem;top:8.75rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqJTiAxoh0hI5XCz6lnmGufl6RgiXNHE { width:27.0625rem;height:3.125rem;top:22rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #logrZDfc128HNlveDRArp96J1ML7F66g { display:block; }
 }@media only screen and (max-width: 1199px) { #LWrwL4TstdTzWMfSaGw0n9sQLJzZ0QoO { width:29.75rem;height:3.125rem;top:22.25rem;left:17rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b5HPSN8OawJpsIk2tdDx6M1lFEwnzNbm { display:block; }
 }@media only screen and (max-width: 1199px) { #ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 { display:block; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container { width:47.75rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #heHrfHy6uwTx8wElcb5HNcABfg9dAi9C { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgQbBtFAd0OIMF6TTSOC9xm0H9VFh3AH { width:44.0625rem;height:8.4375rem;top:11.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeXtad3oOivNQhfWKperTwB3zivDuxzn { width:14.25rem;height:9.4375rem;top:21.75rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKp2uZSsTWAGGDmwcOdKvTNPABzyyLip { width:14.25rem;height:9.4375rem;top:21.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arD5HF51KSLEqPMNynoQS5lp5kafc663 { width:14.25rem;height:9.4375rem;top:21.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvl13NMIU47LpVhzitrdgENn4NEEAv79 { width:19.25rem;height:12.8125rem;top:21.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { display:block; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { width:47.75rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { width:14.25rem;height:25.1875rem;top:9.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { width:11.375rem;height:18.75rem;top:13.875rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { width:14.25rem;height:25.1875rem;top:9.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { width:11.375rem;height:10.9375rem;top:15.6875rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { width:14.25rem;height:25.1875rem;top:9.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { width:11.875rem;height:17.1875rem;top:15.65625rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { width:11.375rem;height:1.75rem;top:11.125rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udT7bpTChSdMuIwt26IgB7bVOswSUdSO { width:11.375rem;height:3.5rem;top:11.125rem;left:18.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { width:11.375rem;height:3.5rem;top:11.125rem;left:32.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { width:11.375rem;height:0.0625rem;top:12.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { width:11.375rem;height:0.0625rem;top:14.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { width:11.375rem;height:0.0625rem;top:14.75rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbu3TxorUe1zuT0zzTT5CqKTWFRtVk1S { width:25rem;height:3.125rem;top:37.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xK3WsDpgUDvFUcdXOKp4oOgRC49HDCeT { display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { width:9.625rem;height:4.125rem;top:1.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIfknTpQIfcqBUBSZzEx10EiXBMJqX8k { width:15.0625rem;height:1.25rem;top:6.6875rem;left:16.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { width:32.5rem;height:1.25rem;top:8.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:6.25rem;height:2.1875rem;top:1.3125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 763px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:6.25rem;height:2.1875rem;top:1.3125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 763px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:5.9375rem;height:2.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA { position:relative;z-index:auto;display:block; }#uUdgDQ3Q6B2zEV4T7K3yELOwmWE9nxHA > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlKNpoAzBuXsXgdRGPMiTXPnHzf9ZXrO { width:6.25rem;height:2.1875rem;top:1.3125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR7zEpI0b4KBQw6EUzE3775CK61w617O { display:block; }
 }@media only screen and (max-width: 763px) { #xDFLxQQWMdUbM0oXC4174XdbkQVpkimS { width:6.25rem;height:2.1875rem;top:1.3125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbTkUPGMlgClGid7d52dDFmPGqQ6SHp { display:block; }
 }@media only screen and (max-width: 763px) { #pghw22ymxEVAstdGzudhT6kBrLI7tq1N { width:5.9375rem;height:2.5625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c494cfe-cdc3-403b-825a-b951f9736028/055de858750a11eaabef0697e5ca793e2F6c5fa010e349f3cafa89b1ff41e7795e1a6d1b002FSaba20Desktop20BG2020White20Coat.crop_1062x1069_1005,11.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz.adaptive-delivery-prevent-bg, #R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz.lazyload, #R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz.lazyloading { background-image: none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container { background-color: transparent; background-image: none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container > .video-iframe-container { display: none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row > .video-iframe-container { display: none; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .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); }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container { border-width: 0; border-radius: 0; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2WRbUXbaTmaTPNDFMTUERZh5lNUvGLz > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:none;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya2INT71bcdt137SEU0zmmhp4xxZ7thc { width:12.5rem;height:1.4375rem;top:2.1875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:3.625rem;top:3.6484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { width:19.875rem;height:70.875rem;top:8rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { width:20rem;height:2.4375rem;top:9.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP78NsouchyTaFJ1TkmpI85CDxubSr4u { width:18.0625rem;height:51.8125rem;top:12.65625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Owyes3XGwbanxoi6cakwFy38ay6M1qNR { width:20rem;height:2rem;top:3.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { width:14.75rem;height:11.9375rem;top:29.23633125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { width:9.375rem;height:7.5rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { width:14.75rem;height:11.9375rem;top:42.42383125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { width:14.75rem;height:11.9375rem;top:59.46094375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { width:9.375rem;height:2.4375rem;top:7.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biAqORwSDnprNKtGTONVtCrcE0ngWbOC { width:14.8125rem;height:0;top:21.8125rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { width:15.125rem;height:0;top:49.23633125rem;left:3.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { width:14.8125rem;height:0;top:74.298828125rem;left:5.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3JthShefbRVKdUtGNsvprnsNK7UbSxo { width:6.875rem;height:0;top:50.29883125rem;left:11.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { width:2.5rem;height:0;top:49.86133125rem;left:15.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { width:8.1875rem;height:3rem;top:9.80078125rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { width:1.5rem;height:0.8125rem;top:11.96875rem;left:6.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { width:12.5rem;height:0;top:35.2236359375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { width:12.5rem;height:0;top:45.34814765625rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { width:12.5rem;height:0;top:66.67969375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { width:20rem;height:10.5rem;top:23.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3PVFifWIfnyh7yLpaOpP89fq2AZk01 { width:9.375rem;height:7.5rem;top:6.375rem;left:10.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JxRCxRlis0XofTy9vSoVabgEpArPvypR { width:8.1875rem;height:1rem;top:10.55078125rem;left:11.3125rem;font-size:0.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #K4RFrN84tLxBwVAClskqzuF84gtek7Tn { width:9.375rem;height:2.4375rem;top:7.6875rem;left:10.625rem;font-size:1.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iEthyEM0GAKUaiXrvWSL88HgDl80lScv { width:9.375rem;height:7.5rem;top:15.0625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wXgf0dD66hdaVmErKhOIStvTUNKLHOt6 { width:8.1875rem;height:2rem;top:16.4375rem;left:0.59375rem;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #bsJbTbOsSDc6NC3h64PycEJmsEVmOc0S { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FWux3bnbx5ONThf5BD6bKOCZX6LyvN4A { width:9.375rem;height:2rem;top:19rem;left:0rem;font-size:1.5625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DfaCDdl4JLQCalbWc2ERnDUQFl3ugfKQ { width:9.375rem;height:7.5rem;top:15.0625rem;left:10.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FhSKEuREiDHPEHO1BQaOdg2zhXdTiUsb { width:9.375rem;height:2.4375rem;top:16.3359375rem;left:10.625rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XMilKwVmGS7Pld3uvykdKK9oXMenUnPD { width:8.1875rem;height:2rem;top:19.021484375rem;left:11.21875rem;font-size:0.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { display:block; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV09FVX0raMgC23D75GiqcKPsFtQNkKK { width:19.1875rem;height:9.75rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { width:20rem;height:25.3125rem;top:13.748046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { display:block; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { width:16.0625rem;height:4.875rem;top:0.8125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { width:1.875rem;height:1.875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { width:1.875rem;height:1.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { display:block; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { width:0.625rem;height:0.625rem;top:0.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { width:0.625rem;height:0.625rem;top:0.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { width:0.625rem;height:0.625rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { width:0.625rem;height:0.625rem;top:0.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0qm2utGTq8MATUyWiV2y9JoPdanh1c { display:block; }#eb0qm2utGTq8MATUyWiV2y9JoPdanh1c > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztMbX9Kgpa0fQoCDpIrDpIoioDPzRJB3 { width:19rem;height:3.125rem;top:1.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCFZkzrJ6hqBJvgFIMSqmhV1d57z98y { display:block; }
 }@media only screen and (max-width: 763px) { #DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { display:block; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { width:19.3125rem;height:9.75rem;top:3.064453125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { width:20rem;height:25.3125rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { width:19.875rem;height:6.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { width:4.6875rem;height:4.6875rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { width:6.25rem;height:2.875rem;top:2.474609375rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { width:20rem;height:6.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { width:4.625rem;height:4.625rem;top:8rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { width:7.4375rem;height:2.875rem;top:9.349609375rem;left:6.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { width:20rem;height:6.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { width:5rem;height:5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { width:6.25rem;height:2.875rem;top:16.224609375rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { width:20rem;height:6.125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXONrdm5FUtcNenZQUqptwb1vLphKPK { width:5rem;height:5rem;top:22.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { width:7.1875rem;height:2.875rem;top:23.099609375rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRdJDpEyqdTXv3kB7REPPlqkP3nczIUL { width:2.75rem;height:2.75rem;top:2.5rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTn2MEy0AoWuSRgSVFIQJHdm5wE6Rb2C { display:block; }
 }@media only screen and (max-width: 763px) { #Id3FX0T9xi76erUBhAGE0t3pxC76NvxB { width:2.75rem;height:2.75rem;top:9.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlL5yUpx6PKxTuKiTN0ZEqy3SVJIGncl { display:block; }
 }@media only screen and (max-width: 763px) { #BX94XxWNyLIAITosXmFTSqXbuXR5IOs2 { width:2.75rem;height:2.75rem;top:16.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MLbn7XrqBlR54KrX67ORM6ML4r8eUp { display:block; }
 }@media only screen and (max-width: 763px) { #N7ZhETgvqzwa3t75PfiUDdZ4CH3MfolM { width:2.75rem;height:2.75rem;top:23.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni4i9tf0KVbxG6ZUddgFbC7TsdcmhUkD { display:block; }
 }@media only screen and (max-width: 763px) { #GUp5QD0TzgP9NygDAfpMssE31kcTW03x { display:block; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { width:20rem;height:4.875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { width:20rem;height:33.75rem;top:10.0478515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { width:20rem;height:15.744680851064rem;top:45.2983125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { width:20rem;height:3.5rem;top:51.0419921875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLv8mTpzZA5xttG9Dvu4yRcfbTrbnr9n { width:19rem;height:3.125rem;top:45.7294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2zcfgf9dm5pETeqFPuVIKUlI5KdkL22 { display:block; }
 }@media only screen and (max-width: 763px) { #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { display:block; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIvilqJluDWCvMTVWHkbqudrds8I02lV { width:20rem;height:7.3125rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { width:20rem;height:11.8125rem;top:12.8984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { width:16.875rem;height:12.1875rem;top:25.9609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:3.1875rem;height:3.1875rem;top:27.3984375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:13.125rem;height:6.25rem;top:30.41259765625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { width:16.875rem;height:12.1875rem;top:44.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { width:13.75rem;height:5rem;top:48.8125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { width:3.1875rem;height:3.1875rem;top:45.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { width:16.875rem;height:12.1875rem;top:62.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9adRNl93JBrPRADUAOhunrIanOiXXf9 { width:13.125rem;height:5rem;top:67.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { width:3.1875rem;height:3.1875rem;top:64.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDBzga5MezGtppIr8whwIxbaUWwoAy2 { width:3.125rem;height:3.125rem;top:39.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { width:11rem;height:1.25rem;top:39.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { width:11.875rem;height:1.75rem;top:40.6875rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMymUxazM8myKZZ3H4FML4gc3h4PKTXZ { width:3.125rem;height:3.125rem;top:57.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { width:13.125rem;height:1.75rem;top:59.0625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4OaEi8qhC8PnDLETxhz252valfyU9bt { width:10.6875rem;height:1.25rem;top:57.625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { width:13.1875rem;height:2.625rem;top:77.547916412356rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vft5Qr7P31ptzyNRRZDmtQVt7Otg77qf { width:3.125rem;height:3.125rem;top:76.060417175294rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { width:11.5625rem;height:1.25rem;top:76.060417175294rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm { display:block; }#nkFJh1qC1Oz0wTuSgHTtgLeuJRsmvUsm > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5B10TNQMeG9AmI9SOTBJdKlQG5f1Rxz { width:19.5625rem;height:4.875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsHwwyO8y65C6JOPlWCoeNzr1M1OpUSy { width:20rem;height:23.625rem;top:9.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqJTiAxoh0hI5XCz6lnmGufl6RgiXNHE { width:19rem;height:3.125rem;top:35.1733125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #logrZDfc128HNlveDRArp96J1ML7F66g { display:block; }
 }@media only screen and (max-width: 763px) { #LWrwL4TstdTzWMfSaGw0n9sQLJzZ0QoO { width:19rem;height:3.9375rem;top:34.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5HPSN8OawJpsIk2tdDx6M1lFEwnzNbm { display:block; }
 }@media only screen and (max-width: 763px) { #ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 { display:block; }#ExxicO4LdqMkSWwcaZ0FxUghvofn3Gu0 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heHrfHy6uwTx8wElcb5HNcABfg9dAi9C { width:20rem;height:7.6875rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQbBtFAd0OIMF6TTSOC9xm0H9VFh3AH { width:20rem;height:18.5625rem;top:12.1728515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeXtad3oOivNQhfWKperTwB3zivDuxzn { width:9.8125rem;height:6.4375rem;top:32.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKp2uZSsTWAGGDmwcOdKvTNPABzyyLip { width:9.8125rem;height:6.4375rem;top:32.3603515625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arD5HF51KSLEqPMNynoQS5lp5kafc663 { width:9.8125rem;height:6.5rem;top:39.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvl13NMIU47LpVhzitrdgENn4NEEAv79 { width:9.8125rem;height:6.5rem;top:39.1875rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { display:block; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { width:20rem;height:4.875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { width:18.75rem;height:22.3125rem;top:9.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { width:16.25rem;height:15.75rem;top:14.3125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { width:18.75rem;height:17.8125rem;top:33.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { width:16.125rem;height:10.5rem;top:37.875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { width:18.75rem;height:22.3125rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { width:16.5rem;height:15.75rem;top:56.9375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { width:15.6875rem;height:1.75rem;top:11.5625rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udT7bpTChSdMuIwt26IgB7bVOswSUdSO { width:15.6875rem;height:1.75rem;top:35.125rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { width:15.6875rem;height:1.75rem;top:54.1875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { width:15.625rem;height:0.0625rem;top:13.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { width:15.625rem;height:0.0625rem;top:36.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { width:15.625rem;height:0.0625rem;top:56rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbu3TxorUe1zuT0zzTT5CqKTWFRtVk1S { width:19rem;height:3.125rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK3WsDpgUDvFUcdXOKp4oOgRC49HDCeT { display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { width:9.625rem;height:4.125rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIfknTpQIfcqBUBSZzEx10EiXBMJqX8k { width:15.0625rem;height:1.25rem;top:6.625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { width:20rem;height:2.5rem;top:9.17480625rem;left:0rem;font-size:1rem;display:block; }
 }