.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS { position:relative;display:none; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS { border-width: 0; border-radius: 0; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o5TnADUZgQmynCp5IeEuHde2WzQSlxMb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ugtGQwf9P7ny2S8TtAGb0t2MT9tOZm2N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8rem;top:6.625rem;left:6.625rem;display:none; }
#RDcAAsOcG899gEWNRgVIuqR5caNdP3pm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:62.5rem;display:none; }
#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #00fbfd;background-color:#000027;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { background-color: transparent; background-image: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container > .video-iframe-container { display: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container { display: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .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); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { border-width: 0; border-radius: 0; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#w8Mrg9hAUEi3rTsEaonbUV2Tyi2RvAzM { position:absolute;display:block;z-index:15055;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:6.9375rem;width:14.25rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#aQfqJnFVvvMtxybaXQkb3TK5nZ1XTw46 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.6875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:3.75rem;left:19.125rem;display:block; }
#nfMp0PWGxVyJQJsLvltVoK0vwvmzvxM3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5MKpdlVGwSvfWskPHAhHLI0X4S3N9BI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.6875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:3.75rem;left:45.5625rem;display:block; }
#xD067Qa7m8DPyTEGB6lbdaAoISq53IHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhRGETxpnBKimFrrX6A4wbKdWpXOWJ2O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.6875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:3.75rem;left:27.9375rem;display:block; }
#U9at2MPWXkNfNTMAossffuAK8ZU0AueB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RezcIUqrtDO3Ry7CpvPbwrFEpQemwDtI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:2.4375rem;left:56.25rem;display:block; }
#vF6T5vR05fmv4G4CZp4GGtdCyOZ5BEod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gktligOTTuMqbfgFDEbnvd1LkmJnrzif { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:18.75rem;top:2.4375rem;left:56.25rem;overflow:hidden;display:block; }
#IikooaW70BRBJLp7F4Z2DD3b1NSxlWDs { color:#00076d;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:4.1875rem;left:64.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRUpV706NXXp0gZzL5JBehud7Ffn2GH6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.6875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:3.75rem;left:36.75rem;display:block; }
#VWMvVtp3idr7rODBrJHiHBuxgk1N4UVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fe9eb4b-dcad-48cd-8bd6-8a599e92900c/herobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,11,35,0.31); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,11,35,0.31); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#f8f9fb;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1083984375rem;left:0rem;height:11.4550625rem;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; }
#ln9pZvPoNCeN8oNF7PuDzX8JTDVsZwCc { color:#00076d;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.4625001847744rem;left:50.5625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { color:#333333;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.687500566244rem;left:50.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { position:absolute;display:block;z-index:15042;height:27.5rem;width:24.4375rem;top:12.75rem;left:49.59375rem;display:block; }
#CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(238,222,139,0.41) ;height:34.375rem;width:27.0625rem;top:7.0625rem;left:47.9375rem;display:block; }
#vqw9RdCgzamZglNID9IqtArmwRyLL0vR { color:#d7a861;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.9375rem;left:22rem;height:1.625rem;display:block; }
#oqwCvr0EgM2dFhwSgEHx1wtTB0hfHwsi { color:#d0d0d0;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:35.625rem;left:22rem;height:1.3rem;display:block; }
#KbRn3NXOxgymsS264eDcFDofrpdBTsKg { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.75rem;top:37.1875rem;left:22rem;overflow:hidden;display:block; }
#iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { background-color:#f89b23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:27.537502288818rem;left:2.0625rem;display:none; }
#CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LU2eutqHJfNgRzJPNTvZ9TQrrqXvGi9J { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"titillium web";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.0556625rem;top:36.3125rem;left:29.8125rem;display:none; }
#F7VwgmIbRyFaZNwxBZDTikv6lFQkb7Li { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:23.875rem;left:0.375rem; }
#pv8tcrn0cf9KIn7JrT9s2iPmlAnhnaTP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:20.25rem;left:21.0625rem; }
#by8yboh0U8pHmJXB8DXBthHvHe3fk2bd { color:#d0d0d0;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:20.5625rem;left:24.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAt241mUKpIxCQATufoaIuWcLQBcncSV { color:#d0d0d0;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.875rem;height:1.625rem;font-style:normal;display:block; }
#sBzVioRoaJ79gBP0cZ1cXrIhgEiA6KJO { color:#d0d0d0;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O5i93gfxvXO8ekxivJJTrymb47NysIXg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:20.125rem;left:0.3125rem; }
#pbS5ypQGhWzWe3XSbq681zBcBQyy7E9O { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.75rem;left:20.9375rem; }
#n3dl7I3ob4lRhgfhkkmm2uLGiEAfVNFW { color:#d0d0d0;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:24.3125rem;left:25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5KIM4wKyhBdUQIopIycbl1xmwgunKfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:19.8125rem;left:0rem; }
#Sir91ZBfChNlpaOWF52ufmTGClM8pkZc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:23.5rem;left:0.0625rem; }
#KnBudiwlTIfQy0sauG6RTgSTJlF5iyqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:23.5rem;left:20.625rem; }
#Pf3GlvQbbzSWOta3y8OQdUTRmnMRozcb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:19.8125rem;left:20.625rem; }
#oBtQSbCPXTTcFMivnc3dJShE3XARdTFo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ICCAPNXhfowlGpgz5WstkDNqIHSJTmzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AVUIhlIf7pDIvxQdObZ2hsggGfip04UQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#F1NBPopGk9BvVw98FX55CHA1qbrS0g6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ioEMCzUdnlv4cfVOy71mEUSef88eZTI8 { color:#f8f9fb;display:block;width:39.1875rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.4187498092651rem;left:1.875rem;height:11.9625rem;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:none; }
#AsE8N0irJxxSbNQ1fUlkByfsrL9KPAu5 { color:#f8f9fb;display:block;width:39.1875rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.4187498092651rem;left:1.875rem;height:11.9625rem;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:none; }
#VzxXZZPz9cTyLbZ0AgLTWhVC3mr53AW4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:35rem;left:0rem;display:block; }
#zkuM94ENJD5wbGDTEU7NxnZUe1m6MAfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cem7vHXXHgymXieZqbX4Uf6vPpEE9KZD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:18.75rem;top:35rem;left:0rem;overflow:hidden;display:block; }
#lbmdKUziDrGdLUc2DI2gitGC8OE9C1kS { color:#00076d;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:36.75rem;left:7.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xay6tFIUMNTVJWBCwH4IcmHAgGZJzsJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT { position:relative;display:block; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT { background-color: transparent; background-image: none; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container > .video-iframe-container { display: none; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row > .video-iframe-container { display: none; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .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); }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT { border-width: 0; border-radius: 0; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FEOTyeD5Tihziu2NZ8nyi9IOvftnEFPX { color:#011d4d;display:block;width:25.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4375rem;left:24.625rem;height:1.94921875rem;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; }
#nBukvXI3QQgbJhWbBQs1tbdfVVPTUrFX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:4.5rem;left:15.3125rem;overflow:hidden;display:block; }
#JPZbsAuzFJPhRveAwetiuo1skXLIfbJg { position:absolute;display:block;z-index:15017;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:8.5rem;width:8.5rem;top:4.5rem;left:26.875rem;overflow:hidden;display:block; }
#zW77kxGge0dV1ipEkEGUiwCWRagT5inZ { position:absolute;display:block;z-index:15019;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:8.8125rem;width:8.8125rem;top:4.375rem;left:38.125rem;overflow:hidden;display:block; }
#T5KqHLLpzb1pl7ZrQCSQ7VCrLMw12dkl { position:absolute;display:block;z-index:15020;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:9.375rem;width:9.375rem;top:4.0625rem;left:50.375rem;overflow:hidden;display:block; }
#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(166deg, #ffffff, rgba(215,168,97,0.35));background-image: -moz-linear-gradient(166deg, #ffffff, rgba(215,168,97,0.35));background-image: -ms-linear-gradient(166deg, #ffffff, rgba(215,168,97,0.35));background-image: -o-linear-gradient(166deg, #ffffff, rgba(215,168,97,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59d7a861' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59d7a861' );";background-image: linear-gradient(166deg, #ffffff, rgba(215,168,97,0.35));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container { background-color: transparent; background-image: none; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container > .video-iframe-container { display: none; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row > .video-iframe-container { display: none; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .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); }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container { border-width: 0; border-radius: 0; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container { font-size:0.875rem;font-family:arial;height:85.375rem;width:75rem;position:relative;display:block; }#UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:16.25rem;left:3.4375rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#HsHUHKTUTNr4zUuOldgoPDxTZC1WBhvq { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:15014;background-color:#011d4d;background-image:none;top:10.8125rem;left:1.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#CHAvqC0hwcdHGUzG9y4nTTDfdZFNVxvK { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:12.7431640625rem;left:9.71875rem;height:1.7875rem;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; }
#fP3p45FHVXlMENk247rb2atATsnIVyVs { position:absolute;display:block;z-index:15058;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:11.4375rem;width:11.25rem;top:16.25rem;left:20.875rem;overflow:hidden;display:block; }
#PJHSp5ScFQQMxdqNIzOW1f3RLtFRo8DN { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:15018;background-color:#011d4d;background-image:none;top:10.8125rem;left:40.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#q03ChKa5I5umh6JMqhb1FhrRmdHgTb1z { position:absolute;display:block;z-index:15062;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:11.4375rem;width:11.25rem;top:15.71875rem;left:60.1875rem;overflow:hidden;display:block; }
#zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:16.25rem;left:42.6875rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#k5GyfVCivBe02lJ2C2OJStiQN6cnUlAb { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:12.7431640625rem;left:48.53125rem;height:1.7875rem;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; }
#UTzg9EORU5KHsklCDwTbritSbgVHxlDl { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:40.46875rem;left:15.3125rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UTzg9EORU5KHsklCDwTbritSbgVHxlDl li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UTzg9EORU5KHsklCDwTbritSbgVHxlDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#ob3z5VMwqG0HgfwQywieBfWqL67FgmNR { box-sizing:content-box;height:21.875rem;width:32.125rem;position:absolute;display:block;z-index:15022;background-color:#011d4d;background-image:none;top:33.6875rem;left:1.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cAxyvkHpTonQ0gWpqAVhkhiZiUPUofQH { position:absolute;display:block;z-index:15066;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:11.4375rem;width:11.25rem;top:40.46875rem;left:3.4375rem;overflow:hidden;display:block; }
#AVp6Zo4CoEpiJ9K8kwbbyc0HQc0BVTF6 { box-sizing:content-box;height:21.875rem;width:32.125rem;position:absolute;display:block;z-index:15026;background-color:#011d4d;background-image:none;top:33.6875rem;left:40.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KRkkH0BQTdTTsRskDgbx9lg7x4T4ezlH { position:absolute;display:block;z-index:15070;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:11.4375rem;width:11.25rem;top:40.46875rem;left:42.6875rem;overflow:hidden;display:block; }
#h0MKBATViI94D52baxdk61gRl9KVTzds { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:40.46875rem;left:54.625rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#h0MKBATViI94D52baxdk61gRl9KVTzds li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#h0MKBATViI94D52baxdk61gRl9KVTzds li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#zD94grBe2960C7XuE0TrVaO4fwg2rQ1Z { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:35.76171875rem;left:6.3125rem;height:1.7875rem;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; }
#xrUrcTg2IBBAstbNv2eQxlUJVo3iB0AP { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:35.76171875rem;left:43.375rem;height:1.7875rem;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; }
#AQCNyvrP87UFRPQ7oWAA8HrBkVkRHAo0 { box-sizing:content-box;height:21.875rem;width:32.125rem;position:absolute;display:block;z-index:15034;background-color:#011d4d;background-image:none;top:59.6875rem;left:40.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#u8qbZ6g19wpcFMAL1TF6G1F5wxoSMLov { position:absolute;display:block;z-index:15078;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:11.4375rem;width:11.1875rem;top:66.9375rem;left:60.25rem;overflow:hidden;display:block; }
#R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:66.9375rem;left:42.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#Rzv21KhKaRXcW6uJprZkwS0NZEuQvhcQ { box-sizing:content-box;height:21.875rem;width:32.125rem;position:absolute;display:block;z-index:15030;background-color:#011d4d;background-image:none;top:59.6875rem;left:1.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#RPOZO80NhngEcpJPosg7FNSBCTyIyM1W { position:absolute;display:block;z-index:15074;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:11.4375rem;width:11.25rem;top:66.9375rem;left:20.875rem;overflow:hidden;display:block; }
#E1uS1zzE6OTidFkblJtfK64vLVLtpvqW { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:66.9375rem;left:3.4375rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#E1uS1zzE6OTidFkblJtfK64vLVLtpvqW li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#E1uS1zzE6OTidFkblJtfK64vLVLtpvqW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
#uR9QJDupgEP9fsGH3cQBDHJbNhhN8LbQ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:62.32421875rem;left:9.71875rem;height:1.7875rem;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; }
#iutSUcTQ4oSEk8Sz2bKvN0bZ4WySiJMQ { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.7);top:62.32421875rem;left:42.71875rem;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; }
#myJc1chkdCP719KlIrAh8uVgU9sgThnH { color:#011d4d;display:block;width:25.6875rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:24.46875rem;height:2.925rem;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; }
#Av6p95Cu90BSnTzTX3aTH0NxAvwOnNx1 { position:absolute;display:block;z-index:15002;background-color:#00076d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.25rem;top:2.4375rem;left:32.1875rem;display:block; }
#bMxsrCS3rdvWxewasdlrlH68TcVTRxmw { color:#00fbfd;display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:32.6875rem;height:1.4625rem;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; }
#eLPxgT5RJ3OtppQewXGVOC8vAC9Xm9gM { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:11.82421875rem;left:2.5625rem;display:block; }
#gTFNruFSMcWhtHgdsufIk5RoTSs7gOBb { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:11.82421875rem;left:41.375rem;display:block; }
#H6vTpyuWUc2kp6WtwoLfAZGp5TOqTfSb { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:34.8427734375rem;left:2.5625rem;display:block; }
#ACiTi6btss1cJAXPcgbui01F5ZuCV2Lf { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:34.8427734375rem;left:41.375rem;display:block; }
#loyxBUIGQ4yOnyPctJbydGJgHFrc4wcs { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:61.4052734375rem;left:2.5625rem;display:block; }
#ydWFeBRdk1TdCNPVSfXzlbbSKu5kAZ3A { box-sizing:content-box;height:3.625rem;width:30.75rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #995800, #eede8b);background-image: -moz-linear-gradient(199deg, #995800, #eede8b);background-image: -ms-linear-gradient(199deg, #995800, #eede8b);background-image: -o-linear-gradient(199deg, #995800, #eede8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995800', endColorstr='#eede8b' );";background-image: linear-gradient(199deg, #995800, #eede8b);background-size:auto !important;top:61.4052734375rem;left:41.375rem;display:block; }
#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011d4d;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; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container { background-color: transparent; background-image: none; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container > .video-iframe-container { display: none; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row > .video-iframe-container { display: none; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .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); }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container { border-width: 0; border-radius: 0; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#gp1nLfGv8TN9dU4twvur2w3ePKab8HOE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:4.3125rem;left:34.125rem;display:block; }
#vPk0uR27EQSFD78yE7kV6nTxXKXege4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5SSEL7XR7nQ83v07XWfzKVD7ZzRFwhv { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:4.3125rem;left:34rem;overflow:hidden;display:block; }
#CNCibylgidENussBrPMVzRELgxH4F2sm { color:#00076d;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:6.5rem;left:41.5rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kbPkafOOQqFBQ0aZ1ts3IZRMScUme5fl { z-index:15003;top:4.3125rem;left:57.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), #00076d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-size:auto !important;border-top:0.1875rem solid #d7a861;border-left:0.1875rem solid #d7a861;border-right:0.1875rem solid #d7a861;border-bottom:0.1875rem solid #d7a861;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pCTZw5ELb0Hkl2riJ7ni8dwz1iZ2U6na { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#al7v6Cch1kkaVovCINFxNoR8ho8q6IaA { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:3.88671875rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container { background-color: transparent; background-image: none; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container > .video-iframe-container { display: none; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row > .video-iframe-container { display: none; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .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); }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container { border-width: 0; border-radius: 0; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#oSyRMwfAE8FqyfmUGmvpcW1Z0KmNPltE { color:#00076d;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTCR9ORzOcRKdocGASPK2Anecpp1K0RT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.3) ;height:29.375rem;width:21.875rem;top:10.25rem;left:2.9375rem;display:block; }
#Rhbg0VcKPb7OH5ObguA3LRNuTllF0wod { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:.13;top:35.125rem;left:19.5rem; }
#lcTR2SsuEuvHKyK0lGd4uDgryD2skkTW { color:#777777;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.625rem;left:4.625rem;height:15.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f94yJDWRklypx9F8bNy1aDLpvGQ1FT3R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.1875rem;left:20.6875rem; }
#iG7ta7a9LpX0sb9GhMLEuSuyJ8rHcL34 { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:8.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DH2597SJQibiHIxkoGIVS1nbw7esNvKq { position:absolute;display:block;z-index:15074;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.3125rem;width:9.125rem;top:17.875rem;left:4rem;overflow:hidden;display:block; }
#CqIyORQykHoEuvWCBZcps66xEDgTyOth { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.8125rem;left:4.625rem;overflow:hidden;display:block; }
#Cuccw1ge6BpNkqQlogWQOxkpiTk2n7M1 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.3) ;height:29.375rem;width:21.875rem;top:10.25rem;left:26.5625rem;display:block; }
#asQiZaSLegoGNoyst95U8fUEVTJu9gU6 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:.13;top:35.125rem;left:43.125rem; }
#ei4oPXhf7TV9E5B1fMd8iFDRfIK78VR5 { color:#777777;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.625rem;left:28.25rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QaxkIBCJmHoSEnpkibGi361GHbl9wgtt { position:absolute;display:block;z-index:15081;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.3125rem;width:9.125rem;top:17.875rem;left:27.625rem;overflow:hidden;display:block; }
#iN4Ava6buFh3d4krUSCS6Pf0OruIOkLP { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.8125rem;left:28.25rem;overflow:hidden;display:block; }
#kh1QMJsDJ33JAFxUqIwagKZlvVz41J5t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:13.1875rem;left:44.3125rem; }
#zKhHkT3WfL2TTZVGADp9APMpgBbPCeXF { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:32.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDRiLIXzeJr20vhkOrhEUN9WrLZvX0Tz { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.3) ;height:29.375rem;width:21.875rem;top:10.25rem;left:50.3125rem;display:block; }
#a395Z3gXc35M2Q1vTQA5qRzKVrVNTbhl { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:.13;top:35.125rem;left:66.875rem; }
#vIF0p7xKiC9CAoiMb4tn7BLTxuqkAz5L { color:#777777;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.625rem;left:52rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#balmvKCFizfUW5x5ZswPDeW9uhSQbIIX { position:absolute;display:block;z-index:15088;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.3125rem;width:9.125rem;top:17.875rem;left:51.375rem;overflow:hidden;display:block; }
#GwbC8WkAnBhaqDwk7oTqN8OC5g2TGyBA { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.8125rem;left:52rem;overflow:hidden;display:block; }
#Tu5ln918a8C9RxtCqQLzs3zMnAz9xPN1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:13.1875rem;left:68.0625rem; }
#ZvDHmz6lSVvDIpqJw4KLP8eFSWHFkiTT { color:#011d4d;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.875rem;left:56.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFBhSwXIrWzrdAsTPgQIULV91TvRwp9b { position:absolute;display:block;z-index:15006;background-color:#00076d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.25rem;top:2.9375rem;left:32.375rem;display:block; }
#adBsh6rkpVTSuz7qxToqmrgCdQFoTyRb { color:#00fbfd;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.875rem;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; }
#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #000027, #011d4d);background-image: -moz-linear-gradient(174deg, #000027, #011d4d);background-image: -ms-linear-gradient(174deg, #000027, #011d4d);background-image: -o-linear-gradient(174deg, #000027, #011d4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000027', endColorstr='#011d4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000027', endColorstr='#011d4d' );";background-image: linear-gradient(174deg, #000027, #011d4d);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container { background-color: transparent; background-image: none; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container > .video-iframe-container { display: none; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row > .video-iframe-container { display: none; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .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); }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container { border-width: 0; border-radius: 0; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#m5qLS9WgFuv34QmxS64pyTx3CWJVLdtq { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.3125rem;left:11.21875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3N3gdLykl3rx7LJWCyT0ObrXG3EXZVw { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:22.125rem;left:5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S684E0xJ38rJ1mU8FDyzwD5QBB16l1oy { color:#bababa;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:24.375rem;left:5rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#F0IMzO4zQU4NkCtpEWC0lnstg6ehW37Q { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:22.4375rem;left:55.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gp8sCrXud5qMTUAt3nKAFMJcLtXZH4ob { color:#bababa;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:24.6875rem;left:55.625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#ZnK5OzNCUMtSVItntLR7tHpTgIqQEW9D { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:36.125rem;left:55.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBRdXxTo7PrhIeQlVB8OdmQGmJT08wDs { color:#bababa;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:38.375rem;left:55.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ndKPnI1CvJaqO0ylsbfkHZHv6sTQuQCy { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:36.5rem;left:5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDbn7z0BKMKid2p9EnBQkLsT7Tk0PJDm { color:#bababa;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:38.6875rem;left:5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Abuzd7iy2uz5Dk6EoczW37rXco8SnuJR { z-index:15007;top:54.9375rem;left:40rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), #00076d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-size:auto !important;border-top:0.1875rem solid #d7a861;border-left:0.1875rem solid #d7a861;border-right:0.1875rem solid #d7a861;border-bottom:0.1875rem solid #d7a861;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tw9ipbhI4tipKJWorxnT0ATcSFeEdhBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2Fp0ztzcKpx6tdF0BnPDEN8yzlPa4tT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:54.9375rem;left:16.4375rem;display:block; }
#rZTVt2RfJi2sBgW4TRusza4bMmQwzrZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plFUTRPfeTa8oh8qWXOpmUxkeW0gDxXE { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:54.9375rem;left:16.3125rem;overflow:hidden;display:block; }
#QEpxelUS8FRaLsIQS5sBnMOT4z6Cm6m4 { color:#00076d;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:57.125rem;left:23.8125rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dBJNiSttVx8T3kT4IWFE4hnHm7Lwg8gq { position:absolute;display:block;z-index:15082;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:34.8125rem;width:29.75rem;top:13.375rem;left:22.625rem;overflow:hidden;display:block; }
#MWvmgNvMRiLh7BEqatTlcsEW2ACX6TXw { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.4375rem;left:11.25rem;overflow:hidden;display:block; }
#DZgoTKing03irB3Z7XaKSE7O8rvR58nw { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.75rem;left:61.875rem;overflow:hidden;display:block; }
#bXZ1Xwuhu7pVCv3OrfuUU1Iw7pZgH8h5 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.4375rem;left:61.875rem;overflow:hidden;display:block; }
#vd2ikJ7iaOz0gs03hqqwp2OReco6gxJ8 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:32.5rem;left:11.25rem;overflow:hidden;display:block; }
#odsc1032nf9TylzwwQ4lD6bf36bEwyl3 { position:absolute;display:block;z-index:15004;background-color:#00076d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.25rem;top:4.1875rem;left:31.6875rem;display:block; }
#WPeOy7JgTlSdPEUiQmtx9ayqP4GT0cBM { color:#00fbfd;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5625rem;left:32.1875rem;height:1.4625rem;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; }
#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container { background-color: transparent; background-image: none; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container > .video-iframe-container { display: none; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row > .video-iframe-container { display: none; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .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); }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container { border-width: 0; border-radius: 0; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#hT4d9MXViLLm6JM5O35Id1D22IkVvfmT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:75rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#Ep4l8TMdCHbhbE2MuKP8WH8exf0TJMDK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:75rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#ZQ1pmfIznFBWllKcI8MWEyLcdtPvc6vF { color:#b2b2b2;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.96875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M35f6d4f8fae73faa157673c8a433bd23753ffa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container { background-color: transparent; background-image: none; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container > .video-iframe-container { display: none; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row > .video-iframe-container { display: none; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .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); }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container { border-width: 0; border-radius: 0; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u { color:#e1e1e1;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:9rem;left:5.90625rem;height:22.75rem;overflow:hidden;display:block; }#gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b0234f514066bccc7fccc34b5a35e98b61cb6c.svg); }
#mAyi58PMWOnVz6RXfi8O5bp1xw4c8KKt { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.3125rem;height:2.275rem;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; }
#v5WJcwtEUVTcPdXUsRvinwq1mqDTyHLT { position:absolute;display:block;z-index:15018;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:35.125rem;width:50.3125rem;top:9rem;left:23.4375rem;overflow:hidden;display:block; }
#A5PlQ978LuG8zJgt0m8BIy5XyFsIi7Br { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:34.375rem;left:0.8125rem;display:block; }
#xcmp1uE8FFqfJg3GZoUh78VddamJSZFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0aHaCm8ADWRyDhz3BiFbnkWx7Lq7bVD { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:34.375rem;left:0.6875rem;overflow:hidden;display:block; }
#BKOU0PrTBpDaZ0IKLkGq9FA5hBfQ9MdJ { color:#00076d;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:36.5625rem;left:8.1875rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ucsw5E2B2fb4E6PSV6KTsLyAyF07uuQJ { box-sizing:content-box;height:42.875rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#011d4d;background-image:none;top:4rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(1,29,77,0.5) ;display:block; }
#wnq0OAI9wEIz6bo8QDwtJT0tKaIKnxu2 { z-index:15008;top:40rem;left:1.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), #00076d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-size:auto !important;border-top:0.1875rem solid #d7a861;border-left:0.1875rem solid #d7a861;border-right:0.1875rem solid #d7a861;border-bottom:0.1875rem solid #d7a861;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Wl6KyV8NWJc0ZgTlIf7NRcC9IHyIpbRG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container { background-color: transparent; background-image: none; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container > .video-iframe-container { display: none; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row > .video-iframe-container { display: none; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .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); }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container { border-width: 0; border-radius: 0; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#qptFBVcSMwQDmytIhWR299P6lWiTyf8i { color:#011d4d;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:15rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:14.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi li:before{  }
#Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.375rem;left:18.75rem;height:15.878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh li:before{  }
#wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:37.5rem;height:15.878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg li:before{  }
#CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:56.25rem;height:13.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn li:before{  }
#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011d4d;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; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container { background-color: transparent; background-image: none; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container > .video-iframe-container { display: none; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row > .video-iframe-container { display: none; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .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); }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container { border-width: 0; border-radius: 0; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TmftCMtKAVIaWDkJGbyPhQ4TOLy41PLx { z-index:15007;top:10.0625rem;left:40.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), #00076d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00076d' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), #00076d);background-size:auto !important;border-top:0.1875rem solid #d7a861;border-left:0.1875rem solid #d7a861;border-right:0.1875rem solid #d7a861;border-bottom:0.1875rem solid #d7a861;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PE3cBkR6nu02yJNTDK8m7ABVwdbEJDhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0u4CJu9xH1sknc6sDhrg4uOaDb3I7yu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:10.0625rem;left:17.125rem;display:block; }
#rp1ncQN1i2ohfp2Bc84BTRfhQAmVhNUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUTwoBdehNQQIv6WW0furnL1CVh0CyO5 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:10.0625rem;left:17rem;overflow:hidden;display:block; }
#E0dsL1gCHs0ov9qAe4whOdR1hn9TlrM6 { color:#00076d;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.25rem;left:24.5rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KXITrEbH7Iep5eGQM9Th9ARcwxBcUXT9 { color:#ffffff;display:block;width:59.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:7.65625rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000027;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; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { background-color: transparent; background-image: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container > .video-iframe-container { display: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row > .video-iframe-container { display: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .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); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { border-width: 0; border-radius: 0; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ZXX4IZwDxgUcHrJ1SqTnRcidf5Ga5TNJ { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:21.34375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J { position:relative;display:none; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J { border-width: 0; border-radius: 0; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RMfqxFC0xnl7TfBlKF4k7rJGEK2Rakhk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:10.0625rem;left:17.125rem;display:none; }
#kTQh7AXx71XiIPTyWxPpeLZZcgqELtL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDO4M2rL5Eabk8z8ykI7RyczqFmpNJ2h { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:10.0625rem;left:17rem;overflow:hidden;display:none; }
#TByq3nPw64nTKkcWLOv9PoivJZvsgETS { color:#00076d;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:12.25rem;left:24.5rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS { display:none; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o5TnADUZgQmynCp5IeEuHde2WzQSlxMb { display:none; }
 }@media only screen and (max-width: 763px) { #ugtGQwf9P7ny2S8TtAGb0t2MT9tOZm2N { top:6.625rem;left:0rem;width:12.5rem;height:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDcAAsOcG899gEWNRgVIuqR5caNdP3pm { width:47.75rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { display:block; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Mrg9hAUEi3rTsEaonbUV2Tyi2RvAzM { top:1.125rem;left:0rem;width:14.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfqJnFVvvMtxybaXQkb3TK5nZ1XTw46 { width:8.8125rem;height:1.6875rem;top:3.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMp0PWGxVyJQJsLvltVoK0vwvmzvxM3 { display:block; }
 }@media only screen and (max-width: 763px) { #S5MKpdlVGwSvfWskPHAhHLI0X4S3N9BI { width:8.8125rem;height:1.6875rem;top:3.75rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD067Qa7m8DPyTEGB6lbdaAoISq53IHz { display:block; }
 }@media only screen and (max-width: 763px) { #QhRGETxpnBKimFrrX6A4wbKdWpXOWJ2O { width:8.8125rem;height:1.6875rem;top:3.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9at2MPWXkNfNTMAossffuAK8ZU0AueB { display:block; }
 }@media only screen and (max-width: 763px) { #RezcIUqrtDO3Ry7CpvPbwrFEpQemwDtI { width:18.75rem;height:4.375rem;top:2.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF6T5vR05fmv4G4CZp4GGtdCyOZ5BEod { display:block; }
 }@media only screen and (max-width: 763px) { #gktligOTTuMqbfgFDEbnvd1LkmJnrzif { top:2.4375rem;left:29rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikooaW70BRBJLp7F4Z2DD3b1NSxlWDs { top:4.1875rem;left:37.6875rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUpV706NXXp0gZzL5JBehud7Ffn2GH6 { width:8.8125rem;height:1.6875rem;top:3.75rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMvVtp3idr7rODBrJHiHBuxgk1N4UVq { display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:36.375rem;height:11.4375rem;top:6.0625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln9pZvPoNCeN8oNF7PuDzX8JTDVsZwCc { top:8.4375rem;left:25.25rem;width:22.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { top:10.6875rem;left:24.75rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { top:12.75rem;left:23.3125rem;width:24.4375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { width:27.0625rem;height:34.375rem;top:7.0625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqw9RdCgzamZglNID9IqtArmwRyLL0vR { top:33.9375rem;left:8.375rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqwCvr0EgM2dFhwSgEHx1wtTB0hfHwsi { top:35.625rem;left:8.375rem;width:24.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRn3NXOxgymsS264eDcFDofrpdBTsKg { top:37.1875rem;left:8.375rem;width:13.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { width:20.1875rem;height:3.1875rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block; }
 }@media only screen and (max-width: 763px) { #LU2eutqHJfNgRzJPNTvZ9TQrrqXvGi9J { top:36.3125rem;left:16.1875rem;width:6.4375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7VwgmIbRyFaZNwxBZDTikv6lFQkb7Li { top:23.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8tcrn0cf9KIn7JrT9s2iPmlAnhnaTP { top:20.25rem;left:7.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8yboh0U8pHmJXB8DXBthHvHe3fk2bd { top:20.5625rem;left:11.3125rem;width:14.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAt241mUKpIxCQATufoaIuWcLQBcncSV { top:24.3125rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBzVioRoaJ79gBP0cZ1cXrIhgEiA6KJO { top:20.5625rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5i93gfxvXO8ekxivJJTrymb47NysIXg { top:20.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbS5ypQGhWzWe3XSbq681zBcBQyy7E9O { top:23.75rem;left:7.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3dl7I3ob4lRhgfhkkmm2uLGiEAfVNFW { top:24.3125rem;left:11.375rem;width:14.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KIM4wKyhBdUQIopIycbl1xmwgunKfd { top:19.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sir91ZBfChNlpaOWF52ufmTGClM8pkZc { top:23.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnBudiwlTIfQy0sauG6RTgSTJlF5iyqB { top:23.5rem;left:7rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3GlvQbbzSWOta3y8OQdUTRmnMRozcb { top:19.8125rem;left:7rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBtQSbCPXTTcFMivnc3dJShE3XARdTFo { display:none; }
 }@media only screen and (max-width: 763px) { #ICCAPNXhfowlGpgz5WstkDNqIHSJTmzt { display:none; }
 }@media only screen and (max-width: 763px) { #AVUIhlIf7pDIvxQdObZ2hsggGfip04UQ { display:none; }
 }@media only screen and (max-width: 763px) { #F1NBPopGk9BvVw98FX55CHA1qbrS0g6b { display:none; }
 }@media only screen and (max-width: 763px) { #ioEMCzUdnlv4cfVOy71mEUSef88eZTI8 { width:20rem;height:;top:1.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsE8N0irJxxSbNQ1fUlkByfsrL9KPAu5 { width:20rem;height:;top:5.625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzxXZZPz9cTyLbZ0AgLTWhVC3mr53AW4 { width:18.75rem;height:4.375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkuM94ENJD5wbGDTEU7NxnZUe1m6MAfS { display:block; }
 }@media only screen and (max-width: 763px) { #cem7vHXXHgymXieZqbX4Uf6vPpEE9KZD { top:35rem;left:0rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmdKUziDrGdLUc2DI2gitGC8OE9C1kS { top:36.75rem;left:0rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xay6tFIUMNTVJWBCwH4IcmHAgGZJzsJc { display:none; }
 }@media only screen and (max-width: 763px) { #ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT { display:block; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEOTyeD5Tihziu2NZ8nyi9IOvftnEFPX { top:1.4375rem;left:11rem;width:25.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBukvXI3QQgbJhWbBQs1tbdfVVPTUrFX { top:4.5rem;left:1.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPZbsAuzFJPhRveAwetiuo1skXLIfbJg { top:4.5rem;left:13.25rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW77kxGge0dV1ipEkEGUiwCWRagT5inZ { top:4.375rem;left:24.5rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KqHLLpzb1pl7ZrQCSQ7VCrLMw12dkl { top:4.0625rem;left:36.75rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnhWtuTGTxNW3s1VoryVuALV7OmhS99X { display:block; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx { top:16.25rem;left:0rem;width:16.875rem;height:11.875rem;font-size:1rem;display:block; }#UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #HsHUHKTUTNr4zUuOldgoPDxTZC1WBhvq { top:10.8125rem;left:0rem;width:32.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHAvqC0hwcdHGUzG9y4nTTDfdZFNVxvK { top:12.6875rem;left:2.90625rem;width:16.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3p45FHVXlMENk247rb2atATsnIVyVs { top:16.25rem;left:12.625rem;width:11.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJHSp5ScFQQMxdqNIzOW1f3RLtFRo8DN { top:10.8125rem;left:15.625rem;width:32.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03ChKa5I5umh6JMqhb1FhrRmdHgTb1z { top:15.6875rem;left:36.5rem;width:11.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 { top:16.25rem;left:23.875rem;width:16.875rem;height:10.375rem;font-size:1rem;display:block; }#zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #k5GyfVCivBe02lJ2C2OJStiQN6cnUlAb { top:12.6875rem;left:28.09375rem;width:16.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTzg9EORU5KHsklCDwTbritSbgVHxlDl { top:40.4375rem;left:7rem;width:16.875rem;height:10.375rem;font-size:1rem;display:block; }#UTzg9EORU5KHsklCDwTbritSbgVHxlDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #ob3z5VMwqG0HgfwQywieBfWqL67FgmNR { top:33.6875rem;left:0rem;width:32.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxyvkHpTonQ0gWpqAVhkhiZiUPUofQH { top:40.4375rem;left:0rem;width:11.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVp6Zo4CoEpiJ9K8kwbbyc0HQc0BVTF6 { top:33.6875rem;left:15.625rem;width:32.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkkH0BQTdTTsRskDgbx9lg7x4T4ezlH { top:40.4375rem;left:23.875rem;width:11.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0MKBATViI94D52baxdk61gRl9KVTzds { top:40.4375rem;left:30.875rem;width:16.875rem;height:11.875rem;font-size:1rem;display:block; }#h0MKBATViI94D52baxdk61gRl9KVTzds li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #zD94grBe2960C7XuE0TrVaO4fwg2rQ1Z { top:35.75rem;left:0rem;width:23.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrUrcTg2IBBAstbNv2eQxlUJVo3iB0AP { top:35.75rem;left:21rem;width:26.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQCNyvrP87UFRPQ7oWAA8HrBkVkRHAo0 { top:59.6875rem;left:15.625rem;width:32.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qbZ6g19wpcFMAL1TF6G1F5wxoSMLov { top:66.9375rem;left:36.5rem;width:11.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM { top:66.9375rem;left:23.875rem;width:16.875rem;height:;font-size:1rem;display:block; }#R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #Rzv21KhKaRXcW6uJprZkwS0NZEuQvhcQ { top:59.6875rem;left:0rem;width:32.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPOZO80NhngEcpJPosg7FNSBCTyIyM1W { top:66.9375rem;left:12.625rem;width:11.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1uS1zzE6OTidFkblJtfK64vLVLtpvqW { top:66.9375rem;left:0rem;width:16.875rem;height:10.375rem;font-size:1rem;display:block; }#E1uS1zzE6OTidFkblJtfK64vLVLtpvqW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #uR9QJDupgEP9fsGH3cQBDHJbNhhN8LbQ { top:62.3125rem;left:2.90625rem;width:16.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iutSUcTQ4oSEk8Sz2bKvN0bZ4WySiJMQ { top:62.3125rem;left:19.6875rem;width:28.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myJc1chkdCP719KlIrAh8uVgU9sgThnH { top:5.125rem;left:0rem;width:25.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av6p95Cu90BSnTzTX3aTH0NxAvwOnNx1 { top:2.4375rem;left:13.625rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxsrCS3rdvWxewasdlrlH68TcVTRxmw { top:2.6875rem;left:14.5625rem;width:9.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLPxgT5RJ3OtppQewXGVOC8vAC9Xm9gM { top:11.8125rem;left:0rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFNruFSMcWhtHgdsufIk5RoTSs7gOBb { top:11.8125rem;left:17rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vTpyuWUc2kp6WtwoLfAZGp5TOqTfSb { top:34.8125rem;left:0rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACiTi6btss1cJAXPcgbui01F5ZuCV2Lf { top:34.8125rem;left:17rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loyxBUIGQ4yOnyPctJbydGJgHFrc4wcs { top:61.375rem;left:0rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydWFeBRdk1TdCNPVSfXzlbbSKu5kAZ3A { top:61.375rem;left:17rem;width:30.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm { display:block; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp1nLfGv8TN9dU4twvur2w3ePKab8HOE { width:21.5625rem;height:4.9375rem;top:4.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPk0uR27EQSFD78yE7kV6nTxXKXege4h { display:block; }
 }@media only screen and (max-width: 763px) { #D5SSEL7XR7nQ83v07XWfzKVD7ZzRFwhv { top:4.3125rem;left:20.375rem;width:21.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNCibylgidENussBrPMVzRELgxH4F2sm { top:6.5rem;left:27.875rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPkafOOQqFBQ0aZ1ts3IZRMScUme5fl { top:4.3125rem;left:30.4375rem;width:17.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTZw5ELb0Hkl2riJ7ni8dwz1iZ2U6na { display:block; }
 }@media only screen and (max-width: 763px) { #al7v6Cch1kkaVovCINFxNoR8ho8q6IaA { top:3.875rem;left:0rem;width:32.4375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb { display:block; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSyRMwfAE8FqyfmUGmvpcW1Z0KmNPltE { top:4.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTCR9ORzOcRKdocGASPK2Anecpp1K0RT { top:10.25rem;left:0rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhbg0VcKPb7OH5ObguA3LRNuTllF0wod { top:35.125rem;left:5.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTR2SsuEuvHKyK0lGd4uDgryD2skkTW { width:18.5rem;height:15.4375rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f94yJDWRklypx9F8bNy1aDLpvGQ1FT3R { top:13.1875rem;left:7.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG7ta7a9LpX0sb9GhMLEuSuyJ8rHcL34 { width:8.0625rem;height:1.25rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2597SJQibiHIxkoGIVS1nbw7esNvKq { top:17.875rem;left:0rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIyORQykHoEuvWCBZcps66xEDgTyOth { top:12.8125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuccw1ge6BpNkqQlogWQOxkpiTk2n7M1 { top:10.25rem;left:12.9375rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQiZaSLegoGNoyst95U8fUEVTJu9gU6 { top:35.125rem;left:29.5rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4oPXhf7TV9E5B1fMd8iFDRfIK78VR5 { width:18.5rem;height:8.4375rem;top:19.625rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaxkIBCJmHoSEnpkibGi361GHbl9wgtt { top:17.875rem;left:14rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4Ava6buFh3d4krUSCS6Pf0OruIOkLP { top:12.8125rem;left:14.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1QMJsDJ33JAFxUqIwagKZlvVz41J5t { top:13.1875rem;left:30.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKhHkT3WfL2TTZVGADp9APMpgBbPCeXF { width:8.0625rem;height:1.25rem;top:13.875rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDRiLIXzeJr20vhkOrhEUN9WrLZvX0Tz { top:10.25rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a395Z3gXc35M2Q1vTQA5qRzKVrVNTbhl { top:35.125rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIF0p7xKiC9CAoiMb4tn7BLTxuqkAz5L { width:18.5rem;height:7rem;top:19.625rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #balmvKCFizfUW5x5ZswPDeW9uhSQbIIX { top:17.875rem;left:37.75rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbC8WkAnBhaqDwk7oTqN8OC5g2TGyBA { top:12.8125rem;left:38.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5ln918a8C9RxtCqQLzs3zMnAz9xPN1 { top:13.1875rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDHmz6lSVvDIpqJw4KLP8eFSWHFkiTT { width:8.625rem;height:1.25rem;top:13.875rem;left:39.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBhSwXIrWzrdAsTPgQIULV91TvRwp9b { top:2.9375rem;left:18.75rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adBsh6rkpVTSuz7qxToqmrgCdQFoTyRb { top:3.3125rem;left:19.25rem;width:9.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvutZNXzleTW8OTwowBxaF9X5NKEdA4G { display:block; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5qLS9WgFuv34QmxS64pyTx3CWJVLdtq { width:47.75rem;height:2.625rem;top:7.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3N3gdLykl3rx7LJWCyT0ObrXG3EXZVw { top:22.125rem;left:0rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S684E0xJ38rJ1mU8FDyzwD5QBB16l1oy { top:24.375rem;left:0rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0IMzO4zQU4NkCtpEWC0lnstg6ehW37Q { top:22.4375rem;left:32.125rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8sCrXud5qMTUAt3nKAFMJcLtXZH4ob { top:24.6875rem;left:32.125rem;width:15.625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnK5OzNCUMtSVItntLR7tHpTgIqQEW9D { top:36.125rem;left:32.125rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBRdXxTo7PrhIeQlVB8OdmQGmJT08wDs { top:38.375rem;left:32.125rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKPnI1CvJaqO0ylsbfkHZHv6sTQuQCy { top:36.5rem;left:0rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDbn7z0BKMKid2p9EnBQkLsT7Tk0PJDm { top:38.6875rem;left:0rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abuzd7iy2uz5Dk6EoczW37rXco8SnuJR { top:54.9375rem;left:26.375rem;width:17.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9ipbhI4tipKJWorxnT0ATcSFeEdhBd { display:block; }
 }@media only screen and (max-width: 763px) { #R2Fp0ztzcKpx6tdF0BnPDEN8yzlPa4tT { width:21.5625rem;height:4.9375rem;top:54.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTVt2RfJi2sBgW4TRusza4bMmQwzrZZ { display:block; }
 }@media only screen and (max-width: 763px) { #plFUTRPfeTa8oh8qWXOpmUxkeW0gDxXE { top:54.9375rem;left:2.6875rem;width:21.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpxelUS8FRaLsIQS5sBnMOT4z6Cm6m4 { top:57.125rem;left:10.1875rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBJNiSttVx8T3kT4IWFE4hnHm7Lwg8gq { top:13.375rem;left:9rem;width:29.75rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvmgNvMRiLh7BEqatTlcsEW2ACX6TXw { top:18.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZgoTKing03irB3Z7XaKSE7O8rvR58nw { top:18.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZ1Xwuhu7pVCv3OrfuUU1Iw7pZgH8h5 { top:32.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2ikJ7iaOz0gs03hqqwp2OReco6gxJ8 { top:32.5rem;left:0rem;width:3.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odsc1032nf9TylzwwQ4lD6bf36bEwyl3 { top:4.1875rem;left:18.0625rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPeOy7JgTlSdPEUiQmtx9ayqP4GT0cBM { top:4.5625rem;left:18.5625rem;width:9.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 { display:block; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT4d9MXViLLm6JM5O35Id1D22IkVvfmT { top:10.625rem;left:0rem;width:47.75rem;height:3.461875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4l8TMdCHbhbE2MuKP8WH8exf0TJMDK { top:5.1875rem;left:0rem;width:47.75rem;height:3.5016666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1pmfIznFBWllKcI8MWEyLcdtPvc6vF { top:1.9375rem;left:2.34375rem;width:43.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M35f6d4f8fae73faa157673c8a433bd23753ffa8 { display:block; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u { top:9rem;left:0rem;width:11.375rem;height:22.75rem;font-size:1.125rem;display:block; }#gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b0234f514066bccc7fccc34b5a35e98b61cb6c.svg); }
 }@media only screen and (max-width: 763px) { #mAyi58PMWOnVz6RXfi8O5bp1xw4c8KKt { top:6.0625rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WJcwtEUVTcPdXUsRvinwq1mqDTyHLT { top:9rem;left:0rem;width:47.75rem;height:33.336024844721rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5PlQ978LuG8zJgt0m8BIy5XyFsIi7Br { width:21.5625rem;height:4.9375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcmp1uE8FFqfJg3GZoUh78VddamJSZFp { display:block; }
 }@media only screen and (max-width: 763px) { #E0aHaCm8ADWRyDhz3BiFbnkWx7Lq7bVD { top:34.375rem;left:0rem;width:21.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOU0PrTBpDaZ0IKLkGq9FA5hBfQ9MdJ { top:36.5625rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucsw5E2B2fb4E6PSV6KTsLyAyF07uuQJ { top:4rem;left:0rem;width:47.75rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnq0OAI9wEIz6bo8QDwtJT0tKaIKnxu2 { top:40rem;left:0rem;width:19.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6KyV8NWJc0ZgTlIf7NRcC9IHyIpbRG { display:block; }
 }@media only screen and (max-width: 763px) { #wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ { display:block; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qptFBVcSMwQDmytIhWR299P6lWiTyf8i { top:2.3125rem;left:1.375rem;width:45rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi { width:18.75rem;height:14.6875rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }#JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi li:before{  }
 }@media only screen and (max-width: 763px) { #Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh { width:18.75rem;height:15.875rem;top:6.375rem;left:5.125rem;font-size:0.875rem;display:block; }#Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh li:before{  }
 }@media only screen and (max-width: 763px) { #wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg { width:18.75rem;height:15.875rem;top:6.375rem;left:23.875rem;font-size:0.875rem;display:block; }#wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg li:before{  }
 }@media only screen and (max-width: 763px) { #CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn { width:18.75rem;height:13.9375rem;top:6.375rem;left:29rem;font-size:0.875rem;display:block; }#CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn li:before{  }
 }@media only screen and (max-width: 763px) { #mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 { display:block; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmftCMtKAVIaWDkJGbyPhQ4TOLy41PLx { top:10.0625rem;left:27.0625rem;width:17.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE3cBkR6nu02yJNTDK8m7ABVwdbEJDhm { display:block; }
 }@media only screen and (max-width: 763px) { #h0u4CJu9xH1sknc6sDhrg4uOaDb3I7yu { width:21.5625rem;height:4.9375rem;top:10.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1ncQN1i2ohfp2Bc84BTRfhQAmVhNUV { display:block; }
 }@media only screen and (max-width: 763px) { #xUTwoBdehNQQIv6WW0furnL1CVh0CyO5 { top:10.0625rem;left:3.375rem;width:21.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dsL1gCHs0ov9qAe4whOdR1hn9TlrM6 { top:12.25rem;left:10.875rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXITrEbH7Iep5eGQM9Th9ARcwxBcUXT9 { top:2.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b { display:block; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXX4IZwDxgUcHrJ1SqTnRcidf5Ga5TNJ { top:1.8125rem;left:7.71875rem;width:32.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J { display:none; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RMfqxFC0xnl7TfBlKF4k7rJGEK2Rakhk { width:21.5625rem;height:4.9375rem;top:10.0625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTQh7AXx71XiIPTyWxPpeLZZcgqELtL3 { display:block; }
 }@media only screen and (max-width: 763px) { #yDO4M2rL5Eabk8z8ykI7RyczqFmpNJ2h { top:10.0625rem;left:3.375rem;width:21.875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TByq3nPw64nTKkcWLOv9PoivJZvsgETS { top:12.25rem;left:10.875rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS { background-color:#000027;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container { background-color: transparent; background-image: none; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container > .video-iframe-container { display: none; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row > .video-iframe-container { display: none; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .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); }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container { border-width: 0; border-radius: 0; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIzNDzIg3qbKLHxo7qQu6BnWGDKsTuWS > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5TnADUZgQmynCp5IeEuHde2WzQSlxMb { display:flex;top:2.5625rem;left:16.21875rem;width:2.875rem;height:2.875rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #ugtGQwf9P7ny2S8TtAGb0t2MT9tOZm2N { top:6.625rem;left:6.65625rem;width:12.5rem;height:8rem;z-index:15001;color:#bababa;font-family:"open sans";text-align:right;text-align-last:right;line-height:2;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RDcAAsOcG899gEWNRgVIuqR5caNdP3pm { top:2rem;left:0rem;width:8.25rem;height:4rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { position:relative;z-index:auto;display:none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8Mrg9hAUEi3rTsEaonbUV2Tyi2RvAzM { width:6rem;height:3rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQfqJnFVvvMtxybaXQkb3TK5nZ1XTw46 { width:8.8125rem;height:1.6875rem;top:7.65625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfMp0PWGxVyJQJsLvltVoK0vwvmzvxM3 { display:block; }
 }@media only screen and (max-width: 763px) { #S5MKpdlVGwSvfWskPHAhHLI0X4S3N9BI { width:8.8125rem;height:1.6875rem;top:10.59375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xD067Qa7m8DPyTEGB6lbdaAoISq53IHz { display:block; }
 }@media only screen and (max-width: 763px) { #QhRGETxpnBKimFrrX6A4wbKdWpXOWJ2O { width:8.8125rem;height:1.6875rem;top:13.53125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9at2MPWXkNfNTMAossffuAK8ZU0AueB { display:block; }
 }@media only screen and (max-width: 763px) { #RezcIUqrtDO3Ry7CpvPbwrFEpQemwDtI { width:17.5rem;height:6rem;top:6.34375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF6T5vR05fmv4G4CZp4GGtdCyOZ5BEod { display:block; }
 }@media only screen and (max-width: 763px) { #gktligOTTuMqbfgFDEbnvd1LkmJnrzif { width:18.75rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikooaW70BRBJLp7F4Z2DD3b1NSxlWDs { width:10.0625rem;height:0;top:3rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUpV706NXXp0gZzL5JBehud7Ffn2GH6 { width:8.8125rem;height:1.6875rem;top:3.75rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWMvVtp3idr7rODBrJHiHBuxgk1N4UVq { display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:20rem;height:0;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ln9pZvPoNCeN8oNF7PuDzX8JTDVsZwCc { width:20rem;height:1.95rem;top:38.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { width:20rem;height:1.1375rem;top:40.625001549721rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { width:20rem;height:27.5rem;top:43.125001549721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { width:20rem;height:34.375rem;top:37.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqw9RdCgzamZglNID9IqtArmwRyLL0vR { width:7.75rem;height:1.625rem;top:74.375rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqwCvr0EgM2dFhwSgEHx1wtTB0hfHwsi { width:19rem;height:1.0556625rem;top:76.1875rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbRn3NXOxgymsS264eDcFDofrpdBTsKg { width:18.75rem;height:5.625rem;top:77rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { width:20rem;height:3.1875rem;top:22.555469512939rem;left:0rem;z-index:15050;background-color:#ff5500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block; }
 }@media only screen and (max-width: 763px) { #LU2eutqHJfNgRzJPNTvZ9TQrrqXvGi9J { top:38.125rem;left:13rem;width:6.4375rem;height:0;z-index:15034;color:#ffffff;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #F7VwgmIbRyFaZNwxBZDTikv6lFQkb7Li { display:flex;width:1.5625rem;height:1.5625rem;top:15.0625rem;left:2.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pv8tcrn0cf9KIn7JrT9s2iPmlAnhnaTP { display:flex;width:1.5625rem;height:1.5625rem;top:18.625rem;left:2.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #by8yboh0U8pHmJXB8DXBthHvHe3fk2bd { width:11.8125rem;height:1.3rem;top:18.75rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAt241mUKpIxCQATufoaIuWcLQBcncSV { width:12rem;height:1.3rem;top:15.1875rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBzVioRoaJ79gBP0cZ1cXrIhgEiA6KJO { width:11.0625rem;height:1.3rem;top:26rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5i93gfxvXO8ekxivJJTrymb47NysIXg { display:flex;width:1.5625rem;height:1.5625rem;top:25.875rem;left:2.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pbS5ypQGhWzWe3XSbq681zBcBQyy7E9O { display:flex;width:1.5625rem;height:1.5625rem;top:22.1875rem;left:2.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #n3dl7I3ob4lRhgfhkkmm2uLGiEAfVNFW { width:8.5rem;height:1.3rem;top:22.3125rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5KIM4wKyhBdUQIopIycbl1xmwgunKfd { display:flex;width:2.5rem;height:2.5rem;top:18.125rem;left:2.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Sir91ZBfChNlpaOWF52ufmTGClM8pkZc { display:flex;width:2.5rem;height:2.5rem;top:21.8125rem;left:2.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KnBudiwlTIfQy0sauG6RTgSTJlF5iyqB { display:flex;width:2.5rem;height:2.5rem;top:25.4375rem;left:2.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Pf3GlvQbbzSWOta3y8OQdUTRmnMRozcb { display:flex;width:2.5rem;height:2.5rem;top:14.5625rem;left:2.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oBtQSbCPXTTcFMivnc3dJShE3XARdTFo { display:flex;top:0.6875rem;left:17.4375rem;width:2.125rem;height:2.125rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #ICCAPNXhfowlGpgz5WstkDNqIHSJTmzt { display:flex;top:0.8125rem;left:16.75rem;width:2rem;height:2rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #AVUIhlIf7pDIvxQdObZ2hsggGfip04UQ { display:flex;top:0.9375rem;left:17.4375rem;width:2.125rem;height:2.125rem;z-index:15074;display:none; }
 }@media only screen and (max-width: 763px) { #F1NBPopGk9BvVw98FX55CHA1qbrS0g6b { display:flex;top:1.125rem;left:17.375rem;width:2.0625rem;height:2.0625rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #ioEMCzUdnlv4cfVOy71mEUSef88eZTI8 { width:20rem;height:1.54375rem;top:3.83203125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #AsE8N0irJxxSbNQ1fUlkByfsrL9KPAu5 { width:20rem;height:;top:5.625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VzxXZZPz9cTyLbZ0AgLTWhVC3mr53AW4 { width:18.75rem;height:4.375rem;top:29.5rem;left:0.625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #zkuM94ENJD5wbGDTEU7NxnZUe1m6MAfS { display:block; }
 }@media only screen and (max-width: 763px) { #cem7vHXXHgymXieZqbX4Uf6vPpEE9KZD { width:18.75rem;height:4.375rem;top:29.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmdKUziDrGdLUc2DI2gitGC8OE9C1kS { width:10.0625rem;height:1.625rem;top:31.25rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xay6tFIUMNTVJWBCwH4IcmHAgGZJzsJc { display:flex;top:0.7373046875rem;left:16.75rem;width:2.3125rem;height:2.3125rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT { display:block; }#ewTPSvkth2lkhhKWeKuD8ixcqKlw9VeT > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEOTyeD5Tihziu2NZ8nyi9IOvftnEFPX { width:20rem;height:1.94921875rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBukvXI3QQgbJhWbBQs1tbdfVVPTUrFX { width:6.25rem;height:6.25rem;top:5.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPZbsAuzFJPhRveAwetiuo1skXLIfbJg { width:6.25rem;height:6.25rem;top:5.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW77kxGge0dV1ipEkEGUiwCWRagT5inZ { width:6.25rem;height:6.25rem;top:11.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KqHLLpzb1pl7ZrQCSQ7VCrLMw12dkl { width:6.25rem;height:6.25rem;top:11.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnhWtuTGTxNW3s1VoryVuALV7OmhS99X { display:block; }#PnhWtuTGTxNW3s1VoryVuALV7OmhS99X > .row .container { width:20rem;height:236rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx { width:17.5rem;height:10.375rem;top:15rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#UCEg93Kr3GkzM9ukPBnR3qWD5P50EVGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #HsHUHKTUTNr4zUuOldgoPDxTZC1WBhvq { width:20rem;height:24.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHAvqC0hwcdHGUzG9y4nTTDfdZFNVxvK { width:16.4375rem;height:1.95rem;top:11.75rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP3p45FHVXlMENk247rb2atATsnIVyVs { width:12.5625rem;height:12.8125rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJHSp5ScFQQMxdqNIzOW1f3RLtFRo8DN { width:20rem;height:24.375rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03ChKa5I5umh6JMqhb1FhrRmdHgTb1z { width:12.5625rem;height:12.8125rem;top:62.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 { width:17.375rem;height:10.375rem;top:50.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#zBwFanqXEzXw3w7vrLT5Jim7e7xfgAb4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #k5GyfVCivBe02lJ2C2OJStiQN6cnUlAb { width:16.4375rem;height:1.95rem;top:47.056640625rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTzg9EORU5KHsklCDwTbritSbgVHxlDl { width:16.375rem;height:10.375rem;top:87.6875rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#UTzg9EORU5KHsklCDwTbritSbgVHxlDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #ob3z5VMwqG0HgfwQywieBfWqL67FgmNR { width:20rem;height:25.25rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxyvkHpTonQ0gWpqAVhkhiZiUPUofQH { width:12.5625rem;height:12.8125rem;top:99.375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVp6Zo4CoEpiJ9K8kwbbyc0HQc0BVTF6 { width:20rem;height:28.125rem;top:156.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkkH0BQTdTTsRskDgbx9lg7x4T4ezlH { width:12.5625rem;height:12.8125rem;top:177.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0MKBATViI94D52baxdk61gRl9KVTzds { width:16.875rem;height:11.875rem;top:164.8125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#h0MKBATViI94D52baxdk61gRl9KVTzds li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #zD94grBe2960C7XuE0TrVaO4fwg2rQ1Z { width:16.4375rem;height:3.8984375rem;top:82.3125rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrUrcTg2IBBAstbNv2eQxlUJVo3iB0AP { width:18.5rem;height:3.8984375rem;top:158.67578125rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQCNyvrP87UFRPQ7oWAA8HrBkVkRHAo0 { width:20rem;height:27.6875rem;top:196.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qbZ6g19wpcFMAL1TF6G1F5wxoSMLov { width:11.1875rem;height:11.4375rem;top:217.1875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM { width:16.875rem;height:10.375rem;top:204.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#R3RspJETWZNxJ85wUGb7nPm4J9JsZpiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #Rzv21KhKaRXcW6uJprZkwS0NZEuQvhcQ { width:20rem;height:25.5rem;top:118.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPOZO80NhngEcpJPosg7FNSBCTyIyM1W { width:12.5625rem;height:12.8125rem;top:137.4375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1uS1zzE6OTidFkblJtfK64vLVLtpvqW { width:16.375rem;height:10.375rem;top:124.3125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#E1uS1zzE6OTidFkblJtfK64vLVLtpvqW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a859559d20fc3ece086f0e53a6bd51e6d818896.svg); }
 }@media only screen and (max-width: 763px) { #uR9QJDupgEP9fsGH3cQBDHJbNhhN8LbQ { width:16.4375rem;height:1.95rem;top:120.150390625rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iutSUcTQ4oSEk8Sz2bKvN0bZ4WySiJMQ { width:16.4375rem;height:3.8984375rem;top:198.08203125rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myJc1chkdCP719KlIrAh8uVgU9sgThnH { width:20rem;height:1.95rem;top:5.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Av6p95Cu90BSnTzTX3aTH0NxAvwOnNx1 { width:10.25rem;height:1.25rem;top:4.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxsrCS3rdvWxewasdlrlH68TcVTRxmw { width:9.3125rem;height:1.3rem;top:4.3125rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLPxgT5RJ3OtppQewXGVOC8vAC9Xm9gM { width:20rem;height:2.8125rem;top:11.318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFNruFSMcWhtHgdsufIk5RoTSs7gOBb { width:20rem;height:4.875rem;top:158.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vTpyuWUc2kp6WtwoLfAZGp5TOqTfSb { width:20rem;height:2.8125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACiTi6btss1cJAXPcgbui01F5ZuCV2Lf { width:20rem;height:5.3125rem;top:197.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loyxBUIGQ4yOnyPctJbydGJgHFrc4wcs { width:20rem;height:5.1875rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydWFeBRdk1TdCNPVSfXzlbbSKu5kAZ3A { width:20rem;height:3.25rem;top:119.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm { display:block; }#RBIaKIKburAGTcKTRbUUpm1qdQ5hoOEm > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp1nLfGv8TN9dU4twvur2w3ePKab8HOE { width:19rem;height:4.9375rem;top:14.1630859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPk0uR27EQSFD78yE7kV6nTxXKXege4h { display:block; }
 }@media only screen and (max-width: 763px) { #D5SSEL7XR7nQ83v07XWfzKVD7ZzRFwhv { width:20rem;height:4.5142857142857rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNCibylgidENussBrPMVzRELgxH4F2sm { width:12.75rem;height:1.7875rem;top:16.5rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPkafOOQqFBQ0aZ1ts3IZRMScUme5fl { top:20.125rem;left:1.3125rem;width:17.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTZw5ELb0Hkl2riJ7ni8dwz1iZ2U6na { display:block; }
 }@media only screen and (max-width: 763px) { #al7v6Cch1kkaVovCINFxNoR8ho8q6IaA { width:20rem;height:10.3984375rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb { display:block; }#NDwGIEDH89Tz0wox7T2Hqm1XTb9p8kZb > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSyRMwfAE8FqyfmUGmvpcW1Z0KmNPltE { width:20rem;height:5.2rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTCR9ORzOcRKdocGASPK2Anecpp1K0RT { width:20rem;height:29.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhbg0VcKPb7OH5ObguA3LRNuTllF0wod { display:flex;width:2.4375rem;height:2.4375rem;top:41.875rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #lcTR2SsuEuvHKyK0lGd4uDgryD2skkTW { width:18.125rem;height:17.53125rem;top:24.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #f94yJDWRklypx9F8bNy1aDLpvGQ1FT3R { width:2.6875rem;height:2.6875rem;top:17rem;left:16.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG7ta7a9LpX0sb9GhMLEuSuyJ8rHcL34 { width:9rem;height:1.4625rem;top:17.625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2597SJQibiHIxkoGIVS1nbw7esNvKq { width:9.125rem;height:1.3125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIyORQykHoEuvWCBZcps66xEDgTyOth { width:3.375rem;height:3.375rem;top:17rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuccw1ge6BpNkqQlogWQOxkpiTk2n7M1 { width:20rem;height:25.5rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQiZaSLegoGNoyst95U8fUEVTJu9gU6 { display:flex;width:2.4375rem;height:2.4375rem;top:69.875rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #ei4oPXhf7TV9E5B1fMd8iFDRfIK78VR5 { width:18.125rem;height:9.5625rem;top:58.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QaxkIBCJmHoSEnpkibGi361GHbl9wgtt { width:9.125rem;height:1.3125rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4Ava6buFh3d4krUSCS6Pf0OruIOkLP { width:3.375rem;height:3.375rem;top:51.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1QMJsDJ33JAFxUqIwagKZlvVz41J5t { width:2.6875rem;height:2.6875rem;top:51.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKhHkT3WfL2TTZVGADp9APMpgBbPCeXF { width:8.0625rem;height:1.4625rem;top:52.375rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDRiLIXzeJr20vhkOrhEUN9WrLZvX0Tz { width:20rem;height:24.375rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a395Z3gXc35M2Q1vTQA5qRzKVrVNTbhl { display:flex;width:2.4375rem;height:2.4375rem;top:98.25rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #vIF0p7xKiC9CAoiMb4tn7BLTxuqkAz5L { width:18.5rem;height:7.96875rem;top:89.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #balmvKCFizfUW5x5ZswPDeW9uhSQbIIX { width:9.125rem;height:1.3125rem;top:86.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbC8WkAnBhaqDwk7oTqN8OC5g2TGyBA { width:3.375rem;height:3.375rem;top:81.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5ln918a8C9RxtCqQLzs3zMnAz9xPN1 { width:2.6875rem;height:2.6875rem;top:81.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDHmz6lSVvDIpqJw4KLP8eFSWHFkiTT { width:9.8125rem;height:1.4625rem;top:82.1875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBhSwXIrWzrdAsTPgQIULV91TvRwp9b { width:10.25rem;height:2.0625rem;top:4.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adBsh6rkpVTSuz7qxToqmrgCdQFoTyRb { width:9.3125rem;height:1.3rem;top:5rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvutZNXzleTW8OTwowBxaF9X5NKEdA4G { display:block; }#HvutZNXzleTW8OTwowBxaF9X5NKEdA4G > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5qLS9WgFuv34QmxS64pyTx3CWJVLdtq { width:18rem;height:3.6rem;top:6.125rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N3N3gdLykl3rx7LJWCyT0ObrXG3EXZVw { width:12.5rem;height:1.4625rem;top:11.1875rem;left:5.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S684E0xJ38rJ1mU8FDyzwD5QBB16l1oy { width:13.875rem;height:7.5rem;top:13.1875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F0IMzO4zQU4NkCtpEWC0lnstg6ehW37Q { width:12.5rem;height:1.4625rem;top:22.5rem;left:5.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8sCrXud5qMTUAt3nKAFMJcLtXZH4ob { width:12.9375rem;height:4.5rem;top:24.4375rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZnK5OzNCUMtSVItntLR7tHpTgIqQEW9D { width:12.5rem;height:1.4625rem;top:40.125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yBRdXxTo7PrhIeQlVB8OdmQGmJT08wDs { width:12.5rem;height:6rem;top:41.875rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ndKPnI1CvJaqO0ylsbfkHZHv6sTQuQCy { width:9.625rem;height:1.4625rem;top:30.875rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SDbn7z0BKMKid2p9EnBQkLsT7Tk0PJDm { width:12.875rem;height:6rem;top:32.625rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Abuzd7iy2uz5Dk6EoczW37rXco8SnuJR { top:83.9375rem;left:1.3125rem;width:17.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9ipbhI4tipKJWorxnT0ATcSFeEdhBd { display:block; }
 }@media only screen and (max-width: 763px) { #R2Fp0ztzcKpx6tdF0BnPDEN8yzlPa4tT { width:19rem;height:4.9375rem;top:77.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTVt2RfJi2sBgW4TRusza4bMmQwzrZZ { display:block; }
 }@media only screen and (max-width: 763px) { #plFUTRPfeTa8oh8qWXOpmUxkeW0gDxXE { width:20rem;height:4.5142857142857rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpxelUS8FRaLsIQS5sBnMOT4z6Cm6m4 { width:12.75rem;height:1.7875rem;top:80.0625rem;left:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBJNiSttVx8T3kT4IWFE4hnHm7Lwg8gq { width:20rem;height:23.403361344538rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvmgNvMRiLh7BEqatTlcsEW2ACX6TXw { width:3.125rem;height:3.125rem;top:11.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZgoTKing03irB3Z7XaKSE7O8rvR58nw { width:3.125rem;height:3.125rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZ1Xwuhu7pVCv3OrfuUU1Iw7pZgH8h5 { width:3.125rem;height:3.125rem;top:40.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2ikJ7iaOz0gs03hqqwp2OReco6gxJ8 { width:3.125rem;height:3.4375rem;top:30.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odsc1032nf9TylzwwQ4lD6bf36bEwyl3 { width:10.25rem;height:2.0625rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPeOy7JgTlSdPEUiQmtx9ayqP4GT0cBM { width:9.3125rem;height:1.3rem;top:3.9375rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 { display:block; }#vIVCxV5bVvvPB1mDa2E4Z1ER4m6p5gy1 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT4d9MXViLLm6JM5O35Id1D22IkVvfmT { width:18.4375rem;height:1.4375rem;top:8.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4l8TMdCHbhbE2MuKP8WH8exf0TJMDK { width:19.625rem;height:1.5rem;top:6.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1pmfIznFBWllKcI8MWEyLcdtPvc6vF { width:20rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M35f6d4f8fae73faa157673c8a433bd23753ffa8 { display:block; }#M35f6d4f8fae73faa157673c8a433bd23753ffa8 > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u { width:10.375rem;height:19.709rem;top:12rem;left:4.8125rem;font-size:1.125rem;line-height:1.7;display:block; }#gZS9bkAPTnBt3ZLANkbe0nmRVRkSBp1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b0234f514066bccc7fccc34b5a35e98b61cb6c.svg); }
 }@media only screen and (max-width: 763px) { #mAyi58PMWOnVz6RXfi8O5bp1xw4c8KKt { width:16.0625rem;height:2.275rem;top:7.9375rem;left:2rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5WJcwtEUVTcPdXUsRvinwq1mqDTyHLT { width:20rem;height:13.9619375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5PlQ978LuG8zJgt0m8BIy5XyFsIi7Br { width:19rem;height:4.9375rem;top:55rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcmp1uE8FFqfJg3GZoUh78VddamJSZFp { display:block; }
 }@media only screen and (max-width: 763px) { #E0aHaCm8ADWRyDhz3BiFbnkWx7Lq7bVD { width:20rem;height:4.5142857142857rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOU0PrTBpDaZ0IKLkGq9FA5hBfQ9MdJ { width:12.75rem;height:1.7875rem;top:57.1875rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucsw5E2B2fb4E6PSV6KTsLyAyF07uuQJ { width:20rem;height:65.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnq0OAI9wEIz6bo8QDwtJT0tKaIKnxu2 { top:60.6875rem;left:0.4375rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6KyV8NWJc0ZgTlIf7NRcC9IHyIpbRG { display:block; }
 }@media only screen and (max-width: 763px) { #wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ { display:none; }#wbsoT2nnoCu97Crm9mluLNuIVfzPH5uQ > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qptFBVcSMwQDmytIhWR299P6lWiTyf8i { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi { width:18.75rem;height:13.375rem;top:46.681640625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#JFn3ugz5tGPPGNTDiRxvcCkPiF8TuJqi li:before{  }
 }@media only screen and (max-width: 763px) { #Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh { width:18.75rem;height:13.375rem;top:33.0009765625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#Tn0VHpA3GqMn41fec7ROzeP82gZ3dTEh li:before{  }
 }@media only screen and (max-width: 763px) { #wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg { width:18.75rem;height:13.375rem;top:19.0078125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#wbuTH5vWIfZtvMxvqUwtznDgcx28JkSg li:before{  }
 }@media only screen and (max-width: 763px) { #CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn { width:18.75rem;height:11.69375rem;top:7.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#CkkKXQhHUDkhFchcPLUJ9zQ7Tbe45khn li:before{  }
 }@media only screen and (max-width: 763px) { #mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 { display:block; }#mudhoNvLaTpf62XE2JqQFLUG6MhWC7m9 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmftCMtKAVIaWDkJGbyPhQ4TOLy41PLx { top:19.3125rem;left:1.3125rem;width:17.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE3cBkR6nu02yJNTDK8m7ABVwdbEJDhm { display:block; }
 }@media only screen and (max-width: 763px) { #h0u4CJu9xH1sknc6sDhrg4uOaDb3I7yu { width:19rem;height:4.9375rem;top:13.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1ncQN1i2ohfp2Bc84BTRfhQAmVhNUV { display:block; }
 }@media only screen and (max-width: 763px) { #xUTwoBdehNQQIv6WW0furnL1CVh0CyO5 { width:20rem;height:4.5142857142857rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dsL1gCHs0ov9qAe4whOdR1hn9TlrM6 { width:12.75rem;height:1.7875rem;top:15.625rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXITrEbH7Iep5eGQM9Th9ARcwxBcUXT9 { width:20rem;height:7.796875rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b { background-color:#001d37;background-image:none;display:block; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { background-color: transparent; background-image: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container > .video-iframe-container { display: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row > .video-iframe-container { display: none; }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .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); }#cBvXwWDF72GpcNqOpmtNgf0fNIQQsW9b > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXX4IZwDxgUcHrJ1SqTnRcidf5Ga5TNJ { width:20rem;height:2.625rem;top:2.0625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J { background-color:#011d4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container { background-color: transparent; background-image: none; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container > .video-iframe-container { display: none; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row > .video-iframe-container { display: none; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .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); }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container { border-width: 0; border-radius: 0; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQHlHRTTGF8qanM2GSnZ5owclOOPKM4J > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMfqxFC0xnl7TfBlKF4k7rJGEK2Rakhk { width:19rem;height:4.9375rem;top:0.5rem;left:0.5rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #kTQh7AXx71XiIPTyWxPpeLZZcgqELtL3 { display:block; }
 }@media only screen and (max-width: 763px) { #yDO4M2rL5Eabk8z8ykI7RyczqFmpNJ2h { width:20rem;height:4.513675rem;top:0.6875rem;left:0rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TByq3nPw64nTKkcWLOv9PoivJZvsgETS { width:12.75rem;height:1.7875rem;top:2.75rem;left:5.9375rem;font-size:1.375rem;z-index:15082;display:block; }
 }