.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:227,233,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:67,55,153;--color-primary-4:33,23,71;--color-secondary-0:237,237,237;--color-secondary-1:195,195,195;--color-secondary-2:134,134,134;--color-secondary-3:67,67,67;--color-secondary-4:20,20,20;--color-tertiary-0:255,255,255;--color-tertiary-1:212,206,255;--color-tertiary-2:111,92,255;--color-tertiary-3:56,46,128;--color-tertiary-4:11,9,25;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16616a9b-f681-493b-8846-f7193a247803/landini28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:#00f9ff;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:18.599243164062rem;left:0rem;height:10.44925rem;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; }
#Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.430053710938rem;left:0rem;height:6.01171875rem;font-style:normal;display:block; }
#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/e2d2b524-5e71-4836-a6c1-948f5d0cc17c/HOTELMEX.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.124877929688rem;left:34.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.adaptive-delivery-prevent-bg, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyload, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyloading { background-image: none; }
#fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { color:rgba(255,255,255,0.8);display:block;width:11.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:36.31201171875rem;left:35.062255859375rem;height:3.00598125rem;font-style:normal;display:block; }
#WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:26.93701171875rem;left:34.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/6f131be8-5364-46a1-8d63-ce295bc6b8da/HOTELGUA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.124877929688rem;left:48.374633789062rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.adaptive-delivery-prevent-bg, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyload, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyloading { background-image: none; }
#wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:26.93701171875rem;left:48.374633789062rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:36.437133789062rem;left:48.999633789062rem;height:2.7625875rem;font-style:normal;display:block; }
#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/bccb90a4-87ea-4fa2-a0b5-1792b0b9ad10/Sanfernandoplazacrop_1080x1449_0471preview.crop_1080x1300_0,149.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.124877929688rem;left:62.249755859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.adaptive-delivery-prevent-bg, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyload, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyloading { background-image: none; }
#MDpbLMzqVGllVTsHKVyE6wx4caowViLD { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:36.1875rem;left:62.999877929688rem;height:2.84375rem;font-style:normal;display:block; }
#aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:26.999877929688rem;left:62.249755859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LEDssZtfLvgNZBV3kiSnUP7rTu7Q1H9D { color:rgba(var(--color-tertiary-0),1);display:block;width:45.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.4041748046875rem;left:18.155517578125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { background-color: transparent; background-image: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .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); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { border-width: 0; border-radius: 0; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { color:rgba(0,29,64,0.4);display:block;width:55.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:28.934936523438rem;left:9.4989013671875rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O30ApkLH9TkoCFx1Lip3Nt43lf5MGcTa { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:19.8108125rem;width:45.6860625rem;top:7.686767578125rem;left:14.656372070312rem;overflow:hidden;display:block; }
#umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { color:#001d40;display:block;width:35.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.8739013671875rem;left:19.71923828125rem;height:;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; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { color:#001d40;display:block;width:52.311375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.499755859375rem;left:11.718139648438rem;height:4.0625rem;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; }
#R0cWSfSCTqhxN24ePTbu7bqN5utgTiay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49963125rem;width:1.49963125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.8125rem;left:11.187133789062rem; }
#B0hShRaboGh3Iy7OBrq7IpPFmw4PdTzg { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.8125rem;left:7.62451171875rem;height:3.8981125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncq5eI5Byos4VT0eEtd3mcml4mWKy3s2 { color:#001d40;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:18.249633789062rem;left:6.7498779296875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR { box-sizing:content-box;height:5.99975625rem;width:5.99975625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1f55f9ee-3e77-4691-9bfc-3ffd66fc0dee/mundo1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.56201171875rem;left:16.875rem;display:block; }#HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR.adaptive-delivery-prevent-bg, #HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR.lazyload, #HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR.lazyloading { background-image: none; }
#lEXn0gNCIkiovTtINb7yqIGiqTMK70tf { box-sizing:content-box;height:2.8125rem;width:18.75rem;position:absolute;display:block;z-index:15036;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.87451171875rem;left:10.499877929688rem;display:block; }
#wUQmEgXQfRKm3vZp4BZKEbz669hRFotA { color:rgba(var(--color-tertiary-3),1);display:block;width:25.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22.249877929688rem;left:7.0623779296875rem;height:;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; }
#oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx { box-sizing:content-box;height:5.99975625rem;width:5.99975625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f49074f3-e4a0-47ed-aeb8-6b08dc8f8b39/mundo3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.624877929688rem;left:50.12451171875rem;display:block; }#oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx.adaptive-delivery-prevent-bg, #oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx.lazyload, #oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx.lazyloading { background-image: none; }
#Tah7i9l1QvpHmOqWKKVAOxRkGK9Td6in { color:#001d40;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:18.3125rem;left:40rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGMpaPluwB30Dftwzh64owgSsvWTzT6M { box-sizing:content-box;height:2.8125rem;width:19.8125rem;position:absolute;display:block;z-index:15037;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.937255859375rem;left:43.1875rem;display:block; }
#Bme9aoPqWXTu3UeHmI2L2kNMouNLUCPk { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:22.312133789062rem;left:40.3125rem;height:;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; }
#ukJeMd9TouwxIzXmPrIPiD5712smX8Em { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:25.874755859375rem;left:40.874633789062rem;height:3.89810625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLlT7qT5nT99BQpdNZembsAAXon4dZ9D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.749633789062rem;left:44.874877929688rem; }
#VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw { box-sizing:content-box;height:5.99975625rem;width:5.99975625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.687255859375rem;left:9.81201171875rem;display:block; }#VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw.adaptive-delivery-prevent-bg, #VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw.lazyload, #VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw.lazyloading { background-image: none; }
#ZfbfiQtUHzKwieu6AdvthRHC3u7TZ69a { color:#001d40;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:40.62451171875rem;left:2.9998779296875rem;height:3.224825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpUFwyPvD3NTuay6FW8NB0TnaslNpgU5 { box-sizing:content-box;height:2.8125rem;width:18.75rem;position:absolute;display:block;z-index:15037;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.312255859375rem;left:3.4375rem;display:block; }
#PMPppM6ROMxcO2SG5nQ96gcMU8rbiy00 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:44.68701171875rem;left:2.7496337890625rem;height:;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; }
#gciEaK6Ay0kIvS0W0Dx1X3XXCk9ivyvF { color:rgba(var(--color-tertiary-3),1);display:block;width:19.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:48.12451171875rem;left:2.93701171875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHfaa4LdtkOeGRNFNaL3xDul0ZsVp8Ga { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:47.122924804688rem;left:4.8748779296875rem; }
#KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd { box-sizing:content-box;height:5.99975625rem;width:5.99975625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.687255859375rem;left:34.874877929688rem;display:block; }#KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd.adaptive-delivery-prevent-bg, #KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd.lazyload, #KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd.lazyloading { background-image: none; }
#Xd7nPA02dJAWRSEnzThJXkozd31iMJJD { color:#001d40;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:40.749633789062rem;left:28.062133789062rem;height:2.8499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GD4326cQo6blupy7tARatZKaBhekAgE6 { box-sizing:content-box;height:2.8125rem;width:18.75rem;position:absolute;display:block;z-index:15038;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.312255859375rem;left:28.499755859375rem;display:block; }
#iS03U91MTSRFZ9ziuobGKbEtACftkLrl { color:rgba(var(--color-tertiary-3),1);display:block;width:20.18675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.68701171875rem;left:27.8125rem;height:;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; }
#vsXSQcnqedKUoS5H9RzTk7kr6QAQg6NA { color:rgba(var(--color-tertiary-3),1);display:block;width:19.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:48.12451171875rem;left:27.999877929688rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOrPGrn4BwmWIWr8IkhUGyPhQemMP2T1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:48.062255859375rem;left:29.937133789062rem; }
#SCMdn8psbt2kEqGwcPN29p0zZd55wTlt { box-sizing:content-box;height:5.99975625rem;width:5.99975625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.687255859375rem;left:59.249877929688rem;display:block; }#SCMdn8psbt2kEqGwcPN29p0zZd55wTlt.adaptive-delivery-prevent-bg, #SCMdn8psbt2kEqGwcPN29p0zZd55wTlt.lazyload, #SCMdn8psbt2kEqGwcPN29p0zZd55wTlt.lazyloading { background-image: none; }
#D4FUZ8C5V3Tt7qR82d4MPdxa435fJtMt { color:#001d40;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:40.62451171875rem;left:52.374877929688rem;height:3.224825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RtHAsATIwekFfQM3Fqhl9ULgkoHNFa8o { box-sizing:content-box;height:2.8125rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.312255859375rem;left:52.874755859375rem;display:block; }
#ixqIaDr1G5xEcAaNsQL1v7tSLcmvxaZ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:44.68701171875rem;left:52.124633789062rem;height:;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; }
#dUpRkB4fSWqBTzxoHNJvF7ep5F1o0LLn { color:rgba(var(--color-tertiary-3),1);display:block;width:19.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:48.12451171875rem;left:52.374877929688rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9vklMOaHobqzdFLeOyrBtqhQ3MgwT32 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:48.062255859375rem;left:52.374877929688rem; }
#l9tknJ56MDS3WaqpgmOkJ45oFXIaOBHf { box-sizing:content-box;height:36.75rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#001d40;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.1875rem;left:0rem;display:block; }
#MdctsRlu5z0130TgFctTOPlLbOwUyAEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { background-color: transparent; background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .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); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { border-width: 0; border-radius: 0; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:6.3751220703125rem;left:34.788208007812rem;height:23.746775rem;display:block; }
#laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8734375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.705810546875rem;left:5.1239013671875rem;height:11.050375rem;text-align:left;text-align-last:left;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; }
#HBGzMagODPMH0AgKuVuTpmbXtksFPueT { color:rgba(var(--color-tertiary-3),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:24.75rem;left:12.125rem;height:0.962525rem;font-style:normal;display:block; }
#Eo7VNfpbto829C0eRy2nGMH3JhAu6c6R { box-sizing:content-box;height:2.24975625rem;width:7.124rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:63.5rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#K1d9aPQ7X0O7d1dcWkr84TbyLh95C9c2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.3745rem;width:11.3745rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:5.125rem;left:9.625rem; }
#pXANUd6o8aKaeta5oki6d7Zsl50yBMpT { box-sizing:content-box;height:36.75rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#001d40;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.1875rem;left:0rem;display:none; }
#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { position:relative;display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { background-color: transparent; background-image: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container > .video-iframe-container { display: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row > .video-iframe-container { display: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .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); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { border-width: 0; border-radius: 0; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.687125rem;width:20.562125rem;top:3.3125rem;left:3.625rem;overflow:hidden;display:block; }
#nqFve8O1AIHTPwtIifpbhvOhJP9hnbWS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.0625rem;width:21.124875rem;top:3.125rem;left:27.125rem;overflow:hidden;display:block; }
#AZPEfnO12164bt13d8UuDtKNPelVGU4i { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.937375rem;width:21.124875rem;top:3.1875rem;left:50.3125rem;overflow:hidden;display:block; }
#LVTpntx98ykiOuSMxBC3TeTk75uNehyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container { background-color: transparent; background-image: none; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container > .video-iframe-container { display: none; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row > .video-iframe-container { display: none; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .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); }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container { border-width: 0; border-radius: 0; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Tf8IAl9qLiRDn0W5csQlLEOBsTmDW0VD { color:#001d40;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9664306640625rem;left:2.56103515625rem;height:8.936625rem;text-align:left;text-align-last:left;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; }
#h6lRa6QaXgNcA6r96eiRwcQtDtBfDUDG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.93725rem;width:32.937rem;top:3.466796875rem;left:37.676391601562rem;overflow:hidden;display:block; }
#iTkRvXxIBB3qwisLG2yAhnls4dw7Vfto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.1245rem;width:15.562125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.390991210938rem;left:10.113525390625rem; }
#kvTsiMZaHP83WTNnlqwCEsq1zClua49e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container { background-color: transparent; background-image: none; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container > .video-iframe-container { display: none; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row > .video-iframe-container { display: none; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .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); }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container { border-width: 0; border-radius: 0; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#v9OJCsD5owODzGH1d2znEFQQu8WeFeqV { position:absolute;display:block;z-index:15003;background-color:#011944;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.0625rem;width:70.5rem;top:0.8746337890625rem;left:2.249755859375rem;display:block; }
#lB482MX22tLUrMhTGdd3yTBwDTu3CxsQ { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.648315429688rem;left:3.89404296875rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EARCKb1pX5tELcXVicZ0QgPopmBNJXtK { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:3.273193359375rem;left:31.683349609375rem;height:10.55555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vUyUGGxKThieVgBTVNdMA7HO23TFmMe7 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3609619140625rem;left:26.085815429688rem;display:block; }
#ktakE30JTR3kIJcdVlSnNmkiCOa8gGXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6245rem;width:7.6245rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.148681640625rem;left:10.394897460938rem; }
#NfpZh9u3S6pJsK2y8LhTcNINVNK9drek { color:#ffffff;display:block;width:37.2485625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:16.586059570312rem;left:31.683349609375rem;height:12.2070375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7Z1elNIu1sFphlFoxp50EEmKw3Fs0IT { position:absolute;display:block;z-index:15029;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:1.125rem;width:1.125rem;top:5.7982177734375rem;left:29.83154296875rem;overflow:hidden;display:block; }
#y8zKdsqTGq6bkSACByh1b1JgD5Reltbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.797973632812rem;left:29.737548828125rem; }
#oIfsqKgliGE2LuSQSC5L4aKZb4pQ6C5g { 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:1.125rem;width:1.125rem;top:8.3602294921875rem;left:29.768676757812rem;overflow:hidden;display:block; }
#ZhS66TR5toiuHZVRXmK9wEQivTMJMtJ9 { position:absolute;display:block;z-index:15031;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:1.125rem;width:1.125rem;top:12.047729492188rem;left:29.768676757812rem;overflow:hidden;display:block; }
#SWnGtdsr6TheL4prA7G1aSF6GLKTlXo4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.962280273438rem;left:29.75341796875rem; }
#ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI { box-sizing:content-box;height:3.624875rem;width:4.0625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1f55f9ee-3e77-4691-9bfc-3ffd66fc0dee/mundo1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.110473632812rem;left:12.177124023438rem;display:block; }#ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI.adaptive-delivery-prevent-bg, #ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI.lazyload, #ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI.lazyloading { background-image: none; }
#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container { background-color: transparent; background-image: none; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container > .video-iframe-container { display: none; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row > .video-iframe-container { display: none; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .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); }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container { border-width: 0; border-radius: 0; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#dZDuM4k5oc4HyR3P97TPCpvyMTdas2VQ { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.0859375rem;left:3.7716064453125rem;height:4.7124625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGwdfFUtM0HaeCigdbLRPE6lMdcyO3pC { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:4.272705078125rem;left:31.683349609375rem;height:9.23610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRPUiCw8xZ0FndghghkSuSfCeWO491HH { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3609619140625rem;left:26.085815429688rem;display:block; }
#Xv5uETmyd0Otqzy5hvNMXbCbPGWcDRU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6245rem;width:7.6245rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.148681640625rem;left:10.394897460938rem; }
#lK73Z2pOPTmXkVcgWPUe7bAhCa9cdxn6 { color:#ffffff;display:block;width:37.2485625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15rem;left:31.6875rem;height:14.2415375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w5QP1TTuRkPUhhPcRdzMXnwRPAaPmO6I { position:absolute;display:block;z-index:15029;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:1.125rem;width:1.125rem;top:6.7977294921875rem;left:29.83154296875rem;overflow:hidden;display:block; }
#byuRAu2XWgJO3BmFtlSznReVw9Gt1S1R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.25rem;left:29.75rem; }
#tDfOhnt0WBgAtOi7tZ1cqOfMg1qvQEyb { 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:1.125rem;width:1.125rem;top:10.610229492188rem;left:29.768676757812rem;overflow:hidden;display:block; }
#TLWHEslFyEDrZ2WKZCihipyxVahonxHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.375rem;left:29.75rem; }
#i1IWSO5Zshb4o5ANOAXunPURuFtWHuD0 { position:absolute;display:block;z-index:15003;background-color:#011944;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.061625rem;width:70.5rem;top:1.124267578125rem;left:2.249755859375rem;display:block; }
#i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o { box-sizing:content-box;height:3.8745125rem;width:4.375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f49074f3-e4a0-47ed-aeb8-6b08dc8f8b39/mundo3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.83740234375rem;left:11.9580078125rem;display:block; }#i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o.adaptive-delivery-prevent-bg, #i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o.lazyload, #i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o.lazyloading { background-image: none; }
#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container { background-color: transparent; background-image: none; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container > .video-iframe-container { display: none; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row > .video-iframe-container { display: none; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .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); }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container { border-width: 0; border-radius: 0; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#vnNoThKDHIEMvThiEovut2iIDydoVd6i { position:absolute;display:block;z-index:15003;background-color:#011944;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.0625rem;width:70.5rem;top:0.8746337890625rem;left:2.249755859375rem;display:block; }
#ubR7iDP8Attqy7f7NcvS16vopJMemaOG { color:#ffffff;display:block;width:18.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.172607421875rem;left:4.7991943359375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tr63xczMs8N5xrwrtq1TTnTd4fkQxNUv { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:4.335205078125rem;left:31.683349609375rem;height:7.9166625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X02OwyPihcxE0lmeh3kPWEyvfoi79JSm { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3609619140625rem;left:26.085815429688rem;display:block; }
#sbWJqzCrJT03qMulVZmf9FMbzriWrAv4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6245rem;width:7.6245rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.148681640625rem;left:10.394897460938rem; }
#BTAbyrCKuisCSf4Re73H84oRublkTuJH { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15.523193359375rem;left:31.683349609375rem;height:14.2415375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNZ7WrHlyiFToOAVXu0JJzel3Hqe5I3h { position:absolute;display:block;z-index:15029;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:1.125rem;width:1.125rem;top:6.9224853515625rem;left:29.83154296875rem;overflow:hidden;display:block; }
#VDyzl7wrD8fgaLJDcfJcgbcuiLyWWToU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.672607421875rem;left:29.737548828125rem; }
#Om1RVyxwA9TLM5nFPdloAKi1Xcwp8vzU { 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:1.125rem;width:1.125rem;top:10.672729492188rem;left:29.768676757812rem;overflow:hidden;display:block; }
#sy7aVnNxuzMgMvsP3BuuP7uBWzDTBSdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.774291992188rem;left:29.75341796875rem; }
#e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN { box-sizing:content-box;height:3.624875rem;width:3.8745125rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.110473632812rem;left:12.271118164062rem;display:block; }#e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN.adaptive-delivery-prevent-bg, #e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN.lazyload, #e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN.lazyloading { background-image: none; }
#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container { background-color: transparent; background-image: none; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container > .video-iframe-container { display: none; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row > .video-iframe-container { display: none; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .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); }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container { border-width: 0; border-radius: 0; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#Dv92p6CCdwGArMECMuJ9cqHFKddJmd99 { position:absolute;display:block;z-index:15003;background-color:#011944;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.0625rem;width:70.5rem;top:0.8746337890625rem;left:2.249755859375rem;display:block; }
#X0foK1Cim6lbVZenfBns4wv5kxt9oIyy { color:#ffffff;display:block;width:23.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.172607421875rem;left:2.688232421875rem;height:4.7124625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7eVKEC1lnFN12SsDX5NUTMCtzImyNlp { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:4.335205078125rem;left:31.683349609375rem;height:7.9166625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNI4lvDhHUzavBavOmknbLfT083ia5iH { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3609619140625rem;left:26.085815429688rem;display:block; }
#bFvnUGNVC8COu7Tfa9ZfhhCDgFdTHOEu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6245rem;width:7.6245rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.148681640625rem;left:10.394897460938rem; }
#CDTm4VFds1fWTQkC8db64MDRyWaNDfhl { color:#ffffff;display:block;width:37.2485625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15.960693359375rem;left:31.683349609375rem;height:12.2070375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZ61zuIoSBfS4t3KOVyZPuUGm0sKvhRC { position:absolute;display:block;z-index:15029;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:1.125rem;width:1.125rem;top:6.8599853515625rem;left:29.83154296875rem;overflow:hidden;display:block; }
#wqOODMCFSsbvRIvqngHOqhfRXP2fiv4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.172607421875rem;left:29.737548828125rem; }
#Hqycid1RoPu65APmDKbT0OdB8p6tTMhw { 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:1.125rem;width:1.125rem;top:9.360107421875rem;left:29.768676757812rem;overflow:hidden;display:block; }
#v4fpwL1u4KKUOph7RZrBhGBC1XghOKAk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.2119140625rem;left:29.75341796875rem; }
#tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw { box-sizing:content-box;height:3.624875rem;width:3.8745125rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.110473632812rem;left:12.271118164062rem;display:block; }#tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw.adaptive-delivery-prevent-bg, #tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw.lazyload, #tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw.lazyloading { background-image: none; }
#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container { background-color: transparent; background-image: none; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container > .video-iframe-container { display: none; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row > .video-iframe-container { display: none; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .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); }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container { border-width: 0; border-radius: 0; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#pPDlnHFp5STES8pvKi4ubvKqV4UveHdn { position:absolute;display:block;z-index:15003;background-color:#011944;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.0625rem;width:70.5rem;top:0.8746337890625rem;left:2.249755859375rem;display:block; }
#bmN1DviZT1InEQgKergd6skeD6tbr3yW { color:#ffffff;display:block;width:19.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.172607421875rem;left:4.29931640625rem;height:5.0368875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vz5zOD2SmW6dQRumAiZcFzNBaRBRGBo3 { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:4.335205078125rem;left:31.683349609375rem;height:9.23610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#erwJOAASitV2pPbP1IMWbJneiU799uSo { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3609619140625rem;left:26.085815429688rem;display:block; }
#bwhMgFBv3AzTIew0vozOfOg0mhRoHQC0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6245rem;width:7.6245rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.148681640625rem;left:10.394897460938rem; }
#AmPlwgULG0EHaFTWpm9uUTs4sZzM9dmh { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15.960693359375rem;left:31.683349609375rem;height:12.2070375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlHk3Ud0o4Bp90v5DGttuyObIuR6MsM1 { position:absolute;display:block;z-index:15029;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:1.125rem;width:1.125rem;top:6.9224853515625rem;left:29.83154296875rem;overflow:hidden;display:block; }
#fMk5xBTZ1wIIuAkWnWHwuzhEouz4EVvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.172607421875rem;left:29.737548828125rem; }
#Lfrum2Z32FJg9oCoBU6lILfTq0Pepuzf { 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:1.125rem;width:1.125rem;top:10.672729492188rem;left:29.768676757812rem;overflow:hidden;display:block; }
#dcdsFIq9IIuomE3GR4CqyLVISuDLZSzW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.2119140625rem;left:29.75341796875rem; }
#tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR { box-sizing:content-box;height:3.624875rem;width:3.8745125rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.110473632812rem;left:12.271118164062rem;display:block; }#tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR.adaptive-delivery-prevent-bg, #tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR.lazyload, #tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR.lazyloading { background-image: none; }
#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container { background-color: transparent; background-image: none; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container > .video-iframe-container { display: none; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row > .video-iframe-container { display: none; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .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); }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container { border-width: 0; border-radius: 0; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#bScscyTzkrlxoHSGmpRLyRvoM6bPK1Wy { color:#001d40;display:block;width:17.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.561157226562rem;left:10.4345703125rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTlMlSmugaLDDCI1GfiDbTkBOv8Aa3ly { color:#212121;display:block;width:15.49925rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.186645507812rem;left:11.3427734375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SczrqL2unTIqEtFZeISTIpa1od4Qzykz { color:#212121;display:block;width:17.124625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.186645507812rem;left:44.276123046875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5BerpLcfEzcmve5m3JAkk8OZiGx3vb7 { color:#001d40;display:block;width:23.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.561157226562rem;left:40.934448242188rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuRU24yApbZWH20ZomGTTJNNeds1f5Gd { color:#212121;display:block;width:14.812rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:36.82421875rem;left:5.5517578125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnHZScbxHlMHpCbwxPsHnh29eazHd4ob { color:#001d40;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.935668945312rem;left:5.552978515625rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THPZ0qPpnv00lkLA4G2r0PlTvP6lBdtg { color:#001d40;display:block;width:51.6235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.45849609375rem;left:11.687622070312rem;height:;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; }
#sKW7O3DoVNAJMMrnJ2mFPOlBct6cTK3d { color:#001d40;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.935668945312rem;left:27.1240234375rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBJDUZQgIf0G9Gzv79mETuynKv4xOnJr { color:#001d40;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.935668945312rem;left:53.787841796875rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUFqnMOHqHkxRWI6OxhSCpbKOO1xZpsu { color:#212121;display:block;width:11.812125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.825439453125rem;left:31.592407226562rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThaJyQrtCc2vPydVDTPRTJ0F5WBvHTHI { color:#212121;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:36.825439453125rem;left:54.974975585938rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHcJeZFttlNS8PwTMTpO24uhd3OVggF2 { box-sizing:content-box;height:2.43713125rem;width:15.812375rem;position:absolute;display:block;z-index:15010;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.698364257812rem;left:11.182250976562rem;display:block; }
#xwTwf665ca3xDcOuiDbvPPvhXVRWC1VE { box-sizing:content-box;height:2.43713125rem;width:17.749625rem;position:absolute;display:block;z-index:15011;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.698364257812rem;left:43.961791992188rem;display:block; }
#Ro7bkAA7UcEsaFTS9x0nODsnnOS1bM2k { box-sizing:content-box;height:2.43713125rem;width:15.06225rem;position:absolute;display:block;z-index:15012;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.322509765625rem;left:54.473876953125rem;display:block; }
#gVWuXGzzW6srH27IJ460AonVlg2TDdyW { box-sizing:content-box;height:2.436525rem;width:15.061625rem;position:absolute;display:block;z-index:15013;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.259521484375rem;left:54.47509765625rem;display:block; }
#XildyLyTAvfsRvnoJlmxrGqLer25DxoW { box-sizing:content-box;height:2.436525rem;width:15.061625rem;position:absolute;display:block;z-index:15013;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.322509765625rem;left:29.96826171875rem;display:block; }
#UhrGc313JZkdJF03xaFgqzuZF9w3bdhi { box-sizing:content-box;height:2.436525rem;width:15.0610625rem;position:absolute;display:block;z-index:15014;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.259521484375rem;left:29.968872070312rem;display:block; }
#ZZCUdQ5nR44aQlXv7yXppNFtrfytrbWm { box-sizing:content-box;height:2.43713125rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.25830078125rem;left:4.6759033203125rem;display:block; }
#e5pKM1Nc35bIVTvVUa7neiyNhtr8DpBU { box-sizing:content-box;height:2.436525rem;width:16.5625rem;position:absolute;display:block;z-index:15016;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.322509765625rem;left:4.6759033203125rem;display:block; }
#ntqMaEzc8wQdIe5SREeCBd4aJcT1iRSz { color:#212121;display:block;width:14.811375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.724609375rem;left:5.5511474609375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnN1SMo80ir47wsKAUyKHlP2n6p7rA8B { color:#212121;display:block;width:11.8115rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:39.787475585938rem;left:31.593627929688rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzDiuIlnTPG7C0GQnsSx44T50rub3Xzq { color:#212121;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:38.286010742188rem;left:54.974975585938rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilNPkdkShQf1BWAkX1kKol78y6KqxE0O { box-sizing:content-box;height:4.31213125rem;width:52.87475rem;position:absolute;display:block;z-index:15016;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1710205078125rem;left:11.06201171875rem;display:block; }
#fdopBPuGrXS74xsnhtvTesQE1G4VcHWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.834838867188rem;left:9.8321533203125rem; }
#zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR { box-sizing:content-box;height:2.3120125rem;width:2.5rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.8583984375rem;left:11.707153320312rem;display:block; }#zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR.adaptive-delivery-prevent-bg, #zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR.lazyload, #zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR.lazyloading { background-image: none; }
#Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3 { box-sizing:content-box;height:2.3120125rem;width:2.5rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.8583984375rem;left:36.25rem;display:block; }#Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3.adaptive-delivery-prevent-bg, #Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3.lazyload, #Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3.lazyloading { background-image: none; }
#RmRol0XgOOipzIz44bfAnuZXRi3paPMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.834838867188rem;left:34.375rem; }
#JDV1tgOyUztJT1G85wdRp5MzfLbCFbKi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.834838867188rem;left:58.881225585938rem; }
#aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE { box-sizing:content-box;height:2.3120125rem;width:2.5rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/19d2cd23-e068-4adb-89d0-22a9872920d4/mundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.8583984375rem;left:60.850219726562rem;display:block; }#aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE.adaptive-delivery-prevent-bg, #aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE.lazyload, #aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE.lazyloading { background-image: none; }
#OmACS2pfns6AObwxwOMJxdpDCroz6MPB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.3968505859375rem;left:15.964965820312rem; }
#Smdoc4OcnTnZb7wezGi2U7IUew6UiILJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.3968505859375rem;left:49.712524414062rem; }
#z77vyFdcHpTDMb9gkVFFufecMI4loWVA { box-sizing:content-box;height:2.1875rem;width:2.5rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f49074f3-e4a0-47ed-aeb8-6b08dc8f8b39/mundo3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.490600585938rem;left:51.587524414062rem;display:block; }#z77vyFdcHpTDMb9gkVFFufecMI4loWVA.adaptive-delivery-prevent-bg, #z77vyFdcHpTDMb9gkVFFufecMI4loWVA.lazyload, #z77vyFdcHpTDMb9gkVFFufecMI4loWVA.lazyloading { background-image: none; }
#uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m { box-sizing:content-box;height:1.9995125rem;width:2.56225625rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1f55f9ee-3e77-4691-9bfc-3ffd66fc0dee/mundo1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.584594726562rem;left:17.808837890625rem;display:block; }#uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m.adaptive-delivery-prevent-bg, #uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m.lazyload, #uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m.lazyloading { background-image: none; }
#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { background-color: transparent; background-image: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .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); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { border-width: 0; border-radius: 0; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;position:relative;display:block; }#vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { color:#00f9ff;display:block;width:53.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.5089111328125rem;left:10.718383789062rem;height:3.09375rem;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; }
#LDd53pWdhlaTzdkV01pJbIgXcpSo3o6g { color:#011944;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:10.189208984375rem;left:3.804931640625rem;height:51.83215625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbA3OFO8OLdMGVQSpTd6AT5IKqag9MUp { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:11.001708984375rem;left:38.499755859375rem;height:10.0423rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTwSy6vauHVrKsPNHDHb541lwa6ZfT2E { box-sizing:content-box;height:4.562375rem;width:54.4995rem;position:absolute;display:block;z-index:15015;background-color:#011944;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7734375rem;left:10.2490234375rem;display:block; }
#CoG6mxzPi0voDcpcxRJdXrGGzr0TXTlB { position:absolute;display:block;z-index:15031;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:1.124875rem;width:1.124875rem;top:18.945922851562rem;left:2.330322265625rem;overflow:hidden;display:block; }
#JwiwS1IsUDhQ4a7z1chdyDbvKHymQb7X { position:absolute;display:block;z-index:15032;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:1.12426875rem;width:1.12426875rem;top:27.257690429688rem;left:2.330322265625rem;overflow:hidden;display:block; }
#ygQGQCWogxK9VOAQbd2HWFxkxmTwgJGl { position:absolute;display:block;z-index:15034;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:1.12426875rem;width:1.12426875rem;top:39.569091796875rem;left:2.330322265625rem;overflow:hidden;display:block; }
#owApnfmPCfWwxcCPlvnMxvJXyJSST3uO { position:absolute;display:block;z-index:15035;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:1.12426875rem;width:1.12426875rem;top:45.693969726562rem;left:2.330322265625rem;overflow:hidden;display:block; }
#KMfRTG2SqEvVSbVHy452nH7GJxJKLpHo { position:absolute;display:block;z-index:15036;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:1.12426875rem;width:1.12426875rem;top:49.8193359375rem;left:2.330322265625rem;overflow:hidden;display:block; }
#p5h73TDw4B3p9TrBsJDbxpHyaGADBSS5 { position:absolute;display:block;z-index:15037;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:1.12426875rem;width:1.12426875rem;top:56.0693359375rem;left:2.330322265625rem;overflow:hidden;display:block; }
#El1oMfviN8DPwzz1h4iRqvaJJXlaebC8 { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.19091796875rem;left:38.499755859375rem;height:12.8916875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqcEQOT2z3ih1uexzQqJVlT3WJ9oRNnM { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:37.94384765625rem;left:38.499755859375rem;height:10.0423rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcfITeaDMdo8O2bw9HQ4XM2QT2N7Hg6r { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:50.059204101562rem;left:38.499755859375rem;height:10.0423rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLOuJq26uzlnNcS0RAKvPyZK2wfHwyOJ { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:62.49658203125rem;left:38.499755859375rem;height:10.0423rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AeSRo296PftkCgAcpIA7ocvxoaLDc5V4 { box-sizing:content-box;height:1.625rem;width:21.4375rem;position:absolute;display:block;z-index:15014;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.946899414062rem;left:45.530395507812rem;display:block; }
#KO00PQGt5Q2dd0GQkMT0WOETZHroJXK5 { box-sizing:content-box;height:1.625rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.071044921875rem;left:44.468383789062rem;display:block; }
#OzePDTXrqNUJ4qVcIPubBC1k0QmEq7OH { box-sizing:content-box;height:1.6875rem;width:25.6875rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.6962890625rem;left:43.46875rem;display:block; }
#mTXT3CBC8bpHAuyZCFIuGxsSAR83qArs { box-sizing:content-box;height:1.6875rem;width:29.9375rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.946166992188rem;left:41.281127929688rem;display:block; }
#v2E07y8vorKlCTRUnq1GJP4yUafnFpZT { box-sizing:content-box;height:1.8125rem;width:26.5rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.133544921875rem;left:43.093627929688rem;display:block; }
#ch1nxcEUhKuxqd5A4AIObxWfApF1HH6o { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top: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:16rem;width:16rem;top:60.684814453125rem;left:11.6162109375rem;overflow:hidden;display:block; }
#sRo2wJOBr5WDeBONKEGclbTPniXHrkPO { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3125rem;width:1.3125rem;top:16.69091796875rem;left:46.960327148438rem;overflow:hidden;display:block; }
#QAMROi4nx7TvrUIac5aaClJURJ3zWo8N { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:1.31225625rem;width:1.31225625rem;top:28.69775390625rem;left:48.772216796875rem;overflow:hidden;display:block; }
#N46clMPmfKnz348R1CQl0EXLafTeZvLz { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:1.31225625rem;width:1.31225625rem;top:42.087280273438rem;left:50.396606445312rem;overflow:hidden;display:block; }
#M1LD4fzpJXr9lHlnXqr9zQDDWV4gAX9H { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:1.31225625rem;width:1.31225625rem;top:54.202758789062rem;left:50.708618164062rem;overflow:hidden;display:block; }
#Waggo3ORdOmHp4gJVWx0fF7Dn1B1cmPL { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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:1.31225625rem;width:1.31225625rem;top:66.702392578125rem;left:49.834228515625rem;overflow:hidden;display:block; }
#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container { background-color: transparent; background-image: none; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container > .video-iframe-container { display: none; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row > .video-iframe-container { display: none; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .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); }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container { border-width: 0; border-radius: 0; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#uvf7UBnzexqdBPrFtTqRpw83NzOa9Aye { color:#011944;display:block;width:47.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.30078125rem;left:15.499267578125rem;height:3.5058625rem;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; }
#XOst9xDBiGFo3R39V4n5SGZikAz0dNwg { color:#011944;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:11.439208984375rem;left:4.493408203125rem;height:19.93814375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RnbKTZxMIWwnC5TETosTREDbcpyphKoe { color:#011944;display:block;width:35.6860625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.53515625rem;left:38.87451171875rem;height:24.835075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQV77e1rumi5O6FUM9fxPPsCRRbaOCRk { box-sizing:content-box;height:4.562375rem;width:46.62475rem;position:absolute;display:block;z-index:15015;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7734375rem;left:14.186401367188rem;display:block; }
#DMIrqALUSqxyp8MDDId3iEd3yrypbT4f { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.20751953125rem;left:15.570190429688rem;overflow:hidden;display:block; }
#su4Ly8noKUg9EQZRubdzlT4Be0virMdr { box-sizing:content-box;height:0.6875rem;width:28rem;position:absolute;display:block;z-index:15016;background-color:#00f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.963623046875rem;left:4.493408203125rem;display:block; }
#wlNQEk2vvK8uxZ9ng3yArgeAyiFgyKZ8 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3120125rem;width:1.3120125rem;top:12.1396484375rem;left:37.28125rem;overflow:hidden;display:block; }
#flg2HMZWe9ZRpyaff6lC6lvoV6iyU9Kh { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3120125rem;width:1.3120125rem;top:18.03125rem;left:37.25rem;overflow:hidden;display:block; }
#NWHgmc06639oE9ComoP1oOHqraz98ZVq { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3120125rem;width:1.3120125rem;top:24.34375rem;left:37.125rem;overflow:hidden;display:block; }
#TmKnZDPrKqRHfDvnnKwfAnsru1q2Zdcm { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3120125rem;width:1.3120125rem;top:30.53125rem;left:37.125rem;overflow:hidden;display:block; }
#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container { background-color: transparent; background-image: none; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container > .video-iframe-container { display: none; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row > .video-iframe-container { display: none; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .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); }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container { border-width: 0; border-radius: 0; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#Sr7QflIkMw1FqRLpnp0U57mCTgzvrBTC { color:#003057;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.625rem;height:7.79621875rem;text-align:center;text-align-last:center;display:block; }
#VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1rem;left:33.3125rem; }
#VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#X25pq6v0uzQlsfdsbQprfUB9eztxZw5G { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:33.0625rem;display:block; }
#Ro0JTCOIhf4GayF9lmysRvWhnmm7hPRi { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:35.4375rem;display:block; }
#BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:1rem;left:35.6875rem; }
#BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TyqOsdf7hitMiNRXbiWhGgXvi7n79Z99 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:37.875rem;display:block; }
#BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1rem;left:38.125rem; }
#BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#bZmbAth8F47K3Ign6ntkNCZm3XWiqHCR { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:40.25rem;display:block; }
#ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:1rem;left:40.5rem; }
#ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:18.5625rem;left:0rem;width:37rem;height:10.4375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { top:31.375rem;left:0rem;width:32.25rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:12.6875rem;height:26.75rem;top:15.0625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { top:36.25rem;left:21.437255859375rem;width:11.25rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:12.6875rem;height:15rem;top:26.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:12.6875rem;height:26.75rem;top:15.0625rem;left:34.749633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { width:12.6875rem;height:15rem;top:26.875rem;left:34.749633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { top:36.375rem;left:35.374633789062rem;width:11.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:12.6875rem;height:26.75rem;top:15.0625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { top:36.1875rem;left:36.625rem;width:11.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { width:12.6875rem;height:15rem;top:26.9375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDssZtfLvgNZBV3kiSnUP7rTu7Q1H9D { top:7.375rem;left:2.625rem;width:45.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { top:28.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O30ApkLH9TkoCFx1Lip3Nt43lf5MGcTa { top:7.625rem;left:1.0313720703125rem;width:45.625rem;height:19.784334014613rem;display:block; }
 }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { top:3.8125rem;left:6.09423828125rem;width:35.5rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0cWSfSCTqhxN24ePTbu7bqN5utgTiay { width:1.4375rem;height:1.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0hShRaboGh3Iy7OBrq7IpPFmw4PdTzg { top:25.8125rem;left:0rem;width:24.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncq5eI5Byos4VT0eEtd3mcml4mWKy3s2 { top:18.1875rem;left:0rem;width:26.25rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR { top:11.5rem;left:3.25rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXn0gNCIkiovTtINb7yqIGiqTMK70tf { top:21.8125rem;left:0rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUQmEgXQfRKm3vZp4BZKEbz669hRFotA { top:22.1875rem;left:0rem;width:25.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx { top:11.5625rem;left:36.49951171875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tah7i9l1QvpHmOqWKKVAOxRkGK9Td6in { top:18.3125rem;left:21.5rem;width:26.25rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGMpaPluwB30Dftwzh64owgSsvWTzT6M { top:21.875rem;left:27.9375rem;width:19.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bme9aoPqWXTu3UeHmI2L2kNMouNLUCPk { top:22.25rem;left:22.25rem;width:25.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJeMd9TouwxIzXmPrIPiD5712smX8Em { top:25.8125rem;left:23.3125rem;width:24.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLlT7qT5nT99BQpdNZembsAAXon4dZ9D { width:1.4375rem;height:1.4375rem;top:25.6875rem;left:31.249877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw { top:33.625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfbfiQtUHzKwieu6AdvthRHC3u7TZ69a { top:40.5625rem;left:0rem;width:19.6875rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpUFwyPvD3NTuay6FW8NB0TnaslNpgU5 { top:44.25rem;left:0rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMPppM6ROMxcO2SG5nQ96gcMU8rbiy00 { top:44.625rem;left:0rem;width:20.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gciEaK6Ay0kIvS0W0Dx1X3XXCk9ivyvF { top:48.0625rem;left:0rem;width:19.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHfaa4LdtkOeGRNFNaL3xDul0ZsVp8Ga { width:1.4375rem;height:1.4375rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd { top:33.625rem;left:21.249877929688rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7nPA02dJAWRSEnzThJXkozd31iMJJD { top:40.6875rem;left:14.437133789062rem;width:19.6875rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD4326cQo6blupy7tARatZKaBhekAgE6 { top:44.25rem;left:14.874755859375rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS03U91MTSRFZ9ziuobGKbEtACftkLrl { top:44.625rem;left:14.1875rem;width:20.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsXSQcnqedKUoS5H9RzTk7kr6QAQg6NA { top:48.0625rem;left:14.374877929688rem;width:19.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOrPGrn4BwmWIWr8IkhUGyPhQemMP2T1 { width:1.4375rem;height:1.4375rem;top:48rem;left:16.312133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCMdn8psbt2kEqGwcPN29p0zZd55wTlt { top:33.625rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4FUZ8C5V3Tt7qR82d4MPdxa435fJtMt { top:40.5625rem;left:28.0625rem;width:19.6875rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtHAsATIwekFfQM3Fqhl9ULgkoHNFa8o { top:44.25rem;left:29rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqIaDr1G5xEcAaNsQL1v7tSLcmvxaZ7 { top:44.625rem;left:27.625rem;width:20.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpRkB4fSWqBTzxoHNJvF7ep5F1o0LLn { top:48.0625rem;left:28.0625rem;width:19.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9vklMOaHobqzdFLeOyrBtqhQ3MgwT32 { width:1.4375rem;height:1.4375rem;top:48rem;left:38.749877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tknJ56MDS3WaqpgmOkJ45oFXIaOBHf { top:56.1875rem;left:0rem;width:47.75rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { top:6.375rem;left:12.6875rem;width:35.0625rem;height:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { top:19.6875rem;left:0rem;width:25.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBGzMagODPMH0AgKuVuTpmbXtksFPueT { top:24.75rem;left:0rem;width:4.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7VNfpbto829C0eRy2nGMH3JhAu6c6R { width:7.0625rem;height:2.1875rem;top:5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1d9aPQ7X0O7d1dcWkr84TbyLh95C9c2 { top:5.125rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXANUd6o8aKaeta5oki6d7Zsl50yBMpT { top:56.1875rem;left:0rem;width:47.75rem;height:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { width:20.5rem;height:13.64577165541rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqFve8O1AIHTPwtIifpbhvOhJP9hnbWS { width:21.0625rem;height:14.020977934781rem;top:3.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPEfnO12164bt13d8UuDtKNPelVGU4i { width:21.0625rem;height:13.89622238889rem;top:3.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTpntx98ykiOuSMxBC3TeTk75uNehyw { display:block; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf8IAl9qLiRDn0W5csQlLEOBsTmDW0VD { top:4.9375rem;left:0rem;width:33.4375rem;height:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lRa6QaXgNcA6r96eiRwcQtDtBfDUDG { width:32.875rem;height:21.895955726083rem;top:3.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkRvXxIBB3qwisLG2yAhnls4dw7Vfto { top:16.375rem;left:0rem;width:15.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTsiMZaHP83WTNnlqwCEsq1zClua49e { display:block; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9OJCsD5owODzGH1d2znEFQQu8WeFeqV { width:47.75rem;height:30.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB482MX22tLUrMhTGdd3yTBwDTu3CxsQ { width:20.625rem;height:5.3125rem;top:17.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EARCKb1pX5tELcXVicZ0QgPopmBNJXtK { width:37.1875rem;height:10rem;top:3.25rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyUGGxKThieVgBTVNdMA7HO23TFmMe7 { top:6.3125rem;left:12.460815429688rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktakE30JTR3kIJcdVlSnNmkiCOa8gGXZ { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfpZh9u3S6pJsK2y8LhTcNINVNK9drek { width:37.1875rem;height:11.9375rem;top:16.5625rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z1elNIu1sFphlFoxp50EEmKw3Fs0IT { width:1.125rem;height:1.125rem;top:5.75rem;left:16.20654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8zKdsqTGq6bkSACByh1b1JgD5Reltbz { top:18.75rem;left:16.112548828125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIfsqKgliGE2LuSQSC5L4aKZb4pQ6C5g { width:1.0625rem;height:1.0625rem;top:8.3125rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhS66TR5toiuHZVRXmK9wEQivTMJMtJ9 { width:1.0625rem;height:1.0625rem;top:12rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWnGtdsr6TheL4prA7G1aSF6GLKTlXo4 { top:20.9375rem;left:16.12841796875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI { top:25.0625rem;left:0rem;width:4.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv { display:block; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZDuM4k5oc4HyR3P97TPCpvyMTdas2VQ { width:20.6875rem;height:4.6875rem;top:18.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGwdfFUtM0HaeCigdbLRPE6lMdcyO3pC { width:37.1875rem;height:8.75rem;top:4.25rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPUiCw8xZ0FndghghkSuSfCeWO491HH { top:6.3125rem;left:12.460815429688rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5uETmyd0Otqzy5hvNMXbCbPGWcDRU6 { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK73Z2pOPTmXkVcgWPUe7bAhCa9cdxn6 { width:37.1875rem;height:13.9375rem;top:15rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5QP1TTuRkPUhhPcRdzMXnwRPAaPmO6I { width:1.125rem;height:1.125rem;top:6.75rem;left:16.20654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byuRAu2XWgJO3BmFtlSznReVw9Gt1S1R { top:17.25rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDfOhnt0WBgAtOi7tZ1cqOfMg1qvQEyb { width:1.0625rem;height:1.0625rem;top:10.5625rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLWHEslFyEDrZ2WKZCihipyxVahonxHH { top:19.375rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1IWSO5Zshb4o5ANOAXunPURuFtWHuD0 { width:47.75rem;height:30rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o { top:25.8125rem;left:0rem;width:4.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr { display:block; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnNoThKDHIEMvThiEovut2iIDydoVd6i { width:47.75rem;height:30.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubR7iDP8Attqy7f7NcvS16vopJMemaOG { width:18.75rem;height:4.8125rem;top:18.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr63xczMs8N5xrwrtq1TTnTd4fkQxNUv { width:37.1875rem;height:7.5rem;top:4.3125rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02OwyPihcxE0lmeh3kPWEyvfoi79JSm { top:6.3125rem;left:12.460815429688rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWJqzCrJT03qMulVZmf9FMbzriWrAv4 { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTAbyrCKuisCSf4Re73H84oRublkTuJH { width:37.3125rem;height:14rem;top:15.5rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZ7WrHlyiFToOAVXu0JJzel3Hqe5I3h { width:1.125rem;height:1.125rem;top:6.875rem;left:16.20654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyzl7wrD8fgaLJDcfJcgbcuiLyWWToU { top:17.625rem;left:16.112548828125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1RVyxwA9TLM5nFPdloAKi1Xcwp8vzU { width:1.0625rem;height:1.0625rem;top:10.625rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7aVnNxuzMgMvsP3BuuP7uBWzDTBSdP { top:19.75rem;left:16.12841796875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN { top:25.0625rem;left:0rem;width:3.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o { display:block; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dv92p6CCdwGArMECMuJ9cqHFKddJmd99 { width:47.75rem;height:30.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0foK1Cim6lbVZenfBns4wv5kxt9oIyy { width:23.125rem;height:4.6875rem;top:18.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVKEC1lnFN12SsDX5NUTMCtzImyNlp { width:37.1875rem;height:7.5rem;top:4.3125rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNI4lvDhHUzavBavOmknbLfT083ia5iH { top:6.3125rem;left:12.460815429688rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvnUGNVC8COu7Tfa9ZfhhCDgFdTHOEu { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTm4VFds1fWTQkC8db64MDRyWaNDfhl { width:37.1875rem;height:11.9375rem;top:15.9375rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ61zuIoSBfS4t3KOVyZPuUGm0sKvhRC { width:1.125rem;height:1.125rem;top:6.8125rem;left:16.20654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqOODMCFSsbvRIvqngHOqhfRXP2fiv4Q { top:18.125rem;left:16.112548828125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqycid1RoPu65APmDKbT0OdB8p6tTMhw { width:1.0625rem;height:1.0625rem;top:9.3125rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4fpwL1u4KKUOph7RZrBhGBC1XghOKAk { top:20.1875rem;left:16.12841796875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw { top:25.0625rem;left:0rem;width:3.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T { display:block; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPDlnHFp5STES8pvKi4ubvKqV4UveHdn { width:47.75rem;height:30.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmN1DviZT1InEQgKergd6skeD6tbr3yW { width:19.75rem;height:5rem;top:18.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz5zOD2SmW6dQRumAiZcFzNBaRBRGBo3 { width:37.1875rem;height:8.75rem;top:4.3125rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwJOAASitV2pPbP1IMWbJneiU799uSo { top:6.3125rem;left:12.460815429688rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhMgFBv3AzTIew0vozOfOg0mhRoHQC0 { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmPlwgULG0EHaFTWpm9uUTs4sZzM9dmh { width:38.3125rem;height:12rem;top:15.9375rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlHk3Ud0o4Bp90v5DGttuyObIuR6MsM1 { width:1.125rem;height:1.125rem;top:6.875rem;left:16.20654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMk5xBTZ1wIIuAkWnWHwuzhEouz4EVvG { top:18.125rem;left:16.112548828125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfrum2Z32FJg9oCoBU6lILfTq0Pepuzf { width:1.0625rem;height:1.0625rem;top:10.625rem;left:16.143676757812rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdsFIq9IIuomE3GR4CqyLVISuDLZSzW { top:20.1875rem;left:16.12841796875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR { top:25.0625rem;left:0rem;width:3.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSXwQHy8gSB9avAJgJL1awATfGLNoM7f { display:block; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bScscyTzkrlxoHSGmpRLyRvoM6bPK1Wy { width:17.25rem;height:2.1875rem;top:16.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlMlSmugaLDDCI1GfiDbTkBOv8Aa3ly { width:15.4375rem;height:1.4375rem;top:20.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SczrqL2unTIqEtFZeISTIpa1od4Qzykz { width:17.0625rem;height:1.4375rem;top:20.125rem;left:30.651123046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BerpLcfEzcmve5m3JAkk8OZiGx3vb7 { width:23.75rem;height:2.1875rem;top:16.5rem;left:24rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuRU24yApbZWH20ZomGTTJNNeds1f5Gd { width:14.75rem;height:1.4375rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnHZScbxHlMHpCbwxPsHnh29eazHd4ob { width:14.8125rem;height:4.375rem;top:32.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THPZ0qPpnv00lkLA4G2r0PlTvP6lBdtg { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKW7O3DoVNAJMMrnJ2mFPOlBct6cTK3d { width:20.6875rem;height:2.1875rem;top:32.875rem;left:13.4990234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBJDUZQgIf0G9Gzv79mETuynKv4xOnJr { width:16.375rem;height:2.1875rem;top:32.875rem;left:31.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUFqnMOHqHkxRWI6OxhSCpbKOO1xZpsu { width:11.75rem;height:1.4375rem;top:36.8125rem;left:17.967407226562rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThaJyQrtCc2vPydVDTPRTJ0F5WBvHTHI { width:14.0625rem;height:1.4375rem;top:36.8125rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHcJeZFttlNS8PwTMTpO24uhd3OVggF2 { top:19.6875rem;left:0rem;width:15.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTwf665ca3xDcOuiDbvPPvhXVRWC1VE { top:19.6875rem;left:30.0625rem;width:17.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7bkAA7UcEsaFTS9x0nODsnnOS1bM2k { top:36.3125rem;left:32.75rem;width:15rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWuXGzzW6srH27IJ460AonVlg2TDdyW { top:39.25rem;left:32.75rem;width:15rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XildyLyTAvfsRvnoJlmxrGqLer25DxoW { top:36.3125rem;left:16.34326171875rem;width:15rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrGc313JZkdJF03xaFgqzuZF9w3bdhi { top:39.25rem;left:16.343872070312rem;width:15rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCUdQ5nR44aQlXv7yXppNFtrfytrbWm { top:39.25rem;left:0rem;width:16.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5pKM1Nc35bIVTvVUa7neiyNhtr8DpBU { top:36.3125rem;left:0rem;width:16.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqMaEzc8wQdIe5SREeCBd4aJcT1iRSz { width:14.75rem;height:1.4375rem;top:39.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnN1SMo80ir47wsKAUyKHlP2n6p7rA8B { width:11.75rem;height:1.4375rem;top:39.75rem;left:17.968627929688rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzDiuIlnTPG7C0GQnsSx44T50rub3Xzq { width:14.0625rem;height:2.875rem;top:38.25rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNPkdkShQf1BWAkX1kKol78y6KqxE0O { top:2.125rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdopBPuGrXS74xsnhtvTesQE1G4VcHWQ { top:25.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR { top:26.8125rem;left:0rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3 { top:26.8125rem;left:22.625rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmRol0XgOOipzIz44bfAnuZXRi3paPMh { top:25.8125rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDV1tgOyUztJT1G85wdRp5MzfLbCFbKi { top:25.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE { top:26.8125rem;left:45.25rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmACS2pfns6AObwxwOMJxdpDCroz6MPB { top:9.375rem;left:2.3399658203125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smdoc4OcnTnZb7wezGi2U7IUew6UiILJ { top:9.375rem;left:36.087524414062rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z77vyFdcHpTDMb9gkVFFufecMI4loWVA { top:10.4375rem;left:37.962524414062rem;width:2.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m { top:10.5625rem;left:4.183837890625rem;width:2.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { top:3.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDd53pWdhlaTzdkV01pJbIgXcpSo3o6g { width:31.625rem;height:49.5rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbA3OFO8OLdMGVQSpTd6AT5IKqag9MUp { width:35.625rem;height:9.9375rem;top:11rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTwSy6vauHVrKsPNHDHb541lwa6ZfT2E { top:2.75rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoG6mxzPi0voDcpcxRJdXrGGzr0TXTlB { width:1.0625rem;height:1.0625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwiwS1IsUDhQ4a7z1chdyDbvKHymQb7X { width:1.0625rem;height:1.0625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygQGQCWogxK9VOAQbd2HWFxkxmTwgJGl { width:1.0625rem;height:1.0625rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owApnfmPCfWwxcCPlvnMxvJXyJSST3uO { width:1.0625rem;height:1.0625rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMfRTG2SqEvVSbVHy452nH7GJxJKLpHo { width:1.0625rem;height:1.0625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5h73TDw4B3p9TrBsJDbxpHyaGADBSS5 { width:1.0625rem;height:1.0625rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El1oMfviN8DPwzz1h4iRqvaJJXlaebC8 { width:35.625rem;height:12.8125rem;top:23.1875rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcEQOT2z3ih1uexzQqJVlT3WJ9oRNnM { width:35.625rem;height:9.9375rem;top:37.9375rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcfITeaDMdo8O2bw9HQ4XM2QT2N7Hg6r { width:35.625rem;height:9.9375rem;top:50rem;left:12.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLOuJq26uzlnNcS0RAKvPyZK2wfHwyOJ { width:35.625rem;height:9.9375rem;top:62.4375rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeSRo296PftkCgAcpIA7ocvxoaLDc5V4 { top:10.9375rem;left:26.3125rem;width:21.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO00PQGt5Q2dd0GQkMT0WOETZHroJXK5 { top:23.0625rem;left:24.0625rem;width:23.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzePDTXrqNUJ4qVcIPubBC1k0QmEq7OH { top:37.6875rem;left:22.0625rem;width:25.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXT3CBC8bpHAuyZCFIuGxsSAR83qArs { top:49.9375rem;left:17.8125rem;width:29.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2E07y8vorKlCTRUnq1GJP4yUafnFpZT { top:62.125rem;left:21.25rem;width:26.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch1nxcEUhKuxqd5A4AIObxWfApF1HH6o { top:60.625rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRo2wJOBr5WDeBONKEGclbTPniXHrkPO { top:16.6875rem;left:33.335327148438rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMROi4nx7TvrUIac5aaClJURJ3zWo8N { top:28.6875rem;left:35.147216796875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46clMPmfKnz348R1CQl0EXLafTeZvLz { top:42.0625rem;left:36.771606445312rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1LD4fzpJXr9lHlnXqr9zQDDWV4gAX9H { top:54.1875rem;left:37.083618164062rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waggo3ORdOmHp4gJVWx0fF7Dn1B1cmPL { top:66.6875rem;left:36.209228515625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZXQu77QWissUV4lGaWKrQQWBz89xPL8 { display:block; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvf7UBnzexqdBPrFtTqRpw83NzOa9Aye { top:3.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOst9xDBiGFo3R39V4n5SGZikAz0dNwg { width:29.0625rem;height:19.25rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnbKTZxMIWwnC5TETosTREDbcpyphKoe { width:35.625rem;height:23.125rem;top:10.5rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQV77e1rumi5O6FUM9fxPPsCRRbaOCRk { top:2.75rem;left:0.5614013671875rem;width:46.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMIrqALUSqxyp8MDDId3iEd3yrypbT4f { top:3.1875rem;left:1.9451904296875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4Ly8noKUg9EQZRubdzlT4Be0virMdr { top:32.9375rem;left:0rem;width:28rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNQEk2vvK8uxZ9ng3yArgeAyiFgyKZ8 { top:12.125rem;left:23.65625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flg2HMZWe9ZRpyaff6lC6lvoV6iyU9Kh { top:18rem;left:23.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWHgmc06639oE9ComoP1oOHqraz98ZVq { top:24.3125rem;left:23.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKnZDPrKqRHfDvnnKwfAnsru1q2Zdcm { top:30.5rem;left:23.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM { display:block; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr7QflIkMw1FqRLpnp0U57mCTgzvrBTC { top:3.1875rem;left:8rem;width:31.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x { width:1.25rem;height:1.25rem;top:1rem;left:19.6875rem;display:block; }
#VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #X25pq6v0uzQlsfdsbQprfUB9eztxZw5G { width:1.6875rem;height:1.6875rem;top:0.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0JTCOIhf4GayF9lmysRvWhnmm7hPRi { width:1.6875rem;height:1.6875rem;top:0.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX { width:1.25rem;height:1.25rem;top:1rem;left:22.0625rem;display:block; }
#BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TyqOsdf7hitMiNRXbiWhGgXvi7n79Z99 { width:1.6875rem;height:1.6875rem;top:0.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy { width:1.25rem;height:1.25rem;top:1rem;left:24.5rem;display:block; }
#BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bZmbAth8F47K3Ign6ntkNCZm3XWiqHCR { width:1.6875rem;height:1.6875rem;top:0.75rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB { width:1.25rem;height:1.25rem;top:1rem;left:26.875rem;display:block; }
#ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a65cef1-592f-4a59-9d7e-bc4b969447b2/hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:19.375rem;height:5.7744125rem;top:14.324951171875rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bc9QEgo78ZkKuorU8Sk0vsFVdm9ae8ZL { width:20rem;height:3.8994125rem;top:23.24951171875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:20rem;height:10rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { width:8.125rem;height:2.5996125rem;top:32.6875rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:20rem;height:10rem;top:30.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:20rem;height:10rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { width:20rem;height:10rem;top:41.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { width:8.125rem;height:2.5996125rem;top:44.125rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:20rem;height:10rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { width:11.1875rem;height:2.5996125rem;top:54.4375rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { width:20rem;height:11.5625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDssZtfLvgNZBV3kiSnUP7rTu7Q1H9D { width:20rem;height:4.875rem;top:7.2882080078125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { width:20rem;height:7.312rem;top:18.377685546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O30ApkLH9TkoCFx1Lip3Nt43lf5MGcTa { width:20rem;height:8.6725rem;top:8.306884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { width:20rem;height:2.3999rem;top:3.7091064453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { width:20rem;height:2.11230625rem;top:3.9996337890625rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R0cWSfSCTqhxN24ePTbu7bqN5utgTiay { display:flex;width:1.8125rem;height:1.8125rem;top:21.4375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #B0hShRaboGh3Iy7OBrq7IpPFmw4PdTzg { width:17.56225rem;height:5.19921875rem;top:21.6875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncq5eI5Byos4VT0eEtd3mcml4mWKy3s2 { width:20rem;height:auto;top:18.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HlTQdl2NUq0ITWtuegaPt29JCbPzPEeR { width:5.9375rem;height:5.9375rem;top:11.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXn0gNCIkiovTtINb7yqIGiqTMK70tf { width:18.75rem;height:2.8125rem;top:18.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUQmEgXQfRKm3vZp4BZKEbz669hRFotA { width:20rem;height:2.03125rem;top:18.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oqyRqJEhTdoKQCh28TuTL6unHgK6ZFtx { width:5.9375rem;height:5.9375rem;top:34.696655273438rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tah7i9l1QvpHmOqWKKVAOxRkGK9Td6in { width:20rem;height:auto;top:18.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gGMpaPluwB30Dftwzh64owgSsvWTzT6M { width:18.75rem;height:2.8125rem;top:42.149658203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bme9aoPqWXTu3UeHmI2L2kNMouNLUCPk { width:20rem;height:1.950075rem;top:42.540283203125rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ukJeMd9TouwxIzXmPrIPiD5712smX8Em { width:20rem;height:5.199225rem;top:45.820922851562rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLlT7qT5nT99BQpdNZembsAAXon4dZ9D { display:flex;width:1.437375rem;height:1.437375rem;top:45.758422851562rem;left:1.8739013671875rem; }
 }@media only screen and (max-width: 763px) { #VF9FdeTJZ2thbIh3ONhxw8oWsSC8FCxw { width:5.9375rem;height:5.9375rem;top:57.893676757812rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfbfiQtUHzKwieu6AdvthRHC3u7TZ69a { width:19.6875rem;height:auto;top:40.5625rem;left:0.125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cpUFwyPvD3NTuay6FW8NB0TnaslNpgU5 { width:18.75rem;height:2.8125rem;top:65.549926757812rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMPppM6ROMxcO2SG5nQ96gcMU8rbiy00 { width:20rem;height:2.03125rem;top:65.940551757812rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gciEaK6Ay0kIvS0W0Dx1X3XXCk9ivyvF { width:19.6875rem;height:2.9248rem;top:69.17236328125rem;left:0.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHfaa4LdtkOeGRNFNaL3xDul0ZsVp8Ga { display:flex;width:1.437375rem;height:1.437375rem;top:69.17236328125rem;left:2.0623779296875rem; }
 }@media only screen and (max-width: 763px) { #KJTBdml3pU6O33Hk5VBhScTUP1Vddyvd { width:5.9375rem;height:5.9375rem;top:78.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7nPA02dJAWRSEnzThJXkozd31iMJJD { width:19.6875rem;height:auto;top:40.6875rem;left:0.125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GD4326cQo6blupy7tARatZKaBhekAgE6 { width:18.75rem;height:2.8125rem;top:86.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS03U91MTSRFZ9ziuobGKbEtACftkLrl { width:20rem;height:2.03125rem;top:86.9375rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vsXSQcnqedKUoS5H9RzTk7kr6QAQg6NA { width:19.6875rem;height:2.9248rem;top:90.0625rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOrPGrn4BwmWIWr8IkhUGyPhQemMP2T1 { display:flex;width:1.4370125rem;height:1.4370125rem;top:90.0625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #SCMdn8psbt2kEqGwcPN29p0zZd55wTlt { width:5.9375rem;height:5.9375rem;top:98.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4FUZ8C5V3Tt7qR82d4MPdxa435fJtMt { width:19.6875rem;height:auto;top:40.5625rem;left:0.125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RtHAsATIwekFfQM3Fqhl9ULgkoHNFa8o { width:18.75rem;height:2.8125rem;top:106.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqIaDr1G5xEcAaNsQL1v7tSLcmvxaZ7 { width:20rem;height:2.03125rem;top:106.9375rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dUpRkB4fSWqBTzxoHNJvF7ep5F1o0LLn { width:19.6875rem;height:2.9248rem;top:110.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9vklMOaHobqzdFLeOyrBtqhQ3MgwT32 { display:flex;width:1.4370125rem;height:1.4370125rem;top:110.5rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #l9tknJ56MDS3WaqpgmOkJ45oFXIaOBHf { width:2.06176875rem;height:1.811525rem;top:99.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { width:18.312375rem;height:18.52145rem;top:27.061157226562rem;left:0.843505859375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { width:18.49975rem;height:5.361325rem;top:18.965454101562rem;left:0.74951171875rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBGzMagODPMH0AgKuVuTpmbXtksFPueT { width:7.4375rem;height:0.962525rem;top:34.0625rem;left:8.437255859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7VNfpbto829C0eRy2nGMH3JhAu6c6R { width:6.625rem;height:1.875rem;top:0.625rem;left:12.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #K1d9aPQ7X0O7d1dcWkr84TbyLh95C9c2 { display:flex;width:11.311625rem;height:11.311625rem;top:4.737548828125rem;left:4.342041015625rem; }
 }@media only screen and (max-width: 763px) { #pXANUd6o8aKaeta5oki6d7Zsl50yBMpT { width:20rem;height:49.3125rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { width:8.375rem;height:5.5rem;top:1.1871337890625rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqFve8O1AIHTPwtIifpbhvOhJP9hnbWS { width:8.312375rem;height:5.499875rem;top:1.1871337890625rem;left:10.498657226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPEfnO12164bt13d8UuDtKNPelVGU4i { width:8.3125rem;height:5.4375rem;top:8.4747314453125rem;left:1.1871337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTpntx98ykiOuSMxBC3TeTk75uNehyw { display:block; }#LVTpntx98ykiOuSMxBC3TeTk75uNehyw > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf8IAl9qLiRDn0W5csQlLEOBsTmDW0VD { width:14.0625rem;height:3.29980625rem;top:14.6875rem;left:4.62451171875rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6lRa6QaXgNcA6r96eiRwcQtDtBfDUDG { width:19.6875rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkRvXxIBB3qwisLG2yAhnls4dw7Vfto { display:flex;width:4.6875rem;height:2.999875rem;top:14.83642578125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #kvTsiMZaHP83WTNnlqwCEsq1zClua49e { display:block; }#kvTsiMZaHP83WTNnlqwCEsq1zClua49e > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9OJCsD5owODzGH1d2znEFQQu8WeFeqV { width:20rem;height:53.625rem;top:1rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lB482MX22tLUrMhTGdd3yTBwDTu3CxsQ { width:20rem;height:4.0625rem;top:11.461181640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EARCKb1pX5tELcXVicZ0QgPopmBNJXtK { width:16.499625rem;height:10.3125rem;top:23.836059570312rem;left:2.1236572265625rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyUGGxKThieVgBTVNdMA7HO23TFmMe7 { width:0.3125rem;height:18.75rem;top:6.73583984375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktakE30JTR3kIJcdVlSnNmkiCOa8gGXZ { display:flex;width:6.3745rem;height:6.3745rem;top:4.2120361328125rem;left:6.8115234375rem; }
 }@media only screen and (max-width: 763px) { #NfpZh9u3S6pJsK2y8LhTcNINVNK9drek { width:17.124625rem;height:11.02294375rem;top:37.897338867188rem;left:2.8753662109375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z1elNIu1sFphlFoxp50EEmKw3Fs0IT { width:0.9375rem;height:1rem;top:25.7978515625rem;left:0.78759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8zKdsqTGq6bkSACByh1b1JgD5Reltbz { display:flex;width:1.3125rem;height:1.25rem;top:39.35986328125rem;left:1.37353515625rem; }
 }@media only screen and (max-width: 763px) { #oIfsqKgliGE2LuSQSC5L4aKZb4pQ6C5g { width:0.9375rem;height:0.9375rem;top:28.5859375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhS66TR5toiuHZVRXmK9wEQivTMJMtJ9 { width:0.875rem;height:0.875rem;top:32.37890625rem;left:0.8120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWnGtdsr6TheL4prA7G1aSF6GLKTlXo4 { display:flex;width:1.1875rem;height:1.3125rem;top:41.16015625rem;left:1.3740234375rem; }
 }@media only screen and (max-width: 763px) { #ZKHfWwaxa9DoIPXDeWQoG3XiraiWUlTI { width:4.0625rem;height:3.5620125rem;top:16.360473632812rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv { display:block; }#lBxSnL7RzXd0DzkwsK2oPwGz5oht6tVv > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZDuM4k5oc4HyR3P97TPCpvyMTdas2VQ { width:20rem;height:3.8994125rem;top:12.77392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGwdfFUtM0HaeCigdbLRPE6lMdcyO3pC { width:16.4375rem;height:9.375rem;top:23.8125rem;left:3.3125rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPUiCw8xZ0FndghghkSuSfCeWO491HH { width:0.3125rem;height:18.75rem;top:6.4862060546875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5uETmyd0Otqzy5hvNMXbCbPGWcDRU6 { display:flex;width:7.5625rem;height:7.5625rem;top:4.2978515625rem;left:6.21875rem; }
 }@media only screen and (max-width: 763px) { #lK73Z2pOPTmXkVcgWPUe7bAhCa9cdxn6 { width:16.3125rem;height:12.5976375rem;top:35.775390625rem;left:2.9375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #w5QP1TTuRkPUhhPcRdzMXnwRPAaPmO6I { width:0.875rem;height:0.875rem;top:25.67333984375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byuRAu2XWgJO3BmFtlSznReVw9Gt1S1R { display:flex;width:1.25rem;height:1.1875rem;top:37.25048828125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tDfOhnt0WBgAtOi7tZ1cqOfMg1qvQEyb { width:0.75rem;height:0.875rem;top:30.2978515625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLWHEslFyEDrZ2WKZCihipyxVahonxHH { display:flex;width:1.1875rem;height:1.125rem;top:39.06298828125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #i1IWSO5Zshb4o5ANOAXunPURuFtWHuD0 { width:20rem;height:52.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DewFkrT83pCsgbGVbNvaJpqTxzCN5o { width:4.375rem;height:3.8125rem;top:17.2978515625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr { display:block; }#Xbg72FhAbAJ46gAKIuzWMH9XTHvfvqvr > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnNoThKDHIEMvThiEovut2iIDydoVd6i { width:20rem;height:52.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubR7iDP8Attqy7f7NcvS16vopJMemaOG { width:18.75rem;height:4.386725rem;top:15.8251953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr63xczMs8N5xrwrtq1TTnTd4fkQxNUv { width:16.4375rem;height:7.5rem;top:28.67333984375rem;left:3rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02OwyPihcxE0lmeh3kPWEyvfoi79JSm { width:0.3125rem;height:18.75rem;top:6.73583984375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWJqzCrJT03qMulVZmf9FMbzriWrAv4 { display:flex;width:7.5625rem;height:7.5625rem;top:6.73583984375rem;left:6.21875rem; }
 }@media only screen and (max-width: 763px) { #BTAbyrCKuisCSf4Re73H84oRublkTuJH { width:16.3125rem;height:12.5976375rem;top:39.0234375rem;left:3.125rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cNZ7WrHlyiFToOAVXu0JJzel3Hqe5I3h { width:0.875rem;height:0.875rem;top:34.17236328125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyzl7wrD8fgaLJDcfJcgbcuiLyWWToU { display:flex;width:1.375rem;height:1.375rem;top:40.5859375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Om1RVyxwA9TLM5nFPdloAKi1Xcwp8vzU { width:0.8125rem;height:0.875rem;top:30.6103515625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7aVnNxuzMgMvsP3BuuP7uBWzDTBSdP { display:flex;width:1.375rem;height:1.1875rem;top:42.3994140625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #e6ninVaWO6XzHsqtNkLFMO7QKirrLXEN { width:3.8125rem;height:3.5625rem;top:21.98583984375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o { display:block; }#Sf9XCXVpA9NxBXxlhebkBlF7nwF8CX6o > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dv92p6CCdwGArMECMuJ9cqHFKddJmd99 { width:20rem;height:52.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0foK1Cim6lbVZenfBns4wv5kxt9oIyy { width:20rem;height:3.574225rem;top:16.5361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVKEC1lnFN12SsDX5NUTMCtzImyNlp { width:15.5625rem;height:7.5rem;top:28.1474609375rem;left:3.4375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNI4lvDhHUzavBavOmknbLfT083ia5iH { width:0.3125rem;height:18.75rem;top:6.73583984375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvnUGNVC8COu7Tfa9ZfhhCDgFdTHOEu { display:flex;width:7.5625rem;height:7.5625rem;top:6.82373046875rem;left:6.21875rem; }
 }@media only screen and (max-width: 763px) { #CDTm4VFds1fWTQkC8db64MDRyWaNDfhl { width:14.6875rem;height:11.02294375rem;top:39.2109375rem;left:3.4375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EZ61zuIoSBfS4t3KOVyZPuUGm0sKvhRC { width:0.875rem;height:0.9375rem;top:30.04736328125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqOODMCFSsbvRIvqngHOqhfRXP2fiv4Q { display:flex;width:1.3125rem;height:1.1875rem;top:40.6728515625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Hqycid1RoPu65APmDKbT0OdB8p6tTMhw { width:0.875rem;height:0.9375rem;top:32.73486328125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4fpwL1u4KKUOph7RZrBhGBC1XghOKAk { display:flex;width:1.1875rem;height:1.125rem;top:42.4619140625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #tlF8xn9eBaEu5G7E5E3OdwodPTaCHCBw { width:3.8125rem;height:3.5625rem;top:21.98583984375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T { display:block; }#vwNNIchg7NtWDAVwN2J1b8XK6aSaQ70T > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPDlnHFp5STES8pvKi4ubvKqV4UveHdn { width:20rem;height:52.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmN1DviZT1InEQgKergd6skeD6tbr3yW { width:19.7495rem;height:4.2246125rem;top:14.1103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz5zOD2SmW6dQRumAiZcFzNBaRBRGBo3 { width:14.875rem;height:9.375rem;top:26.7724609375rem;left:3.9375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwJOAASitV2pPbP1IMWbJneiU799uSo { width:0.3125rem;height:18.75rem;top:6.73583984375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhMgFBv3AzTIew0vozOfOg0mhRoHQC0 { display:flex;width:7.5625rem;height:7.5625rem;top:4.45361328125rem;left:6.21875rem; }
 }@media only screen and (max-width: 763px) { #AmPlwgULG0EHaFTWpm9uUTs4sZzM9dmh { width:15rem;height:12.5976375rem;top:38.3359375rem;left:3.875rem;text-align:left;text-align-last:left;font-family:raleway;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LlHk3Ud0o4Bp90v5DGttuyObIuR6MsM1 { width:0.9375rem;height:0.875rem;top:28.73486328125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMk5xBTZ1wIIuAkWnWHwuzhEouz4EVvG { display:flex;width:1.25rem;height:1.375rem;top:39.8603515625rem;left:2.28125rem; }
 }@media only screen and (max-width: 763px) { #Lfrum2Z32FJg9oCoBU6lILfTq0Pepuzf { width:0.875rem;height:0.875rem;top:33.3603515625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdsFIq9IIuomE3GR4CqyLVISuDLZSzW { display:flex;width:1.125rem;height:1.25rem;top:41.6494140625rem;left:2.40625rem; }
 }@media only screen and (max-width: 763px) { #tgaz7DokgckR7J0gxsCPKe0qrwVac3ZR { width:3.8125rem;height:3.5625rem;top:20.4306640625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSXwQHy8gSB9avAJgJL1awATfGLNoM7f { display:block; }#aSXwQHy8gSB9avAJgJL1awATfGLNoM7f > .row .container { width:20rem;height:110.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bScscyTzkrlxoHSGmpRLyRvoM6bPK1Wy { width:16.187125rem;height:2.03125rem;top:19.11865234375rem;left:1.9049072265625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlMlSmugaLDDCI1GfiDbTkBOv8Aa3ly { width:15.49925rem;height:1.4624rem;top:22.52197265625rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SczrqL2unTIqEtFZeISTIpa1od4Qzykz { width:16.499625rem;height:1.4624rem;top:39.8291015625rem;left:1.7486572265625rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BerpLcfEzcmve5m3JAkk8OZiGx3vb7 { width:18.999625rem;height:1.70605625rem;top:36.8603515625rem;left:0.4986572265625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuRU24yApbZWH20ZomGTTJNNeds1f5Gd { width:15.9375rem;height:1.4624rem;top:58.125rem;left:2rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnHZScbxHlMHpCbwxPsHnh29eazHd4ob { width:15.1245rem;height:2.19360625rem;top:54.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THPZ0qPpnv00lkLA4G2r0PlTvP6lBdtg { width:20rem;height:3.57421875rem;top:3.013671875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sKW7O3DoVNAJMMrnJ2mFPOlBct6cTK3d { width:20rem;height:1.950075rem;top:74.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBJDUZQgIf0G9Gzv79mETuynKv4xOnJr { width:16.373875rem;height:2.19360625rem;top:97.085571289062rem;left:1.8121337890625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUFqnMOHqHkxRWI6OxhSCpbKOO1xZpsu { width:11.7486875rem;height:1.54358125rem;top:78.25rem;left:4.125rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThaJyQrtCc2vPydVDTPRTJ0F5WBvHTHI { width:14.0625rem;height:1.4624rem;top:100.9375rem;left:3rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHcJeZFttlNS8PwTMTpO24uhd3OVggF2 { width:15.7495rem;height:2.374875rem;top:22.064819335938rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTwf665ca3xDcOuiDbvPPvhXVRWC1VE { width:17.687375rem;height:2.374875rem;top:39.371948242188rem;left:1.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7bkAA7UcEsaFTS9x0nODsnnOS1bM2k { width:15rem;height:2.374875rem;top:100.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWuXGzzW6srH27IJ460AonVlg2TDdyW { width:15rem;height:2.374875rem;top:103.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XildyLyTAvfsRvnoJlmxrGqLer25DxoW { width:15rem;height:2.374875rem;top:77.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrGc313JZkdJF03xaFgqzuZF9w3bdhi { width:15rem;height:2.374875rem;top:80.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCUdQ5nR44aQlXv7yXppNFtrfytrbWm { width:16.5625rem;height:2.374875rem;top:60.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5pKM1Nc35bIVTvVUa7neiyNhtr8DpBU { width:16.375rem;height:2.375rem;top:57.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqMaEzc8wQdIe5SREeCBd4aJcT1iRSz { width:15.874625rem;height:1.381225rem;top:61.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnN1SMo80ir47wsKAUyKHlP2n6p7rA8B { width:11.74925rem;height:1.54358125rem;top:81.3125rem;left:4.125rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzDiuIlnTPG7C0GQnsSx44T50rub3Xzq { width:14.0625rem;height:2.9248rem;top:102.8125rem;left:3rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNPkdkShQf1BWAkX1kKol78y6KqxE0O { width:20rem;height:4.6875rem;top:2.531982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdopBPuGrXS74xsnhtvTesQE1G4VcHWQ { display:flex;width:6.25rem;height:6.25rem;top:46.125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #zf8iOMgMBsxhdksto4lXEwtWSpiiWlWR { width:2.5rem;height:2.24975625rem;top:47.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh3FptBPZC8DmTnPt0nmiP5BzMlaRWT3 { width:2.5rem;height:2.24975625rem;top:68.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmRol0XgOOipzIz44bfAnuZXRi3paPMh { display:flex;width:6.25rem;height:6.25rem;top:67.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #JDV1tgOyUztJT1G85wdRp5MzfLbCFbKi { display:flex;width:6.25rem;height:6.25rem;top:89.260864257812rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #aiwTO6cf9J1JQbZRUi4mp8n7KfPxrQrE { width:2.5rem;height:2.24975625rem;top:90.323486328125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmACS2pfns6AObwxwOMJxdpDCroz6MPB { display:flex;width:6.25rem;height:6.25rem;top:12.198364257812rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #Smdoc4OcnTnZb7wezGi2U7IUew6UiILJ { display:flex;width:6.25rem;height:6.25rem;top:29.32373046875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #z77vyFdcHpTDMb9gkVFFufecMI4loWVA { width:2.5rem;height:2.1875rem;top:30.511474609375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclW1ThqgpUd4FI0Vqi493oVCpSeDf1m { width:2.5rem;height:1.93725625rem;top:13.636352539062rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { width:20rem;height:3.57421875rem;top:1.9036865234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LDd53pWdhlaTzdkV01pJbIgXcpSo3o6g { width:16.8125rem;height:51rem;top:7.28466796875rem;left:2.375rem;text-align:left;text-align-last:left;font-family:raleway;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbA3OFO8OLdMGVQSpTd6AT5IKqag9MUp { width:20rem;height:10.5rem;top:70.5rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MTwSy6vauHVrKsPNHDHb541lwa6ZfT2E { width:20rem;height:4.562375rem;top:1.409912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoG6mxzPi0voDcpcxRJdXrGGzr0TXTlB { width:1.0620125rem;height:1.0620125rem;top:55.27880859375rem;left:0.97607421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwiwS1IsUDhQ4a7z1chdyDbvKHymQb7X { width:1.0620125rem;height:1.0620125rem;top:17.216674804688rem;left:0.9764404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygQGQCWogxK9VOAQbd2HWFxkxmTwgJGl { width:1.0620125rem;height:1.0620125rem;top:44.187133789062rem;left:0.9759521484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owApnfmPCfWwxcCPlvnMxvJXyJSST3uO { width:1.0620125rem;height:1.0620125rem;top:25.249633789062rem;left:0.765380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMfRTG2SqEvVSbVHy452nH7GJxJKLpHo { width:1.0620125rem;height:1.0620125rem;top:39.374755859375rem;left:0.9759521484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5h73TDw4B3p9TrBsJDbxpHyaGADBSS5 { width:1.0620125rem;height:1.0620125rem;top:49.124389648438rem;left:0.9759521484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #El1oMfviN8DPwzz1h4iRqvaJJXlaebC8 { width:20rem;height:11.8125rem;top:84.25rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WqcEQOT2z3ih1uexzQqJVlT3WJ9oRNnM { width:20rem;height:9.1875rem;top:99.692993164062rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wcfITeaDMdo8O2bw9HQ4XM2QT2N7Hg6r { width:20rem;height:12.42775rem;top:113.01928710938rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dLOuJq26uzlnNcS0RAKvPyZK2wfHwyOJ { width:20rem;height:10.5rem;top:128.0625rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AeSRo296PftkCgAcpIA7ocvxoaLDc5V4 { width:20rem;height:1.62475625rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO00PQGt5Q2dd0GQkMT0WOETZHroJXK5 { width:20rem;height:1.62475625rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzePDTXrqNUJ4qVcIPubBC1k0QmEq7OH { width:20rem;height:1.5rem;top:99.505493164062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXT3CBC8bpHAuyZCFIuGxsSAR83qArs { width:20rem;height:1.6870125rem;top:112.76928710938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2E07y8vorKlCTRUnq1GJP4yUafnFpZT { width:20rem;height:1.81213125rem;top:127.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch1nxcEUhKuxqd5A4AIObxWfApF1HH6o { width:9.562rem;height:9.562rem;top:58.96728515625rem;left:5.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRo2wJOBr5WDeBONKEGclbTPniXHrkPO { width:0.9375rem;height:0.9375rem;top:77.1875rem;left:2.85864375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMROi4nx7TvrUIac5aaClJURJ3zWo8N { width:1rem;height:1rem;top:89.470092773438rem;left:4.2098388671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46clMPmfKnz348R1CQl0EXLafTeZvLz { width:0.9375rem;height:0.9375rem;top:103.66271972656rem;left:5.451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1LD4fzpJXr9lHlnXqr9zQDDWV4gAX9H { width:1rem;height:1rem;top:118.5205078125rem;left:5.763671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waggo3ORdOmHp4gJVWx0fF7Dn1B1cmPL { width:0.8125rem;height:0.8125rem;top:133.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZXQu77QWissUV4lGaWKrQQWBz89xPL8 { display:block; }#VZXQu77QWissUV4lGaWKrQQWBz89xPL8 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvf7UBnzexqdBPrFtTqRpw83NzOa9Aye { width:20rem;height:2.03125rem;top:2.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOst9xDBiGFo3R39V4n5SGZikAz0dNwg { width:18.62425rem;height:21.607425rem;top:11.874389648438rem;left:0.687255859375rem;text-align:center;text-align-last:center;font-family:raleway;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnbKTZxMIWwnC5TETosTREDbcpyphKoe { width:19.375rem;height:20.4697125rem;top:36.373901367188rem;left:0rem;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQV77e1rumi5O6FUM9fxPPsCRRbaOCRk { width:20rem;height:2.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMIrqALUSqxyp8MDDId3iEd3yrypbT4f { width:3.75rem;height:3.75rem;top:6.37451171875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4Ly8noKUg9EQZRubdzlT4Be0virMdr { width:20rem;height:0.68725625rem;top:59.874267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNQEk2vvK8uxZ9ng3yArgeAyiFgyKZ8 { width:1.25rem;height:1.25rem;top:61.8110359375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flg2HMZWe9ZRpyaff6lC6lvoV6iyU9Kh { width:1.25rem;height:1.25rem;top:64.3110359375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWHgmc06639oE9ComoP1oOHqraz98ZVq { width:1.25rem;height:1.25rem;top:66.8110359375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKnZDPrKqRHfDvnnKwfAnsru1q2Zdcm { width:1.25rem;height:1.25rem;top:69.3110359375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM { display:block; }#aXinPwWuMgSq7qwaMP9WTma6aZFfOyzM > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr7QflIkMw1FqRLpnp0U57mCTgzvrBTC { width:20rem;height:6.8232375rem;top:3.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x { width:1.25rem;height:1.25rem;top:1rem;left:8.1875rem;display:block; }
#VsQhlQCnJdsXc1kEF2W2rE4152Z2eT7x > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #X25pq6v0uzQlsfdsbQprfUB9eztxZw5G { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro0JTCOIhf4GayF9lmysRvWhnmm7hPRi { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX { width:1.25rem;height:1.25rem;top:1rem;left:10rem;display:block; }
#BJrQ1Nvq5ePSrX0L2PiEXFUfe5OqXbsX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TyqOsdf7hitMiNRXbiWhGgXvi7n79Z99 { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy { width:1.25rem;height:1.25rem;top:1rem;left:11.75rem;display:block; }
#BDP4PwOuxTKw8wDvPMeEKp2uM2IMWETy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bZmbAth8F47K3Ign6ntkNCZm3XWiqHCR { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB { width:1.25rem;height:1.25rem;top:1rem;left:6.5625rem;display:block; }
#ZFA0DJmcQEv9w4ClRiIIgOQWPTFqZGAB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }