.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:255,240,204;--color-primary-1:255,209,102;--color-primary-2:255,178,0;--color-primary-3:218,183,17;--color-primary-4:51,36,0;--color-secondary-0:255,224,221;--color-secondary-1:255,187,181;--color-secondary-2:255,101,84;--color-secondary-3:153,61,50;--color-secondary-4:51,20,17;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:231,235,243;--color-tertiary-3:228,233,243;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"roboto"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT { 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;z-index:auto;display:block; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container { background-color: transparent; background-image: none; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container > .video-iframe-container { display: none; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row > .video-iframe-container { display: none; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .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); }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container { border-width: 0; border-radius: 0; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#alkKLQltdEbhSeOJvzFnvcJRzwpT4Boz { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.3125rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:7.78125rem;left:26.4501953125rem;display:block; }
#C1WVPeNLeftiAOPgCJbFoJiDQrTuKgx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2uRtKBxPVvxnJpoeBXJR9nTWo8cVmiy { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.3125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:4.1875rem;left:44.5625rem;display:block; }
#y27BuhaRe8MW39AgUCprhDg2x2qpepLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3mwKH3vTpXQiRCLFbuBxJIrg30xFuTq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:25.625rem;top:1.53125rem;left:0.8251953125rem;overflow:hidden;display:block; }
#VS7TDfzhAp2SAgtXvTdX3c9AqcrRmn2o { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:7.5rem;left:23.375rem; }
#TJ7JR9bWItga5rZvVR4waEzvtGGSgLPZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:3.875rem;left:42.0625rem; }
#sXT2ACR5TtbC1Fp2x7si5JMQu9pLaQxE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.5rem;left:8.5625rem; }
#o9SgLhBhM8iDL3gykv8OoAulzk7zkcTy { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.3125rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:7.78125rem;left:11.0625rem;display:block; }
#zb8QrSt87UVpfPKasiigfTvNVkE4CgIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { position:relative;display:block; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { background-color: transparent; background-image: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container > .video-iframe-container { display: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row > .video-iframe-container { display: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .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); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { border-width: 0; border-radius: 0; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),0);background-image:none;font-size:0.875rem;font-family:arial;height:115.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qwMStNSPlbIXtEhMTmEvnsvqk8GNZ8Tn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:15.5625rem;left:5.625rem;display:block; }
#lTHv1LhbrNLG8pI2snTcSpxZvzA1gSxO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.5625rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#scVsixKdZw4H4Gi098cx9JMyDmHRETxu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:17rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WCoxC2l9pAwuHVtxADD7UZutPrk7u21N { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.6748046875rem;left:19rem;height:2.4375rem;font-style:normal;display:block; }
#aFm6Uu98fd6g6eDHurLwCFrxB5QJbPoW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.806640625rem;left:19.03125rem;height:1.94970625rem;font-style:normal;display:block; }
#FGppCHkznpLJui0eWrfKS14GzlP3EO57 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.9375rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.1875rem;left:15.625rem;height:2.9121125rem;font-style:normal;display:block; }#IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu li:before{  }
#Q4ro3caiTf7TqAz3UiXTTfHxOPyFQSgw { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:17rem;left:47.1875rem;display:block; }
#WAGgpZ52IrHza0J9zndpH11TyAQSqHTT { position:absolute;display:block;z-index:15032;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:18.625rem;width:18.625rem;top:8.974609375rem;left:0.25rem;overflow:hidden;display:block; }
#xAazuCXOSp7x1Jo0sCJMPs9yTVbbwA9S { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#bMzE4l4UquoT9uqWFLEg5Dqn7KWiS1hw { color:rgba(var(--color-tertiary-2),1);display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:3.099609375rem;left:1.53125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEUyMyXbBHQTFze76x3hBKvyk080Ucf4 { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:32.25rem;left:15.5625rem;display:block; }
#M3tLoR6T4lcvM6yyRGWysmCozf4Rxi7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TocmwddqyTwi8nVGRfMWP4uIy2iJ3q2h { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:41.125rem;left:5.625rem;display:block; }
#yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:52.75rem;left:15.625rem;height:;font-style:normal;display:block; }#yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E li:before{  }
#kVvM8iXm4v5KtKEuTco7DBD78UNKpoJS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:49.5rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#AmkJwumy1TsqSwaABafTzT1RT1fyaZ4e { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:46.875rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#HfC4cvfiMlrNohJAiCuVUiVI2MsDua8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:45.125rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#xRzdxACwPk9eDbJ33XJp0iT5OCp7xJ6n { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:42.5625rem;left:47rem;display:block; }
#FvNvsTg5XC2noOeToNoOeQWcPhxK3ELF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:45.375rem;left:19.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#veP3QegI0nJ1CUuLSmnI46NUhZzlUxQQ { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:57.8125rem;left:15.5625rem;display:block; }
#FRms38RKfqvLKFTBvbTFGFlVVRB90MTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnexxKnPJCofMTnwLgfvlKGUOFl5JLt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:42.25rem;left:19.375rem;height:2.4375rem;font-style:normal;display:block; }
#KuuJKl2PewtoXbZP2A4LqyqoGmokK83v { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:42.5625rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#A5EQOR2U6f3Qw0HHhBSShmqQx0tutbSl { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.5625rem;top:35.375rem;left:0.33407079646019rem;overflow:hidden;display:block; }
#VQ8PsZU32yAtBDUMZPFsTKDhNqBdJv5k { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:65.875rem;left:5.625rem;display:block; }
#WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:77.5rem;left:15.625rem;height:;font-style:normal;display:block; }#WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo li:before{  }
#ewk0guslzhPdCb17autA46kBvBhoyTMR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:74.25rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#BCV4b17HFmbPhSSMmWGqaHLztepreiq5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:71.625rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#C48HASNaDGR5920JoxfT6beOdvbIayeR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:69.875rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#hB8HAnLrtFfrIVAeZkmd8kxRlGKpLE32 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:67.3125rem;left:47rem;display:block; }
#DlMu3ECAa3S4KrdRLwWQ03u2mnSHGZmZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:70.125rem;left:19.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#lAw4MwWRZxuynGuCXBDB9UTPD1olU00i { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:67rem;left:19.375rem;height:2.4375rem;font-style:normal;display:block; }
#GHLHeIaQbQXKbbcTky6aTnGnwHGbqOsw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:67.3125rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kmH2RGxv8Vk98MRHvZfLAIfFTUiUbRw2 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:59.3125rem;left:0.25rem;overflow:hidden;display:block; }
#FRI7tdctTgCMExXi5tFTNKcpiZNcOxtC { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:82.375rem;left:15.5625rem;display:block; }
#tBlF9rb5GaOIy5bGfueh7XEyDgc1FQh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooFD7PPZTKmfvC2BF46Q3rxCN04Ti9ST { position:absolute;display:block;z-index:15072;background-color:#1f57ca;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.4375rem;width:56.125rem;top:1rem;left:0.8125rem;display:block; }
#zfvS7rTfMAzQvDCxToZFOtrlyTANtP2S { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:91.65625rem;left:5.625rem;display:block; }
#lqqpcWuWPvWsD6rOwv2Vsy1GfTcxmc5S { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:108.5625rem;left:15.5625rem;display:block; }
#alz4sAHWZm9HKctn8EODcJa4ZtxpRqG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoeQmNKWRliygWNzM88Ip4J1xAqEQkzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:101.1875rem;left:15.5rem;height:2.5996125rem;font-style:normal;display:block; }
#bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:104.587890625rem;left:15.53125rem;height:;font-style:normal;display:block; }#bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E li:before{  }
#u9eouBqgafQUHi4GLpWh47PTT8Fe67rk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:93.6875rem;left:19rem;height:2.35605rem;font-style:normal;display:block; }
#TRbCRSmwZtZ7faCNCfST1TNyDnQLE7EB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:96.80078125rem;left:19rem;height:1.94970625rem;font-style:normal;display:block; }
#wOlimF1MD52z7s8SATZGb3Q0IRuuVHgS { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:93.6875rem;left:47rem;display:block; }
#q4eKcHFGhhheO3qTQXXDccqBTLZkPbwc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:94.150390625rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xTuZ2c6ex21m5DQ5wsfD6Q6yX9ccL5hm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:96.3125rem;left:47.75rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#sU0k15sqVzOhCf4yZQWaNVpexAs7iqUQ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:84.849609375rem;left:0.0625rem;overflow:hidden;display:block; }
#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { position:relative;display:block; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { background-color: transparent; background-image: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container > .video-iframe-container { display: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row > .video-iframe-container { display: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .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); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { border-width: 0; border-radius: 0; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),0);background-image:none;font-size:0.875rem;font-family:arial;height:105.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGxdInpIPp6vI4azRtClUg2UhfWU38Zm { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:6.0625rem;left:5.625rem;display:block; }
#pex2FtpA60OhuLiTT4dtusf52ZGT3FxO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.0625rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#nfoWKGEyXHkVyD7Gfp3D2orqWWInbxo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.5rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PBIiTHCsVe7R8Vks3dgUUal1Tkt0inJu { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.375rem;height:2.4375rem;font-style:normal;display:block; }
#VVQ5GLlBXDWDJ9OOJAbRBJ833MS1Ds84 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.3125rem;left:18.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#vxiAPQHAHGogBiNZ0eIs5nw1WWSBJpVX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:17.6875rem;left:15.625rem;height:2.9121125rem;font-style:normal;display:block; }#vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS li:before{  }
#Lbc5hslQn0heXLMpuGxHCMCpIVKm0QQe { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:7.5rem;left:47rem;display:block; }
#ztKaHASVxb4azE62RBWxSnTEieSLQBkC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#xa1DLaHpTJOgJVThZJKDMvkQZSfVpsXL { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:22.75rem;left:15.5625rem;display:block; }
#QfMKdeGkHwwpyQ5cFcUiQ77xyIn3cTHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cD1BXS65kPfnIFcWIMxkSSCO6FbhNAHo { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:31.625rem;left:5.625rem;display:block; }
#mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:43.25rem;left:15.625rem;height:;font-style:normal;display:block; }#mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi li:before{  }
#fsfoE67X3VRgKW99DzsQRpdyVtZBZBp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:40rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#Lat60GUv0TPm3qIioCim2irarMcbPH28 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.375rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#wW2oBDxn8g1hOUVgDhtFloAzVNWHpeGq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:35.625rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#P6Ky9hpc1LJ8XmCRq6EnnszcIgwBemhf { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:33.0625rem;left:47rem;display:block; }
#yHtEVOpng1xO51kU6l1guQnL9Jcazekn { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:35.875rem;left:19.125rem;height:1.94970625rem;font-style:normal;display:block; }
#GknkO94barkHbuzJlkeydk74MEJKRXvP { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:48.3125rem;left:15.5625rem;display:block; }
#axNlL4ALmqrP9RmJ7LdJ29174JGF6Qsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OloaqkTqSvDDJyKLqDlk0HckuL5uPcgm { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:32.75rem;left:19rem;height:2.4375rem;font-style:normal;display:block; }
#WIi7VE39uWkS5ZTKNS04DCa9aDiaXBVu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33.0625rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D4xSF2NXyDAfNE1bNZTDk9TZbeyNfGkP { position:absolute;display:block;z-index:15043;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:18.5625rem;width:18.5625rem;top:25.125rem;left:0.3125rem;overflow:hidden;display:block; }
#p6R9TQi3SgOpMJJISmzf7ADrbC2D6aMu { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:57rem;left:5.625rem;display:block; }
#UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:68.625rem;left:15.625rem;height:2.9121125rem;font-style:normal;display:block; }#UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh li:before{  }
#KdTPdqiiazy5f4LIqI75H10AUeMwM2az { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:65.375rem;left:15.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#tACXNOJQVSrrI6NJFqaoSTrrowM7DOvi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:62.75rem;left:11.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#chOdoKw0T0qlNhz200Cb006X4qRwX4Dx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:61rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#dKi0QOPnORTpRmbPhZCc9ONh1wpsJQDd { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:58.4375rem;left:47rem;display:block; }
#vqX1gel8VFJ8CGu4ViH4fz4lEJrzJ22a { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:61.25rem;left:19.125rem;height:1.94970625rem;font-style:normal;display:block; }
#fBFwhgJeCXcbf4olygCnPEDNSZmm93LZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:58.125rem;left:19rem;height:2.4375rem;font-style:normal;display:block; }
#ISTNDy6ZpI7GL8XEWbuu0VDv7XT09DfC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:58.4375rem;left:47.5rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aBoXbmJigAIhuThNcJPzZm6RyTXSvkvF { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:50.1875rem;left:0rem;overflow:hidden;display:block; }
#pUTaA6JsLr9HcGsuq5zzEN1AG0tuOwHv { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:73.5rem;left:15.5625rem;display:block; }
#XG1QBgCU4maqSwBkpZKaIc1ir1xBLLBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXUAkWdh7vNpkHDUlim1G5VBhZyuTNde { position:absolute;display:block;z-index:15032;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:19rem;width:19rem;top:88.125rem;left:0rem;overflow:hidden;display:none; }
#dCZnDRNbe2CpXk0e6kGiKT2T6MluAGMn { position:absolute;display:block;z-index:15032;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:18.375rem;width:18.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#N2cRnnFiXXgsvOK3T1MZ75e7o9ruW368 { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:51.0625rem;top:81.9375rem;left:5.6875rem;display:block; }
#WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:93.5625rem;left:15.6875rem;height:;font-style:normal;display:block; }#WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU li:before{  }
#fLMB3n80Al2y681lrrEDZxOEwdy4hgQc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:90.3125rem;left:15.625rem;height:2.5996125rem;font-style:normal;display:block; }
#J0o9kEiQDOoC3Qae7uPUOFwhAoJL3zyU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:87.6875rem;left:11.75rem;height:2.5996125rem;font-style:normal;display:block; }
#KgMSDD6d7wULueyuJC9trIygqq7q6lhO { background-color:rgba(var(--color-primary-2),0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#05354f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.875rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:98.4375rem;left:15.625rem;display:block; }
#Jiipoh934qDBTvKJthJTQG1KR0P4OoJX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVrOHs6Rp6mKgew6OnJpenNRFTMy9J4S { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:85.9375rem;left:47.5625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#tuuu15Js6EWRaKDTquNwrNOX0EVf3046 { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:83.375rem;left:47.0625rem;display:block; }
#VTveCTdt5yfInm9AD1XQCA0fXca1G0bJ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:86.181640625rem;left:18.8125rem;height:1.94970625rem;font-style:normal;display:block; }
#TC8RvM88cG2wo8oV31kavl85cu3Z2eT0 { position:absolute;display:block;z-index:15065;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.25rem;width:19rem;top:76rem;left:0.0625rem;overflow:hidden;display:block; }
#qfOgrTEXQe6JtqtblWpqiI14IA8raRlR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:83.0625rem;left:19.0625rem;height:2.35605rem;font-style:normal;display:block; }
#G4hKLdxZNKQ07w8kmWmmf6PIdvQJukEV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:83.375rem;left:47.5625rem;height:1.78746875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tTwoRF7LA8Hyy8g8cysomM3isXko6946 { position:relative;display:block; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 { background-color: transparent; background-image: none; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container > .video-iframe-container { display: none; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row > .video-iframe-container { display: none; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .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); }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 { border-width: 0; border-radius: 0; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hn2euZWB4yXVq1VNp4ygiDQUTP5t3wqG { z-index:15003;top:4.1875rem;left:19.25rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#miuZ4a2wc6kNPnDHKlhpIQznD7uKz07s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLW7spCz0J9SNcGlpEJXtmuo3ZAZgOWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.75rem;left:8.1875rem; }
#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi { position:relative;display:block; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi { background-color: transparent; background-image: none; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container > .video-iframe-container { display: none; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row > .video-iframe-container { display: none; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .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); }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi { border-width: 0; border-radius: 0; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpPgNJvhHl7uiGiZP6002kso6gJbaseo { position:absolute;display:block;z-index:15000;background-color:#1f57ca;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;height:26.125rem;width:58.6875rem;top:0.625rem;left:0.5625rem;display:block; }
#HRWoWAUF420cGa7usUcJoaB7bSwBoqkT { color:#f6ecec;display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.78125rem;height:3.0874rem;font-style:normal;display:block; }
#bukGkzNillVDEgJxRQZ5xboRzbQhLqqf { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.17431640625rem;left:1.78125rem;height:2.92480625rem;font-style:normal;display:block; }
#rCPoKGAnc5MhOHtpdPvc0QK6EfAEhEIi { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.06201171875rem;left:1.78125rem;height:2.92480625rem;font-style:normal;display:block; }
#Mw8TATIZ9unCPVHC1BfcBF3geRmb44NF { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:1.78125rem;height:1.4624rem;font-style:normal;display:block; }
#I78zoCGZ3yz1ws5padNgbyrIl1J3kg6Q { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.037109375rem;left:40.09375rem;display:block; }
#UXM7croqNVmw9L3QutaCEKp8TnODGTxe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogy7ISSCeZlAIKFkiguMhfLTDm9QLbpc { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.849609375rem;left:40.09375rem;display:block; }
#sqPtIVa7UB4sH9v00Qtq6IyJnAsU9x0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ { 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; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container { background-color: transparent; background-image: none; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container > .video-iframe-container { display: none; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row > .video-iframe-container { display: none; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .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); }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container { border-width: 0; border-radius: 0; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#QTPvvPDWN5a57lKfd2foOTpwrkThQQVS { position:absolute;display:block;z-index:15004;background-color:#37c977;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:18.75rem;top:3.5rem;left:1.5625rem;display:block; }
#ZMGVEbLspKt4Je4ThJFkOooFzmFEKXNK { position:absolute;display:block;z-index:15005;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:20rem;top:2.875rem;left:20.25rem;display:block; }
#GFev0E02nn5Ft7UOc2lG07Sw5egDmAOm { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.75rem;left:36.9375rem;height:1.625rem;font-style:normal;display:block; }
#pOXNSpxMrGtVXDa3Q9pVHVo6ZmzNXU9F { color:#e8f7ff;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:20.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TylvApc5nPZovpMbFO3NSwoOkUfauqiz { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:20.5625rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6875rem;left:21.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ li:before{  }
#BvxqDwSHMTwnyiXHMu5z9pAC42chTfTx { color:#e8f7ff;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.78125rem;left:2.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSPS8ToBw6zZwGoVlL7a68tUTATzJXuX { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.25rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCmHIXDQPxGJympZCMTLexAsVm9SyXbv { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FCmHIXDQPxGJympZCMTLexAsVm9SyXbv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FCmHIXDQPxGJympZCMTLexAsVm9SyXbv li:before{  }
#M1lixw5lr5MUZH4Gs89CvsVrJQ1S3G1Q { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.1875rem;left:23.9375rem;display:block; }
#kL5t2eVkKS5DSmMzLhXfV3vDkzqqIsdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FURHRkSHwPuiAbDXLlalmdazWdeurG40 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.6875rem;left:4rem;display:block; }
#lQ58gaKS1Dlf59TEaRbd9GFQCzhg9k4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yf7rgmzbeTbTJ40oRcbkT4TKNbPJJFa4 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:4.1875rem;left:35.1875rem;display:block; }
#sovZI2htyfZLyidk0pKTLV31Zpqum1Cy { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:5.3125rem;left:15.25rem;display:block; }
#upuNEWcleKuyTwBesMp8t2q9HXVuJqbE { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.875rem;left:17rem;height:1.625rem;font-style:normal;display:block; }
#Eb2vC4DwRgL3G93fm9SmzN8A7WbC3QKI { position:absolute;display:block;z-index:15003;background-color:#37c977;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:19.8125rem;top:3.5rem;left:39.1875rem;display:block; }
#CVkkDTCAOJRQ792hRUpZg7BFiR0cbxUV { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.75rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVvoaI40fyGRx14pWe2rePrxD5fHVU80 { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.92529296875rem;left:41.28125rem;height:6.8250625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ { 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; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container { background-color: transparent; background-image: none; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container > .video-iframe-container { display: none; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row > .video-iframe-container { display: none; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .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); }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container { border-width: 0; border-radius: 0; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#KV18z4UoXya16rRiOdOJ1NerDQLbmmCF { position:absolute;display:block;z-index:15004;background-color:#172f7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:18.75rem;top:4rem;left:1.3125rem;display:block; }
#AoWFLVGFIxaBEPzWRqo9y3zCT5k3m6FJ { position:absolute;display:block;z-index:15005;background-color:#188cd7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:20rem;top:3rem;left:20.0625rem;display:block; }
#c9MPignoU87RXDFbpDBrKpvx73nqZr4R { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.875rem;left:36.75rem;height:1.625rem;font-style:normal;display:block; }
#vxKCE8mgNnUo6zX51SRaEcVKtutDfr3T { color:#e8f7ff;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:21.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:21.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg li:before{  }
#JTgpnaCseJ8KF4kOSRx7IhpV4iE1FSlu { color:#e8f7ff;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QyqinWp563D2fsIMXb73AlI9kmkb7VGf { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:3.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QyqinWp563D2fsIMXb73AlI9kmkb7VGf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyqinWp563D2fsIMXb73AlI9kmkb7VGf li:before{  }
#PwhvI8b06cpND9iKJfvqkSskVr4F09M1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.3125rem;left:23.75rem;display:block; }
#SAoAkcsHCA6aufhRzfWIeTT0SkRTDBaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1sl9xrXxq2Te4e3oo9rLT4U76GtiUaJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.1875rem;left:3.75rem;display:block; }
#rUze4qrH97ypovUtTOegF9t7GCG0sMTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dG25wPqwaobRgaMPE2ZzOiuEzhtkvk8p { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:4.3125rem;left:35rem;display:block; }
#S1r8wASSp9xi32UUKeWGJ9p9Hwbp8uD2 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(110deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:5.5rem;left:15rem;display:block; }
#g8ZxV8SZTCqxJOoIlsXsmQU8ScI2aUX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.0625rem;left:16.75rem;height:1.625rem;font-style:normal;display:block; }
#h9J8NODBBFDkyoT9otn78gqEOacwGowz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:8.4375rem;left:2rem;overflow:hidden;display:block; }
#ELPztJ8kvSKIz9pBxMUVBwMJ6M5xz9Si { 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:11.8125rem;width:11.8125rem;top:5.625rem;left:21.5625rem;overflow:hidden;display:block; }
#wu59T7ghpkvCScZRCKfQDUmuE5BcwFG3 { position:absolute;display:block;z-index:15003;background-color:#172f7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:19.875rem;top:4rem;left:38.875rem;display:block; }
#udqBoqH2EAxROiJubEBkhJ1lNG9xuhxM { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.3125rem;left:40.625rem;height:6.8250625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVR8tNMzsgBKhn8TLq5nTnBm2znLWsPi { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.625rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s { 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; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container { background-color: transparent; background-image: none; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container > .video-iframe-container { display: none; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row > .video-iframe-container { display: none; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .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); }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container { border-width: 0; border-radius: 0; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#iR7oC558H6SoItwUzetmLQVzNlOKiqVc { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.5rem;height:2.44921875rem;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;text-align:left;text-align-last:left;display:block; }
#ihetSqxCDmPxe3fIwK7f2K4PQ3ZtJPTq { position:absolute;display:block;z-index:15007;background-color:#2357db;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.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#zxqmyLeezRmBXqvWyGsiZrQQLZOfbD0i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nmcuQcIwO5iDtHO2WkuBcTEwazHfKXwD { position:absolute;display:block;z-index:15008;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:19.8125rem;width:14.4375rem;top:14.375rem;left:0rem;overflow:hidden;display:block; }
#Mszk7CAdJf8pAi9qtFR3GcHgwdP5WTOs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:20rem;overflow:hidden;display:block; }
#bv4WDaQrK7KyytseFuV5VqQh45rWyZrp { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:22.5rem;height:2.625rem;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; }
#zyEAJ7ROWPr2GcSHfF5z8IZ8F1iL6TqE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MMI0zmxC93fKZiu50eNVX8RZ3CFPhNVE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15rem;left:20rem;overflow:hidden;display:block; }
#xkLMxlIH83nrTWob1fvQSGJxT71nKz3q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.125rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QVDi0gZM4J9XHPG0l3PhJMofn3TgvbTf { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.1875rem;left:22.5rem;height:2.625rem;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; }
#kbCATr8DkhkTlaZZDwIO0ZCVzfHJdypg { 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:1.875rem;width:1.875rem;top:25.4375rem;left:20rem;overflow:hidden;display:block; }
#LBFL0OmUE61mocLPESr5qxmlfDFp8JRI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:25.5625rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ecfBNchMEkqg0u39IhLaMapLl6wEP8HM { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:28.5625rem;left:22.5rem;height:3.9375rem;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; }
#ydwVz70xwVd5TfAludvJZlTSzOKZ2IZc { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.51171875rem;left:43.4375rem;height:2.625rem;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; }
#xwPifZQMJ9fvOKqxDtt5JKoZzfCGm7gX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qd4g3lsLlCg3ay8ifK9NicuRMwE0x6L3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.125rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ibBUqngs3iJ8H99avQv0cIoItWZVwkQw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:40.9375rem;overflow:hidden;display:block; }
#rlfbT1e5sqHJTxMb8wwA1yvFTzUgTABu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15rem;left:40.9375rem;overflow:hidden;display:block; }
#kxXV0C93yLcsM4VmoSTFxK6bT4bpOiIK { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.125rem;left:43.4375rem;height:3.9375rem;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; }
#fuVtHwnQIzynfOfdmIxIqz1cAAzquu9s { 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:1.875rem;width:1.875rem;top:25.4375rem;left:40.9375rem;overflow:hidden;display:block; }
#Lpw5AQEn8fhuPKAx2OyGvxx4oky37rtG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:25.5625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zb1wVU3ofSs1BWpxaWC7pqEugT017KCn { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:28.5625rem;left:43.4375rem;height:3.9375rem;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; }
#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg { background-color:#1f57ca;background-image:none;z-index:;position:relative;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;display:block; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { background-color: transparent; background-image: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .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); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { border-width: 0; border-radius: 0; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#c7TH3JcDEm6ko5263IFeSmXK6LKGnwnA { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:8.625rem;left:1.25rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#MS80n7mKWxRel74gp13JVdZaMbQAQK8y { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:11.6875rem;left:1.25rem;background-color:transparent;background-image:none;height:3.14959375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#TgPkGcrFGf7d5XJEecWLAMH2s48WPOvC { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:3.25rem;left:29.6875rem;display:block; }
#KRUKS0E3xt3Rle2vFc2m95PLH8bbH64p { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.625rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#upq9gh3Unc7bN1ciL31wTGwlJ15TTvKl { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;top:11.6875rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.5748rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#NSPZ1Hm4WTkR3QoHkKPwAOHUXmcUtJq0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:3.6875rem;left:43.6875rem; }
#pePyRdHskdN2LsTzqC0TcyMAJlfJqHzX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:3.6875rem;left:13.875rem; }
#kmIT6H4XMRXKZUy2TOaTowG84IRRGR06 { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:8.625rem;left:1.25rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT { display:block; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alkKLQltdEbhSeOJvzFnvcJRzwpT4Boz { width:10.4375rem;height:1.3125rem;top:7.75rem;left:20.3251953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1WVPeNLeftiAOPgCJbFoJiDQrTuKgx9 { display:block; }
 }@media only screen and (max-width: 763px) { #T2uRtKBxPVvxnJpoeBXJR9nTWo8cVmiy { width:12.8125rem;height:1.3125rem;top:4.1875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y27BuhaRe8MW39AgUCprhDg2x2qpepLM { display:block; }
 }@media only screen and (max-width: 763px) { #H3mwKH3vTpXQiRCLFbuBxJIrg30xFuTq { width:25.625rem;height:5.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS7TDfzhAp2SAgtXvTdX3c9AqcrRmn2o { width:1.875rem;height:1.875rem;top:7.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7JR9bWItga5rZvVR4waEzvtGGSgLPZ { width:1.875rem;height:1.875rem;top:3.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXT2ACR5TtbC1Fp2x7si5JMQu9pLaQxE { width:1.875rem;height:1.875rem;top:7.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9SgLhBhM8iDL3gykv8OoAulzk7zkcTy { width:10.4375rem;height:1.3125rem;top:7.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb8QrSt87UVpfPKasiigfTvNVkE4CgIN { display:block; }
 }@media only screen and (max-width: 763px) { #FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { display:block; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwMStNSPlbIXtEhMTmEvnsvqk8GNZ8Tn { top:15.5625rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHv1LhbrNLG8pI2snTcSpxZvzA1gSxO { top:19.5625rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scVsixKdZw4H4Gi098cx9JMyDmHRETxu { top:17rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCoxC2l9pAwuHVtxADD7UZutPrk7u21N { top:16.625rem;left:12.875rem;width:32rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFm6Uu98fd6g6eDHurLwCFrxB5QJbPoW { top:19.75rem;left:12.90625rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGppCHkznpLJui0eWrfKS14GzlP3EO57 { top:23.9375rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu { top:27.1875rem;left:9.5rem;width:32.125rem;height:;font-size:1rem;display:block; }#IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu li:before{  }
 }@media only screen and (max-width: 763px) { #Q4ro3caiTf7TqAz3UiXTTfHxOPyFQSgw { top:17rem;left:41.0625rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAGgpZ52IrHza0J9zndpH11TyAQSqHTT { top:8.9375rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAazuCXOSp7x1Jo0sCJMPs9yTVbbwA9S { top:21.3125rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMzE4l4UquoT9uqWFLEg5Dqn7KWiS1hw { top:3.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEUyMyXbBHQTFze76x3hBKvyk080Ucf4 { width:18.625rem;height:2.875rem;top:32.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3tLoR6T4lcvM6yyRGWysmCozf4Rxi7Q { display:block; }
 }@media only screen and (max-width: 763px) { #TocmwddqyTwi8nVGRfMWP4uIy2iJ3q2h { top:41.125rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E { top:52.75rem;left:9.5rem;width:32.125rem;height:;font-size:1rem;display:block; }#yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E li:before{  }
 }@media only screen and (max-width: 763px) { #kVvM8iXm4v5KtKEuTco7DBD78UNKpoJS { top:49.5rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkJwumy1TsqSwaABafTzT1RT1fyaZ4e { top:46.875rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfC4cvfiMlrNohJAiCuVUiVI2MsDua8Q { top:45.125rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRzdxACwPk9eDbJ33XJp0iT5OCp7xJ6n { top:42.5625rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNvsTg5XC2noOeToNoOeQWcPhxK3ELF { top:45.375rem;left:13.3125rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veP3QegI0nJ1CUuLSmnI46NUhZzlUxQQ { width:18.625rem;height:2.875rem;top:57.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRms38RKfqvLKFTBvbTFGFlVVRB90MTD { display:block; }
 }@media only screen and (max-width: 763px) { #GnexxKnPJCofMTnwLgfvlKGUOFl5JLt6 { top:42.25rem;left:13.25rem;width:32rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuuJKl2PewtoXbZP2A4LqyqoGmokK83v { top:42.5625rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5EQOR2U6f3Qw0HHhBSShmqQx0tutbSl { top:35.375rem;left:0rem;width:18.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8PsZU32yAtBDUMZPFsTKDhNqBdJv5k { top:65.875rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo { top:77.5rem;left:9.5rem;width:32.125rem;height:;font-size:1rem;display:block; }#WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo li:before{  }
 }@media only screen and (max-width: 763px) { #ewk0guslzhPdCb17autA46kBvBhoyTMR { top:74.25rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV4b17HFmbPhSSMmWGqaHLztepreiq5 { top:71.625rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C48HASNaDGR5920JoxfT6beOdvbIayeR { top:69.875rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8HAnLrtFfrIVAeZkmd8kxRlGKpLE32 { top:67.3125rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMu3ECAa3S4KrdRLwWQ03u2mnSHGZmZ { top:70.125rem;left:13.3125rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAw4MwWRZxuynGuCXBDB9UTPD1olU00i { top:67rem;left:13.25rem;width:27.4375rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLHeIaQbQXKbbcTky6aTnGnwHGbqOsw { top:67.3125rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmH2RGxv8Vk98MRHvZfLAIfFTUiUbRw2 { top:59.3125rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRI7tdctTgCMExXi5tFTNKcpiZNcOxtC { width:18.625rem;height:2.875rem;top:82.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlF9rb5GaOIy5bGfueh7XEyDgc1FQh6 { display:block; }
 }@media only screen and (max-width: 763px) { #ooFD7PPZTKmfvC2BF46Q3rxCN04Ti9ST { width:47.75rem;height:11.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvS7rTfMAzQvDCxToZFOtrlyTANtP2S { top:91.625rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqpcWuWPvWsD6rOwv2Vsy1GfTcxmc5S { width:18.625rem;height:2.875rem;top:108.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alz4sAHWZm9HKctn8EODcJa4ZtxpRqG0 { display:block; }
 }@media only screen and (max-width: 763px) { #HoeQmNKWRliygWNzM88Ip4J1xAqEQkzZ { top:101.1875rem;left:9.375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E { top:104.5625rem;left:9.40625rem;width:32.125rem;height:;font-size:1rem;display:block; }#bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E li:before{  }
 }@media only screen and (max-width: 763px) { #u9eouBqgafQUHi4GLpWh47PTT8Fe67rk { top:93.6875rem;left:12.875rem;width:27.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbCRSmwZtZ7faCNCfST1TNyDnQLE7EB { top:96.75rem;left:12.875rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlimF1MD52z7s8SATZGb3Q0IRuuVHgS { top:93.6875rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eKcHFGhhheO3qTQXXDccqBTLZkPbwc { top:94.125rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZ2c6ex21m5DQ5wsfD6Q6yX9ccL5hm { top:96.3125rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU0k15sqVzOhCf4yZQWaNVpexAs7iqUQ { top:84.8125rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { display:block; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGxdInpIPp6vI4azRtClUg2UhfWU38Zm { top:6.0625rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pex2FtpA60OhuLiTT4dtusf52ZGT3FxO { top:10.0625rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoWKGEyXHkVyD7Gfp3D2orqWWInbxo6 { top:7.5rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIiTHCsVe7R8Vks3dgUUal1Tkt0inJu { top:7.1875rem;left:12.25rem;width:32rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVQ5GLlBXDWDJ9OOJAbRBJ833MS1Ds84 { top:10.3125rem;left:12.4375rem;width:26.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxiAPQHAHGogBiNZ0eIs5nw1WWSBJpVX { top:14.4375rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS { top:17.6875rem;left:9.5rem;width:35.125rem;height:2.9375rem;font-size:1rem;display:block; }#vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS li:before{  }
 }@media only screen and (max-width: 763px) { #Lbc5hslQn0heXLMpuGxHCMCpIVKm0QQe { top:7.5rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztKaHASVxb4azE62RBWxSnTEieSLQBkC { top:11.8125rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa1DLaHpTJOgJVThZJKDMvkQZSfVpsXL { width:18.625rem;height:2.875rem;top:22.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfMKdeGkHwwpyQ5cFcUiQ77xyIn3cTHW { display:block; }
 }@media only screen and (max-width: 763px) { #cD1BXS65kPfnIFcWIMxkSSCO6FbhNAHo { top:31.625rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi { top:43.25rem;left:9.5rem;width:32.125rem;height:;font-size:1rem;display:block; }#mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi li:before{  }
 }@media only screen and (max-width: 763px) { #fsfoE67X3VRgKW99DzsQRpdyVtZBZBp4 { top:40rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lat60GUv0TPm3qIioCim2irarMcbPH28 { top:37.375rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW2oBDxn8g1hOUVgDhtFloAzVNWHpeGq { top:35.625rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Ky9hpc1LJ8XmCRq6EnnszcIgwBemhf { top:33.0625rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHtEVOpng1xO51kU6l1guQnL9Jcazekn { top:35.875rem;left:13rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknkO94barkHbuzJlkeydk74MEJKRXvP { width:18.625rem;height:2.875rem;top:48.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNlL4ALmqrP9RmJ7LdJ29174JGF6Qsa { display:block; }
 }@media only screen and (max-width: 763px) { #OloaqkTqSvDDJyKLqDlk0HckuL5uPcgm { top:32.75rem;left:12.875rem;width:32rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIi7VE39uWkS5ZTKNS04DCa9aDiaXBVu { top:33.0625rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xSF2NXyDAfNE1bNZTDk9TZbeyNfGkP { top:25.125rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6R9TQi3SgOpMJJISmzf7ADrbC2D6aMu { top:57rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh { top:68.625rem;left:9.5rem;width:36.0625rem;height:2.9375rem;font-size:1rem;display:block; }#UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh li:before{  }
 }@media only screen and (max-width: 763px) { #KdTPdqiiazy5f4LIqI75H10AUeMwM2az { top:65.375rem;left:9.4375rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tACXNOJQVSrrI6NJFqaoSTrrowM7DOvi { top:62.75rem;left:5.5625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chOdoKw0T0qlNhz200Cb006X4qRwX4Dx { top:61rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKi0QOPnORTpRmbPhZCc9ONh1wpsJQDd { top:58.4375rem;left:40.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqX1gel8VFJ8CGu4ViH4fz4lEJrzJ22a { top:61.25rem;left:13rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFwhgJeCXcbf4olygCnPEDNSZmm93LZ { top:58.125rem;left:12.875rem;width:28.1875rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTNDy6ZpI7GL8XEWbuu0VDv7XT09DfC { top:58.4375rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoXbmJigAIhuThNcJPzZm6RyTXSvkvF { top:50.1875rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTaA6JsLr9HcGsuq5zzEN1AG0tuOwHv { width:18.625rem;height:2.875rem;top:73.5rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1QBgCU4maqSwBkpZKaIc1ir1xBLLBW { display:block; }
 }@media only screen and (max-width: 763px) { #zXUAkWdh7vNpkHDUlim1G5VBhZyuTNde { top:88.125rem;left:0rem;width:19rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCZnDRNbe2CpXk0e6kGiKT2T6MluAGMn { top:0rem;left:0rem;width:18.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2cRnnFiXXgsvOK3T1MZ75e7o9ruW368 { top:81.9375rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU { top:93.5625rem;left:9.5625rem;width:36.0625rem;height:;font-size:1rem;display:block; }#WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU li:before{  }
 }@media only screen and (max-width: 763px) { #fLMB3n80Al2y681lrrEDZxOEwdy4hgQc { top:90.3125rem;left:9.5rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0o9kEiQDOoC3Qae7uPUOFwhAoJL3zyU { top:87.6875rem;left:5.625rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgMSDD6d7wULueyuJC9trIygqq7q6lhO { width:18.625rem;height:2.875rem;top:98.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiipoh934qDBTvKJthJTQG1KR0P4OoJX { display:block; }
 }@media only screen and (max-width: 763px) { #DVrOHs6Rp6mKgew6OnJpenNRFTMy9J4S { top:85.9375rem;left:40.0625rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuuu15Js6EWRaKDTquNwrNOX0EVf3046 { top:83.375rem;left:40.9375rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTveCTdt5yfInm9AD1XQCA0fXca1G0bJ { top:86.125rem;left:12.6875rem;width:26.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8RvM88cG2wo8oV31kavl85cu3Z2eT0 { top:76rem;left:0rem;width:19rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfOgrTEXQe6JtqtblWpqiI14IA8raRlR { top:83.0625rem;left:12.9375rem;width:28.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4hKLdxZNKQ07w8kmWmmf6PIdvQJukEV { top:83.375rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwoRF7LA8Hyy8g8cysomM3isXko6946 { display:block; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn2euZWB4yXVq1VNp4ygiDQUTP5t3wqG { top:4.1875rem;left:13.125rem;width:32.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuZ4a2wc6kNPnDHKlhpIQznD7uKz07s { display:block; }
 }@media only screen and (max-width: 763px) { #cLW7spCz0J9SNcGlpEJXtmuo3ZAZgOWm { width:7rem;height:7rem;top:2.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi { display:block; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpPgNJvhHl7uiGiZP6002kso6gJbaseo { width:47.75rem;height:26.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRWoWAUF420cGa7usUcJoaB7bSwBoqkT { width:28.375rem;height:3.0625rem;top:1.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bukGkzNillVDEgJxRQZ5xboRzbQhLqqf { width:47.75rem;height:2.875rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPoKGAnc5MhOHtpdPvc0QK6EfAEhEIi { width:47.75rem;height:2.875rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8TATIZ9unCPVHC1BfcBF3geRmb44NF { width:47.75rem;height:1.4375rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I78zoCGZ3yz1ws5padNgbyrIl1J3kg6Q { width:12.625rem;height:3.0625rem;top:10rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXM7croqNVmw9L3QutaCEKp8TnODGTxe { display:block; }
 }@media only screen and (max-width: 763px) { #ogy7ISSCeZlAIKFkiguMhfLTDm9QLbpc { width:12.625rem;height:3rem;top:18.8125rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPtIVa7UB4sH9v00Qtq6IyJnAsU9x0l { display:block; }
 }@media only screen and (max-width: 763px) { #A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ { display:block; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTPvvPDWN5a57lKfd2foOTpwrkThQQVS { top:3.5rem;left:0rem;width:18.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMGVEbLspKt4Je4ThJFkOooFzmFEKXNK { top:2.875rem;left:11.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFev0E02nn5Ft7UOc2lG07Sw5egDmAOm { top:4.75rem;left:28.4375rem;width:3.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXNSpxMrGtVXDa3Q9pVHVo6ZmzNXU9F { top:4.625rem;left:15.875rem;width:12.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylvApc5nPZovpMbFO3NSwoOkUfauqiz { top:7.75rem;left:12.375rem;width:19.375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ { top:12.6875rem;left:14.4375rem;width:17.3125rem;height:;font-size:1rem;display:block; }#bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ li:before{  }
 }@media only screen and (max-width: 763px) { #BvxqDwSHMTwnyiXHMu5z9pAC42chTfTx { top:5.75rem;left:0.0625rem;width:10.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPS8ToBw6zZwGoVlL7a68tUTATzJXuX { top:7.625rem;left:0rem;width:17.4375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmHIXDQPxGJympZCMTLexAsVm9SyXbv { top:13.8125rem;left:0.6875rem;width:15.1875rem;height:;font-size:1rem;display:block; }#FCmHIXDQPxGJympZCMTLexAsVm9SyXbv li:before{  }
 }@media only screen and (max-width: 763px) { #M1lixw5lr5MUZH4Gs89CvsVrJQ1S3G1Q { width:12.625rem;height:3rem;top:23.1875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL5t2eVkKS5DSmMzLhXfV3vDkzqqIsdl { display:block; }
 }@media only screen and (max-width: 763px) { #FURHRkSHwPuiAbDXLlalmdazWdeurG40 { width:12.625rem;height:3rem;top:21.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ58gaKS1Dlf59TEaRbd9GFQCzhg9k4M { display:block; }
 }@media only screen and (max-width: 763px) { #yf7rgmzbeTbTJ40oRcbkT4TKNbPJJFa4 { width:5.0625rem;height:2.625rem;top:4.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovZI2htyfZLyidk0pKTLV31Zpqum1Cy { width:5.0625rem;height:2.625rem;top:5.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upuNEWcleKuyTwBesMp8t2q9HXVuJqbE { top:5.875rem;left:12.5625rem;width:3.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2vC4DwRgL3G93fm9SmzN8A7WbC3QKI { top:3.5rem;left:13rem;width:19.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVkkDTCAOJRQ792hRUpZg7BFiR0cbxUV { top:7.5rem;left:30.1875rem;width:17.4375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvoaI40fyGRx14pWe2rePrxD5fHVU80 { top:14.875rem;left:30.1875rem;width:17.4375rem;height:6.8125rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ { display:block; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV18z4UoXya16rRiOdOJ1NerDQLbmmCF { top:4rem;left:0rem;width:18.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoWFLVGFIxaBEPzWRqo9y3zCT5k3m6FJ { top:3rem;left:11.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MPignoU87RXDFbpDBrKpvx73nqZr4R { top:4.875rem;left:28.4375rem;width:3.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKCE8mgNnUo6zX51SRaEcVKtutDfr3T { top:4rem;left:15.875rem;width:13.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg { top:15.3125rem;left:14.4375rem;width:17.3125rem;height:;font-size:1rem;display:block; }#vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg li:before{  }
 }@media only screen and (max-width: 763px) { #JTgpnaCseJ8KF4kOSRx7IhpV4iE1FSlu { top:5.1875rem;left:0rem;width:12.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyqinWp563D2fsIMXb73AlI9kmkb7VGf { top:15.625rem;left:0.6875rem;width:15.1875rem;height:;font-size:1rem;display:block; }#QyqinWp563D2fsIMXb73AlI9kmkb7VGf li:before{  }
 }@media only screen and (max-width: 763px) { #PwhvI8b06cpND9iKJfvqkSskVr4F09M1 { width:12.625rem;height:3rem;top:23.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoAkcsHCA6aufhRzfWIeTT0SkRTDBaZ { display:block; }
 }@media only screen and (max-width: 763px) { #k1sl9xrXxq2Te4e3oo9rLT4U76GtiUaJ { width:12.625rem;height:3.25rem;top:22.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUze4qrH97ypovUtTOegF9t7GCG0sMTV { display:block; }
 }@media only screen and (max-width: 763px) { #dG25wPqwaobRgaMPE2ZzOiuEzhtkvk8p { width:5.0625rem;height:2.625rem;top:4.3125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1r8wASSp9xi32UUKeWGJ9p9Hwbp8uD2 { width:5.0625rem;height:2.625rem;top:5.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ZxV8SZTCqxJOoIlsXsmQU8ScI2aUX1 { top:6.0625rem;left:12.5625rem;width:3.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9J8NODBBFDkyoT9otn78gqEOacwGowz { width:6.9375rem;height:6.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELPztJ8kvSKIz9pBxMUVBwMJ6M5xz9Si { width:11.8125rem;height:11.8125rem;top:5.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu59T7ghpkvCScZRCKfQDUmuE5BcwFG3 { top:4rem;left:13rem;width:19.875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqBoqH2EAxROiJubEBkhJ1lNG9xuhxM { top:15.3125rem;left:30.1875rem;width:17.4375rem;height:6.8125rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVR8tNMzsgBKhn8TLq5nTnBm2znLWsPi { top:8.4375rem;left:30.1875rem;width:17.4375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s { display:block; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR7oC558H6SoItwUzetmLQVzNlOKiqVc { width:9.5625rem;height:2.4375rem;top:5.6875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihetSqxCDmPxe3fIwK7f2K4PQ3ZtJPTq { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqmyLeezRmBXqvWyGsiZrQQLZOfbD0i { width:14.625rem;height:;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmcuQcIwO5iDtHO2WkuBcTEwazHfKXwD { width:14.4375rem;height:19.8125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mszk7CAdJf8pAi9qtFR3GcHgwdP5WTOs { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv4WDaQrK7KyytseFuV5VqQh45rWyZrp { width:16.5625rem;height:2.625rem;top:8.875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEAJ7ROWPr2GcSHfF5z8IZ8F1iL6TqE { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMI0zmxC93fKZiu50eNVX8RZ3CFPhNVE { width:1.875rem;height:1.875rem;top:15rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLMxlIH83nrTWob1fvQSGJxT71nKz3q { width:15.625rem;height:3.375rem;top:15.125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVDi0gZM4J9XHPG0l3PhJMofn3TgvbTf { width:16.5625rem;height:2.625rem;top:19.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbCATr8DkhkTlaZZDwIO0ZCVzfHJdypg { width:1.875rem;height:1.875rem;top:25.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBFL0OmUE61mocLPESr5qxmlfDFp8JRI { width:15.625rem;height:1.6875rem;top:25.5625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecfBNchMEkqg0u39IhLaMapLl6wEP8HM { width:16.5625rem;height:3.9375rem;top:28.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwVz70xwVd5TfAludvJZlTSzOKZ2IZc { width:16.5625rem;height:3.9375rem;top:8.5rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwPifZQMJ9fvOKqxDtt5JKoZzfCGm7gX { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4g3lsLlCg3ay8ifK9NicuRMwE0x6L3 { width:15.625rem;height:1.6875rem;top:15.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibBUqngs3iJ8H99avQv0cIoItWZVwkQw { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfbT1e5sqHJTxMb8wwA1yvFTzUgTABu { width:1.875rem;height:1.875rem;top:15rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXV0C93yLcsM4VmoSTFxK6bT4bpOiIK { width:16.5625rem;height:3.9375rem;top:18.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuVtHwnQIzynfOfdmIxIqz1cAAzquu9s { width:1.875rem;height:1.875rem;top:25.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpw5AQEn8fhuPKAx2OyGvxx4oky37rtG { width:15.625rem;height:1.6875rem;top:25.5625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1wVU3ofSs1BWpxaWC7pqEugT017KCn { width:16.5625rem;height:3.9375rem;top:28.5625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg { display:block; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg { background-color: transparent; background-image: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .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); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7TH3JcDEm6ko5263IFeSmXK6LKGnwnA { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS80n7mKWxRel74gp13JVdZaMbQAQK8y { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPkGcrFGf7d5XJEecWLAMH2s48WPOvC { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUKS0E3xt3Rle2vFc2m95PLH8bbH64p { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upq9gh3Unc7bN1ciL31wTGwlJ15TTvKl { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSPZ1Hm4WTkR3QoHkKPwAOHUXmcUtJq0 { top:3.6875rem;left:37.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePyRdHskdN2LsTzqC0TcyMAJlfJqHzX { top:3.6875rem;left:7.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmIT6H4XMRXKZUy2TOaTowG84IRRGR06 { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT { position:relative;z-index:auto;display:block; }#bVJfWyEk7g0WzPxqAQIuGxcioOnlLBJT > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alkKLQltdEbhSeOJvzFnvcJRzwpT4Boz { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1WVPeNLeftiAOPgCJbFoJiDQrTuKgx9 { display:block; }
 }@media only screen and (max-width: 763px) { #T2uRtKBxPVvxnJpoeBXJR9nTWo8cVmiy { width:11.375rem;height:1.3125rem;top:4.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y27BuhaRe8MW39AgUCprhDg2x2qpepLM { display:block; }
 }@media only screen and (max-width: 763px) { #H3mwKH3vTpXQiRCLFbuBxJIrg30xFuTq { width:20rem;height:3.6875rem;top:0.65625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS7TDfzhAp2SAgtXvTdX3c9AqcrRmn2o { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ7JR9bWItga5rZvVR4waEzvtGGSgLPZ { width:1.875rem;height:1.875rem;top:7.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXT2ACR5TtbC1Fp2x7si5JMQu9pLaQxE { width:1.875rem;height:1.875rem;top:7.5rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9SgLhBhM8iDL3gykv8OoAulzk7zkcTy { width:10.4375rem;height:1.3125rem;top:7.75rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zb8QrSt87UVpfPKasiigfTvNVkE4CgIN { display:block; }
 }@media only screen and (max-width: 763px) { #FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { display:block; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN { background-color: transparent; background-image: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container > .video-iframe-container { display: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row > .video-iframe-container { display: none; }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .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); }#FkRuuEyJrGh101UQ3OwuTixz2Rh8GJDN > .row .container { width:20rem;height:186.25rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwMStNSPlbIXtEhMTmEvnsvqk8GNZ8Tn { width:20rem;height:41.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHv1LhbrNLG8pI2snTcSpxZvzA1gSxO { width:7.375rem;height:2.2749rem;top:17.4375rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scVsixKdZw4H4Gi098cx9JMyDmHRETxu { width:7.6875rem;height:1.7871125rem;top:20.71240234375rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCoxC2l9pAwuHVtxADD7UZutPrk7u21N { width:18.6875rem;height:4.7119125rem;top:30.375rem;left:1.3125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFm6Uu98fd6g6eDHurLwCFrxB5QJbPoW { width:18.25rem;height:1.94970625rem;top:36.1875rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGppCHkznpLJui0eWrfKS14GzlP3EO57 { width:16.9375rem;height:3.65625rem;top:40.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu { width:18.1875rem;height:3.96875rem;top:45.625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#IT555D5CHbyxSq3g9nC8lWxl2Tov3Whu li:before{  }
 }@media only screen and (max-width: 763px) { #Q4ro3caiTf7TqAz3UiXTTfHxOPyFQSgw { width:0.25rem;height:5rem;top:17.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAGgpZ52IrHza0J9zndpH11TyAQSqHTT { width:17.125rem;height:17.125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAazuCXOSp7x1Jo0sCJMPs9yTVbbwA9S { width:17rem;height:4.875rem;top:23.75rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bMzE4l4UquoT9uqWFLEg5Dqn7KWiS1hw { width:18.25rem;height:8.7734375rem;top:1.67236328125rem;left:0.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEUyMyXbBHQTFze76x3hBKvyk080Ucf4 { width:18.625rem;height:2.875rem;top:51.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3tLoR6T4lcvM6yyRGWysmCozf4Rxi7Q { display:block; }
 }@media only screen and (max-width: 763px) { #TocmwddqyTwi8nVGRfMWP4uIy2iJ3q2h { width:20rem;height:43.8125rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E { width:17.9375rem;height:2.75rem;top:90.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#yyk7aFaMKyK1dauRVpfyNSI2Pw9e0p1E li:before{  }
 }@media only screen and (max-width: 763px) { #kVvM8iXm4v5KtKEuTco7DBD78UNKpoJS { width:18.3125rem;height:3.65625rem;top:84.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AmkJwumy1TsqSwaABafTzT1RT1fyaZ4e { width:20rem;height:4.875rem;top:79.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfC4cvfiMlrNohJAiCuVUiVI2MsDua8Q { width:7.6875rem;height:2.2749rem;top:62.625rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xRzdxACwPk9eDbJ33XJp0iT5OCp7xJ6n { width:0.25rem;height:5rem;top:59.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNvsTg5XC2noOeToNoOeQWcPhxK3ELF { width:11rem;height:1.94970625rem;top:81.125rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #veP3QegI0nJ1CUuLSmnI46NUhZzlUxQQ { width:18.625rem;height:2.875rem;top:96.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRms38RKfqvLKFTBvbTFGFlVVRB90MTD { display:block; }
 }@media only screen and (max-width: 763px) { #GnexxKnPJCofMTnwLgfvlKGUOFl5JLt6 { width:18rem;height:4.7119125rem;top:75.5625rem;left:1rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KuuJKl2PewtoXbZP2A4LqyqoGmokK83v { width:7.6875rem;height:1.7871125rem;top:59.8125rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5EQOR2U6f3Qw0HHhBSShmqQx0tutbSl { width:19rem;height:14.25rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8PsZU32yAtBDUMZPFsTKDhNqBdJv5k { width:20rem;height:42.125rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo { width:19.125rem;height:3.96875rem;top:133.625rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#WSbx3k1zQHB5EDrbJe51HHUNRnikJ8bo li:before{  }
 }@media only screen and (max-width: 763px) { #ewk0guslzhPdCb17autA46kBvBhoyTMR { width:18.125rem;height:3.65625rem;top:128.125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCV4b17HFmbPhSSMmWGqaHLztepreiq5 { width:20rem;height:0;top:163rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #C48HASNaDGR5920JoxfT6beOdvbIayeR { width:7.6875rem;height:2.2749rem;top:107.5625rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hB8HAnLrtFfrIVAeZkmd8kxRlGKpLE32 { width:0.25rem;height:5rem;top:104.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMu3ECAa3S4KrdRLwWQ03u2mnSHGZmZ { width:9.75rem;height:1.94970625rem;top:125rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lAw4MwWRZxuynGuCXBDB9UTPD1olU00i { width:18.75rem;height:4.7119125rem;top:119.1875rem;left:0.75rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GHLHeIaQbQXKbbcTky6aTnGnwHGbqOsw { width:6.25rem;height:1.7871125rem;top:104.875rem;left:12.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmH2RGxv8Vk98MRHvZfLAIfFTUiUbRw2 { width:19rem;height:19rem;top:103.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRI7tdctTgCMExXi5tFTNKcpiZNcOxtC { width:18.625rem;height:2.875rem;top:139.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlF9rb5GaOIy5bGfueh7XEyDgc1FQh6 { display:block; }
 }@media only screen and (max-width: 763px) { #ooFD7PPZTKmfvC2BF46Q3rxCN04Ti9ST { width:20rem;height:13.1875rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zfvS7rTfMAzQvDCxToZFOtrlyTANtP2S { width:20rem;height:38.875rem;top:146.431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqpcWuWPvWsD6rOwv2Vsy1GfTcxmc5S { width:18.625rem;height:2.875rem;top:181.09375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alz4sAHWZm9HKctn8EODcJa4ZtxpRqG0 { display:block; }
 }@media only screen and (max-width: 763px) { #HoeQmNKWRliygWNzM88Ip4J1xAqEQkzZ { width:19.375rem;height:2.4375rem;top:171.03125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E { width:19.375rem;height:3.96875rem;top:175rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#bkkdOT1h0WQPnrpwOPhZGTND6a9Lef9E li:before{  }
 }@media only screen and (max-width: 763px) { #u9eouBqgafQUHi4GLpWh47PTT8Fe67rk { width:19.4375rem;height:4.7119125rem;top:163.03125rem;left:0.5625rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRbCRSmwZtZ7faCNCfST1TNyDnQLE7EB { width:19.1875rem;height:1.94970625rem;top:167.74267578125rem;left:0.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wOlimF1MD52z7s8SATZGb3Q0IRuuVHgS { width:0.25rem;height:5rem;top:148.1181640625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eKcHFGhhheO3qTQXXDccqBTLZkPbwc { width:7.6875rem;height:1.7871125rem;top:148.1181640625rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZ2c6ex21m5DQ5wsfD6Q6yX9ccL5hm { width:7.6875rem;height:2.2749rem;top:150.90625rem;left:11.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sU0k15sqVzOhCf4yZQWaNVpexAs7iqUQ { width:18.5rem;height:18.5rem;top:147.0927734375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { display:block; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H { background-color: transparent; background-image: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container > .video-iframe-container { display: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row > .video-iframe-container { display: none; }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .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); }#J7xTqEWP2hy8B9KgHOI1oIFC0ad2mg2H > .row .container { width:20rem;height:173.3125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGxdInpIPp6vI4azRtClUg2UhfWU38Zm { width:20rem;height:41.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pex2FtpA60OhuLiTT4dtusf52ZGT3FxO { width:7.375rem;height:2.2749rem;top:6.4375rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfoWKGEyXHkVyD7Gfp3D2orqWWInbxo6 { width:7.6875rem;height:1.7871125rem;top:3.1875rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBIiTHCsVe7R8Vks3dgUUal1Tkt0inJu { width:18.6875rem;height:4.7119125rem;top:16.5625rem;left:1.3125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVQ5GLlBXDWDJ9OOJAbRBJ833MS1Ds84 { width:18.25rem;height:1.94970625rem;top:22.375rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxiAPQHAHGogBiNZ0eIs5nw1WWSBJpVX { width:16.9375rem;height:3.65625rem;top:26.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS { width:18.1875rem;height:5.1875rem;top:31.8125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vJXEduqSi2m4WODslI1oeTJ1l4SH7XyS li:before{  }
 }@media only screen and (max-width: 763px) { #Lbc5hslQn0heXLMpuGxHCMCpIVKm0QQe { width:0.25rem;height:5rem;top:3.625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztKaHASVxb4azE62RBWxSnTEieSLQBkC { width:17rem;height:4.875rem;top:9.9375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xa1DLaHpTJOgJVThZJKDMvkQZSfVpsXL { width:18.625rem;height:2.875rem;top:37.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfMKdeGkHwwpyQ5cFcUiQ77xyIn3cTHW { display:block; }
 }@media only screen and (max-width: 763px) { #cD1BXS65kPfnIFcWIMxkSSCO6FbhNAHo { width:20rem;height:43.8125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi { width:17.9375rem;height:3.96875rem;top:76.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#mcwoGZ6FR3QRMGxVrkb4t3qXrKJ23Ppi li:before{  }
 }@media only screen and (max-width: 763px) { #fsfoE67X3VRgKW99DzsQRpdyVtZBZBp4 { width:18.3125rem;height:3.65625rem;top:70.75rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lat60GUv0TPm3qIioCim2irarMcbPH28 { width:20rem;height:4.875rem;top:65.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wW2oBDxn8g1hOUVgDhtFloAzVNWHpeGq { width:7.6875rem;height:2.2749rem;top:48.8125rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P6Ky9hpc1LJ8XmCRq6EnnszcIgwBemhf { width:0.25rem;height:5rem;top:46rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHtEVOpng1xO51kU6l1guQnL9Jcazekn { width:11rem;height:1.94970625rem;top:67.3125rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GknkO94barkHbuzJlkeydk74MEJKRXvP { width:18.625rem;height:2.875rem;top:82.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNlL4ALmqrP9RmJ7LdJ29174JGF6Qsa { display:block; }
 }@media only screen and (max-width: 763px) { #OloaqkTqSvDDJyKLqDlk0HckuL5uPcgm { width:18rem;height:4.7119125rem;top:61.75rem;left:1rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIi7VE39uWkS5ZTKNS04DCa9aDiaXBVu { width:7.6875rem;height:1.7871125rem;top:46rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4xSF2NXyDAfNE1bNZTDk9TZbeyNfGkP { width:19rem;height:19rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6R9TQi3SgOpMJJISmzf7ADrbC2D6aMu { width:20rem;height:42.125rem;top:88.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh { width:19.125rem;height:3.96875rem;top:119.8125rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#UD1oOQ2rCxPpezPrKxycL56vh0VTVUAh li:before{  }
 }@media only screen and (max-width: 763px) { #KdTPdqiiazy5f4LIqI75H10AUeMwM2az { width:18.125rem;height:3.65625rem;top:114.3125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tACXNOJQVSrrI6NJFqaoSTrrowM7DOvi { width:20rem;height:0;top:163rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #chOdoKw0T0qlNhz200Cb006X4qRwX4Dx { width:7.6875rem;height:2.2749rem;top:93.75rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKi0QOPnORTpRmbPhZCc9ONh1wpsJQDd { width:0.25rem;height:5rem;top:90.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqX1gel8VFJ8CGu4ViH4fz4lEJrzJ22a { width:9.75rem;height:1.94970625rem;top:111.1875rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fBFwhgJeCXcbf4olygCnPEDNSZmm93LZ { width:18.75rem;height:4.7119125rem;top:105.375rem;left:0.75rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ISTNDy6ZpI7GL8XEWbuu0VDv7XT09DfC { width:6.25rem;height:1.7871125rem;top:91.0625rem;left:12.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aBoXbmJigAIhuThNcJPzZm6RyTXSvkvF { width:19rem;height:19rem;top:89.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTaA6JsLr9HcGsuq5zzEN1AG0tuOwHv { width:18.625rem;height:2.875rem;top:126rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1QBgCU4maqSwBkpZKaIc1ir1xBLLBW { display:block; }
 }@media only screen and (max-width: 763px) { #zXUAkWdh7vNpkHDUlim1G5VBhZyuTNde { width:17.125rem;height:17.125rem;top:2.28125rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dCZnDRNbe2CpXk0e6kGiKT2T6MluAGMn { width:17.125rem;height:17.125rem;top:17rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #N2cRnnFiXXgsvOK3T1MZ75e7o9ruW368 { width:20rem;height:40rem;top:132.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU { width:17.1875rem;height:3.96875rem;top:162rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#WO1TPwT8y8F4Zdll9lZyyhs8iioGd6yU li:before{  }
 }@media only screen and (max-width: 763px) { #fLMB3n80Al2y681lrrEDZxOEwdy4hgQc { width:19.3125rem;height:2.4375rem;top:157.75rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0o9kEiQDOoC3Qae7uPUOFwhAoJL3zyU { width:20rem;height:0;top:158.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KgMSDD6d7wULueyuJC9trIygqq7q6lhO { width:18.625rem;height:2.875rem;top:168.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiipoh934qDBTvKJthJTQG1KR0P4OoJX { display:block; }
 }@media only screen and (max-width: 763px) { #DVrOHs6Rp6mKgew6OnJpenNRFTMy9J4S { width:7.6875rem;height:2.2749rem;top:135.8505859375rem;left:12.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tuuu15Js6EWRaKDTquNwrNOX0EVf3046 { width:0.25rem;height:5rem;top:133.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTveCTdt5yfInm9AD1XQCA0fXca1G0bJ { width:19.375rem;height:1.94970625rem;top:154.3876953125rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TC8RvM88cG2wo8oV31kavl85cu3Z2eT0 { width:19rem;height:14.25rem;top:132.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfOgrTEXQe6JtqtblWpqiI14IA8raRlR { width:19.625rem;height:4.7119125rem;top:148.75rem;left:0.375rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4hKLdxZNKQ07w8kmWmmf6PIdvQJukEV { width:7.6875rem;height:1.7871125rem;top:132.9375rem;left:12.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTwoRF7LA8Hyy8g8cysomM3isXko6946 { display:block; }#tTwoRF7LA8Hyy8g8cysomM3isXko6946 > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn2euZWB4yXVq1VNp4ygiDQUTP5t3wqG { top:9.5rem;left:0.5rem;width:19rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuZ4a2wc6kNPnDHKlhpIQznD7uKz07s { display:block; }
 }@media only screen and (max-width: 763px) { #cLW7spCz0J9SNcGlpEJXtmuo3ZAZgOWm { display:flex;width:7rem;height:7rem;top:1.25rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi { display:block; }#kU9X0KuTrOsGL9DwBkUCKp7mibmdOwwi > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpPgNJvhHl7uiGiZP6002kso6gJbaseo { width:20rem;height:38.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRWoWAUF420cGa7usUcJoaB7bSwBoqkT { width:18.3125rem;height:2.5996125rem;top:2.6875rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bukGkzNillVDEgJxRQZ5xboRzbQhLqqf { width:18.1875rem;height:3.8994125rem;top:9.75rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPoKGAnc5MhOHtpdPvc0QK6EfAEhEIi { width:18.375rem;height:5.19921875rem;top:22.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8TATIZ9unCPVHC1BfcBF3geRmb44NF { width:18.125rem;height:2.5996125rem;top:35.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I78zoCGZ3yz1ws5padNgbyrIl1J3kg6Q { width:12.625rem;height:3rem;top:15.5rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXM7croqNVmw9L3QutaCEKp8TnODGTxe { display:block; }
 }@media only screen and (max-width: 763px) { #ogy7ISSCeZlAIKFkiguMhfLTDm9QLbpc { width:12.625rem;height:3rem;top:29.25rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPtIVa7UB4sH9v00Qtq6IyJnAsU9x0l { display:block; }
 }@media only screen and (max-width: 763px) { #A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ { display:block; }#A5dwUkDNdMwpb1uO9xfpJ5hF87Slx8TZ > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTPvvPDWN5a57lKfd2foOTpwrkThQQVS { width:20rem;height:25.3125rem;top:27.875rem;left:0rem;background-color:#37c977;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZMGVEbLspKt4Je4ThJFkOooFzmFEKXNK { width:20rem;height:26.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFev0E02nn5Ft7UOc2lG07Sw5egDmAOm { width:3.3125rem;height:1.4624rem;top:2.875rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXNSpxMrGtVXDa3Q9pVHVo6ZmzNXU9F { width:14.5rem;height:1.625rem;top:2.8125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylvApc5nPZovpMbFO3NSwoOkUfauqiz { width:20rem;height:3.16845625rem;top:6.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ { width:17.3125rem;height:8.4238125rem;top:10.3125rem;left:1.375rem;font-size:1rem;display:block; }#bU5JW6TprX7S8M19KmmGzxqQ97XQTceQ li:before{  }
 }@media only screen and (max-width: 763px) { #BvxqDwSHMTwnyiXHMu5z9pAC42chTfTx { width:15.375rem;height:1.625rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPS8ToBw6zZwGoVlL7a68tUTATzJXuX { width:20rem;height:3.25rem;top:33.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmHIXDQPxGJympZCMTLexAsVm9SyXbv { width:17.1875rem;height:6.8115rem;top:37.9375rem;left:1.3125rem;font-size:1rem;display:block; }#FCmHIXDQPxGJympZCMTLexAsVm9SyXbv li:before{  }
 }@media only screen and (max-width: 763px) { #M1lixw5lr5MUZH4Gs89CvsVrJQ1S3G1Q { width:12.625rem;height:3rem;top:21.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL5t2eVkKS5DSmMzLhXfV3vDkzqqIsdl { display:block; }
 }@media only screen and (max-width: 763px) { #FURHRkSHwPuiAbDXLlalmdazWdeurG40 { width:12.625rem;height:3rem;top:48.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ58gaKS1Dlf59TEaRbd9GFQCzhg9k4M { display:block; }
 }@media only screen and (max-width: 763px) { #yf7rgmzbeTbTJ40oRcbkT4TKNbPJJFa4 { width:5.0625rem;height:2.625rem;top:2.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovZI2htyfZLyidk0pKTLV31Zpqum1Cy { width:5.0625rem;height:2.625rem;top:30.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upuNEWcleKuyTwBesMp8t2q9HXVuJqbE { width:3.3125rem;height:1.4624rem;top:30.875rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2vC4DwRgL3G93fm9SmzN8A7WbC3QKI { width:18.75rem;height:24rem;top:54.4375rem;left:0.625rem;background-color:#37c977;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CVkkDTCAOJRQ792hRUpZg7BFiR0cbxUV { width:17.4375rem;height:0;top:54.4375rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVvoaI40fyGRx14pWe2rePrxD5fHVU80 { width:17.4375rem;height:0;top:58.2871125rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ { display:block; }#qqX4RTwWTBU8s2K7n3IfNvpg1HEaOMDJ > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV18z4UoXya16rRiOdOJ1NerDQLbmmCF { width:20rem;height:25.3125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoWFLVGFIxaBEPzWRqo9y3zCT5k3m6FJ { width:20rem;height:26.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MPignoU87RXDFbpDBrKpvx73nqZr4R { width:3.3125rem;height:1.4624rem;top:2.6875rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKCE8mgNnUo6zX51SRaEcVKtutDfr3T { width:13.125rem;height:3.25rem;top:1.79296875rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg { width:17.3125rem;height:5.51171875rem;top:14.1875rem;left:1.375rem;font-size:1rem;display:block; }#vXeb8IXkLrgeuTXvUqyHihbV8duS8Phg li:before{  }
 }@media only screen and (max-width: 763px) { #JTgpnaCseJ8KF4kOSRx7IhpV4iE1FSlu { width:13.4375rem;height:3.25rem;top:29rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyqinWp563D2fsIMXb73AlI9kmkb7VGf { width:17.1875rem;height:5.51171875rem;top:40.5625rem;left:1.0625rem;font-size:1rem;display:block; }#QyqinWp563D2fsIMXb73AlI9kmkb7VGf li:before{  }
 }@media only screen and (max-width: 763px) { #PwhvI8b06cpND9iKJfvqkSskVr4F09M1 { width:12.625rem;height:3rem;top:21.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoAkcsHCA6aufhRzfWIeTT0SkRTDBaZ { display:block; }
 }@media only screen and (max-width: 763px) { #k1sl9xrXxq2Te4e3oo9rLT4U76GtiUaJ { width:12.625rem;height:3rem;top:47.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUze4qrH97ypovUtTOegF9t7GCG0sMTV { display:block; }
 }@media only screen and (max-width: 763px) { #dG25wPqwaobRgaMPE2ZzOiuEzhtkvk8p { width:5.0625rem;height:2.625rem;top:2.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1r8wASSp9xi32UUKeWGJ9p9Hwbp8uD2 { width:5.0625rem;height:2.625rem;top:29.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ZxV8SZTCqxJOoIlsXsmQU8ScI2aUX1 { width:3.3125rem;height:1.4624rem;top:29.9375rem;left:16.6875rem;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #h9J8NODBBFDkyoT9otn78gqEOacwGowz { width:8.25rem;height:8.25rem;top:32.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELPztJ8kvSKIz9pBxMUVBwMJ6M5xz9Si { width:11.8125rem;height:11.8125rem;top:4.14892578125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu59T7ghpkvCScZRCKfQDUmuE5BcwFG3 { width:18.75rem;height:24rem;top:54.3125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udqBoqH2EAxROiJubEBkhJ1lNG9xuhxM { width:17.4375rem;height:0;top:83.4121125rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVR8tNMzsgBKhn8TLq5nTnBm2znLWsPi { width:17.4375rem;height:0;top:79.5625rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s { display:block; }#KTSomz6OxqHTKuBtNDnBkctDV7ZTXE3s > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR7oC558H6SoItwUzetmLQVzNlOKiqVc { width:9.5625rem;height:2.79980625rem;top:2.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ihetSqxCDmPxe3fIwK7f2K4PQ3ZtJPTq { width:6.25rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqmyLeezRmBXqvWyGsiZrQQLZOfbD0i { width:14.625rem;height:2.5996125rem;top:7.5625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmcuQcIwO5iDtHO2WkuBcTEwazHfKXwD { width:14.4375rem;height:19.8125rem;top:13rem;left:2.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mszk7CAdJf8pAi9qtFR3GcHgwdP5WTOs { width:1.875rem;height:1.875rem;top:34.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv4WDaQrK7KyytseFuV5VqQh45rWyZrp { width:16.5625rem;height:3rem;top:40.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zyEAJ7ROWPr2GcSHfF5z8IZ8F1iL6TqE { width:15.625rem;height:1.5rem;top:37.5rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMI0zmxC93fKZiu50eNVX8RZ3CFPhNVE { width:1.875rem;height:1.875rem;top:45.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLMxlIH83nrTWob1fvQSGJxT71nKz3q { width:15.625rem;height:3rem;top:48.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVDi0gZM4J9XHPG0l3PhJMofn3TgvbTf { width:16.5625rem;height:3rem;top:51.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kbCATr8DkhkTlaZZDwIO0ZCVzfHJdypg { width:1.875rem;height:1.875rem;top:56.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBFL0OmUE61mocLPESr5qxmlfDFp8JRI { width:15.625rem;height:1.5rem;top:59.8125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecfBNchMEkqg0u39IhLaMapLl6wEP8HM { width:16.5625rem;height:4.5rem;top:62.75rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ydwVz70xwVd5TfAludvJZlTSzOKZ2IZc { width:16.5625rem;height:4.5rem;top:75.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xwPifZQMJ9fvOKqxDtt5JKoZzfCGm7gX { width:15.625rem;height:1.5rem;top:72.125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qd4g3lsLlCg3ay8ifK9NicuRMwE0x6L3 { width:15.625rem;height:1.5rem;top:85.125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibBUqngs3iJ8H99avQv0cIoItWZVwkQw { width:1.875rem;height:1.875rem;top:69rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfbT1e5sqHJTxMb8wwA1yvFTzUgTABu { width:1.875rem;height:1.875rem;top:82rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXV0C93yLcsM4VmoSTFxK6bT4bpOiIK { width:16.5625rem;height:6rem;top:88.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fuVtHwnQIzynfOfdmIxIqz1cAAzquu9s { width:1.875rem;height:1.875rem;top:96.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpw5AQEn8fhuPKAx2OyGvxx4oky37rtG { width:15.625rem;height:1.5rem;top:99.5rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1wVU3ofSs1BWpxaWC7pqEugT017KCn { width:16.5625rem;height:6rem;top:102.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg { background-color:#3769d1;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; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { background-color: transparent; background-image: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container { display: none; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .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); }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { border-width: 0; border-radius: 0; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zN0Uvi8t9EMQ7BzRaTC5sUEmALQVaoBg > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7TH3JcDEm6ko5263IFeSmXK6LKGnwnA { left:-0.0625rem;background-color:transparent;background-image:none;top:6.8125rem;width:20.125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS80n7mKWxRel74gp13JVdZaMbQAQK8y { left:0rem;background-color:transparent;background-image:none;top:12.3125rem;width:19.8125rem;height:2.79980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPkGcrFGf7d5XJEecWLAMH2s48WPOvC { left:6.875rem;background-color:#ccd4db;background-image:none;top:16.125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUKS0E3xt3Rle2vFc2m95PLH8bbH64p { left:0.0625rem;background-color:transparent;background-image:none;top:20.75rem;width:20.0625rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upq9gh3Unc7bN1ciL31wTGwlJ15TTvKl { left:0.1875rem;background-color:transparent;background-image:none;top:23.375rem;width:19.8125rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSPZ1Hm4WTkR3QoHkKPwAOHUXmcUtJq0 { width:2.5rem;height:2.5rem;top:17.1484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePyRdHskdN2LsTzqC0TcyMAJlfJqHzX { width:2.5rem;height:2.5rem;top:2.8984375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmIT6H4XMRXKZUy2TOaTowG84IRRGR06 { left:0.25rem;background-color:transparent;background-image:none;top:9.3125rem;width:18.9375rem;height:1.79980625rem;font-size:1.5rem;z-index:15005;display:block; }
 }