.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:224,216,244;--color-primary-1:168,138,237;--color-primary-2:102,60,199;--color-primary-3:16,37,144;--color-primary-4:20,12,40;--color-secondary-0:248,253,224;--color-secondary-1:233,249,161;--color-secondary-2:218,245,98;--color-secondary-3:191,223,45;--color-secondary-4:44,49,20;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:64,81,166;--color-tertiary-3:16,37,144;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { background-color: transparent; background-image: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container > .video-iframe-container { display: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row > .video-iframe-container { display: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .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); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { border-width: 0; border-radius: 0; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#SW3kgocAWXatPMMTgZV0iTM95OBLhDKN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:45.5625rem;display:block; }
#wepfo6L4tT75ITRDFmxPpUhCazLbWLC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNOHikqhyiGrIvieNFrvlBK61ibrHulr { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:57.5rem;display:block; }
#cD3Bte2VeMud3COinbidT1RRDMCy7Rsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQoGaFXqXKGU2TvXI5FtJrPKrTok8JOa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.375rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#ChXabL0FBBEvTSAQm2aCL84IDMRn73EA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:34.6875rem;display:block; }
#EFaSci3ULQomFTfW3x5Gr2Bd9tQszFTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { z-index:auto;position:relative;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7928b78f-41e4-4d5f-9375-e1c208f46f87/ClientSideHeroImage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.lazyloading { background-image: none; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-primary-3),1);display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.25);top:16.6875rem;left:18.875rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:44.5rem;left:6.6875rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:13.4375rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#h0AiCVIIVPmrOsi7IG2919OBKXgn9V5t { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.5rem;left:41.8125rem;display:block; }
#UKHvfQkZuHMoJ9fb5TE27bSySx3Jd62p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQKm0sOKl6u2iegqOLgoEA1dQgVtUONN { color:rgba(var(--color-primary-3),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:36.5625rem;left:24.875rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#RpO1ge8SAEoevdZUbneombLn5VGMupht { color:rgba(var(--color-primary-3),1);display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:26.0625rem;left:16.75rem;height:7.7988125rem;text-align:right;text-align-last:right;display:block; }
#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h { position:relative;display:block; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h { background-color: transparent; background-image: none; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container > .video-iframe-container { display: none; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row > .video-iframe-container { display: none; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .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); }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h { border-width: 0; border-radius: 0; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#s0DNpuJXDGIXvAJHUmxOGl7cJ0JRFm4N { color:rgba(var(--color-primary-3),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.75rem;height:3.25rem;font-style:normal;display:block; }
#afD6MXoQXSxyme2uy8aXuJ0GTtwaxnk0 { color:rgba(var(--color-primary-3),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.75rem;height:7.47265625rem;display:block; }
#yWhCJI1ffsNbUVobrUpEHhkvRQakvztF { position:absolute;display:block;z-index:15009;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:24.625rem;width:29.4375rem;top:6.75rem;left:44.1875rem;overflow:hidden;display:none; }
#vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:17.0615234375rem;left:2.75rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb li:before{  }
#hHFZy6iP2M119Z1ZEGuhV8abWd4ntCtp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.1875rem;width:14.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:10.998046875rem;left:52.75rem; }
#E2hkTHIFRad1dsb0KaA4BxipGiVSRpOU { color:rgba(var(--color-primary-3),1);display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:28.75rem;left:2.75rem;height:4.19921875rem;display:block; }
#Gn2otHPoIqol8u8LpyaDJNraNT6dVm2w { box-sizing:content-box;height:17.625rem;width:17.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:55rem;display:block; }
#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { position:relative;display:block; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { background-color: transparent; background-image: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container > .video-iframe-container { display: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row > .video-iframe-container { display: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .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); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { border-width: 0; border-radius: 0; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Sc2PMCoNxmtJsiH8CP253pQykteI8C2c { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.66796875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container { background-color: transparent; background-image: none; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container > .video-iframe-container { display: none; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row > .video-iframe-container { display: none; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .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); }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container { border-width: 0; border-radius: 0; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#gRmNt2WmQneokUc49ULJr2awBJrn9WPK { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Z4BTpfQx_q4/unsplash/linkedin-sales-solutions-Z4BTpfQx_q4-photo-1590650467980-8eadfa86ff48.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.0625rem;width:35rem;top:3.5rem;left:1.25rem;display:block; }#gRmNt2WmQneokUc49ULJr2awBJrn9WPK.adaptive-delivery-prevent-bg, #gRmNt2WmQneokUc49ULJr2awBJrn9WPK.lazyload, #gRmNt2WmQneokUc49ULJr2awBJrn9WPK.lazyloading { background-image: none; }
#S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/_XLJy3h77cw/unsplash/cdc-_XLJy3h77cw-photo-1580795479225-c50ab8c3348d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:35rem;top:3.4375rem;left:38.75rem;display:block; }#S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP.adaptive-delivery-prevent-bg, #S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP.lazyload, #S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP.lazyloading { background-image: none; }
#xy9feg1IO2mkorh7Cr9bMg6EsLz1Vfyw { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:41.25rem;height:1.4619125rem;display:none; }
#btZTaTatu69zZitgtru5lKGpJglV73u3 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:9.125rem;left:3.125rem;height:10.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#btZTaTatu69zZitgtru5lKGpJglV73u3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#btZTaTatu69zZitgtru5lKGpJglV73u3 li:before{  }
#HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:9.125rem;left:3.125rem;height:10.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC li:before{  }
#tsu3LeKb4yazev1AU4hO3lu0qKKnuFM2 { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.125rem;height:1.625rem;display:none; }
#sqT042dddI7z80w59oc2Bi3l82kxCxkf { color:rgba(var(--color-primary-3),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:26.5625rem;left:3.125rem;height:3.1484375rem;display:none; }
#UlZPp3OFoMRfGfnz8re2OOO4kWbPTkJX { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:41.25rem;height:3.25rem;display:none; }
#bXstD77VJVpLyVsb1C8BZNGxWcW4Wc4b { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.75rem;left:41.21875rem;height:1.625rem;display:none; }
#TyPIx37HEiazPHJNmHoer0KtBVBRWKNh { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:26.5625rem;left:41.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#TyPIx37HEiazPHJNmHoer0KtBVBRWKNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TyPIx37HEiazPHJNmHoer0KtBVBRWKNh li:before{  }
#gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:9.125rem;left:41.25rem;height:12.8945rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv li:before{  }
#LGHH77TTV0LZy7vL1FE1adRdzekyqlx0 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:6.25rem;left:3.125rem;height:1.57421875rem;display:none; }
#mqdB9lMVAsdT3AVGbsDkHqJTPDBH58T3 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:36.625rem;left:23.90625rem;display:none; }
#STNDIfGElvOLuGF7zIIa1TpOeMzkolms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwmsogwpWbGHyFtET6RMXe2AHIhB9PSV { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:0rem;display:block; }
#kkE1w08qGazak3nQoOgV5QIoJ3zrL13I { position:absolute;display:block;z-index:15043;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:8.375rem;width:8.375rem;top:20.375rem;left:5.875rem;overflow:hidden;display:block; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .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); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#PgTkkwTwoolnlrccKobdeOwh2F1lMZLc { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.87109375rem;left:3.125rem;height:9.347625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PgTkkwTwoolnlrccKobdeOwh2F1lMZLc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PgTkkwTwoolnlrccKobdeOwh2F1lMZLc li:before{  }
#tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:14.08984375rem;left:41.25rem;height:10.536125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP li:before{  }
#mtZ5bbQ0xruwgufzzUz2iyW0G3w7VzCT { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.05859375rem;left:41.21875rem;height:3.5rem;display:block; }
#A85ea0Zqlc3PXOBntOmTHala6FquH5Ja { color:rgba(var(--color-primary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:10.05859375rem;left:3.125rem;height:1.75rem;display:block; }
#AMZ0oXoAPckJb1l5sWKwbGtdr6lFDTXA { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:26.0234375rem;left:41.21875rem;height:1.75rem;display:block; }
#oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:27.7734375rem;left:41.25rem;height:6.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt li:before{  }
#ONhA1RGcp1Ah0CM9MfeUTniam1EhOD9x { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:24.6240234375rem;left:3.125rem;height:1.75rem;display:block; }
#g2l83SC9QmBTTKGQQl6GcqqfwUdNo2mJ { color:rgba(var(--color-primary-3),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:27.7734375rem;left:3.125rem;height:3.1484375rem;display:block; }
#d5it2hvtAuufVmTVPBk6HWwF69plr7QT { color:#102590;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.1875rem;left:41.21875rem;height:1.625rem;display:block; }
#Fi24Tez2KcIzdnzR0T0eXHTcuA8SqqNu { color:rgba(var(--color-primary-3),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:38.0625rem;left:41.25rem;height:3.1484375rem;display:block; }
#VXXV2KF24tCl1T8soULLDv0AsVHk7eJy { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.958984375rem;left:3.09375rem;height:3.33105625rem;font-style:normal;display:block; }
#XPOk2OS5cxOSlSeecKJJHdzCNRT1e0oM { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.27);top:1.958984375rem;left:41.09375rem;height:6.662125rem;display:block; }
#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo { position:relative;display:block; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo { background-color: transparent; background-image: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .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); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo { border-width: 0; border-radius: 0; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102590;background-image:none;font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#mw4IXT6SitZFEETCpMtg1W9VJexLxvhq { color:rgba(var(--color-secondary-2),1);display:block;width:33.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.875rem;left:37.8125rem;height:4.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vs7f881zCRJPg6w5ZTDq068iXPya2A9O { color:rgba(var(--color-tertiary-1),0.7);display:block;width:34.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.875;letter-spacing:0;top:16.9375rem;left:37.5rem;height:9.375rem;font-style:normal;display:block; }
#npzGxnLL4ImMGypQASFT8r0Gt4MAUiMo { color:rgba(255,255,255,0.7);display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.875;letter-spacing:0;top:28.5625rem;left:37.5625rem;height:9.375rem;font-style:normal;display:block; }
#qyAqoNK6Xn1Hrma97mGQni3XaoDirEAO { position:absolute;display:block;z-index:15007;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:30.1875rem;width:36.0625rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#O2xK25cRdkVRREa5bJTGXADrri9onEXt { position:absolute;display:block;z-index:15001;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:25.9375rem;width:25.9375rem;top:11.3125rem;left:1.1875rem;overflow:hidden;display:block; }
#kxhBG0FlVxwbMTvGeFrUR05OvdXxAs80 { 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: none;height:13.3125rem;width:33.4375rem;top:27.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#UuOngNEdBfyxei9yqrXCEZWiaiokdcLF { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container { background-color: transparent; background-image: none; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container > .video-iframe-container { display: none; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row > .video-iframe-container { display: none; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .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); }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container { border-width: 0; border-radius: 0; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#HRGoU5XkGbquh1Te0Un3QcDKFEuNCtWO { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.060546875rem;left:2.3125rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7KUH8yzdWp2l6ng3pRvLfz0UDp0WOnk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:17.1875rem;top:3.38671875rem;left:1.25rem;overflow:hidden;display:block; }
#yJXLaZMAUXeJEKQlVqmrdFZHiTGbDndl { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:24.060546875rem;left:21.21875rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IHUw44xzivGylgCVqTAzEzeCfVv5nlDM { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:26.046875rem;left:39.5625rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOhKXhxf9c2RNA7FLikSX1TCFO2Ac4qF { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:17.1875rem;top:3.38671875rem;left:38.0625rem;overflow:hidden;display:block; }
#F9rRV1zyQ2ML4fT99297g12lD1PXdKU1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:17.1875rem;top:3.38671875rem;left:56.4375rem;overflow:hidden;display:block; }
#tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 { color:rgba(var(--color-primary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.060546875rem;left:57.90625rem;height:9.121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 li:before{  }
#dUJkyLS5dnzvgLS63gRC79bil4NvVSKT { color:rgba(var(--color-primary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:35.18359375rem;left:57.8125rem;height:4.048825rem;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; }
#aJhDHcUThhTvJU9K4voHEht7CcZOd0AV { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:17.1875rem;top:3.38671875rem;left:19.6875rem;overflow:hidden;display:block; }
#SONkKh7Se0NF2rQ5ILnthtwZimnGmPg1 { position:absolute;display:block;z-index:15029;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:15.3125rem;width:15.3125rem;top:30.9375rem;left:7rem;overflow:hidden;display:block; }
#wxbSKO4oucUg99XX1eelyAQATM5sbcWn { 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:7.9375rem;width:7.9375rem;top:32rem;left:16.625rem;overflow:hidden;display:block; }
#bzRNGgMIRBzrTEfHuJLA18qpTipLNZF7 { box-sizing:content-box;height:12.1875rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.7333984375rem;left:19rem;display:block; }
#QnHfTHoShui1zRatwmcpnlLuAruwQzKI { box-sizing:content-box;height:12.4375rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.703125rem;left:37.5rem;display:block; }
#GypPoizt6TPDz85k5Xt96Iykvy6viTpH { box-sizing:content-box;height:21rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.953125rem;left:55.625rem;display:block; }
#la80vTOUeTAavniFMOdc0mT3x2UcOJff { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.7333984375rem;left:2.53125rem;height:3.57421875rem;display:block; }
#CR8Z6woFFwynqEo2caPkecrHcbAtcZ7g { color:rgba(var(--color-primary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:18.701171875rem;left:21.0625rem;height:3.57421875rem;display:block; }
#I8Vdgb3vFHuIl2CTbNrDprTqq6ezwD1k { color:rgba(var(--color-primary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.953125rem;left:39.5rem;height:5.361325rem;display:block; }
#ZKTdlKUPcT2hV7LQpNasZwIC5iJZ7E8y { color:rgba(var(--color-primary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.7333984375rem;left:57.9375rem;height:3.57421875rem;display:block; }
#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 { position:relative;display:block; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 { background-color: transparent; background-image: none; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container > .video-iframe-container { display: none; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row > .video-iframe-container { display: none; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .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); }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 { border-width: 0; border-radius: 0; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#BBkztPb7cuCwiQUtGnf3bS4wQWUQzls8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.40234375rem;left:43.09375rem;height:7.347625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzCGOUbFXvosv53oJyHvBfGwHmdS7fqM { color:rgba(var(--color-secondary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.6875rem;left:43.09375rem;height:13.64943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKU6TvDbQc0sdOp34nyI8aRkbXQdCsNl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26rem;width:35.75rem;top:2.6875rem;left:2.125rem;overflow:hidden;display:block; }
#NphJ7wpB8TwPGI5URKDpCW6hGQK5Opdn { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.3125rem;left:23.90625rem;display:none; }
#llJvoJGwwGmqGB8qXMZTV2b3uSEUVuIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { z-index:;position:relative;display:block; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { background-color: transparent; background-image: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .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); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { border-width: 0; border-radius: 0; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container { background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#zn3ectsnk9980q1HbIgsOTS831Re5SNL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.25rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { background-color: transparent; background-image: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .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); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { border-width: 0; border-radius: 0; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#piX11zWiKOxFaB8taAPXdzsKknDgGhyx { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:18.34375rem;left:3.125rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnTLWfoQsAPL97FWVHMkMWAHt5dlqzGE { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:24.451171875rem;left:3.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIPmTK3QlGdxumZ09HA9uimDQsznBQKB { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.2255859375rem;left:28.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6R3VHtI3s5hbh5Tgfn3aM8MXO08QvkH { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:18.34375rem;left:28.125rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IN02QcL0haf0zrAFxcNMUprdOLcBiEh5 { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:18.34375rem;left:53.125rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9utsaHFHFl8hUzC7trEZ66ryvQBfqXr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:10.5rem;width:10.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.9375rem;left:7.40625rem; }
#DQM8x7wWuDZTbUray0rT5uvZRIuDRrrR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:9.5rem;width:9.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.4375rem;left:32.65625rem; }
#gm8L3DyTpAMKmid6rGGPZdc1CfLQtCFi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:10.9375rem;width:10.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.3125rem;left:56.4375rem; }
#DWkChpfcZ4JmfTryqNQZDfFyxPyzhkLw { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:24.224609375rem;left:53.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { background-color: transparent; background-image: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .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); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { border-width: 0; border-radius: 0; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#MUV5Sp7c9B7vV8X96dUMPrKvXN9A5V17 { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:11.625rem;left:15.625rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt8U6GdP61wWnAIGs0kWMrDHGFnBcNck { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.625rem;left:15.625rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CXXFWuOBB5PratTgbsOLih69uUeWPlih { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:18.3984375rem;left:40.625rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZhTpaQ0H9CbVsFSoT6awMvbiCzXtM2AJ { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.6240234375rem;left:40.625rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryfEpLOTXVdMEmRqMqSl3qW6TbovR4ii { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:0rem;left:20.03125rem; }
#Erhic0stwCmhvN7C50S6SF8cBXec96dd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:10rem;width:10.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:0rem;left:44.84375rem; }
#quPUASUWroxG465z3Gx8bvvbmQTlEmKN { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.3125rem;left:23.90625rem;display:none; }
#oLqcrzbcTJh93dwkqkZxqAhqschRuARo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbEQw02ShCp4L7dpS6B2epax2fE69sqS { 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:11.75rem;width:11.75rem;top:19.9375rem;left:63.25rem;overflow:hidden;display:block; }
#xf3AnC5zuAd8w4T84mFJHQepUIuBbQHK { position:absolute;display:block;z-index:15031;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:8.25rem;width:8.25rem;top:23.5rem;left:60.75rem;overflow:hidden;display:block; }
#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { position:relative;display:block; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { background-color: transparent; background-image: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .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); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { border-width: 0; border-radius: 0; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102590;background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#dyPa5TqKdnMREuB71Xse3z7SiV1VJWzp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { background-color: transparent; background-image: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .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); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { border-width: 0; border-radius: 0; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#hBdnPyWtLKOTLeP2m0SxEr5THtL8NCDs { color:#102590;display:block;width:22.3125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.34375rem;left:2.75rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 { color:#102590;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:24.666015625rem;left:1.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 li:before{  }
#qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM { color:#102590;display:block;width:19rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:24.041015625rem;left:28rem;height:14.473625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM li:before{  }
#U0o47rTDX1qxakxTUTxkIE7UTD2OEhDu { color:#102590;display:block;width:19.125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.34375rem;left:27.9375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#osmnkwizN0ToufKWKmbHyUC0dKfROEXe { color:#102590;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.34375rem;left:52.03125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 { color:#102590;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:24.041015625rem;left:52.03125rem;height:8.13675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 li:before{  }
#HxLtqvOT87UyIJWxzWLT3PR0oBWrk74n { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:22.6875rem;top:1.5rem;left:1.09375rem;overflow:hidden;display:block; }
#oSZIyBPh3ZOcLdQPOMOm5SHlvBcSOLve { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.8125rem;width:22.3125rem;top:1.6875rem;left:26.34375rem;overflow:hidden;display:block; }
#mT8K1RSrN9RJyqA0dENWCn5VkE0mSvpW { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.75rem;width:22.3125rem;top:1.71875rem;left:51.34375rem;overflow:hidden;display:block; }
#DvzTokuoAlcuCxPr9SVWBlSQ4NoNlMX6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.3125rem;left:23.90625rem;display:block; }
#JHqg8MqeWtXrmcXwwLZJG94XxUDDrwe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { position:relative;display:block; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { background-color: transparent; background-image: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .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); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { border-width: 0; border-radius: 0; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102590;background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bumC4epTDRCqLowXBiZdMuQzER4N8cvL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 { position:relative;display:block; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 { background-color: transparent; background-image: none; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container > .video-iframe-container { display: none; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row > .video-iframe-container { display: none; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .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); }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 { border-width: 0; border-radius: 0; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:78.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia { color:rgba(var(--color-primary-3),1);display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.9375rem;left:43.75rem;height:9.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia li:before{  }
#GkXgFg9lr7L3NDbvGMvuTN8vM4sbzlVz { color:rgba(var(--color-primary-3),1);display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:43.75rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9cwnwhgEyAGLRitQrTI5dQQ66IqKlfC { color:rgba(var(--color-primary-3),1);display:block;width:30.25rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.6875rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB { color:rgba(var(--color-primary-3),1);display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:37.9384765625rem;left:4.34375rem;height:11.4355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB li:before{  }
#urx6424iQzraSJlO98RS44EnhSNR15Is { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:31.25rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#rJCugkSBb4v13zCGaVL9M57hPAr6OxAb { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:31.25rem;top:29.0625rem;left:43.75rem;overflow:hidden;display:block; }
#HW2gOwP2RHyNxTWsNIKiCLnbhIlS3AW3 { color:rgba(var(--color-primary-3),1);display:block;width:29.5625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:55.5234375rem;left:43.75rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 { color:rgba(var(--color-primary-3),1);display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:64.625rem;left:43.75rem;height:9.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 li:before{  }
#EuWvh2XcbmEc0JDfzDhzD2DhZgMECEGF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:31.25rem;top:54.5234375rem;left:0rem;overflow:hidden;display:block; }
#Dv7CuNnUMTgyZ4MxAFwd0Q70GT9riIz3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:31.25rem;top:3.5625rem;left:0rem;overflow:hidden;display:none; }
#NVzhoIGHIPC6Iz0cEhNryhL6H44gEQiM { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.3125rem;left:23.90625rem;display:none; }
#xFzw8n6iyakLtKzC83NOS1P9TAyN6ko1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { z-index:;position:relative;display:block; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { background-color: transparent; background-image: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .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); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { border-width: 0; border-radius: 0; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container { background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#ESzf61TWzURP1Gk8shiD54TKqZd5KKEy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.25rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h { position:relative;display:block; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h { background-color: transparent; background-image: none; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row .container > .video-iframe-container { display: none; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row > .video-iframe-container { display: none; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .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); }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h { border-width: 0; border-radius: 0; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .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; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;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; }#V4T9IoybZASzpHePzEs6X5iaMUdm0EzF { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(var(--color-primary-2),0);border-left:0.0625rem solid rgba(var(--color-primary-2),0);border-right:0.0625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.8125rem;width:41.9375rem;top:0rem;left:33.0625rem;overflow:hidden;display:block; }
#ioPCJUDTLczvnGRtKII1z0h1k9RXynNZ { color:rgba(var(--color-primary-3),1);display:block;width:30.25rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.1875rem;left:1.46875rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu { color:rgba(var(--color-primary-3),1);display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:11.8125rem;left:1.5rem;height:11.7480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu li:before{  }
#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe { position:relative;display:block; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe { background-color: transparent; background-image: none; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row .container > .video-iframe-container { display: none; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row > .video-iframe-container { display: none; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .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); }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe { border-width: 0; border-radius: 0; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .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; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .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:13.6875rem;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; }#LtAw8ce7d0q4hEGHXV43UTasiJNEgCEl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VREJfnd00tCbJGBTuuOeFTlKPF4tyXJS { color:rgba(var(--color-tertiary-3),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.9990234375rem;left:4.90625rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container { background-color: transparent; background-image: none; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container > .video-iframe-container { display: none; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row > .video-iframe-container { display: none; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .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); }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container { border-width: 0; border-radius: 0; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#b1IdfBTZdfuW3bkndikpkgFtnuG8XyZu { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:3.125rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CyEubPDQUrfLDnvsqVoFgRpqgOC3ZEv0 { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.65625rem;left:3.125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fl7DKFSwJGZRZOdk9UVPQmo0LkeB2DoC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.1875rem;left:6.6875rem; }
#RVQwGOMLfxUMenhDc1MT7XKySvbaTeOA { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:21.875rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQFVSc1FvxtOL5lsNhxTlXQlCRPETksB { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6552734375rem;left:21.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcAoKRHivg3xhfNCf2ttQAdvLPn2TJUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.1875rem;left:25.4375rem; }
#f8A3sq4ou7LKC4Xzh0JG55VeZyQMOL27 { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:40.625rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jlvz6IOS9q7hdvyCvOPheOHMOgzv7dNz { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.6552734375rem;left:40.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U1CIkupMvtccEfEqCV25TNCKrZe399LJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.1875rem;left:44.1875rem; }
#cApqmDlEzkgPT86CszbCGBdhD0hHUw9v { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:59.375rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ulHTxzs8mE4t3ZeZd2ho1LUZtpLcLuX7 { color:#102590;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6552734375rem;left:59.375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lIXAkmLD5b6a4Z6wy3qaxUdhOozHLNPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.1875rem;left:62.9375rem; }
#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh { position:relative;display:block; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh { background-color: transparent; background-image: none; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container > .video-iframe-container { display: none; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row > .video-iframe-container { display: none; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .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); }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh { border-width: 0; border-radius: 0; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container > .video-iframe-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:relative;display:block; }#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-form-header {  }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#909090;width:33.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#8b63e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:33.125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:31.875rem;overflow:hidden;font-style:normal; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-container:first-of-type{padding-top:0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-container:last-of-type{padding-bottom:0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:36.4375rem;top:7.0625rem;z-index:15000;position:absolute; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.125rem;display:block;vertical-align:top; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk {display:block;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:36.4375rem;top:7.0625rem;z-index:15000;position:absolute; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #b4C5rbRW4596OGdntyeIRawU26GMQrhv { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #Kgz3OphI0DQxqxVcJGvAgJtoqkCWKIRl { position:relative;display:block; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #mgRvRQz3KU45enrUAq2IlppcI39RWgSz { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ZNm6IHQ0Xt1N23JffEqUltBMxbO1LNCp { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #EteCyXVFfZuyBSL7XJseuTGo09TaMBVT { position:relative;display:block; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #F38uNGVX7m9pdUt9D9NLmguAFCHzIthI { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rTSex87BdE2Afg5lTDzUdiJs0rsTuoL7 { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rBVJ0KpKG9aLBLh3OXU2S8wlonzTU3QO { position:relative;display:block; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #LHPFJhtoaDrW8MdhcNlPn6xyFbcp1TU9 { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #fELAz457Ei1NozDl7Q8rUS5p97LlTz1M { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #hHfihv99dVa8DITNQw6iqo5TLlgszhrB { position:relative;display:block; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #gA1Zu75HxBJLphFJmTD1fJX6d4qoaTdV { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #E1zc7dKMvAJkEPUHheu8Ny3T1xZnRsz0 { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #uuHRAz8DOMf7VKVvFrFdqd279nWcoJcC { position:relative;display:block; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ppS4DhmGqCosTt8d44gUuD9chG3QOeiQ { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #QvpT2r5DL1oTTfEtQnyCALmTwZ5FosyL { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #pRuJGF4mWJFMMm544Dcof731xVmfJqHD { position:relative;z-index:2; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #WPT5QCxk9dCJcuRgeN3LDxdlF3t7myEN { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #sFngKpO8zCQ7KbRMZKVidcDorRnWs6ZP { position:relative; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #UdILgAhlaiufKFrT09M04q2UD24Dd2sB { position:relative; }
#I9Tu72v5VsHut5VzDzT4Sk9t5upHEQzW { color:rgba(var(--color-tertiary-1),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:9.134765625rem;left:2.71875rem;height:14.17385625rem;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; }
#hluQrGClxMn7qR9M1E9Tkqz7dxnvSUVG { box-sizing:content-box;height:14.875rem;width:14.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-1),1);background-image:none;top:29.3125rem;left:0.75rem;display:block; }
#yDHrVZMCxArK6ZubyiyvXF1HqmbqGfdT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:26.9375rem;left:9.375rem;overflow:hidden;display:block; }
#BeLKhXmsWcmbPlhRS7smTJO10TiQAEQ7 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.7119140625rem;left:2.71875rem;height:3.4121125rem;display:block; }
#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container { background-color: transparent; background-image: none; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container > .video-iframe-container { display: none; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row > .video-iframe-container { display: none; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .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); }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container { border-width: 0; border-radius: 0; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#VgseMGLI0s9Sr8ccM8HassUugo88i35k { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.73046875rem;left:46.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#OkxMOuTL5Tk40UANLkmeWOZx3nGp9vPg { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.130859375rem;left:38.5rem;height:1.04980625rem;font-style:normal;display:block; }
#X7o84HOVuuuknK1FtgeNGcT7CTHr1z9F { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5615234375rem;left:44.8125rem; }
#aeJQ0Tl2sVRszL9vTdXqZt9JtcX8l50n { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.75rem;top:0.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#TXoR5XrZaBXMnoUW29uGsc3cvr8dtqwL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:4.5615234375rem;left:59.625rem; }
#xJkFE0f5rwWxksbcWDa1IoR1p91FZUvE { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:4.73046875rem;left:61.6875rem;height:1.2246125rem;font-style:normal;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:#666666;display:block;width:8.8125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:1.568359375rem;left:62.185546875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { border-width: 0; border-radius: 0; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SW3kgocAWXatPMMTgZV0iTM95OBLhDKN { width:10.125rem;height:2.1875rem;top:1.25rem;left:31.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #wepfo6L4tT75ITRDFmxPpUhCazLbWLC9 { display:block; }
 }@media only screen and (max-width: 763px) { #dNOHikqhyiGrIvieNFrvlBK61ibrHulr { width:15.9375rem;height:2.25rem;top:1.25rem;left:31.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #cD3Bte2VeMud3COinbidT1RRDMCy7Rsv { display:block; }
 }@media only screen and (max-width: 763px) { #OQoGaFXqXKGU2TvXI5FtJrPKrTok8JOa { width:7.375rem;height:5rem;top:0.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ChXabL0FBBEvTSAQm2aCL84IDMRn73EA { width:10.9375rem;height:2.1875rem;top:1.25rem;left:21.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #EFaSci3ULQomFTfW3x5Gr2Bd9tQszFTp { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:47.75rem;height:6.8125rem;top:16.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:27.1875rem;height:3.5rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:13.4375rem;height:9.4375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0AiCVIIVPmrOsi7IG2919OBKXgn9V5t { width:27.1875rem;height:3.5rem;top:44.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKHvfQkZuHMoJ9fb5TE27bSySx3Jd62p { display:block; }
 }@media only screen and (max-width: 763px) { #ZQKm0sOKl6u2iegqOLgoEA1dQgVtUONN { top:36.5625rem;left:3.6875rem;width:44.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpO1ge8SAEoevdZUbneombLn5VGMupht { top:26.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h { display:block; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0DNpuJXDGIXvAJHUmxOGl7cJ0JRFm4N { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afD6MXoQXSxyme2uy8aXuJ0GTtwaxnk0 { top:7.875rem;left:0rem;width:43.5rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWhCJI1ffsNbUVobrUpEHhkvRQakvztF { top:6.75rem;left:18.3125rem;width:29.4375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb { width:31.25rem;height:8.75rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }#vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb li:before{  }
 }@media only screen and (max-width: 763px) { #hHFZy6iP2M119Z1ZEGuhV8abWd4ntCtp { top:10.9375rem;left:32.875rem;width:14.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hkTHIFRad1dsb0KaA4BxipGiVSRpOU { top:28.75rem;left:0rem;width:47.1875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2otHPoIqol8u8LpyaDJNraNT6dVm2w { top:5.25rem;left:30.125rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { display:block; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc2PMCoNxmtJsiH8CP253pQykteI8C2c { top:2.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 { display:block; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRmNt2WmQneokUc49ULJr2awBJrn9WPK { width:35rem;height:21.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP { width:35rem;height:21.1875rem;top:3.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9feg1IO2mkorh7Cr9bMg6EsLz1Vfyw { top:6.25rem;left:17.6875rem;width:30.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #btZTaTatu69zZitgtru5lKGpJglV73u3 { width:31.25rem;height:10.6875rem;top:9.125rem;left:0rem;font-size:1.125rem;display:none; }#btZTaTatu69zZitgtru5lKGpJglV73u3 li:before{  }
 }@media only screen and (max-width: 763px) { #HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC { width:31.25rem;height:10.6875rem;top:9.125rem;left:0rem;font-size:1.125rem;display:none; }#HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC li:before{  }
 }@media only screen and (max-width: 763px) { #tsu3LeKb4yazev1AU4hO3lu0qKKnuFM2 { top:23.75rem;left:0rem;width:30.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqT042dddI7z80w59oc2Bi3l82kxCxkf { top:26.5625rem;left:0rem;width:29.5625rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlZPp3OFoMRfGfnz8re2OOO4kWbPTkJX { top:1.8125rem;left:17.6875rem;width:30.0625rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXstD77VJVpLyVsb1C8BZNGxWcW4Wc4b { top:23.75rem;left:17.6875rem;width:30.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyPIx37HEiazPHJNmHoer0KtBVBRWKNh { width:33.75rem;height:;top:26.5625rem;left:14rem;font-size:1.125rem;display:none; }#TyPIx37HEiazPHJNmHoer0KtBVBRWKNh li:before{  }
 }@media only screen and (max-width: 763px) { #gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv { width:33.75rem;height:12.875rem;top:9.125rem;left:14rem;font-size:1.125rem;display:none; }#gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv li:before{  }
 }@media only screen and (max-width: 763px) { #LGHH77TTV0LZy7vL1FE1adRdzekyqlx0 { top:6.25rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqdB9lMVAsdT3AVGbsDkHqJTPDBH58T3 { width:27.1875rem;height:3.5rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STNDIfGElvOLuGF7zIIa1TpOeMzkolms { display:block; }
 }@media only screen and (max-width: 763px) { #uwmsogwpWbGHyFtET6RMXe2AHIhB9PSV { top:21.0625rem;left:0rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkE1w08qGazak3nQoOgV5QIoJ3zrL13I { top:20.375rem;left:0rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgTkkwTwoolnlrccKobdeOwh2F1lMZLc { width:31.25rem;height:9.3125rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }#PgTkkwTwoolnlrccKobdeOwh2F1lMZLc li:before{  }
 }@media only screen and (max-width: 763px) { #tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP { width:33.75rem;height:10.5rem;top:14.0625rem;left:14rem;font-size:1.125rem;display:block; }#tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP li:before{  }
 }@media only screen and (max-width: 763px) { #mtZ5bbQ0xruwgufzzUz2iyW0G3w7VzCT { top:10rem;left:17.6875rem;width:30.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85ea0Zqlc3PXOBntOmTHala6FquH5Ja { top:10rem;left:0rem;width:29.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMZ0oXoAPckJb1l5sWKwbGtdr6lFDTXA { top:26rem;left:17.6875rem;width:30.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt { width:33.75rem;height:6.3125rem;top:27.75rem;left:14rem;font-size:1.125rem;display:block; }#oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt li:before{  }
 }@media only screen and (max-width: 763px) { #ONhA1RGcp1Ah0CM9MfeUTniam1EhOD9x { top:24.5625rem;left:0rem;width:30.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2l83SC9QmBTTKGQQl6GcqqfwUdNo2mJ { top:27.75rem;left:0rem;width:29.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5it2hvtAuufVmTVPBk6HWwF69plr7QT { top:35.1875rem;left:17.6875rem;width:30.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi24Tez2KcIzdnzR0T0eXHTcuA8SqqNu { top:38.0625rem;left:18.1875rem;width:29.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXV2KF24tCl1T8soULLDv0AsVHk7eJy { top:1.9375rem;left:0rem;width:31.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPOk2OS5cxOSlSeecKJJHdzCNRT1e0oM { top:1.9375rem;left:17.4375rem;width:30.3125rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo { background-color:#102590;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { background-color: transparent; background-image: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .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); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { border-width: 0; border-radius: 0; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw4IXT6SitZFEETCpMtg1W9VJexLxvhq { width:33.5625rem;height:4.875rem;top:9.875rem;left:14.1875rem;font-size:1.75rem;color:#f8fbfd;display:block; }
 }@media only screen and (max-width: 763px) { #vs7f881zCRJPg6w5ZTDq068iXPya2A9O { width:34.1875rem;height:9.375rem;top:16.9375rem;left:13.5625rem;font-size:1rem;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #npzGxnLL4ImMGypQASFT8r0Gt4MAUiMo { width:33.8125rem;height:9.375rem;top:28.5625rem;left:13.9375rem;font-size:1rem;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #qyAqoNK6Xn1Hrma97mGQni3XaoDirEAO { top:11.9375rem;left:0rem;width:36.0625rem;height:30.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2xK25cRdkVRREa5bJTGXADrri9onEXt { top:11.3125rem;left:0rem;width:25.9375rem;height:25.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kxhBG0FlVxwbMTvGeFrUR05OvdXxAs80 { top:27.5625rem;left:0rem;width:33.4375rem;height:13.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UuOngNEdBfyxei9yqrXCEZWiaiokdcLF { top:1.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO { display:block; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRGoU5XkGbquh1Te0Un3QcDKFEuNCtWO { width:15.0625rem;height:5.375rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7KUH8yzdWp2l6ng3pRvLfz0UDp0WOnk { width:17.1875rem;height:14.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJXLaZMAUXeJEKQlVqmrdFZHiTGbDndl { width:14.375rem;height:4rem;top:24rem;left:7.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHUw44xzivGylgCVqTAzEzeCfVv5nlDM { width:13.6875rem;height:5.375rem;top:26rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOhKXhxf9c2RNA7FLikSX1TCFO2Ac4qF { width:17.1875rem;height:14.0625rem;top:3.375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9rRV1zyQ2ML4fT99297g12lD1PXdKU1 { width:17.1875rem;height:14.0625rem;top:3.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 { width:14.25rem;height:9.0625rem;top:24rem;left:33.5rem;font-size:1.125rem;display:block; }#tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 li:before{  }
 }@media only screen and (max-width: 763px) { #dUJkyLS5dnzvgLS63gRC79bil4NvVSKT { width:14.4375rem;height:4rem;top:35.125rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJhDHcUThhTvJU9K4voHEht7CcZOd0AV { top:3.375rem;left:6.0625rem;width:17.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SONkKh7Se0NF2rQ5ILnthtwZimnGmPg1 { top:30.9375rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbSKO4oucUg99XX1eelyAQATM5sbcWn { top:32rem;left:3rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRNGgMIRBzrTEfHuJLA18qpTipLNZF7 { top:18.6875rem;left:5.375rem;width:0.125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnHfTHoShui1zRatwmcpnlLuAruwQzKI { top:18.6875rem;left:23.875rem;width:0.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GypPoizt6TPDz85k5Xt96Iykvy6viTpH { top:18.9375rem;left:42rem;width:0.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #la80vTOUeTAavniFMOdc0mT3x2UcOJff { top:18.6875rem;left:0rem;width:14.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8Z6woFFwynqEo2caPkecrHcbAtcZ7g { top:18.6875rem;left:7.4375rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Vdgb3vFHuIl2CTbNrDprTqq6ezwD1k { top:18.9375rem;left:25.875rem;width:13.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTdlKUPcT2hV7LQpNasZwIC5iJZ7E8y { top:18.6875rem;left:33.5625rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 { display:block; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBkztPb7cuCwiQUtGnf3bS4wQWUQzls8 { width:29.25rem;height:7.3125rem;top:21.375rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzCGOUbFXvosv53oJyHvBfGwHmdS7fqM { width:26.25rem;height:13.625rem;top:2.6875rem;left:21.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKU6TvDbQc0sdOp34nyI8aRkbXQdCsNl { width:35.75rem;height:26rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NphJ7wpB8TwPGI5URKDpCW6hGQK5Opdn { width:27.1875rem;height:3.5rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #llJvoJGwwGmqGB8qXMZTV2b3uSEUVuIQ { display:block; }
 }@media only screen and (max-width: 763px) { #nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { display:block; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { background-color: transparent; background-image: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .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); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { border-width: 0; border-radius: 0; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container { width:47.5rem;background-color:#fbfcfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn3ectsnk9980q1HbIgsOTS831Re5SNL { width:47.75rem;height:3.5rem;top:3.25rem;left:0rem;font-size:3.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { background-color: transparent; background-image: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .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); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { border-width: 0; border-radius: 0; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piX11zWiKOxFaB8taAPXdzsKknDgGhyx { width:18.75rem;height:4.875rem;top:18.3125rem;left:0rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #pnTLWfoQsAPL97FWVHMkMWAHt5dlqzGE { width:18.75rem;height:3.125rem;top:24.4375rem;left:0rem;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #wIPmTK3QlGdxumZ09HA9uimDQsznBQKB { width:18.75rem;height:3.125rem;top:24.1875rem;left:13rem;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #w6R3VHtI3s5hbh5Tgfn3aM8MXO08QvkH { width:18.75rem;height:4.875rem;top:18.3125rem;left:13rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #IN02QcL0haf0zrAFxcNMUprdOLcBiEh5 { width:18.75rem;height:4.875rem;top:18.3125rem;left:28.875rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #r9utsaHFHFl8hUzC7trEZ66ryvQBfqXr { top:5.9375rem;left:2.84375rem;width:10.1875rem;height:10.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DQM8x7wWuDZTbUray0rT5uvZRIuDRrrR { top:6.4375rem;left:18.96875rem;width:9.6875rem;height:9.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #gm8L3DyTpAMKmid6rGGPZdc1CfLQtCFi { top:6.3125rem;left:33.625rem;width:10.4375rem;height:10.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DWkChpfcZ4JmfTryqNQZDfFyxPyzhkLw { width:18.75rem;height:3.125rem;top:24.1875rem;left:28.875rem;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { background-color: transparent; background-image: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .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); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { border-width: 0; border-radius: 0; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUV5Sp7c9B7vV8X96dUMPrKvXN9A5V17 { width:18.75rem;height:4.875rem;top:11.625rem;left:0rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8U6GdP61wWnAIGs0kWMrDHGFnBcNck { width:18.75rem;height:3.125rem;top:18.625rem;left:0rem;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #CXXFWuOBB5PratTgbsOLih69uUeWPlih { width:18.75rem;height:3.125rem;top:18.375rem;left:13rem;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTpaQ0H9CbVsFSoT6awMvbiCzXtM2AJ { width:18.75rem;height:4.875rem;top:11.5625rem;left:13rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #ryfEpLOTXVdMEmRqMqSl3qW6TbovR4ii { top:0rem;left:5.9375rem;width:9.9375rem;height:9.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Erhic0stwCmhvN7C50S6SF8cBXec96dd { top:0rem;left:21.4375rem;width:10.3125rem;height:10rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #quPUASUWroxG465z3Gx8bvvbmQTlEmKN { width:27.1875rem;height:3.5rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLqcrzbcTJh93dwkqkZxqAhqschRuARo { display:block; }
 }@media only screen and (max-width: 763px) { #hbEQw02ShCp4L7dpS6B2epax2fE69sqS { top:19.9375rem;left:35.875rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3AnC5zuAd8w4T84mFJHQepUIuBbQHK { top:23.5rem;left:37.9375rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { background-color:#102590;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container { background-color: transparent; background-image: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .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); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container { border-width: 0; border-radius: 0; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyPa5TqKdnMREuB71Xse3z7SiV1VJWzp { top:1.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { background-color: transparent; background-image: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .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); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { border-width: 0; border-radius: 0; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBdnPyWtLKOTLeP2m0SxEr5THtL8NCDs { width:22.3125rem;height:4.5rem;top:18.3125rem;left:0rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 { width:22.5625rem;height:;top:24.625rem;left:0rem;font-size:1.125rem;color:#102590;display:block; }#GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 li:before{  }
 }@media only screen and (max-width: 763px) { #qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM { width:19rem;height:14.4375rem;top:24rem;left:12.75rem;font-size:1.125rem;color:#102590;display:block; }#qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM li:before{  }
 }@media only screen and (max-width: 763px) { #U0o47rTDX1qxakxTUTxkIE7UTD2OEhDu { width:19.125rem;height:2.25rem;top:18.3125rem;left:12.625rem;font-size:1.4375rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #osmnkwizN0ToufKWKmbHyUC0dKfROEXe { width:18.75rem;height:2.25rem;top:18.3125rem;left:28.875rem;font-size:1.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 { width:18.75rem;height:8.125rem;top:24rem;left:28.875rem;font-size:1.125rem;color:#102590;display:block; }#WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 li:before{  }
 }@media only screen and (max-width: 763px) { #HxLtqvOT87UyIJWxzWLT3PR0oBWrk74n { top:1.5rem;left:0rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZIyBPh3ZOcLdQPOMOm5SHlvBcSOLve { top:1.6875rem;left:9.4375rem;width:22.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8K1RSrN9RJyqA0dENWCn5VkE0mSvpW { top:1.6875rem;left:25.3125rem;width:22.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzTokuoAlcuCxPr9SVWBlSQ4NoNlMX6 { width:27.1875rem;height:3.5rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqg8MqeWtXrmcXwwLZJG94XxUDDrwe0 { display:block; }
 }@media only screen and (max-width: 763px) { #VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { background-color:#102590;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container { background-color: transparent; background-image: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .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); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container { border-width: 0; border-radius: 0; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bumC4epTDRCqLowXBiZdMuQzER4N8cvL { top:1.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 { display:block; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia { width:22.5625rem;height:9.3125rem;top:13.9375rem;left:25.1875rem;font-size:1.125rem;color:#102590;display:block; }#Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia li:before{  }
 }@media only screen and (max-width: 763px) { #GkXgFg9lr7L3NDbvGMvuTN8vM4sbzlVz { width:27.5rem;height:6.8125rem;top:3.5625rem;left:20.25rem;font-size:1.75rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #f9cwnwhgEyAGLRitQrTI5dQQ66IqKlfC { width:30.25rem;height:6.8125rem;top:29.0625rem;left:0rem;font-size:1.75rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB { width:22.5625rem;height:11.375rem;top:37.9375rem;left:0rem;font-size:1.125rem;color:#102590;display:block; }#JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB li:before{  }
 }@media only screen and (max-width: 763px) { #urx6424iQzraSJlO98RS44EnhSNR15Is { top:3.5625rem;left:0rem;width:31.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJCugkSBb4v13zCGaVL9M57hPAr6OxAb { top:29.0625rem;left:16.5rem;width:31.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2gOwP2RHyNxTWsNIKiCLnbhIlS3AW3 { width:29.5625rem;height:6.8125rem;top:55.5rem;left:18rem;font-size:1.75rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 { width:22.5625rem;height:9rem;top:64.625rem;left:25.1875rem;font-size:1.125rem;color:#102590;display:block; }#UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 li:before{  }
 }@media only screen and (max-width: 763px) { #EuWvh2XcbmEc0JDfzDhzD2DhZgMECEGF { width:31.25rem;height:21.875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7CuNnUMTgyZ4MxAFwd0Q70GT9riIz3 { top:3.5625rem;left:0rem;width:31.25rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVzhoIGHIPC6Iz0cEhNryhL6H44gEQiM { width:27.1875rem;height:3.5rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFzw8n6iyakLtKzC83NOS1P9TAyN6ko1 { display:block; }
 }@media only screen and (max-width: 763px) { #cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { display:block; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { background-color: transparent; background-image: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .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); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { border-width: 0; border-radius: 0; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container { width:47.5rem;background-color:#fbfcfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESzf61TWzURP1Gk8shiD54TKqZd5KKEy { width:47.75rem;height:3.5rem;top:3.25rem;left:0rem;font-size:3.5rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #dhrfNQykvFfeDP1oubFEgt9TKPotoS7h { display:block; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4T9IoybZASzpHePzEs6X5iaMUdm0EzF { top:0rem;left:5.8125rem;width:41.9375rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPCJUDTLczvnGRtKII1z0h1k9RXynNZ { width:30.25rem;height:5.5625rem;top:4.1875rem;left:0rem;font-size:2rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu { width:30.1875rem;height:11.6875rem;top:11.8125rem;left:0rem;font-size:1.125rem;color:#102590;display:block; }#mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu li:before{  }
 }@media only screen and (max-width: 763px) { #A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe { display:block; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtAw8ce7d0q4hEGHXV43UTasiJNEgCEl { width:47.75rem;height:4.6875rem;top:3.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VREJfnd00tCbJGBTuuOeFTlKPF4tyXJS { width:47.75rem;height:2rem;top:8.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLtg6HIVrwBGitv265NkA9JUPVEn8B4 { display:block; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1IdfBTZdfuW3bkndikpkgFtnuG8XyZu { width:12.5rem;height:4.9375rem;top:8.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEubPDQUrfLDnvsqVoFgRpqgOC3ZEv0 { width:12.5rem;height:2.875rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7DKFSwJGZRZOdk9UVPQmo0LkeB2DoC { top:2.1875rem;left:3.28125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVQwGOMLfxUMenhDc1MT7XKySvbaTeOA { width:12.5rem;height:4.9375rem;top:8.75rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFVSc1FvxtOL5lsNhxTlXQlCRPETksB { width:12.5rem;height:2.875rem;top:14.625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAoKRHivg3xhfNCf2ttQAdvLPn2TJUJ { top:2.1875rem;left:15.21875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8A3sq4ou7LKC4Xzh0JG55VeZyQMOL27 { width:12.5rem;height:4.9375rem;top:8.75rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlvz6IOS9q7hdvyCvOPheOHMOgzv7dNz { width:12.5rem;height:2.875rem;top:14.625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CIkupMvtccEfEqCV25TNCKrZe399LJ { top:2.1875rem;left:27.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApqmDlEzkgPT86CszbCGBdhD0hHUw9v { width:12.5rem;height:4.9375rem;top:8.75rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulHTxzs8mE4t3ZeZd2ho1LUZtpLcLuX7 { width:12.5rem;height:2.875rem;top:14.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIXAkmLD5b6a4Z6wy3qaxUdhOozHLNPk { top:2.1875rem;left:39.09375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh { display:block; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-regular-label { display:block;width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-textarea { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-button { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-checkbox-label { width:31.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk  { width:33.125rem;height:auto;top:7.0625rem;left:12.125rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .radio-container { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk {display:block;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk { width:33.125rem;height:auto;top:7.0625rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #b4C5rbRW4596OGdntyeIRawU26GMQrhv {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #Kgz3OphI0DQxqxVcJGvAgJtoqkCWKIRl { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #mgRvRQz3KU45enrUAq2IlppcI39RWgSz {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ZNm6IHQ0Xt1N23JffEqUltBMxbO1LNCp {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #EteCyXVFfZuyBSL7XJseuTGo09TaMBVT { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #F38uNGVX7m9pdUt9D9NLmguAFCHzIthI {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rTSex87BdE2Afg5lTDzUdiJs0rsTuoL7 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rBVJ0KpKG9aLBLh3OXU2S8wlonzTU3QO { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #LHPFJhtoaDrW8MdhcNlPn6xyFbcp1TU9 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #fELAz457Ei1NozDl7Q8rUS5p97LlTz1M {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #hHfihv99dVa8DITNQw6iqo5TLlgszhrB { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #gA1Zu75HxBJLphFJmTD1fJX6d4qoaTdV {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #E1zc7dKMvAJkEPUHheu8Ny3T1xZnRsz0 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #uuHRAz8DOMf7VKVvFrFdqd279nWcoJcC {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ppS4DhmGqCosTt8d44gUuD9chG3QOeiQ {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #QvpT2r5DL1oTTfEtQnyCALmTwZ5FosyL {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #pRuJGF4mWJFMMm544Dcof731xVmfJqHD {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #WPT5QCxk9dCJcuRgeN3LDxdlF3t7myEN {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #sFngKpO8zCQ7KbRMZKVidcDorRnWs6ZP {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #UdILgAhlaiufKFrT09M04q2UD24Dd2sB {  }
 }@media only screen and (max-width: 763px) { #I9Tu72v5VsHut5VzDzT4Sk9t5upHEQzW { top:9.125rem;left:0rem;width:29.9375rem;height:14.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hluQrGClxMn7qR9M1E9Tkqz7dxnvSUVG { top:29.3125rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDHrVZMCxArK6ZubyiyvXF1HqmbqGfdT { top:26.9375rem;left:0rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeLKhXmsWcmbPlhRS7smTJO10TiQAEQ7 { top:3.6875rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2qT4NVQmeqF2JBouvXAIohF3W1qP45G { display:block; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgseMGLI0s9Sr8ccM8HassUugo88i35k { top:4.6875rem;left:32.9375rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxMOuTL5Tk40UANLkmeWOZx3nGp9vPg { top:3.125rem;left:24.875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7o84HOVuuuknK1FtgeNGcT7CTHr1z9F { top:4.5rem;left:31.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJQ0Tl2sVRszL9vTdXqZt9JtcX8l50n { top:0.9375rem;left:0rem;width:7.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoR5XrZaBXMnoUW29uGsc3cvr8dtqwL { top:4.5rem;left:46rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJkFE0f5rwWxksbcWDa1IoR1p91FZUvE { top:4.6875rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.25rem;top:1.5625rem;left:38.9375rem;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) { #tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { background-color: transparent; background-image: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container > .video-iframe-container { display: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row > .video-iframe-container { display: none; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .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); }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { border-width: 0; border-radius: 0; }#tnFXZRmsRqCk7Su5QZT1oUydxk3rriHV > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW3kgocAWXatPMMTgZV0iTM95OBLhDKN { width:8.6875rem;height:2.1875rem;top:8.90625rem;left:5.65625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #wepfo6L4tT75ITRDFmxPpUhCazLbWLC9 { display:block; }
 }@media only screen and (max-width: 763px) { #dNOHikqhyiGrIvieNFrvlBK61ibrHulr { width:16.375rem;height:2.125rem;top:12.4375rem;left:1.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #cD3Bte2VeMud3COinbidT1RRDMCy7Rsv { display:block; }
 }@media only screen and (max-width: 763px) { #OQoGaFXqXKGU2TvXI5FtJrPKrTok8JOa { width:7.8125rem;height:5.25rem;top:0.5625rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ChXabL0FBBEvTSAQm2aCL84IDMRn73EA { width:8rem;height:2.1875rem;top:5.8125rem;left:6rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #EFaSci3ULQomFTfW3x5Gr2Bd9tQszFTp { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7928b78f-41e4-4d5f-9375-e1c208f46f87/ClientSideHeroImage.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:10rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#102590;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:20rem;height:3.4375rem;top:47.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:3.9375rem;height:2.75rem;top:1.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0AiCVIIVPmrOsi7IG2919OBKXgn9V5t { width:19.9375rem;height:3.5rem;top:53.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKHvfQkZuHMoJ9fb5TE27bSySx3Jd62p { display:block; }
 }@media only screen and (max-width: 763px) { #ZQKm0sOKl6u2iegqOLgoEA1dQgVtUONN { width:20rem;height:6.296875rem;top:38.21875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RpO1ge8SAEoevdZUbneombLn5VGMupht { width:20rem;height:11.6953125rem;top:24.7578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h { display:block; }#kv3N7UDFc5iHhn5Ta2toTB02fOmFmE2h > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0DNpuJXDGIXvAJHUmxOGl7cJ0JRFm4N { width:17.6875rem;height:2.5996125rem;top:1.25rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afD6MXoQXSxyme2uy8aXuJ0GTtwaxnk0 { width:17.625rem;height:7.87109375rem;top:5.095703125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yWhCJI1ffsNbUVobrUpEHhkvRQakvztF { width:20rem;height:16.730360934183rem;top:51.06834375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb { width:17.625rem;height:9.347625rem;top:13.576171875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#vsIgafzXp9l9ZidVPcp7qrtDAEm6ITIb li:before{  }
 }@media only screen and (max-width: 763px) { #hHFZy6iP2M119Z1ZEGuhV8abWd4ntCtp { display:flex;width:11.875rem;height:13.6875rem;top:44.5654296875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2hkTHIFRad1dsb0KaA4BxipGiVSRpOU { width:17.4375rem;height:6.296875rem;top:24.2529296875rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2otHPoIqol8u8LpyaDJNraNT6dVm2w { width:17.625rem;height:17.625rem;top:35.5498046875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { display:block; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { background-color: transparent; background-image: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container > .video-iframe-container { display: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row > .video-iframe-container { display: none; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .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); }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P { border-width: 0; border-radius: 0; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rJedvUypQ8vqvet3Fhc9W81AAbPaha2P > .row .container { width:20rem;height:5rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc2PMCoNxmtJsiH8CP253pQykteI8C2c { width:20rem;height:2.5996125rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 { display:block; }#pQ15XAEv1vTTrOfxE7etqeE8Enw49an4 > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRmNt2WmQneokUc49ULJr2awBJrn9WPK { width:20rem;height:14.3125rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59zrxD8uFzO2MCm1ZMlXgGESpGcGpfP { width:20rem;height:16.0625rem;top:49.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9feg1IO2mkorh7Cr9bMg6EsLz1Vfyw { width:17.5625rem;height:1.57421875rem;top:72.25rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #btZTaTatu69zZitgtru5lKGpJglV73u3 { width:20rem;height:15.418rem;top:35.125rem;left:-26.21875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;z-index:15036;display:block; }#btZTaTatu69zZitgtru5lKGpJglV73u3 li:before{  }
 }@media only screen and (max-width: 763px) { #HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC { width:17rem;height:16.9921875rem;top:19.2060546875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;z-index:15035;display:block; }#HfWKbZ5r7ooKPG6miHgPZkIFT3XhLZyC li:before{  }
 }@media only screen and (max-width: 763px) { #tsu3LeKb4yazev1AU4hO3lu0qKKnuFM2 { width:17.1875rem;height:1.625rem;top:37.5rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sqT042dddI7z80w59oc2Bi3l82kxCxkf { width:17.375rem;height:6.296875rem;top:41.0625rem;left:1.3125rem;font-size:1.125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UlZPp3OFoMRfGfnz8re2OOO4kWbPTkJX { width:17.4375rem;height:4.38574375rem;top:66.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bXstD77VJVpLyVsb1C8BZNGxWcW4Wc4b { width:17.625rem;height:1.625rem;top:88.4375rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TyPIx37HEiazPHJNmHoer0KtBVBRWKNh { width:17.25rem;height:10.3828125rem;top:91.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;z-index:15038;display:block; }#TyPIx37HEiazPHJNmHoer0KtBVBRWKNh li:before{  }
 }@media only screen and (max-width: 763px) { #gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv { width:17.5rem;height:12.8945rem;top:74.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;z-index:15035;display:block; }#gqT76e9uUZT2xPqGCTsHoXsPiVpEnakv li:before{  }
 }@media only screen and (max-width: 763px) { #LGHH77TTV0LZy7vL1FE1adRdzekyqlx0 { width:17.5625rem;height:1.57421875rem;top:16.375rem;left:1.3125rem;font-size:1.125rem;z-index:15040;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mqdB9lMVAsdT3AVGbsDkHqJTPDBH58T3 { width:19rem;height:3.5rem;top:103.4375rem;left:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #STNDIfGElvOLuGF7zIIa1TpOeMzkolms { display:block; }
 }@media only screen and (max-width: 763px) { #uwmsogwpWbGHyFtET6RMXe2AHIhB9PSV { width:9.8125rem;height:9.8125rem;top:106.375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkE1w08qGazak3nQoOgV5QIoJ3zrL13I { width:8.375rem;height:8.375rem;top:117.4375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:184.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgTkkwTwoolnlrccKobdeOwh2F1lMZLc { width:20rem;height:15.418rem;top:9.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#PgTkkwTwoolnlrccKobdeOwh2F1lMZLc li:before{  }
 }@media only screen and (max-width: 763px) { #tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP { width:20rem;height:12.8945rem;top:71.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;display:block; }#tfQA7P939mdxJfyfwbxMk5k2mk9vlWsP li:before{  }
 }@media only screen and (max-width: 763px) { #mtZ5bbQ0xruwgufzzUz2iyW0G3w7VzCT { width:20rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A85ea0Zqlc3PXOBntOmTHala6FquH5Ja { width:12.5rem;height:1.57421875rem;top:91.63184375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMZ0oXoAPckJb1l5sWKwbGtdr6lFDTXA { width:20rem;height:1.625rem;top:148.74121875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt { width:20rem;height:10.3828125rem;top:151.61621875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;display:block; }#oOFtpTqGa2zxXWcmD7CHJTsXk69J3kMt li:before{  }
 }@media only screen and (max-width: 763px) { #ONhA1RGcp1Ah0CM9MfeUTniam1EhOD9x { width:20rem;height:1.625rem;top:94.4560625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2l83SC9QmBTTKGQQl6GcqqfwUdNo2mJ { width:20rem;height:4.72265625rem;top:97.3310625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5it2hvtAuufVmTVPBk6HWwF69plr7QT { width:20rem;height:0;top:163.2490234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fi24Tez2KcIzdnzR0T0eXHTcuA8SqqNu { width:20rem;height:4.72265625rem;top:166.1240234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXV2KF24tCl1T8soULLDv0AsVHk7eJy { width:20rem;height:0;top:172.0966796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPOk2OS5cxOSlSeecKJJHdzCNRT1e0oM { width:20rem;height:0;top:176.6591796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo { background-color:#102590;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { background-color: transparent; background-image: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row > .video-iframe-container { display: none; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .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); }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { border-width: 0; border-radius: 0; }#WvdOHdlmaHHuEAD4T0n8XvqkET3WTgmo > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw4IXT6SitZFEETCpMtg1W9VJexLxvhq { width:18.8125rem;height:6.5625rem;top:17.46875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f8fbfd;display:block; }
 }@media only screen and (max-width: 763px) { #vs7f881zCRJPg6w5ZTDq068iXPya2A9O { width:19.125rem;height:13.5rem;top:25.17578125rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #npzGxnLL4ImMGypQASFT8r0Gt4MAUiMo { width:20rem;height:12rem;top:39.98828125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #qyAqoNK6Xn1Hrma97mGQni3XaoDirEAO { width:20rem;height:16.74025rem;top:0rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2xK25cRdkVRREa5bJTGXADrri9onEXt { width:14.8125rem;height:14.8125rem;top:0rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kxhBG0FlVxwbMTvGeFrUR05OvdXxAs80 { width:20rem;height:7.9375rem;top:8.865234375rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UuOngNEdBfyxei9yqrXCEZWiaiokdcLF { width:20rem;height:2.5996125rem;top:53.23828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO { display:block; }#KnH6T3J7upWuGdPh6bTNrVJdO10eTkcO > .row .container { width:20rem;height:145.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRGoU5XkGbquh1Te0Un3QcDKFEuNCtWO { width:17.75rem;height:4.048825rem;top:23.5625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7KUH8yzdWp2l6ng3pRvLfz0UDp0WOnk { width:20rem;height:16.25rem;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJXLaZMAUXeJEKQlVqmrdFZHiTGbDndl { width:17.875rem;height:2.69921875rem;top:53.6875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHUw44xzivGylgCVqTAzEzeCfVv5nlDM { width:17.625rem;height:4.048825rem;top:87.125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOhKXhxf9c2RNA7FLikSX1TCFO2Ac4qF { width:20rem;height:16.9375rem;top:59.38671875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9rRV1zyQ2ML4fT99297g12lD1PXdKU1 { width:20rem;height:15.4355625rem;top:94.0634765625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 { width:17.4375rem;height:9.121125rem;top:117.0419921875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#tTVpdC0tPGqyhlQyTCy4eIFhfQ2lQ4b8 li:before{  }
 }@media only screen and (max-width: 763px) { #dUJkyLS5dnzvgLS63gRC79bil4NvVSKT { width:17.5rem;height:2.69921875rem;top:127.6640625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJhDHcUThhTvJU9K4voHEht7CcZOd0AV { width:20rem;height:15.3838125rem;top:29.927734375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SONkKh7Se0NF2rQ5ILnthtwZimnGmPg1 { width:13.375rem;height:13.375rem;top:131.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbSKO4oucUg99XX1eelyAQATM5sbcWn { width:7.9375rem;height:7.9375rem;top:132.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRNGgMIRBzrTEfHuJLA18qpTipLNZF7 { width:0.125rem;height:12.1875rem;top:150.88671875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnHfTHoShui1zRatwmcpnlLuAruwQzKI { width:0.125rem;height:12.4375rem;top:169.1484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GypPoizt6TPDz85k5Xt96Iykvy6viTpH { width:0.125rem;height:21rem;top:189.4462875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #la80vTOUeTAavniFMOdc0mT3x2UcOJff { width:14.625rem;height:3.57421875rem;top:18.1875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8Z6woFFwynqEo2caPkecrHcbAtcZ7g { width:14.1875rem;height:3.57421875rem;top:48.01171875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Vdgb3vFHuIl2CTbNrDprTqq6ezwD1k { width:13.8125rem;height:5.361325rem;top:79.2734375rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTdlKUPcT2hV7LQpNasZwIC5iJZ7E8y { width:17rem;height:3.57421875rem;top:111.5087890625rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 { display:block; }#rN2D4t7nLAwyqDIHvSEFO8nIzke24eZ3 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBkztPb7cuCwiQUtGnf3bS4wQWUQzls8 { width:17.75rem;height:4.72265625rem;top:23.9658203125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzCGOUbFXvosv53oJyHvBfGwHmdS7fqM { width:18.1875rem;height:6.29883125rem;top:16.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKU6TvDbQc0sdOp34nyI8aRkbXQdCsNl { width:20rem;height:14.9375rem;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NphJ7wpB8TwPGI5URKDpCW6hGQK5Opdn { width:19rem;height:3.5rem;top:31.1533203125rem;left:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #llJvoJGwwGmqGB8qXMZTV2b3uSEUVuIQ { display:block; }
 }@media only screen and (max-width: 763px) { #nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { display:block; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { background-color: transparent; background-image: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row > .video-iframe-container { display: none; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .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); }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK { border-width: 0; border-radius: 0; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#nEWwzCQ4ySIAe0zwFXZiIDDh0J7N0OLK > .row .container { width:20rem;height:4.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn3ectsnk9980q1HbIgsOTS831Re5SNL { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { background-color: transparent; background-image: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row > .video-iframe-container { display: none; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .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); }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { border-width: 0; border-radius: 0; }#H00n8ryoIt3mzyoUVp1c93w6hhCoeFKB > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piX11zWiKOxFaB8taAPXdzsKknDgGhyx { width:18.1875rem;height:2.0996125rem;top:0.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pnTLWfoQsAPL97FWVHMkMWAHt5dlqzGE { width:18.75rem;height:3.1484375rem;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #wIPmTK3QlGdxumZ09HA9uimDQsznBQKB { width:18.75rem;height:3.1484375rem;top:32rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w6R3VHtI3s5hbh5Tgfn3aM8MXO08QvkH { width:18.75rem;height:4.199225rem;top:18.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IN02QcL0haf0zrAFxcNMUprdOLcBiEh5 { width:18.75rem;height:4.19921875rem;top:38.2333984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r9utsaHFHFl8hUzC7trEZ66ryvQBfqXr { width:7.5rem;height:7.5rem;top:3.849609375rem;left:6.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DQM8x7wWuDZTbUray0rT5uvZRIuDRrrR { width:7.125rem;height:6.5rem;top:24.3125rem;left:6.4375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #gm8L3DyTpAMKmid6rGGPZdc1CfLQtCFi { width:7.0625rem;height:8.25rem;top:43.7333984375rem;left:6.46875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DWkChpfcZ4JmfTryqNQZDfFyxPyzhkLw { width:18.75rem;height:3.1484375rem;top:51.9833984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { background-color: transparent; background-image: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row > .video-iframe-container { display: none; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .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); }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { border-width: 0; border-radius: 0; }#tfXzmTvownRSAZ750SsR5rvz5dTPBwx2 > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUV5Sp7c9B7vV8X96dUMPrKvXN9A5V17 { width:18.125rem;height:4.19921875rem;top:1.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8U6GdP61wWnAIGs0kWMrDHGFnBcNck { width:18.75rem;height:3.1484375rem;top:14.474609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #CXXFWuOBB5PratTgbsOLih69uUeWPlih { width:18.75rem;height:3.1484375rem;top:32.724609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTpaQ0H9CbVsFSoT6awMvbiCzXtM2AJ { width:17.875rem;height:4.199225rem;top:19.025390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ryfEpLOTXVdMEmRqMqSl3qW6TbovR4ii { width:7rem;height:8.75rem;top:23.224609375rem;left:6.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Erhic0stwCmhvN7C50S6SF8cBXec96dd { width:8.125rem;height:6.9375rem;top:6.19921875rem;left:5.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #quPUASUWroxG465z3Gx8bvvbmQTlEmKN { width:19rem;height:3.5rem;top:39.2158203125rem;left:0.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oLqcrzbcTJh93dwkqkZxqAhqschRuARo { display:block; }
 }@media only screen and (max-width: 763px) { #hbEQw02ShCp4L7dpS6B2epax2fE69sqS { width:11.75rem;height:11.75rem;top:53.4658203125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3AnC5zuAd8w4T84mFJHQepUIuBbQHK { width:8.25rem;height:8.25rem;top:43.9658203125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { display:block; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { background-color: transparent; background-image: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row > .video-iframe-container { display: none; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .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); }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG { border-width: 0; border-radius: 0; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#AkltsyHNX5e487M6ULwTsIyEgwy8BOUG > .row .container { width:20rem;height:5.5625rem;background-color:#102590;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyPa5TqKdnMREuB71Xse3z7SiV1VJWzp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { background-color: transparent; background-image: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row > .video-iframe-container { display: none; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .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); }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { border-width: 0; border-radius: 0; }#O76Th6qbF4d1PzBJEpPT4esuGIfX8d8J > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBdnPyWtLKOTLeP2m0SxEr5THtL8NCDs { width:18.3125rem;height:4.199225rem;top:14.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 { width:17.6875rem;height:11.957rem;top:19.099609375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#GIzUA3Hvhv70GmMBXc7RlLViPscX7TP0 li:before{  }
 }@media only screen and (max-width: 763px) { #qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM { width:17.6875rem;height:12.8945rem;top:50.748046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;line-height:1.4;display:block; }#qv9ul2pqvnTFRkBRL8eQdghHsbWT3kTM li:before{  }
 }@media only screen and (max-width: 763px) { #U0o47rTDX1qxakxTUTxkIE7UTD2OEhDu { width:18.25rem;height:2.01171875rem;top:47.298828125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #osmnkwizN0ToufKWKmbHyUC0dKfROEXe { width:18.5625rem;height:2.0996125rem;top:80.7958984375rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 { width:17.625rem;height:8.808625rem;top:84.3955078125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;line-height:1.4;display:block; }#WMathrDNQ66KLgJ3czqFe4RQfQEMCzz1 li:before{  }
 }@media only screen and (max-width: 763px) { #HxLtqvOT87UyIJWxzWLT3PR0oBWrk74n { width:20rem;height:13.2998125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZIyBPh3ZOcLdQPOMOm5SHlvBcSOLve { width:20rem;height:13.2998125rem;top:32.935546875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8K1RSrN9RJyqA0dENWCn5VkE0mSvpW { width:20rem;height:13.25rem;top:65.8330078125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzTokuoAlcuCxPr9SVWBlSQ4NoNlMX6 { width:19rem;height:3.5rem;top:100.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHqg8MqeWtXrmcXwwLZJG94XxUDDrwe0 { display:block; }
 }@media only screen and (max-width: 763px) { #VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { display:block; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { background-color: transparent; background-image: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row > .video-iframe-container { display: none; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .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); }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 { border-width: 0; border-radius: 0; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VArIrT47d9F1bamv5OSRGkDBeRnlmb60 > .row .container { width:20rem;height:6.5rem;background-color:#102590;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bumC4epTDRCqLowXBiZdMuQzER4N8cvL { width:20rem;height:5.19921875rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 { display:block; }#aO1FmT8VIdTqyd4BgJxWx6uwEuvP2Zk5 > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia { width:17.625rem;height:7.234375rem;top:20.796875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#Z9M8ZX1EIeVEUNxtQ5Q2VCDgreVevtia li:before{  }
 }@media only screen and (max-width: 763px) { #GkXgFg9lr7L3NDbvGMvuTN8vM4sbzlVz { width:17.6875rem;height:4.548825rem;top:15.4365234375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#102590;display:block; }
 }@media only screen and (max-width: 763px) { #f9cwnwhgEyAGLRitQrTI5dQQ66IqKlfC { width:17.625rem;height:4.8984375rem;top:45.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB { width:17.0625rem;height:8.808625rem;top:51.8125rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#JIzRzkoNiXTMp8kb9DN5HM2TuEhrH4NB li:before{  }
 }@media only screen and (max-width: 763px) { #urx6424iQzraSJlO98RS44EnhSNR15Is { width:20rem;height:14rem;top:50.921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJCugkSBb4v13zCGaVL9M57hPAr6OxAb { width:20rem;height:14rem;top:30rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW2gOwP2RHyNxTWsNIKiCLnbhIlS3AW3 { width:17.75rem;height:4.8984375rem;top:77.375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 { width:18rem;height:6.921875rem;top:83.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#UHkkJdtnwl4PoiNA5oTZnL8FnsJzTTm2 li:before{  }
 }@media only screen and (max-width: 763px) { #EuWvh2XcbmEc0JDfzDhzD2DhZgMECEGF { width:20rem;height:13.4375rem;top:62.875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7CuNnUMTgyZ4MxAFwd0Q70GT9riIz3 { width:20rem;height:14rem;top:0rem;left:0rem;z-index:15013;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVzhoIGHIPC6Iz0cEhNryhL6H44gEQiM { width:19rem;height:3.5rem;top:93.5908203125rem;left:0.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #xFzw8n6iyakLtKzC83NOS1P9TAyN6ko1 { display:block; }
 }@media only screen and (max-width: 763px) { #cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { display:block; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { background-color: transparent; background-image: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row > .video-iframe-container { display: none; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .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); }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE { border-width: 0; border-radius: 0; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#cVZiT5xXEV4oH89XzJAst7cqnbIFXOEE > .row .container { width:20rem;height:6rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESzf61TWzURP1Gk8shiD54TKqZd5KKEy { width:20rem;height:4.798825rem;top:0.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dhrfNQykvFfeDP1oubFEgt9TKPotoS7h { display:block; }#dhrfNQykvFfeDP1oubFEgt9TKPotoS7h > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4T9IoybZASzpHePzEs6X5iaMUdm0EzF { width:20rem;height:13.74025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPCJUDTLczvnGRtKII1z0h1k9RXynNZ { width:17.1875rem;height:9.796875rem;top:15.0859375rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#102590;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu { width:17.4375rem;height:13.84375rem;top:26.3828125rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#102590;display:block; }#mmA0vVvyg5pJEhhBQ2oVsZw5WqgRi6Fu li:before{  }
 }@media only screen and (max-width: 763px) { #A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe { display:block; }#A2BTLrs0k5nQueeW8J6FNgAA1ICpGXVe > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtAw8ce7d0q4hEGHXV43UTasiJNEgCEl { width:20rem;height:4.798825rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VREJfnd00tCbJGBTuuOeFTlKPF4tyXJS { width:20rem;height:3.1484375rem;top:8.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #daLtg6HIVrwBGitv265NkA9JUPVEn8B4 { display:block; }#daLtg6HIVrwBGitv265NkA9JUPVEn8B4 > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1IdfBTZdfuW3bkndikpkgFtnuG8XyZu { width:12.5rem;height:3.8994125rem;top:8.3623046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEubPDQUrfLDnvsqVoFgRpqgOC3ZEv0 { width:12.5rem;height:1.29980625rem;top:13.5498046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7DKFSwJGZRZOdk9UVPQmo0LkeB2DoC { display:flex;width:5.375rem;height:5.375rem;top:2.1748046875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #RVQwGOMLfxUMenhDc1MT7XKySvbaTeOA { width:12.5rem;height:2.5996125rem;top:24.1123046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFVSc1FvxtOL5lsNhxTlXQlCRPETksB { width:12.5rem;height:2.5996125rem;top:27.8994140625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAoKRHivg3xhfNCf2ttQAdvLPn2TJUJ { display:flex;width:5.375rem;height:5.375rem;top:17.7998046875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #f8A3sq4ou7LKC4Xzh0JG55VeZyQMOL27 { width:12.5rem;height:2.5996125rem;top:40.4365234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlvz6IOS9q7hdvyCvOPheOHMOgzv7dNz { width:12.5rem;height:2.5996125rem;top:44.09765625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CIkupMvtccEfEqCV25TNCKrZe399LJ { display:flex;width:5.375rem;height:5.375rem;top:33.6240234375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #cApqmDlEzkgPT86CszbCGBdhD0hHUw9v { width:12.5rem;height:2.5996125rem;top:56.1357421875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulHTxzs8mE4t3ZeZd2ho1LUZtpLcLuX7 { width:12.5rem;height:2.5996125rem;top:59.9228515625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIXAkmLD5b6a4Z6wy3qaxUdhOozHLNPk { display:flex;width:5.375rem;height:5.375rem;top:49.8857421875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh { display:block; }#WLQV2ldmzLzNmEk5qzR1RnuqNGkLbBRh > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk  { width:17.5rem;height:auto;top:30.6875rem;left:0rem; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk {display:block;}#Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk { width:17.5rem;height:auto;top:30.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #b4C5rbRW4596OGdntyeIRawU26GMQrhv {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #Kgz3OphI0DQxqxVcJGvAgJtoqkCWKIRl { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #mgRvRQz3KU45enrUAq2IlppcI39RWgSz {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ZNm6IHQ0Xt1N23JffEqUltBMxbO1LNCp {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #EteCyXVFfZuyBSL7XJseuTGo09TaMBVT { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #F38uNGVX7m9pdUt9D9NLmguAFCHzIthI {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rTSex87BdE2Afg5lTDzUdiJs0rsTuoL7 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #rBVJ0KpKG9aLBLh3OXU2S8wlonzTU3QO { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #LHPFJhtoaDrW8MdhcNlPn6xyFbcp1TU9 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #fELAz457Ei1NozDl7Q8rUS5p97LlTz1M {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #hHfihv99dVa8DITNQw6iqo5TLlgszhrB { display:block; }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #gA1Zu75HxBJLphFJmTD1fJX6d4qoaTdV {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #E1zc7dKMvAJkEPUHheu8Ny3T1xZnRsz0 {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #uuHRAz8DOMf7VKVvFrFdqd279nWcoJcC {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #ppS4DhmGqCosTt8d44gUuD9chG3QOeiQ {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #QvpT2r5DL1oTTfEtQnyCALmTwZ5FosyL {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #pRuJGF4mWJFMMm544Dcof731xVmfJqHD {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #WPT5QCxk9dCJcuRgeN3LDxdlF3t7myEN {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #sFngKpO8zCQ7KbRMZKVidcDorRnWs6ZP {  }
 }@media only screen and (max-width: 763px) { #Gx6hrLwSXqwyMLt3FwE6Z0C1Mt6MMULk #UdILgAhlaiufKFrT09M04q2UD24Dd2sB {  }
 }@media only screen and (max-width: 763px) { #I9Tu72v5VsHut5VzDzT4Sk9t5upHEQzW { width:18.1875rem;height:23.625rem;top:5.375rem;left:0.90625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hluQrGClxMn7qR9M1E9Tkqz7dxnvSUVG { width:14.875rem;height:14.875rem;top:26.125rem;left:2.5625rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #yDHrVZMCxArK6ZubyiyvXF1HqmbqGfdT { width:12.5625rem;height:12.5625rem;top:34.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeLKhXmsWcmbPlhRS7smTJO10TiQAEQ7 { width:15.625rem;height:1.29980625rem;top:2.26171875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2qT4NVQmeqF2JBouvXAIohF3W1qP45G { display:block; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G { border-width: 0; border-radius: 0; }#W2qT4NVQmeqF2JBouvXAIohF3W1qP45G > .row .container { width:20rem;height:21.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgseMGLI0s9Sr8ccM8HassUugo88i35k { width:11.375rem;height:1.3994125rem;top:13.04980625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkxMOuTL5Tk40UANLkmeWOZx3nGp9vPg { width:20rem;height:1.04980625rem;top:7.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7o84HOVuuuknK1FtgeNGcT7CTHr1z9F { width:1.5625rem;height:1.5625rem;top:10.23730625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJQ0Tl2sVRszL9vTdXqZt9JtcX8l50n { width:7.75rem;height:5.4375rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoR5XrZaBXMnoUW29uGsc3cvr8dtqwL { width:1.5625rem;height:1.5625rem;top:15.69824375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJkFE0f5rwWxksbcWDa1IoR1p91FZUvE { width:10.9375rem;height:1.3994125rem;top:18.51074375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13671875rem;top:1.25rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:block; }
 }