.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:228,239,249;--color-primary-1:202,230,255;--color-primary-2:51,183,211;--color-primary-3:0,165,200;--color-primary-4:0,64,128;--color-secondary-0:255,237,220;--color-secondary-1:239,219,127;--color-secondary-2:255,164,80;--color-secondary-3:153,98,48;--color-secondary-4:51,33,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:20.5rem;top:1.839599609375rem;left:0rem;overflow:hidden;display:block; }
#U4X81NuSydhNOHvqk87qzm0L5GtCrCH2 { position:absolute;display:block;z-index:15024;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.875rem;width:21.25rem;top:0.40277779102326rem;left:38.689237594604rem;overflow:hidden;display:block; }
#IBpvFUxeTDZAcOWgGfBDTvMpXxKSdEBL { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.7621526718137rem;left:7.53125rem;height:10.4809375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4B8tbOGFCNmd1b6n5P53qWChHzVlTgV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:24.3408203125rem;left:1.6484375rem;height:8.7939375rem;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; }
#bNIob9kD8BoRKtXu360pAibwNAB4lwiW { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:35.0283203125rem;left:1.6484375rem;height:5.0647rem;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;font-style:normal;display:block; }
#zT7evhCpyJX1GdOhBWPc4d4aq6cHIHPz { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.18359375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.115234375rem;left:20.625rem;display:block; }
#t7TH8vQTik2uZuhxvRkQX0lJXapk1I87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r13zThoKR42kozgLUgLoqZLQhhD8Ptfb { position:absolute;display:block;z-index:15025;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:14.561625rem;width:23.499375rem;top:24.34114074707rem;left:35.07682800293rem;overflow:hidden;display:block; }
#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container { background-color: transparent; background-image: none; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container > .video-iframe-container { display: none; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row > .video-iframe-container { display: none; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .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); }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container { border-width: 0; border-radius: 0; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#IMwfXAMoaMaozoxsafp8HzHHiRPoKNDr { color:rgba(var(--color-primary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:16.875rem;left:1.75rem;height:2.3999rem;font-style:normal;display:block; }
#TNsmyqesHT1ET1Va40hFmEm500odoEDO { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.77734375rem;left:8.125rem;height:6.5954375rem;text-align:center;text-align-last:center;display:block; }
#ZnvlnNHe9R7uzcffWq1tAXT6TvzfOuXT { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.130210876465rem;left:8.125rem;height:4.7973625rem;display:block; }
#p2iTmDHE6S7Ov03u81Xw23oMPkGIcBPB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:26.5615234375rem;left:8.125rem;height:4.7973625rem;display:block; }
#GDq9h82K9TyT654y6u5eU4l8oSC3vtqf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:33.162109375rem;left:8.125rem;height:4.7973625rem;display:block; }
#HbH2XIzbSuUgKTpAMCTguWXGvnZZnSvT { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xErVtEb6zxQSCLoMOpWdnHXrnrg1UxQM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:26.7744140625rem;left:1.8125rem;display:block; }
#TvnHcrzPDqcU9EZFrrNUwEQpvQvKAoeL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:20.34375rem;left:1.8125rem;display:block; }
#isfiAZurIt27RnFtMytsTUV70faGJww0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.9375rem;left:2.4375rem; }
#qTqnMTXhz3VZlnWX0VxXetkcNChSGEdS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.5rem;left:2.4375rem; }
#rcGg1TvHiEhDpyJxoMq5zSMU4cI6Msvq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34rem;left:2.4375rem; }
#ZZxS6aGFmXgIm7nGx6Igy3khCGdImsnS { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:33.412109375rem;left:1.8125rem;display:block; }
#VTJeLbXBkJ7aR28unSgg75eOK1mZhGFk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:24.0625rem;top:21.125rem;left:33.3125rem;overflow:hidden;display:block; }
#tFW9rfNWqT3t3mKxE3t0BvUlvOblpQZT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1862rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.867188453674rem;left:20.625rem;display:block; }
#e2xR43VvkhzckVrdLMTb6bTpnZLCauqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRAsz7BUEqShvBi5HeHbODATsZLczPfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { background-color: transparent; background-image: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container > .video-iframe-container { display: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container { display: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .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); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { border-width: 0; border-radius: 0; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#Po5k0erQbyUB3h4loOimeMZ19RWOzlUh { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:16.125rem;left:29.5rem;height:4.49706875rem;display:block; }
#LwZy4iCfcDO3boHFaMT9zx1mPq2bMIVs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:29.5rem;height:4.49706875rem;display:block; }
#SbF6NpqKdh0SrdThbEhsFR3Ci4BmMlw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.1875rem;left:4.1875rem;height:7.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIdwq6R5KKr3eCW1tWsxUULSs32TrR01 { color:rgba(var(--color-primary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4232950210571rem;left:3.9053611755371rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlvhMweu9wfwxmQApx3f1ERoPm7HeL4o { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:16.125rem;left:23.8125rem;display:block; }
#OOGuUfolgtuDrXISEr3m9U71o1V8IKtB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:10.1875rem;left:23.8125rem;display:block; }
#rFElqdUIGyH4r64rr6pdzxfyMzKvTZXW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.375rem;left:29.5rem;height:4.49706875rem;display:block; }
#AIq1sV5eMvbbXtMo7DX3kaWSogzEv4TH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:22.375rem;left:23.8125rem;display:block; }
#SIebidn2fAfQULWPmIEwbHaSk0K6fs7f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.8125rem;left:24.3125rem; }
#wPowyGMTKgPqwtrANRk5N16pkUPmn55s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.8125rem;left:24.4375rem; }
#TPlaTUAB3rxg1EDDZid64ysbHyTtwdXU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23rem;left:24.5rem; }
#CzB3InF2PRRzpZAxRqTUh56QZuNccroy { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.243058204651rem;left:5.0314674377441rem;height:3.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJOH9ukxIOdGSTnptykb10vdHl525BmK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1857625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.980905056rem;left:20.625rem;display:block; }
#uGGpMNmBhOcu6MTKfcq9kuQt4Jc16n86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwwaP5OZk2Bgqf3NlBrCEsQ6QazqiQ9P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.2373046875rem;left:3.9052734375rem;height:7.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { background-color: transparent; background-image: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { border-width: 0; border-radius: 0; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4349012374878rem;left:0.40625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.1872787475588rem;left:8.3745689392087rem;height:7.1996875rem;text-align:center;text-align-last:center;display:block; }
#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:28.4375rem;left:2.03125rem;height:11.1181875rem;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
#bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { position:absolute;display:block;z-index:15015;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.1875rem;width:7.1875rem;top:17.562278747559rem;left:46.624355316162rem;overflow:hidden;display:block; }
#dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:17.562278747559rem;left:26.406253814698rem;overflow:hidden;display:block; }
#gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:17.562278747559rem;left:6.25rem;overflow:hidden;display:block; }
#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.461807250976rem;left:22.187503814698rem;height:8.120125rem;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
#OrcbozPr90G14oteGJ8OM9r8epGiV07l { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.461807250976rem;left:42.405605316162rem;height:12.6171875rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
#xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:25.5615234375rem;left:3.09375rem;height:2.1984875rem;font-style:normal;display:block; }
#SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:25.5615234375rem;left:21rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { color:rgba(var(--color-secondary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:25.5615234375rem;left:41.2490234375rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbQ3waS3HJ1PAdVTuNNCUCK69Lw1ZGAF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1862rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.170575380326rem;left:20.625rem;display:block; }
#IBlvZiHB16zrMcuIQ45TlapFZ4o0XmAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { background-color: transparent; background-image: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .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); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { border-width: 0; border-radius: 0; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:11.8603515625rem;left:10rem;display:block; }
#qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.33984375rem;left:10rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container { background-color: transparent; background-image: none; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container > .video-iframe-container { display: none; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row > .video-iframe-container { display: none; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .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); }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container { border-width: 0; border-radius: 0; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#QoxBQeJS964pZXFpT6DDnoI4t0OWhD3D { color:#004080;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1864550113678rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qD9tMSbOdhBtcuVB1azbT5h6AwOAXm7w { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:11.684906005859rem;left:4.3107643127441rem;overflow:hidden;display:block; }
#czDci9Gc419MWmh2TSoaGZcevwNxewro { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.1875rem;left:3.8116321563721rem;display:block; }
#Cq7RkJRyA9J0t0QiFon4DHb75qVT2XZX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.8720703125rem;left:1.060546875rem;height:18.005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D08VtwWDvs3o5apID4g8tiLJqrEyTeIq { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:39.0625rem;width:19rem;top:9.3732604980469rem;left:0rem;display:block; }
#wHByiM0DK5zyLFlsLORBhEef33kWuIb3 { color:rgba(var(--color-primary-4),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:43.875rem;left:1.1232643127441rem;height:3.1982375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCATGUDgisTtW4qDbWnkb43xrsawNLHA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:19rem;top:9.375rem;left:20.625001907349rem;display:block; }
#glIu5LCza3gx2DKM3dNhTMXbzPkVI318 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.872406005859rem;left:22.436632156372rem;height:18.005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JI79HugcoxxbCPLQttGPKQuLlKBKt5uS { color:rgba(var(--color-primary-4),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:43.875rem;left:21.748266220092rem;height:3.1982375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVmJLRUvt8VgTcXXPODBixHCT9LnIkML { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.1875rem;left:24.436632156372rem;display:block; }
#uSIID7VB9Wgv4Tbf5NaGW6vVTqc2Ug06 { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:11.684906005859rem;left:24.936632156372rem;overflow:hidden;display:block; }
#F4uhtQsleS60yri053MiqklGLKCeGU09 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:39.0625rem;width:19rem;top:9.3732604980469rem;left:40.998266220093rem;display:block; }
#aTFn0UxTTGZoRec39yN3OqDiRR6gunmG { color:rgba(var(--color-primary-4),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:43.875rem;left:42.124132156372rem;height:3.1982375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TORDwqG2HranRqCG2B4p3swKqoWfgGVa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:23.8720703125rem;left:42.216796875rem;height:18.005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FSk3kUCACGKcXqBlhuHgIxz44fMJ5UUm { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:43.125rem;left:48.870660781861rem;display:block; }
#DASTWrzHCc7Awwf8e1LZhM8OboA0tAJz { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.1875rem;left:44.811632156372rem;display:block; }
#d514bfXKfTTEWg854U3nSBfM0AcwJu9d { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:11.684906005859rem;left:45.312501907349rem;overflow:hidden;display:block; }
#HEcHlCfstbRwq7xUOnSLKuTGp8M4xFeG { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:3.2487rem;top:43.125rem;left:28.373266220092rem;display:block; }
#vkDVukvUWrzBh92mJo3dQDT012zEUccU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:43.125rem;left:7.7986106872556rem;display:block; }
#qA6TrksANxK4HwN43O7g3dihTzdw02SK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:38.125rem;left:48.87109375rem;display:none; }
#Zh81wa9qNkuClS58zl8qNQDtyTx1N9nL { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:38.125rem;left:48.87109375rem;display:none; }
#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004080;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; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.811613082886rem;left:11.213600158691rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { color:rgba(var(--color-tertiary-0),1);display:block;width:49.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:6.3334522247312rem;left:4.8100128173828rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2D0yn8H7OIcoPle3OZ13Gb2UJXRvT70 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1862rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.02214050293rem;left:19.993492126465rem;display:block; }
#DUvXvmSB2hhUDaHcLvOkqI3iCq0KHIl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { top:1.8125rem;left:0rem;width:20.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4X81NuSydhNOHvqk87qzm0L5GtCrCH2 { top:0.375rem;left:26.5rem;width:21.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBpvFUxeTDZAcOWgGfBDTvMpXxKSdEBL { top:9.75rem;left:1.40625rem;width:44.9375rem;height:10.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4B8tbOGFCNmd1b6n5P53qWChHzVlTgV { top:24.3125rem;left:0rem;width:28.25rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNIob9kD8BoRKtXu360pAibwNAB4lwiW { top:35rem;left:0rem;width:30.125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7evhCpyJX1GdOhBWPc4d4aq6cHIHPz { width:18.75rem;height:3.125rem;top:44.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7TH8vQTik2uZuhxvRkQX0lJXapk1I87 { display:block; }
 }@media only screen and (max-width: 763px) { #r13zThoKR42kozgLUgLoqZLQhhD8Ptfb { top:24.3125rem;left:24.3125rem;width:23.4375rem;height:14.523272077696rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 { display:block; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMwfXAMoaMaozoxsafp8HzHHiRPoKNDr { top:16.875rem;left:0rem;width:28.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNsmyqesHT1ET1Va40hFmEm500odoEDO { top:7.75rem;left:2rem;width:43.75rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvlnNHe9R7uzcffWq1tAXT6TvzfOuXT { top:20.125rem;left:2rem;width:18rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2iTmDHE6S7Ov03u81Xw23oMPkGIcBPB { top:26.5rem;left:2rem;width:18.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDq9h82K9TyT654y6u5eU4l8oSC3vtqf { top:33.125rem;left:2rem;width:17.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbH2XIzbSuUgKTpAMCTguWXGvnZZnSvT { top:3.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xErVtEb6zxQSCLoMOpWdnHXrnrg1UxQM { top:26.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnHcrzPDqcU9EZFrrNUwEQpvQvKAoeL { top:20.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isfiAZurIt27RnFtMytsTUV70faGJww0 { top:20.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTqnMTXhz3VZlnWX0VxXetkcNChSGEdS { top:27.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGg1TvHiEhDpyJxoMq5zSMU4cI6Msvq { top:34rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxS6aGFmXgIm7nGx6Igy3khCGdImsnS { top:33.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTJeLbXBkJ7aR28unSgg75eOK1mZhGFk { top:21.125rem;left:23.6875rem;width:24.0625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFW9rfNWqT3t3mKxE3t0BvUlvOblpQZT { width:18.75rem;height:3.125rem;top:39.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2xR43VvkhzckVrdLMTb6bTpnZLCauqX { display:block; }
 }@media only screen and (max-width: 763px) { #NRAsz7BUEqShvBi5HeHbODATsZLczPfA { display:block; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po5k0erQbyUB3h4loOimeMZ19RWOzlUh { top:16.125rem;left:21.4375rem;width:26.3125rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwZy4iCfcDO3boHFaMT9zx1mPq2bMIVs { top:10.1875rem;left:21.5rem;width:26.25rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbF6NpqKdh0SrdThbEhsFR3Ci4BmMlw8 { top:10.1875rem;left:0rem;width:16.875rem;height:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIdwq6R5KKr3eCW1tWsxUULSs32TrR01 { top:3.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlvhMweu9wfwxmQApx3f1ERoPm7HeL4o { top:16.125rem;left:17.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOGuUfolgtuDrXISEr3m9U71o1V8IKtB { top:10.1875rem;left:17.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFElqdUIGyH4r64rr6pdzxfyMzKvTZXW { top:22.375rem;left:21.625rem;width:26.125rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIq1sV5eMvbbXtMo7DX3kaWSogzEv4TH { top:22.375rem;left:17.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIebidn2fAfQULWPmIEwbHaSk0K6fs7f { top:10.8125rem;left:18.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPowyGMTKgPqwtrANRk5N16pkUPmn55s { top:16.8125rem;left:18.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlaTUAB3rxg1EDDZid64ysbHyTtwdXU { top:23rem;left:18.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzB3InF2PRRzpZAxRqTUh56QZuNccroy { top:30.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJOH9ukxIOdGSTnptykb10vdHl525BmK { width:18.75rem;height:3.125rem;top:35.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGpMNmBhOcu6MTKfcq9kuQt4Jc16n86 { display:block; }
 }@media only screen and (max-width: 763px) { #rwwaP5OZk2Bgqf3NlBrCEsQ6QazqiQ9P { top:19.1875rem;left:0rem;width:16.875rem;height:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { display:block; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { top:3.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { top:8.125rem;left:2.2491321563721rem;width:43.25rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { top:28.4375rem;left:0rem;width:15.625rem;height:11.125rem;font-size:1rem;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { top:17.5rem;left:40.499355316162rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { top:17.5rem;left:20.281253814698rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { top:17.5rem;left:0.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { top:28.4375rem;left:16.0625rem;width:15.625rem;height:;font-size:1rem;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #OrcbozPr90G14oteGJ8OM9r8epGiV07l { top:28.4375rem;left:32.125rem;width:15.625rem;height:12.625rem;font-size:1rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { top:25.5rem;left:0rem;width:13.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { top:25.5rem;left:14.875rem;width:18rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { top:25.5rem;left:29.8125rem;width:17.9375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQ3waS3HJ1PAdVTuNNCUCK69Lw1ZGAF { width:18.75rem;height:3.125rem;top:43.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlvZiHB16zrMcuIQ45TlapFZ4o0XmAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { display:block; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { top:11.8125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { top:6.3125rem;left:0rem;width:40rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { top:1.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvfa7618VQiyXwyJBEthMm3231xeH9QJ { display:block; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoxBQeJS964pZXFpT6DDnoI4t0OWhD3D { width:47.75rem;height:3.25rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9tMSbOdhBtcuVB1azbT5h6AwOAXm7w { width:10rem;height:10rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDci9Gc419MWmh2TSoaGZcevwNxewro { width:11.375rem;height:11.375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7RkJRyA9J0t0QiFon4DHb75qVT2XZX { width:16.75rem;height:17.9375rem;top:23.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08VtwWDvs3o5apID4g8tiLJqrEyTeIq { width:19rem;height:39.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHByiM0DK5zyLFlsLORBhEef33kWuIb3 { width:16.875rem;height:3.1875rem;top:43.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCATGUDgisTtW4qDbWnkb43xrsawNLHA { width:19rem;height:39.0625rem;top:9.375rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIu5LCza3gx2DKM3dNhTMXbzPkVI318 { width:15.75rem;height:17.9375rem;top:23.8125rem;left:16.311632156372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI79HugcoxxbCPLQttGPKQuLlKBKt5uS { width:16.875rem;height:3.1875rem;top:43.875rem;left:15.623266220092rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVmJLRUvt8VgTcXXPODBixHCT9LnIkML { width:11.375rem;height:11.375rem;top:11.1875rem;left:18.311632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIID7VB9Wgv4Tbf5NaGW6vVTqc2Ug06 { width:10rem;height:10rem;top:11.625rem;left:18.811632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4uhtQsleS60yri053MiqklGLKCeGU09 { width:19rem;height:39.0625rem;top:9.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFn0UxTTGZoRec39yN3OqDiRR6gunmG { width:16.875rem;height:3.1875rem;top:43.875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TORDwqG2HranRqCG2B4p3swKqoWfgGVa { width:16.5625rem;height:17.9375rem;top:23.8125rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSk3kUCACGKcXqBlhuHgIxz44fMJ5UUm { width:3.1875rem;height:0;top:43.125rem;left:42.745660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #DASTWrzHCc7Awwf8e1LZhM8OboA0tAJz { width:11.375rem;height:11.375rem;top:11.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d514bfXKfTTEWg854U3nSBfM0AcwJu9d { width:10rem;height:10rem;top:11.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEcHlCfstbRwq7xUOnSLKuTGp8M4xFeG { width:3.1875rem;height:0;top:43.125rem;left:22.248266220092rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkDVukvUWrzBh92mJo3dQDT012zEUccU { width:3.1875rem;height:0;top:43.125rem;left:1.6736106872559rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6TrksANxK4HwN43O7g3dihTzdw02SK { width:3.1875rem;height:0;top:38.125rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zh81wa9qNkuClS58zl8qNQDtyTx1N9nL { width:3.1875rem;height:0;top:38.125rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { display:block; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:1.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { top:17.75rem;left:5.0885429382324rem;width:36.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { width:47.75rem;height:3.9375rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2D0yn8H7OIcoPle3OZ13Gb2UJXRvT70 { width:18.75rem;height:3.125rem;top:12rem;left:13.868492126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvXvmSB2hhUDaHcLvOkqI3iCq0KHIl0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { background-color:#004080;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; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { width:20rem;height:2.87435rem;top:1.6243489980698rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U4X81NuSydhNOHvqk87qzm0L5GtCrCH2 { width:14.5625rem;height:4.875rem;top:5.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBpvFUxeTDZAcOWgGfBDTvMpXxKSdEBL { width:20rem;height:11.7798125rem;top:11.74560546875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4B8tbOGFCNmd1b6n5P53qWChHzVlTgV { width:19.1845625rem;height:10.495625rem;top:39.86572265625rem;left:0.40771484375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bNIob9kD8BoRKtXu360pAibwNAB4lwiW { width:19.3090625rem;height:11.25rem;top:51.605224609375rem;left:0.345458984375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT7evhCpyJX1GdOhBWPc4d4aq6cHIHPz { width:20rem;height:3.125rem;top:64.80224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7TH8vQTik2uZuhxvRkQX0lJXapk1I87 { display:block; }
 }@media only screen and (max-width: 763px) { #r13zThoKR42kozgLUgLoqZLQhhD8Ptfb { width:20rem;height:12.3925625rem;top:26.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 { display:block; }#pb6zw9myiBgG8NIoMBmrezcSRuw1FhN7 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMwfXAMoaMaozoxsafp8HzHHiRPoKNDr { width:20rem;height:4.79980625rem;top:36.7333984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNsmyqesHT1ET1Va40hFmEm500odoEDO { width:19.1875rem;height:12.60375rem;top:22.9853515625rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvlnNHe9R7uzcffWq1tAXT6TvzfOuXT { width:13.75rem;height:4.7973625rem;top:47.330322265625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2iTmDHE6S7Ov03u81Xw23oMPkGIcBPB { width:13.75rem;height:6.3965rem;top:59.375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDq9h82K9TyT654y6u5eU4l8oSC3vtqf { width:13.75rem;height:4.7973625rem;top:73.4375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbH2XIzbSuUgKTpAMCTguWXGvnZZnSvT { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xErVtEb6zxQSCLoMOpWdnHXrnrg1UxQM { width:4.375rem;height:4.375rem;top:54.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnHcrzPDqcU9EZFrrNUwEQpvQvKAoeL { width:4.375rem;height:4.375rem;top:42.1435546875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isfiAZurIt27RnFtMytsTUV70faGJww0 { display:flex;width:3.125rem;height:3.125rem;top:42.73681640625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qTqnMTXhz3VZlnWX0VxXetkcNChSGEdS { display:flex;width:3.125rem;height:3.125rem;top:54.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rcGg1TvHiEhDpyJxoMq5zSMU4cI6Msvq { display:flex;width:3.125rem;height:3.125rem;top:68.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZZxS6aGFmXgIm7nGx6Igy3khCGdImsnS { width:4.375rem;height:4.375rem;top:68.25rem;left:7.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VTJeLbXBkJ7aR28unSgg75eOK1mZhGFk { width:17.8125rem;height:11.0625rem;top:10.3623046875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFW9rfNWqT3t3mKxE3t0BvUlvOblpQZT { width:18.75rem;height:3.125rem;top:79.71435546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2xR43VvkhzckVrdLMTb6bTpnZLCauqX { display:block; }
 }@media only screen and (max-width: 763px) { #NRAsz7BUEqShvBi5HeHbODATsZLczPfA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { background-color: transparent; background-image: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container > .video-iframe-container { display: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container { display: none; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .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); }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { border-width: 0; border-radius: 0; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRAsz7BUEqShvBi5HeHbODATsZLczPfA > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po5k0erQbyUB3h4loOimeMZ19RWOzlUh { width:17.5rem;height:5.99609375rem;top:39.7314453125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LwZy4iCfcDO3boHFaMT9zx1mPq2bMIVs { width:17.5rem;height:5.99609375rem;top:26.85546875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #SbF6NpqKdh0SrdThbEhsFR3Ci4BmMlw8 { width:18.75rem;height:5.2478rem;top:6.983642578125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZIdwq6R5KKr3eCW1tWsxUULSs32TrR01 { width:20rem;height:4.55078125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OlvhMweu9wfwxmQApx3f1ERoPm7HeL4o { width:4.375rem;height:4.375rem;top:34.4189453125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOGuUfolgtuDrXISEr3m9U71o1V8IKtB { width:4.375rem;height:4.375rem;top:21.54296875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFElqdUIGyH4r64rr6pdzxfyMzKvTZXW { width:17.5rem;height:5.99609375rem;top:52.606201171875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #AIq1sV5eMvbbXtMo7DX3kaWSogzEv4TH { width:4.375rem;height:4.375rem;top:47.293701171875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIebidn2fAfQULWPmIEwbHaSk0K6fs7f { display:flex;width:3.125rem;height:3.125rem;top:22.16796875rem;left:8.311767578125rem; }
 }@media only screen and (max-width: 763px) { #wPowyGMTKgPqwtrANRk5N16pkUPmn55s { display:flex;width:3.125rem;height:3.125rem;top:35.106201171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TPlaTUAB3rxg1EDDZid64ysbHyTtwdXU { display:flex;width:3.125rem;height:3.125rem;top:47.918701171875rem;left:8.499755859375rem; }
 }@media only screen and (max-width: 763px) { #CzB3InF2PRRzpZAxRqTUh56QZuNccroy { width:20rem;height:8.7463125rem;top:60.194091796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #MJOH9ukxIOdGSTnptykb10vdHl525BmK { width:18.75rem;height:3.125rem;top:70.980224609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGpMNmBhOcu6MTKfcq9kuQt4Jc16n86 { display:block; }
 }@media only screen and (max-width: 763px) { #rwwaP5OZk2Bgqf3NlBrCEsQ6QazqiQ9P { width:16.875rem;height:6.9970625rem;top:13.553466796875rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { background-color:#004080;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; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { background-color: transparent; background-image: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { border-width: 0; border-radius: 0; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { width:19rem;height:10.3955rem;top:1.1875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { width:18.3730625rem;height:9.0026875rem;top:12.6728515625rem;left:0.811767578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { width:16.1230625rem;height:11.125rem;top:34rem;left:1.9375rem;font-size:1rem;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { width:7.1875rem;height:7.1875rem;top:70.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { width:7.1875rem;height:7.1875rem;top:49.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { width:7.1875rem;height:7.1875rem;top:25.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { width:16.1230625rem;height:8.125rem;top:57.6875rem;left:1.9375rem;font-size:1rem;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #OrcbozPr90G14oteGJ8OM9r8epGiV07l { width:16.1230625rem;height:12.625rem;top:78.375rem;left:1.9375rem;font-size:1rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88c7423843e92e687b4aefb024087a03eb8294d5.svg); }
 }@media only screen and (max-width: 763px) { #xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { width:13.4980625rem;height:2.19921875rem;top:23.125rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { width:17.6230625rem;height:2.19921875rem;top:46.5625rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { width:20rem;height:2.19921875rem;top:67.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbQ3waS3HJ1PAdVTuNNCUCK69Lw1ZGAF { width:18.75rem;height:3.125rem;top:93.0000038147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlvZiHB16zrMcuIQ45TlapFZ4o0XmAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { background-color: transparent; background-image: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .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); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { border-width: 0; border-radius: 0; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { height:11.25rem;width:20rem;top:16.14846875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { width:18.5605625rem;height:5.4016125rem;top:7.69921875rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { width:18.9375rem;height:5.19775625rem;top:1.25rem;left:0.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xvfa7618VQiyXwyJBEthMm3231xeH9QJ { display:block; }#Xvfa7618VQiyXwyJBEthMm3231xeH9QJ > .row .container { width:20rem;height:135.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoxBQeJS964pZXFpT6DDnoI4t0OWhD3D { width:20rem;height:7.796625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9tMSbOdhBtcuVB1azbT5h6AwOAXm7w { width:10rem;height:10rem;top:12.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDci9Gc419MWmh2TSoaGZcevwNxewro { width:11.375rem;height:11.375rem;top:12.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7RkJRyA9J0t0QiFon4DHb75qVT2XZX { width:16.625rem;height:18.005375rem;top:24.937502861023rem;left:1.6875001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D08VtwWDvs3o5apID4g8tiLJqrEyTeIq { width:19rem;height:41.4375rem;top:9rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHByiM0DK5zyLFlsLORBhEef33kWuIb3 { width:16.875rem;height:3.1982375rem;top:45.75rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCATGUDgisTtW4qDbWnkb43xrsawNLHA { width:19rem;height:40.1875rem;top:52.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIu5LCza3gx2DKM3dNhTMXbzPkVI318 { width:15.75rem;height:18.005375rem;top:67.0625rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JI79HugcoxxbCPLQttGPKQuLlKBKt5uS { width:16.875rem;height:3.1982375rem;top:87.8125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVmJLRUvt8VgTcXXPODBixHCT9LnIkML { width:11.375rem;height:11.375rem;top:54.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIID7VB9Wgv4Tbf5NaGW6vVTqc2Ug06 { width:10rem;height:10rem;top:55.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4uhtQsleS60yri053MiqklGLKCeGU09 { width:19rem;height:39.6875rem;top:94.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFn0UxTTGZoRec39yN3OqDiRR6gunmG { width:16.875rem;height:3.1982375rem;top:128.7500038147rem;left:1.5625001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TORDwqG2HranRqCG2B4p3swKqoWfgGVa { width:15.75rem;height:18.005375rem;top:108.1875rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSk3kUCACGKcXqBlhuHgIxz44fMJ5UUm { width:3.25rem;height:0.0625rem;top:127.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DASTWrzHCc7Awwf8e1LZhM8OboA0tAJz { width:11.375rem;height:11.375rem;top:95.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d514bfXKfTTEWg854U3nSBfM0AcwJu9d { width:10rem;height:10rem;top:95.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEcHlCfstbRwq7xUOnSLKuTGp8M4xFeG { width:3.1875rem;height:0;top:109.69921875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkDVukvUWrzBh92mJo3dQDT012zEUccU { width:3.1875rem;height:0;top:110.94921875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6TrksANxK4HwN43O7g3dihTzdw02SK { width:3.25rem;height:0.0625rem;top:86.5rem;left:8.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Zh81wa9qNkuClS58zl8qNQDtyTx1N9nL { width:3.25rem;height:0.0625rem;top:44.5625rem;left:8.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { background-color:#004080;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; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { width:20rem;height:1.29948125rem;top:22.446617126465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { width:17.8125rem;height:6.7529375rem;top:7.69921875rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z2D0yn8H7OIcoPle3OZ13Gb2UJXRvT70 { width:18.75rem;height:3.125rem;top:16.996078491211rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvXvmSB2hhUDaHcLvOkqI3iCq0KHIl0 { display:block; }
 }