.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,225,231;--color-primary-1:141,157,175;--color-primary-2:27,58,95;--color-primary-3:14,29,48;--color-primary-4:4,9,14;--color-secondary-0:254,234,229;--color-secondary-1:253,186,167;--color-secondary-2:250,116,79;--color-secondary-3:125,58,40;--color-secondary-4:38,17,12;--color-tertiary-0:255,255,255;--color-tertiary-1:247,248,249;--color-tertiary-2:229,231,235;--color-tertiary-3:115,116,118;--color-tertiary-4:23,23,23;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Hr6EvfI78xE4XV1qAX9pynrOgZo8G5bC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.75rem;top:1rem;left:1.5rem;overflow:hidden;display:block; }
#USXeKKllEkh9PLp12XnarzpARK5Vm7aL { background-color:#fa744f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:62.75rem;display:block; }
#Z2KRqu2sWzf5hm0x7ti4FeDuTnNcEKgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container { background-color: transparent; background-image: none; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container > .video-iframe-container { display: none; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row > .video-iframe-container { display: none; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .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); }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container { border-width: 0; border-radius: 0; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#kDM2B39ZL34rmcTRRoITy8cMSmmZuFu3 { box-sizing:content-box;height:2.25rem;width:21.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:26.875rem;display:block; }
#W9HPKTz4lPQNR6Uh1quIqLAnZ6TDec5r { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.4375rem;left:28.1875rem; }
#I8kTzeTUlIv7hBOsie4hrnQE0Ll6y0xb { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.32421875rem;left:29.6875rem;height:1.225rem;display:block; }
#ts3kFo7Kh9GQEgGIaXcW6A7hl1sZHw5t { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:11.625rem;left:19.03125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#gdv0U5PKMmz8ripgzo8l7WyJgBPOf2zT { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:16.125rem;left:16.71875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#rzyDOVPMpnoTnTdLoN3iD2k2VVu7rmu0 { color:#fa744f;display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:21.1875rem;left:13.15625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#iPQX87CwJeHpPT5Ng6pmnP6wA44qBDdU { color:#dbeafe;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:28.5rem;left:14.03125rem;height:9.6rem;text-align:center;text-align-last:center;display:block; }
#SDDedx2RW0o4UZI6wDrORaxPMk9Qshev { background-color:#fa744f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40rem;left:19.0625rem;display:block; }
#A2gDZ6RvBLVry6gEkeyOD45oHsQhRuC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHZ03V44J8rEUckmSSEs83oVwDpOdr4y { background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.3);border-left:0.125rem solid rgba(255,255,255,0.3);border-right:0.125rem solid rgba(255,255,255,0.3);border-bottom:0.125rem solid rgba(255,255,255,0.3);border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40rem;left:36.5rem;display:block; }
#ookh6BDQTmHTxk31CqnVWTk7GKSy4Wy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqkTFBGVqafZB44XuB1fgNgPQX2zGroQ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(255,255,255,0.5) ;height:2.9375rem;width:17.375rem;top:48.125rem;left:29.1875rem;overflow:hidden;display:block; }
#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;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; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container { background-color: transparent; background-image: none; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container > .video-iframe-container { display: none; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row > .video-iframe-container { display: none; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .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); }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container { border-width: 0; border-radius: 0; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#Sp90bWfGoTFwLKErCocB3eTyCu3v0BJv { color:#4a5565;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:2rem;left:19.375rem;height:3.6rem;display:block; }
#nAT0Wsm5UDKKZoTNR3y5GJtplQ5mugeS { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:1.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rfAqI4cihUt2eklus9U5PXwf6kGUXith { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.625rem;top:9.5625rem;left:3rem;overflow:hidden;display:block; }
#i2t9oLaPHQ80WNUSGInR13B90JW3Q0oo { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:9.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xmJxDkKV0JlOkNuOzUTZpKsL1gf3zs7U { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.6875rem;top:9.40625rem;left:10.75rem;overflow:hidden;display:block; }
#bSxPX7Ja3kSWm171p9Da5AVqx6uNdvaI { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:17.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AaD5yhznRummAR4CIl5z56KZkFwU4FTx { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:9.21875rem;left:18.875rem;overflow:hidden;display:block; }
#p8rATw39yEd4a9wkGs0Isyvb98TXJCKS { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:26.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#znExOQkIsCKf0iuqfH8AU6ahHGJBWsNm { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.3125rem;top:10.0625rem;left:26.4375rem;overflow:hidden;display:block; }
#Kheu8ipr32zhMIrHO7XMpfuUlOEvuTor { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:34.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xDO2pp7RKvBtWxwDtFuOPyyRGFpTKcv2 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.3125rem;top:9.5rem;left:35.1875rem;overflow:hidden;display:block; }
#e8qQHCL2ZDqTJZZr10KEkb2LST3oVx2y { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:42.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Jqt2x5uP6Uc080FAeFUOVZEsmze5aLIn { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.3125rem;top:10.84375rem;left:43.4375rem;overflow:hidden;display:block; }
#KNUEv0LNL5GLT3BCNDRz36tCLUab3fpU { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:59.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lVO1fXPzuopOgQr91aLxm3MTOIeP6TCM { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.3125rem;top:10.84375rem;left:59.4375rem;overflow:hidden;display:block; }
#TzTt5eK0SChQGGk4OTsRBRZ5HoHXp2KG { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:67.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KpxbKRwWD1smAC1OB9QcCZBQ7x0crp93 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.8125rem;top:11.125rem;left:67.9375rem;overflow:hidden;display:block; }
#yLz7z7wtSp7hNCbBu0z2J6QERJLmCUdG { box-sizing:content-box;height:5.25rem;width:6.9375rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;top:9rem;left:50.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LO0Dui46U0EGDTcHT7uiM3xNbkID6lPQ { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.5625rem;top:10.84375rem;left:51.0625rem;overflow:hidden;display:block; }
#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh { position:relative;display:block; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh { background-color: transparent; background-image: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container > .video-iframe-container { display: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row > .video-iframe-container { display: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .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); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh { border-width: 0; border-radius: 0; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .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; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PKxlWFkszgFQSsBZw4ZUJkTR86HZdeTy { box-sizing:content-box;height:2.5rem;width:18.75rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:28.125rem;display:block; }
#mOXPP8OCEiHeGKe1B27AiTp5D9umEMws { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.67578125rem;left:30.875rem;height:1.4rem;display:block; }
#BazwNZVitWZRzJI2g5gXMhShFh75y0wC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.75rem;left:29.125rem; }
#ohN5h7ZHz9ZCaKT2pDkAWdTVf4AtHRE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#NT2Awb9VUXrJf6CiXPPGFCX2TGuRDuAz { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eO40fiu9z9DMALTJWL23L8hVyRC38Zdn { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd { position:relative;display:block; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd { background-color: transparent; background-image: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container > .video-iframe-container { display: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row > .video-iframe-container { display: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .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); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd { border-width: 0; border-radius: 0; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .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; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OFaz1TaTB6HiWSRqrt9QsilC6C7pE9eg { box-sizing:content-box;height:14.125rem;width:21.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(122,184,208,0.3);border-left:0.0625rem solid rgba(122,184,208,0.3);border-right:0.0625rem solid rgba(122,184,208,0.3);border-bottom:0.0625rem solid rgba(122,184,208,0.3);top:2.3125rem;left:1.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#IKVWRPuTo9k1NGoBQia9rx638CxrxPV2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.125rem;left:4.5rem; }
#O0Fk4xsyHNptmhAQmny6XGKNGCoK3BMo { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15002;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:3.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#KPawUVyRsvN7VJA4aWQI5cXl0B3VFrww { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.75rem;height:3.25rem;font-style:normal;display:block; }
#aGGf73TB3Gz9VF0ETKLDB62vO4rQJmLW { box-sizing:content-box;height:14.125rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(122,184,208,0.3);border-left:0.0625rem solid rgba(122,184,208,0.3);border-right:0.0625rem solid rgba(122,184,208,0.3);border-bottom:0.0625rem solid rgba(122,184,208,0.3);top:2.25rem;left:26.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wXeKx7Gtt3cBib60R8FidPTg0CPgmxSp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.125rem;left:29.5rem; }
#DBvksyEdLsCoIiJ34Bp6z8K4qmz8l7QZ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15006;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:28.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SXHyeq6XoD32ryrKskeSKqkpbZSTviix { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:28.75rem;height:3.25rem;font-style:normal;display:block; }
#hBJtyorywAVFTVvsyhERT7eX3aoCyXS6 { box-sizing:content-box;height:14.125rem;width:21.625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab8d019', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(122,184,208,0.1), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(122,184,208,0.3);border-left:0.0625rem solid rgba(122,184,208,0.3);border-right:0.0625rem solid rgba(122,184,208,0.3);border-bottom:0.0625rem solid rgba(122,184,208,0.3);top:2.25rem;left:51.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#zvOFGTDPkzknUal6LwtJI4VhgzzC2qt7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.125rem;left:54.5rem; }
#AfPcFvdTu9nTRC9ZPmuJG3kfBEGJ3KSh { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15010;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:53.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#F8TVwgtU00gSo5VsDBAhED5E25CD3w5J { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6875rem;left:53.75rem;height:3.25rem;font-style:normal;display:block; }
#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a4a6f;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; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container { background-color: transparent; background-image: none; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container > .video-iframe-container { display: none; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row > .video-iframe-container { display: none; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .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); }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container { border-width: 0; border-radius: 0; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#vaT3dlhiwIb0Xyb2SmFsZ32VPFZ9WrH4 { box-sizing:content-box;height:2.5rem;width:11.875rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:31.5625rem;display:block; }
#WuFu9neUrTN8J85ruylsgm8aNszWaWnQ { color:rgba(var(--color-secondary-2),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.0625rem;left:34.3125rem;height:1.4rem;display:block; }
#ZotfQuCrtwXFNDqn98kpQBfHg4dXLLiR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.125rem;left:32.5625rem; }
#tKVacS5vJG1QsUqDFX05QmWJwfVTQGEt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a4a6f;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; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container { background-color: transparent; background-image: none; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container > .video-iframe-container { display: none; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row > .video-iframe-container { display: none; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .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); }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container { border-width: 0; border-radius: 0; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#Qhzk3HnatHpzoL1teD98QnrwK0ePzSV1 { box-sizing:content-box;height:16.875rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0rem;left:1.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TZV0vTU6ufTMSrNMZC9UCBEd71Rb8gyJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(250,116,79,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:3.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#qm1OEBBvgvmolVF8BN5aTcEkpoUKb01T { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.8125rem;left:4.5rem; }
#Q4oiMa7xaosaJxr9d3x165mebsWGhth4 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:3.75rem;height:3.25rem;font-style:normal;display:block; }
#TPFaJA1WiecNWdp0GT2Ll0LPH0ARuvUb { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:3.75rem;height:2.6rem;display:block; }
#Tsz6xBbqI6uAwKCi1kno4EGJqTHb4ODJ { box-sizing:content-box;height:16.875rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0rem;left:26.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CmHgPsVzPnlDo7gEIGRG2vBwzTAUUAUV { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(250,116,79,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:28.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JORchBxf4qk32QMH8EXc7uFwEyuABBvl { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:28.75rem;height:3.25rem;font-style:normal;display:block; }
#obQrGguh4BbGNB3yqxQxamxZWKFlGXRM { color:#ffffff;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.75rem;height:2.6rem;display:block; }
#cQw5OleGu9G37P3GBHyxIUugM0M3IiXL { box-sizing:content-box;height:16.875rem;width:21.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0rem;left:51.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sNy9m6pI5Ux9ihpRS47Wssx5t0mWMuc7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(250,116,79,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:53.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#UTsKTscHu2tdvLBPR3kCATvtEOVKszJ0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:54.5rem; }
#eaK6HwbQTyJ2Wt3tb0Xa57xMXH2UuXNM { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7rem;left:53.75rem;height:3.25rem;font-style:normal;display:block; }
#HTITM22JVqZXe72Gwaiiyad4ADhbhn2o { color:#ffffff;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:53.75rem;height:2.6rem;display:block; }
#fCqMMR3ZCa4BLkQkdATNGWTqcqGqna6N { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.8125rem;left:29.5rem; }
#S40q7voVhp74K3F2kBI2FamrrbEcait9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a4a6f;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; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container { background-color: transparent; background-image: none; }#S40q7voVhp74K3F2kBI2FamrrbEcait9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container > .video-iframe-container { display: none; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row > .video-iframe-container { display: none; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .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); }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container { border-width: 0; border-radius: 0; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#X9f5cIFsliaB64pDswArGT1qZhNFnWEP { box-sizing:content-box;height:10.875rem;width:70.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(27,58,95,0.82);background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #fa744f;border-right:0;border-bottom:0;top:2.5rem;left:1.625rem;display:block; }
#Z52cITGkW2wf0ZfBuz6qfR7HT5KvyWnh { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.98828125rem;left:6.625rem;height:3.9rem;display:block; }
#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container { background-color: transparent; background-image: none; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container > .video-iframe-container { display: none; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row > .video-iframe-container { display: none; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .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); }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container { border-width: 0; border-radius: 0; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mfJrDzFdE0XJK6xRrTmWffpZqNhMn8HA { box-sizing:content-box;height:2.5rem;width:13.75rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15009;background-color:#dcfce7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:30.625rem;display:block; }
#XTRWOaEJcllBOL7MkuIKeVeOvMnT7WWq { color:#008236;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.6875rem;left:33.375rem;height:1.4rem;display:block; }
#fINl9dvxFZx1dfacyaavzydGQN6gXhth { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.75rem;left:31.625rem; }
#STNwhc2el0EoRX9c8wRZhhkUSJZ0LOAI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.125rem;left:19.4375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#irxpPOcqeTB8OPlmcgh8k94rtrqGpXJe { color:#1b3a5f;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0234375rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#gwiCRlXTD3okQK881s30nKXXSVI1WsDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container { background-color: transparent; background-image: none; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container > .video-iframe-container { display: none; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row > .video-iframe-container { display: none; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .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); }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container { border-width: 0; border-radius: 0; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#s1S2VTlkA8QxfCq7O3TNigoCeE5xLvUX { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QoIdcxDuKlurkCZAMuoO6tdST8ezwShZ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#n74HwQlOJDWeHeiygu3izzQVLoE3bWHC { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#hDHduUxrbKXiuOXBmepgAKm4tRWt5WUq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:1.95rem;display:block; }
#N58BA9fhT9BCwkeV7fvcgSe1UTM2l9Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container { background-color: transparent; background-image: none; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container > .video-iframe-container { display: none; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row > .video-iframe-container { display: none; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .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); }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container { border-width: 0; border-radius: 0; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#wCZbIoWSwcFLa706IxZtbeER2Dg6TvTe { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#X0caD4sJkZl0xAgrfp1HLcutvaZE94Ta { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nDnhHVL2Ax6fDstknlwgCZphe5qwqTaL { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#KyyknoMl1ufPuWGlD57ZW610QByKrvLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:;display:block; }
#as4kF0tl6ZbzJl8ZynvsoLGPyczPhOVa { color:rgba(var(--color-tertiary-4),1);display:block;width:58.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container { background-color: transparent; background-image: none; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container > .video-iframe-container { display: none; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row > .video-iframe-container { display: none; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .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); }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container { border-width: 0; border-radius: 0; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#cw97dlwq4MQtxivNiReJZTF7NmusKRvK { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LSo57NLKxmQCyxQU0xIIOWKOTWoKTV3I { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#i9fS1raOw67c1grt5pyVR2uGc0VRXfQz { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#hRxLIsAMSwBFfLunyqqq2edJaUXhlp7h { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:1.95rem;display:block; }
#wwMpd9LwsK7wOPSJ61oaKoIL3thJlKap { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#PtJXT2ktDT81ONkZPFreryftuF0L2ofx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container { background-color: transparent; background-image: none; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container > .video-iframe-container { display: none; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row > .video-iframe-container { display: none; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .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); }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container { border-width: 0; border-radius: 0; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Tf8CvfIlqblAZpxqGvsyBvAF1lRCzqCE { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tJkcFtpaZKzW5BKUfJGlfpE9KR7aTs21 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JglsmJ8N9JnsOKHyNeLI7cRo6cgEeRc0 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#zVN0fLG3J5lzZUsBH2y8IISw0LwqNLHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:;display:block; }
#Q6wCoqHgNMlSGdBW6X5ITNRTZkpfReRK { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR { position:relative;display:block; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR { background-color: transparent; background-image: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container > .video-iframe-container { display: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row > .video-iframe-container { display: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .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); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR { border-width: 0; border-radius: 0; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .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; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-size:auto !important;font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JxHkQPzU3esm3maNTdVh7nJJdNacw010 { box-sizing:content-box;height:2.5rem;width:13.9375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15010;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:30.625rem;display:block; }
#HfS7lGDN9f31VtpqQk7ALwXE6INy1ypS { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.599609375rem;left:31.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GBX3AvIVlrn5LkJatWGFbVEOBdtBTep3 { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5rem;left:17.1875rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#O7Tm90k8owWyUVdhzdTpXSWOQQ8muZVu { box-sizing:content-box;height:21.5625rem;width:32rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 1.5625rem 1.5625rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:4.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fbXoUxSpWvTqy7AiN9lXiVau7htl4VuG { color:#1b3a5f;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.500000953674rem;left:15.967968940735rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#qMtXD4Ch7Gy5r9gwVGi97Hz3hrL8qg32 { color:#4a5565;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.33203125rem;left:25.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggctl76tby8kkcuEJH17uKRJHgolo9nJ { color:#4a5565;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.5rem;left:15.9375rem;height:1.3rem;display:block; }
#CSmQcVhEgQf26EgSEUxXTePWl2q6z92d { box-sizing:content-box;height:9.125rem;width:24rem;position:absolute;display:block;z-index:15017;background-color:#f0fdf4;background-image:none;box-shadow: none;border-top:0.125rem solid #b9f8cf;border-left:0.125rem solid #b9f8cf;border-right:0.125rem solid #b9f8cf;border-bottom:0.125rem solid #b9f8cf;top:31.5625rem;left:8.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#J9VMAXMZ7pKuAZJpR6yWnVLgC4bdBluv { color:#008236;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.75rem;left:11.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#T1b2nVAaZaGlMUnImLID9tNfhEO5m3Uu { color:#364153;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:35.6875rem;left:10.0625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#HpZ15k2tHdnphP4wG0oV53mHy0lOuMWN { background-color:#fa744f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:24rem;height:4.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:44.875rem;left:25.5rem;display:block; }
#mRLbKyEc9T2umUAec0RMwFpk2n59aUDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqNk5ZE7mbLVm2IIwcDHukJMVp1myxEr { color:#ffffff;display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:51.1494140625rem;left:4.125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LP367f41tmp7JAqJdzMy0TUwEvyArbLM { box-sizing:content-box;height:21.5rem;width:32rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 1.5625rem 1.5625rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:38.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#cFtTSs6A2ECevaVXAJzwMnvKx6Slrtxv { box-sizing:content-box;height:9.0625rem;width:24rem;position:absolute;display:block;z-index:15026;background-color:rgba(122,184,208,0.3);background-image:none;box-shadow: none;border-top:0.125rem solid #7ab8d0;border-left:0.125rem solid #7ab8d0;border-right:0.125rem solid #7ab8d0;border-bottom:0.125rem solid #7ab8d0;top:31.625rem;left:42.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#VUT4iltKGkZqONw86Ft0us1tgTSvIl96 { color:#1b3a5f;display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.5rem;left:42.375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#LPrg3T9AbJ21HRMrI5xr0vrp1WEUcBek { color:#1b3a5f;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.8125rem;left:45.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Ae9ErF76SShAMN6TRtXBTN8ImQfiHJGm { color:#4a5565;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:29.5rem;left:50.53125rem;height:1.3rem;display:block; }
#iMJS5opA9T4y3RR5nVLLTLeTa8nGJMTK { color:#364153;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.75rem;left:44.6875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#lrctTTib0D4bVWvDosswcGH07sehwT29 { color:#4a5565;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.5rem;left:54.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eUJdHHsac9MplkDS5fJ5vVVbUJya5noS { box-sizing:content-box;height:2.8125rem;width:24rem;position:absolute;display:block;z-index:15018;background-color:#7ab8d0;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);top:20.125rem;left:8.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#u4piaCKbs3WphZhS01TXez913BuriWrP { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:11.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#CS2x3XvUCyNH76pS9IFp48SJq8Z9LC9z { box-sizing:content-box;height:2.8125rem;width:24rem;position:absolute;display:block;z-index:15020;background-color:#7ab8d0;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);top:20.25rem;left:43.25rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#mIsg4yi7e5nq22F576uZH0Dm2FTbBXVz { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.0625rem;left:46.375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#HADegcQ3ptLXc6nxf83T061WB6ZQcKr3 { color:rgba(var(--color-primary-1),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.953125rem;left:9.999218940735rem;height:3.81875rem;text-align:center;text-align-last:center;display:block; }
#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container { background-color: transparent; background-image: none; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container > .video-iframe-container { display: none; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row > .video-iframe-container { display: none; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .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); }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container { border-width: 0; border-radius: 0; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#P6AWiHAfzxe13E7HPM1z8ILQie9aTXei { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bEEk6sR0irnqTIzrsK6c26BzFD1Fs8ve { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#yZoS22h5KDvf67iS4yztJLxJcP089HON { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#wXRJVxousaSCS6s3NcUw0pv6vHtgN5VI { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:;display:block; }
#VJa4xZA9IDt9hC2TUo2DuiBGU7wo2Egp { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(122,184,208,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; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container { background-color: transparent; background-image: none; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container > .video-iframe-container { display: none; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row > .video-iframe-container { display: none; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .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); }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container { border-width: 0; border-radius: 0; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#M1d6Fx1mTzod0B48ToWa86fd6QvA6aMm { box-sizing:content-box;height:9.6875rem;width:70.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#l1i4lyJPNi89aJ2tTvTcOrdfr68SGNPB { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:#1b3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#PGArMtRzQHuuuD3y1CIIiTTbQPF8gxZT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:7.0625rem; }
#wG7l0x36uiKPOAb8OlWe4zMrqJwCV8T0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.90625rem;height:;display:block; }
#Cqa6Mnxivbhl53fR0cxCWweo53DhHO6f { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3515625rem;left:11.90625rem;height:2.925rem;display:block; }
#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV { position:relative;display:block; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV { background-color: transparent; background-image: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container > .video-iframe-container { display: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row > .video-iframe-container { display: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .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); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV { border-width: 0; border-radius: 0; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .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; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .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:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mmGWkdWKNT0HB3wMmpxwpTJfE0RwT4O7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk { position:relative;display:block; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk { background-color: transparent; background-image: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container > .video-iframe-container { display: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row > .video-iframe-container { display: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .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); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk { border-width: 0; border-radius: 0; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .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; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .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:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQykI2ne1Iu1QBcP9IGQTpnoIFb8Fr2L { box-sizing:content-box;height:16.4375rem;width:21.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -moz-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -ms-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -o-linear-gradient(180deg, #f9fafb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f9fafb, #ffffff);background-size:auto !important;box-shadow: 0.9375rem 0.5rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.125rem solid #e5e7eb;border-left:0.125rem solid #e5e7eb;border-right:0.125rem solid #e5e7eb;border-bottom:0.125rem solid #e5e7eb;top:1.1875rem;left:1.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FOhNvRAOk9JhAbJ6QlDbrfqBzRd4ZXrf { color:#364153;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.6875rem;height:5.85rem;font-style:italic;display:block; }
#nrXxSgUDBze3c6SKA4LZH7M2oTsGIM8U { color:#101828;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14rem;left:2.6875rem;height:1.3rem;display:block; }
#o2tC0FWTg6Q6CMEHrcv9fpVxV8KLF8xk { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.6875rem;height:1.3rem;display:block; }
#sIdkTCmq8y3kwkokVaaq548BpDLBF4Hb { box-sizing:content-box;height:16.4375rem;width:21.625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -moz-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -ms-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -o-linear-gradient(180deg, #f9fafb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f9fafb, #ffffff);background-size:auto !important;box-shadow: 0.9375rem 0.5rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.125rem solid #e5e7eb;border-left:0.125rem solid #e5e7eb;border-right:0.125rem solid #e5e7eb;border-bottom:0.125rem solid #e5e7eb;top:1.1875rem;left:26.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#g8RDle3mVorC1ng3N3UDhN3eHMiqlstv { color:#364153;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.6875rem;height:5.85rem;font-style:italic;display:block; }
#q1h5wCrnHuXq7dhH0C5AwMgXPdBHmMKt { color:#101828;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:27.6875rem;height:1.3rem;display:block; }
#txgqi54MUhEsAeTTLJeEGlP5G8KuWk1y { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.3125rem;left:27.6875rem;height:1.3rem;display:block; }
#Kc6wWiceGtwNb7iVR6WHWqMz6Asuykm3 { box-sizing:content-box;height:16.4375rem;width:21.625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -moz-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -ms-linear-gradient(180deg, #f9fafb, #ffffff);background-image: -o-linear-gradient(180deg, #f9fafb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f9fafb, #ffffff);background-size:auto !important;box-shadow: 0.9375rem 0.5rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.125rem solid #e5e7eb;border-left:0.125rem solid #e5e7eb;border-right:0.125rem solid #e5e7eb;border-bottom:0.125rem solid #e5e7eb;top:1.1875rem;left:51.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#N4PtoR4Fd2Du2adNU6OTJgmN7RUvpdG7 { color:#364153;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:52.6875rem;height:8.775rem;font-style:italic;display:block; }
#gtftB0u9WPxgF2aWSU1sJpPSRBdHdOrk { color:#101828;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14rem;left:52.6875rem;height:1.3rem;display:block; }
#r1ty7MXRxQtaUpxG7fWzvpl6xq53kz98 { color:#4a5565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.3125rem;left:52.6875rem;height:1.3rem;display:block; }
#l72T51sQZgmeTV41MhLU5uspqLw8ipUu { position:relative;display:block; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu { background-color: transparent; background-image: none; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row .container > .video-iframe-container { display: none; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row > .video-iframe-container { display: none; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .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); }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu { border-width: 0; border-radius: 0; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .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; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .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:24.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TAyOgphwxJr2ay34pRETFo6JqlZhbK4u { color:rgba(var(--color-tertiary-4),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.84375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#cuWKtAMQTMok5RfzFChPdStOm6BGNq4i { background-color:#fa744f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:15.8125rem;display:block; }
#XcPtTyR479EKcUz56mQlft3h03FFxOQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVxdMyeBBiNRcXmdehrZxgAGTR71ftuD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b3a5f;border-left:0.125rem solid #1b3a5f;border-right:0.125rem solid #1b3a5f;border-bottom:0.125rem solid #1b3a5f;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:#1b3a5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:32.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.8125rem;left:33.25rem;display:block; }
#UQVDApghxT5dyTPNKftMtcDeKpixxzAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ioh4qdLeh0puR5KMgOpJemFS1vDqbLw2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #cbd5e1;border-left:0.125rem solid #cbd5e1;border-right:0.125rem solid #cbd5e1;border-bottom:0.125rem solid #cbd5e1;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:#cbd5e1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:24.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5625rem;left:25.46875rem;display:block; }
#okr6w0S04tcPQOTC6qKhnGrkGgBGUGrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192f5e;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; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container { background-color: transparent; background-image: none; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container > .video-iframe-container { display: none; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row > .video-iframe-container { display: none; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .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); }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container { border-width: 0; border-radius: 0; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#bKLDHC3c9nwgel9D0cXd1Xktu7XWAwW5 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.4375rem;height:1.95rem;display:block; }
#MiQEu5s5BoP8Mfr6xZGLbUZaq3sWXGgz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:25.5rem;height:1.3rem;display:block; }
#h1wUT1SfyMAlAPI33N2vDioi7KP6cFcp { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:39.5rem;height:1.3rem;display:block; }
#ssbIxFHoKsL8AOh7F1LcvVwIQ2KXoHIL { color:#6a7282;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.53125rem;height:1.1375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr6EvfI78xE4XV1qAX9pynrOgZo8G5bC { top:1rem;left:0rem;width:13.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USXeKKllEkh9PLp12XnarzpARK5Vm7aL { width:11.25rem;height:2.5625rem;top:1.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KRqu2sWzf5hm0x7ti4FeDuTnNcEKgD { display:block; }
 }@media only screen and (max-width: 763px) { #gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr { display:block; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDM2B39ZL34rmcTRRoITy8cMSmmZuFu3 { top:6.8125rem;left:13.25rem;width:21.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9HPKTz4lPQNR6Uh1quIqLAnZ6TDec5r { top:7.4375rem;left:14.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kTzeTUlIv7hBOsie4hrnQE0Ll6y0xb { top:7.3125rem;left:16.0625rem;width:17.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts3kFo7Kh9GQEgGIaXcW6A7hl1sZHw5t { top:11.625rem;left:5.40625rem;width:36.9375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdv0U5PKMmz8ripgzo8l7WyJgBPOf2zT { top:16.125rem;left:3.09375rem;width:41.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzyDOVPMpnoTnTdLoN3iD2k2VVu7rmu0 { top:21.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPQX87CwJeHpPT5Ng6pmnP6wA44qBDdU { top:28.5rem;left:0.40625rem;width:46.9375rem;height:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDDedx2RW0o4UZI6wDrORaxPMk9Qshev { width:16.4375rem;height:3.75rem;top:40rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2gDZ6RvBLVry6gEkeyOD45oHsQhRuC7 { display:block; }
 }@media only screen and (max-width: 763px) { #NHZ03V44J8rEUckmSSEs83oVwDpOdr4y { width:21.25rem;height:3.75rem;top:40rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookh6BDQTmHTxk31CqnVWTk7GKSy4Wy8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqkTFBGVqafZB44XuB1fgNgPQX2zGroQ { top:48.125rem;left:15.5625rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 { display:block; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp90bWfGoTFwLKErCocB3eTyCu3v0BJv { top:2rem;left:5.75rem;width:36.25rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAT0Wsm5UDKKZoTNR3y5GJtplQ5mugeS { top:9rem;left:0rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfAqI4cihUt2eklus9U5PXwf6kGUXith { top:9.5625rem;left:0rem;width:3.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2t9oLaPHQ80WNUSGInR13B90JW3Q0oo { top:9rem;left:0rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJxDkKV0JlOkNuOzUTZpKsL1gf3zs7U { top:9.375rem;left:0rem;width:4.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxPX7Ja3kSWm171p9Da5AVqx6uNdvaI { top:9rem;left:4.1875rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaD5yhznRummAR4CIl5z56KZkFwU4FTx { top:9.1875rem;left:5.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rATw39yEd4a9wkGs0Isyvb98TXJCKS { top:9rem;left:12.4375rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znExOQkIsCKf0iuqfH8AU6ahHGJBWsNm { top:10.0625rem;left:12.8125rem;width:6.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kheu8ipr32zhMIrHO7XMpfuUlOEvuTor { top:9rem;left:20.6875rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDO2pp7RKvBtWxwDtFuOPyyRGFpTKcv2 { top:9.5rem;left:21.5625rem;width:5.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8qQHCL2ZDqTJZZr10KEkb2LST3oVx2y { top:9rem;left:28.9375rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqt2x5uP6Uc080FAeFUOVZEsmze5aLIn { top:10.8125rem;left:29.8125rem;width:5.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUEv0LNL5GLT3BCNDRz36tCLUab3fpU { top:9rem;left:40.6875rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVO1fXPzuopOgQr91aLxm3MTOIeP6TCM { top:10.8125rem;left:41.4375rem;width:6.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTt5eK0SChQGGk4OTsRBRZ5HoHXp2KG { top:9rem;left:40.6875rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpxbKRwWD1smAC1OB9QcCZBQ7x0crp93 { top:11.125rem;left:41.9375rem;width:5.8125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz7z7wtSp7hNCbBu0z2J6QERJLmCUdG { top:9rem;left:37.1875rem;width:6.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO0Dui46U0EGDTcHT7uiM3xNbkID6lPQ { top:10.8125rem;left:37.4375rem;width:6.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh { display:block; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKxlWFkszgFQSsBZw4ZUJkTR86HZdeTy { top:3.125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXPP8OCEiHeGKe1B27AiTp5D9umEMws { top:3.6875rem;left:17.25rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazwNZVitWZRzJI2g5gXMhShFh75y0wC { top:3.75rem;left:15.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohN5h7ZHz9ZCaKT2pDkAWdTVf4AtHRE5 { top:6.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2Awb9VUXrJf6CiXPPGFCX2TGuRDuAz { top:11.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO40fiu9z9DMALTJWL23L8hVyRC38Zdn { top:15rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd { display:block; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFaz1TaTB6HiWSRqrt9QsilC6C7pE9eg { top:2.3125rem;left:0rem;width:21.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVWRPuTo9k1NGoBQia9rx638CxrxPV2 { top:5.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Fk4xsyHNptmhAQmny6XGKNGCoK3BMo { top:4.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPawUVyRsvN7VJA4aWQI5cXl0B3VFrww { top:9.6875rem;left:0rem;width:18.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGGf73TB3Gz9VF0ETKLDB62vO4rQJmLW { top:2.25rem;left:10rem;width:21.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXeKx7Gtt3cBib60R8FidPTg0CPgmxSp { top:5.125rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBvksyEdLsCoIiJ34Bp6z8K4qmz8l7QZ { top:4.375rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXHyeq6XoD32ryrKskeSKqkpbZSTviix { top:9.6875rem;left:13rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJtyorywAVFTVvsyhERT7eX3aoCyXS6 { top:2.25rem;left:25.875rem;width:21.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvOFGTDPkzknUal6LwtJI4VhgzzC2qt7 { top:5.125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfPcFvdTu9nTRC9ZPmuJG3kfBEGJ3KSh { top:4.375rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8TVwgtU00gSo5VsDBAhED5E25CD3w5J { top:9.6875rem;left:28.875rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw { display:block; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaT3dlhiwIb0Xyb2SmFsZ32VPFZ9WrH4 { top:2.5rem;left:17.9375rem;width:11.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuFu9neUrTN8J85ruylsgm8aNszWaWnQ { top:3.0625rem;left:20.6875rem;width:8rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZotfQuCrtwXFNDqn98kpQBfHg4dXLLiR { top:3.125rem;left:18.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKVacS5vJG1QsUqDFX05QmWJwfVTQGEt { top:6.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXcZZZccAaFiBZPraJhPhWGn20wgW6O { display:block; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qhzk3HnatHpzoL1teD98QnrwK0ePzSV1 { top:0rem;left:0rem;width:21.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV0vTU6ufTMSrNMZC9UCBEd71Rb8gyJ { top:2.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm1OEBBvgvmolVF8BN5aTcEkpoUKb01T { top:2.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4oiMa7xaosaJxr9d3x165mebsWGhth4 { top:7rem;left:0rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFaJA1WiecNWdp0GT2Ll0LPH0ARuvUb { top:11.5625rem;left:0rem;width:16.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsz6xBbqI6uAwKCi1kno4EGJqTHb4ODJ { top:0rem;left:10rem;width:21.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmHgPsVzPnlDo7gEIGRG2vBwzTAUUAUV { top:2.0625rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORchBxf4qk32QMH8EXc7uFwEyuABBvl { top:7rem;left:13rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQrGguh4BbGNB3yqxQxamxZWKFlGXRM { top:11.5625rem;left:15.5rem;width:17rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw5OleGu9G37P3GBHyxIUugM0M3IiXL { top:0rem;left:25.875rem;width:21.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNy9m6pI5Ux9ihpRS47Wssx5t0mWMuc7 { top:2.0625rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsKTscHu2tdvLBPR3kCATvtEOVKszJ0 { top:2.8125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaK6HwbQTyJ2Wt3tb0Xa57xMXH2UuXNM { top:7rem;left:28.875rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTITM22JVqZXe72Gwaiiyad4ADhbhn2o { top:11.5625rem;left:30.75rem;width:17rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCqMMR3ZCa4BLkQkdATNGWTqcqGqna6N { top:2.8125rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40q7voVhp74K3F2kBI2FamrrbEcait9 { display:block; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9f5cIFsliaB64pDswArGT1qZhNFnWEP { top:2.5rem;left:0rem;width:47.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52cITGkW2wf0ZfBuz6qfR7HT5KvyWnh { top:5.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D { display:block; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfJrDzFdE0XJK6xRrTmWffpZqNhMn8HA { top:3.125rem;left:17rem;width:13.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTRWOaEJcllBOL7MkuIKeVeOvMnT7WWq { top:3.6875rem;left:19.75rem;width:10.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fINl9dvxFZx1dfacyaavzydGQN6gXhth { top:3.75rem;left:18rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNwhc2el0EoRX9c8wRZhhkUSJZ0LOAI { top:7.125rem;left:5.8125rem;width:36.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irxpPOcqeTB8OPlmcgh8k94rtrqGpXJe { top:11rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiCRlXTD3okQK881s30nKXXSVI1WsDr { display:block; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1S2VTlkA8QxfCq7O3TNigoCeE5xLvUX { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoIdcxDuKlurkCZAMuoO6tdST8ezwShZ { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74HwQlOJDWeHeiygu3izzQVLoE3bWHC { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHduUxrbKXiuOXBmepgAKm4tRWt5WUq { top:3.75rem;left:0rem;width:37.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N58BA9fhT9BCwkeV7fvcgSe1UTM2l9Lg { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX { display:block; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCZbIoWSwcFLa706IxZtbeER2Dg6TvTe { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0caD4sJkZl0xAgrfp1HLcutvaZE94Ta { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDnhHVL2Ax6fDstknlwgCZphe5qwqTaL { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyyknoMl1ufPuWGlD57ZW610QByKrvLZ { top:3.75rem;left:0rem;width:37.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4kF0tl6ZbzJl8ZynvsoLGPyczPhOVa { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B { display:block; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw97dlwq4MQtxivNiReJZTF7NmusKRvK { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSo57NLKxmQCyxQU0xIIOWKOTWoKTV3I { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9fS1raOw67c1grt5pyVR2uGc0VRXfQz { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxLIsAMSwBFfLunyqqq2edJaUXhlp7h { top:3.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwMpd9LwsK7wOPSJ61oaKoIL3thJlKap { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJXT2ktDT81ONkZPFreryftuF0L2ofx { display:block; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf8CvfIlqblAZpxqGvsyBvAF1lRCzqCE { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJkcFtpaZKzW5BKUfJGlfpE9KR7aTs21 { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JglsmJ8N9JnsOKHyNeLI7cRo6cgEeRc0 { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVN0fLG3J5lzZUsBH2y8IISw0LwqNLHQ { top:3.75rem;left:0rem;width:37.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6wCoqHgNMlSGdBW6X5ITNRTZkpfReRK { top:6.3125rem;left:0rem;width:43.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR { display:block; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxHkQPzU3esm3maNTdVh7nJJdNacw010 { top:6rem;left:17rem;width:13.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfS7lGDN9f31VtpqQk7ALwXE6INy1ypS { top:6.5625rem;left:17.875rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBX3AvIVlrn5LkJatWGFbVEOBdtBTep3 { top:10.5rem;left:3.5625rem;width:40.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Tm90k8owWyUVdhzdTpXSWOQQ8muZVu { top:21.6875rem;left:0rem;width:32rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbXoUxSpWvTqy7AiN9lXiVau7htl4VuG { top:24.5rem;left:2.3429689407349rem;width:10.9375rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtXD4Ch7Gy5r9gwVGi97Hz3hrL8qg32 { top:27.3125rem;left:11.875rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggctl76tby8kkcuEJH17uKRJHgolo9nJ { top:29.5rem;left:2.3125rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSmQcVhEgQf26EgSEUxXTePWl2q6z92d { top:31.5625rem;left:0rem;width:24rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9VMAXMZ7pKuAZJpR6yWnVLgC4bdBluv { top:33.75rem;left:0rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1b2nVAaZaGlMUnImLID9tNfhEO5m3Uu { top:35.6875rem;left:0rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZ15k2tHdnphP4wG0oV53mHy0lOuMWN { width:24rem;height:4.25rem;top:44.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLbKyEc9T2umUAec0RMwFpk2n59aUDD { display:block; }
 }@media only screen and (max-width: 763px) { #gqNk5ZE7mbLVm2IIwcDHukJMVp1myxEr { top:51.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP367f41tmp7JAqJdzMy0TUwEvyArbLM { top:21.75rem;left:15.75rem;width:32rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFtTSs6A2ECevaVXAJzwMnvKx6Slrtxv { top:31.625rem;left:23.5rem;width:24rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUT4iltKGkZqONw86Ft0us1tgTSvIl96 { top:24.5rem;left:28.75rem;width:11.8125rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrg3T9AbJ21HRMrI5xr0vrp1WEUcBek { top:33.8125rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae9ErF76SShAMN6TRtXBTN8ImQfiHJGm { top:29.5rem;left:36.90625rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJS5opA9T4y3RR5nVLLTLeTa8nGJMTK { top:35.75rem;left:27.4375rem;width:20.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrctTTib0D4bVWvDosswcGH07sehwT29 { top:27.5rem;left:33rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJdHHsac9MplkDS5fJ5vVVbUJya5noS { top:20.125rem;left:0rem;width:24rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4piaCKbs3WphZhS01TXez913BuriWrP { top:20.9375rem;left:0rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2x3XvUCyNH76pS9IFp48SJq8Z9LC9z { top:20.25rem;left:23.5rem;width:24rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIsg4yi7e5nq22F576uZH0Dm2FTbBXVz { top:21.0625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADegcQ3ptLXc6nxf83T061WB6ZQcKr3 { top:24.9375rem;left:0rem;width:6rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze { display:block; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6AWiHAfzxe13E7HPM1z8ILQie9aTXei { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEEk6sR0irnqTIzrsK6c26BzFD1Fs8ve { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZoS22h5KDvf67iS4yztJLxJcP089HON { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRJVxousaSCS6s3NcUw0pv6vHtgN5VI { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJa4xZA9IDt9hC2TUo2DuiBGU7wo2Egp { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF { display:block; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1d6Fx1mTzod0B48ToWa86fd6QvA6aMm { top:0.9375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i4lyJPNi89aJ2tTvTcOrdfr68SGNPB { top:3.75rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGArMtRzQHuuuD3y1CIIiTTbQPF8gxZT { top:4.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7l0x36uiKPOAb8OlWe4zMrqJwCV8T0 { top:3.75rem;left:0rem;width:37.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqa6Mnxivbhl53fR0cxCWweo53DhHO6f { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV { display:block; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGWkdWKNT0HB3wMmpxwpTJfE0RwT4O7 { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk { display:block; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQykI2ne1Iu1QBcP9IGQTpnoIFb8Fr2L { top:1.1875rem;left:0rem;width:21.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhNvRAOk9JhAbJ6QlDbrfqBzRd4ZXrf { top:3.75rem;left:0rem;width:19.625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXxSgUDBze3c6SKA4LZH7M2oTsGIM8U { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2tC0FWTg6Q6CMEHrcv9fpVxV8KLF8xk { top:15.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdkTCmq8y3kwkokVaaq548BpDLBF4Hb { top:1.1875rem;left:9.875rem;width:21.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RDle3mVorC1ng3N3UDhN3eHMiqlstv { top:3.75rem;left:12.125rem;width:19.625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1h5wCrnHuXq7dhH0C5AwMgXPdBHmMKt { top:14rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txgqi54MUhEsAeTTLJeEGlP5G8KuWk1y { top:15.3125rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6wWiceGtwNb7iVR6WHWqMz6Asuykm3 { top:1.1875rem;left:25.75rem;width:21.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4PtoR4Fd2Du2adNU6OTJgmN7RUvpdG7 { top:3.75rem;left:28rem;width:19.625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtftB0u9WPxgF2aWSU1sJpPSRBdHdOrk { top:14rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ty7MXRxQtaUpxG7fWzvpl6xq53kz98 { top:15.3125rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72T51sQZgmeTV41MhLU5uspqLw8ipUu { display:block; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAyOgphwxJr2ay34pRETFo6JqlZhbK4u { top:5.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuWKtAMQTMok5RfzFChPdStOm6BGNq4i { width:16.4375rem;height:3.75rem;top:14.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPtTyR479EKcUz56mQlft3h03FFxOQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #SVxdMyeBBiNRcXmdehrZxgAGTR71ftuD { width:32.625rem;height:3.75rem;top:14.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVDApghxT5dyTPNKftMtcDeKpixxzAK { display:block; }
 }@media only screen and (max-width: 763px) { #Ioh4qdLeh0puR5KMgOpJemFS1vDqbLw2 { width:24.0625rem;height:3.75rem;top:19.5625rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okr6w0S04tcPQOTC6qKhnGrkGgBGUGrT { display:block; }
 }@media only screen and (max-width: 763px) { #qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv { display:block; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKLDHC3c9nwgel9D0cXd1Xktu7XWAwW5 { top:3.125rem;left:4.8125rem;width:38.125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQEu5s5BoP8Mfr6xZGLbUZaq3sWXGgz { top:6.0625rem;left:11.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1wUT1SfyMAlAPI33N2vDioi7KP6cFcp { top:6.0625rem;left:25.875rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssbIxFHoKsL8AOh7F1LcvVwIQ2KXoHIL { top:11.875rem;left:15.9375rem;width:15.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr6EvfI78xE4XV1qAX9pynrOgZo8G5bC { width:13.75rem;height:2.75rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USXeKKllEkh9PLp12XnarzpARK5Vm7aL { width:11.25rem;height:2.5625rem;top:5.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KRqu2sWzf5hm0x7ti4FeDuTnNcEKgD { display:block; }
 }@media only screen and (max-width: 763px) { #gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr { display:block; }#gWc6ltX8lq3ZNhoxBUGRzbKXOOBGOqnr > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDM2B39ZL34rmcTRRoITy8cMSmmZuFu3 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9HPKTz4lPQNR6Uh1quIqLAnZ6TDec5r { display:flex;width:1rem;height:1rem;top:1.875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #I8kTzeTUlIv7hBOsie4hrnQE0Ll6y0xb { width:17.25rem;height:1.13671875rem;top:1.76171875rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts3kFo7Kh9GQEgGIaXcW6A7hl1sZHw5t { width:20rem;height:1.79980625rem;top:4.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdv0U5PKMmz8ripgzo8l7WyJgBPOf2zT { width:20rem;height:1.79980625rem;top:7.79980625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzyDOVPMpnoTnTdLoN3iD2k2VVu7rmu0 { width:20rem;height:1.79980625rem;top:10.8496125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPQX87CwJeHpPT5Ng6pmnP6wA44qBDdU { width:20rem;height:17.59375rem;top:13.89941875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDDedx2RW0o4UZI6wDrORaxPMk9Qshev { width:16.4375rem;height:3.75rem;top:32.9814453125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2gDZ6RvBLVry6gEkeyOD45oHsQhRuC7 { display:block; }
 }@media only screen and (max-width: 763px) { #NHZ03V44J8rEUckmSSEs83oVwDpOdr4y { width:19rem;height:3.75rem;top:37.9814453125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookh6BDQTmHTxk31CqnVWTk7GKSy4Wy8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqkTFBGVqafZB44XuB1fgNgPQX2zGroQ { width:17.375rem;height:2.9375rem;top:42.9814453125rem;left:1.3125rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(255,255,255,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 { display:block; }#JQ57qu08kBbqi4qvNw5wr4UnL6r972p7 > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp90bWfGoTFwLKErCocB3eTyCu3v0BJv { width:20rem;height:6.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAT0Wsm5UDKKZoTNR3y5GJtplQ5mugeS { width:6.25rem;height:5.25rem;top:8.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rfAqI4cihUt2eklus9U5PXwf6kGUXith { width:3.625rem;height:4.25rem;top:9.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2t9oLaPHQ80WNUSGInR13B90JW3Q0oo { width:6.25rem;height:5.25rem;top:8.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJxDkKV0JlOkNuOzUTZpKsL1gf3zs7U { width:3.625rem;height:3.5625rem;top:9.71875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxPX7Ja3kSWm171p9Da5AVqx6uNdvaI { width:6.25rem;height:5.25rem;top:8.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaD5yhznRummAR4CIl5z56KZkFwU4FTx { width:3.625rem;height:3.625rem;top:9.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rATw39yEd4a9wkGs0Isyvb98TXJCKS { width:6.25rem;height:5.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znExOQkIsCKf0iuqfH8AU6ahHGJBWsNm { width:3.625rem;height:1.875rem;top:16.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kheu8ipr32zhMIrHO7XMpfuUlOEvuTor { width:6.25rem;height:5.25rem;top:14.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDO2pp7RKvBtWxwDtFuOPyyRGFpTKcv2 { width:3.625rem;height:3rem;top:15.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8qQHCL2ZDqTJZZr10KEkb2LST3oVx2y { width:6.25rem;height:5.25rem;top:14.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqt2x5uP6Uc080FAeFUOVZEsmze5aLIn { width:3.8125rem;height:1.25rem;top:16.625rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUEv0LNL5GLT3BCNDRz36tCLUab3fpU { width:6.25rem;height:5.25rem;top:20.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVO1fXPzuopOgQr91aLxm3MTOIeP6TCM { width:4.5625rem;height:1.25rem;top:22.375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTt5eK0SChQGGk4OTsRBRZ5HoHXp2KG { width:6.25rem;height:5.25rem;top:20.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpxbKRwWD1smAC1OB9QcCZBQ7x0crp93 { width:5.375rem;height:1.0625rem;top:22.46875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz7z7wtSp7hNCbBu0z2J6QERJLmCUdG { width:6.25rem;height:5.25rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO0Dui46U0EGDTcHT7uiM3xNbkID6lPQ { width:4.8125rem;height:1.25rem;top:22.375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh { background-color:rgba(var(--color-tertiary-0),1);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; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container { background-color: transparent; background-image: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container > .video-iframe-container { display: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row > .video-iframe-container { display: none; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .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); }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container { border-width: 0; border-radius: 0; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vd72UyKPKdWVSr9vgbHD873Ew2xsd4qh > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKxlWFkszgFQSsBZw4ZUJkTR86HZdeTy { width:18.75rem;height:2.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXPP8OCEiHeGKe1B27AiTp5D9umEMws { width:15.125rem;height:1.3994125rem;top:1.80078125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazwNZVitWZRzJI2g5gXMhShFh75y0wC { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #ohN5h7ZHz9ZCaKT2pDkAWdTVf4AtHRE5 { width:20rem;height:5.19921875rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2Awb9VUXrJf6CiXPPGFCX2TGuRDuAz { width:20rem;height:3.25rem;top:11.44921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO40fiu9z9DMALTJWL23L8hVyRC38Zdn { width:20rem;height:3.25rem;top:15.94921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd { background-color:rgba(var(--color-tertiary-0),1);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; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container { background-color: transparent; background-image: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container > .video-iframe-container { display: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row > .video-iframe-container { display: none; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .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); }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container { border-width: 0; border-radius: 0; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSOB9uAMWoCSPchL2F2oBfU0BKAGNlMd > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFaz1TaTB6HiWSRqrt9QsilC6C7pE9eg { width:19.875rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVWRPuTo9k1NGoBQia9rx638CxrxPV2 { display:flex;width:2rem;height:2rem;top:3.5rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #O0Fk4xsyHNptmhAQmny6XGKNGCoK3BMo { width:3.5rem;height:3.5rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPawUVyRsvN7VJA4aWQI5cXl0B3VFrww { width:17.375rem;height:4.875rem;top:7.75rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGGf73TB3Gz9VF0ETKLDB62vO4rQJmLW { width:19.875rem;height:11.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXeKx7Gtt3cBib60R8FidPTg0CPgmxSp { display:flex;width:2rem;height:2rem;top:17.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #DBvksyEdLsCoIiJ34Bp6z8K4qmz8l7QZ { width:3.5rem;height:3.5rem;top:17.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXHyeq6XoD32ryrKskeSKqkpbZSTviix { width:17.375rem;height:3.25rem;top:22.125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJtyorywAVFTVvsyhERT7eX3aoCyXS6 { width:19.875rem;height:11.25rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvOFGTDPkzknUal6LwtJI4VhgzzC2qt7 { display:flex;width:2rem;height:2rem;top:30.625rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #AfPcFvdTu9nTRC9ZPmuJG3kfBEGJ3KSh { width:3.5rem;height:3.5rem;top:29.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8TVwgtU00gSo5VsDBAhED5E25CD3w5J { width:17.375rem;height:3.25rem;top:34.875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw { display:block; }#T3dyGT71T3W2dP0XCUQHPBrTol1qZnfw > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaT3dlhiwIb0Xyb2SmFsZ32VPFZ9WrH4 { width:11.875rem;height:2.5rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuFu9neUrTN8J85ruylsgm8aNszWaWnQ { width:8rem;height:1.3994125rem;top:1.8125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZotfQuCrtwXFNDqn98kpQBfHg4dXLLiR { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #tKVacS5vJG1QsUqDFX05QmWJwfVTQGEt { width:20rem;height:2.5996125rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFXcZZZccAaFiBZPraJhPhWGn20wgW6O { display:block; }#RFXcZZZccAaFiBZPraJhPhWGn20wgW6O > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qhzk3HnatHpzoL1teD98QnrwK0ePzSV1 { width:19.875rem;height:17rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV0vTU6ufTMSrNMZC9UCBEd71Rb8gyJ { width:3.5rem;height:3.5rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm1OEBBvgvmolVF8BN5aTcEkpoUKb01T { display:flex;width:2rem;height:2rem;top:3.5rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #Q4oiMa7xaosaJxr9d3x165mebsWGhth4 { width:17.375rem;height:3.25rem;top:7.75rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFaJA1WiecNWdp0GT2Ll0LPH0ARuvUb { width:17.375rem;height:2.5996125rem;top:14.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsz6xBbqI6uAwKCi1kno4EGJqTHb4ODJ { width:19.875rem;height:15.375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmHgPsVzPnlDo7gEIGRG2vBwzTAUUAUV { width:3.5rem;height:3.5rem;top:21.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORchBxf4qk32QMH8EXc7uFwEyuABBvl { width:17.375rem;height:3.25rem;top:26.25rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQrGguh4BbGNB3yqxQxamxZWKFlGXRM { width:17.375rem;height:2.5996125rem;top:31rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw5OleGu9G37P3GBHyxIUugM0M3IiXL { width:19.875rem;height:15.375rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNy9m6pI5Ux9ihpRS47Wssx5t0mWMuc7 { width:3.5rem;height:3.5rem;top:38.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsKTscHu2tdvLBPR3kCATvtEOVKszJ0 { display:flex;width:2rem;height:2rem;top:38.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #eaK6HwbQTyJ2Wt3tb0Xa57xMXH2UuXNM { width:17.375rem;height:3.25rem;top:43.125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTITM22JVqZXe72Gwaiiyad4ADhbhn2o { width:17.375rem;height:2.5996125rem;top:47.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCqMMR3ZCa4BLkQkdATNGWTqcqGqna6N { display:flex;width:2rem;height:2rem;top:22rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #S40q7voVhp74K3F2kBI2FamrrbEcait9 { display:block; }#S40q7voVhp74K3F2kBI2FamrrbEcait9 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9f5cIFsliaB64pDswArGT1qZhNFnWEP { width:19.75rem;height:20.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52cITGkW2wf0ZfBuz6qfR7HT5KvyWnh { width:14.125rem;height:15.59375rem;top:3.640625rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D { display:block; }#MThTzTZBUiTPAqrnkAV3GAdivVzzAp1D > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfJrDzFdE0XJK6xRrTmWffpZqNhMn8HA { width:13.75rem;height:2.5rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTRWOaEJcllBOL7MkuIKeVeOvMnT7WWq { width:10.0625rem;height:1.3994125rem;top:1.8125rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fINl9dvxFZx1dfacyaavzydGQN6gXhth { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #STNwhc2el0EoRX9c8wRZhhkUSJZ0LOAI { width:20rem;height:1.94921875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irxpPOcqeTB8OPlmcgh8k94rtrqGpXJe { width:20rem;height:3.8984375rem;top:8.19921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwiCRlXTD3okQK881s30nKXXSVI1WsDr { display:block; }#gwiCRlXTD3okQK881s30nKXXSVI1WsDr > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1S2VTlkA8QxfCq7O3TNigoCeE5xLvUX { width:20rem;height:20.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoIdcxDuKlurkCZAMuoO6tdST8ezwShZ { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74HwQlOJDWeHeiygu3izzQVLoE3bWHC { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #hDHduUxrbKXiuOXBmepgAKm4tRWt5WUq { width:17.375rem;height:5.361325rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N58BA9fhT9BCwkeV7fvcgSe1UTM2l9Lg { width:17.375rem;height:3.89941875rem;top:15.4375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX { display:block; }#Hid6U68eWCR2kVTdIwm2iewvhF2c5vFX > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCZbIoWSwcFLa706IxZtbeER2Dg6TvTe { width:20rem;height:23.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0caD4sJkZl0xAgrfp1HLcutvaZE94Ta { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDnhHVL2Ax6fDstknlwgCZphe5qwqTaL { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #KyyknoMl1ufPuWGlD57ZW610QByKrvLZ { width:17.375rem;height:3.57421875rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4kF0tl6ZbzJl8ZynvsoLGPyczPhOVa { width:17.375rem;height:7.79883125rem;top:13.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B { display:block; }#A1HUfzKBSLPuhQz6dWTkMnuoBoUnDD1B > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw97dlwq4MQtxivNiReJZTF7NmusKRvK { width:20rem;height:23rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSo57NLKxmQCyxQU0xIIOWKOTWoKTV3I { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9fS1raOw67c1grt5pyVR2uGc0VRXfQz { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #hRxLIsAMSwBFfLunyqqq2edJaUXhlp7h { width:17.375rem;height:5.361325rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwMpd9LwsK7wOPSJ61oaKoIL3thJlKap { width:17.375rem;height:6.499025rem;top:15.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJXT2ktDT81ONkZPFreryftuF0L2ofx { display:block; }#PtJXT2ktDT81ONkZPFreryftuF0L2ofx > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf8CvfIlqblAZpxqGvsyBvAF1lRCzqCE { width:20rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJkcFtpaZKzW5BKUfJGlfpE9KR7aTs21 { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JglsmJ8N9JnsOKHyNeLI7cRo6cgEeRc0 { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #zVN0fLG3J5lzZUsBH2y8IISw0LwqNLHQ { width:17.375rem;height:3.57421875rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6wCoqHgNMlSGdBW6X5ITNRTZkpfReRK { width:17.375rem;height:6.499025rem;top:13.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2a4a6f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #2a4a6f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container { background-color: transparent; background-image: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container > .video-iframe-container { display: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row > .video-iframe-container { display: none; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .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); }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container { border-width: 0; border-radius: 0; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd50LAl1bIGsNHHJ47acqXS8rq6VIEcR > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxHkQPzU3esm3maNTdVh7nJJdNacw010 { width:13.9375rem;height:2.5rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfS7lGDN9f31VtpqQk7ALwXE6INy1ypS { width:12rem;height:1.29980625rem;top:1.849609375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBX3AvIVlrn5LkJatWGFbVEOBdtBTep3 { width:20rem;height:5.84765625rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7Tm90k8owWyUVdhzdTpXSWOQQ8muZVu { width:20rem;height:18.75rem;top:13.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbXoUxSpWvTqy7AiN9lXiVau7htl4VuG { width:9.125rem;height:2.5996125rem;top:16.1875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtXD4Ch7Gy5r9gwVGi97Hz3hrL8qg32 { width:6.875rem;height:1.94921875rem;top:16.5rem;left:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggctl76tby8kkcuEJH17uKRJHgolo9nJ { width:8.5625rem;height:1.29980625rem;top:18.662109375rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSmQcVhEgQf26EgSEUxXTePWl2q6z92d { width:17.125rem;height:8.3125rem;top:21.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9VMAXMZ7pKuAZJpR6yWnVLgC4bdBluv { width:17.375rem;height:1.29980625rem;top:22.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1b2nVAaZaGlMUnImLID9tNfhEO5m3Uu { width:14.8125rem;height:3.8994125rem;top:24.66015625rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZ15k2tHdnphP4wG0oV53mHy0lOuMWN { width:19rem;height:4.25rem;top:57.0234375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLbKyEc9T2umUAec0RMwFpk2n59aUDD { display:block; }
 }@media only screen and (max-width: 763px) { #gqNk5ZE7mbLVm2IIwcDHukJMVp1myxEr { width:19.9375rem;height:3.8984375rem;top:64.984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP367f41tmp7JAqJdzMy0TUwEvyArbLM { width:20rem;height:18.625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFtTSs6A2ECevaVXAJzwMnvKx6Slrtxv { width:17.375rem;height:9.0625rem;top:43.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUT4iltKGkZqONw86Ft0us1tgTSvIl96 { width:5.1875rem;height:2.5996125rem;top:38.3125rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPrg3T9AbJ21HRMrI5xr0vrp1WEUcBek { width:13.5625rem;height:1.29980625rem;top:44.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae9ErF76SShAMN6TRtXBTN8ImQfiHJGm { width:8.5625rem;height:1.29980625rem;top:40.875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJS5opA9T4y3RR5nVLLTLeTa8nGJMTK { width:13.625rem;height:5.19921875rem;top:46.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrctTTib0D4bVWvDosswcGH07sehwT29 { width:13.0625rem;height:1.4619125rem;top:38.875rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJdHHsac9MplkDS5fJ5vVVbUJya5noS { width:14.125rem;height:2.1875rem;top:12.7353515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4piaCKbs3WphZhS01TXez913BuriWrP { width:9rem;height:1.29980625rem;top:13.3037109375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2x3XvUCyNH76pS9IFp48SJq8Z9LC9z { width:16.375rem;height:2.8125rem;top:34.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIsg4yi7e5nq22F576uZH0Dm2FTbBXVz { width:18.875rem;height:1.29980625rem;top:35rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADegcQ3ptLXc6nxf83T061WB6ZQcKr3 { width:6rem;height:0;top:70.109375rem;left:7rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze { display:block; }#Wgkwo1AKzqx8FOi8D3VSlSq4qVtvgoze > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6AWiHAfzxe13E7HPM1z8ILQie9aTXei { width:20rem;height:22.25rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bEEk6sR0irnqTIzrsK6c26BzFD1Fs8ve { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZoS22h5KDvf67iS4yztJLxJcP089HON { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #wXRJVxousaSCS6s3NcUw0pv6vHtgN5VI { width:17.375rem;height:1.7871125rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJa4xZA9IDt9hC2TUo2DuiBGU7wo2Egp { width:17.375rem;height:7.798825rem;top:11.5625rem;left:1.5rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF { display:block; }#BL43n5dk7oBE0KhlzvOZIb00kIZ60TIF > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1d6Fx1mTzod0B48ToWa86fd6QvA6aMm { width:20rem;height:23.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i4lyJPNi89aJ2tTvTcOrdfr68SGNPB { width:4rem;height:4rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGArMtRzQHuuuD3y1CIIiTTbQPF8gxZT { display:flex;width:2.25rem;height:2.25rem;top:3.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #wG7l0x36uiKPOAb8OlWe4zMrqJwCV8T0 { width:17.375rem;height:3.57421875rem;top:8.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqa6Mnxivbhl53fR0cxCWweo53DhHO6f { width:17.375rem;height:7.798825rem;top:13.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV { background-color:rgba(var(--color-tertiary-0),1);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; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container { background-color: transparent; background-image: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container > .video-iframe-container { display: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row > .video-iframe-container { display: none; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .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); }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container { border-width: 0; border-radius: 0; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxgBSwld6L1Led4U9HC1JeTQJaXxCiBV > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGWkdWKNT0HB3wMmpxwpTJfE0RwT4O7 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk { background-color:rgba(var(--color-tertiary-0),1);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; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container { background-color: transparent; background-image: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container > .video-iframe-container { display: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row > .video-iframe-container { display: none; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .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); }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container { border-width: 0; border-radius: 0; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUfKqOXd3u1JrTqvmEIQDG4WmkwUymZk > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQykI2ne1Iu1QBcP9IGQTpnoIFb8Fr2L { width:19.75rem;height:14.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhNvRAOk9JhAbJ6QlDbrfqBzRd4ZXrf { width:17rem;height:7.3095625rem;top:2.75rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXxSgUDBze3c6SKA4LZH7M2oTsGIM8U { width:12.5rem;height:1.29980625rem;top:11.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2tC0FWTg6Q6CMEHrcv9fpVxV8KLF8xk { width:12.5rem;height:1.29980625rem;top:12.7998046875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdkTCmq8y3kwkokVaaq548BpDLBF4Hb { width:19.75rem;height:12.9375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RDle3mVorC1ng3N3UDhN3eHMiqlstv { width:17.4375rem;height:5.84765625rem;top:18.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1h5wCrnHuXq7dhH0C5AwMgXPdBHmMKt { width:12.5rem;height:1.29980625rem;top:26rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txgqi54MUhEsAeTTLJeEGlP5G8KuWk1y { width:12.5rem;height:1.29980625rem;top:27.255859375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6wWiceGtwNb7iVR6WHWqMz6Asuykm3 { width:19.75rem;height:17.3125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4PtoR4Fd2Du2adNU6OTJgmN7RUvpdG7 { width:17rem;height:10.233375rem;top:33.0625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtftB0u9WPxgF2aWSU1sJpPSRBdHdOrk { width:12.5rem;height:1.29980625rem;top:44.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ty7MXRxQtaUpxG7fWzvpl6xq53kz98 { width:12.5rem;height:1.29980625rem;top:46.0498046875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72T51sQZgmeTV41MhLU5uspqLw8ipUu { display:block; }#l72T51sQZgmeTV41MhLU5uspqLw8ipUu > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAyOgphwxJr2ay34pRETFo6JqlZhbK4u { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuWKtAMQTMok5RfzFChPdStOm6BGNq4i { width:16.4375rem;height:3.75rem;top:6.3984375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPtTyR479EKcUz56mQlft3h03FFxOQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #SVxdMyeBBiNRcXmdehrZxgAGTR71ftuD { width:18.75rem;height:3.75rem;top:11.3984375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVDApghxT5dyTPNKftMtcDeKpixxzAK { display:block; }
 }@media only screen and (max-width: 763px) { #Ioh4qdLeh0puR5KMgOpJemFS1vDqbLw2 { width:18.75rem;height:3.75rem;top:16.3984375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okr6w0S04tcPQOTC6qKhnGrkGgBGUGrT { display:block; }
 }@media only screen and (max-width: 763px) { #qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv { display:block; }#qAkadqJ18fmWbOQh7UmGEZPyH6C1Pqpv > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKLDHC3c9nwgel9D0cXd1Xktu7XWAwW5 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiQEu5s5BoP8Mfr6xZGLbUZaq3sWXGgz { width:12.5rem;height:1.29980625rem;top:6.07421875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1wUT1SfyMAlAPI33N2vDioi7KP6cFcp { width:10rem;height:1.29980625rem;top:8.624025rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssbIxFHoKsL8AOh7F1LcvVwIQ2KXoHIL { width:15.9375rem;height:1.13671875rem;top:11.17383125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }