.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Neue Haas Grotesk Display Pro";--paragraphs-font-family:"Neue Haas Grotesk Text Pro"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaff;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; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { background-color: transparent; background-image: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container > .video-iframe-container { display: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container { display: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .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); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { border-width: 0; border-radius: 0; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#UW28pdoQDbtX1nPvmIfT9FzPSLkcGKMQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:14.56175rem;top:10.81103515625rem;left:2.5rem;overflow:hidden;display:none; }
#MSe9X2Wn9061GnTO8zR86C3kn1nLRXZq { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:12.4365rem;top:2.40478515625rem;left:4.5rem;overflow:hidden;display:block; }
#nJW2Hw6sGwZx8urxoyTEQxMJEUhnmn9F { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.15625rem;left:61.875rem;display:block; }
#yAoCAQXRaEaDbL60TPkq6lmUoQP2KP9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJRIGVMrNBsmy972Juf6IlO9oIGay85T { color:#3d3dc8;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:34.875rem;height:0;font-style:normal;display:none; }
#ZSmxi8EcMNuXCQThgybTnbfoSOt2Vmm2 { color:#3d3dc8;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:34.875rem;height:0;font-style:normal;display:none; }
#x515RieUTSlVo0KoBMXKTqhoyMr8mNDi { color:#3d3dc8;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:34.875rem;height:0;font-style:normal;display:none; }
#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaff;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; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { background-color: transparent; background-image: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container > .video-iframe-container { display: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row > .video-iframe-container { display: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .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); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { border-width: 0; border-radius: 0; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#hONpXS5vBes0BoKpmht1v0P7iWIrJWz2 { color:#272780;display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.625rem;left:21.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVVoiPGcyh6E5TAsLPVCo5cTRt5X7frL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:6.25rem;top:34.5625rem;left:20.625rem;overflow:hidden;display:block; }
#wHSNUqbGF735QAfhBG5OSexEXaBXk74T { 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:1.375rem;width:4.125rem;top:32.625rem;left:20.625rem;overflow:hidden;display:block; }
#yaV2pwTroh7SVK8SWtRIdxrFBiUiPkGu { 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:1.375rem;width:6.0625rem;top:32.625rem;left:33.125rem;overflow:hidden;display:block; }
#OVkbSdkqR6qgBQf8qZi1Q7wm43LhnxqG { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.625rem;top:32.5625rem;left:45rem;overflow:hidden;display:block; }
#RGczIC9a4P4boVCWxhvWghFbLxSTCS8E { box-sizing:content-box;height:5.18676875rem;width:36.1865rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:19.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RvgHB4QVPJ4Jz9ZDeoxzt7TGX0HENEQs { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.5625rem;left:27.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#vCV6fII5ylOqHCugMhnQc2Ttpptl1owT { color:#414042;display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.75rem;left:25.25rem;height:1.29980625rem;font-style:normal;display:block; }
#kSNBvOAEoXNKn6LGoSuN6QDXINb3QoTx { 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:1.3125rem;width:6.25rem;top:34.5625rem;left:33.125rem;overflow:hidden;display:block; }
#n5WbHbhmukZ6c5dLA7B6DZv3MS8yGR9m { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:39.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#ssvCRwsFqIpGbu9DmQ6UHvQr7pJQQxxc { 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:1.3125rem;width:6.25rem;top:34.5rem;left:45rem;overflow:hidden;display:block; }
#xD66fluSbovXpVWgpKfsyzmhdnoCakI8 { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.5rem;left:51.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#DU9qFouSBid1PKFQ26A9p3kAhXTs9gkm { color:#272780;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.18701171875rem;left:4.49951171875rem;height:2.59765625rem;font-style:normal;display:none; }
#bCK5Oku8z1HDTzTIPWCsG4uffx9ZpVSQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#PbcVwvq3U7BbRF2sGSI1TvRgiK2at1wO { 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:1.5625rem;width:4.6875rem;top:40.1875rem;left:14.9375rem;overflow:hidden;display:none; }
#W5NJpDsLaBKMrZesz82qTK9MPDo9HaFX { color:#414042;display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.4375rem;left:20.0625rem;height:1.298825rem;font-style:normal;display:none; }
#R3aOKM2F4uNEiNHoWBagmbx98VR6o9kL { 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:2rem;width:9.5625rem;top:42rem;left:46.1875rem;overflow:hidden;display:none; }
#yrWsNw6rt7mLpCoWramwJknDchErDkuF { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42rem;left:56.4375rem;height:1.9494625rem;font-style:normal;display:none; }
#ciw3EQcX26RLPRMP72AisDHKWHOFEEoU { 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:1.5625rem;width:6.9375rem;top:40.3125rem;left:33.0625rem;overflow:hidden;display:none; }
#vMbF8brHm8xCiiFOTNHgFBJoRvt2MttK { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42rem;left:56.4375rem;height:1.9494625rem;font-style:normal;display:none; }
#naTAt3Joy0diWkQadATJgbxlxKCN9lnx { 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:2rem;width:9.5625rem;top:42rem;left:46.1875rem;overflow:hidden;display:none; }
#ryaFD7Efl5cviXUi5BKcxsnEMJQVPXlm { color:#414042;display:block;width:2.68676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42rem;left:56.4375rem;height:1.9494625rem;font-style:normal;display:none; }
#wTpJp2tWbzM7ThuXi0gXovbPnN3vcbzJ { 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:2rem;width:9.5625rem;top:42rem;left:46.1875rem;overflow:hidden;display:none; }
#elaLM2shMa3dwJgnsiHeXadNxW73iLu1 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.812rem;top:40.1875rem;left:47.6875rem;overflow:hidden;display:none; }
#Di1BsMV1nfXNDQ0UkrDGK1UDAlTqHKQl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.8125rem;left:30.9375rem;display:block; }
#HtkxPtTZG1SKJ3fAStGckeIfv6wMJ9Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIreLOUOalWNtFAtCxi6Q8R2wxxc96qS { position:absolute;display:block;z-index:15012;height:10.75rem;width:61.125rem;top:2.3125rem;left:6.9375rem;display:block; }
#QvBlIbbsUZzcvG2MkRxq50wEzTVRaitn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.5rem;left:30.9375rem;display:none; }
#pVZXyILNK2WS2R9Xcs1UTOOvlWSpBnDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE6ecT0NHS2NvMuOm1iQKAStLEv3u5XQ { background-color:#3d3dc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.234375rem;left:30.873046875rem;display:none; }
#PTU0UCJW66utinph1uWZeUHZ0uJC0XIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZKR06St7BA6MgARdNeBVT2sOTFsssbK { position:relative;display:block; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK { background-color: transparent; background-image: none; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row .container > .video-iframe-container { display: none; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row > .video-iframe-container { display: none; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .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); }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK { border-width: 0; border-radius: 0; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .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; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width: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; }#zzdRANEtFpZlmTDZdqF8bCsz1StAOWUG { color:#414042;display:block;width:70.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2rem;left:2.375rem;height:2.0996125rem;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:center;text-align-last:center;display:block; }
#sknruUqJ84cAmTa9JCPMPP6DzDWimrpG { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37463125rem;width:52.062375rem;top:6.1248779296875rem;left:11.468505859375rem;overflow:hidden;display:block; }
#OEeDmb4qXsqeuNttCSUqWsPHqTtHXH7r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:37.5rem;display:none; }
#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06f59d;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; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container { background-color: transparent; background-image: none; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container > .video-iframe-container { display: none; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row > .video-iframe-container { display: none; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .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); }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container { border-width: 0; border-radius: 0; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#WLV5rKNIdWJiOI1W1DuSIPsGXttfFPUH { color:#272780;display:block;width:58.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:8.0615272521975rem;height:3rem;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:center;text-align-last:center;display:block; }
#KSOoIDuk2XS6r1IWE8Q9Ogu6331AVbv2 { color:#272780;display:block;width:51.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.499132156372rem;left:11.560333251953rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoksrwzI46h1XLAaKdB2OSCBDyMEJvHC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:18.125rem;width:45.374875rem;top:23.366970062256rem;left:14.466690063476rem;overflow:hidden;display:block; }
#WfDlsaShaXDVI4roim0PTiR45pXdFXPq { background-color:#3d3dc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.9990234375rem;left:30.34228515625rem;display:block; }
#CHfgncqNOtTXitOVHBQhmNtFrKDWMsfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272780;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; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { background-color: transparent; background-image: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container > .video-iframe-container { display: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row > .video-iframe-container { display: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .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); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { border-width: 0; border-radius: 0; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#naxa04oTmDCABPH6rqlqOA9VNIBHtNsx { color:#ffffff;display:block;width:51.3733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:11.812744140625rem;height:3.5996125rem;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:center;text-align-last:center;display:block; }
#kgkR7yn70NRpsxrkw6zSc5egeKvPygmP { color:#ffffff;display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:14.7802734375rem;height:2.39868125rem;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:center;text-align-last:center;display:none; }
#PsZCdCWSmB81yiUVn3qOaCGyruKVug5F { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:37.5rem;display:none; }
#uASfSM1B7TKTPr0aZDtt0lFIJTLILXBR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:36.8125rem;display:none; }
#hrHfsvaD2o4JqsArp2EuImuBxhWGwTu0 { color:#ffffff;display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:14.7802734375rem;height:2.39868125rem;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:center;text-align-last:center;display:none; }
#AOQUX0VbHeJXMQiUwJ0fIM5fgOoSLEEA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:36.8125rem;display:none; }
#TavOIxTg7tT7bUqIJBtiZZ76G3QlsJCA { color:#ffffff;display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:14.7802734375rem;height:2.39868125rem;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:center;text-align-last:center;display:none; }
#AOBOE8we1AyBHVrO2KT2Esgk1hQnyi66 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:36.8125rem;display:none; }
#rpUuxo0yrNk7oGWVDCgRxG8Q2g4QqJvc { color:#ffffff;display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:14.7802734375rem;height:2.39868125rem;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:center;text-align-last:center;display:none; }
#HSFACRa78nGrtPQlBbiZLvmbzVaNAJsF { 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:18.1875rem;width:65.5625rem;top:11.422729492188rem;left:4.7174072265625rem;overflow:hidden;display:block; }
#ylfFJkZNN4NcfUlDsVCaHbdtR5vMvvyy { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.5rem;left:30.6875rem;display:block; }
#sp38IUTFw2RUluPCLdtUz5n8dkDKqRHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaff;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; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container { background-color: transparent; background-image: none; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container > .video-iframe-container { display: none; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row > .video-iframe-container { display: none; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .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); }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container { border-width: 0; border-radius: 0; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#tpw44IQ6zks9JJIJMbcJXJzeu3q45UUv { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:12.6875rem;left:0rem;display:block; }
#bl2aX2DpqmTy8y0LZv6zVxH4cmTsHOMw { color:#272780;display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.9375rem;left:5.9375rem;height:3.5996125rem;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:center;text-align-last:center;display:block; }
#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 { 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; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container { background-color: transparent; background-image: none; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container > .video-iframe-container { display: none; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row > .video-iframe-container { display: none; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .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); }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container { border-width: 0; border-radius: 0; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#IdQXSiPgEWkz3SbdHM13LvIldUSrdqv2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:21.9375rem;top:11.875rem;left:14.875rem;overflow:hidden;display:block; }
#wvkFizQLDIrKxOJi23gm2QtPJtqpFao4 { color:#414042;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:25.25rem;left:16.125rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#p3ReIOAgT6nSKspTKvrmRwvCVT2TkiPT { color:#414042;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8125rem;left:16.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FLTyvOwB0wPQ15HWiy2tMWg9IFUlwoIl { position:absolute;display:block;z-index:15003;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:20rem;width:21.875rem;top:11.875rem;left:38.3125rem;overflow:hidden;display:block; }
#NfZThTpnhgVQ1aCDh6OeZT5DWLyzObAC { color:#414042;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:25.1875rem;left:39.5625rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#Zy3IPJ9TCay8mTeLuTwp9d693vf7R4AH { color:#414042;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:39.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5c5267a66hMbDPEFRAI8gxeOzCvQQK3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:21.875rem;top:33.5rem;left:14.875rem;overflow:hidden;display:block; }
#uRetkgdvPFezgBD9ydNIbTI1wiTrSxth { color:#414042;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:46.8125rem;left:16.125rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#JK2RC632wRz07mtQBMtNA2FTDm7Ov4Ev { color:#414042;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:49.375rem;left:16.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uiaTdDbf17IpDW6eKoXCWOQV9Toga3zJ { 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:20rem;width:21.875rem;top:33.5rem;left:38.3125rem;overflow:hidden;display:block; }
#ot8Fd7yyiUizpnUClJhrDXMHZIFNAfrT { color:#414042;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:46.8125rem;left:39.5625rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#ppTdHeSCW5FfUsXEX86cRRTxfb5nuzRi { color:#414042;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:49.375rem;left:39.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xv2KS1QVsTD10GEdB7l7rvricBiUNUX5 { color:#272780;display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:5.87158203125rem;height:3.5996125rem;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:center;text-align-last:center;display:block; }
#Xf5TQVZQnasbRE9pURwFn7UePVTE7aTT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.75rem;left:30.6875rem;display:block; }
#nEvhM0S9phQsn4vBOM6T0rsQ9E68hySE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eG5g0xKic7Mb915PpueHwTrBk0329QOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272780;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; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { background-color: transparent; background-image: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container > .video-iframe-container { display: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row > .video-iframe-container { display: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .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); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { border-width: 0; border-radius: 0; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#qgGt2VNGDOhTGRLKbn1rp6s4Gq9m03Xz { position:absolute;display:block;z-index:15005;height:37.5rem;width:75rem;top:14.56201171875rem;left:0rem;display:none; }
#v8F0u2Ur3lzdFc7uvo9JxSwGZqeGiAcK { color:#ffffff;display:block;width:51.3728125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5rem;left:11.813232421875rem;height:;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:center;text-align-last:center;display:block; }
#oxZIppWflwQEQimSrmHHVt4k4X8enTHK { position:absolute;display:block;z-index:15008;height:20.625rem;width:75rem;top:10.90625rem;left:0rem;display:block; }
#XNFnIXKzyrASdSSkyDKWTOb4GbtzkGTB { 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:9.0625rem;width:9rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
#F50rRQNTDWWvC5PbMi3cdWHOBEucGPXE { position:absolute;display:block;z-index:15010;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.625rem;width:9rem;top:1.25rem;left:11.81298828125rem;overflow:hidden;display:none; }
#CZ5ALtCMegEpAJH0WqtxubhGxRHmVqvB { position:absolute;display:block;z-index:15011;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.875rem;width:9rem;top:1.25rem;left:22.87548828125rem;overflow:hidden;display:none; }
#XoEwJ79TcwU7TcgnCutwxNSXpde6MRUD { position:absolute;display:block;z-index:15012;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.875rem;width:7.875rem;top:1.84375rem;left:33rem;overflow:hidden;display:none; }
#XgBHoAMnmJiCNAXAOKZeTNwht0mRklXN { box-sizing:content-box;height:22.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #272780, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #272780, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #272780, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #272780, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272780', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272780', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #272780, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:0rem;display:block; }
#d0TUE5Z3lOLrXLkmuoEQo2J7QRJTgq1X { box-sizing:content-box;height:22.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #272780);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #272780);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #272780);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #272780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#272780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#272780' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #272780);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:73.4375rem;display:block; }
#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaff;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; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container { background-color: transparent; background-image: none; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container > .video-iframe-container { display: none; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row > .video-iframe-container { display: none; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .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); }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container { border-width: 0; border-radius: 0; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#EmUSI0N1VIqOeh3uSbCllWUiaAA3ikXH { color:#272780;display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.25rem;left:1rem;height:3.5996125rem;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:center;text-align-last:center;display:block; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #e0e0e9;border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid #0b2e57;vertical-align:top; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#3d3dc8;height:auto;font-style:normal;line-height:2;overflow:hidden; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#3d3dc8; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-trigger.adaptive-delivery-prevent-bg, #BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-trigger.lazyload, #BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-trigger.lazyloading { background-image: none; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST { box-sizing:content-box;height:auto;width:74rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15073;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.099609375rem;left:0.5rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PfzH6CG03xrzGdNEDDH5NzrTP2mgBn16 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #O9I8CHva1O8meM8EMyJUvUgc4Al7DQ3b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #g10kQUky64wq6PyRmsAF9ETtt51H3s9M { display:block;position:relative; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #rR0s4uBGvLk47lUh3rocSVNKknTUhVN7 {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #y7tBEr1ozFoOriAIOEPWWT7NugR1xz7T {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wMTLEK0BWDLtX0iv6nWxThB9K4adUkBg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #kpBHE43JErP0cR9dqkVreXLqJNrmulfH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #LsvMGCNPnfC7OJob0pn3e3uctM3e8b5T { display:block;position:relative; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Pf7F7QvHzHRZVzFMTQUFw9VgoG0RGBcT {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Qu6d1UUsr8NTpRIq1OMv8QTfEFZF6x1v { display:none; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #ITN6aUvFQOREooTpZJic1RmiIHVs4qNR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #bAc9XOwmCTTAi0TWafpigxUMhK4HPQEO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #UPiI08azINXU2nOOUlFcN16eObP20PVV { display:block;position:relative; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #lg5BS0WIFsFCG1diFl7IoHy0nFIsCTOG {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Z39qmnThNQgLzH3uI9kTFzWzg4Av2yn3 { display:none; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uvTkI7ZGFNZl5XS0JTDHDsNGbUfWMPqe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #tPsQVWPuqU3oM8lGFdzBAmacsyS93k7P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #pCMiPzeh3qWT13u5iW3Ou9BmbR5ZQoTx { display:block;position:relative; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #t63d0wtVww64PNbfbHR4typhrzGuKTQJ {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wE2M8AO8Q1cJR2vrLK56euRpX2QxvZS3 { display:none; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #C1Ie11Trwz95DZ9SxSm0UuNMkOKNJ7Sx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #NgongPpbbXx1KmHxrJl8EmaC0T5NO2aI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PCDGraLi7esxRp3iFUHnCVATnQG8F8ok { display:block;position:relative; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uFrfKzrz88mTDgMZAlrn6rze0Zhiv2SD {  }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST #gIzDp5W6i9MSn96sTzEA6LLQEBTPph6S { display:none; }
#kEFWzMS8ZlbKmzMlKicEyiHrtebylSbn { color:#272780;display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5rem;left:5.87158203125rem;height:3.5996125rem;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:center;text-align-last:center;display:none; }
#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06f59d;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; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container { background-color: transparent; background-image: none; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container > .video-iframe-container { display: none; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row > .video-iframe-container { display: none; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .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); }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container { border-width: 0; border-radius: 0; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#OoGQ9AC0LJuutAQ9gqi8M3qFrZIlhDcG { color:#414042;display:block;width:35.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:57.105712890625rem;left:19.625244140625rem;height:6.2988125rem;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:center;text-align-last:center;display:none; }
#Pg9Q1GxNewhk3uHWTHGcoN41zzAVbs7C { color:#272780;display:block;width:54.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5rem;left:10.1240234375rem;height:7.1996875rem;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:center;text-align-last:center;display:block; }
#TRNvHhtJMV6wlkwIQ5igtdcV0h44ATPd { background-color:#3d3dc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.94921875rem;left:30.6875rem;display:block; }
#owvInOKLrEyqdypNO8y4Dq1r709Vqx3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dthPFcco5tnJtzKsJI90L83NOehUPvwh { position:relative;display:block; } #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection *:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="text"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="email"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="tel"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection textarea:focus-visible { outline: none; } #dthPFcco5tnJtzKsJI90L83NOehUPvwh > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF { display:none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UW28pdoQDbtX1nPvmIfT9FzPSLkcGKMQ { top:10.75rem;left:0rem;width:14.5rem;height:3.0487910408681rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSe9X2Wn9061GnTO8zR86C3kn1nLRXZq { top:2.375rem;left:0rem;width:12.375rem;height:2.6115339675552rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJW2Hw6sGwZx8urxoyTEQxMJEUhnmn9F { width:13.125rem;height:3.125rem;top:2.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAoCAQXRaEaDbL60TPkq6lmUoQP2KP9k { display:block; }
 }@media only screen and (max-width: 763px) { #HJRIGVMrNBsmy972Juf6IlO9oIGay85T { top:1.4375rem;left:21.25rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSmxi8EcMNuXCQThgybTnbfoSOt2Vmm2 { top:3.0625rem;left:21.25rem;width:9.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x515RieUTSlVo0KoBMXKTqhoyMr8mNDi { top:4.75rem;left:21.25rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHv1bcTT1veaTTckipvt5r7hRwrPaG5H { display:block; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hONpXS5vBes0BoKpmht1v0P7iWIrJWz2 { top:20.625rem;left:8.1875rem;width:31.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVoiPGcyh6E5TAsLPVCo5cTRt5X7frL { top:34.5625rem;left:7rem;width:6.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHSNUqbGF735QAfhBG5OSexEXaBXk74T { top:32.625rem;left:7rem;width:4.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaV2pwTroh7SVK8SWtRIdxrFBiUiPkGu { top:32.625rem;left:19.5rem;width:6.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVkbSdkqR6qgBQf8qZi1Q7wm43LhnxqG { top:32.5625rem;left:31.375rem;width:8.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGczIC9a4P4boVCWxhvWghFbLxSTCS8E { top:31.625rem;left:5.8125rem;width:36.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvgHB4QVPJ4Jz9ZDeoxzt7TGX0HENEQs { top:34.5625rem;left:13.8125rem;width:2.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCV6fII5ylOqHCugMhnQc2Ttpptl1owT { top:32.75rem;left:11.625rem;width:4.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSNBvOAEoXNKn6LGoSuN6QDXINb3QoTx { top:34.5625rem;left:19.5rem;width:6.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5WbHbhmukZ6c5dLA7B6DZv3MS8yGR9m { top:34.5rem;left:26.3125rem;width:2.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssvCRwsFqIpGbu9DmQ6UHvQr7pJQQxxc { top:34.5rem;left:31.375rem;width:6.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD66fluSbovXpVWgpKfsyzmhdnoCakI8 { top:34.5rem;left:38.1875rem;width:2.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU9qFouSBid1PKFQ26A9p3kAhXTs9gkm { top:24rem;left:0rem;width:14.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCK5Oku8z1HDTzTIPWCsG4uffx9ZpVSQ { display:none; }
 }@media only screen and (max-width: 763px) { #PbcVwvq3U7BbRF2sGSI1TvRgiK2at1wO { top:40.1875rem;left:1.3125rem;width:4.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5NJpDsLaBKMrZesz82qTK9MPDo9HaFX { top:40.4375rem;left:6.4375rem;width:4.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3aOKM2F4uNEiNHoWBagmbx98VR6o9kL { top:42rem;left:32.5625rem;width:9.5rem;height:1.9865996025832rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrWsNw6rt7mLpCoWramwJknDchErDkuF { top:42rem;left:42.8125rem;width:2.625rem;height:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciw3EQcX26RLPRMP72AisDHKWHOFEEoU { top:40.3125rem;left:19.4375rem;width:6.875rem;height:1.5484792244766rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMbF8brHm8xCiiFOTNHgFBJoRvt2MttK { top:42rem;left:42.8125rem;width:2.625rem;height:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #naTAt3Joy0diWkQadATJgbxlxKCN9lnx { top:42rem;left:32.5625rem;width:9.5rem;height:1.9865996025832rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryaFD7Efl5cviXUi5BKcxsnEMJQVPXlm { top:42rem;left:42.8125rem;width:2.625rem;height:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTpJp2tWbzM7ThuXi0gXovbPnN3vcbzJ { top:42rem;left:32.5625rem;width:9.5rem;height:1.9865996025832rem;display:none; }
 }@media only screen and (max-width: 763px) { #elaLM2shMa3dwJgnsiHeXadNxW73iLu1 { top:40.1875rem;left:34.0625rem;width:9.75rem;height:1.5526268854464rem;display:none; }
 }@media only screen and (max-width: 763px) { #Di1BsMV1nfXNDQ0UkrDGK1UDAlTqHKQl { width:13.125rem;height:4.0625rem;top:25.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtkxPtTZG1SKJ3fAStGckeIfv6wMJ9Od { display:block; }
 }@media only screen and (max-width: 763px) { #JIreLOUOalWNtFAtCxi6Q8R2wxxc96qS { top:2.3125rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBlIbbsUZzcvG2MkRxq50wEzTVRaitn { width:13.125rem;height:3.125rem;top:26.5rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVZXyILNK2WS2R9Xcs1UTOOvlWSpBnDT { display:block; }
 }@media only screen and (max-width: 763px) { #bE6ecT0NHS2NvMuOm1iQKAStLEv3u5XQ { width:13.125rem;height:3.125rem;top:31.1875rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTU0UCJW66utinph1uWZeUHZ0uJC0XIC { display:block; }
 }@media only screen and (max-width: 763px) { #mZKR06St7BA6MgARdNeBVT2sOTFsssbK { display:block; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzdRANEtFpZlmTDZdqF8bCsz1StAOWUG { top:2rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknruUqJ84cAmTa9JCPMPP6DzDWimrpG { top:6.0625rem;left:0rem;width:47.75rem;height:3.0951074012183rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEeDmb4qXsqeuNttCSUqWsPHqTtHXH7r { width:37.5rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc { display:block; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLV5rKNIdWJiOI1W1DuSIPsGXttfFPUH { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSOoIDuk2XS6r1IWE8Q9Ogu6331AVbv2 { top:10.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoksrwzI46h1XLAaKdB2OSCBDyMEJvHC { top:23.3125rem;left:0rem;width:45.3125rem;height:18.100084297753rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfDlsaShaXDVI4roim0PTiR45pXdFXPq { width:13.625rem;height:3.5rem;top:16.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfgncqNOtTXitOVHBQhmNtFrKDWMsfm { display:block; }
 }@media only screen and (max-width: 763px) { #OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu { display:block; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naxa04oTmDCABPH6rqlqOA9VNIBHtNsx { top:5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgkR7yn70NRpsxrkw6zSc5egeKvPygmP { top:17.375rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsZCdCWSmB81yiUVn3qOaCGyruKVug5F { width:37.5rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uASfSM1B7TKTPr0aZDtt0lFIJTLILXBR { width:36.8125rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrHfsvaD2o4JqsArp2EuImuBxhWGwTu0 { top:27.5rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOQUX0VbHeJXMQiUwJ0fIM5fgOoSLEEA { width:36.8125rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TavOIxTg7tT7bUqIJBtiZZ76G3QlsJCA { top:38.6875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOBOE8we1AyBHVrO2KT2Esgk1hQnyi66 { width:36.8125rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpUuxo0yrNk7oGWVDCgRxG8Q2g4QqJvc { top:50.1875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSFACRa78nGrtPQlBbiZLvmbzVaNAJsF { top:11.375rem;left:0rem;width:47.75rem;height:13.246186844614rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfFJkZNN4NcfUlDsVCaHbdtR5vMvvyy { width:13.625rem;height:3.5rem;top:32.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp38IUTFw2RUluPCLdtUz5n8dkDKqRHT { display:block; }
 }@media only screen and (max-width: 763px) { #wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC { display:block; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpw44IQ6zks9JJIJMbcJXJzeu3q45UUv { top:12.6875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2aX2DpqmTy8y0LZv6zVxH4cmTsHOMw { top:5.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 { display:block; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdQXSiPgEWkz3SbdHM13LvIldUSrdqv2 { top:11.875rem;left:1.25rem;width:21.9375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkFizQLDIrKxOJi23gm2QtPJtqpFao4 { top:25.25rem;left:2.5rem;width:17rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ReIOAgT6nSKspTKvrmRwvCVT2TkiPT { top:27.8125rem;left:2.5rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTyvOwB0wPQ15HWiy2tMWg9IFUlwoIl { top:11.875rem;left:24.6875rem;width:21.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfZThTpnhgVQ1aCDh6OeZT5DWLyzObAC { top:25.1875rem;left:25.9375rem;width:17rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy3IPJ9TCay8mTeLuTwp9d693vf7R4AH { top:27.75rem;left:25.9375rem;width:17.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5c5267a66hMbDPEFRAI8gxeOzCvQQK3 { top:33.5rem;left:1.25rem;width:21.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRetkgdvPFezgBD9ydNIbTI1wiTrSxth { top:46.8125rem;left:2.5rem;width:17rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2RC632wRz07mtQBMtNA2FTDm7Ov4Ev { top:49.375rem;left:2.5rem;width:17.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiaTdDbf17IpDW6eKoXCWOQV9Toga3zJ { top:33.5rem;left:24.6875rem;width:21.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot8Fd7yyiUizpnUClJhrDXMHZIFNAfrT { top:46.8125rem;left:25.9375rem;width:17rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTdHeSCW5FfUsXEX86cRRTxfb5nuzRi { top:49.375rem;left:25.9375rem;width:17.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2KS1QVsTD10GEdB7l7rvricBiUNUX5 { top:5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5TQVZQnasbRE9pURwFn7UePVTE7aTT { width:13.625rem;height:3.5rem;top:56.75rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEvhM0S9phQsn4vBOM6T0rsQ9E68hySE { display:block; }
 }@media only screen and (max-width: 763px) { #eG5g0xKic7Mb915PpueHwTrBk0329QOv { display:block; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgGt2VNGDOhTGRLKbn1rp6s4Gq9m03Xz { top:14.5rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8F0u2Ur3lzdFc7uvo9JxSwGZqeGiAcK { top:5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZIppWflwQEQimSrmHHVt4k4X8enTHK { top:10.875rem;left:0rem;width:47.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNFnIXKzyrASdSSkyDKWTOb4GbtzkGTB { top:1.25rem;left:0rem;width:9rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50rRQNTDWWvC5PbMi3cdWHOBEucGPXE { top:1.25rem;left:6.875rem;width:9rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5ALtCMegEpAJH0WqtxubhGxRHmVqvB { top:1.25rem;left:6.875rem;width:9rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoEwJ79TcwU7TcgnCutwxNSXpde6MRUD { top:1.8125rem;left:19.3125rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgBHoAMnmJiCNAXAOKZeTNwht0mRklXN { top:9.9375rem;left:0rem;width:1.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TUE5Z3lOLrXLkmuoEQo2J7QRJTgq1X { top:9.9375rem;left:46.0625rem;width:1.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE { display:block; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmUSI0N1VIqOeh3uSbCllWUiaAA3ikXH { top:6.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST { display:flex;height:auto;width:27.8125rem;top:2.875rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PfzH6CG03xrzGdNEDDH5NzrTP2mgBn16 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #O9I8CHva1O8meM8EMyJUvUgc4Al7DQ3b {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #g10kQUky64wq6PyRmsAF9ETtt51H3s9M {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #rR0s4uBGvLk47lUh3rocSVNKknTUhVN7 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #y7tBEr1ozFoOriAIOEPWWT7NugR1xz7T {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wMTLEK0BWDLtX0iv6nWxThB9K4adUkBg {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #kpBHE43JErP0cR9dqkVreXLqJNrmulfH {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #LsvMGCNPnfC7OJob0pn3e3uctM3e8b5T {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Pf7F7QvHzHRZVzFMTQUFw9VgoG0RGBcT {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Qu6d1UUsr8NTpRIq1OMv8QTfEFZF6x1v {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #ITN6aUvFQOREooTpZJic1RmiIHVs4qNR {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #bAc9XOwmCTTAi0TWafpigxUMhK4HPQEO {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #UPiI08azINXU2nOOUlFcN16eObP20PVV {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #lg5BS0WIFsFCG1diFl7IoHy0nFIsCTOG {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Z39qmnThNQgLzH3uI9kTFzWzg4Av2yn3 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uvTkI7ZGFNZl5XS0JTDHDsNGbUfWMPqe {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #tPsQVWPuqU3oM8lGFdzBAmacsyS93k7P {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #pCMiPzeh3qWT13u5iW3Ou9BmbR5ZQoTx {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #t63d0wtVww64PNbfbHR4typhrzGuKTQJ {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wE2M8AO8Q1cJR2vrLK56euRpX2QxvZS3 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #C1Ie11Trwz95DZ9SxSm0UuNMkOKNJ7Sx {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #NgongPpbbXx1KmHxrJl8EmaC0T5NO2aI {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PCDGraLi7esxRp3iFUHnCVATnQG8F8ok {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uFrfKzrz88mTDgMZAlrn6rze0Zhiv2SD {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #gIzDp5W6i9MSn96sTzEA6LLQEBTPph6S {  }
 }@media only screen and (max-width: 763px) { #kEFWzMS8ZlbKmzMlKicEyiHrtebylSbn { top:5.125rem;left:0rem;width:20rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK { display:block; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoGQ9AC0LJuutAQ9gqi8M3qFrZIlhDcG { top:6.4375rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pg9Q1GxNewhk3uHWTHGcoN41zzAVbs7C { top:3.5rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNvHhtJMV6wlkwIQ5igtdcV0h44ATPd { width:13.625rem;height:3.5rem;top:12.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owvInOKLrEyqdypNO8y4Dq1r709Vqx3q { display:block; }
 }@media only screen and (max-width: 763px) { #dthPFcco5tnJtzKsJI90L83NOehUPvwh { display:block; } #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection *:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="text"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="email"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="tel"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection textarea:focus-visible { outline: none; } #dthPFcco5tnJtzKsJI90L83NOehUPvwh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF { background-color:#fafaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { background-color: transparent; background-image: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container > .video-iframe-container { display: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container { display: none; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .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); }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { border-width: 0; border-radius: 0; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZqADtLmD8WTnTdHHTxmbKy2m6gpKAgF > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW28pdoQDbtX1nPvmIfT9FzPSLkcGKMQ { width:10.6875rem;height:2.25rem;top:1.1865234375rem;left:4.654541015625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MSe9X2Wn9061GnTO8zR86C3kn1nLRXZq { width:12.375rem;height:2.6115339675552rem;top:2.375rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJW2Hw6sGwZx8urxoyTEQxMJEUhnmn9F { width:13.125rem;height:3.125rem;top:12.3290984375rem;left:3.4375rem;color:#3434aa;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yAoCAQXRaEaDbL60TPkq6lmUoQP2KP9k { display:block; }
 }@media only screen and (max-width: 763px) { #HJRIGVMrNBsmy972Juf6IlO9oIGay85T { width:11.12425rem;height:1.2994375rem;top:4.75rem;left:4.4375rem;font-size:1rem;color:#3d3dc8;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZSmxi8EcMNuXCQThgybTnbfoSOt2Vmm2 { width:9.5605625rem;height:1.2994375rem;top:6.5625rem;left:5.1875rem;font-size:1rem;color:#3d3dc8;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x515RieUTSlVo0KoBMXKTqhoyMr8mNDi { width:10.3125rem;height:1.2994375rem;top:8.125rem;left:4.875rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QHv1bcTT1veaTTckipvt5r7hRwrPaG5H { background-color:#fafaff;background-image:none;display:block; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { background-color: transparent; background-image: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container > .video-iframe-container { display: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row > .video-iframe-container { display: none; }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .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); }#QHv1bcTT1veaTTckipvt5r7hRwrPaG5H > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hONpXS5vBes0BoKpmht1v0P7iWIrJWz2 { width:20rem;height:0;top:35.99853515625rem;left:0rem;font-size:1rem;color:#3434aa;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TVVoiPGcyh6E5TAsLPVCo5cTRt5X7frL { width:9.5rem;height:1.9865996025832rem;top:55.125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHSNUqbGF735QAfhBG5OSexEXaBXk74T { width:4.6875rem;height:1.5625rem;top:53.3125rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaV2pwTroh7SVK8SWtRIdxrFBiUiPkGu { width:6.875rem;height:1.5484792244766rem;top:53.4375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVkbSdkqR6qgBQf8qZi1Q7wm43LhnxqG { width:9.75rem;height:1.5528148152867rem;top:53.3125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGczIC9a4P4boVCWxhvWghFbLxSTCS8E { width:20rem;height:10rem;top:50.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvgHB4QVPJ4Jz9ZDeoxzt7TGX0HENEQs { width:2.6245125rem;height:0;top:55.1875rem;left:17.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCV6fII5ylOqHCugMhnQc2Ttpptl1owT { width:4.4995125rem;height:0;top:53.5625rem;left:15.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSNBvOAEoXNKn6LGoSuN6QDXINb3QoTx { width:6.25rem;height:1.3125rem;top:34.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5WbHbhmukZ6c5dLA7B6DZv3MS8yGR9m { width:2.625rem;height:auto;top:34.5rem;left:8.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssvCRwsFqIpGbu9DmQ6UHvQr7pJQQxxc { width:6.25rem;height:1.3125rem;top:34.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xD66fluSbovXpVWgpKfsyzmhdnoCakI8 { width:2.625rem;height:auto;top:34.5rem;left:8.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU9qFouSBid1PKFQ26A9p3kAhXTs9gkm { width:17.5625rem;height:3.8994125rem;top:9.8125rem;left:1.21875rem;font-size:1rem;color:#3434aa;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bCK5Oku8z1HDTzTIPWCsG4uffx9ZpVSQ { top:19.625rem;left:2.5rem;width:15rem;height:18.874rem;z-index:15012;background-color:transparent;background-image:none;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcVwvq3U7BbRF2sGSI1TvRgiK2at1wO { width:4.6875rem;height:1.5625rem;top:21.6875rem;left:5.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #W5NJpDsLaBKMrZesz82qTK9MPDo9HaFX { width:4.4995125rem;height:1.29980625rem;top:21.8125rem;left:10.875rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #R3aOKM2F4uNEiNHoWBagmbx98VR6o9kL { width:7.375rem;height:1.4375rem;top:23.3125rem;left:5.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yrWsNw6rt7mLpCoWramwJknDchErDkuF { width:2.6245125rem;height:1.625rem;top:23.25rem;left:13rem;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ciw3EQcX26RLPRMP72AisDHKWHOFEEoU { width:6.875rem;height:1.54663125rem;top:27.3125rem;left:7.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vMbF8brHm8xCiiFOTNHgFBJoRvt2MttK { width:2.6245125rem;height:1.625rem;top:29.125rem;left:13.0625rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #naTAt3Joy0diWkQadATJgbxlxKCN9lnx { width:7.4375rem;height:1.4375rem;top:29.125rem;left:5.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ryaFD7Efl5cviXUi5BKcxsnEMJQVPXlm { width:2.6245125rem;height:1.625rem;top:34.5625rem;left:13.0625rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wTpJp2tWbzM7ThuXi0gXovbPnN3vcbzJ { width:7.1228125rem;height:1.499025rem;top:34.625rem;left:5.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #elaLM2shMa3dwJgnsiHeXadNxW73iLu1 { width:9.7485625rem;height:1.5527375rem;top:32.75rem;left:5.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Di1BsMV1nfXNDQ0UkrDGK1UDAlTqHKQl { width:13.125rem;height:4.0625rem;top:25.8125rem;left:3.4375rem;color:#3434aa;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HtkxPtTZG1SKJ3fAStGckeIfv6wMJ9Od { display:block; }
 }@media only screen and (max-width: 763px) { #JIreLOUOalWNtFAtCxi6Q8R2wxxc96qS { width:20rem;height:21.75rem;top:0.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QvBlIbbsUZzcvG2MkRxq50wEzTVRaitn { width:13.125rem;height:3.125rem;top:22.375rem;left:9.375rem;color:#3434aa;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #pVZXyILNK2WS2R9Xcs1UTOOvlWSpBnDT { display:block; }
 }@media only screen and (max-width: 763px) { #bE6ecT0NHS2NvMuOm1iQKAStLEv3u5XQ { width:13.5rem;height:3.3125rem;top:15.125rem;left:3.25rem;color:#ffffff;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTU0UCJW66utinph1uWZeUHZ0uJC0XIC { display:block; }
 }@media only screen and (max-width: 763px) { #mZKR06St7BA6MgARdNeBVT2sOTFsssbK { display:block; }#mZKR06St7BA6MgARdNeBVT2sOTFsssbK > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzdRANEtFpZlmTDZdqF8bCsz1StAOWUG { width:16.687rem;height:2.3994125rem;top:3.56201171875rem;left:1.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknruUqJ84cAmTa9JCPMPP6DzDWimrpG { width:20rem;height:1.38305625rem;top:6.97021484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEeDmb4qXsqeuNttCSUqWsPHqTtHXH7r { top:7.545166015625rem;left:0.52978515625rem;width:18.93675rem;height:5.7495125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc { display:block; }#NOfpfrBDZ9fgyBI6kdFCT5gef0A6N5Wc > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLV5rKNIdWJiOI1W1DuSIPsGXttfFPUH { width:20rem;height:4.79980625rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSOoIDuk2XS6r1IWE8Q9Ogu6331AVbv2 { width:19.3115rem;height:3.59911875rem;top:8.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoksrwzI46h1XLAaKdB2OSCBDyMEJvHC { width:15.2495625rem;height:6.18706875rem;top:14.284940242767rem;left:2.3741321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfDlsaShaXDVI4roim0PTiR45pXdFXPq { width:13.5rem;height:3.3125rem;top:22.78466796875rem;left:3.25rem;color:#ffffff;background-color:#3434aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CHfgncqNOtTXitOVHBQhmNtFrKDWMsfm { display:block; }
 }@media only screen and (max-width: 763px) { #OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu { background-color:#272780;background-image:none;display:block; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { background-color: transparent; background-image: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container > .video-iframe-container { display: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row > .video-iframe-container { display: none; }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .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); }#OtFq0S63qm4CiZz95DGHyT1z3IDuHyfu > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naxa04oTmDCABPH6rqlqOA9VNIBHtNsx { width:15.499rem;height:7.1996875rem;top:2.4990234375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgkR7yn70NRpsxrkw6zSc5egeKvPygmP { width:20rem;height:1.5rem;top:12rem;left:0rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PsZCdCWSmB81yiUVn3qOaCGyruKVug5F { top:14.125rem;left:0rem;width:20rem;height:3.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uASfSM1B7TKTPr0aZDtt0lFIJTLILXBR { top:23.25rem;left:0rem;width:19.5625rem;height:3.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hrHfsvaD2o4JqsArp2EuImuBxhWGwTu0 { width:20rem;height:1.5rem;top:21.25rem;left:0rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #AOQUX0VbHeJXMQiUwJ0fIM5fgOoSLEEA { top:32.4375rem;left:0rem;width:19.5625rem;height:3.5625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TavOIxTg7tT7bUqIJBtiZZ76G3QlsJCA { width:20rem;height:1.5rem;top:30.375rem;left:0rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AOBOE8we1AyBHVrO2KT2Esgk1hQnyi66 { top:41.375rem;left:0rem;width:19.5625rem;height:3.5625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rpUuxo0yrNk7oGWVDCgRxG8Q2g4QqJvc { width:20rem;height:1.5rem;top:39.3125rem;left:0rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HSFACRa78nGrtPQlBbiZLvmbzVaNAJsF { width:20rem;height:5.5481177132289rem;top:51.561890039062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylfFJkZNN4NcfUlDsVCaHbdtR5vMvvyy { width:13.5rem;height:3.5rem;top:48.3125rem;left:3.25rem;color:#ffffff;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sp38IUTFw2RUluPCLdtUz5n8dkDKqRHT { display:block; }
 }@media only screen and (max-width: 763px) { #wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC { display:block; }#wQDz3h5mJycivVLVO5SPOcTXIUU9zQiC > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpw44IQ6zks9JJIJMbcJXJzeu3q45UUv { width:20rem;height:53.1875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2aX2DpqmTy8y0LZv6zVxH4cmTsHOMw { width:20rem;height:2.3999rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 { display:block; }#Nex5u1hfq7Kh5ZoMQRAC3ntTaB2bsvN1 > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdQXSiPgEWkz3SbdHM13LvIldUSrdqv2 { width:18.625rem;height:17rem;top:11.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkFizQLDIrKxOJi23gm2QtPJtqpFao4 { width:16.9360625rem;height:1.80013125rem;top:24rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3ReIOAgT6nSKspTKvrmRwvCVT2TkiPT { width:13.4375rem;height:0;top:28.38013125rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLTyvOwB0wPQ15HWiy2tMWg9IFUlwoIl { width:18.625rem;height:17rem;top:29.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfZThTpnhgVQ1aCDh6OeZT5DWLyzObAC { width:16.9360625rem;height:1.80013125rem;top:43.375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zy3IPJ9TCay8mTeLuTwp9d693vf7R4AH { width:17.5rem;height:0;top:48.1027875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5c5267a66hMbDPEFRAI8gxeOzCvQQK3 { width:18.625rem;height:17rem;top:48.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRetkgdvPFezgBD9ydNIbTI1wiTrSxth { width:16.9360625rem;height:1.80013125rem;top:60.9375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK2RC632wRz07mtQBMtNA2FTDm7Ov4Ev { width:17.5rem;height:0;top:67.82544375rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiaTdDbf17IpDW6eKoXCWOQV9Toga3zJ { width:18.625rem;height:17rem;top:66.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot8Fd7yyiUizpnUClJhrDXMHZIFNAfrT { width:16.9360625rem;height:1.80013125rem;top:80rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppTdHeSCW5FfUsXEX86cRRTxfb5nuzRi { width:17.5rem;height:0;top:87.5481rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xv2KS1QVsTD10GEdB7l7rvricBiUNUX5 { width:20rem;height:4.79980625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5TQVZQnasbRE9pURwFn7UePVTE7aTT { width:13.5rem;height:3.3125rem;top:87.0625rem;left:3.25rem;color:#ffffff;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -moz-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -ms-linear-gradient(90deg, #06f59d, #3d3dc8);background-image: -o-linear-gradient(90deg, #06f59d, #3d3dc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f59d', endColorstr='#3d3dc8' );";background-image: linear-gradient(90deg, #06f59d, #3d3dc8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nEvhM0S9phQsn4vBOM6T0rsQ9E68hySE { display:block; }
 }@media only screen and (max-width: 763px) { #eG5g0xKic7Mb915PpueHwTrBk0329QOv { background-color:#272780;background-image:none;display:block; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { background-color: transparent; background-image: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container > .video-iframe-container { display: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row > .video-iframe-container { display: none; }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .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); }#eG5g0xKic7Mb915PpueHwTrBk0329QOv > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgGt2VNGDOhTGRLKbn1rp6s4Gq9m03Xz { width:20rem;height:21.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8F0u2Ur3lzdFc7uvo9JxSwGZqeGiAcK { width:20rem;height:4.79980625rem;top:2.811954498291rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZIppWflwQEQimSrmHHVt4k4X8enTHK { width:20rem;height:18.75rem;top:10.173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNFnIXKzyrASdSSkyDKWTOb4GbtzkGTB { width:9rem;height:9.0625rem;top:27.8613296875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F50rRQNTDWWvC5PbMi3cdWHOBEucGPXE { width:9rem;height:8.625rem;top:17.9863296875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZ5ALtCMegEpAJH0WqtxubhGxRHmVqvB { width:9rem;height:7.875rem;top:8.8613296875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoEwJ79TcwU7TcgnCutwxNSXpde6MRUD { width:7.875rem;height:7.875rem;top:73.7988296875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgBHoAMnmJiCNAXAOKZeTNwht0mRklXN { width:1.5625rem;height:20.625rem;top:9.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0TUE5Z3lOLrXLkmuoEQo2J7QRJTgq1X { width:1.5625rem;height:22.5625rem;top:8.267578125rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE { display:block; }#EK4xnSRFvFdncR53oqCrRJz7QPTX6JtE > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmUSI0N1VIqOeh3uSbCllWUiaAA3ikXH { width:20rem;height:auto;top:6.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-heading-text { font-size:1.125rem;height:auto; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST { display:flex;height:auto;width:20rem;top:13.0625rem;left:0rem; }
#BTI9hmGInmXSGWapOIF77yoq2cFOoVST .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PfzH6CG03xrzGdNEDDH5NzrTP2mgBn16 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #O9I8CHva1O8meM8EMyJUvUgc4Al7DQ3b {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #g10kQUky64wq6PyRmsAF9ETtt51H3s9M {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #rR0s4uBGvLk47lUh3rocSVNKknTUhVN7 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #y7tBEr1ozFoOriAIOEPWWT7NugR1xz7T {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wMTLEK0BWDLtX0iv6nWxThB9K4adUkBg {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #kpBHE43JErP0cR9dqkVreXLqJNrmulfH {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #LsvMGCNPnfC7OJob0pn3e3uctM3e8b5T {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Pf7F7QvHzHRZVzFMTQUFw9VgoG0RGBcT {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Qu6d1UUsr8NTpRIq1OMv8QTfEFZF6x1v {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #ITN6aUvFQOREooTpZJic1RmiIHVs4qNR {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #bAc9XOwmCTTAi0TWafpigxUMhK4HPQEO {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #UPiI08azINXU2nOOUlFcN16eObP20PVV {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #lg5BS0WIFsFCG1diFl7IoHy0nFIsCTOG {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #Z39qmnThNQgLzH3uI9kTFzWzg4Av2yn3 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uvTkI7ZGFNZl5XS0JTDHDsNGbUfWMPqe {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #tPsQVWPuqU3oM8lGFdzBAmacsyS93k7P {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #pCMiPzeh3qWT13u5iW3Ou9BmbR5ZQoTx {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #t63d0wtVww64PNbfbHR4typhrzGuKTQJ {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #wE2M8AO8Q1cJR2vrLK56euRpX2QxvZS3 {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #C1Ie11Trwz95DZ9SxSm0UuNMkOKNJ7Sx {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #NgongPpbbXx1KmHxrJl8EmaC0T5NO2aI {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #PCDGraLi7esxRp3iFUHnCVATnQG8F8ok {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #uFrfKzrz88mTDgMZAlrn6rze0Zhiv2SD {  }
 }@media only screen and (max-width: 763px) { #BTI9hmGInmXSGWapOIF77yoq2cFOoVST #gIzDp5W6i9MSn96sTzEA6LLQEBTPph6S {  }
 }@media only screen and (max-width: 763px) { #kEFWzMS8ZlbKmzMlKicEyiHrtebylSbn { width:20rem;height:4.79980625rem;top:5.1396484375rem;left:0rem;font-size:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK { display:block; }#noRxnDupsmpxmyX7i9yiTyfWLvIzV3OK > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoGQ9AC0LJuutAQ9gqi8M3qFrZIlhDcG { width:20rem;height:5.3994125rem;top:3.6875rem;left:0rem;font-size:1.5rem;z-index:15006;color:#272780;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9Q1GxNewhk3uHWTHGcoN41zzAVbs7C { width:20rem;height:0;top:34.444580078125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRNvHhtJMV6wlkwIQ5igtdcV0h44ATPd { width:13.5rem;height:3.3125rem;top:10.75rem;left:3.25rem;color:#ffffff;background-color:#3434aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #owvInOKLrEyqdypNO8y4Dq1r709Vqx3q { display:block; }
 }@media only screen and (max-width: 763px) { #dthPFcco5tnJtzKsJI90L83NOehUPvwh { display:block; } #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection *:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="text"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="email"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection input[type="tel"]:focus-visible, #b5df25e83f9de0945acd90e01a8220a5.widget-smartsection textarea:focus-visible { outline: none; } #dthPFcco5tnJtzKsJI90L83NOehUPvwh > .row .container { position:relative;display:block; } }