.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 *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #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); }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/631bafe2-4a92-49ea-bd26-214d15ec69d0/asiaoceaniahero2500x1500.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3.adaptive-delivery-prevent-bg, #DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3.lazyload, #DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3.lazyloading { background-image: none; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container { background-color: transparent; background-image: none; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container > .video-iframe-container { display: none; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row > .video-iframe-container { display: none; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .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); }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container { border-width: 0; border-radius: 0; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e9871cb-6ff7-4e62-b418-73de71757699/AsiaOceaniaYutori320x241.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.adaptive-delivery-prevent-bg, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyload, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyloading { background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { border-width: 0; border-radius: 0; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;overflow:visible;position:relative;display:none; }#d4hBRcO2No11OJsVRbZl27uhk7AJvmVR { 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:15000;opacity:1;display:none; }
#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 { 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; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container { background-color: transparent; background-image: none; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container > .video-iframe-container { display: none; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row > .video-iframe-container { display: none; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .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); }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container { border-width: 0; border-radius: 0; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#zPnKcVu23RHRxpMIFVslesgnfs1TUGcD { 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; }
#nUm2rQPk6SDDn2lIo5klhJRycmf1qahL { 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; }
#KiCQZkyf0FArTd74o2hi6r7VIEfsASy2 { box-sizing:content-box;height:4.375rem;width:26.5625rem;position:absolute;display:block;z-index:15029;background-color:#2d62ae;background-image:none;top:4.46875rem;left:16.71875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG { 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; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG.adaptive-delivery-prevent-bg, #wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG.lazyload, #wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG.lazyloading { background-image: none; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container { background-color: transparent; background-image: none; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container > .video-iframe-container { display: none; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row > .video-iframe-container { display: none; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .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); }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container { border-width: 0; border-radius: 0; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#lSKeBrZvFFETTVG1RcGguNtenfTqHHbV { 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.1875rem;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; }
#tkQq0PIaFUI2MWhZtJ4MK5GZHJEmwekv { 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.875rem;left:38.375rem; }
#TBiom2zEICuP4BpSMW7yyTGAVrvl6WAZ { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:5.25rem;left:8.9375rem;height:10.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.5rem;width:60rem;position:relative;display:block; }#hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { position:absolute;display:block;z-index:15021;border-top:0rem solid #712ba0;border-left:0rem solid #712ba0;border-right:0rem solid #712ba0;border-bottom:0rem solid #712ba0;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.375rem;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.1875rem;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.375rem;left:15.6875rem;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.15625rem;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.375rem;left:30.6875rem;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.1875rem;left:31.8125rem;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.375rem;left:45.5625rem;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.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.1875rem;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:22.375rem;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.1875rem;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:17.0625rem;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.1875rem;left:15.5625rem;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:17.0625rem;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.1875rem;left:30.5625rem;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:17.0625rem;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.15625rem;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:17.09375rem;left:46.875rem;display:block; }
#G1IA76GaErZSlGo8gskImUcNZAWQuqrv { 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.5rem;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; }
#cIbb7IaX7TTTnEhkebMxauZndBzsmVu8 { 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:15019;opacity:1;top:5.46875rem;left:40.75rem; }
#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:18.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.5rem;left:10.875rem;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:18.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.5rem;left:30.875rem;display:block; }
#DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB { 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; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container { background-color: transparent; background-image: none; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container > .video-iframe-container { display: none; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row > .video-iframe-container { display: none; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .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); }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container { border-width: 0; border-radius: 0; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#CdArpMkDboDlhKp3nUEar2RKQqrB8Z1b { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:2.375rem;left:0.03125rem;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; }
#N9Q98ig15TUfWWTBZJWUyIJcyEkOhlTo { 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; }
#bXKW0somvMstZFCx1S1hG4laJR64KMLK { 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.125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.75rem;left:20.9375rem;display:block; }
#xJUaT9wuNkkbUpIk2k4e7DTvTRBMT4A3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7485dcb300afc5da0c45b71a4a70b63 { 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; }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container { background-color: transparent; background-image: none; }#n7485dcb300afc5da0c45b71a4a70b63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container > .video-iframe-container { display: none; }#n7485dcb300afc5da0c45b71a4a70b63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7485dcb300afc5da0c45b71a4a70b63 > .row > .video-iframe-container { display: none; }#n7485dcb300afc5da0c45b71a4a70b63 > .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); }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container { border-width: 0; border-radius: 0; }#n7485dcb300afc5da0c45b71a4a70b63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#d5e26706b5d4f24dbaff1c34b0f61390 { color:#712ba0;display:block;width:11.75rem;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.6875rem;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; }
#d6d48e2e47fe078fe0ea228a6e9cbd55 { 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; }
#af6e2d01dd2bec43662e46111f04730a { 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; }
#Tc498f9c1c57464c38f892be46506263 { 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; }
#a27a26d5df9885acce88044b54fd8b90 { 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; }
#eaab1014a830a875925450ab0ec98e5b { position:absolute;display:block;z-index:15002;height:14.3125rem;width:60rem;top:6.375rem;left:0rem;display:block; }
#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 { 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; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container { background-color: transparent; background-image: none; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container > .video-iframe-container { display: none; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row > .video-iframe-container { display: none; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .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); }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container { border-width: 0; border-radius: 0; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#QxTNba0TAkr45bg28eWCADlTUMnQ5F71 { 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; }
#ulaCsdilznkObZAh7mCDJ0J94HdoJGTM { 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; }
#TGS1OifTFRhDqgRQlDRc4N6ZTRExtcVl { 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; }
#Q1G9WEwc62whc4Li9gqWEGR4aJ8NgqXW { 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; }
#nieQwg4vleFenFFPvzgCPk8rNW6ttM4J { 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; }
#oI0K60RzZ1rT8exZJm4bJfsFgoHspcBn { 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; }
#sxVmIyzpTmyzPcriAJEXmPLeu6ovnOHe { 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; }
#NicStwwXQkqBXAlB8HkKTn09qeCqsKr5 { 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:15015;text-align:center;text-align-last:center;top:11.0625rem;left:36.5625rem;display:block; }
#FgiFcVMI8hPh3cw2mzeiX5VCaivfR6Mw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qlo9vsHPufkzVDrb5WagNxQc1Sa1AvLK { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 { display:block; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container { width:47.75rem;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) { #d4hBRcO2No11OJsVRbZl27uhk7AJvmVR { display:none; }
 }@media only screen and (max-width: 763px) { #BonSkiUoX8GnMIkchPF4c27foeVFgxv7 { display:block; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPnKcVu23RHRxpMIFVslesgnfs1TUGcD { top:1.875rem;left:14.375rem;width:19rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm2rQPk6SDDn2lIo5klhJRycmf1qahL { 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) { #KiCQZkyf0FArTd74o2hi6r7VIEfsASy2 { top:4.4375rem;left:10.59375rem;width:26.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG { display:block; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSKeBrZvFFETTVG1RcGguNtenfTqHHbV { top:2.1875rem;left:0rem;width:20.375rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQq0PIaFUI2MWhZtJ4MK5GZHJEmwekv { top:1.875rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiom2zEICuP4BpSMW7yyTGAVrvl6WAZ { top:5.25rem;left:0rem;width:42.125rem;height:10.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.375rem;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.1875rem;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.375rem;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.125rem;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.375rem;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.1875rem;left:24.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { top:2.375rem;left:34rem;width:13.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:11.25rem;height:2.5625rem;top:18.1875rem;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:1.1875rem;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:17.0625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { top:1.1875rem;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:17.0625rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { top:1.1875rem;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:17.0625rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block; }
 }@media only screen and (max-width: 763px) { #QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { top:1.125rem;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:17.0625rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { 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) { #cIbb7IaX7TTTnEhkebMxauZndBzsmVu8 { top:5.4375rem;left:31.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:18.125rem;height:3.4375rem;top:11.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:18.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) { #la9DuCQyrkxNQ6blBKTeNMLAatpacHPB { display:block; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdArpMkDboDlhKp3nUEar2RKQqrB8Z1b { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Q98ig15TUfWWTBZJWUyIJcyEkOhlTo { top:4.625rem;left:8.25rem;width:31.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKW0somvMstZFCx1S1hG4laJR64KMLK { width:18.125rem;height:2.875rem;top:8.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJUaT9wuNkkbUpIk2k4e7DTvTRBMT4A3 { display:block; }
 }@media only screen and (max-width: 763px) { #n7485dcb300afc5da0c45b71a4a70b63 { display:block; }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5e26706b5d4f24dbaff1c34b0f61390 { top:2.6875rem;left:13.5625rem;width:11.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6d48e2e47fe078fe0ea228a6e9cbd55 { top:2.375rem;left:26.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #af6e2d01dd2bec43662e46111f04730a { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc498f9c1c57464c38f892be46506263 { top:2.375rem;left:29.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a27a26d5df9885acce88044b54fd8b90 { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaab1014a830a875925450ab0ec98e5b { top:6.375rem;left:0rem;width:47.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 { display:block; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxTNba0TAkr45bg28eWCADlTUMnQ5F71 { width:14rem;height:4.375rem;top:7.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulaCsdilznkObZAh7mCDJ0J94HdoJGTM { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGS1OifTFRhDqgRQlDRc4N6ZTRExtcVl { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1G9WEwc62whc4Li9gqWEGR4aJ8NgqXW { width:4.0625rem;height:4rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nieQwg4vleFenFFPvzgCPk8rNW6ttM4J { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI0K60RzZ1rT8exZJm4bJfsFgoHspcBn { width:4rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxVmIyzpTmyzPcriAJEXmPLeu6ovnOHe { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NicStwwXQkqBXAlB8HkKTn09qeCqsKr5 { width:16.875rem;height:2.875rem;top:11.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgiFcVMI8hPh3cw2mzeiX5VCaivfR6Mw { display:block; }
 }@media only screen and (max-width: 763px) { #Qlo9vsHPufkzVDrb5WagNxQc1Sa1AvLK { top:19.6875rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 { display:none; }#DqTBV21pImMo6pMGn3sZfI0NeDcGU7F3 > .row .container { width:20rem;height:32.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39c99da6-5897-4464-897a-786183bf4a3b/Yutori1080x900loop.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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 { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4hBRcO2No11OJsVRbZl27uhk7AJvmVR { display:flex;top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #BonSkiUoX8GnMIkchPF4c27foeVFgxv7 { display:block; }#BonSkiUoX8GnMIkchPF4c27foeVFgxv7 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPnKcVu23RHRxpMIFVslesgnfs1TUGcD { 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) { #nUm2rQPk6SDDn2lIo5klhJRycmf1qahL { 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) { #KiCQZkyf0FArTd74o2hi6r7VIEfsASy2 { width:20rem;height:3.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG { display:block; }#wgVzM4t35I7bS5DqhQsxVcxTec8cAsBG > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSKeBrZvFFETTVG1RcGguNtenfTqHHbV { width:17.625rem;height:1.75rem;top:2.3125rem;left:0.125rem;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) { #tkQq0PIaFUI2MWhZtJ4MK5GZHJEmwekv { display:flex;width:2.5rem;height:2.5rem;top:2rem;left:16.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TBiom2zEICuP4BpSMW7yyTGAVrvl6WAZ { width:17.5rem;height:25.59376875rem;top:5.5rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { display:block; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { width:17.5rem;height:21.75rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { width:11.25rem;height:2.5rem;top:21.5625rem;left:4.375rem;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:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { width:12.5rem;height:2.5rem;top:44.75rem;left:3.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block; }
 }@media only screen and (max-width: 763px) { #ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { width:17.4375rem;height:21.75rem;top:48.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { width:11.25rem;height:2.5rem;top:69.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { width:16.875rem;height:21rem;top:72.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:11.25rem;height:2.5rem;top:92.3125rem;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:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { width:16.875rem;height:21rem;top:0.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { width:11.25rem;height:2.5rem;top:20.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { width:17.5rem;height:21.75rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { width:11.25rem;height:2.5rem;top:44.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { width:17.5rem;height:21.8125rem;top:47.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { width:11.25rem;height:2.5rem;top:68.375rem;left:4.375rem;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.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { width:12.5rem;height:2.5rem;top:91.5rem;left:3.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { 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:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { width:13.5rem;height:4rem;top:1.4375rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIbb7IaX7TTTnEhkebMxauZndBzsmVu8 { display:flex;width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:18.125rem;height:3.4375rem;top:9.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:18.125rem;height:3.4375rem;top:14.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #la9DuCQyrkxNQ6blBKTeNMLAatpacHPB { display:block; }#la9DuCQyrkxNQ6blBKTeNMLAatpacHPB > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdArpMkDboDlhKp3nUEar2RKQqrB8Z1b { width:17.75rem;height:3.25rem;top:1.9375rem;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) { #N9Q98ig15TUfWWTBZJWUyIJcyEkOhlTo { 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) { #bXKW0somvMstZFCx1S1hG4laJR64KMLK { width:18.125rem;height:2.875rem;top:12.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJUaT9wuNkkbUpIk2k4e7DTvTRBMT4A3 { display:block; }
 }@media only screen and (max-width: 763px) { #n7485dcb300afc5da0c45b71a4a70b63 { display:block; }#n7485dcb300afc5da0c45b71a4a70b63 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5e26706b5d4f24dbaff1c34b0f61390 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6d48e2e47fe078fe0ea228a6e9cbd55 { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af6e2d01dd2bec43662e46111f04730a { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc498f9c1c57464c38f892be46506263 { width:1.875rem;height:1.875rem;top:3.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a27a26d5df9885acce88044b54fd8b90 { width:1.875rem;height:1.875rem;top:3.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaab1014a830a875925450ab0ec98e5b { width:20rem;height:14.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 { display:block; }#gBe2MEW9Z3UzC74vIKVreFmV08cs8ly6 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxTNba0TAkr45bg28eWCADlTUMnQ5F71 { width:14rem;height:4.375rem;top:2.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulaCsdilznkObZAh7mCDJ0J94HdoJGTM { width:2.5rem;height:2.5rem;top:8.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGS1OifTFRhDqgRQlDRc4N6ZTRExtcVl { width:2.5rem;height:2.5rem;top:8.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1G9WEwc62whc4Li9gqWEGR4aJ8NgqXW { width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nieQwg4vleFenFFPvzgCPk8rNW6ttM4J { width:2.5rem;height:2.5rem;top:8.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI0K60RzZ1rT8exZJm4bJfsFgoHspcBn { width:2.5rem;height:2.5rem;top:8.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxVmIyzpTmyzPcriAJEXmPLeu6ovnOHe { 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) { #NicStwwXQkqBXAlB8HkKTn09qeCqsKr5 { width:16.875rem;height:2.875rem;top:14.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgiFcVMI8hPh3cw2mzeiX5VCaivfR6Mw { display:block; }
 }@media only screen and (max-width: 763px) { #Qlo9vsHPufkzVDrb5WagNxQc1Sa1AvLK { width:20rem;height:1.4609375rem;top:19.875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }