.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,254,254;--color-primary-1:252,252,252;--color-primary-2:249,249,249;--color-primary-3:125,125,125;--color-primary-4:37,37,37;--color-secondary-0:217,228,233;--color-secondary-1:128,166,182;--color-secondary-2:0,76,109;--color-secondary-3:0,38,55;--color-secondary-4:0,11,16;--color-tertiary-0:217,228,233;--color-tertiary-1:128,166,182;--color-tertiary-2:0,76,109;--color-tertiary-3:0,38,55;--color-tertiary-4:0,11,16;--headlines-font-family:"Panton";--paragraphs-font-family:"Panton"; }@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:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5f9efc30-6964-453f-86cc-073e1b398d9a/Bluebackground3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #efb71b;; } #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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { position:relative;display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { border-width: 0; border-radius: 0; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { position:relative;display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { background-color: transparent; background-image: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container > .video-iframe-container { display: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row > .video-iframe-container { display: none; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .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); }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { border-width: 0; border-radius: 0; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:225.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { color:rgba(var(--color-primary-2),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.8125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { color:rgba(var(--color-primary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:10.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:3.75rem;height:8.75rem;display:block; }
#dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.25rem;left:3.75rem;height:1.375rem;display:block; }
#XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.0625rem;left:5.625rem;height:2.375rem;display:block; }
#n1OPt1H7dLXSgS8NwESgnvcWZN6RWE0y { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625rem;left:3.8125rem;height:1.375rem;display:block; }
#eQxwXVPporL9rZ4Rf4XCD8En4CTWPtqZ { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.4375rem;left:5.6875rem;height:1.1875rem;display:block; }
#AHMKh96zA3ffR4n7gzNw78tOzJeMp9O8 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.8125rem;height:1.375rem;display:block; }
#fQWFbiPfPIXMIgK2gS851sC1GZEgyXVK { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.6875rem;left:5.6875rem;height:2.375rem;display:block; }
#uexqh3otVZRc1PqX2Nts1ZczAuZXX3LI { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.1875rem;left:3.8125rem;height:1.375rem;display:block; }
#M9DrFKg6eRqdtJ80tthckqGZTCbqI9JK { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.0625rem;left:5.6875rem;height:1.1875rem;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; }
#lzPIN75PhC4FvJeAUTFMk603blTTkaxL { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.3125rem;left:5.625rem;height:;display:block; }#lzPIN75PhC4FvJeAUTFMk603blTTkaxL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lzPIN75PhC4FvJeAUTFMk603blTTkaxL li:before{  }
#MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:48.375rem;left:5.625rem;height:2.6875rem;display:block; }#MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB li:before{  }
#VXxaNST2DtFZFpG5iW5lmBy5sra7VRS4 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54.6875rem;left:3.8125rem;height:1.375rem;display:block; }
#U5ZWBQm6DkgHWLpLV8po2FPGAeCBMCEV { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:56.5625rem;left:5.6875rem;height:1.1875rem;display:block; }
#WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:57.9375rem;left:5.625rem;height:5.6875rem;display:block; }#WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz li:before{  }
#hEyU5s03mktocEimMg6LN7Zx5SJNFMfa { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:64.5rem;left:5.625rem;height:2.375rem;display:block; }
#QayrI6aBIyh2Kf77uAH5N7Tp9m7Js9JR { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68rem;left:3.875rem;height:1.375rem;display:block; }
#qfQLidUH15XVTkks2LfJXeFhls3rp307 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:69.875rem;left:5.75rem;height:9.875rem;display:block; }#qfQLidUH15XVTkks2LfJXeFhls3rp307 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qfQLidUH15XVTkks2LfJXeFhls3rp307 li:before{  }
#lWN2PIzFcbl7TFImd3sQflFL0ef8gQad { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:81.125rem;left:3.8125rem;height:1.375rem;display:block; }
#Q1IsTukt2kXCbS0X19dQ8FXXyXXS2qLF { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:84.9375rem;left:5.625rem;height:3.5625rem;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; }
#rxh4enZeK3TytTRTieb3JrTERI2XXXrE { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:83.125rem;left:3.8125rem;height:1.1875rem;display:block; }
#qTwhmMeM1iwNKUdf5JMZ0GfV18c0ebgK { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:89.375rem;left:3.875rem;height:1.1875rem;display:block; }
#fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:91.1875rem;left:5.6875rem;height:16.125rem;display:block; }#fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS li:before{  }
#FtswE7w8UTNWdvEfdTHF7oPqZdFWPyOQ { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:109.0625rem;left:3.875rem;height:1.1875rem;display:block; }
#dqnmPgSCLSgTLAniCuEx5mmi383HAE5b { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:110.875rem;left:5.6875rem;height:4.1875rem;display:block; }#dqnmPgSCLSgTLAniCuEx5mmi383HAE5b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dqnmPgSCLSgTLAniCuEx5mmi383HAE5b li:before{  }
#TrGkX4VmrQ8JwJDEelbvc6aK1I0GZJ5W { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:116.4375rem;left:3.875rem;height:1.375rem;display:block; }
#y8Wt7VZHvTRr5Pw7qBTXL0E0rOWd16T0 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:118.5625rem;left:5.625rem;height:2.375rem;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; }
#nB1wT1C1TMPCx0yZfPkOQuha6T7QMF63 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:122.1875rem;left:3.875rem;height:1.375rem;display:block; }
#usyf9utwusg28BQyQyhhI7XK9aTa2iyT { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:124.3125rem;left:5.625rem;height:3.5625rem;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; }
#WGZkOcrfLPWOsR0DaeEXTuJFJeyyaPhT { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:129.125rem;left:3.875rem;height:1.375rem;display:block; }
#dxh1pyyIKkXMU13fkAP8RGFITMMPlf6O { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:131.25rem;left:5.625rem;height:4.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x7M73tcCtOBbPMuD717bnbnghdgIVtfN { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:136.8125rem;left:3.875rem;height:1.375rem;display:block; }
#Ip3MklguAqECh7Hb4sM4PG9U8N43GgtQ { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:138.9375rem;left:5.625rem;height:7.125rem;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; }
#fXTDJnrESXsmhsC52EcZrozZZWLqqSPm { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:147.5rem;left:3.875rem;height:1.375rem;display:block; }
#KqqwwqoVtZrLAFH6LRtOf1O94gomu97N { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:149.625rem;left:5.625rem;height:2.375rem;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; }
#cwswqg98L63rS59Z9p48HdsQg77L7Td3 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:153.125rem;left:3.875rem;height:1.375rem;display:block; }
#E80bzclJsIxqDy2eayamStlmyctoCpV5 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:155.25rem;left:5.625rem;height:2.375rem;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; }
#fnwy1clMtdwCXUKKp5seNEIzXw9qZE1g { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:158.8125rem;left:3.875rem;height:1.375rem;display:block; }
#vAcs9NRV0kAOHRqwT7yDVfWCPQh82En2 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:160.9375rem;left:5.625rem;height:2.375rem;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; }
#mGmBUG8fQkaJJTPruConO46wZLttSKbm { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:164.5rem;left:3.875rem;height:1.375rem;display:block; }
#kQ6hOT3XmJLDhmgHVFtMkbLdfsdDhC3A { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:166.625rem;left:5.625rem;height:1.1875rem;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; }
#iKvarLgR73dpKGHGbEkfWrBcTWrtwq5z { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:169.3125rem;left:3.875rem;height:1.375rem;display:block; }
#tyoKOctbP9VuJOkESvkT2PpUcD2W4yn9 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:171.4375rem;left:5.625rem;height:2.375rem;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; }
#X2FozK3rzxRqtrtd9ud5Td9OWyxwpzsT { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:175rem;left:3.875rem;height:1.375rem;display:block; }
#iotvTg3FAy8FXqsaXhFkpIlBvUa3aTVK { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:177rem;left:3.875rem;height:1.1875rem;display:block; }
#vlkb69JLNw0B3ys4WVW23BRb173a7lbR { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:178.8125rem;left:5.6875rem;height:1.1875rem;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; }
#oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:180.6875rem;left:5.625rem;height:2.6875rem;display:block; }#oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq li:before{  }
#XGTcQ1qdnlfZewOB5wenQQub8rggKLMs { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:184.4375rem;left:3.875rem;height:1.1875rem;display:block; }
#C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:186.3125rem;left:5.6875rem;height:6.5625rem;display:block; }#C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 li:before{  }
#p1rADJidROB9TToyd5KtEyzLMP2tth7E { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:194.125rem;left:3.875rem;height:1.1875rem;display:block; }
#LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:196.1875rem;left:5.625rem;height:6.5625rem;display:block; }#LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM li:before{  }
#bBfo8dioUi93V4gkEtr2UyBp8SHzQtvy { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:204.0625rem;left:3.875rem;height:1.1875rem;display:block; }
#AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:205.875rem;left:5.6875rem;height:2.6875rem;display:block; }#AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk li:before{  }
#c3GUyy51iscewN9TmKOzidfH5K89rRZL { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:209.625rem;left:3.875rem;height:1.1875rem;display:block; }
#Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:211.4375rem;left:5.6875rem;height:5.375rem;display:block; }#Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI li:before{  }
#VXG7RiWTcWs7FTxaDFSzT77FkFdOV4I1 { color:rgba(var(--color-primary-2),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:217.8125rem;left:3.875rem;height:1.1875rem;display:block; }
#d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:219.625rem;left:5.6875rem;height:5.0625rem;display:block; }#d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 li:before{  }
#flKDQl9kPUgTuv0bQLtFXZTc3V4sykIL { color:rgba(var(--color-primary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.875rem;left:5.625rem;height:2rem;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; }
#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f9efc30-6964-453f-86cc-073e1b398d9a/Bluebackground3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { border-width: 0; border-radius: 0; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#EEW8DWKwNSBfohNOlQnWpRSomb5W620m { color:rgba(var(--color-primary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:3.75rem;height:7.5rem;font-style:normal;display:block; }
#fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { color:rgba(var(--color-primary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:3.75rem;height:3.875rem;font-style:normal;display:block; }
#qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { z-index:15002;top:16.9375rem;left:3.75rem;background-color:#efb71b;background-image:none;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.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#004c6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CcyxqVX19cnR3E8DNstsM3KIve8vBTaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpkzpvXLAQ1fXfoZDU0RAQ1DEMQDcfGb { position:absolute;display:block;z-index:15010;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:23.75rem;width:18.375rem;top:0.375rem;left:38.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { top:2.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { top:6.6875rem;left:4.125rem;width:39.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { top:11.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { top:22.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { top:24.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OPt1H7dLXSgS8NwESgnvcWZN6RWE0y { top:27.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxwXVPporL9rZ4Rf4XCD8En4CTWPtqZ { top:29.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMKh96zA3ffR4n7gzNw78tOzJeMp9O8 { top:31.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQWFbiPfPIXMIgK2gS851sC1GZEgyXVK { top:33.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uexqh3otVZRc1PqX2Nts1ZczAuZXX3LI { top:37.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9DrFKg6eRqdtJ80tthckqGZTCbqI9JK { top:39.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPIN75PhC4FvJeAUTFMk603blTTkaxL { top:40.3125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#lzPIN75PhC4FvJeAUTFMk603blTTkaxL li:before{  }
 }@media only screen and (max-width: 763px) { #MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB { top:48.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }#MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB li:before{  }
 }@media only screen and (max-width: 763px) { #VXxaNST2DtFZFpG5iW5lmBy5sra7VRS4 { top:54.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZWBQm6DkgHWLpLV8po2FPGAeCBMCEV { top:56.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz { top:57.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:0.9375rem;display:block; }#WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz li:before{  }
 }@media only screen and (max-width: 763px) { #hEyU5s03mktocEimMg6LN7Zx5SJNFMfa { top:64.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QayrI6aBIyh2Kf77uAH5N7Tp9m7Js9JR { top:68rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfQLidUH15XVTkks2LfJXeFhls3rp307 { top:69.875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#qfQLidUH15XVTkks2LfJXeFhls3rp307 li:before{  }
 }@media only screen and (max-width: 763px) { #lWN2PIzFcbl7TFImd3sQflFL0ef8gQad { top:81.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1IsTukt2kXCbS0X19dQ8FXXyXXS2qLF { top:84.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxh4enZeK3TytTRTieb3JrTERI2XXXrE { top:83.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwhmMeM1iwNKUdf5JMZ0GfV18c0ebgK { top:89.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS { top:91.1875rem;left:0rem;width:47.75rem;height:16.125rem;font-size:0.9375rem;display:block; }#fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS li:before{  }
 }@media only screen and (max-width: 763px) { #FtswE7w8UTNWdvEfdTHF7oPqZdFWPyOQ { top:109.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqnmPgSCLSgTLAniCuEx5mmi383HAE5b { top:110.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }#dqnmPgSCLSgTLAniCuEx5mmi383HAE5b li:before{  }
 }@media only screen and (max-width: 763px) { #TrGkX4VmrQ8JwJDEelbvc6aK1I0GZJ5W { top:116.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Wt7VZHvTRr5Pw7qBTXL0E0rOWd16T0 { top:118.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1wT1C1TMPCx0yZfPkOQuha6T7QMF63 { top:122.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usyf9utwusg28BQyQyhhI7XK9aTa2iyT { top:124.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGZkOcrfLPWOsR0DaeEXTuJFJeyyaPhT { top:129.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxh1pyyIKkXMU13fkAP8RGFITMMPlf6O { top:131.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7M73tcCtOBbPMuD717bnbnghdgIVtfN { top:136.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip3MklguAqECh7Hb4sM4PG9U8N43GgtQ { top:138.9375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXTDJnrESXsmhsC52EcZrozZZWLqqSPm { top:147.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqwwqoVtZrLAFH6LRtOf1O94gomu97N { top:149.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwswqg98L63rS59Z9p48HdsQg77L7Td3 { top:153.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E80bzclJsIxqDy2eayamStlmyctoCpV5 { top:155.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnwy1clMtdwCXUKKp5seNEIzXw9qZE1g { top:158.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAcs9NRV0kAOHRqwT7yDVfWCPQh82En2 { top:160.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmBUG8fQkaJJTPruConO46wZLttSKbm { top:164.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6hOT3XmJLDhmgHVFtMkbLdfsdDhC3A { top:166.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKvarLgR73dpKGHGbEkfWrBcTWrtwq5z { top:169.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyoKOctbP9VuJOkESvkT2PpUcD2W4yn9 { top:171.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FozK3rzxRqtrtd9ud5Td9OWyxwpzsT { top:175rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iotvTg3FAy8FXqsaXhFkpIlBvUa3aTVK { top:177rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlkb69JLNw0B3ys4WVW23BRb173a7lbR { top:178.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq { top:180.6875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }#oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq li:before{  }
 }@media only screen and (max-width: 763px) { #XGTcQ1qdnlfZewOB5wenQQub8rggKLMs { top:184.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 { top:186.3125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }#C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 li:before{  }
 }@media only screen and (max-width: 763px) { #p1rADJidROB9TToyd5KtEyzLMP2tth7E { top:194.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM { top:196.1875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }#LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM li:before{  }
 }@media only screen and (max-width: 763px) { #bBfo8dioUi93V4gkEtr2UyBp8SHzQtvy { top:204.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk { top:205.875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }#AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk li:before{  }
 }@media only screen and (max-width: 763px) { #c3GUyy51iscewN9TmKOzidfH5K89rRZL { top:209.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI { top:211.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.9375rem;display:block; }#Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI li:before{  }
 }@media only screen and (max-width: 763px) { #VXG7RiWTcWs7FTxaDFSzT77FkFdOV4I1 { top:217.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 { top:219.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }#d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 li:before{  }
 }@media only screen and (max-width: 763px) { #flKDQl9kPUgTuv0bQLtFXZTc3V4sykIL { top:51.875rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:27.8125rem;height:7.5rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:26.9375rem;height:3.875rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { top:16.9375rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcyxqVX19cnR3E8DNstsM3KIve8vBTaV { display:block; }
 }@media only screen and (max-width: 763px) { #mpkzpvXLAQ1fXfoZDU0RAQ1DEMQDcfGb { top:0.375rem;left:29.375rem;width:18.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#004c6d;background-image:none;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); } }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:20rem;height:0.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1vkhTBBQZTm8FyygwvK9nREJlenGVIi { display:block; }#v1vkhTBBQZTm8FyygwvK9nREJlenGVIi > .row .container { width:20rem;height:399.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlBlTAyBg88WhWlqdCL7ImbheKChgBgu { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNm1mDStyoTAOBL07WNwf1HBQBCG4wic { width:20rem;height:7.3125rem;top:10.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzh8gKMeadlZCl6AukJmIzZvkTdhWHO { width:20rem;height:17.5rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkN7pVno6DFc9xPLQBx3HTwwR5uFJ54C { width:20rem;height:1.375rem;top:37.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJSyDfEETnTUQG9zkW4AEg9SLdITKHP { width:20rem;height:5rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OPt1H7dLXSgS8NwESgnvcWZN6RWE0y { width:20rem;height:1.375rem;top:45.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxwXVPporL9rZ4Rf4XCD8En4CTWPtqZ { width:20rem;height:2.5rem;top:47.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMKh96zA3ffR4n7gzNw78tOzJeMp9O8 { width:20rem;height:1.375rem;top:51.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQWFbiPfPIXMIgK2gS851sC1GZEgyXVK { width:20rem;height:5rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uexqh3otVZRc1PqX2Nts1ZczAuZXX3LI { width:20rem;height:1.375rem;top:60.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9DrFKg6eRqdtJ80tthckqGZTCbqI9JK { width:20rem;height:2.5rem;top:63rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPIN75PhC4FvJeAUTFMk603blTTkaxL { width:20rem;height:12.5rem;top:66.75rem;left:0rem;font-size:1rem;display:block; }#lzPIN75PhC4FvJeAUTFMk603blTTkaxL li:before{  }
 }@media only screen and (max-width: 763px) { #MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB { width:20rem;height:4.0625rem;top:79.625rem;left:0rem;font-size:1rem;display:block; }#MaZKzbeK8TsbaEDkyb5TN46uS62R1KOB li:before{  }
 }@media only screen and (max-width: 763px) { #VXxaNST2DtFZFpG5iW5lmBy5sra7VRS4 { width:20rem;height:1.375rem;top:89.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZWBQm6DkgHWLpLV8po2FPGAeCBMCEV { width:20rem;height:3.75rem;top:92.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz { width:20rem;height:9.6875rem;top:97.375rem;left:0rem;font-size:1rem;display:block; }#WeI2G1IUeiUJIeV2CyQuBOgMgv05TELz li:before{  }
 }@media only screen and (max-width: 763px) { #hEyU5s03mktocEimMg6LN7Zx5SJNFMfa { width:20rem;height:5rem;top:108.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QayrI6aBIyh2Kf77uAH5N7Tp9m7Js9JR { width:20rem;height:1.375rem;top:114.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfQLidUH15XVTkks2LfJXeFhls3rp307 { width:20rem;height:20.3125rem;top:117.1875rem;left:0rem;font-size:1rem;display:block; }#qfQLidUH15XVTkks2LfJXeFhls3rp307 li:before{  }
 }@media only screen and (max-width: 763px) { #lWN2PIzFcbl7TFImd3sQflFL0ef8gQad { width:20rem;height:1.375rem;top:138.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1IsTukt2kXCbS0X19dQ8FXXyXXS2qLF { width:20rem;height:5rem;top:143.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxh4enZeK3TytTRTieb3JrTERI2XXXrE { width:20rem;height:1.1875rem;top:141.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwhmMeM1iwNKUdf5JMZ0GfV18c0ebgK { width:20rem;height:1.1875rem;top:149.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS { width:20rem;height:38.125rem;top:152.375rem;left:0rem;font-size:1rem;display:block; }#fWAbO8mm7vIwPnR6BXBA5skIqi6bvRqS li:before{  }
 }@media only screen and (max-width: 763px) { #FtswE7w8UTNWdvEfdTHF7oPqZdFWPyOQ { width:20rem;height:1.1875rem;top:191.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqnmPgSCLSgTLAniCuEx5mmi383HAE5b { width:20rem;height:10.625rem;top:194.1875rem;left:0rem;font-size:1rem;display:block; }#dqnmPgSCLSgTLAniCuEx5mmi383HAE5b li:before{  }
 }@media only screen and (max-width: 763px) { #TrGkX4VmrQ8JwJDEelbvc6aK1I0GZJ5W { width:20rem;height:1.375rem;top:206.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Wt7VZHvTRr5Pw7qBTXL0E0rOWd16T0 { width:20rem;height:7.5rem;top:208.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1wT1C1TMPCx0yZfPkOQuha6T7QMF63 { width:20rem;height:1.375rem;top:217.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usyf9utwusg28BQyQyhhI7XK9aTa2iyT { width:20rem;height:8.75rem;top:220.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGZkOcrfLPWOsR0DaeEXTuJFJeyyaPhT { width:20rem;height:1.375rem;top:230.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxh1pyyIKkXMU13fkAP8RGFITMMPlf6O { width:20rem;height:12.5rem;top:232.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7M73tcCtOBbPMuD717bnbnghdgIVtfN { width:20rem;height:1.375rem;top:246.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip3MklguAqECh7Hb4sM4PG9U8N43GgtQ { width:20rem;height:16.25rem;top:249.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXTDJnrESXsmhsC52EcZrozZZWLqqSPm { width:20rem;height:1.375rem;top:266.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqwwqoVtZrLAFH6LRtOf1O94gomu97N { width:20rem;height:3.75rem;top:269.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwswqg98L63rS59Z9p48HdsQg77L7Td3 { width:20rem;height:1.375rem;top:274.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E80bzclJsIxqDy2eayamStlmyctoCpV5 { width:20rem;height:5rem;top:276.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnwy1clMtdwCXUKKp5seNEIzXw9qZE1g { width:20rem;height:1.375rem;top:283.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAcs9NRV0kAOHRqwT7yDVfWCPQh82En2 { width:20rem;height:3.75rem;top:285.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmBUG8fQkaJJTPruConO46wZLttSKbm { width:20rem;height:1.375rem;top:290.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6hOT3XmJLDhmgHVFtMkbLdfsdDhC3A { width:20rem;height:2.5rem;top:293.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKvarLgR73dpKGHGbEkfWrBcTWrtwq5z { width:20rem;height:1.375rem;top:297.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyoKOctbP9VuJOkESvkT2PpUcD2W4yn9 { width:20rem;height:3.75rem;top:299.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FozK3rzxRqtrtd9ud5Td9OWyxwpzsT { width:20rem;height:2.75rem;top:304.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iotvTg3FAy8FXqsaXhFkpIlBvUa3aTVK { width:20rem;height:1.1875rem;top:308.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlkb69JLNw0B3ys4WVW23BRb173a7lbR { width:20rem;height:3.75rem;top:311.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq { width:20rem;height:6.5625rem;top:316.25rem;left:0rem;font-size:1rem;display:block; }#oO5a5TZFkICDMhRKRE9K5mmx0BsSuskq li:before{  }
 }@media only screen and (max-width: 763px) { #XGTcQ1qdnlfZewOB5wenQQub8rggKLMs { width:20rem;height:1.1875rem;top:324.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 { width:20rem;height:14.375rem;top:326.5rem;left:0rem;font-size:1rem;display:block; }#C5boq0rMVF5P8hqpbaRNkTIKPsZ20PT9 li:before{  }
 }@media only screen and (max-width: 763px) { #p1rADJidROB9TToyd5KtEyzLMP2tth7E { width:20rem;height:1.1875rem;top:342.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM { width:20rem;height:14.375rem;top:344.5625rem;left:0rem;font-size:1rem;display:block; }#LSkxsXH7RLGHwuQJD4wF7sZC6QOdFfkM li:before{  }
 }@media only screen and (max-width: 763px) { #bBfo8dioUi93V4gkEtr2UyBp8SHzQtvy { width:20rem;height:1.1875rem;top:360.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk { width:20rem;height:6.5625rem;top:362.625rem;left:0rem;font-size:1rem;display:block; }#AVV7F6JE94yBPCuqK3TBoK7bZ6zoImlk li:before{  }
 }@media only screen and (max-width: 763px) { #c3GUyy51iscewN9TmKOzidfH5K89rRZL { width:20rem;height:1.1875rem;top:370.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI { width:20rem;height:11.875rem;top:372.875rem;left:0rem;font-size:1rem;display:block; }#Unm5w0mJdGFEP7o64X6RQJMXufVfqxGI li:before{  }
 }@media only screen and (max-width: 763px) { #VXG7RiWTcWs7FTxaDFSzT77FkFdOV4I1 { width:20rem;height:1.1875rem;top:386rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 { width:20rem;height:10.3125rem;top:388.4375rem;left:0rem;font-size:1rem;display:block; }#d9p5V6yEtLnSioqG8CBVmriXnSkhOZi9 li:before{  }
 }@media only screen and (max-width: 763px) { #flKDQl9kPUgTuv0bQLtFXZTc3V4sykIL { width:20rem;height:4rem;top:84.40625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:18.5rem;height:5rem;top:1.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:20rem;height:2.5rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { top:8.1875rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcyxqVX19cnR3E8DNstsM3KIve8vBTaV { display:block; }
 }@media only screen and (max-width: 763px) { #mpkzpvXLAQ1fXfoZDU0RAQ1DEMQDcfGb { width:18.375rem;height:23.75rem;top:14.875rem;left:0.8125rem;display:block; }
 }