.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,226,231;--color-primary-1:141,159,177;--color-primary-2:26,62,98;--color-primary-3:13,31,49;--color-primary-4:4,9,15;--color-secondary-0:254,252,233;--color-secondary-1:252,244,181;--color-secondary-2:248,232,107;--color-secondary-3:124,116,54;--color-secondary-4:37,35,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { background-color: transparent; background-image: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container > .video-iframe-container { display: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container { display: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .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); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { border-width: 0; border-radius: 0; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14.1875rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #273e60, #273b5c);background-image: -moz-linear-gradient(180deg, #273e60, #273b5c);background-image: -ms-linear-gradient(180deg, #273e60, #273b5c);background-image: -o-linear-gradient(180deg, #273e60, #273b5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#273e60', endColorstr='#273b5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#273e60', endColorstr='#273b5c' );";background-image: linear-gradient(180deg, #273e60, #273b5c);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; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { border-width: 0; border-radius: 0; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { background-color:#b8de58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#2a3f61;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.1728515625rem;left:0rem;display:block; }
#hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMnuc4JnzAmDFHkMxQL39qQzAT3VnkRs { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.25rem;display:block; }
#R0ILbMeQ9f6sGbrXD6nKsyJVGlVZOyfR { color:#9db9e5;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:5.19921875rem;display:block; }
#Oxodwwk1Vs3Hbzzxm1CW0fpkmm08UiKI { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0rem;height:3.25rem;display:block; }
#D70xvTIKnMo8EzGMfXrb5bLOUJXA1JHC { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:24.9375rem;top:4.59375rem;left:49.21875rem;overflow:hidden;display:block; }
#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(83deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(83deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(83deg, #131e2f, #1f314c);background-image: -o-linear-gradient(83deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(83deg, #131e2f, #1f314c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container { background-color: transparent; background-image: none; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container > .video-iframe-container { display: none; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row > .video-iframe-container { display: none; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .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); }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container { border-width: 0; border-radius: 0; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#F88F83N33oLtgObTprn1kolo32xBP4M8 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:8.125rem;height:1.94921875rem;display:block; }
#nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:8.125rem;height:18.375rem;overflow:hidden;display:block; }#nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
#RC4BmTiR9IzCLE0yGNVXkD9KV5CPyfrW { box-sizing:content-box;height:0.0625rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:8.125rem;display:block; }
#wDpROyshXCAV5bSGVhF9sM0A9GbniVT9 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:14.875rem;top:28.375rem;left:12.625rem;overflow:hidden;display:block; }
#cMUP84m4tdhTokEWAQN7Hl5PqWiJ909k { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:13.6875rem;top:28.375rem;left:46.625rem;overflow:hidden;display:block; }
#TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:9.25rem;left:43.21875rem;height:;overflow:hidden;display:block; }#TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
#n46IvM9hvJxPrNigyVquJFFNIS1oocQv { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:43.3125rem;height:1.94921875rem;display:block; }
#Kyby4tQQhOvNAcpRiETGnIDwKe6BXynr { box-sizing:content-box;height:0.0625rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:43.3125rem;display:block; }
#X7R5nb8pEWag2aUQTni4U06txMXzdUa6 { box-sizing:content-box;height:39.5625rem;width:24.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c5e92, #2a3f61);background-image: -moz-linear-gradient(180deg, #3c5e92, #2a3f61);background-image: -ms-linear-gradient(180deg, #3c5e92, #2a3f61);background-image: -o-linear-gradient(180deg, #3c5e92, #2a3f61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5e92', endColorstr='#2a3f61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5e92', endColorstr='#2a3f61' );";background-image: linear-gradient(180deg, #3c5e92, #2a3f61);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:2.90625rem;left:41.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #273e60, #273b5c);background-image: -moz-linear-gradient(180deg, #273e60, #273b5c);background-image: -ms-linear-gradient(180deg, #273e60, #273b5c);background-image: -o-linear-gradient(180deg, #273e60, #273b5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#273e60', endColorstr='#273b5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#273e60', endColorstr='#273b5c' );";background-image: linear-gradient(180deg, #273e60, #273b5c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container { background-color: transparent; background-image: none; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container > .video-iframe-container { display: none; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row > .video-iframe-container { display: none; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .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); }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container { border-width: 0; border-radius: 0; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#XhiV4kWTsyIBLUhqiR4GV4D435V1Dz4E { box-sizing:content-box;height:12rem;width:62.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(157,185,229,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:6.34375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vuNV94dURGIQdiRMJFdyc3g9OOqx6Tbh { color:#9db9e5;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:8.40625rem;height:1.94921875rem;font-style:normal;display:block; }
#n778F5KLZy9wDTUPmfcMLDPWRnyvgMww { color:#ffffff;display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.51171875rem;left:8.40625rem;height:7rem;display:block; }
#J7wvgpmeehmAAAkJiwOboyPx7kOv4RZc { box-sizing:content-box;height:12rem;width:36.8125rem;position:absolute;display:block;z-index:15003;background-color:#3c5e92;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ba3XeALLqJAMheSFZvBISDTRdXLp3GxR { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:20.0625rem;left:8.4375rem;height:7rem;display:block; }
#Gag2Tf9HkhtyiRDcaIp5CwWansPzs9Su { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#Hrzfl6ERWEwHfo0iIvCiop7CJtE5vPrl { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.75rem;top:17.9375rem;left:37.25rem;overflow:hidden;display:block; }
#vlorc8gmmNKQDbWXwEC675hlXexCQIoV { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.5rem;top:18.25rem;left:47.59375rem;overflow:hidden;display:block; }
#EHeZELwvgAeeBcxevv6cBSFr0GgE1lJA { background-color:#b8de58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#2a3f61;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.125rem;left:46.59375rem;display:block; }
#l40c9LJ3izgudAkCiqc1RPq69NCNkNWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVHm0mrJpptJRWJ4fba2P9oZd4IeORTa { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:4.5rem;top:10.25rem;left:1.34375rem;overflow:hidden;display:block; }
#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131e2f;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; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container { background-color: transparent; background-image: none; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container > .video-iframe-container { display: none; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row > .video-iframe-container { display: none; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .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); }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container { border-width: 0; border-radius: 0; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#oh3wFtAJ0r4TaeEs9LyCnnlXMIMEVB92 { position:absolute;display:block;z-index:15000;height:33.75rem;width:60rem;top:12.4375rem;left:7.5rem;display:block; }
#e0Lu7rEmArFN2RHMtZOnOAQN9WwPbfPb { color:#b8de58;display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNNTArczlxRpOT1IerTyce5Ana0il6eu { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.5625rem;left:10.46875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(83deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(83deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(83deg, #131e2f, #1f314c);background-image: -o-linear-gradient(83deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(83deg, #131e2f, #1f314c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container { background-color: transparent; background-image: none; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container > .video-iframe-container { display: none; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row > .video-iframe-container { display: none; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .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); }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container { border-width: 0; border-radius: 0; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:block; }#f1vr0dcJukT4equP4qWTmksr0noh6Pod { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:37.375rem;top:10rem;left:18.8125rem;overflow:hidden;display:block; }
#Dh7oHJg925nML75FO9TSF77gXZh9pGFs { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9WFElz2mli8ZoZAF83GSHShrakgtUOk { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:1.375rem;top:11.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#lXAM3fEQqdSDuKCkWG5rBmO3EPPZVsaW { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:39.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#H3IqQta2mpgdQ8Rri0xHFGTFp1N0zJ45 { color:#3c5e92;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.21875rem;left:45.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZRSAVrvzAxqTaCDap01PA9r2l8JKmvGN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.46875rem;left:42.53125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDQHmwl4HzER6uIBaUXucZvx5zrWvf7N { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.17578125rem;left:39.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODUX4amlazDWCZgBCv736UXlVAwy04ck { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.0625rem;left:16.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Cpvi7OFm1KdKBPxIpCAp8XHNQWQEIsM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.96875rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxlHiE0TIMs1dArK60B23EU8Tuvmqff4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.34375rem;left:16.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQBTzlBV5n2Kes8p6Ff66RN3y6COdAC9 { color:#3c5e92;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.75rem;left:22.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyRzPDUbdKbT0vzPmxyxThCGxrxpHOmI { box-sizing:content-box;height:12.25rem;width:17.8125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:39.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#moWVaWbOsm1McgZa1v9RauMTCzOD8t0e { color:#3c5e92;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:23.875rem;left:45.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll6EaF2QIaCKlN1496fN3fEzrLyGV1fb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.0625rem;left:40.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOemkG85qffokKywbUkPZyt6s91Gkozm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.4375rem;left:39.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSsJvvFps0ShgCPpH8BbPBbaLHauDONA { box-sizing:content-box;height:12.25rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:16.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ENhuke3HPmad9d2REub9G9UaRyeBQQ7M { color:#3c5e92;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:33.375rem;left:22.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsDeBhgfzVmD1kxKSSwdtql9zxT5Zc5P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.5625rem;left:17.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmG3FkEcEzLyLM279knHTkcxaQ4tUBNM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.8125rem;left:17.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDUCA04TOzM41rFlJzSs3ia6uabAeqrp { box-sizing:content-box;height:13.625rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:40.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Zfm6lyP33Jwi0WhGUJ44sVBQE1b19Qxv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:47.375rem;left:40.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzO5bVqXTAgvUHqlV53BBsS07HAKr1TT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:51.0625rem;left:40.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g0XWb4k98yJErBOiDl8EqDUeLych6OiL { color:#3c5e92;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:43.7109375rem;left:45.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpTydd4RhMJQfaT9iRBxEbw6f1G1TvvX { background-color:#b8de58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#2a3f61;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:60.125rem;left:27.75rem;display:block; }
#h2ATf4nV9EElRlEHfTndy0JatmSMBDzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131e2f;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; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container { background-color: transparent; background-image: none; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container > .video-iframe-container { display: none; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row > .video-iframe-container { display: none; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .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); }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container { border-width: 0; border-radius: 0; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#RCxLPk7rk1IdSn5leS8zTJtsiSBvydTw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ak1XT4NnfGhOXHrwGmSnmDQZMJQs3TDU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#dSJRaM2IJBfS9Ta081mmvCSNOm7N6lJV { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.84375rem;left:6.21875rem;height:3.25rem;display:block; }
#pbNWuVcJix8EEkkzrTG9iQOzNi95M0To { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:43.75rem;height:3.25rem;display:block; }
#bXmPrRbe2Ppk024r0HK3KiiQ5KskI4hy { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131e2f;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; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container { background-color: transparent; background-image: none; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container > .video-iframe-container { display: none; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row > .video-iframe-container { display: none; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .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); }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container { border-width: 0; border-radius: 0; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#qb7S4OVk1pDpzTyIVJScx7qwRTHAkMQ9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:0.90625rem;overflow:hidden;display:block; }
#ni6MWcnNNcTZrDGvTOt5nnRBDtg5aOyA { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.21875rem;left:6.21875rem;height:3.25rem;display:block; }
#VcIM3ch9dyXeQDsM0KKoqi1cyzaO6vLQ { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:43.75rem;height:3.25rem;display:block; }
#pnkzT5JF6EeGxTWyk8bvtnT5RskxZyAA { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#exMD1ig8T361q0sI39yTp1BZM3B8kzUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131e2f;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; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container { background-color: transparent; background-image: none; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container > .video-iframe-container { display: none; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row > .video-iframe-container { display: none; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .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); }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container { border-width: 0; border-radius: 0; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#wghk0nVh6ByCdrEBFTZbEmJ3SerbZ1Ha { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:0.90625rem;overflow:hidden;display:block; }
#npsEUO2E5cnvxAb75Eo5OitPA9rZa1pB { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.21875rem;left:6.21875rem;height:4.875rem;display:block; }
#r093tdRGIh5ydVARTvKZuEp7damgTZxz { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.03125rem;left:43.75rem;height:1.625rem;display:block; }
#BgQJFtM5bEoAL2B0ARK5rydqGeJzVGvl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a3f61;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; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container { background-color: transparent; background-image: none; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container > .video-iframe-container { display: none; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row > .video-iframe-container { display: none; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .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); }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container { border-width: 0; border-radius: 0; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#TagTQ7mHBvlA9UMQWF9psOa66CfvA9AO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:14.6875rem;top:3.03125rem;left:10.78125rem;overflow:hidden;display:block; }
#aoVDuluzmgGTDWL1fr0nwrMpHVfqmsHt { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:27.34375rem;height:5.19921875rem;font-style:normal;display:block; }
#Tv3BUifGROyq2gkUk31BsluX0RgpttpZ { color:#9db9e5;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:27.34375rem;height:8.125rem;font-style:italic;display:block; }
#nUwkoXE6ezwckaweVHAToTU9iwB4q7hk { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.40625rem;left:27.34375rem;height:3.25rem;display:block; }
#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(180deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(180deg, #131e2f, #1f314c);background-image: -o-linear-gradient(180deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(180deg, #131e2f, #1f314c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { border-width: 0; border-radius: 0; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#UpS0eRP5art5FxBfdnftysxiECyhwqc5 { position:absolute;z-index:15001;top:9rem;left:17.65625rem;width:39.6875rem;height:30.75rem;display:block; }
#mHPTAaNdOtXWB1cQwtegyUbGGk9fbbqv { color:#ffffff;display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.96875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(90deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(90deg, #131e2f, #1f314c);background-image: -o-linear-gradient(90deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(90deg, #131e2f, #1f314c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:29.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:31.5rem;height:1.29980625rem;display:block; }
#A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:36.1875rem;height:1.29980625rem;display:block; }
#qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:33.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#StyXMHIfACnKOavLNIHp4LCziwha8tOK { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.5rem;top:2.125rem;left:28.75rem;overflow:hidden;display:block; }
#LNLJ7DhhQJvH9B1J0g64Qyy0CBcJBdPh { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:18.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { display:block; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { width:10.125rem;height:2.0625rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#273e60;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:20.875rem;height:4.25rem;top:19.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 1199px) { #aMnuc4JnzAmDFHkMxQL39qQzAT3VnkRs { width:37.5625rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0ILbMeQ9f6sGbrXD6nKsyJVGlVZOyfR { width:32.1875rem;height:4.548825rem;top:5.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oxodwwk1Vs3Hbzzxm1CW0fpkmm08UiKI { width:23.625rem;height:6.5rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D70xvTIKnMo8EzGMfXrb5bLOUJXA1JHC { width:24.9375rem;height:19.6875rem;top:10.171875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv { display:block; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F88F83N33oLtgObTprn1kolo32xBP4M8 { width:8.625rem;height:1.94921875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 { width:20.875rem;height:18.375rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }#nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
 }@media only screen and (max-width: 1199px) { #RC4BmTiR9IzCLE0yGNVXkD9KV5CPyfrW { width:18rem;height:0.0625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDpROyshXCAV5bSGVhF9sM0A9GbniVT9 { width:14.875rem;height:11.9375rem;top:27.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMUP84m4tdhTokEWAQN7Hl5PqWiJ909k { width:13.6875rem;height:11.875rem;top:27.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF { width:20.875rem;height:18.375rem;top:7.25rem;left:25.625rem;font-size:1.25rem;display:block; }#TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
 }@media only screen and (max-width: 1199px) { #n46IvM9hvJxPrNigyVquJFFNIS1oocQv { width:21.4375rem;height:1.94921875rem;top:2.3125rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kyby4tQQhOvNAcpRiETGnIDwKe6BXynr { width:18rem;height:0.0625rem;top:5.0625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7R5nb8pEWag2aUQTni4U06txMXzdUa6 { width:23.625rem;height:39.5625rem;top:1.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U { display:block; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container { width:47.75rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XhiV4kWTsyIBLUhqiR4GV4D435V1Dz4E { width:47.75rem;height:16.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuNV94dURGIQdiRMJFdyc3g9OOqx6Tbh { width:8.9375rem;height:1.94921875rem;top:4.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n778F5KLZy9wDTUPmfcMLDPWRnyvgMww { width:45.1875rem;height:10.5rem;top:6.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7wvgpmeehmAAAkJiwOboyPx7kOv4RZc { width:47.75rem;height:10.1875rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ba3XeALLqJAMheSFZvBISDTRdXLp3GxR { width:45.5rem;height:5.25rem;top:25.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gag2Tf9HkhtyiRDcaIp5CwWansPzs9Su { width:13.5rem;height:1.94921875rem;top:23rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hrzfl6ERWEwHfo0iIvCiop7CJtE5vPrl { width:3.75rem;height:4.125rem;top:23rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlorc8gmmNKQDbWXwEC675hlXexCQIoV { width:17.5rem;height:3.5rem;top:33.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHeZELwvgAeeBcxevv6cBSFr0GgE1lJA { width:20.875rem;height:4.25rem;top:33.1875rem;left:23.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #l40c9LJ3izgudAkCiqc1RPq69NCNkNWq { display:block; }
 }@media only screen and (max-width: 1199px) { #EVHm0mrJpptJRWJ4fba2P9oZd4IeORTa { width:4.5rem;height:8.625rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE { display:block; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container { width:47.75rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oh3wFtAJ0r4TaeEs9LyCnnlXMIMEVB92 { width:46.875rem;height:26.3125rem;top:12.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0Lu7rEmArFN2RHMtZOnOAQN9WwPbfPb { width:41.4375rem;height:2.5996125rem;top:2.0625rem;left:3.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNNTArczlxRpOT1IerTyce5Ana0il6eu { width:47.75rem;height:5.25rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw { display:block; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container { width:47.75rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f1vr0dcJukT4equP4qWTmksr0noh6Pod { width:37.375rem;height:37.375rem;top:10rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dh7oHJg925nML75FO9TSF77gXZh9pGFs { width:36.5rem;height:2.5996125rem;top:1.8125rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9WFElz2mli8ZoZAF83GSHShrakgtUOk { width:1.375rem;height:39.375rem;top:11.6875rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lXAM3fEQqdSDuKCkWG5rBmO3EPPZVsaW { width:17.8125rem;height:11.0625rem;top:6.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3IqQta2mpgdQ8Rri0xHFGTFp1N0zJ45 { width:7.3125rem;height:2.75rem;top:7.4375rem;left:20.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRSAVrvzAxqTaCDap01PA9r2l8JKmvGN { width:12.5rem;height:3.25rem;top:10.6875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDQHmwl4HzER6uIBaUXucZvx5zrWvf7N { width:17.8125rem;height:2.5996125rem;top:14.375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODUX4amlazDWCZgBCv736UXlVAwy04ck { width:17.8125rem;height:11.0625rem;top:19.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cpvi7OFm1KdKBPxIpCAp8XHNQWQEIsM3 { width:15rem;height:3.25rem;top:23.21875rem;left:16.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxlHiE0TIMs1dArK60B23EU8Tuvmqff4 { width:17.8125rem;height:2.5996125rem;top:26.875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQBTzlBV5n2Kes8p6Ff66RN3y6COdAC9 { width:7.3125rem;height:2.75rem;top:19.9375rem;left:20.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyRzPDUbdKbT0vzPmxyxThCGxrxpHOmI { width:17.8125rem;height:12.5625rem;top:31.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moWVaWbOsm1McgZa1v9RauMTCzOD8t0e { width:7.3125rem;height:2.75rem;top:32.4375rem;left:20.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ll6EaF2QIaCKlN1496fN3fEzrLyGV1fb { width:16.8125rem;height:3.25rem;top:35.71875rem;left:15.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOemkG85qffokKywbUkPZyt6s91Gkozm { width:17.8125rem;height:3.8994125rem;top:39.375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSsJvvFps0ShgCPpH8BbPBbaLHauDONA { width:17.8125rem;height:12.5625rem;top:45.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENhuke3HPmad9d2REub9G9UaRyeBQQ7M { width:7.3125rem;height:2.75rem;top:46.1875rem;left:20.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsDeBhgfzVmD1kxKSSwdtql9zxT5Zc5P { width:16.8125rem;height:3.25rem;top:49.46875rem;left:15.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmG3FkEcEzLyLM279knHTkcxaQ4tUBNM { width:17.8125rem;height:2.5996125rem;top:53.125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDUCA04TOzM41rFlJzSs3ia6uabAeqrp { width:17.8125rem;height:12.5625rem;top:59.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zfm6lyP33Jwi0WhGUJ44sVBQE1b19Qxv { width:16.8125rem;height:3.25rem;top:63.21875rem;left:15.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzO5bVqXTAgvUHqlV53BBsS07HAKr1TT { width:17.8125rem;height:3.8994125rem;top:66.875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0XWb4k98yJErBOiDl8EqDUeLych6OiL { width:7.3125rem;height:2.75rem;top:59.9375rem;left:20.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpTydd4RhMJQfaT9iRBxEbw6f1G1TvvX { width:20.875rem;height:4.25rem;top:75.3359375rem;left:13.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #h2ATf4nV9EElRlEHfTndy0JatmSMBDzc { display:block; }
 }@media only screen and (max-width: 1199px) { #ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST { display:block; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RCxLPk7rk1IdSn5leS8zTJtsiSBvydTw { width:47.75rem;height:2.5996125rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ak1XT4NnfGhOXHrwGmSnmDQZMJQs3TDU { width:4.0625rem;height:4.0625rem;top:7.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSJRaM2IJBfS9Ta081mmvCSNOm7N6lJV { width:17.125rem;height:4.875rem;top:7.4375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbNWuVcJix8EEkkzrTG9iQOzNi95M0To { width:16.8125rem;height:4.875rem;top:7.5rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXmPrRbe2Ppk024r0HK3KiiQ5KskI4hy { width:4.0625rem;height:4.0625rem;top:7.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf { display:block; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qb7S4OVk1pDpzTyIVJScx7qwRTHAkMQ9 { width:4.0625rem;height:4.0625rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ni6MWcnNNcTZrDGvTOt5nnRBDtg5aOyA { width:17.125rem;height:4.875rem;top:1.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcIM3ch9dyXeQDsM0KKoqi1cyzaO6vLQ { width:16.8125rem;height:4.875rem;top:1.25rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnkzT5JF6EeGxTWyk8bvtnT5RskxZyAA { width:4.0625rem;height:4.0625rem;top:1.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exMD1ig8T361q0sI39yTp1BZM3B8kzUb { display:block; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wghk0nVh6ByCdrEBFTZbEmJ3SerbZ1Ha { width:4.0625rem;height:4.0625rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npsEUO2E5cnvxAb75Eo5OitPA9rZa1pB { width:17.125rem;height:6.5rem;top:1.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r093tdRGIh5ydVARTvKZuEp7damgTZxz { width:16.8125rem;height:3.25rem;top:1.25rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgQJFtM5bEoAL2B0ARK5rydqGeJzVGvl { width:4.0625rem;height:4.0625rem;top:1.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg { display:block; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TagTQ7mHBvlA9UMQWF9psOa66CfvA9AO { width:14.6875rem;height:22rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoVDuluzmgGTDWL1fr0nwrMpHVfqmsHt { width:28.1875rem;height:5.19921875rem;top:4.3125rem;left:16.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv3BUifGROyq2gkUk31BsluX0RgpttpZ { width:30.6875rem;height:11.375rem;top:10.4375rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUwkoXE6ezwckaweVHAToTU9iwB4q7hk { width:30.875rem;height:4.875rem;top:23.125rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(180deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(180deg, #131e2f, #1f314c);background-image: -o-linear-gradient(180deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(180deg, #131e2f, #1f314c);background-size:auto !important;display:block; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:47.75rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:29.9375rem;height:34.8125rem;top:10.685546875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHPTAaNdOtXWB1cQwtegyUbGGk9fbbqv { width:47.75rem;height:6.3369375rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.29980625rem;top:10.5rem;left:15.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.29980625rem;top:12.6875rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.29980625rem;top:12.6875rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.29980625rem;top:15.125rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StyXMHIfACnKOavLNIHp4LCziwha8tOK { width:17.5rem;height:3.5rem;top:1.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNLJ7DhhQJvH9B1J0g64Qyy0CBcJBdPh { width:38.875rem;height:1.94921875rem;top:6.4375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { display:block; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { width:10.125rem;height:2.0625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#1a3e62;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:39.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 763px) { #aMnuc4JnzAmDFHkMxQL39qQzAT3VnkRs { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0ILbMeQ9f6sGbrXD6nKsyJVGlVZOyfR { width:20rem;height:5.60449375rem;top:7.69921875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oxodwwk1Vs3Hbzzxm1CW0fpkmm08UiKI { width:20rem;height:5.19921875rem;top:15.259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D70xvTIKnMo8EzGMfXrb5bLOUJXA1JHC { width:20rem;height:15.7890625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv { display:block; }#Qp33TeblJAHz0G6rpmW3JuDH0C62KxPv > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F88F83N33oLtgObTprn1kolo32xBP4M8 { width:8.625rem;height:1.94921875rem;top:1.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 { width:20rem;height:20rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }#nHD9Dl0eQxawf9Swt6nEDRDHayEsNb52 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
 }@media only screen and (max-width: 763px) { #RC4BmTiR9IzCLE0yGNVXkD9KV5CPyfrW { width:18rem;height:0.0625rem;top:3.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpROyshXCAV5bSGVhF9sM0A9GbniVT9 { width:14.875rem;height:11.9375rem;top:25.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUP84m4tdhTokEWAQN7Hl5PqWiJ909k { width:13.6875rem;height:11.875rem;top:65.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF { width:20rem;height:18.375rem;top:44.625rem;left:0rem;font-size:1.25rem;display:block; }#TIW0FkyMTAfS4hwuXATD25fGIl5CTKKF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d5c5146e-8db1-4f37-af82-5f7868ebbcbd/li.svg); }
 }@media only screen and (max-width: 763px) { #n46IvM9hvJxPrNigyVquJFFNIS1oocQv { width:19.375rem;height:1.94921875rem;top:40.5625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyby4tQQhOvNAcpRiETGnIDwKe6BXynr { width:18rem;height:0.0625rem;top:43.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7R5nb8pEWag2aUQTni4U06txMXzdUa6 { width:19.875rem;height:39.5625rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U { display:block; }#pJ5P3mUCzcGzUhPkKmaQ3fmVIeGm3o4U > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhiV4kWTsyIBLUhqiR4GV4D435V1Dz4E { width:20rem;height:28.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuNV94dURGIQdiRMJFdyc3g9OOqx6Tbh { width:8.9375rem;height:1.94921875rem;top:2.375rem;left:5.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n778F5KLZy9wDTUPmfcMLDPWRnyvgMww { width:20rem;height:22.75rem;top:4.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7wvgpmeehmAAAkJiwOboyPx7kOv4RZc { width:20rem;height:16.625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3XeALLqJAMheSFZvBISDTRdXLp3GxR { width:20rem;height:10.5rem;top:35.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gag2Tf9HkhtyiRDcaIp5CwWansPzs9Su { width:13.5rem;height:1.94921875rem;top:32.4375rem;left:3.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hrzfl6ERWEwHfo0iIvCiop7CJtE5vPrl { width:3.75rem;height:4.125rem;top:37.75rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlorc8gmmNKQDbWXwEC675hlXexCQIoV { width:17.5rem;height:3.5rem;top:50.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHeZELwvgAeeBcxevv6cBSFr0GgE1lJA { width:19.5rem;height:4rem;top:55.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l40c9LJ3izgudAkCiqc1RPq69NCNkNWq { display:block; }
 }@media only screen and (max-width: 763px) { #EVHm0mrJpptJRWJ4fba2P9oZd4IeORTa { width:4.5rem;height:8.625rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE { display:block; }#vA7lS2pAgn8T2EluD3A20D8f8QRz0nOE > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh3wFtAJ0r4TaeEs9LyCnnlXMIMEVB92 { width:20rem;height:11.25rem;top:22.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Lu7rEmArFN2RHMtZOnOAQN9WwPbfPb { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNNTArczlxRpOT1IerTyce5Ana0il6eu { width:20rem;height:14rem;top:7.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw { display:block; }#abcLWpQcSKhQDVeCK9B9J7W0HxwMXwlw > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1vr0dcJukT4equP4qWTmksr0noh6Pod { width:20rem;height:20rem;top:7.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh7oHJg925nML75FO9TSF77gXZh9pGFs { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9WFElz2mli8ZoZAF83GSHShrakgtUOk { width:1.375rem;height:39.375rem;top:26.3496125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXAM3fEQqdSDuKCkWG5rBmO3EPPZVsaW { width:17.8125rem;height:11.0625rem;top:8.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3IqQta2mpgdQ8Rri0xHFGTFp1N0zJ45 { width:7.3125rem;height:2rem;top:9.375rem;left:6.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSAVrvzAxqTaCDap01PA9r2l8JKmvGN { width:12.5rem;height:3.25rem;top:12rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDQHmwl4HzER6uIBaUXucZvx5zrWvf7N { width:17.8125rem;height:2.5996125rem;top:15.625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODUX4amlazDWCZgBCv736UXlVAwy04ck { width:17.8125rem;height:11.0625rem;top:20.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpvi7OFm1KdKBPxIpCAp8XHNQWQEIsM3 { width:15.0625rem;height:3.25rem;top:24.65625rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlHiE0TIMs1dArK60B23EU8Tuvmqff4 { width:17.8125rem;height:2.5996125rem;top:28.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQBTzlBV5n2Kes8p6Ff66RN3y6COdAC9 { width:7.3125rem;height:2rem;top:21.375rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyRzPDUbdKbT0vzPmxyxThCGxrxpHOmI { width:17.8125rem;height:12.25rem;top:33.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moWVaWbOsm1McgZa1v9RauMTCzOD8t0e { width:7.3125rem;height:2rem;top:33.6875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll6EaF2QIaCKlN1496fN3fEzrLyGV1fb { width:16.9375rem;height:3.25rem;top:36.96875rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOemkG85qffokKywbUkPZyt6s91Gkozm { width:17.8125rem;height:3.8994125rem;top:40.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSsJvvFps0ShgCPpH8BbPBbaLHauDONA { width:17.8125rem;height:12.25rem;top:46.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENhuke3HPmad9d2REub9G9UaRyeBQQ7M { width:7.3125rem;height:2rem;top:47.1875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsDeBhgfzVmD1kxKSSwdtql9zxT5Zc5P { width:16.9375rem;height:3.25rem;top:50.46875rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmG3FkEcEzLyLM279knHTkcxaQ4tUBNM { width:16.125rem;height:3.8994125rem;top:54.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUCA04TOzM41rFlJzSs3ia6uabAeqrp { width:17.8125rem;height:13.625rem;top:60.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfm6lyP33Jwi0WhGUJ44sVBQE1b19Qxv { width:16.9375rem;height:3.25rem;top:63.96875rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzO5bVqXTAgvUHqlV53BBsS07HAKr1TT { width:17.875rem;height:3.8994125rem;top:67.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0XWb4k98yJErBOiDl8EqDUeLych6OiL { width:7.3125rem;height:2rem;top:60.6875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpTydd4RhMJQfaT9iRBxEbw6f1G1TvvX { width:19.5rem;height:4rem;top:75.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ATf4nV9EElRlEHfTndy0JatmSMBDzc { display:block; }
 }@media only screen and (max-width: 763px) { #ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST { display:block; }#ZF670wBgzxvBsJgxaL3bvuCQOuVTGaST > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCxLPk7rk1IdSn5leS8zTJtsiSBvydTw { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ak1XT4NnfGhOXHrwGmSnmDQZMJQs3TDU { width:4.0625rem;height:4.0625rem;top:7.69921875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJRaM2IJBfS9Ta081mmvCSNOm7N6lJV { width:20rem;height:4.875rem;top:13.01171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbNWuVcJix8EEkkzrTG9iQOzNi95M0To { width:20rem;height:4.875rem;top:24.44921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXmPrRbe2Ppk024r0HK3KiiQ5KskI4hy { width:4.0625rem;height:4.0625rem;top:19.13671875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf { display:block; }#QFHXs6gaUekXifOObFbHZ4TSAbAR5pqf > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qb7S4OVk1pDpzTyIVJScx7qwRTHAkMQ9 { width:4.0625rem;height:4.0625rem;top:1.44921875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6MWcnNNcTZrDGvTOt5nnRBDtg5aOyA { width:20rem;height:3.25rem;top:6.76171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcIM3ch9dyXeQDsM0KKoqi1cyzaO6vLQ { width:20rem;height:3.25rem;top:18.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnkzT5JF6EeGxTWyk8bvtnT5RskxZyAA { width:4.0625rem;height:4.0625rem;top:12.88671875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMD1ig8T361q0sI39yTp1BZM3B8kzUb { display:block; }#exMD1ig8T361q0sI39yTp1BZM3B8kzUb > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wghk0nVh6ByCdrEBFTZbEmJ3SerbZ1Ha { width:4.0625rem;height:4.0625rem;top:1.44921875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npsEUO2E5cnvxAb75Eo5OitPA9rZa1pB { width:20rem;height:6.5rem;top:6.76171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r093tdRGIh5ydVARTvKZuEp7damgTZxz { width:20rem;height:1.625rem;top:19.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgQJFtM5bEoAL2B0ARK5rydqGeJzVGvl { width:4.0625rem;height:4.0625rem;top:14.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg { display:block; }#AkysANZ8ocIsezMlZUbSuNkeuvrLRTXg > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TagTQ7mHBvlA9UMQWF9psOa66CfvA9AO { width:14.6875rem;height:22rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoVDuluzmgGTDWL1fr0nwrMpHVfqmsHt { width:20rem;height:10.3984375rem;top:24.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3BUifGROyq2gkUk31BsluX0RgpttpZ { width:20rem;height:17.875rem;top:36.1484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUwkoXE6ezwckaweVHAToTU9iwB4q7hk { width:20rem;height:8.125rem;top:55.2734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #131e2f, #1f314c);background-image: -moz-linear-gradient(180deg, #131e2f, #1f314c);background-image: -ms-linear-gradient(180deg, #131e2f, #1f314c);background-image: -o-linear-gradient(180deg, #131e2f, #1f314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131e2f', endColorstr='#1f314c' );";background-image: linear-gradient(180deg, #131e2f, #1f314c);background-size:auto !important;display:block; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:20rem;height:33rem;top:19.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPTAaNdOtXWB1cQwtegyUbGGk9fbbqv { width:20rem;height:16.8984375rem;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) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.29980625rem;top:19.125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.29980625rem;top:11.625rem;left:7.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.29980625rem;top:14.0625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.29980625rem;top:16.0625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StyXMHIfACnKOavLNIHp4LCziwha8tOK { width:17.5rem;height:3.5rem;top:2.2373046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLJ7DhhQJvH9B1J0g64Qyy0CBcJBdPh { width:20rem;height:3.8984375rem;top:6.8623046875rem;left:0rem;font-size:0.75rem;display:block; }
 }