.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:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#sNSTCMslNdRPn3V2mVWXiaorZGJXU7Bo { 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:1.9375rem;width:10.8125rem;top:1.5625rem;left:1.71875rem;overflow:hidden;display:block; }
#UcxqhCNVbknTz3CELefrVedyqppvGaxl { background-color:#f7a600;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.78125rem;left:59.03125rem;display:block; }
#NKU4tRF0dXlFyA3lm69B6AHh578EXzXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container { background-color: transparent; background-image: none; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container > .video-iframe-container { display: none; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row > .video-iframe-container { display: none; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .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); }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container { border-width: 0; border-radius: 0; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf6;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; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container { background-color: transparent; background-image: none; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container > .video-iframe-container { display: none; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row > .video-iframe-container { display: none; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .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); }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container { border-width: 0; border-radius: 0; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#Em0CiJcpBlKLPDPT4TDGeGSMIie1vTVB { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:16.6875rem;top:4.75rem;left:37.6708984375rem;overflow:hidden;display:block; }
#VMRDVLwfzsQAOLq6gzTaC5RNuxK4Rvqf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.625rem;top:2.125rem;left:56.2060546875rem;overflow:hidden;display:block; }
#x5OFDVKO9xhkoR4uxTQcGtLRWzR0Nu7x { 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:16.9375rem;width:13.8125rem;top:16.6875rem;left:56.2060546875rem;overflow:hidden;display:block; }
#PI5qJTURdXniMWuSknw5EqWzzHQ3BC4I { 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:5rem;width:5rem;top:1.125rem;left:50.125rem;overflow:hidden;display:block; }
#QicuS5mSuHB7GzpTTye8Zle1te7T1lHK { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.25rem;top:21.5625rem;left:33.64453125rem;overflow:hidden;display:block; }
#G03zpIOaNqU4szrheqcIRdlG1yprHyiS { 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:5rem;width:5rem;top:31.625rem;left:48.5rem;overflow:hidden;display:block; }
#RRb0igvdwcDby3MSQXttIay5iKZmUy1t { 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:5rem;width:5rem;top:13.25rem;left:70rem;overflow:hidden;display:block; }
#TUVsT67EVGFkCpDunDnTp2JSM8NVbEz5 { color:#03144e;display:block;width:29.75rem;position:absolute;font-family:"lato black";font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.4375rem;height:;display:block; }
#EZoxvSfSydEh0mcnGannM6lzFZ5K3Sxc { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3.3125rem;height:1.95rem;font-style:normal;display:block; }
#HbTqt2690bd6yXifdZtuJ1E1Cvv2lmDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.25rem;height:2.59895625rem;display:block; }
#oNJT5PL1imhBqV6MQiOwBsVyTQDtFeOL { background-color:transparent;background-image:none;border-top:0.0625rem solid #03144e;border-left:0.0625rem solid #03144e;border-right:0.0625rem solid #03144e;border-bottom:0.0625rem solid #03144e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#03144e;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.8125rem;left:1.4375rem;display:block; }
#ZkIG0hSfaU9GTraMWt1My0SH3JsK543U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntaSFXDQO5caFLQsKTaiGlSdGTiNX7qn { box-sizing:content-box;height:7.6875rem;width:22.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(247,166,0,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#US04GmQ1TXf6VrfXSKlZSPn4J9duK7tB { box-sizing:content-box;height:13.1875rem;width:13.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#fffcf6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:31.65625rem;display:block; }
#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03144e;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; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container { background-color: transparent; background-image: none; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container > .video-iframe-container { display: none; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row > .video-iframe-container { display: none; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .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); }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container { border-width: 0; border-radius: 0; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#RdeC9sglCJZSGONCMZTsBn5BHTXyxXe8 { color:#21bbef;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6005859375rem;left:2.65625rem;height:6.8229375rem;font-style:normal;display:block; }
#l8AEoa8amvKKnlJmKWLH0mJTazFdgevI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:24.625rem;height:1.5434rem;font-style:normal;display:block; }
#q9WbIBO8etLd4PHydCiwit9Qh9ITR0hI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:42.375rem;height:3.0875rem;font-style:normal;display:block; }
#oTO2XMlWmUpEsuwzbXvAtyTCoGEWg3lV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:61.1875rem;height:1.5434rem;font-style:normal;display:block; }
#zxx3bXabVaiOpGk85I7WKZl58NeVUdia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.5625rem;left:21.5rem; }
#bmbh7VcQzQM3vXqMaVhL9tTZpuE86BAz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.5625rem;left:39.3125rem; }
#zIJ8l5vSgZoZybzU1n4IPAShKB4t2qCl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.5625rem;left:58.1875rem; }
#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,166,0,0.12);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; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container { background-color: transparent; background-image: none; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container > .video-iframe-container { display: none; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row > .video-iframe-container { display: none; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .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); }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container { border-width: 0; border-radius: 0; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#gFclTCwpDVlgCFfPTGTr555MhS5QKWrg { color:#03144e;display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:17.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#WyJUt9SkGKcvLCxgTHyxHNTIoP2E5LNZ { position:absolute;display:block;z-index:15001;height:17.5rem;width:56.25rem;top:9.375rem;left:9.375rem;display:block; }
#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih { position:relative;display:block; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih { background-color: transparent; background-image: none; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row .container > .video-iframe-container { display: none; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row > .video-iframe-container { display: none; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .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); }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih { border-width: 0; border-radius: 0; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .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; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .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:15.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MfpNoFoSMtWhuK2oBAOGm4QRX5fq7Cx9 { color:#03144e;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:20.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#WoBAWZ2TqOoH74deXhvLFRfLQBVchCLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:27.09375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 { position:relative;display:block; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 { background-color: transparent; background-image: none; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row .container > .video-iframe-container { display: none; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row > .video-iframe-container { display: none; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .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); }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 { border-width: 0; border-radius: 0; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .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; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .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:42.5625rem;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; }#KaegMkxaugVVmzHhC9IE3yOA238v88kK { box-sizing:content-box;height:35.4375rem;width:31.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:3.03125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hfEqTVQm84imNxPhhCXakInIpqbJIciT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:6.25rem;top:3.0625rem;left:4.9375rem;overflow:hidden;display:block; }
#dEnOQ4pEEPNXy4mstVCv9EtIHloPBXcy { color:#03144e;display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:12.875rem;height:1.95rem;display:block; }
#RpPF2e682VewhMIBE27G7SaCqnb0fJag { color:#03144e;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:12.875rem;height:1.3rem;display:block; }
#TQOSF96RqTWCpiJEeL0XLD08VZohsMS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:5.78125rem;height:3.8984375rem;display:block; }
#FTT7isC61tGHWu47nQT3wI8ma0BW5cuO { box-sizing:content-box;height:5.625rem;width:27.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(247,166,0,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.38671875rem;left:4.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MgaRTVGS9TsNkVdttzsC9CoqcFRZniSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.28125rem;left:5.84375rem; }
#F674bTS70gzoqIAVDQISzJchfsN5W64S { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.07421875rem;left:8.59375rem;height:2.59895625rem;display:block; }
#NUPDarc5m1Ralii5t1P7D1B87yQVLLT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.412109375rem;left:8.59375rem;height:1.3rem;display:block; }
#wAyT4WJqMXAx3AmEIXGGRJJdIo6dDmc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21rem;left:5.75rem; }
#p4ZrTJI7Xvg1mTmXT8EvJ4PSg3cuUZ2k { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:8.5625rem;height:1.3rem;display:block; }
#DzG6A9xzTWOrWsNiEVOriZzmWQpMgqas { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.3125rem;left:5.75rem; }
#lSdRtpLuJDVoad4ftJTErzmJG4PbJAyQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.8125rem;left:5.75rem; }
#FcGBc36ovrUJbsiVIuscqzqJNLB3cmfv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:8.5625rem;height:1.3rem;display:block; }
#qmTPEmrpZedC5ohrDDzrFZu8caGhXhvk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.25rem;left:5.75rem; }
#qLAuAGF49BMe2vIsNCg0lDX4xR57ETuC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:8.5625rem;height:1.3rem;display:block; }
#wBAuulymQxGTSpDb9wJzf7y3rAaoX7su { background-color:#03144e;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.5625rem;left:5.78125rem;display:block; }
#XFTT0TzzOTDq9LenoeCbCaifSelXkJRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTzL5q4VkoLsT2DTaXH685wpFhHW2fFt { color:#03144e;display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I45X8AaNBR6ySx14PfATrQo6lyO5CBHF { color:#03144e;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9rem;left:46.375rem;height:1.625rem;font-style:normal;display:block; }
#fVfsvN5En9MWsy5bbF5zG0aLaZHNuoXc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:46.375rem;height:2.59895625rem;display:block; }
#AUdW4TKSvxyz45sSQxMRMDMRUMxPaeDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.75rem;left:43.4375rem; }
#CN0Fi4aGT5R8S7MTomdON0ZEqMTgruLG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.3125rem;left:46.3125rem;height:2.59895625rem;display:block; }
#RysoqQzN1S2LvdRZoLiGMlgQWo4rkW85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.875rem;left:43.375rem; }
#DgNfBiJdi1G5r3PIKkhfEMsgBPhTpg8J { color:#03144e;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.125rem;left:46.3125rem;height:1.625rem;font-style:normal;display:block; }
#NTd2hySQr1MvEzPlApJCCnxr0TXhZ43n { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.625rem;left:46.3125rem;height:2.59895625rem;display:block; }
#NriEvLzLRRNEugdBd2P1CBQn9IndEcIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.1875rem;left:43.4375rem; }
#Ts60HxO9zs3bgzLRFusFOTfTmhGUNTOM { color:#03144e;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.4375rem;left:46.3125rem;height:1.625rem;font-style:normal;display:block; }
#qRmV9BozI5cHafQHq8MwdNWHDdkCtleJ { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(247,166,0,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:43.0625rem;display:block; }
#Ai1QlZTz22zm1H9X86CEmpaP9iqvfL7K { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(247,166,0,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.78125rem;left:43.09375rem;display:block; }
#xIaPg3uct2OFiq01KvuaCLeIvl0TBsaf { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(247,166,0,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:43.09375rem;display:block; }
#bURn00k5PcoEc5wTTQUXDTqu9s6WdDs9 { background-color:#f7a600;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.40625rem;left:46.375rem;display:block; }
#chw28QlaQrCFxWydUpl7uBckOUHyFQTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,166,0,0.12);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; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container { background-color: transparent; background-image: none; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container > .video-iframe-container { display: none; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row > .video-iframe-container { display: none; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .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); }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container { border-width: 0; border-radius: 0; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#di4EWT8nanuOsoRxQxy9WPuvMnTPMAie { color:#03144e;display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0693359375rem;left:12.03125rem;height:;text-align:center;text-align-last:center;display:block; }
#NCpEm7WcZcTFWczA0vl3GNIvO6ZTPkQi { color:#03144e;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:21.625rem;height:1.3rem;display:block; }
#Ie3vBzUkul2MMCSJ5ZWyQuSPM4cOQJtF { background-color:#03144e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.25rem;left:39.3125rem;display:block; }
#EhL9HBTRRTza1QDFF2hNNmQaJ7XF7zRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbVxEuIRe8GU7t9m55VK5cDeIGC7OTLo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.3056640625rem;left:17.90625rem; }
#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container { background-color: transparent; background-image: none; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container > .video-iframe-container { display: none; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row > .video-iframe-container { display: none; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .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); }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container { border-width: 0; border-radius: 0; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#DqexO2T56dMgy2GT48vu3hHXtyGAJqVe { color:#03144e;display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.96875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wXH7vTV7IxxsCLMsruM9TRJN4OtMHUm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVFm550zpCA3x5K930MnaXJ2IcuATuUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container { background-color: transparent; background-image: none; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container > .video-iframe-container { display: none; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row > .video-iframe-container { display: none; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .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); }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container { border-width: 0; border-radius: 0; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#mHUdGqTIb0JpzQ5GyKofhTrmmhqP7s2c { 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.4375rem;width:16.375rem;top:6.875rem;left:1.5625rem;overflow:hidden;display:block; }
#XS4PeLy7H0ZoD673dy8IGu5TtUfkar8Q { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14.875rem;top:0rem;left:19.5rem;overflow:hidden;display:block; }
#O9EgSgEU3loN9k4PFxAcCU9CburVK5Je { 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:15.625rem;width:14.875rem;top:18.375rem;left:19.5rem;overflow:hidden;display:block; }
#FvEullPL0qUreyaVFi1aPfyngpwGcex0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.9248046875rem;left:42.375rem; }
#Qp24krvnO5ikyaq3NmdgicmkomxD7dwD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:46.6875rem;height:2.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0ATf5dzETNmLXwCcgAtNrE8OLDIWK94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.7119140625rem;left:42.3125rem; }
#MsGzzw0iHDdpGygGLXpQrJK4wORbHPqH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5rem;left:46.6875rem;height:1.3rem;display:block; }
#iukDpP4yAEmALq8kCPxKnxbpuiUEv2WN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.625rem;left:42.25rem; }
#D5g3ZaAXbnw6sk6EmzbDBVCsRdpgxCEu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.125rem;left:46.6875rem;height:2.59895625rem;display:block; }
#s0wfZbQ2bpudHH9RTZnSu7TrwGGf3Jm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.9375rem;left:42.125rem; }
#aRmT9Plun2RJqhga7ONK9sVLoGHFAx2B { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.875rem;left:46.6875rem;height:1.3rem;display:block; }
#JTbpHiSH9Iw9ER33TfTN9lmqLQA3uIMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.4375rem;left:42.125rem; }
#C148TUL90K6Bg6UR2JdKTOJhzS6pe4DW { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.1875rem;left:46.6875rem;height:3.8984375rem;display:block; }
#NqgE68SB9c0Sq1hNPLoytCx8710sx0mq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:69.625rem;height:0.975rem;display:block; }
#i5mam1OZx9UUOSikIaXWomDW1oXTDx31 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4111328125rem;left:71.375rem;height:0.975rem;display:block; }
#W2NKr1vut0xymaLCu3S6DO4gGeRkH4Cu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3994140625rem;left:59.03125rem;height:0.975rem;display:block; }
#IPoFqtwxKdB0KhcBTMCNi4TF9QTHW3e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.75rem;left:72.125rem;height:0.975rem;display:block; }
#hS2dwOS9wIOc6a2xzw8z6uG8PFmZyb1p { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.3369140625rem;left:42.375rem;height:0.975rem;display:block; }
#hBfGUPqcCbNTL6VcJT1hErzNFKHutCq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.1875rem;left:42.375rem;height:0.975rem;display:block; }
#IxGNc8fqmNeNGH1m5kSp7RxHuCXQFADa { color:#4d4d4d;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.443359375rem;left:43.5rem;height:1.1375rem;display:block; }
#ONQIDCpaE1uTOIHCvBfHTXs7figvL5h2 { color:#4d4d4d;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.2314453125rem;left:43.5rem;height:1.1375rem;display:block; }
#OqyMhElL4TtzPh57EhlOAIDPlrTttPTX { position:absolute;display:block;z-index:15018;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.5rem;width:7.5625rem;top:0.125rem;left:13.75rem;overflow:hidden;display:block; }
#ZEBsIVATnIJDD7LQVluGJ4l4Q1Hp2ra8 { box-sizing:content-box;height:9.6875rem;width:9.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:12.6875rem;display:block; }
#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr { position:relative;display:block; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr { background-color: transparent; background-image: none; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row .container > .video-iframe-container { display: none; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row > .video-iframe-container { display: none; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .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); }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr { border-width: 0; border-radius: 0; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .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; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;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; }#GLz1TafwD8ZN4g0UMZrTD0gVt4BJXrOu { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.09375rem;left:10.1875rem;height:5.25rem;display:block; }
#fA6I3dDe31LCT1w5TnfTdiSR0OyMKAMk { box-sizing:content-box;height:9rem;width:71.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(33,187,239,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:1.78125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FDezxbshhBRuGEpRPC9oNHelaWfvALef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.09375rem;left:4.78125rem; }
#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,119,186,0.06);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; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container { background-color: transparent; background-image: none; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container > .video-iframe-container { display: none; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row > .video-iframe-container { display: none; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .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); }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container { border-width: 0; border-radius: 0; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#tSCRe4K5O268uhenRaX9VRlbFw46nsSd { color:#03144e;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:3.59375rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#We3OpKc0WS700FqyUSfgqr8zV1g3c8WH { box-sizing:content-box;height:24.125rem;width:31.4375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:40.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fxSON0IyxRs0gAy56vMru0UnkLbB8iAf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23rem;left:43.25rem; }
#Ep0h1dIaRDKTMkIsFkQGlCrlg2tIycVV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.4375rem;left:46.125rem;height:1.3rem;display:block; }
#ihJy27C2ZlZK2N8wfTgHo5ZONs1zzXiq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.0625rem;left:46.125rem;height:2.59895625rem;display:block; }
#Na82xWTJWV3PUhuptZ94R1dMlSkZh8tM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.28125rem;left:43.25rem; }
#AaWSwMqCLfNwp1QaGGUrKD2OuJSTRAH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:43.3125rem;height:2.59895625rem;display:block; }
#R1520uOmXVMXl1fDUmpsoVD6BvTsWU2A { box-sizing:content-box;height:5.625rem;width:27.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,119,186,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:42.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#R5wSrw8yq9v5B59H2d9gODV9VXwzD2cS { position:absolute;display:block;z-index:15017;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:6rem;width:6.25rem;top:4.9375rem;left:42.4375rem;overflow:hidden;display:block; }
#RBd6r6RiGZ7OurHd2xVMr6uwzRrKMNqD { color:#03144e;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.625rem;left:50.375rem;height:;display:block; }
#U9UicluRJWg2XhW4pTOUVi0CsHdLOGvZ { color:#03144e;display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.6875rem;left:50.375rem;height:;display:block; }
#cm2VnhFsKSZd8PXK2MUyF1h99NRivQel { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.59375rem;height:4.38541875rem;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;font-style:normal;display:block; }
#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O { position:relative;display:block; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O { background-color: transparent; background-image: none; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row .container > .video-iframe-container { display: none; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row > .video-iframe-container { display: none; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .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); }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O { border-width: 0; border-radius: 0; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .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; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .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:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BTPgTKNI5ITQzQo9NMwEfyZkAn1LrVR0 { color:#03144e;display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.96875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .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; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.0625rem;color:#03144e;height:auto;line-height:1.2;overflow:hidden; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .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:rgba(var(--color-tertiary-4),1);line-height:1.3;overflow:hidden;height:auto; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .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_77f3170978c48fb0eacc74055872f66e11fd4549.svg");background-size:contain !important; }#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-trigger.adaptive-delivery-prevent-bg, #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-trigger.lazyload, #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-trigger.lazyloading { background-image: none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA { box-sizing:content-box;height:auto;width:43rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.875rem;left:14.75rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PJ0aELiifS6b7x84t2QVVNWTzMEGDrCx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OTauQA4fn41reI5SVVZGhMeGFtMc6MR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #T4KDX3GQCddIgPoxy3RK3OZsnwx759fh { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ul3KMJUJusuU6XgmauSXB28uIl4DrVdU {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ogZD03sCqIPTzITq2qO18Dvb0rlybusH {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #LUq78Kt1qrgf9pqrgrWeA0nmyiEJpOhl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eT5zyBHw5XZKFgu2uMdqE2nor3DJkum3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #CnOLcWRRbLXBNyqc5JFF6b2t1TSoJeRv { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lcuD1FWOWU9rHvcBa7tn5toobRMebMRO {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BEq1msE6IoAHLIoaZcAxkfc7FsHbFZoB { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wwoCRvwlnmof0NcaM65IiI4baluuJzBJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EenXDczVI4542X9AIvTTrO7TDrp2lm6N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EXJVaiLxJ8lHRLzMLN4mtJ27RA21cpmn { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #gFOqTZchwLFrnH1bTttM5SSvbiWTnvgL {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #NG8W1ga2gwM6IRS3gxMSweFkRnNtH54n { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #TUmqhBGG57ZaAw2SfTMlorpTbh4JpgkW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wLzipFV4LQzaK39deg1oEmE4wnkOs49n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nM8SiklGRDvmLPA9ur8qcH9iKHUdQnFm { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #X10tppWH0qQDmiPg7NZ821ZUWGIftvyc {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #si5OW4S3TF0xANaA2VH6NsSJLBVClTQO { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #VWJiB8zRKV7OXvDBd8oxK9Fo3OWEQphM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BzVuwxxbsEyEoA6l69JDHBHFvSGf2m1A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lxh3rTSnlA0t1N9ANcws1rXuXL8bRiQP { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xwG3PT78shxyCPocWWBA6UJPD2vnIcJ0 {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PehhVm9WSkpWbJ0u0mtvrgTHZqNUMmEe { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xkCpl80qmOlO4RSW1057Twl2q895BXIv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #GBwDxDlI5fd9chEUtQwq63O9qzXmOxnI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nC28JGMCzoAN19kQlSLafTB4Zee9uxnx { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wfobG1K9LTcvuwgiUmQ7QQXpbSKaI3PQ {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #oTFTepEICt1T5c0W3taBSTtT29Ow1Imf { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfdne3VtTRgHnfCtMfTPL74s2y4vlKv0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ALm6u6515KcFuR1vWhIF7eoarp3XaV2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eR553ENHFQeFGVIXp5d9edz1TJuvoi83 { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Q5ObQyVKCNTICiJRXdTh14oTW1fdtIUt {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #vxkHCbDAshhi6cm1vDQuHH4nz7V8sJsx { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eHPTpXUQycCpgTr8IDmh8rz0XGa8faNO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #dbXW7t0pcKnUFGedlzEuksPl0TGJE3Tv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ox2BAz40VDAqp4655GXotwoT0A66PMlV { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #JZU87TGIfLS2x3c6Nl1fuTmX51y0Koof {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #RewuSBafQrfWZT9lSB5On3IuM2ePTKai { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfX6AqhObZHawi7KkqXFJn42b0zbCHxn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OwqydP30vnut15m0s4x7Thv1kt6KDobf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Bdz4xa2iH4MM0iktQMsGFE9xgGVGyDxA { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #P9AQtI27LTahAUPWmQWMNNM3d85gsKlm {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #uq52fSpnTTITkehbfa28AN6l19Wh2lKe { display:none; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #qA39Wp944DZDdbdAWTnmVZqpyZnsQeaV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #tEg9D000RGd25ZeOm6LAmH3qUg63LqBu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EKdIxwHEV3JoTIU0pfV5crVPaz1ooKNW { display:block;position:relative; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #WIkBOgZzX1mLqb4EQFLqd7kxKv75c8iK {  }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xNtNy4DeOAwykcFTSyhxNT3qPVKLknaG { display:none; }
#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/708d2eef-dd9f-48f7-bdf3-79fda33dcd4f/shutterstock_2497151047.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.adaptive-delivery-prevent-bg, #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.lazyload, #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.lazyloading { background-image: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { background-color: transparent; background-image: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container > .video-iframe-container { display: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row > .video-iframe-container { display: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .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); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { border-width: 0; border-radius: 0; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#Tvz2eQOvVQmQdXR6ngTJ6TvR7QweiV52 { color:#03144e;display:block;width:46.8125rem;position:absolute;font-family:"lato black";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.53125rem;height:;display:block; }
#tJqeA0DDrizohHTJBshnIsytFsBTyfUw { background-color:#f7a600;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.6875rem;left:24.53125rem;display:block; }
#mivIBIXoUvdbzEGibrSTou1OyFzBUvVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c { position:relative;display:block; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c { background-color: transparent; background-image: none; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row .container > .video-iframe-container { display: none; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row > .video-iframe-container { display: none; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .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); }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c { border-width: 0; border-radius: 0; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .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; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .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:6.3125rem;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; }#nLP1VP5mHvAaIKhcb5NuIED1XFd3cMCn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:28.90625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNSTCMslNdRPn3V2mVWXiaorZGJXU7Bo { top:1.5625rem;left:0rem;width:10.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcxqhCNVbknTz3CELefrVedyqppvGaxl { width:14.5rem;height:3.125rem;top:0.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKU4tRF0dXlFyA3lm69B6AHh578EXzXp { display:block; }
 }@media only screen and (max-width: 763px) { #JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw { display:block; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P { display:block; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em0CiJcpBlKLPDPT4TDGeGSMIie1vTVB { top:4.75rem;left:24.0458984375rem;width:16.6875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMRDVLwfzsQAOLq6gzTaC5RNuxK4Rvqf { top:2.125rem;left:36.125rem;width:11.625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5OFDVKO9xhkoR4uxTQcGtLRWzR0Nu7x { top:16.6875rem;left:33.9375rem;width:13.8125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5qJTURdXniMWuSknw5EqWzzHQ3BC4I { top:1.125rem;left:36.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QicuS5mSuHB7GzpTTye8Zle1te7T1lHK { top:21.5625rem;left:20.01953125rem;width:9.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G03zpIOaNqU4szrheqcIRdlG1yprHyiS { top:31.625rem;left:34.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRb0igvdwcDby3MSQXttIay5iKZmUy1t { top:13.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVsT67EVGFkCpDunDnTp2JSM8NVbEz5 { top:4.75rem;left:0rem;width:29.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoxvSfSydEh0mcnGannM6lzFZ5K3Sxc { top:18.3125rem;left:0rem;width:17rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTqt2690bd6yXifdZtuJ1E1Cvv2lmDZ { top:20.75rem;left:0rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJT5PL1imhBqV6MQiOwBsVyTQDtFeOL { width:18.5625rem;height:3.4375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkIG0hSfaU9GTraMWt1My0SH3JsK543U { display:block; }
 }@media only screen and (max-width: 763px) { #ntaSFXDQO5caFLQsKTaiGlSdGTiNX7qn { top:17.1875rem;left:0rem;width:22.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US04GmQ1TXf6VrfXSKlZSPn4J9duK7tB { top:20.75rem;left:18.03125rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p { display:block; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdeC9sglCJZSGONCMZTsBn5BHTXyxXe8 { top:2.5625rem;left:0rem;width:13.0625rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8AEoa8amvKKnlJmKWLH0mJTazFdgevI { top:3.5625rem;left:11.375rem;width:12.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9WbIBO8etLd4PHydCiwit9Qh9ITR0hI { top:3.5625rem;left:23.3125rem;width:12.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO2XMlWmUpEsuwzbXvAtyTCoGEWg3lV { top:3.5625rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxx3bXabVaiOpGk85I7WKZl58NeVUdia { top:3.5625rem;left:11.9375rem;width:2.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbh7VcQzQM3vXqMaVhL9tTZpuE86BAz { top:3.5625rem;left:23.875rem;width:2.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIJ8l5vSgZoZybzU1n4IPAShKB4t2qCl { top:3.5625rem;left:35.8125rem;width:2.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd { display:block; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFclTCwpDVlgCFfPTGTr555MhS5QKWrg { top:3.8125rem;left:3.6562504768372rem;width:40.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJUt9SkGKcvLCxgTHyxHNTIoP2E5LNZ { top:9.375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih { display:block; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfpNoFoSMtWhuK2oBAOGm4QRX5fq7Cx9 { top:3.625rem;left:7.2812504768369rem;width:33.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoBAWZ2TqOoH74deXhvLFRfLQBVchCLJ { top:10.5rem;left:13.468751907349rem;width:20.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 { display:block; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaegMkxaugVVmzHhC9IE3yOA238v88kK { top:1.625rem;left:0rem;width:31.4375rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEqTVQm84imNxPhhCXakInIpqbJIciT { top:3.0625rem;left:0rem;width:6.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEnOQ4pEEPNXy4mstVCv9EtIHloPBXcy { top:5rem;left:6.0625rem;width:4.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPF2e682VewhMIBE27G7SaCqnb0fJag { top:6.9375rem;left:6.0625rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOSF96RqTWCpiJEeL0XLD08VZohsMS1 { top:12.25rem;left:0rem;width:25.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT7isC61tGHWu47nQT3wI8ma0BW5cuO { top:11.375rem;left:0rem;width:27.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgaRTVGS9TsNkVdttzsC9CoqcFRZniSq { top:18.25rem;left:0rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F674bTS70gzoqIAVDQISzJchfsN5W64S { top:18.0625rem;left:0.6875rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUPDarc5m1Ralii5t1P7D1B87yQVLLT9 { top:21.375rem;left:0.6875rem;width:23.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyT4WJqMXAx3AmEIXGGRJJdIo6dDmc1 { top:21rem;left:0rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZrTJI7Xvg1mTmXT8EvJ4PSg3cuUZ2k { top:23.75rem;left:0.6875rem;width:23.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzG6A9xzTWOrWsNiEVOriZzmWQpMgqas { top:23.3125rem;left:0rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdRtpLuJDVoad4ftJTErzmJG4PbJAyQ { top:25.8125rem;left:0rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcGBc36ovrUJbsiVIuscqzqJNLB3cmfv { top:26.25rem;left:0.6875rem;width:23.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTPEmrpZedC5ohrDDzrFZu8caGhXhvk { top:28.25rem;left:0rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLAuAGF49BMe2vIsNCg0lDX4xR57ETuC { top:28.6875rem;left:0.6875rem;width:23.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBAuulymQxGTSpDb9wJzf7y3rAaoX7su { width:13.3125rem;height:2.8125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTT0TzzOTDq9LenoeCbCaifSelXkJRP { display:block; }
 }@media only screen and (max-width: 763px) { #uTzL5q4VkoLsT2DTaXH685wpFhHW2fFt { top:4.6875rem;left:23.25rem;width:24.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I45X8AaNBR6ySx14PfATrQo6lyO5CBHF { top:9rem;left:23.625rem;width:24.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVfsvN5En9MWsy5bbF5zG0aLaZHNuoXc { top:11.1875rem;left:23rem;width:24.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdW4TKSvxyz45sSQxMRMDMRUMxPaeDL { top:8.75rem;left:23.875rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0Fi4aGT5R8S7MTomdON0ZEqMTgruLG { top:19.3125rem;left:22.125rem;width:25.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RysoqQzN1S2LvdRZoLiGMlgQWo4rkW85 { top:16.875rem;left:23.875rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNfBiJdi1G5r3PIKkhfEMsgBPhTpg8J { top:17.125rem;left:24.5625rem;width:23.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTd2hySQr1MvEzPlApJCCnxr0TXhZ43n { top:26.625rem;left:24.5625rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NriEvLzLRRNEugdBd2P1CBQn9IndEcIe { top:24.1875rem;left:23.875rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts60HxO9zs3bgzLRFusFOTfTmhGUNTOM { top:24.4375rem;left:20.875rem;width:26.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRmV9BozI5cHafQHq8MwdNWHDdkCtleJ { top:8.625rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai1QlZTz22zm1H9X86CEmpaP9iqvfL7K { top:16.75rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIaPg3uct2OFiq01KvuaCLeIvl0TBsaf { top:24.125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURn00k5PcoEc5wTTQUXDTqu9s6WdDs9 { width:14.5rem;height:3.125rem;top:31.375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chw28QlaQrCFxWydUpl7uBckOUHyFQTO { display:block; }
 }@media only screen and (max-width: 763px) { #GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN { display:block; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di4EWT8nanuOsoRxQxy9WPuvMnTPMAie { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCpEm7WcZcTFWczA0vl3GNIvO6ZTPkQi { top:12rem;left:8.0000004768369rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3vBzUkul2MMCSJ5ZWyQuSPM4cOQJtF { width:14.125rem;height:2.8125rem;top:11.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhL9HBTRRTza1QDFF2hNNmQaJ7XF7zRu { display:block; }
 }@media only screen and (max-width: 763px) { #LbVxEuIRe8GU7t9m55VK5cDeIGC7OTLo { top:11.25rem;left:4.28125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny { display:block; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqexO2T56dMgy2GT48vu3hHXtyGAJqVe { top:5.0625rem;left:7.34375rem;width:33.0625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXH7vTV7IxxsCLMsruM9TRJN4OtMHUm8 { top:8.8125rem;left:7.9062504768369rem;width:31.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVFm550zpCA3x5K930MnaXJ2IcuATuUt { display:block; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHUdGqTIb0JpzQ5GyKofhTrmmhqP7s2c { top:6.875rem;left:0rem;width:16.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS4PeLy7H0ZoD673dy8IGu5TtUfkar8Q { top:0rem;left:9rem;width:14.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9EgSgEU3loN9k4PFxAcCU9CburVK5Je { top:18.375rem;left:9rem;width:14.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvEullPL0qUreyaVFi1aPfyngpwGcex0 { top:3.875rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp24krvnO5ikyaq3NmdgicmkomxD7dwD { top:4rem;left:23.875rem;width:23.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ATf5dzETNmLXwCcgAtNrE8OLDIWK94 { top:8.6875rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGzzw0iHDdpGygGLXpQrJK4wORbHPqH { top:9.5rem;left:22.0625rem;width:25.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukDpP4yAEmALq8kCPxKnxbpuiUEv2WN { top:13.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5g3ZaAXbnw6sk6EmzbDBVCsRdpgxCEu { top:14.125rem;left:25.125rem;width:22.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0wfZbQ2bpudHH9RTZnSu7TrwGGf3Jm5 { top:18.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmT9Plun2RJqhga7ONK9sVLoGHFAx2B { top:19.875rem;left:25.125rem;width:22.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbpHiSH9Iw9ER33TfTN9lmqLQA3uIMF { top:24.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C148TUL90K6Bg6UR2JdKTOJhzS6pe4DW { top:24.1875rem;left:21.75rem;width:26rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqgE68SB9c0Sq1hNPLoytCx8710sx0mq { top:5.3125rem;left:46.625rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mam1OZx9UUOSikIaXWomDW1oXTDx31 { top:9.375rem;left:46.625rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2NKr1vut0xymaLCu3S6DO4gGeRkH4Cu { top:15.375rem;left:38.59375rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPoFqtwxKdB0KhcBTMCNi4TF9QTHW3e7 { top:26.75rem;left:46.625rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2dwOS9wIOc6a2xzw8z6uG8PFmZyb1p { top:30.3125rem;left:23.875rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBfGUPqcCbNTL6VcJT1hErzNFKHutCq9 { top:32.1875rem;left:23.875rem;width:1.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGNc8fqmNeNGH1m5kSp7RxHuCXQFADa { top:30.4375rem;left:23.875rem;width:22.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQIDCpaE1uTOIHCvBfHTXs7figvL5h2 { top:32.1875rem;left:23.875rem;width:22.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqyMhElL4TtzPh57EhlOAIDPlrTttPTX { top:0.125rem;left:6.9375rem;width:7.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBsIVATnIJDD7LQVluGJ4l4Q1Hp2ra8 { top:0rem;left:5.875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr { display:block; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLz1TafwD8ZN4g0UMZrTD0gVt4BJXrOu { top:3.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA6I3dDe31LCT1w5TnfTdiSR0OyMKAMk { top:1.25rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDezxbshhBRuGEpRPC9oNHelaWfvALef { top:3.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS { display:block; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSCRe4K5O268uhenRaX9VRlbFw46nsSd { top:5.1875rem;left:0rem;width:32.0625rem;height:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We3OpKc0WS700FqyUSfgqr8zV1g3c8WH { top:3.3125rem;left:16.3125rem;width:31.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxSON0IyxRs0gAy56vMru0UnkLbB8iAf { top:23rem;left:23.875rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep0h1dIaRDKTMkIsFkQGlCrlg2tIycVV { top:23.4375rem;left:24.5625rem;width:23.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihJy27C2ZlZK2N8wfTgHo5ZONs1zzXiq { top:20.0625rem;left:24.5625rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na82xWTJWV3PUhuptZ94R1dMlSkZh8tM { top:20.25rem;left:23.875rem;width:1.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWSwMqCLfNwp1QaGGUrKD2OuJSTRAH7 { top:13.9375rem;left:21.8125rem;width:25.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1520uOmXVMXl1fDUmpsoVD6BvTsWU2A { top:13.0625rem;left:20.125rem;width:27.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5wSrw8yq9v5B59H2d9gODV9VXwzD2cS { top:4.9375rem;left:23.875rem;width:6.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBd6r6RiGZ7OurHd2xVMr6uwzRrKMNqD { top:8.625rem;left:29.9375rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UicluRJWg2XhW4pTOUVi0CsHdLOGvZ { top:6.6875rem;left:29.9375rem;width:4.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2VnhFsKSZd8PXK2MUyF1h99NRivQel { top:10.9375rem;left:0rem;width:26.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O { display:block; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTPgTKNI5ITQzQo9NMwEfyZkAn1LrVR0 { top:5.0625rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:8.71875rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PJ0aELiifS6b7x84t2QVVNWTzMEGDrCx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OTauQA4fn41reI5SVVZGhMeGFtMc6MR0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #T4KDX3GQCddIgPoxy3RK3OZsnwx759fh {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ul3KMJUJusuU6XgmauSXB28uIl4DrVdU {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ogZD03sCqIPTzITq2qO18Dvb0rlybusH {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #LUq78Kt1qrgf9pqrgrWeA0nmyiEJpOhl {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eT5zyBHw5XZKFgu2uMdqE2nor3DJkum3 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #CnOLcWRRbLXBNyqc5JFF6b2t1TSoJeRv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lcuD1FWOWU9rHvcBa7tn5toobRMebMRO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BEq1msE6IoAHLIoaZcAxkfc7FsHbFZoB {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wwoCRvwlnmof0NcaM65IiI4baluuJzBJ {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EenXDczVI4542X9AIvTTrO7TDrp2lm6N {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EXJVaiLxJ8lHRLzMLN4mtJ27RA21cpmn {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #gFOqTZchwLFrnH1bTttM5SSvbiWTnvgL {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #NG8W1ga2gwM6IRS3gxMSweFkRnNtH54n {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #TUmqhBGG57ZaAw2SfTMlorpTbh4JpgkW {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wLzipFV4LQzaK39deg1oEmE4wnkOs49n {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nM8SiklGRDvmLPA9ur8qcH9iKHUdQnFm {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #X10tppWH0qQDmiPg7NZ821ZUWGIftvyc {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #si5OW4S3TF0xANaA2VH6NsSJLBVClTQO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #VWJiB8zRKV7OXvDBd8oxK9Fo3OWEQphM {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BzVuwxxbsEyEoA6l69JDHBHFvSGf2m1A {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lxh3rTSnlA0t1N9ANcws1rXuXL8bRiQP {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xwG3PT78shxyCPocWWBA6UJPD2vnIcJ0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PehhVm9WSkpWbJ0u0mtvrgTHZqNUMmEe {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xkCpl80qmOlO4RSW1057Twl2q895BXIv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #GBwDxDlI5fd9chEUtQwq63O9qzXmOxnI {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nC28JGMCzoAN19kQlSLafTB4Zee9uxnx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wfobG1K9LTcvuwgiUmQ7QQXpbSKaI3PQ {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #oTFTepEICt1T5c0W3taBSTtT29Ow1Imf {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfdne3VtTRgHnfCtMfTPL74s2y4vlKv0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ALm6u6515KcFuR1vWhIF7eoarp3XaV2g {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eR553ENHFQeFGVIXp5d9edz1TJuvoi83 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Q5ObQyVKCNTICiJRXdTh14oTW1fdtIUt {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #vxkHCbDAshhi6cm1vDQuHH4nz7V8sJsx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eHPTpXUQycCpgTr8IDmh8rz0XGa8faNO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #dbXW7t0pcKnUFGedlzEuksPl0TGJE3Tv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ox2BAz40VDAqp4655GXotwoT0A66PMlV {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #JZU87TGIfLS2x3c6Nl1fuTmX51y0Koof {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #RewuSBafQrfWZT9lSB5On3IuM2ePTKai {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfX6AqhObZHawi7KkqXFJn42b0zbCHxn {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OwqydP30vnut15m0s4x7Thv1kt6KDobf {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Bdz4xa2iH4MM0iktQMsGFE9xgGVGyDxA {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #P9AQtI27LTahAUPWmQWMNNM3d85gsKlm {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #uq52fSpnTTITkehbfa28AN6l19Wh2lKe {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #qA39Wp944DZDdbdAWTnmVZqpyZnsQeaV {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #tEg9D000RGd25ZeOm6LAmH3qUg63LqBu {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EKdIxwHEV3JoTIU0pfV5crVPaz1ooKNW {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #WIkBOgZzX1mLqb4EQFLqd7kxKv75c8iK {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xNtNy4DeOAwykcFTSyhxNT3qPVKLknaG {  }
 }@media only screen and (max-width: 763px) { #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d { display:block; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvz2eQOvVQmQdXR6ngTJ6TvR7QweiV52 { top:5.875rem;left:0.9375rem;width:46.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJqeA0DDrizohHTJBshnIsytFsBTyfUw { width:14.5rem;height:3.125rem;top:14.6875rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivIBIXoUvdbzEGibrSTou1OyFzBUvVe { display:block; }
 }@media only screen and (max-width: 763px) { #h23eNQyT3PHaEOoxT4qlk6xe1GBep06c { display:block; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLP1VP5mHvAaIKhcb5NuIED1XFd3cMCn { top:2.5625rem;left:15.28125rem;width:17.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNSTCMslNdRPn3V2mVWXiaorZGJXU7Bo { width:8.375rem;height:1.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcxqhCNVbknTz3CELefrVedyqppvGaxl { width:10.75rem;height:2.5rem;top:0.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKU4tRF0dXlFyA3lm69B6AHh578EXzXp { display:block; }
 }@media only screen and (max-width: 763px) { #JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw { display:block; }#JAJPfa4uqIDfTvUalIpBGEuNPqoGiDOw > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P { display:block; }#Iys363Uzm5diIG1ZGRp9nESRwIdzfu0P > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em0CiJcpBlKLPDPT4TDGeGSMIie1vTVB { width:8.625rem;height:13.1875rem;top:11.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMRDVLwfzsQAOLq6gzTaC5RNuxK4Rvqf { width:6.25rem;height:7.8125rem;top:10.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5OFDVKO9xhkoR4uxTQcGtLRWzR0Nu7x { width:7.375rem;height:9.125rem;top:18.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5qJTURdXniMWuSknw5EqWzzHQ3BC4I { width:2.4375rem;height:2.4375rem;top:9.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QicuS5mSuHB7GzpTTye8Zle1te7T1lHK { width:5.125rem;height:5.8125rem;top:20.75rem;left:1.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G03zpIOaNqU4szrheqcIRdlG1yprHyiS { width:2.4375rem;height:2.4375rem;top:25.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRb0igvdwcDby3MSQXttIay5iKZmUy1t { width:2.4375rem;height:2.4375rem;top:16.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVsT67EVGFkCpDunDnTp2JSM8NVbEz5 { width:19.0625rem;height:6.58075rem;top:2rem;left:0.65625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoxvSfSydEh0mcnGannM6lzFZ5K3Sxc { width:17rem;height:1.787325rem;top:30.25rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTqt2690bd6yXifdZtuJ1E1Cvv2lmDZ { width:17.125rem;height:2.5996125rem;top:32.3564453125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJT5PL1imhBqV6MQiOwBsVyTQDtFeOL { width:18.5625rem;height:2.8125rem;top:37.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkIG0hSfaU9GTraMWt1My0SH3JsK543U { display:block; }
 }@media only screen and (max-width: 763px) { #ntaSFXDQO5caFLQsKTaiGlSdGTiNX7qn { width:20rem;height:7.0625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #US04GmQ1TXf6VrfXSKlZSPn4J9duK7tB { width:7.125rem;height:7.125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p { display:block; }#Z75LgEdDnhT8JCHeWCaM5HC87gt83J9p > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdeC9sglCJZSGONCMZTsBn5BHTXyxXe8 { width:17.5rem;height:4.2246125rem;top:2.25rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8AEoa8amvKKnlJmKWLH0mJTazFdgevI { width:12.5rem;height:1.381075rem;top:8.7255859375rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9WbIBO8etLd4PHydCiwit9Qh9ITR0hI { width:12.5rem;height:2.76215rem;top:11.7216796875rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO2XMlWmUpEsuwzbXvAtyTCoGEWg3lV { width:12.5rem;height:1.381075rem;top:15.8974609375rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxx3bXabVaiOpGk85I7WKZl58NeVUdia { display:flex;width:1.6875rem;height:1.8125rem;top:8.5107421875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #bmbh7VcQzQM3vXqMaVhL9tTZpuE86BAz { display:flex;width:1.8125rem;height:1.8125rem;top:11.7216796875rem;left:1.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #zIJ8l5vSgZoZybzU1n4IPAShKB4t2qCl { display:flex;width:1.8125rem;height:1.8125rem;top:15.6826171875rem;left:1.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd { display:block; }#OWO8h5p4SGlMhvaMvwKk0KwiZFLIxhVd > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFclTCwpDVlgCFfPTGTr555MhS5QKWrg { width:17.5rem;height:4.2246125rem;top:2.25rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJUt9SkGKcvLCxgTHyxHNTIoP2E5LNZ { width:20rem;height:15.625rem;top:8.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih { display:block; }#D82Pc518ZTfVXC8OtAd8o9oeo18BI4Ih > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfpNoFoSMtWhuK2oBAOGm4QRX5fq7Cx9 { width:16.75rem;height:6.3359375rem;top:2.25rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoBAWZ2TqOoH74deXhvLFRfLQBVchCLJ { width:20rem;height:2.5996125rem;top:9.7978515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 { display:block; }#CsUGdXCoWP3xEK2GeBix3JeXxlZFDf47 > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaegMkxaugVVmzHhC9IE3yOA238v88kK { width:20rem;height:38.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEqTVQm84imNxPhhCXakInIpqbJIciT { width:5.125rem;height:5.8125rem;top:2.693359375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEnOQ4pEEPNXy4mstVCv9EtIHloPBXcy { width:4.6875rem;height:1.94965rem;top:3.4560546875rem;left:7.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPF2e682VewhMIBE27G7SaCqnb0fJag { width:9.125rem;height:2.5996125rem;top:5.6552734375rem;left:7.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOSF96RqTWCpiJEeL0XLD08VZohsMS1 { width:16.5625rem;height:6.497375rem;top:10.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT7isC61tGHWu47nQT3wI8ma0BW5cuO { width:18.75rem;height:8.1875rem;top:9.599609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgaRTVGS9TsNkVdttzsC9CoqcFRZniSq { display:flex;width:1.5625rem;height:2.125rem;top:19rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #F674bTS70gzoqIAVDQISzJchfsN5W64S { width:16.1875rem;height:3.8984375rem;top:18.96875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUPDarc5m1Ralii5t1P7D1B87yQVLLT9 { width:7.0625rem;height:1.29980625rem;top:23.974609375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyT4WJqMXAx3AmEIXGGRJJdIo6dDmc1 { display:flex;width:1.5625rem;height:2.125rem;top:23.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #p4ZrTJI7Xvg1mTmXT8EvJ4PSg3cuUZ2k { width:7.9375rem;height:1.29980625rem;top:26.287109375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzG6A9xzTWOrWsNiEVOriZzmWQpMgqas { display:flex;width:1.5625rem;height:2.125rem;top:25.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #lSdRtpLuJDVoad4ftJTErzmJG4PbJAyQ { display:flex;width:1.5625rem;height:2.125rem;top:28.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FcGBc36ovrUJbsiVIuscqzqJNLB3cmfv { width:9.875rem;height:1.29980625rem;top:28.787109375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTPEmrpZedC5ohrDDzrFZu8caGhXhvk { display:flex;width:1.5625rem;height:2.125rem;top:30.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qLAuAGF49BMe2vIsNCg0lDX4xR57ETuC { width:11.625rem;height:1.29980625rem;top:31.224609375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBAuulymQxGTSpDb9wJzf7y3rAaoX7su { width:13.25rem;height:2.8125rem;top:34.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTT0TzzOTDq9LenoeCbCaifSelXkJRP { display:block; }
 }@media only screen and (max-width: 763px) { #uTzL5q4VkoLsT2DTaXH685wpFhHW2fFt { width:20rem;height:1.625rem;top:41.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I45X8AaNBR6ySx14PfATrQo6lyO5CBHF { width:16rem;height:2.923825rem;top:45.3125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVfsvN5En9MWsy5bbF5zG0aLaZHNuoXc { width:16.625rem;height:5.19791875rem;top:48.744140625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdW4TKSvxyz45sSQxMRMDMRUMxPaeDL { display:flex;width:1.5625rem;height:2.125rem;top:45.3125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #CN0Fi4aGT5R8S7MTomdON0ZEqMTgruLG { width:16.625rem;height:5.19791875rem;top:59.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RysoqQzN1S2LvdRZoLiGMlgQWo4rkW85 { display:flex;width:1.5625rem;height:2.125rem;top:55.8125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #DgNfBiJdi1G5r3PIKkhfEMsgBPhTpg8J { width:11.875rem;height:2.923825rem;top:55.8125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTd2hySQr1MvEzPlApJCCnxr0TXhZ43n { width:16.6875rem;height:3.8984375rem;top:70.1875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NriEvLzLRRNEugdBd2P1CBQn9IndEcIe { display:flex;width:1.5625rem;height:2.125rem;top:66.5625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Ts60HxO9zs3bgzLRFusFOTfTmhGUNTOM { width:16rem;height:2.923825rem;top:66.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRmV9BozI5cHafQHq8MwdNWHDdkCtleJ { width:2.25rem;height:2.25rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai1QlZTz22zm1H9X86CEmpaP9iqvfL7K { width:2.25rem;height:2.25rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIaPg3uct2OFiq01KvuaCLeIvl0TBsaf { width:2.25rem;height:2.25rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURn00k5PcoEc5wTTQUXDTqu9s6WdDs9 { width:14.5rem;height:2.8125rem;top:75.9609375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chw28QlaQrCFxWydUpl7uBckOUHyFQTO { display:block; }
 }@media only screen and (max-width: 763px) { #GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN { display:block; }#GrOFipFPlHv5nWT2dLkrlNfUUTfDSJlN > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di4EWT8nanuOsoRxQxy9WPuvMnTPMAie { width:20rem;height:8.125rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCpEm7WcZcTFWczA0vl3GNIvO6ZTPkQi { width:16.9375rem;height:1.29980625rem;top:12.5712890625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3vBzUkul2MMCSJ5ZWyQuSPM4cOQJtF { width:14.125rem;height:2.8125rem;top:15.833984375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhL9HBTRRTza1QDFF2hNNmQaJ7XF7zRu { display:block; }
 }@media only screen and (max-width: 763px) { #LbVxEuIRe8GU7t9m55VK5cDeIGC7OTLo { display:flex;width:1.9375rem;height:1.9375rem;top:12.1591796875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny { display:block; }#OWkvZIoWTnNcrGPM8RwcKKRLlVQWEHny > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqexO2T56dMgy2GT48vu3hHXtyGAJqVe { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXH7vTV7IxxsCLMsruM9TRJN4OtMHUm8 { width:20rem;height:3.8984375rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVFm550zpCA3x5K930MnaXJ2IcuATuUt { display:block; }#OVFm550zpCA3x5K930MnaXJ2IcuATuUt > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHUdGqTIb0JpzQ5GyKofhTrmmhqP7s2c { width:10.25rem;height:12.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS4PeLy7H0ZoD673dy8IGu5TtUfkar8Q { width:8.75rem;height:9.875rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9EgSgEU3loN9k4PFxAcCU9CburVK5Je { width:8.75rem;height:9.1875rem;top:10.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvEullPL0qUreyaVFi1aPfyngpwGcex0 { display:flex;width:2.75rem;height:2.75rem;top:21.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qp24krvnO5ikyaq3NmdgicmkomxD7dwD { width:16.25rem;height:3.8984375rem;top:21.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ATf5dzETNmLXwCcgAtNrE8OLDIWK94 { display:flex;width:2.875rem;height:2.875rem;top:27.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MsGzzw0iHDdpGygGLXpQrJK4wORbHPqH { width:16.125rem;height:2.5996125rem;top:27.26171875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukDpP4yAEmALq8kCPxKnxbpuiUEv2WN { display:flex;width:3.125rem;height:3.125rem;top:31.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D5g3ZaAXbnw6sk6EmzbDBVCsRdpgxCEu { width:15.875rem;height:3.8984375rem;top:31.42578125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0wfZbQ2bpudHH9RTZnSu7TrwGGf3Jm5 { display:flex;width:3.125rem;height:3.125rem;top:36.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aRmT9Plun2RJqhga7ONK9sVLoGHFAx2B { width:13.25rem;height:2.5996125rem;top:37.0126953125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbpHiSH9Iw9ER33TfTN9lmqLQA3uIMF { display:flex;width:3.125rem;height:3.125rem;top:41.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C148TUL90K6Bg6UR2JdKTOJhzS6pe4DW { width:15.4375rem;height:7.796875rem;top:41.6875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqgE68SB9c0Sq1hNPLoytCx8710sx0mq { width:1.125rem;height:0.974825rem;top:24.5rem;left:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mam1OZx9UUOSikIaXWomDW1oXTDx31 { width:1.125rem;height:0.974825rem;top:28.5244140625rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2NKr1vut0xymaLCu3S6DO4gGeRkH4Cu { width:1.125rem;height:0.974825rem;top:34.0244140625rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPoFqtwxKdB0KhcBTMCNi4TF9QTHW3e7 { width:1.125rem;height:0.974825rem;top:48.1875rem;left:14.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2dwOS9wIOc6a2xzw8z6uG8PFmZyb1p { width:1.125rem;height:0.974825rem;top:50.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBfGUPqcCbNTL6VcJT1hErzNFKHutCq9 { width:1.125rem;height:0.974825rem;top:54.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGNc8fqmNeNGH1m5kSp7RxHuCXQFADa { width:18.9375rem;height:2.27430625rem;top:51.0625rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQIDCpaE1uTOIHCvBfHTXs7figvL5h2 { width:6.6875rem;height:1.13715rem;top:54.4189453125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqyMhElL4TtzPh57EhlOAIDPlrTttPTX { width:5.875rem;height:6.625rem;top:11.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBsIVATnIJDD7LQVluGJ4l4Q1Hp2ra8 { width:7.9375rem;height:7.9375rem;top:11.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr { display:block; }#Q1MJ8xr5UKhn9ZnriH3d4WDQyJziFsKr > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLz1TafwD8ZN4g0UMZrTD0gVt4BJXrOu { width:17.9375rem;height:12.59725rem;top:5.828125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA6I3dDe31LCT1w5TnfTdiSR0OyMKAMk { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDezxbshhBRuGEpRPC9oNHelaWfvALef { display:flex;width:2.5625rem;height:2.5625rem;top:2.59375rem;left:1.03125rem; }
 }@media only screen and (max-width: 763px) { #sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS { display:block; }#sc5Go3afKG1W5riMWCEOPOKxKuKuH4rS > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSCRe4K5O268uhenRaX9VRlbFw46nsSd { width:18.75rem;height:6.3359375rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We3OpKc0WS700FqyUSfgqr8zV1g3c8WH { width:20rem;height:26rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxSON0IyxRs0gAy56vMru0UnkLbB8iAf { display:flex;width:1.5625rem;height:2.125rem;top:36.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Ep0h1dIaRDKTMkIsFkQGlCrlg2tIycVV { width:12.75rem;height:2.5996125rem;top:36.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihJy27C2ZlZK2N8wfTgHo5ZONs1zzXiq { width:14.125rem;height:3.8984375rem;top:31.6640625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na82xWTJWV3PUhuptZ94R1dMlSkZh8tM { display:flex;width:1.5625rem;height:2.125rem;top:31.4375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #AaWSwMqCLfNwp1QaGGUrKD2OuJSTRAH7 { width:16.625rem;height:5.19791875rem;top:24.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1520uOmXVMXl1fDUmpsoVD6BvTsWU2A { width:18.75rem;height:6.9375rem;top:23.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5wSrw8yq9v5B59H2d9gODV9VXwzD2cS { width:5.125rem;height:4.875rem;top:17.349609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBd6r6RiGZ7OurHd2xVMr6uwzRrKMNqD { width:11.4375rem;height:1.29980625rem;top:20.13671875rem;left:7.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UicluRJWg2XhW4pTOUVi0CsHdLOGvZ { width:4.6875rem;height:1.94965rem;top:18.1875rem;left:7.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2VnhFsKSZd8PXK2MUyF1h99NRivQel { width:20rem;height:4.38574375rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O { display:block; }#pCLtwEZLU6ZHRiJ4lfooxTleaOQJc05O > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTPgTKNI5ITQzQo9NMwEfyZkAn1LrVR0 { width:20rem;height:4.2246125rem;top:2.849609375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-heading-text { font-size:0.9375rem;height:auto; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_8a96dda9bdbd086a69f79957a6d7d225096eaa44.svg"); }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA { display:flex;height:auto;width:20rem;top:8.21875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.25rem; }
#IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PJ0aELiifS6b7x84t2QVVNWTzMEGDrCx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OTauQA4fn41reI5SVVZGhMeGFtMc6MR0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #T4KDX3GQCddIgPoxy3RK3OZsnwx759fh {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ul3KMJUJusuU6XgmauSXB28uIl4DrVdU {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ogZD03sCqIPTzITq2qO18Dvb0rlybusH {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #LUq78Kt1qrgf9pqrgrWeA0nmyiEJpOhl {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eT5zyBHw5XZKFgu2uMdqE2nor3DJkum3 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #CnOLcWRRbLXBNyqc5JFF6b2t1TSoJeRv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lcuD1FWOWU9rHvcBa7tn5toobRMebMRO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BEq1msE6IoAHLIoaZcAxkfc7FsHbFZoB {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wwoCRvwlnmof0NcaM65IiI4baluuJzBJ {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EenXDczVI4542X9AIvTTrO7TDrp2lm6N {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EXJVaiLxJ8lHRLzMLN4mtJ27RA21cpmn {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #gFOqTZchwLFrnH1bTttM5SSvbiWTnvgL {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #NG8W1ga2gwM6IRS3gxMSweFkRnNtH54n {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #TUmqhBGG57ZaAw2SfTMlorpTbh4JpgkW {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wLzipFV4LQzaK39deg1oEmE4wnkOs49n {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nM8SiklGRDvmLPA9ur8qcH9iKHUdQnFm {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #X10tppWH0qQDmiPg7NZ821ZUWGIftvyc {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #si5OW4S3TF0xANaA2VH6NsSJLBVClTQO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #VWJiB8zRKV7OXvDBd8oxK9Fo3OWEQphM {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #BzVuwxxbsEyEoA6l69JDHBHFvSGf2m1A {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #lxh3rTSnlA0t1N9ANcws1rXuXL8bRiQP {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xwG3PT78shxyCPocWWBA6UJPD2vnIcJ0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #PehhVm9WSkpWbJ0u0mtvrgTHZqNUMmEe {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xkCpl80qmOlO4RSW1057Twl2q895BXIv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #GBwDxDlI5fd9chEUtQwq63O9qzXmOxnI {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #nC28JGMCzoAN19kQlSLafTB4Zee9uxnx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #wfobG1K9LTcvuwgiUmQ7QQXpbSKaI3PQ {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #oTFTepEICt1T5c0W3taBSTtT29Ow1Imf {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfdne3VtTRgHnfCtMfTPL74s2y4vlKv0 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ALm6u6515KcFuR1vWhIF7eoarp3XaV2g {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eR553ENHFQeFGVIXp5d9edz1TJuvoi83 {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Q5ObQyVKCNTICiJRXdTh14oTW1fdtIUt {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #vxkHCbDAshhi6cm1vDQuHH4nz7V8sJsx {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #eHPTpXUQycCpgTr8IDmh8rz0XGa8faNO {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #dbXW7t0pcKnUFGedlzEuksPl0TGJE3Tv {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #ox2BAz40VDAqp4655GXotwoT0A66PMlV {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #JZU87TGIfLS2x3c6Nl1fuTmX51y0Koof {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #RewuSBafQrfWZT9lSB5On3IuM2ePTKai {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #zfX6AqhObZHawi7KkqXFJn42b0zbCHxn {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #OwqydP30vnut15m0s4x7Thv1kt6KDobf {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #Bdz4xa2iH4MM0iktQMsGFE9xgGVGyDxA {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #P9AQtI27LTahAUPWmQWMNNM3d85gsKlm {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #uq52fSpnTTITkehbfa28AN6l19Wh2lKe {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #qA39Wp944DZDdbdAWTnmVZqpyZnsQeaV {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #tEg9D000RGd25ZeOm6LAmH3qUg63LqBu {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #EKdIxwHEV3JoTIU0pfV5crVPaz1ooKNW {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #WIkBOgZzX1mLqb4EQFLqd7kxKv75c8iK {  }
 }@media only screen and (max-width: 763px) { #IDFyJ5uhdaTNuiRTfPQNXsPliLMCfhMA #xNtNy4DeOAwykcFTSyhxNT3qPVKLknaG {  }
 }@media only screen and (max-width: 763px) { #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/708d2eef-dd9f-48f7-bdf3-79fda33dcd4f/shutterstock_2497151047.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.adaptive-delivery-prevent-bg, #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.lazyload, #Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d.lazyloading { background-image: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { background-color: transparent; background-image: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container > .video-iframe-container { display: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row > .video-iframe-container { display: none; }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .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); }#Mwh8wm2l2t3huG0spJTCmir6rh4FcM8d > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvz2eQOvVQmQdXR6ngTJ6TvR7QweiV52 { width:15.3125rem;height:8.4479375rem;top:2.25rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJqeA0DDrizohHTJBshnIsytFsBTyfUw { width:14.5rem;height:2.8125rem;top:11.82421875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivIBIXoUvdbzEGibrSTou1OyFzBUvVe { display:block; }
 }@media only screen and (max-width: 763px) { #h23eNQyT3PHaEOoxT4qlk6xe1GBep06c { display:block; }#h23eNQyT3PHaEOoxT4qlk6xe1GBep06c > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLP1VP5mHvAaIKhcb5NuIED1XFd3cMCn { width:17.1875rem;height:1.13715rem;top:1.25rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }