.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1ce4cd60-01d1-444d-9b73-7c21ebe8bf1b/europeafricahero2500x1500.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.adaptive-delivery-prevent-bg, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyload, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyloading { background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { background-color: transparent; background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container > .video-iframe-container { display: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container { display: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .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); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { border-width: 0; border-radius: 0; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;overflow:visible;position:relative;display:block; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { position:relative;display:none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { border-width: 0; border-radius: 0; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .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; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { background-color: transparent; background-image: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container > .video-iframe-container { display: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container { display: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .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); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { border-width: 0; border-radius: 0; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { color:#ffffff;display:block;width:19rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:1.875rem;left:20.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.625rem;left:13.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { box-sizing:content-box;height:4.375rem;width:29.3125rem;position:absolute;display:block;z-index:15029;background-color:#2d62ae;background-image:none;top:4.46875rem;left:15.34375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:url("https://images.assets-landingi.com/uc/fc8a549e-2c69-498a-950f-297b49f3f9b2/topowhite65.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.adaptive-delivery-prevent-bg, #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.lazyload, #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.lazyloading { background-image: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { background-color: transparent; background-image: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container > .video-iframe-container { display: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container { display: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .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); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { border-width: 0; border-radius: 0; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#S4Hq93gZKHSTouEptKF2O6tH7g288K5o { color:#441c55;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:2.0625rem;left:18.4375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.59375rem;left:38.25rem; }
#gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { color:#000000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:5.5625rem;left:9.6875rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { background-color: transparent; background-image: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container > .video-iframe-container { display: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container { display: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .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); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { border-width: 0; border-radius: 0; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { 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:17.125rem;width:13.75rem;top:2.5rem;left:0.625rem;overflow:hidden;display:block; }
#szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:18.3125rem;left:1.875rem;display:block; }
#D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { position:absolute;display:block;z-index:15023;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:17.125rem;width:13.75rem;top:2.5rem;left:15.625rem;overflow:hidden;display:block; }
#wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:18.3125rem;left:16.875rem;display:block; }
#TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { position:absolute;display:block;z-index:15025;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:17.125rem;width:13.75rem;top:2.5rem;left:30.625rem;overflow:hidden;display:block; }
#A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.3125rem;left:31.875rem;display:block; }
#cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { position:absolute;display:block;z-index:15027;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:17.125rem;width:13.75rem;top:2.5rem;left:45.625rem;overflow:hidden;display:block; }
#pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.3125rem;left:46.875rem;display:block; }
#z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { background-color: transparent; background-image: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container > .video-iframe-container { display: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container { display: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .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); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { border-width: 0; border-radius: 0; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { 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:17.125rem;width:13.75rem;top:1.03125rem;left:0.625rem;overflow:hidden;display:block; }
#U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16.8125rem;left:1.875rem;display:block; }
#i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { position:absolute;display:block;z-index:15023;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:17.125rem;width:13.75rem;top:1.03125rem;left:15.625rem;overflow:hidden;display:block; }
#cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.8125rem;left:16.875rem;display:block; }
#NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { position:absolute;display:block;z-index:15025;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:17.125rem;width:13.75rem;top:1.03125rem;left:30.625rem;overflow:hidden;display:block; }
#FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16.84375rem;left:31.875rem;display:block; }
#yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { position:absolute;display:block;z-index:15027;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:17.125rem;width:13.75rem;top:1.03125rem;left:45.625rem;overflow:hidden;display:block; }
#Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.8125rem;left:46.875rem;display:block; }
#G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { background-color: transparent; background-image: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container > .video-iframe-container { display: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container { display: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .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); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { border-width: 0; border-radius: 0; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { 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:17.125rem;width:13.75rem;top:0.96875rem;left:0.625rem;overflow:hidden;display:block; }
#rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16.875rem;left:1.875rem;display:block; }
#V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { position:absolute;display:block;z-index:15023;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:17.125rem;width:13.75rem;top:0.9375rem;left:15.625rem;overflow:hidden;display:block; }
#SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.8125rem;left:16.875rem;display:block; }
#cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { position:absolute;display:block;z-index:15025;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:17.125rem;width:13.75rem;top:0.9375rem;left:30.625rem;overflow:hidden;display:block; }
#fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16.75rem;left:31.875rem;display:block; }
#cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPE64Two08RXUARbfxDrs0XCD7E3yTWz { position:absolute;display:block;z-index:15027;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:17.125rem;width:13.75rem;top:1.03125rem;left:45.625rem;overflow:hidden;display:block; }
#cZaoST9UkixItelqt60tO3VqzeMdrKXG { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.84375rem;left:46.875rem;display:block; }
#qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { background-color: transparent; background-image: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container > .video-iframe-container { display: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container { display: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .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); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { border-width: 0; border-radius: 0; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { 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:17.125rem;width:13.75rem;top:1.1875rem;left:23.75rem;overflow:hidden;display:block; }
#Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:17rem;left:25.1875rem;display:block; }
#CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f41b238-074a-478a-94a1-04be7d1ad1aa/worldmap50.crop_9058x4562_610,1053.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.adaptive-delivery-prevent-bg, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyload, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyloading { background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { background-color: transparent; background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .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); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { border-width: 0; border-radius: 0; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { color:#712ba0;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:5.9375rem;left:14.3125rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.5rem;left:40.625rem; }
#B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.5rem;left:11.5rem;display:block; }
#xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.5rem;left:31.5rem;display:block; }
#DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;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; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { background-color: transparent; background-image: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container > .video-iframe-container { display: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container { display: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .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); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { border-width: 0; border-radius: 0; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:2.3125rem;left:10.90625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:4.625rem;left:14.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { 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;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.6875rem;left:20.625rem;display:block; }
#A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a001af23a0aa15d0f3ae49a7dd9eaf74 { 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; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container { background-color: transparent; background-image: none; }#a001af23a0aa15d0f3ae49a7dd9eaf74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container > .video-iframe-container { display: none; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row > .video-iframe-container { display: none; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .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); }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container { border-width: 0; border-radius: 0; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#eede7d1ef5e95ff577bc6745252279bd { color:#712ba0;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:2.6875rem;left:19.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Be2f927d3748fb10656f18d2a518c118 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15027;background-color:#712ba0;background-image:none;top:2.375rem;left:32.1875rem;box-shadow: none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c1648ea7510cc0a32142d8d8d4970165 { position:absolute;display:block;z-index:15028;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.5rem;width:2.5rem;top:2.375rem;left:32.1875rem;overflow:hidden;display:block; }
#daef45f047be5c39023d235b33d89316 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15029;background-color:#712ba0;background-image:none;top:2.375rem;left:35.375rem;box-shadow: none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ld7adf2edd9b3c3d3c6805a6c277e949 { position:absolute;display:block;z-index:15030;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.5rem;width:2.5rem;top:2.375rem;left:35.375rem;overflow:hidden;display:block; }
#a8f47d2a9a0ff05042f43198bbd8347e { position:absolute;display:block;z-index:15002;height:14.3125rem;width:60rem;top:6.375rem;left:0rem;display:block; }
#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { background-color: transparent; background-image: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container > .video-iframe-container { display: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container { display: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .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); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { border-width: 0; border-radius: 0; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { position:absolute;display:block;z-index:15025;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.375rem;width:14rem;top:7.625rem;left:7.1875rem;overflow:hidden;display:block; }
#J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { position:absolute;display:block;z-index:15023;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.5rem;width:2.5rem;top:5.875rem;left:38.875rem;overflow:hidden;display:block; }
#QsUdug9itlszr8mr8zLuzA395siTr3Qk { position:absolute;display:block;z-index:15024;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.5rem;width:2.5rem;top:5.875rem;left:41.3125rem;overflow:hidden;display:block; }
#X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { position:absolute;display:block;z-index:15025;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.5rem;width:2.5rem;top:5.875rem;left:43.75rem;overflow:hidden;display:block; }
#Dao1lZnMGW0z2mEol6nJZn29y16rveAt { position:absolute;display:block;z-index:15026;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.5rem;width:2.5rem;top:5.875rem;left:46.1875rem;overflow:hidden;display:block; }
#UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { position:absolute;display:block;z-index:15027;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.5rem;width:2.5rem;top:5.875rem;left:48.625rem;overflow:hidden;display:block; }
#l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:8.875rem;left:41rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#IQAVSbErhBR0VH7hSWTopFTCaMwK2ecU { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.9375rem;left:36.5625rem;display:block; }
#IfHehwqgTdRyGH4sqH7T0EOcCWT7y39R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { display:block; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { display:none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { display:block; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { top:1.875rem;left:14.375rem;width:19rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { top:4.625rem;left:7.25rem;width:33.3125rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { top:4.4375rem;left:9.21875rem;width:29.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Hq93gZKHSTouEptKF2O6tH7g288K5o { top:2.0625rem;left:0rem;width:20.375rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { top:1.5625rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { top:5.5625rem;left:0rem;width:40.625rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { display:block; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { top:2.5rem;left:0rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { width:11.25rem;height:2.5rem;top:18.3125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block; }
 }@media only screen and (max-width: 763px) { #ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { top:2.5rem;left:10.125rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { width:11.25rem;height:2.5rem;top:18.3125rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block; }
 }@media only screen and (max-width: 763px) { #ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { top:2.5rem;left:22.0625rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { width:11.25rem;height:2.5rem;top:18.3125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { top:2.5rem;left:34rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:11.25rem;height:2.5rem;top:18.3125rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { display:block; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { top:1rem;left:0rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { width:11.25rem;height:2.5rem;top:16.8125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { top:1rem;left:10.125rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { width:11.25rem;height:2.5rem;top:16.8125rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { top:1rem;left:22.0625rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { width:11.25rem;height:2.5rem;top:16.8125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block; }
 }@media only screen and (max-width: 763px) { #QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { top:1rem;left:34rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { width:11.25rem;height:2.5rem;top:16.8125rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block; }
 }@media only screen and (max-width: 763px) { #RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { display:block; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { top:0.9375rem;left:0rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { width:11.25rem;height:2.5rem;top:16.875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block; }
 }@media only screen and (max-width: 763px) { #nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { top:0.9375rem;left:10.125rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { width:11.25rem;height:2.5rem;top:16.8125rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block; }
 }@media only screen and (max-width: 763px) { #IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { top:0.9375rem;left:22.0625rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { width:11.25rem;height:2.5rem;top:16.75rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block; }
 }@media only screen and (max-width: 763px) { #GPE64Two08RXUARbfxDrs0XCD7E3yTWz { top:1rem;left:34rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZaoST9UkixItelqt60tO3VqzeMdrKXG { width:11.25rem;height:2.5rem;top:16.8125rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block; }
 }@media only screen and (max-width: 763px) { #BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { display:block; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { top:1.1875rem;left:10.125rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { width:11.25rem;height:2.5rem;top:17rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block; }
 }@media only screen and (max-width: 763px) { #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { top:5.9375rem;left:0rem;width:28.75rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { top:5.5rem;left:31.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:17.125rem;height:3.4375rem;top:11.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:17.125rem;height:3.4375rem;top:11.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { display:block; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { top:2.3125rem;left:4.78125rem;width:38.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { top:4.625rem;left:8.25rem;width:31.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { width:18.75rem;height:2.875rem;top:8.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block; }
 }@media only screen and (max-width: 763px) { #a001af23a0aa15d0f3ae49a7dd9eaf74 { display:block; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eede7d1ef5e95ff577bc6745252279bd { top:2.6875rem;left:13.25rem;width:12.0625rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2f927d3748fb10656f18d2a518c118 { top:2.375rem;left:26.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1648ea7510cc0a32142d8d8d4970165 { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daef45f047be5c39023d235b33d89316 { top:2.375rem;left:29.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7adf2edd9b3c3d3c6805a6c277e949 { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8f47d2a9a0ff05042f43198bbd8347e { top:6.375rem;left:0rem;width:47.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { display:block; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { width:14rem;height:4.375rem;top:7.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsUdug9itlszr8mr8zLuzA395siTr3Qk { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { width:4.0625rem;height:4rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dao1lZnMGW0z2mEol6nJZn29y16rveAt { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { width:4rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { top:19.6875rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQAVSbErhBR0VH7hSWTopFTCaMwK2ecU { width:16.875rem;height:2.875rem;top:10.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHehwqgTdRyGH4sqH7T0EOcCWT7y39R { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0999427-a0f5-4534-aa19-5b5f27273424/myplaceisheredesktophero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.adaptive-delivery-prevent-bg, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyload, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyloading { background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0a2f82c9-793e-48a1-b569-f7d0ad94f020/Smutl1080x900loop.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.adaptive-delivery-prevent-bg, #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.lazyload, #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.lazyloading { background-image: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { background-color: transparent; background-image: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container > .video-iframe-container { display: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container { display: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .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); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { border-width: 0; border-radius: 0; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { display:block; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { width:19rem;height:1.4619125rem;top:1.125rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { width:20rem;height:2.84375rem;top:3.3125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { width:20rem;height:3.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Hq93gZKHSTouEptKF2O6tH7g288K5o { width:15.5rem;height:1.75rem;top:2.25rem;left:1.0625rem;font-size:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { display:flex;width:2.5rem;height:2.5rem;top:1.875rem;left:16.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { width:17.5rem;height:30rem;top:5.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { display:block; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { width:16.3125rem;height:20.25rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { width:11.25rem;height:2.5rem;top:22.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block; }
 }@media only screen and (max-width: 763px) { #ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { width:16.875rem;height:21rem;top:26.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { width:11.25rem;height:2.5rem;top:46.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block; }
 }@media only screen and (max-width: 763px) { #ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { width:16.875rem;height:21rem;top:50rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { width:11.25rem;height:2.5rem;top:70.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { width:17.4375rem;height:21.75rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:11.25rem;height:2.5rem;top:94.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { display:block; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { width:16.875rem;height:21rem;top:0.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { width:11.25rem;height:2.5625rem;top:20.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { width:16.875rem;height:21rem;top:24.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { width:11.25rem;height:2.5625rem;top:44.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { width:16.875rem;height:21rem;top:47.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { width:11.25rem;height:2.5rem;top:68.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block; }
 }@media only screen and (max-width: 763px) { #QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { width:16.875rem;height:21rem;top:71.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { width:11.25rem;height:2.5rem;top:92rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block; }
 }@media only screen and (max-width: 763px) { #RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { display:block; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { width:16.875rem;height:21rem;top:0.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { width:11.25rem;height:2.5rem;top:19.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block; }
 }@media only screen and (max-width: 763px) { #nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { width:16.875rem;height:21rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { width:11.25rem;height:2.5625rem;top:43.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block; }
 }@media only screen and (max-width: 763px) { #IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { width:16.875rem;height:21rem;top:47.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { width:11.25rem;height:2.5rem;top:67.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block; }
 }@media only screen and (max-width: 763px) { #GPE64Two08RXUARbfxDrs0XCD7E3yTWz { width:16.875rem;height:21rem;top:71.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZaoST9UkixItelqt60tO3VqzeMdrKXG { width:11.25rem;height:2.5625rem;top:91.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block; }
 }@media only screen and (max-width: 763px) { #BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { display:block; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { width:17.5rem;height:21.75rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { width:11.25rem;height:2.5rem;top:21.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block; }
 }@media only screen and (max-width: 763px) { #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f41b238-074a-478a-94a1-04be7d1ad1aa/worldmap50.crop_9058x4562_610,1053.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.adaptive-delivery-prevent-bg, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyload, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyloading { background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { background-color: transparent; background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .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); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { width:20rem;height:4rem;top:2.875rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { display:flex;width:3.125rem;height:3.125rem;top:7.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:17.125rem;height:3.4375rem;top:11.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:17.125rem;height:3.4375rem;top:16.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { display:block; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { width:17.75rem;height:3.25rem;top:2rem;left:1.125rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { width:18.5rem;height:4.5rem;top:6.0625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { width:18.75rem;height:2.875rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block; }
 }@media only screen and (max-width: 763px) { #a001af23a0aa15d0f3ae49a7dd9eaf74 { display:block; }#a001af23a0aa15d0f3ae49a7dd9eaf74 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eede7d1ef5e95ff577bc6745252279bd { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2f927d3748fb10656f18d2a518c118 { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1648ea7510cc0a32142d8d8d4970165 { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daef45f047be5c39023d235b33d89316 { width:1.875rem;height:1.875rem;top:3.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7adf2edd9b3c3d3c6805a6c277e949 { width:1.875rem;height:1.875rem;top:3.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8f47d2a9a0ff05042f43198bbd8347e { width:20rem;height:14.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { display:block; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { width:14rem;height:4.375rem;top:2.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { width:2.5rem;height:2.5rem;top:8.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsUdug9itlszr8mr8zLuzA395siTr3Qk { width:2.5rem;height:2.5rem;top:8.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dao1lZnMGW0z2mEol6nJZn29y16rveAt { width:2.5rem;height:2.5rem;top:8.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { width:2.5rem;height:2.5rem;top:8.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { width:8rem;height:1.19921875rem;top:12.125rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { width:20rem;height:1.4609375rem;top:19.875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQAVSbErhBR0VH7hSWTopFTCaMwK2ecU { width:16.875rem;height:2.875rem;top:14.8359375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHehwqgTdRyGH4sqH7T0EOcCWT7y39R { display:block; }
 }