.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(149deg, #164b7b, #753fe5);background-image: -moz-linear-gradient(149deg, #164b7b, #753fe5);background-image: -ms-linear-gradient(149deg, #164b7b, #753fe5);background-image: -o-linear-gradient(149deg, #164b7b, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#164b7b', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#164b7b', endColorstr='#753fe5' );";background-image: linear-gradient(149deg, #164b7b, #753fe5);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;overflow:visible;position:relative;display:block; }#eWHv0bE1VwTzrtEI9wgq14lh84XT0vfi { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"dax medium";font-size:3rem;font-weight:normal;z-index:14997;line-height:1.2;letter-spacing:0;top:15rem;left:0rem;height:14.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgiMiWlBftuIpMg7JZJWComk5EUFt48c { background-color:#2dd4bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#164b7b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.5rem;left:0rem;display:block; }
#G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:31.6875rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ayXCM5yTABRkz8vBlPOQiJ3fvIKTVlsM { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:33.0625rem;top:15rem;left:26.9375rem;overflow:hidden;display:block; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#Fr58fATJu3W6ILzGNi9gphDl2xFXrERv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:19.9375rem;top:3rem;left:20.03125rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#164b7b;display:block;width:37.25rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:3.3125rem;left:11.375rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:#164b7b;display:block;width:47.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.3125rem;left:6.1875rem;height:6.0244125rem;text-align:left;text-align-last:left;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_401f1a0224b90621498777e179c95c83521e9eae.svg); }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00305b, #285d8d);background-image: -moz-linear-gradient(90deg, #00305b, #285d8d);background-image: -ms-linear-gradient(90deg, #00305b, #285d8d);background-image: -o-linear-gradient(90deg, #00305b, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#285d8d' );";background-image: linear-gradient(90deg, #00305b, #285d8d);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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { background-color: transparent; background-image: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .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); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:30.000001907349rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:15.375rem;left:30rem;display:block; }
#yPEZuXAShUaXu1cp33tW1TGFTo3T5O9Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.375rem;left:30.875rem; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.9375rem;left:30.8125rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#164b7b;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#glA60CaHZkRI6Wun74LwxDGhio9reFxd { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:19.4375rem;left:33.1875rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#geEWIStJp2hqZqPw6oi6EFszA9fGkDgk { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:18.75rem;left:30rem;display:block; }
#ISXcomysvr7V7gWglPCd26e0vlEDr8sQ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:22.125rem;left:30rem;display:block; }
#pbeU85JopJUNoTeVm7dVoqX2Ti5PKeAv { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:22.8125rem;left:33.1875rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gs8xmGAR64MRnIqFPGtKmfotF4Ev1e39 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.75rem;left:30.875rem; }
#IWn9EOwoU8r9fqWnBRtyqgoBdbpRcCQa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.125rem;left:30.875rem; }
#Zk7EstRx5twPGRGNOdIcnhFgSw8BXl46 { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:26.1875rem;left:33.1875rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ORiKBNGLHCuJrLPf77yCVyWigsnsRUKr { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:25.5rem;left:30rem;display:block; }
#QfC7HVNhiRt5pIz9qs5FZc0T8Squll82 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:28.9375rem;left:30rem;display:block; }
#Xmy3OFyHNPI982WZOoLUysMVOc5fhUdx { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:29.625rem;left:33.125rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxqwx6CdZrk0qDFDgg1CulN6OXC3kLaP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.5625rem;left:30.8125rem; }
#KDtEUcLTsuc1NrW9XeNG8Tq0XGArOpuf { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:32.3125rem;left:30rem;display:block; }
#IiZXFOV8GSuV5Xm1CHO1nblkTlyDm4yB { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:33rem;left:33.125rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8yQ1cOszJnW67Gm26F5lZ1bIiW0PHrJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.9375rem;left:30.8125rem; }
#K463NuNUOn7svbFOris1dwitWFxQKQV2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:36.375rem;left:30.8125rem; }
#RvN6gT9V7WCVZklv1mFKt8PQmD0ZpWrp { color:#164b7b;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:36.4375rem;left:33.125rem;height:1.48730625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bMyBpnnOEfRpeGAJuTxTlM45TDkovmdI { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:29.375rem;top:35.75rem;left:30rem;display:block; }
#JyCCWcE7UvpQXe8qUIuHDBEh2mXriBOw { background-color:#2dd4bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#013666;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.3125rem;left:17.46875rem;display:block; }
#qiO3DBNXPT2vMxfodLnqHAhTt7lWniJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTGVA6GUMlgU61vcc6Gq4esOOLuh60Qs { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:18.6875rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#pWkgefz2mGrMAhbpyO1yyqsCTHNwekvi { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.625rem;top:4.736328125rem;left:9.1875rem;overflow:hidden;display:block; }
#lP0ztGGmWA6mTVDMyg270XwsTEugTlDb { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.5625rem;top:9.875rem;left:16.25rem;overflow:hidden;display:block; }
#IBlMOS3tAKLSRNnStANuPEVd3iiLlxIP { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:11.625rem;top:16.625rem;left:15.6279296875rem;overflow:hidden;display:block; }
#UnqUvgAF9clXZu3OpTHhGC6AJTlUWHwv { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:15.875rem;top:21.0625rem;left:9.7607421875rem;overflow:hidden;display:block; }
#PAuzFxtgsKBbmqlqcV4lsn7cImC3KB4O { position:absolute;display:block;z-index:15011;background-color:#6b2cf7;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.4375rem;width:27.5625rem;top:13.298828125rem;left:0rem;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l2lxdXoTo9yVQLNWNKOS0WR9q026yJ34 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#S5FoNPlD1IPeGT78QhBdGVXGOUKiddBV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#m7y3uSxHbiDObo4Owgyw5AiOIlP4vGCW { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#L9IK04CNrd6qXI2NTf21vFOoOuRS4kTg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OKCECFOrstDon9V7vqbUad7aAIu1w9sx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#L849GVRWvW7V5z7pSUt9uFOWAa5dOBlk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hv6Ch6ReaTFk6I0T5s1OJxLhhGuHtkmK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zISqdKFhMadTd5vti1XuBSXWtWUFSH5N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LiSZ8yZflDORUqZfX3egmMPNAI7OmPom { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#pnMtQ1a4vxsqXVNVkz1gx0IpxFkMzqte { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#cxo0ICU3r3nSrwaBNIFz0W7E7S3JPu0J { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#fktB41Z8yGg134ikPwvHn1cJKbTuZiut { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#oxGgoTRMMKJrJ1a4RWZR7AmKAg5AhbD9 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.000001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;display:none; }
#DkynxQVJAxxnTpqfhV1dpDTgMMzSp1MH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#753fe5;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; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { background-color: transparent; background-image: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container > .video-iframe-container { display: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container { display: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .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); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { border-width: 0; border-radius: 0; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:60rem;position:relative;display:block; }#tc3m1PnlWgzictZMZWkR5irOAp4uBt0L { position:absolute;display:block;z-index:15004;background-color:#164b7b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:17.6875rem;top:12.5625rem;left:20.75rem;display:block; }
#PItUup4WrSqHJWrk5XtQIqA05QSDGq7z { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.125rem;width:17.6875rem;top:12.5625rem;left:2rem;display:block; }
#ryHRb8Timq50FcDNFEFBv4F2rJP0G3e2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:22.0625rem;width:17.625rem;top:8.825000578165rem;left:20.806525778231rem;overflow:hidden;display:block; }
#KMAz99feTzHb6DxAHVKI3T2nuHuFGpf5 { color:#334155;display:block;width:15.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:14.51953125rem;left:3.1875rem;height:14.3965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqtT2FwblHAlVpizP5RDbpiOT5d5t44R { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:4.75rem;left:16rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sc8SK12uJ5nMHpiyFVz4VepOFZgbDwxW { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.4375rem;width:17.6875rem;top:12.5625rem;left:39.625rem;display:block; }
#RT5zRkzv2agRFVeydWHukEsoo6NkuViv { color:#334155;display:block;width:15.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8759765625rem;left:40.65625rem;height:8.9043125rem;text-align:left;text-align-last:left;display:block; }#RT5zRkzv2agRFVeydWHukEsoo6NkuViv li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#RT5zRkzv2agRFVeydWHukEsoo6NkuViv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_722229ed0187d55e19f7a17db31def9ace1291bd.svg); }
#zUGMQhWrqqe7NigqDWQ44B0VBNgAxP3n { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:14rem;left:40.65625rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WeU4uIzgva7hIb5T5HlmyEeZlKPbd97A { background-color:#2dd4bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#013666;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.75rem;left:17.4375rem;display:block; }
#wta5kKmnoCgRJa8GWxmESEEQKfusOKAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw { color:#ffffff;display:block;width:24rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:49.4375rem;left:2rem;height:12.858375rem;text-align:left;text-align-last:left;display:block; }#vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d44b9cfde737e0bc9a0c68dd2847fcdc21300861.svg); }
#yALwleINXx3NMTGhJB6foTSPXF7KNp7t { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:43rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sFlp7ZmZZIEb4LaogaidU0nCshHM1pQU { box-sizing:content-box;height:0.0625rem;width:55.4375rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:39.249996185302rem;left:1.875rem;display:block; }
#Zfkpgc3WiMlBlTb8lWGyaSXFUQfME2f6 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:24.8125rem;top:40.054170608521rem;left:32.296751030308rem;overflow:hidden;display:block; }
#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { background-color: transparent; background-image: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .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); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { border-width: 0; border-radius: 0; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { color:#ffffff;display:block;width:34rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.625rem;left:12.5625rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:20.41796875rem;left:18.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JO7igQd8q7vmaPKDCmBJJIOkn6z3HUpd { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.6875rem;left:12.5625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OtNQnxaR5bL2bG3Gb585ZZtBizN1W7yw { position:absolute;display:block;z-index:14998;background-color:#280166;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.875rem;width:4.875rem;top:16.625rem;left:15.75rem;display:block; }
#bCyQT3vQWJQWdHDxxSzy43pJIzxfFrXz { position:absolute;display:block;z-index:14998;background-color:#164b7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.25rem;width:41.1875rem;top:3.5625rem;left:9.375rem;display:block; }
#r8JAkUMfDAm6fyHXi7fAPZRCZiXJziFb { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15040;background-color:#e6d7ff;background-image:none;top:10.9375rem;left:12.5625rem;display:block; }
#RUbIT4vUPJoTP6xzzik60hp22Mu7pryV { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;height:4.0625rem;width:4.25rem;top:19.4052734375rem;left:12.875rem;overflow:hidden;display:block; }
#GE8f9xBz17hShKwEuQl1HRDeMq9PuC4m { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#e4e6eb;background-image:none;top:19.248124599457rem;left:12.874999523163rem;display:block; }
#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305b;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container { background-color: transparent; background-image: none; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container > .video-iframe-container { display: none; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row > .video-iframe-container { display: none; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .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); }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container { border-width: 0; border-radius: 0; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#yVTqp98aBBddoT6TU85bqXCE3yXd0rD6 { color:#280166;display:block;width:13.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.625rem;left:22.1875rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ahSD42qLETEn2It91fbELHZsLOc5yZgE { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"dax medium";font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.3125rem;left:4.5625rem;height:6.46875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zywMvNczxF8u2zbTtPewCh9JNa9NJuJa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.3125rem;left:22.1875rem; }
#NKJeD1hG7PrP22SCAVx5tTr1V7xOJC8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7rem;left:4.5625rem; }
#WGuk0ESgzfhfBqPzoyC3oW57GX8nHSxJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:17.6875rem;top:5rem;left:21.1875rem;display:block; }
#zQaUeMSTQGT2copfFzTJpw2T2kr6TIWF { position:absolute;display:block;z-index:14999;background-color:#753fe5;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.75rem;width:17.6875rem;top:5rem;left:2.375rem;display:block; }
#lJzOdy25M5PBlEa5ScOIuN8brXEtCWbE { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:25.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlTtOhrwlxK1duWCgDRlN79xrnFy8ZWo { background-color:#2dd4bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#013666;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.2119140625rem;left:17.40625rem;display:block; }
#nve6BSAMmhZ3XEG33I9oItuvOqZcBtDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0bavUlbb9bvbadeEAc1gQ4sF2J5MLMA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:17.6875rem;top:5rem;left:40rem;display:block; }
#cxBEt5wBBnolb6TBM39DoMkhSBc9EEB6 { color:#334155;display:block;width:10.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:43.875rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9mPCnzczLhVxBMF04gCgfIEr8AwTi87 { color:#334155;display:block;width:13.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:9.625rem;left:41rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASFOGK0iaKlQHTAf939QRkHlFHy4hU36 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.3125rem;left:41rem; }
#ok8zI33sHbfxZ9OD2IWUe9tGFc6fnNt7 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:17.6875rem;top:15.875rem;left:40rem;display:block; }
#K8kuz6XMQvEJxNOi3q7KWzDVfigXBmTf { color:#334155;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.1875rem;left:43.875rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kArTPwDNBLrmmDiT3fnbICzpnseW5WBZ { color:#334155;display:block;width:13.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:20.5rem;left:41rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqQKoXV5m9sKZ5GJlcwKyDvIfLctJGiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.1875rem;left:41rem; }
#AD6HvNOehWtG9CAdCDM0wfBKzFLCu3z5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:17.6875rem;top:15.875rem;left:21.1875rem;display:block; }
#AkkdggO4qCJUDJlmsxDgTga3wx0Vcm8i { color:#334155;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.1875rem;left:25.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t57TnTN68ENya6pMOmxVD6kK2q4D3d33 { color:#334155;display:block;width:13.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:20.5rem;left:22.1875rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpiC0KbIcBwiFr732hRuUxSmJEdJS2TH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.1875rem;left:22.1875rem; }
#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container { background-color: transparent; background-image: none; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container > .video-iframe-container { display: none; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row > .video-iframe-container { display: none; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .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); }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container { border-width: 0; border-radius: 0; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#J4xU1Df9lmT6t41QuNJFcX89apSICddv { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:14.5625rem;left:4.75rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#HfRlpQDDtElCKmcvB3v2AFX87T11TLGS { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:23.04296875rem;left:10.6875rem;height:1.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ks8ZCSTOJTNXyGOeZ6dTVFbo7TapuWEp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.5rem;width:4.5rem;top:21.75rem;left:4.75rem;overflow:hidden;display:block; }
#bdJZLk8RV3i3bSrt4Ba10VTFxnJpS8NJ { position:absolute;display:block;z-index:15003;background-color:#164b7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.5625rem;width:26.6875rem;top:12.625rem;left:2.6875rem;display:block; }
#HkmuSE5744Q6dzpfa5TFDEiXPPTUZV7y { position:absolute;display:block;z-index:15004;background-color:#164b7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:26.6875rem;top:12.625rem;left:30.625rem;display:block; }
#wvlSpx7TUKpM8PBhTRtqR5yHMHH4qrAA { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:14.5625rem;left:32.625rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#vidy5VpmeXNkyx2TMlgfmgDRcMvXbLuA { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:23.04296875rem;left:38.6875rem;height:1.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4skaTGZrZJJPF5EDIS9LkruwNlpP0IS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.5rem;width:4.5rem;top:21.875rem;left:32.625rem;overflow:hidden;display:block; }
#e2B2Ug91ozKQw6hoZSTs7HepJq8FbWSi { color:#164b7b;display:block;width:37.25rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.375rem;left:11.375rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#164b7b;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; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:60rem;position:relative;display:block; }#K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { position:absolute;display:block;z-index:15000;background-color:#753fe5;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:50.125rem;width:60rem;top:4.375rem;left:0rem;display:block; }
#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:#00ada4;background-image:none;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: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:55.9375rem;top:17.000001907349rem;left:2.03125rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:"dax medium";font-size:2rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:7.4375009536744rem;left:7.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IRbtZr5kgfnRfaqBrHJKdoeWUa25ooXK { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.729166984558rem;left:10.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#W51g0uBeEWsBFuBTLvN9c8ZpMNJ1Kngy { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:23.6875rem;top:47.375rem;left:73.53125rem;overflow:hidden;display:block; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWHv0bE1VwTzrtEI9wgq14lh84XT0vfi { width:25.75rem;height:14.375rem;top:15rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:20.5rem;height:2.875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:24.0625rem;height:4.75rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXCM5yTABRkz8vBlPOQiJ3fvIKTVlsM { width:33.0625rem;height:27.3125rem;top:15rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:8.8125rem;left:0rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr58fATJu3W6ILzGNi9gphDl2xFXrERv { top:3rem;left:13.90625rem;width:19.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:37.25rem;height:;top:3.3125rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.625rem;height:6rem;top:10.3125rem;left:0.0625rem;font-size:1.125rem;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_401f1a0224b90621498777e179c95c83521e9eae.svg); }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:24.875rem;height:4.875rem;top:3.375rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { width:24rem;height:2.5625rem;top:10.4375rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:15.375rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPEZuXAShUaXu1cp33tW1TGFTo3T5O9Q { top:19.375rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:15.9375rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glA60CaHZkRI6Wun74LwxDGhio9reFxd { width:25.9375rem;height:1.4375rem;top:19.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geEWIStJp2hqZqPw6oi6EFszA9fGkDgk { top:18.75rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISXcomysvr7V7gWglPCd26e0vlEDr8sQ { top:22.125rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbeU85JopJUNoTeVm7dVoqX2Ti5PKeAv { width:25.9375rem;height:1.4375rem;top:22.8125rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs8xmGAR64MRnIqFPGtKmfotF4Ev1e39 { top:22.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWn9EOwoU8r9fqWnBRtyqgoBdbpRcCQa { top:26.125rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7EstRx5twPGRGNOdIcnhFgSw8BXl46 { width:25.9375rem;height:1.4375rem;top:26.1875rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORiKBNGLHCuJrLPf77yCVyWigsnsRUKr { top:25.5rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfC7HVNhiRt5pIz9qs5FZc0T8Squll82 { top:28.9375rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmy3OFyHNPI982WZOoLUysMVOc5fhUdx { width:25.9375rem;height:1.4375rem;top:29.625rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqwx6CdZrk0qDFDgg1CulN6OXC3kLaP { top:29.5625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDtEUcLTsuc1NrW9XeNG8Tq0XGArOpuf { top:32.3125rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiZXFOV8GSuV5Xm1CHO1nblkTlyDm4yB { width:25.9375rem;height:1.4375rem;top:33rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8yQ1cOszJnW67Gm26F5lZ1bIiW0PHrJ { top:32.9375rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K463NuNUOn7svbFOris1dwitWFxQKQV2 { top:36.375rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvN6gT9V7WCVZklv1mFKt8PQmD0ZpWrp { width:25.9375rem;height:1.4375rem;top:36.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMyBpnnOEfRpeGAJuTxTlM45TDkovmdI { top:35.75rem;left:18.375rem;width:29.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyCCWcE7UvpQXe8qUIuHDBEh2mXriBOw { width:24.9375rem;height:2.625rem;top:42.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiO3DBNXPT2vMxfodLnqHAhTt7lWniJO { display:block; }
 }@media only screen and (max-width: 763px) { #uTGVA6GUMlgU61vcc6Gq4esOOLuh60Qs { top:8.9375rem;left:0rem;width:18.6875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkgefz2mGrMAhbpyO1yyqsCTHNwekvi { top:4.6875rem;left:6.125rem;width:11.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0ztGGmWA6mTVDMyg270XwsTEugTlDb { top:9.875rem;left:13.1875rem;width:10.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlMOS3tAKLSRNnStANuPEVd3iiLlxIP { top:16.625rem;left:12.25rem;width:11.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqUvgAF9clXZu3OpTHhGC6AJTlUWHwv { top:21.0625rem;left:6.6982421875rem;width:15.875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAuzFxtgsKBbmqlqcV4lsn7cImC3KB4O { top:13.25rem;left:0rem;width:27.5625rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2lxdXoTo9yVQLNWNKOS0WR9q026yJ34 { width:17.5rem;height:1.9375rem;top:10.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5FoNPlD1IPeGT78QhBdGVXGOUKiddBV { display:none; }
 }@media only screen and (max-width: 763px) { #m7y3uSxHbiDObo4Owgyw5AiOIlP4vGCW { width:17.5rem;height:1.75rem;top:13.9375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9IK04CNrd6qXI2NTf21vFOoOuRS4kTg { display:none; }
 }@media only screen and (max-width: 763px) { #OKCECFOrstDon9V7vqbUad7aAIu1w9sx { display:none; }
 }@media only screen and (max-width: 763px) { #L849GVRWvW7V5z7pSUt9uFOWAa5dOBlk { display:none; }
 }@media only screen and (max-width: 763px) { #hv6Ch6ReaTFk6I0T5s1OJxLhhGuHtkmK { display:none; }
 }@media only screen and (max-width: 763px) { #zISqdKFhMadTd5vti1XuBSXWtWUFSH5N { display:none; }
 }@media only screen and (max-width: 763px) { #LiSZ8yZflDORUqZfX3egmMPNAI7OmPom { width:17.5rem;height:1.75rem;top:17rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnMtQ1a4vxsqXVNVkz1gx0IpxFkMzqte { width:17.5rem;height:1.75rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxo0ICU3r3nSrwaBNIFz0W7E7S3JPu0J { width:17.5rem;height:0.875rem;top:23.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fktB41Z8yGg134ikPwvHn1cJKbTuZiut { width:17.5rem;height:1.75rem;top:26.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxGgoTRMMKJrJ1a4RWZR7AmKAg5AhbD9 { width:17.5rem;height:1.75rem;top:29.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkynxQVJAxxnTpqfhV1dpDTgMMzSp1MH { display:none; }
 }@media only screen and (max-width: 763px) { #hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR { display:block; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc3m1PnlWgzictZMZWkR5irOAp4uBt0L { top:12.5625rem;left:6.1875rem;width:17.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PItUup4WrSqHJWrk5XtQIqA05QSDGq7z { top:12.5625rem;left:0rem;width:17.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHRb8Timq50FcDNFEFBv4F2rJP0G3e2 { top:8.8125rem;left:6.25rem;width:17.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMAz99feTzHb6DxAHVKI3T2nuHuFGpf5 { width:15.5625rem;height:14.375rem;top:14.5rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqtT2FwblHAlVpizP5RDbpiOT5d5t44R { width:27.1875rem;height:4.875rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8SK12uJ5nMHpiyFVz4VepOFZgbDwxW { top:12.5625rem;left:30.0625rem;width:17.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5zRkzv2agRFVeydWHukEsoo6NkuViv { width:15.4375rem;height:;top:18.875rem;left:31.46875rem;font-size:0.9375rem;display:block; }#RT5zRkzv2agRFVeydWHukEsoo6NkuViv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_722229ed0187d55e19f7a17db31def9ace1291bd.svg); }
 }@media only screen and (max-width: 763px) { #zUGMQhWrqqe7NigqDWQ44B0VBNgAxP3n { width:15.625rem;height:3.1875rem;top:14rem;left:31.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeU4uIzgva7hIb5T5HlmyEeZlKPbd97A { width:24.3125rem;height:2.625rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wta5kKmnoCgRJa8GWxmESEEQKfusOKAF { display:block; }
 }@media only screen and (max-width: 763px) { #vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw { width:24rem;height:12.8125rem;top:49.4375rem;left:0rem;font-size:1rem;display:block; }#vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d44b9cfde737e0bc9a0c68dd2847fcdc21300861.svg); }
 }@media only screen and (max-width: 763px) { #yALwleINXx3NMTGhJB6foTSPXF7KNp7t { width:24.875rem;height:4.875rem;top:43rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFlp7ZmZZIEb4LaogaidU0nCshHM1pQU { top:39.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfkpgc3WiMlBlTb8lWGyaSXFUQfME2f6 { top:40rem;left:22.4375rem;width:24.8125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:34rem;height:4.75rem;top:13.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:21.25rem;height:1.875rem;top:20.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7igQd8q7vmaPKDCmBJJIOkn6z3HUpd { width:34.5625rem;height:4.875rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtNQnxaR5bL2bG3Gb585ZZtBizN1W7yw { top:16.625rem;left:12.6875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyQT3vQWJQWdHDxxSzy43pJIzxfFrXz { top:3.5625rem;left:0rem;width:41.1875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8JAkUMfDAm6fyHXi7fAPZRCZiXJziFb { top:10.9375rem;left:5.125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUbIT4vUPJoTP6xzzik60hp22Mu7pryV { top:19.375rem;left:9.8125rem;width:4.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE8f9xBz17hShKwEuQl1HRDeMq9PuC4m { top:19.1875rem;left:9.8124995231631rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z { display:block; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVTqp98aBBddoT6TU85bqXCE3yXd0rD6 { width:13.8125rem;height:4.1875rem;top:9.625rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSD42qLETEn2It91fbELHZsLOc5yZgE { width:13.3125rem;height:6.4375rem;top:15.3125rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zywMvNczxF8u2zbTtPewCh9JNa9NJuJa { top:6.3125rem;left:16rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKJeD1hG7PrP22SCAVx5tTr1V7xOJC8T { top:7rem;left:2.5rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGuk0ESgzfhfBqPzoyC3oW57GX8nHSxJ { top:5rem;left:14.0625rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQaUeMSTQGT2copfFzTJpw2T2kr6TIWF { top:5rem;left:0rem;width:17.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzOdy25M5PBlEa5ScOIuN8brXEtCWbE { width:11.4375rem;height:;top:6.3125rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTtOhrwlxK1duWCgDRlN79xrnFy8ZWo { width:26.3125rem;height:2.625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nve6BSAMmhZ3XEG33I9oItuvOqZcBtDJ { display:block; }
 }@media only screen and (max-width: 763px) { #I0bavUlbb9bvbadeEAc1gQ4sF2J5MLMA { top:5rem;left:29.9375rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBEt5wBBnolb6TBM39DoMkhSBc9EEB6 { width:10.0625rem;height:;top:6.3125rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9mPCnzczLhVxBMF04gCgfIEr8AwTi87 { width:13.8125rem;height:4.1875rem;top:9.625rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASFOGK0iaKlQHTAf939QRkHlFHy4hU36 { top:6.3125rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok8zI33sHbfxZ9OD2IWUe9tGFc6fnNt7 { top:15.875rem;left:29.9375rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8kuz6XMQvEJxNOi3q7KWzDVfigXBmTf { width:12.5rem;height:;top:17.1875rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kArTPwDNBLrmmDiT3fnbICzpnseW5WBZ { width:13.8125rem;height:4.1875rem;top:20.5rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQKoXV5m9sKZ5GJlcwKyDvIfLctJGiB { top:17.1875rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD6HvNOehWtG9CAdCDM0wfBKzFLCu3z5 { top:15.875rem;left:14.0625rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkkdggO4qCJUDJlmsxDgTga3wx0Vcm8i { width:11.25rem;height:;top:17.1875rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t57TnTN68ENya6pMOmxVD6kK2q4D3d33 { width:13.8125rem;height:4.1875rem;top:20.5rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpiC0KbIcBwiFr732hRuUxSmJEdJS2TH { top:17.1875rem;left:16rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi { display:block; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4xU1Df9lmT6t41QuNJFcX89apSICddv { width:22.6875rem;height:5.5625rem;top:14.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfRlpQDDtElCKmcvB3v2AFX87T11TLGS { width:14.875rem;height:1.6875rem;top:23rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8ZCSTOJTNXyGOeZ6dTVFbo7TapuWEp { top:21.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJZLk8RV3i3bSrt4Ba10VTFxnJpS8NJ { top:12.625rem;left:0rem;width:26.6875rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkmuSE5744Q6dzpfa5TFDEiXPPTUZV7y { top:12.625rem;left:21.0625rem;width:26.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvlSpx7TUKpM8PBhTRtqR5yHMHH4qrAA { width:22.6875rem;height:5.5625rem;top:14.5625rem;left:25.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidy5VpmeXNkyx2TMlgfmgDRcMvXbLuA { width:14.875rem;height:1.6875rem;top:23rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4skaTGZrZJJPF5EDIS9LkruwNlpP0IS { top:21.875rem;left:26.5rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2B2Ug91ozKQw6hoZSTs7HepJq8FbWSi { width:37.25rem;height:5.25rem;top:4.375rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { top:4.375rem;left:0rem;width:47.75rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:17rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { top:7.4375rem;left:1.03125rem;width:45.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbtZr5kgfnRfaqBrHJKdoeWUa25ooXK { width:39.6875rem;height:1.25rem;top:13.6875rem;left:4.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51g0uBeEWsBFuBTLvN9c8ZpMNJ1Kngy { top:48rem;left:23.1875rem;width:24.5625rem;height:7.0641490765172rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #6b2cf7);background-image: -moz-linear-gradient(180deg, #013666, #6b2cf7);background-image: -ms-linear-gradient(180deg, #013666, #6b2cf7);background-image: -o-linear-gradient(180deg, #013666, #6b2cf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );";background-image: linear-gradient(180deg, #013666, #6b2cf7);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWHv0bE1VwTzrtEI9wgq14lh84XT0vfi { width:17.5625rem;height:5.173825rem;top:10.1875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:18.75rem;height:2.875rem;top:38.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:16.625rem;height:4.22265625rem;top:32.5rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ayXCM5yTABRkz8vBlPOQiJ3fvIKTVlsM { width:17.625rem;height:14.5625rem;top:17.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.5625rem;height:2.125rem;top:6.1875004768372rem;left:7.718750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr58fATJu3W6ILzGNi9gphDl2xFXrERv { width:13.25rem;height:2.25rem;top:1.89453125rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:17.375rem;height:3.1484375rem;top:2.6875rem;left:1.3125001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:7.4453125rem;top:7.11171913147rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_401f1a0224b90621498777e179c95c83521e9eae.svg); }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.5rem;height:2.923825rem;top:2.625rem;left:1.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { width:16.0625rem;height:2.111325rem;top:7.022656440735rem;left:1.9062501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.875rem;top:15.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPEZuXAShUaXu1cp33tW1TGFTo3T5O9Q { display:flex;width:1.6875rem;height:1.6875rem;top:14rem;left:0.26875001192093rem; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.6875rem;height:1.6875rem;top:10.90625rem;left:0.25rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:20rem;height:auto;top:15.9375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #glA60CaHZkRI6Wun74LwxDGhio9reFxd { width:20rem;height:auto;top:19.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #geEWIStJp2hqZqPw6oi6EFszA9fGkDgk { width:20rem;height:2.875rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISXcomysvr7V7gWglPCd26e0vlEDr8sQ { width:20rem;height:2.875rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbeU85JopJUNoTeVm7dVoqX2Ti5PKeAv { width:20rem;height:auto;top:22.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gs8xmGAR64MRnIqFPGtKmfotF4Ev1e39 { display:flex;width:1.6875rem;height:1.6875rem;top:17.062500476837rem;left:0.30812495946884rem; }
 }@media only screen and (max-width: 763px) { #IWn9EOwoU8r9fqWnBRtyqgoBdbpRcCQa { display:flex;width:1.6875rem;height:1.6875rem;top:20.125000476837rem;left:0.25812500715256rem; }
 }@media only screen and (max-width: 763px) { #Zk7EstRx5twPGRGNOdIcnhFgSw8BXl46 { width:20rem;height:auto;top:26.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ORiKBNGLHCuJrLPf77yCVyWigsnsRUKr { width:20rem;height:2.875rem;top:25.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfC7HVNhiRt5pIz9qs5FZc0T8Squll82 { width:20rem;height:2.875rem;top:28.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xmy3OFyHNPI982WZOoLUysMVOc5fhUdx { width:20rem;height:auto;top:29.625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #zxqwx6CdZrk0qDFDgg1CulN6OXC3kLaP { display:flex;width:1.6875rem;height:1.6875rem;top:23.1875rem;left:0.26875001192093rem; }
 }@media only screen and (max-width: 763px) { #KDtEUcLTsuc1NrW9XeNG8Tq0XGArOpuf { width:20rem;height:2.875rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiZXFOV8GSuV5Xm1CHO1nblkTlyDm4yB { width:20rem;height:auto;top:33rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #g8yQ1cOszJnW67Gm26F5lZ1bIiW0PHrJ { display:flex;width:1.6875rem;height:1.6875rem;top:26.25rem;left:0.26875001192093rem; }
 }@media only screen and (max-width: 763px) { #K463NuNUOn7svbFOris1dwitWFxQKQV2 { display:flex;width:1.6875rem;height:1.6875rem;top:29.25rem;left:0.26875001192093rem; }
 }@media only screen and (max-width: 763px) { #RvN6gT9V7WCVZklv1mFKt8PQmD0ZpWrp { width:20rem;height:auto;top:36.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #bMyBpnnOEfRpeGAJuTxTlM45TDkovmdI { width:20rem;height:2.875rem;top:35.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyCCWcE7UvpQXe8qUIuHDBEh2mXriBOw { width:19rem;height:2.625rem;top:50.924007415771rem;left:0.4992898106575rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiO3DBNXPT2vMxfodLnqHAhTt7lWniJO { display:block; }
 }@media only screen and (max-width: 763px) { #uTGVA6GUMlgU61vcc6Gq4esOOLuh60Qs { width:9.6875rem;height:17rem;top:33.036872863769rem;left:1.7499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkgefz2mGrMAhbpyO1yyqsCTHNwekvi { width:6.9375rem;height:4.4375rem;top:32.299373626709rem;left:10.446250140667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0ztGGmWA6mTVDMyg270XwsTEugTlDb { width:4.875rem;height:3.875rem;top:34.746873855591rem;left:9.8212501406669rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlMOS3tAKLSRNnStANuPEVd3iiLlxIP { width:5.8125rem;height:4.75rem;top:36.73646068573rem;left:12.283334314823rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqUvgAF9clXZu3OpTHhGC6AJTlUWHwv { width:9.5625rem;height:10.6875rem;top:38.038124084472rem;left:5.8437497019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAuzFxtgsKBbmqlqcV4lsn7cImC3KB4O { width:20rem;height:25.4375rem;top:13.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:10.53125rem;left:0rem;width:20rem;height:2.4375rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #l2lxdXoTo9yVQLNWNKOS0WR9q026yJ34 { width:15.25rem;height:1.798825rem;top:10.899856567382rem;left:2.0937499403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S5FoNPlD1IPeGT78QhBdGVXGOUKiddBV { top:13.625rem;left:0rem;width:20rem;height:2.4375rem;z-index:15002;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7y3uSxHbiDObo4Owgyw5AiOIlP4vGCW { width:17.125rem;height:1.798825rem;top:13.943176269531rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15005;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L9IK04CNrd6qXI2NTf21vFOoOuRS4kTg { top:16.6875rem;left:0rem;width:20rem;height:2.4375rem;z-index:15003;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCECFOrstDon9V7vqbUad7aAIu1w9sx { top:19.75rem;left:0rem;width:20rem;height:2.4375rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L849GVRWvW7V5z7pSUt9uFOWAa5dOBlk { top:22.8125rem;left:0rem;width:20rem;height:2.4375rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv6Ch6ReaTFk6I0T5s1OJxLhhGuHtkmK { top:25.875rem;left:0rem;width:20rem;height:2.4375rem;z-index:15006;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zISqdKFhMadTd5vti1XuBSXWtWUFSH5N { top:28.875rem;left:0rem;width:20rem;height:2.4375rem;z-index:15007;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiSZ8yZflDORUqZfX3egmMPNAI7OmPom { width:17.0625rem;height:1.798825rem;top:17.004974365234rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15006;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pnMtQ1a4vxsqXVNVkz1gx0IpxFkMzqte { width:17rem;height:1.798825rem;top:20.193124294281rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15007;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cxo0ICU3r3nSrwaBNIFz0W7E7S3JPu0J { width:17.5rem;height:0.9rem;top:23.624999046326rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15008;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fktB41Z8yGg134ikPwvHn1cJKbTuZiut { width:16.25rem;height:1.798825rem;top:26.193124771118rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15009;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oxGgoTRMMKJrJ1a4RWZR7AmKAg5AhbD9 { width:17.5rem;height:1.798825rem;top:29.193125247956rem;left:2.1249999403954rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15010;color:#000c43;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DkynxQVJAxxnTpqfhV1dpDTgMMzSp1MH { top:35.499373435974rem;left:1.9687499403954rem;width:16.0625rem;height:13.1875rem;z-index:15008;background-color:#6b2cf7;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6178896c-f029-410e-8971-4188d81a206d/PatternFlexge__8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR.adaptive-delivery-prevent-bg, #hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR.lazyload, #hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR.lazyloading { background-image: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { background-color: transparent; background-image: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6b2cf7; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container > .video-iframe-container { display: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6b2cf7; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container { display: none; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .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); }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { border-width: 0; border-radius: 0; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQUfoaVaQcpTLeEtNvGI0gCS5ka0LziR > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc3m1PnlWgzictZMZWkR5irOAp4uBt0L { width:17.6875rem;height:18.3125rem;top:22rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PItUup4WrSqHJWrk5XtQIqA05QSDGq7z { width:17.6875rem;height:13.25rem;top:7.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHRb8Timq50FcDNFEFBv4F2rJP0G3e2 { width:17.125rem;height:21.4375rem;top:18.875rem;left:1.7167721518987rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMAz99feTzHb6DxAHVKI3T2nuHuFGpf5 { width:15.4375rem;height:11.0215rem;top:8.875rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WqtT2FwblHAlVpizP5RDbpiOT5d5t44R { width:14.9375rem;height:2.923825rem;top:2.5666666030884rem;left:2.5312501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc8SK12uJ5nMHpiyFVz4VepOFZgbDwxW { width:17.6875rem;height:14.0625rem;top:41.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5zRkzv2agRFVeydWHukEsoo6NkuViv { width:14.8125rem;height:7.8125rem;top:46.25rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#RT5zRkzv2agRFVeydWHukEsoo6NkuViv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RT5zRkzv2agRFVeydWHukEsoo6NkuViv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_722229ed0187d55e19f7a17db31def9ace1291bd.svg); }
 }@media only screen and (max-width: 763px) { #zUGMQhWrqqe7NigqDWQ44B0VBNgAxP3n { width:15.625rem;height:2.44921875rem;top:42.75rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WeU4uIzgva7hIb5T5HlmyEeZlKPbd97A { width:19rem;height:2.625rem;top:58.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wta5kKmnoCgRJa8GWxmESEEQKfusOKAF { display:block; }
 }@media only screen and (max-width: 763px) { #vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw { width:15.625rem;height:11.723625rem;top:72.25000190735rem;left:2.1875001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vwIG3sFxLqUzKcCIT59I6kJo78Zzv9mw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d44b9cfde737e0bc9a0c68dd2847fcdc21300861.svg); }
 }@media only screen and (max-width: 763px) { #yALwleINXx3NMTGhJB6foTSPXF7KNp7t { width:15.6875rem;height:2.923825rem;top:66.93750190735rem;left:2.1562501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFlp7ZmZZIEb4LaogaidU0nCshHM1pQU { width:20rem;height:0.0625rem;top:63.87500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfkpgc3WiMlBlTb8lWGyaSXFUQfME2f6 { width:18.5rem;height:18rem;top:86.087503433225rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:17.8125rem;height:4.546875rem;top:8.9126424789431rem;left:1.0937500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:9.25rem;height:1.7rem;top:15.875rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JO7igQd8q7vmaPKDCmBJJIOkn6z3HUpd { width:18.4375rem;height:2.923825rem;top:3.9367904663086rem;left:0.78125005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtNQnxaR5bL2bG3Gb585ZZtBizN1W7yw { width:4.875rem;height:4.875rem;top:17.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCyQT3vQWJQWdHDxxSzy43pJIzxfFrXz { width:20rem;height:17.375rem;top:2.6867885589599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8JAkUMfDAm6fyHXi7fAPZRCZiXJziFb { width:18.75rem;height:0.125rem;top:8.4325287342069rem;left:1.2485796809196rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUbIT4vUPJoTP6xzzik60hp22Mu7pryV { width:4.25rem;height:4.0625rem;top:14.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE8f9xBz17hShKwEuQl1HRDeMq9PuC4m { width:4.25rem;height:4.25rem;top:14.599432945251rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z { display:block; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tVR3qVOgFGvk3WFGkQOtTwIN4JyTTF2z > .row .container { width:20rem;height:55.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVTqp98aBBddoT6TU85bqXCE3yXd0rD6 { width:16.1875rem;height:2.2734375rem;top:16.4375rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ahSD42qLETEn2It91fbELHZsLOc5yZgE { width:10.0625rem;height:5.25rem;top:5.125rem;left:6.375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zywMvNczxF8u2zbTtPewCh9JNa9NJuJa { display:flex;width:2.5625rem;height:2.5625rem;top:13.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #NKJeD1hG7PrP22SCAVx5tTr1V7xOJC8T { display:flex;width:4.0625rem;height:4.0625rem;top:5.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #WGuk0ESgzfhfBqPzoyC3oW57GX8nHSxJ { width:17.6875rem;height:6.875rem;top:12.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQaUeMSTQGT2copfFzTJpw2T2kr6TIWF { width:17.6875rem;height:8.3125rem;top:3.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzOdy25M5PBlEa5ScOIuN8brXEtCWbE { width:11.4375rem;height:2.2734375rem;top:13.3125rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OlTtOhrwlxK1duWCgDRlN79xrnFy8ZWo { width:19rem;height:2.625rem;top:49.124292373657rem;left:0.4992898106575rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nve6BSAMmhZ3XEG33I9oItuvOqZcBtDJ { display:block; }
 }@media only screen and (max-width: 763px) { #I0bavUlbb9bvbadeEAc1gQ4sF2J5MLMA { width:17.6875rem;height:8.3125rem;top:29.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBEt5wBBnolb6TBM39DoMkhSBc9EEB6 { width:10.0625rem;height:2.2734375rem;top:30rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9mPCnzczLhVxBMF04gCgfIEr8AwTi87 { width:14.4375rem;height:3.41015625rem;top:33.3125rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ASFOGK0iaKlQHTAf939QRkHlFHy4hU36 { display:flex;width:2.0625rem;height:2.0625rem;top:30rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ok8zI33sHbfxZ9OD2IWUe9tGFc6fnNt7 { width:17.6875rem;height:8.375rem;top:38.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8kuz6XMQvEJxNOi3q7KWzDVfigXBmTf { width:11.0625rem;height:2.2734375rem;top:38.9375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kArTPwDNBLrmmDiT3fnbICzpnseW5WBZ { width:15rem;height:3.41015625rem;top:42.25rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qqQKoXV5m9sKZ5GJlcwKyDvIfLctJGiB { display:flex;width:2.25rem;height:2.25rem;top:38.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #AD6HvNOehWtG9CAdCDM0wfBKzFLCu3z5 { width:17.6875rem;height:8rem;top:20.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkkdggO4qCJUDJlmsxDgTga3wx0Vcm8i { width:11.5rem;height:2.2734375rem;top:21.125rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t57TnTN68ENya6pMOmxVD6kK2q4D3d33 { width:15.875rem;height:3.41015625rem;top:24.3125rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TpiC0KbIcBwiFr732hRuUxSmJEdJS2TH { display:flex;width:2.1875rem;height:2.1875rem;top:21.125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi { display:block; }#VFEzrlVBUs3uV8TrG964dNp8CZSwd2xi > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4xU1Df9lmT6t41QuNJFcX89apSICddv { width:18.1875rem;height:4.546875rem;top:9.875rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HfRlpQDDtElCKmcvB3v2AFX87T11TLGS { width:7.9375rem;height:1.7rem;top:17rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8ZCSTOJTNXyGOeZ6dTVFbo7TapuWEp { width:4.5rem;height:4.5rem;top:15.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJZLk8RV3i3bSrt4Ba10VTFxnJpS8NJ { width:20rem;height:13.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkmuSE5744Q6dzpfa5TFDEiXPPTUZV7y { width:20rem;height:13.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvlSpx7TUKpM8PBhTRtqR5yHMHH4qrAA { width:18.25rem;height:4.546875rem;top:24.25rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vidy5VpmeXNkyx2TMlgfmgDRcMvXbLuA { width:8.0625rem;height:1.7rem;top:31.1875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4skaTGZrZJJPF5EDIS9LkruwNlpP0IS { width:4.5rem;height:4.5rem;top:29.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2B2Ug91ozKQw6hoZSTs7HepJq8FbWSi { width:20rem;height:3.1484375rem;top:3.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:#013666;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { width:20rem;height:43.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:18.125rem;height:31.4375rem;top:13.468751430511rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { width:16.8125rem;height:4.048825rem;top:4.6875004768372rem;left:1.5937499403954rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IRbtZr5kgfnRfaqBrHJKdoeWUa25ooXK { width:16.8125rem;height:2.111325rem;top:9.7180404663088rem;left:1.5937499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W51g0uBeEWsBFuBTLvN9c8ZpMNJ1Kngy { width:15.8125rem;height:4.5476583113456rem;top:47.4375rem;left:2.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }