.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:216,234,249;--color-primary-1:137,191,236;--color-primary-2:58,149,224;--color-primary-3:44,86,163;--color-primary-4:7,80,181;--color-secondary-0:222,222,239;--color-secondary-1:145,145,203;--color-secondary-2:34,34,151;--color-secondary-3:17,17,76;--color-secondary-4:5,5,23;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:88,88,88;--color-tertiary-3:49,49,49;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { background-color: transparent; background-image: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container > .video-iframe-container { display: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container { display: none; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .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); }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { border-width: 0; border-radius: 0; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:72rem;display:block; }
#lX331ZWozivXkVxxulZBTmCrvTtArIoq { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.5625rem;left:53.000001907349rem;display:block; }
#VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:68.5rem;display:block; }
#VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.375rem;left:50.6875rem; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.3125rem;left:69.0625rem; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.1875rem;left:72.5625rem; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.875rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#7492ff;background-image:url("https://images.assets-landingi.com/uc/537b5afd-572d-4983-91aa-7a3f560c2d9a/Untitleddesign11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:75rem;height:44.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:65.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:17.5283203125rem;left:4.6552734375rem;height:5.17578125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { display:block;width:70.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.74658203125rem;left:2.3115234375rem;height:9.7485625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fafafa;text-align:center;text-align-last:center;display:block; }
#fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.812rem;height:4.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.1220703125rem;left:23.091796875rem;display:block; }
#althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:34.1875rem;left:6.875rem;height:2.92358125rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { display:block;width:3.24829375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:34.1875rem;left:26.9375rem;height:2.92358125rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ZVyPR2taozhpT6U6EGooem56LKI8AfEX { display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:34.1875rem;left:43.375rem;height:2.92358125rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { display:block;width:4.24926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:34.1875rem;left:62.5rem;height:2.92358125rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { color:rgba(var(--color-secondary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.125rem;left:5.125rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#QaepTaOwTPkuLfHbB7kheT04toICo6m7 { color:rgba(var(--color-secondary-4),1);display:block;width:10.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:37.125rem;left:23.0625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { color:rgba(var(--color-secondary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.125rem;left:41.625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { color:rgba(var(--color-secondary-4),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:37.125rem;left:58.125rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#OHmpm9BhHJ8aJ63HeVR3z2c7Me7ZvoWG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#RkIIlBbV7c2cupuqTEzmm2KRupyWsxI0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nHVsgWDrZ5MfGRnJBvA9EWvWDaXcTMux { box-sizing:content-box;height:7rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:0rem;display:block; }
#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43839109-28a9-47d7-ac06-87e055c26a18/ContinuousMonitoringRiskManagement4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.adaptive-delivery-prevent-bg, #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.lazyload, #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb.lazyloading { background-image: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { background-color: transparent; background-image: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container > .video-iframe-container { display: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container { display: none; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .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); }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { border-width: 0; border-radius: 0; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#tqR7JG5GU1ocroM2liqTyGfIofRnDPat { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:1.4583311080932rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.4318575rem;width:8.2421875rem;top:11.595050811767rem;left:33.378909111023rem;display:block; }
#J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:9.75rem;width:28.875rem;top:32.9375rem;left:5rem;display:block; }
#V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:9.75rem;width:28.875rem;top:21.3125rem;left:5rem;display:block; }
#CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { color:rgba(var(--color-primary-4),1);display:block;width:22.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.436850786209rem;left:7.9687509536744rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.250217437744rem;left:49.373919486999rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:9.75rem;width:28.875rem;top:21.3125rem;left:44.3125rem;display:block; }
#HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:9.75rem;width:28.25rem;top:32.937287569046rem;left:44.624567985534rem;display:block; }
#ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { color:rgba(var(--color-primary-4),1);display:block;width:20.68575rem;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:34.326172828674rem;left:9.0950536727906rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { color:rgba(var(--color-primary-4),1);display:block;width:18.684875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.326172828674rem;left:49.406470298767rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { display:block;width:68.935625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.452690124512rem;left:4.9717884063721rem;height:3.999025rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#LnGWu5Nt2TeASMfXPFOPWTNbNLzXEb21 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:24.874133348465rem;left:6.2814674377444rem;height:4.49706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1KegLoWCECBRVoUNgJ8aA8TGyDaJsHQ { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:37.311200141907rem;left:6.3118495941163rem;height:4.49706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQSnDAbZF4Z3yJISwvKViX8dauamsVHh { color:rgba(var(--color-tertiary-2),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:37.311200141907rem;left:45.904952049256rem;height:4.49706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l42BtNsrELnwVBoMWUuyHy1blXnU9Bcc { color:rgba(var(--color-tertiary-2),1);display:block;width:26.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.874133110046rem;left:45.279952049256rem;height:4.49706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { background-color: transparent; background-image: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container > .video-iframe-container { display: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container { display: none; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .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); }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { border-width: 0; border-radius: 0; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.14599609375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mteQwaAAObRQhwsI48zgRRuB0eccCZth { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.433349375rem;width:8.2434375rem;top:7.97119140625rem;left:33.377685546875rem;display:block; }
#UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:14.6875rem;left:50.6875rem;display:block; }
#LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:24.75rem;left:52.0625rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0615rem;top:34.25rem;left:1rem;display:block; }
#vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:25.125rem;left:26.375rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:14.6875rem;left:1.125rem;display:block; }
#kWXznEnitqudg08UvgnW5PaJfVo4nkPF { color:rgba(var(--color-primary-4),1);display:block;width:20.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.875rem;left:2.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21rem;left:28.1875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { color:rgba(var(--color-primary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.75rem;left:1.5625rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCqv9fK8E9meWLsDdmABu33yipGuSxza { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:4.624025rem;top:15.5rem;left:35.25rem;overflow:hidden;display:block; }
#cAnlZTOdNhEOTx46K68OARlysIc1RHTK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:15.25rem;left:60rem;overflow:hidden;display:block; }
#HiGXPBatTTqhlq860ZWucfmcbNk85q8e { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:15.375rem;left:10.875rem;overflow:hidden;display:block; }
#RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:14.625rem;left:26rem;display:block; }
#LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:34.25rem;left:26rem;display:block; }
#Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:34.25rem;left:51rem;display:block; }
#Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { color:rgba(var(--color-primary-4),1);display:block;width:16.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.875rem;left:4.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { color:rgba(var(--color-tertiary-2),1);display:block;width:22.059875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:44.3125rem;left:1.5rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { color:rgba(var(--color-primary-4),1);display:block;width:16.8090625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.875rem;left:29.125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fymruQliTtT187l0T4ZKay6fObBNmxVB { color:rgba(var(--color-primary-4),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.875rem;left:52.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:44.3125rem;left:26.8125rem;height:1.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { color:rgba(var(--color-tertiary-2),1);display:block;width:21.495375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:44.3125rem;left:51.8125rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:4.624025rem;top:35.6875rem;left:10.25rem;overflow:hidden;display:block; }
#pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4360375rem;width:4.4360375rem;top:35.75rem;left:35.3125rem;overflow:hidden;display:block; }
#Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.06128125rem;width:4.06128125rem;top:35.9375rem;left:60.5rem;overflow:hidden;display:block; }
#UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { display:block;width:68.934375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.263671875rem;left:3.0322265625rem;height:1.9995125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#CkfNt82Tg5Its8vIJsVWWR7uhF1ucUki { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:14.9375rem;width:23.0625rem;top:35.8125rem;left:25.9375rem;display:none; }
#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq { position:relative;display:block; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq { background-color: transparent; background-image: none; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row .container > .video-iframe-container { display: none; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row > .video-iframe-container { display: none; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .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); }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq { border-width: 0; border-radius: 0; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .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; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .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:43.1875rem;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; }#yxIQm2Ck9yPb32zR08N7KOR53TeqHKcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.871125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:5.28955078125rem;left:2.73046875rem;height:8.936625rem;font-style:normal;display:block; }
#Mq6GqxMnbVbQ4O0TUQZNITWnQFo8TvOF { display:block;width:37.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.699219107628rem;left:2.7311201095581rem;height:6.5954375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#lI6vvGWBdxJVlaIw1be7hbLDG1QTpqBG { display:block;width:37.4338125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:26.424695968628rem;left:2.7311201095581rem;height:4.396975rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#UUwoAhb2zDT1TaOTfstgZwwUptQTbV0E { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5625rem 0.1875rem 1.4375rem rgba(var(--color-secondary-4),0.5) ;height:30.625rem;width:30.186625rem;top:6.3125rem;left:43rem;display:block; }
#GTTFAyWSGgKlq9PGyqyH3AhLGAPpqzOB { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:46.5rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#mmBbv6RwSfZ1bfeUAdAuNUm6OtbaxJ9w { display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.875rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#khs3Z4R4tASpTIzCU85ZdycEM4xhlVIw { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.4375rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#fJ3MfJpi33pztKXoWUZddKwm2Ts1ckhu { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#TTgCXgT03tDIe0VXnowsuSexNVyBPRVZ { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:19.5rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#q0408tbThKfisdAukIZ833bgPErNc0FR { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:22.0625rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#XhwXCy9cxiRPWfihi7sOwJQI9ugXuzXP { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.6875rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#riJOREWPDO3sACk5ZxDkTcSLUiTBNZo1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.875rem;left:46.5rem; }
#xUmgWOrFV9WXWv4IwKyXyUT17OE7qdpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.4375rem;left:46.5rem; }
#vkizQTVS7vmALhZo5XheGTVZtsccEhoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17rem;left:46.5rem; }
#didoGnwyp3JESymWA3sNZHhuksusNmBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.5625rem;left:46.5rem; }
#DtWKSyEAwaA0zXCTsdQnG0uTpy8zVbeq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.125rem;left:46.5rem; }
#EN0gBoLRzumAG3t0hZiHnBhIkX0gvav1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.75rem;left:46.5rem; }
#ga8xi0TQxMr1bOs6UhzGNeiKUTmKJKvT { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:32.375rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#zS2kguWOpJUaoXZ35LNIFUSeHgTN0zEv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:32.4375rem;left:46.5rem; }
#OloprWLXVRHkTpWHyKzosuRpNTpAiMQL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.875rem;left:46.5rem; }
#AEs7wSIrVnkPyFykbkN23gJbxK1PwqOy { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:29.8125rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#BDbWGbbM3Qk4wdvUcnpOtKPW23hdtZSR { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:27.25rem;left:50rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#eTyUdII2vahsa0DgwO2EfyEIhrxaeIF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.3125rem;left:46.5rem; }
#T8JmqZR4mC3uPNID47wr1l2KnzsyeG5D { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.95703125rem;left:2.73046875rem;display:block; }
#o8RG24Ufzpfc5SyOCmDwKPVyhIe1hUqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { background-color: transparent; background-image: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container > .video-iframe-container { display: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container { display: none; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .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); }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { border-width: 0; border-radius: 0; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:75rem;position:relative;display:block; }#F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.771484375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.43359375rem;width:8.2448125rem;top:8.264313697815rem;left:33.376302719116rem;display:block; }
#sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:49.5625rem;display:block; }
#ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:29.875000953674rem;left:50.281251907349rem;height:3.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:26.1875rem;width:70.4375rem;top:39.130214691162rem;left:2.28125rem;display:block; }
#Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.875rem;left:24.4375rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.625rem;left:0rem;display:block; }
#vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { color:rgba(var(--color-primary-3),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:1.1865234375rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:26.68701171875rem;left:0.531005859375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:18.1875rem;width:23.0625rem;top:16.5625rem;left:24.875rem;display:block; }
#MbFLqh67r7OKQh8HxIAs40RTARdslU6h { color:rgba(var(--color-tertiary-4),1);display:block;width:26.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.93359375rem;left:26.2353515625rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iLVFXszfAf5nJv2CEdzSTd861qfh06tw { display:block;width:68.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.328116416931rem;left:4.83203125rem;height:2.1984875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.875rem;left:1.125rem;height:3.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { color:rgba(var(--color-primary-3),1);display:block;width:20.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:26.4365234375rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eehS7oGGOJDI7slO51bBVBvdxLAsqRne { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:26.6875rem;left:25.4375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:26.6875rem;left:50.125rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { color:rgba(var(--color-primary-3),1);display:block;width:20.6848125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:50.748291015625rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:48.5rem;left:10.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:50.625rem;left:10.875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:57.875rem;left:10.875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:55.8125rem;left:10.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.75rem;left:45.6875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:48.625rem;left:45.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:57.9375rem;left:45.6875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:55.875rem;left:45.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { 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:15028;opacity:1;top:49.1875rem;left:6.1653652191162rem; }
#E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { 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:15029;opacity:1;top:49.1875rem;left:41.621095657349rem; }
#iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { 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:15030;opacity:1;top:56.875rem;left:41.621095657349rem; }
#LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { 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:15031;opacity:1;top:56.875rem;left:6.1653652191162rem; }
#fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.8271484375rem;left:9.2900390625rem; }
#bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.8271484375rem;left:34.18603515625rem; }
#KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.640380859375rem;left:59.06005859375rem; }
#dECl910w7M0T3bChqwS7gIk3hRAMHliL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#KE4BapT8cpD4oXTqDKhSzMXuoqGFFK6L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#PZCBwNavASV4JwPKQto5PW1PV1tMU08T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#tBROMfpu369yonOx3BSvWXIA9NzhuQ8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.06298828125rem;left:45rem;display:none; }
#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { 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; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { background-color: transparent; background-image: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container > .video-iframe-container { display: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container { display: none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .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); }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { border-width: 0; border-radius: 0; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.4375rem;left:8rem;display:block; }
#NCv2ViNaktdEP4hIliRVUrC02gbeea6L { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.4375rem;left:23.375rem;display:block; }
#I6rt3lC83EbWSGnWNOSWy833GSGWe722 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.5rem;width:12.5rem;top:8.75rem;left:39rem;display:block; }
#K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:8.75rem;left:54.5rem;display:block; }
#S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1860375rem;width:10.9980625rem;top:10rem;left:24.25rem;overflow:hidden;display:block; }
#gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.5rem;top:10.625rem;left:8.75rem;overflow:hidden;display:block; }
#mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.6850625rem;top:17.9375rem;left:10.1875rem;overflow:hidden;display:block; }
#RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37478125rem;width:11.3748125rem;top:19rem;left:24rem;overflow:hidden;display:block; }
#zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43555rem;width:9.4365rem;top:9.0625rem;left:40.625rem;overflow:hidden;display:block; }
#yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:11.624375rem;top:17.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10rem;display:none; }
#AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.24462890625rem;left:9.1552734375rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31098125rem;width:9.1861875rem;top:9.4375rem;left:56.125rem;overflow:hidden;display:block; }
#ODLU763ERdqWAFqxsrohw0B3zmxBNATo { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37305rem;width:9.375rem;top:18.8125rem;left:56.125rem;overflow:hidden;display:block; }
#gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.499025rem;width:12.4995rem;top:16.9375rem;left:8.125rem;display:block; }
#GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:23.375rem;display:block; }
#i08QNlwr94MFB82CHW9xOhtu8cunPq86 { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:54.5rem;display:block; }
#pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.49913125rem;width:12.5rem;top:16.875rem;left:38.9375rem;display:block; }
#Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.93505859375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/43839109-28a9-47d7-ac06-87e055c26a18/ContinuousMonitoringRiskManagement4.png");background-position:bottom right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !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; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.adaptive-delivery-prevent-bg, #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.lazyload, #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn.lazyloading { background-image: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { background-color: transparent; background-image: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container > .video-iframe-container { display: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container { display: none; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .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); }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { border-width: 0; border-radius: 0; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#A7IRTkyTyZhynarhJCKqrUQG3aAuOfUX { color:rgba(var(--color-tertiary-4),1);display:block;width:67.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.5794181823731rem;left:3.65625rem;height:1.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:1.8125rem;display:block; }
#Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:26.8125rem;display:block; }
#iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:13.1875rem;left:51.8125rem;display:block; }
#GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { position:absolute;display:block;z-index:15021;background-color:#c5c5c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:6.7226467132569rem;left:33.375001907349rem;display:block; }
#RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { position:absolute;display:block;z-index:15020;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.4375rem;width:8.25rem;top:6.0617179870606rem;left:33.375rem;display:none; }
#TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:51.8125rem;display:block; }
#Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { position:absolute;display:block;z-index:14995;background-color:#f5f5f5;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:26.8125rem;display:block; }
#zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:31.6875rem;left:27.25rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.31201171875rem;left:27.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.1875rem;width:21.375rem;top:26.9375rem;left:1.8125rem;display:block; }
#XxrhalIeC24PJe66VTTeTH4WZmoIze8k { color:#fdfdfd;display:block;width:17.683625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5625rem;left:3.6865234375rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2VrHGlBasESyURAERKZdLGGMmdlHV4W { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:18.375rem;left:2.25rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:31.6875rem;left:52.25rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:28.31201171875rem;left:52.249755859375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3086037635803rem;left:0rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { color:rgba(var(--color-tertiary-0),1);display:block;width:19.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.31201171875rem;left:2.249755859375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:31.6875rem;left:2.25rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.684875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.625rem;left:27.5rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.375rem;left:26.875rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { color:rgba(var(--color-tertiary-0),1);display:block;width:19.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.75rem;left:52.62451171875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:18.375rem;left:52.25rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { 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; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { background-color: transparent; background-image: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container > .video-iframe-container { display: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container { display: none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .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); }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { border-width: 0; border-radius: 0; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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;height:17.875rem;width:16.9375rem;top:19.81201171875rem;left:1.06201171875rem;display:block; }
#X0QVy8li02kZcDeLKWkx51G8FzazT3iK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.93701171875rem;left:21.0615234375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:1.99951171875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmt7uDNco05agyoODIiScVNuPLwtqE7a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.125rem;left:1.62451171875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:28.9365234375rem;left:20.74951171875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.1875rem;left:22.125rem;display:block; }
#FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.29035375rem;height:2.66406rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.2490234375rem;left:3.4365234375rem;display:block; }
#keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.32291625rem;height:2.69661625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.1875rem;left:40.81201171875rem;display:block; }
#LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.2825527191162rem;left:0rem;height:7.8003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:11.5rem;left:33.375001907349rem;display:block; }
#bWGxRUPHTUtPTB735mBi17q3NUQGJrGb { color:rgba(var(--color-tertiary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.750000953674rem;left:1.89453125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:48.24755859375rem;left:1.06201171875rem;height:1.298825rem;display:block; }
#kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.9833984375rem;left:1.904296875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DyvTsvXWi3cbv740p1bf5gyZx54CTcpN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.778647065163rem;left:8.3958339691163rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.16535375rem;height:2.16666625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.04443359375rem;left:4.4853515625rem;display:block; }
#ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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;height:17.875rem;width:16.9375rem;top:19.875rem;left:19.6875rem;display:block; }
#Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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;height:17.875rem;width:16.9375rem;top:19.875rem;left:38.37451171875rem;display:block; }
#rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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;height:17.875rem;width:16.9375rem;top:19.875rem;left:56.93701171875rem;display:block; }
#GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2495rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.31201171875rem;left:59.37451171875rem;display:block; }
#dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwJshnT2QerS8eowpnruAfE0qt0HtOGH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.93701171875rem;left:39.87451171875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0615234375rem;left:57.9375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { color:rgba(var(--color-primary-2),1);display:block;width:15.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.12353515625rem;left:20.29541015625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.125rem;left:39rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.24951171875rem;left:57.5625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:28.99951171875rem;left:39.6240234375rem;height:1.2243625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:29.1240234375rem;left:57.375rem;height:1.2243625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:10.16535375rem;height:2.16666625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.08984375rem;left:23.1533203125rem;display:block; }
#LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.13672875rem;height:2.1380225rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.1044921875rem;left:41.86083984375rem;display:block; }
#mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:10.16535375rem;height:2.16666625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.08984375rem;left:60.3720703125rem;display:block; }
#VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(181,181,181,0.09);background-image:url("https://images.assets-landingi.com/uc/be2b6deb-2e20-444f-b2e1-05714b12588d/Untitleddesign20250113T143101661.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.adaptive-delivery-prevent-bg, #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.lazyload, #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9.lazyloading { background-image: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { background-color: transparent; background-image: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container > .video-iframe-container { display: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container { display: none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .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); }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { border-width: 0; border-radius: 0; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:19.125rem;left:12.875rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#v5iAELTCWmhVAZXTtUeizet7CNRWpvps { position:absolute;display:block;z-index:15025;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.373535rem;width:8.2483125rem;top:13.460693359375rem;left:33.64013671875rem;display:block; }
#g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-secondary-4),0.5) ;height:7.1875rem;width:6.186525rem;top:17.872314453125rem;left:5.467529296875rem;overflow:hidden;display:block; }
#vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:8.6875rem;width:28.5rem;top:17.125rem;left:41.5625rem;display:block; }
#V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.125rem;left:50.0625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-secondary-4),0.5) ;height:7.1875rem;width:6.499rem;top:17.8125rem;left:42.1875rem;overflow:hidden;display:block; }
#IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:8.6853125rem;width:28.4985625rem;top:17.125rem;left:4.5rem;display:block; }
#tW16zmtHItBVA9VLha6RisMsUNUUTaPR { color:rgba(var(--color-tertiary-0),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:7.45052087307rem;left:1.3372402191162rem;height:3.601075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N76Flx3DGdihC398U0Pol4W9357PCn4f { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.55859375rem;left:14.46533203125rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQRAbEbznPWi00egF9FMIQiS77RgWZxH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4361875rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:22.187501907349rem;left:50.062501907349rem;display:block; }
#tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.434875rem;height:2.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.187501907349rem;left:12.875rem;display:block; }
#Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,250,252,0.72);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; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { background-color: transparent; background-image: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container > .video-iframe-container { display: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container { display: none; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .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); }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { border-width: 0; border-radius: 0; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.75rem;width:24.75rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.28125rem;left:27.93701171875rem;height:3.90014375rem;font-style:normal;display:block; }
#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.664306640625rem;left:27.93701171875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
#Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.982421875rem;left:27.99951171875rem;display:block; }
#SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { position:absolute;display:block;z-index:15012;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374755625rem;width:8.2495rem;top:7.686767578125rem;left:27.93701171875rem;display:block; }
#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { 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; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { background-color: transparent; background-image: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container > .video-iframe-container { display: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container { display: none; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .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); }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { border-width: 0; border-radius: 0; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#DgJhZcAC9cdf582iwdvOLAybzt8ELboR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.40283203125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { color:rgba(var(--color-tertiary-2),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:12.122802734375rem;left:3.56201171875rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.625rem;width:23.625rem;top:19.9375rem;left:0.4375rem;display:block; }
#F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { color:rgba(var(--color-tertiary-1),1);display:block;width:22.559875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:0.96875rem;height:6.994625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:26.063804626465rem;height:5.5957rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.250005245209rem;left:51.31510925293rem;height:6.994625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:31.71875rem;left:51.46875rem;height:5.5957rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:31.719970703125rem;left:26.468505859375rem;height:6.994625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { color:rgba(var(--color-tertiary-1),1);display:block;width:22.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.719970703125rem;left:0.90576171875rem;height:6.994625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { color:rgba(var(--color-tertiary-1),0.15);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.4367189407349rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.625rem;width:23.625rem;top:19.9375rem;left:25.5rem;display:block; }
#vWN5xoGctnFTcT3zBXWrwetduOt9d049 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:23.625rem;top:19.9375rem;left:51.0625rem;display:block; }
#nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:23.625rem;top:30.8125rem;left:0.3125rem;display:block; }
#XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:23.625rem;top:30.8125rem;left:25.4375rem;display:block; }
#AuENL0UFDJKOX75VRzc3ODT524qARdwq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.75rem;width:23.625rem;top:30.8125rem;left:51.0625rem;display:block; }
#Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { position:absolute;display:block;z-index:15024;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.437011875rem;width:8.2495rem;top:10.235595703125rem;left:33.375244140625rem;display:block; }
#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { background-color: transparent; background-image: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container > .video-iframe-container { display: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container { display: none; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .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); }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { border-width: 0; border-radius: 0; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0.375rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.4375rem;left:1.3125rem;display:block; }
#RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { color:rgba(var(--color-primary-4),1);display:block;width:19.6875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.999572753906rem;left:6.0622835159302rem;height:3.8501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:1.875rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:26.875rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.4375rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.125rem;left:26.3125rem;display:block; }
#sgSv6zemhvl08HyflOxHNxBU90rK8I1G { color:rgba(var(--color-primary-4),1);display:block;width:15.875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:13.999572753906rem;left:31.124133110046rem;height:3.8501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:51.875rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50.4375rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:13.125rem;left:51.3125rem;display:block; }
#hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { color:rgba(var(--color-primary-4),1);display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:13.375rem;left:56.125rem;height:3.8501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:8.95703125rem;left:34.062501907349rem;display:block; }
#Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9218730926514rem;left:2.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#E0yTTckuGcK88ZhIINrA7Can2fl87MWz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.747375rem;height:3.5612rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.800565719604rem;left:26.126303672791rem;display:block; }
#XN4oTLidTWB8I3k6uKEB2ZgnntPIMpRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vx9iJ1Gwtdf9mlW55hRd7zBJCPFtFvTx { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.875rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NhCH3JFyHs8WMM4e4LKe0WKDsz0HP0LR { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.75rem;left:6.0625rem;height:4.55078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPFuowZARzGaz6c5teOnGQyVb903yrgQ { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0.375rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoNAz7C7hpPGnhICoahnUDanHpUh1tKm { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:31.1875rem;left:1.3125rem;display:block; }
#SpPUZX51rpVKdr3B3FFEaMbTal6SfXq2 { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.0625rem;left:26.875rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#posUqNVcBXFtlXIe74hcnBCPy1tCcs0Z { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.3125rem;left:25.4375rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOXZT9W3wu4CcOg72Zdfi7BiHoABr2Dy { color:rgba(var(--color-primary-4),1);display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.375rem;left:31.125rem;height:4.55078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esTqPuVqTB0yTDIbCaXOk5M72c4GBGCC { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:28.5rem;left:26.3125rem;display:block; }
#cMKrdZHn6lOnpqbR8Nn9Xnb3AVqwySet { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.875rem;left:50.8125rem;height:7.7185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHBAtpQfr3FB1zS4KlX9GT8bgR9hULuK { box-sizing:content-box;color:#1c34cf;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:30.0625rem;left:51.6875rem;display:block; }
#Eb6ISXgpoWI5dtvQ2nQKlSxRkKWK4Svc { color:rgba(var(--color-primary-4),1);display:block;width:18.375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:56.5rem;height:4.55078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nq9LXk85glPofSgBsk36TvQ1ZzP2VFly { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:35.625rem;left:52.25rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WrhEETzWr2naTHON3twEX92ig33sJnCH { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50.4375rem;height:7.718125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UDLEs3hrVlQ9Dv6WMnDg0C9vKiTD9vyb { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50.4375rem;height:7.718125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rQgR8kOTq9QDq5T8lqNIqJqgTnEv20W9 { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50.4375rem;height:7.718125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { background-color: transparent; background-image: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .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); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { border-width: 0; border-radius: 0; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:75rem;height:38.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { display:block;width:68.933125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.886068820953rem;left:3.0316848754883rem;height:4.60069375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8105625rem;height:3.561525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.489990234375rem;left:7.8125009536744rem;display:block; }
#gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.7470625rem;height:3.561525rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.487854003906rem;left:44.572485923767rem;display:block; }
#wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:5.625rem;width:70.4375rem;top:14.374572753906rem;left:2.3122835159302rem;display:block; }
#XzJicU9CaN42PWaGZLuehnAbWJEKxdoq { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.999328613281rem;left:7.8125009536744rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVuz4V7EGd2Tr1euqbQ2r8U93rHI4JQF { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.625rem;left:32.75rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHpVpUNIbIQTFTO6x0D2sLMWRskxn8iU { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.625rem;left:53.999567985534rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaF6rHDdOVdmDZLU9OxRBNdBXGEW4X4D { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.811828613281rem;left:8.87478351593rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x18lbU2vUeRlA6grXqiDXOVEh808yzmN { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:31.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQi57FhnT4GE8k7EFxiWmTNddokXO8nd { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.811828613281rem;left:55.374350547791rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9965276718139rem;left:1.7209205627441rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fafafa;text-align:center;text-align-last:center;display:block; }
#c8ZAu7DGT9GkVXlfZRZ0o7Lf9Te9KQCq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/392bd7ce-fad6-421b-8f8e-309d3aa0e3f2/Untitleddesign1.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4.adaptive-delivery-prevent-bg, #Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4.lazyload, #Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4.lazyloading { background-image: none; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container { background-color: transparent; background-image: none; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.28); }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container > .video-iframe-container { display: none; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.28); }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row > .video-iframe-container { display: none; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .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); }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container { border-width: 0; border-radius: 0; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container { width:75rem;height:52.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#abNXX0syaT4cGTTi7U50FTvfH3uozEIT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:13.8125rem;left:3.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nu7zxCIOyMVzvVQBv52RIBU0LxiFsRCB { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.311767578125rem;height:6.499rem;font-style:normal;display:block; }
#NFTcPdbJTEz3fbET48b7hdLaJ0QadiTO { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:41.6875rem;width:34.125rem;top:3.31201171875rem;left:39.68701171875rem;display:block; }
#PCgEeqSG3mEAaOHUde8JSV6dhAQVcqh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5000001192094rem;left:46.718751907349rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZddPyIMsiAP7BWp2IuZdBuSpF8mkIceS { color:rgba(var(--color-tertiary-2),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.062500119209rem;left:45.406251907349rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-form-header {  }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:29.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:#f2f9ff;width:29.875rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28.875rem;overflow:hidden;font-style:normal;line-height:1.1; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container:first-of-type{padding-top:0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container:last-of-type{padding-bottom:0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.809814453125rem;left:40.7470703125rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.875rem;display:block;vertical-align:top; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ {display:block;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.809814453125rem;left:40.7470703125rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #KqiOvXXy66g5Ntyy1UAXllgZp0XnISO4 { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #kmTG47xbRP2RPJEMMZls8kQTOSx7d3sP { position:relative;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #eEJtRaHytG20SUkNxXTSGlFoTmeglgC0 { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #i6liSgSv21N4uPa4WlXyIHmm6rOkJe0U { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #ZMyHhUnTR7AFnITFpWVU1s0xdPihz26Z { position:relative;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #UlaALbAie5eCp6KfAaqqis28eydsDhK2 { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #JDM4Sh08A7max0DZ5QzWutfkFK0wk8K1 { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #meMiWVo3GOhwnJImXBXeJaa577cdifcy { position:relative;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #zFB9SzahDWWq7Q5GfxqR67Avn0wW52Dy { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #W9ACRCZsSslzDVPBaTeNqPCVN2dkENqa { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #fHnxdZooeDKZTENNPcH6TPZmOtKT06vX { position:relative;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #larVhhuzq1cKGdSvD579i0CXhAhfuK0a { position:relative; }
#sRDsXFzEgART4aM2DTFewWqC4rslIAh8 { position:relative;display:block;z-index:100000;display:block; }
#ARgPtxaopWcwk1LxQLBqBZKaFoOViBKt { position:relative;display:block;z-index:100000;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #a9Fms9fBrUDxx6UTVR9rrGV1BPXNK5oG { position:relative; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #XwmBrRudQecUtJbsWqXLa4Xuul4M8G6F { position:relative; }
#gphVcTtPQboFQNVNi9H5pD8qNe45bp42 { position:absolute;display:block;z-index:15025;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:19.125rem;left:0rem;display:none; }
#WgXikT8bJS9NVSD4viDm5teSXzcMfR6O { position:absolute;display:block;z-index:15025;background-color:#eff3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.4375rem;width:8.25rem;top:23.75rem;left:3.3125rem;display:block; }
#T3a5a4901320825ee8e1a4337a86b649.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3ac7c1d-1604-42d5-a28f-ca238c83c16d/image6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#T3a5a4901320825ee8e1a4337a86b649.widget-smartsection.adaptive-delivery-prevent-bg, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection.lazyload, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection.lazyloading { background-image: none; } #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection *:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="text"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="email"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="tel"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection textarea:focus-visible { outline: none; } #TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container { background-color: transparent; background-image: none; }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container > .video-iframe-container { display: none; }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row > .video-iframe-container { display: none; }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .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); }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container { border-width: 0; border-radius: 0; }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection *:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="text"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="email"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="tel"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection textarea:focus-visible { outline: none; } #TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container { background-color: transparent; background-image: none; }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container > .video-iframe-container { display: none; }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row > .video-iframe-container { display: none; }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .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); }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container { border-width: 0; border-radius: 0; }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:60rem;position:relative;display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { 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; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { background-color: transparent; background-image: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container > .video-iframe-container { display: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container { display: none; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .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); }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { border-width: 0; border-radius: 0; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { color:#45454d;display:block;width:59.5615rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:1.962890625rem;left:7.5rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); } }@media only screen and (max-width: 763px) { #UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { width:3rem;height:3rem;top:0.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX331ZWozivXkVxxulZBTmCrvTtArIoq { width:15.1875rem;height:1.3125rem;top:1.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block; }
 }@media only screen and (max-width: 763px) { #neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { width:3rem;height:3rem;top:0.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { width:1.875rem;height:1.875rem;top:1.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { width:1.875rem;height:1.875rem;top:1.3125rem;left:45.875rem;display:block; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { width:1.875rem;height:1.875rem;top:1.1875rem;left:45.875rem;display:block; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { top:1.0625rem;left:0rem;width:7.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:47.75rem;height:5.125rem;top:17.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { width:47.75rem;height:9.6875rem;top:5.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { width:28.75rem;height:4.125rem;top:25.0625rem;left:9.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block; }
 }@media only screen and (max-width: 763px) { #KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { width:6.5625rem;height:2.875rem;top:34.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { width:3.1875rem;height:2.875rem;top:34.1875rem;left:13.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVyPR2taozhpT6U6EGooem56LKI8AfEX { width:4.8125rem;height:2.875rem;top:34.1875rem;left:29.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { width:4.1875rem;height:2.875rem;top:34.1875rem;left:43.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { top:37.125rem;left:0rem;width:9.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaepTaOwTPkuLfHbB7kheT04toICo6m7 { top:37.125rem;left:9.4375rem;width:10.9375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { top:37.125rem;left:28rem;width:9.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { top:37.125rem;left:34.8125rem;width:12.9375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmpm9BhHJ8aJ63HeVR3z2c7Me7ZvoWG { display:none; }
 }@media only screen and (max-width: 763px) { #RkIIlBbV7c2cupuqTEzmm2KRupyWsxI0 { display:none; }
 }@media only screen and (max-width: 763px) { #nHVsgWDrZ5MfGRnJBvA9EWvWDaXcTMux { top:33.25rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { display:block; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqR7JG5GU1ocroM2liqTyGfIofRnDPat { width:47.75rem;height:8.75rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { top:11.5625rem;left:19.691409111023rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { width:28.875rem;height:9.75rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { width:28.875rem;height:9.75rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { width:22.875rem;height:1.5625rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { width:18.75rem;height:1.5625rem;top:22.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { width:28.875rem;height:9.75rem;top:21.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { width:28.25rem;height:9.75rem;top:32.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { width:20.625rem;height:1.5625rem;top:34.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { width:18.625rem;height:1.5625rem;top:34.3125rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { width:47.75rem;height:3.9375rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGWu5Nt2TeASMfXPFOPWTNbNLzXEb21 { width:26.25rem;height:4.4375rem;top:24.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KegLoWCECBRVoUNgJ8aA8TGyDaJsHQ { width:26.25rem;height:4.4375rem;top:37.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSnDAbZF4Z3yJISwvKViX8dauamsVHh { width:25.625rem;height:4.4375rem;top:37.25rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42BtNsrELnwVBoMWUuyHy1blXnU9Bcc { width:26.875rem;height:4.4375rem;top:24.8125rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { display:block; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mteQwaAAObRQhwsI48zgRRuB0eccCZth { top:7.9375rem;left:19.690185546875rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { width:23rem;height:14.875rem;top:14.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { width:20.9375rem;height:2.9375rem;top:24.75rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { width:23rem;height:14.875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { width:22.25rem;height:2.9375rem;top:25.125rem;left:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { width:23rem;height:14.875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXznEnitqudg08UvgnW5PaJfVo4nkPF { width:20.625rem;height:1.5rem;top:20.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { width:18.75rem;height:1.5rem;top:21rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { width:21.25rem;height:1.5rem;top:20.75rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { width:21.9375rem;height:2.9375rem;top:24.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqv9fK8E9meWLsDdmABu33yipGuSxza { width:4.5625rem;height:4.5625rem;top:15.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnlZTOdNhEOTx46K68OARlysIc1RHTK { width:5.125rem;height:5.125rem;top:15.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiGXPBatTTqhlq860ZWucfmcbNk85q8e { width:3.875rem;height:3.875rem;top:15.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { width:23rem;height:14.875rem;top:14.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { width:23rem;height:14.875rem;top:34.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { width:23rem;height:14.875rem;top:34.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { width:16.4375rem;height:1.5rem;top:41.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { width:22rem;height:2.9375rem;top:44.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { width:16.75rem;height:1.5rem;top:41.875rem;left:15rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymruQliTtT187l0T4ZKay6fObBNmxVB { width:20.4375rem;height:1.5rem;top:41.875rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { width:21.4375rem;height:1.4375rem;top:44.3125rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { width:21.4375rem;height:2.9375rem;top:44.3125rem;left:26.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { width:4.5625rem;height:4.5625rem;top:35.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { width:4.375rem;height:4.375rem;top:35.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { width:4rem;height:4rem;top:35.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { width:47.75rem;height:1.9375rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkfNt82Tg5Its8vIJsVWWR7uhF1ucUki { width:23.0625rem;height:14.9375rem;top:35.8125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq { display:block; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxIQm2Ck9yPb32zR08N7KOR53TeqHKcZ { width:41.8125rem;height:8.9375rem;top:5.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GqxMnbVbQ4O0TUQZNITWnQFo8TvOF { width:37.1875rem;height:6.5625rem;top:16.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI6vvGWBdxJVlaIw1be7hbLDG1QTpqBG { width:37.375rem;height:4.375rem;top:26.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUwoAhb2zDT1TaOTfstgZwwUptQTbV0E { width:30.125rem;height:30.5625rem;top:6.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFAyWSGgKlq9PGyqyH3AhLGAPpqzOB { width:19.9375rem;height:2.1875rem;top:8.4375rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmBbv6RwSfZ1bfeUAdAuNUm6OtbaxJ9w { width:21.5625rem;height:2.1875rem;top:11.875rem;left:26.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khs3Z4R4tASpTIzCU85ZdycEM4xhlVIw { width:24.9375rem;height:2.1875rem;top:14.4375rem;left:22.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3MfJpi33pztKXoWUZddKwm2Ts1ckhu { width:14.3125rem;height:2.1875rem;top:17rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgCXgT03tDIe0VXnowsuSexNVyBPRVZ { width:19.9375rem;height:2.1875rem;top:19.5rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0408tbThKfisdAukIZ833bgPErNc0FR { width:19.5rem;height:2.1875rem;top:22.0625rem;left:28.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhwXCy9cxiRPWfihi7sOwJQI9ugXuzXP { width:19.9375rem;height:2.1875rem;top:24.6875rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJOREWPDO3sACk5ZxDkTcSLUiTBNZo1 { top:11.875rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUmgWOrFV9WXWv4IwKyXyUT17OE7qdpT { top:14.4375rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkizQTVS7vmALhZo5XheGTVZtsccEhoD { top:17rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #didoGnwyp3JESymWA3sNZHhuksusNmBS { top:19.5625rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtWKSyEAwaA0zXCTsdQnG0uTpy8zVbeq { top:22.125rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN0gBoLRzumAG3t0hZiHnBhIkX0gvav1 { top:24.75rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga8xi0TQxMr1bOs6UhzGNeiKUTmKJKvT { width:19.9375rem;height:2.1875rem;top:32.375rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS2kguWOpJUaoXZ35LNIFUSeHgTN0zEv { top:32.4375rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloprWLXVRHkTpWHyKzosuRpNTpAiMQL { top:29.875rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEs7wSIrVnkPyFykbkN23gJbxK1PwqOy { width:19.5rem;height:2.1875rem;top:29.8125rem;left:28.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbWGbbM3Qk4wdvUcnpOtKPW23hdtZSR { width:19.9375rem;height:2.1875rem;top:27.25rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTyUdII2vahsa0DgwO2EfyEIhrxaeIF9 { top:27.3125rem;left:32.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JmqZR4mC3uPNID47wr1l2KnzsyeG5D { width:19.9375rem;height:3.625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RG24Ufzpfc5SyOCmDwKPVyhIe1hUqH { display:block; }
 }@media only screen and (max-width: 763px) { #miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { display:block; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { top:8.25rem;left:19.688802719116rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { width:23.0625rem;height:18.1875rem;top:16.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { width:21.625rem;height:3.1875rem;top:29.875rem;left:26rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { width:47.75rem;height:26.1875rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { width:24rem;height:4.75rem;top:29.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { width:23.0625rem;height:18.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { width:20.625rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { width:21.9375rem;height:2.0625rem;top:26.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { width:23.0625rem;height:18.1875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbFLqh67r7OKQh8HxIAs40RTARdslU6h { width:26.0625rem;height:3.125rem;top:41.875rem;left:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLVFXszfAf5nJv2CEdzSTd861qfh06tw { width:47.75rem;height:2.1875rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { width:21rem;height:3.1875rem;top:29.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { width:20.5rem;height:3.125rem;top:22.8125rem;left:11.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eehS7oGGOJDI7slO51bBVBvdxLAsqRne { width:21.9375rem;height:2.0625rem;top:26.625rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { width:21.9375rem;height:2.0625rem;top:26.6875rem;left:25.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { width:20.625rem;height:3.125rem;top:22.8125rem;left:27rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { width:21.9375rem;height:2.0625rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { width:21rem;height:3.1875rem;top:50.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { width:21rem;height:3.1875rem;top:57.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { width:21.9375rem;height:2.0625rem;top:55.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { width:21rem;height:3.1875rem;top:50.75rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { width:21.9375rem;height:2.0625rem;top:48.625rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { width:21rem;height:3.1875rem;top:57.9375rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { width:21.9375rem;height:2.0625rem;top:55.875rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { top:49.1875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { top:49.1875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { top:56.875rem;left:27.933595657349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { top:56.875rem;left:1.6028652191162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { top:17.8125rem;left:4.7275390625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { top:17.8125rem;left:20.49853515625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { top:17.625rem;left:36.24755859375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dECl910w7M0T3bChqwS7gIk3hRAMHliL { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE4BapT8cpD4oXTqDKhSzMXuoqGFFK6L { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZCBwNavASV4JwPKQto5PW1PV1tMU08T { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBROMfpu369yonOx3BSvWXIA9NzhuQ8T { top:17.0625rem;left:31.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { display:none; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { top:8.4375rem;left:0rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv2ViNaktdEP4hIliRVUrC02gbeea6L { top:8.4375rem;left:9.75rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6rt3lC83EbWSGnWNOSWy833GSGWe722 { top:8.75rem;left:25.375rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { top:8.75rem;left:35.125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { top:10rem;left:10.625rem;width:10.9375rem;height:3.1687091874719rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { top:10.625rem;left:0rem;width:11.4375rem;height:1.864971954083rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { top:17.9375rem;left:0rem;width:8.625rem;height:3.7244953038972rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { top:19rem;left:10.375rem;width:11.3125rem;height:1.3670203223219rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { top:9.0625rem;left:27rem;width:9.375rem;height:4.4061140107434rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { top:17.5625rem;left:25.9375rem;width:11.5625rem;height:4.1018751646709rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { top:9.4375rem;left:38.625rem;width:9.125rem;height:4.281764677866rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLU763ERdqWAFqxsrohw0B3zmxBNATo { top:18.8125rem;left:38.375rem;width:9.375rem;height:2.37305rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { top:16.9375rem;left:0rem;width:12.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { top:16.875rem;left:9.75rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i08QNlwr94MFB82CHW9xOhtu8cunPq86 { top:16.875rem;left:35.125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { top:16.875rem;left:25.3125rem;width:12.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { display:block; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7IRTkyTyZhynarhJCKqrUQG3aAuOfUX { width:47.75rem;height:1.875rem;top:8.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { top:13.1875rem;left:0rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { top:13.1875rem;left:10.375rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { top:13.1875rem;left:26.25rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { top:6.6875rem;left:19.687501907349rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { top:6rem;left:19.6875rem;width:8.25rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { top:26.9375rem;left:26.25rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { top:26.9375rem;left:10.375rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { width:20.5rem;height:3rem;top:31.6875rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { width:19.25rem;height:1.625rem;top:28.25rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { top:26.9375rem;left:0rem;width:21.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxrhalIeC24PJe66VTTeTH4WZmoIze8k { width:17.625rem;height:3.25rem;top:14.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2VrHGlBasESyURAERKZdLGGMmdlHV4W { width:20.5rem;height:4.5rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { width:20.5rem;height:3rem;top:31.6875rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { width:20rem;height:1.625rem;top:28.25rem;left:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { width:47.75rem;height:3.875rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { width:19.0625rem;height:1.625rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { width:20.5rem;height:4.5rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { width:18.625rem;height:1.5625rem;top:14.625rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { width:20.5rem;height:4.5rem;top:18.375rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { width:19.6875rem;height:1.625rem;top:14.75rem;left:27.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { width:20.5rem;height:3rem;top:18.375rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { display:block; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { top:19.75rem;left:0rem;width:16.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QVy8li02kZcDeLKWkx51G8FzazT3iK { top:20.875rem;left:0.6875rem;width:15.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { top:21rem;left:0rem;width:15.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmt7uDNco05agyoODIiScVNuPLwtqE7a { top:25.125rem;left:0rem;width:15.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { top:28.875rem;left:0.0625rem;width:15.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { width:12.3125rem;height:2.6875rem;top:33.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block; }
 }@media only screen and (max-width: 763px) { #huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { width:12.25rem;height:2.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block; }
 }@media only screen and (max-width: 763px) { #dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { width:12.3125rem;height:2.6875rem;top:33.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block; }
 }@media only screen and (max-width: 763px) { #dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { top:2.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { top:11.5rem;left:19.687501907349rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGxRUPHTUtPTB735mBi17q3NUQGJrGb { top:13.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { top:48.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { top:28.9375rem;left:0rem;width:15.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyvTsvXWi3cbv740p1bf5gyZx54CTcpN { top:14.75rem;left:3.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { width:10.125rem;height:2.125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block; }
 }@media only screen and (max-width: 763px) { #lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { top:19.875rem;left:0rem;width:16.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { top:19.875rem;left:14.6875rem;width:16.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { top:19.875rem;left:30.625rem;width:16.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { width:12.1875rem;height:2.5625rem;top:33.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block; }
 }@media only screen and (max-width: 763px) { #iwJshnT2QerS8eowpnruAfE0qt0HtOGH { top:20.875rem;left:16.5625rem;width:15.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { top:21rem;left:32.5rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { top:25.0625rem;left:0.0625rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { top:25.125rem;left:15.875rem;width:15.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { top:25.1875rem;left:31.8125rem;width:15.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { top:28.9375rem;left:17.125rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { top:29.0625rem;left:31.375rem;width:16.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { width:10.125rem;height:2.125rem;top:40.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { width:10.125rem;height:2.125rem;top:40.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block; }
 }@media only screen and (max-width: 763px) { #esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { width:10.125rem;height:2.125rem;top:40.0625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block; }
 }@media only screen and (max-width: 763px) { #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { display:block; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { top:19.125rem;left:6.0625rem;width:17.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5iAELTCWmhVAZXTtUeizet7CNRWpvps { top:13.4375rem;left:15.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { width:6.125rem;height:7.1160203021888rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { top:17.125rem;left:19.3125rem;width:28.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { top:19.0625rem;left:29.624755859375rem;width:17.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { width:6.4375rem;height:7.1207858413888rem;top:17.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { top:17.125rem;left:0rem;width:28.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW16zmtHItBVA9VLha6RisMsUNUUTaPR { top:7.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N76Flx3DGdihC398U0Pol4W9357PCn4f { top:2.5rem;left:0rem;width:46.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRAbEbznPWi00egF9FMIQiS77RgWZxH { width:9.375rem;height:2.5625rem;top:22.1875rem;left:29.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block; }
 }@media only screen and (max-width: 763px) { #mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { width:9.375rem;height:2.5625rem;top:22.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block; }
 }@media only screen and (max-width: 763px) { #GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { display:block; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { top:3.25rem;left:0rem;width:24.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { top:3.25rem;left:9.8125rem;width:14.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { top:9.625rem;left:0rem;width:41.6875rem;height:;font-size:1rem;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { width:10.3125rem;height:3.125rem;top:26.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block; }
 }@media only screen and (max-width: 763px) { #kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { top:7.625rem;left:15.625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { display:block; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgJhZcAC9cdf582iwdvOLAybzt8ELboR { width:47.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { width:47.75rem;height:4.75rem;top:12.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { width:23.5625rem;height:9.5625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { width:22.5rem;height:6.9375rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { width:22.8125rem;height:5.5625rem;top:21.25rem;left:12.438804626465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { width:23.25rem;height:6.9375rem;top:21.25rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { width:23rem;height:5.5625rem;top:31.6875rem;left:24.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { width:22rem;height:6.9375rem;top:31.6875rem;left:12.842449188233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { width:22.625rem;height:6.9375rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { width:47.75rem;height:9.75rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { width:23.5625rem;height:9.5625rem;top:19.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWN5xoGctnFTcT3zBXWrwetduOt9d049 { width:23.5625rem;height:9.6875rem;top:19.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { width:23.5625rem;height:8.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { width:23.5625rem;height:8.75rem;top:30.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuENL0UFDJKOX75VRzc3ODT524qARdwq { width:23.5625rem;height:8.75rem;top:30.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { top:10.1875rem;left:19.750244140625rem;width:8.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { display:block; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { width:4rem;height:4rem;top:15.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { width:19.6875rem;height:3.8125rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { width:19.875rem;height:4.375rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { width:19.875rem;height:4.375rem;top:18.625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { width:4rem;height:4rem;top:13.125rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgSv6zemhvl08HyflOxHNxBU90rK8I1G { width:15.8125rem;height:3.8125rem;top:13.9375rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { width:19.875rem;height:4.375rem;top:18.625rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { width:7.5625rem;height:7.6875rem;top:10.9375rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { width:4rem;height:4rem;top:13.125rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { width:18.4375rem;height:3.8125rem;top:13.3125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { top:8.9375rem;left:20.375001907349rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0yTTckuGcK88ZhIINrA7Can2fl87MWz { width:22.6875rem;height:3.5rem;top:42.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4oTLidTWB8I3k6uKEB2ZgnntPIMpRx { display:block; }
 }@media only screen and (max-width: 763px) { #Vx9iJ1Gwtdf9mlW55hRd7zBJCPFtFvTx { width:19.875rem;height:4.375rem;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhCH3JFyHs8WMM4e4LKe0WKDsz0HP0LR { width:14.1875rem;height:4.5rem;top:29.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFuowZARzGaz6c5teOnGQyVb903yrgQ { width:7.5rem;height:7.6875rem;top:26.6875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoNAz7C7hpPGnhICoahnUDanHpUh1tKm { width:3.9375rem;height:3.9375rem;top:31.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpPUZX51rpVKdr3B3FFEaMbTal6SfXq2 { width:19.875rem;height:4.375rem;top:34.0625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #posUqNVcBXFtlXIe74hcnBCPy1tCcs0Z { width:7.5rem;height:7.6875rem;top:26.3125rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOXZT9W3wu4CcOg72Zdfi7BiHoABr2Dy { width:17.625rem;height:4.5625rem;top:29.375rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTqPuVqTB0yTDIbCaXOk5M72c4GBGCC { width:3.9375rem;height:3.9375rem;top:28.5rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKrdZHn6lOnpqbR8Nn9Xnb3AVqwySet { width:7.5rem;height:7.6875rem;top:27.875rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHBAtpQfr3FB1zS4KlX9GT8bgR9hULuK { width:3.9375rem;height:3.9375rem;top:30.0625rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb6ISXgpoWI5dtvQ2nQKlSxRkKWK4Svc { width:18.375rem;height:4.5625rem;top:30.3125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq9LXk85glPofSgBsk36TvQ1ZzP2VFly { width:19.875rem;height:4.375rem;top:35.625rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrhEETzWr2naTHON3twEX92ig33sJnCH { width:7.5rem;height:5.3125rem;top:47.8125rem;left:1.6234810948372rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDLEs3hrVlQ9Dv6WMnDg0C9vKiTD9vyb { width:7.5rem;height:5.3125rem;top:52.8125rem;left:0rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQgR8kOTq9QDq5T8lqNIqJqgTnEv20W9 { width:7.5rem;height:5.3125rem;top:52.8125rem;left:7.8745663762094rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { width:47.75rem;height:4.5625rem;top:14.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { width:28.75rem;height:3.5rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block; }
 }@media only screen and (max-width: 763px) { #HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { width:22.6875rem;height:3.5rem;top:30.4375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block; }
 }@media only screen and (max-width: 763px) { #xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { width:47.75rem;height:5.625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJicU9CaN42PWaGZLuehnAbWJEKxdoq { width:12.3125rem;height:2.25rem;top:21.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVuz4V7EGd2Tr1euqbQ2r8U93rHI4JQF { width:9.625rem;height:2.25rem;top:21.625rem;left:19.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHpVpUNIbIQTFTO6x0D2sLMWRskxn8iU { width:13.25rem;height:2.25rem;top:21.625rem;left:34.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaF6rHDdOVdmDZLU9OxRBNdBXGEW4X4D { width:10.1875rem;height:1.4375rem;top:24.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x18lbU2vUeRlA6grXqiDXOVEh808yzmN { width:11.6875rem;height:1.4375rem;top:24.9375rem;left:18rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQi57FhnT4GE8k7EFxiWmTNddokXO8nd { width:11.6875rem;height:1.4375rem;top:24.75rem;left:36.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { width:47.75rem;height:8.125rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZAu7DGT9GkVXlfZRZ0o7Lf9Te9KQCq { display:none; }
 }@media only screen and (max-width: 763px) { #Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 { display:block; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abNXX0syaT4cGTTi7U50FTvfH3uozEIT { width:31.6875rem;height:;top:13.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu7zxCIOyMVzvVQBv52RIBU0LxiFsRCB { width:32.875rem;height:6.4375rem;top:25.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTcPdbJTEz3fbET48b7hdLaJ0QadiTO { width:34.125rem;height:41.6875rem;top:3.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCgEeqSG3mEAaOHUde8JSV6dhAQVcqh3 { width:20.0625rem;height:2.4375rem;top:6.5rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddPyIMsiAP7BWp2IuZdBuSpF8mkIceS { width:22.6875rem;height:3rem;top:10.0625rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-regular-label { width:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-textarea { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.6875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-checkbox-label { width:31.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ  { width:32.0625rem;height:auto;top:13.75rem;left:13.1875rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .radio-container { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ {display:block;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ { width:32.0625rem;height:auto;top:13.75rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #KqiOvXXy66g5Ntyy1UAXllgZp0XnISO4 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #kmTG47xbRP2RPJEMMZls8kQTOSx7d3sP { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #eEJtRaHytG20SUkNxXTSGlFoTmeglgC0 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #i6liSgSv21N4uPa4WlXyIHmm6rOkJe0U {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #ZMyHhUnTR7AFnITFpWVU1s0xdPihz26Z { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #UlaALbAie5eCp6KfAaqqis28eydsDhK2 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #JDM4Sh08A7max0DZ5QzWutfkFK0wk8K1 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #meMiWVo3GOhwnJImXBXeJaa577cdifcy { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #zFB9SzahDWWq7Q5GfxqR67Avn0wW52Dy {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #W9ACRCZsSslzDVPBaTeNqPCVN2dkENqa {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #fHnxdZooeDKZTENNPcH6TPZmOtKT06vX {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #larVhhuzq1cKGdSvD579i0CXhAhfuK0a {  }
 }@media only screen and (max-width: 763px) { #sRDsXFzEgART4aM2DTFewWqC4rslIAh8 { display:block; }
 }@media only screen and (max-width: 763px) { #ARgPtxaopWcwk1LxQLBqBZKaFoOViBKt { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #a9Fms9fBrUDxx6UTVR9rrGV1BPXNK5oG {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #XwmBrRudQecUtJbsWqXLa4Xuul4M8G6F {  }
 }@media only screen and (max-width: 763px) { #gphVcTtPQboFQNVNi9H5pD8qNe45bp42 { top:19.125rem;left:0rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgXikT8bJS9NVSD4viDm5teSXzcMfR6O { top:23.75rem;left:0rem;width:8.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection { display:block; } #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection *:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="text"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="email"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="tel"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection textarea:focus-visible { outline: none; } #TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection { display:block; } #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection *:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="text"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="email"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="tel"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection textarea:focus-visible { outline: none; } #TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { width:47.75rem;height:1.5625rem;top:1.9375rem;left:0rem;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) { #UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge { position:relative;z-index:auto;display:block; }#UIxTa2KFznLisyVPyUUHdbTDvZ7TrIge > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhMBw8u4XknlPm78AevmvTlHq3Jk11HD { width:2.75rem;height:2.75rem;top:8.75rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lX331ZWozivXkVxxulZBTmCrvTtArIoq { width:15.1875rem;height:1.3125rem;top:1.5625rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhaclB0R35U97PXNAugHT9lihyQFhXmK { display:block; }
 }@media only screen and (max-width: 763px) { #neieOvlNUFhyRNPi8E4ffwPmE1FRQ8Jf { width:2.75rem;height:2.75rem;top:4.75rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGqiwRPhOsyqxDfNWK6s6bTE4PoCMtXp { width:1.875rem;height:1.875rem;top:1.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJdTVfvI96yNTfRiPurGN0tgT31k7T6N { width:1.6875rem;height:1.6875rem;top:12.2509765625rem;left:5.6298828125rem;font-size:1.125rem;display:none; }
#sJdTVfvI96yNTfRiPurGN0tgT31k7T6N > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry { width:1.6875rem;height:1.6875rem;top:12.1259765625rem;left:9.1875rem;font-size:1.125rem;display:none; }
#dI4JaZnaJIPVZh2Qyi0TobIkeG35ydry > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ykIsqeRapGL5XZW8Ov6kUHLbpcU5M8Sn { width:7.875rem;height:2.25rem;top:0.65538197755812rem;left:6.0622833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { position:relative;z-index:auto;background-color:#090515;background-image:url("https://images.assets-landingi.com/uc/82e57dc3-8691-40ec-b118-a0607fcbce49/Untitleddesign6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:20rem;height:6.650375rem;top:10.21918463707rem;left:0rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxOZQVJVm61HMle0u8QIl0aSxBQvonh4 { width:19.9978125rem;height:6.3354375rem;top:2.3665366172791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkU97MZS8PXLo9bQaTolhtHhyFSKrCrU { width:19.0625rem;height:3.5612rem;top:18.63281416893rem;left:0.46875005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #althIn43hmhaUJkFaTOKEICMW6piL8AU { display:block; }
 }@media only screen and (max-width: 763px) { #KmGW4Q7VCmB27oVOie3unpQVkyLiBAB4 { width:6.5625rem;height:1.6626rem;top:24.5rem;left:1rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8KmrQWwg0vZ8gxrUD0wpg5FaQU3Z6vM { width:3.18725625rem;height:1.6626rem;top:29.875003814698rem;left:2.6875rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVyPR2taozhpT6U6EGooem56LKI8AfEX { width:3.93676875rem;height:1.6626rem;top:24.5rem;left:13.5rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSpi2dm0Zp8QdGMhPr2rlIsxo7Mk2maG { width:4.1870125rem;height:1.6626rem;top:29.875003814698rem;left:13.375rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7iBnD1xMrL7SGSAWzTCUm0B3CuF1pQP { width:8.562rem;height:1.21875rem;top:26.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaepTaOwTPkuLfHbB7kheT04toICo6m7 { width:8.125rem;height:1.21875rem;top:31.4375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZLBxiVJIhg0Tzzm9JUf6l6RQc4t29hm { width:9.375rem;height:1.21875rem;top:26.125rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT6lFgRO1UhRHinfpt6ST6ymiTP64rLc { width:9.624rem;height:1.21875rem;top:31.4375rem;left:10.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHmpm9BhHJ8aJ63HeVR3z2c7Me7ZvoWG { top:24.4375rem;left:0rem;width:20rem;height:3.25rem;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RkIIlBbV7c2cupuqTEzmm2KRupyWsxI0 { top:29.75rem;left:0rem;width:20rem;height:3.2495125rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nHVsgWDrZ5MfGRnJBvA9EWvWDaXcTMux { width:20rem;height:7rem;top:40.185559130859rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb { display:block; }#cKuaC8VL8c50NoZ7HaAIexrk6CglA2pb > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqR7JG5GU1ocroM2liqTyGfIofRnDPat { width:20rem;height:3.84765625rem;top:1.7473955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwH8pRDfATsAgmRcIfT5xUisDHKOilr { width:8.25rem;height:0.375rem;top:6.1397569179535rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FAx2H39zaTuALmMGDeZRFKBg8fdRES { width:20rem;height:6.375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mGE7SNdsV2swthoyK1rz2onFJBT2Qe { width:20rem;height:6.875rem;top:12.999267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZPQJO0DBsNINP0RzNOtWmfuby8RaIn { width:18.75rem;height:1.2999125rem;top:14.18701171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOu1XbFWF4u61KN0SnHZhHNlcuO4CZyC { width:18.75rem;height:1.2999125rem;top:22.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuRdmnMcTCCFPxGaR81nWxn6wtyCUTP { width:20rem;height:7rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaWvMR9m0BWHJhRJmZDhxfEQJ4zM1uC { width:20rem;height:6.375rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZoF7ZR31vt1hyrsAmn0poK1Fg4dw58 { width:15.499125rem;height:1.2999125rem;top:30.811631798744rem;left:2.2493491768837rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOi0qtTm9WfmhyRPTe0TTKgJn3EmJHl { width:14.810125rem;height:1.2999125rem;top:39.249351501465rem;left:2.5944011807442rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSG7MDEfhO9z2GG7JVvD7F8tQ6F2VSo { width:19.0625rem;height:4.27001875rem;top:7.212890625rem;left:0.46728515625rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnGWu5Nt2TeASMfXPFOPWTNbNLzXEb21 { width:19.0625rem;height:4.1943375rem;top:15.7705078125rem;left:0.46728515625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L1KegLoWCECBRVoUNgJ8aA8TGyDaJsHQ { width:19.0625rem;height:3.14575rem;top:24.17431640625rem;left:0.46728515625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BQSnDAbZF4Z3yJISwvKViX8dauamsVHh { width:19.0625rem;height:3.14575rem;top:41.170792579651rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l42BtNsrELnwVBoMWUuyHy1blXnU9Bcc { width:19.0625rem;height:3.14575rem;top:32.68359375rem;left:0.46728515625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF { display:block; }#a7qUyeHO8a34QPILVTfOD0L3GOv0uNMF > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDpRgVMlTpkBiu6TukT583Z78wN8SvT3 { width:20rem;height:3.571775rem;top:1.121955871582rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mteQwaAAObRQhwsI48zgRRuB0eccCZth { width:8.25rem;height:0.375rem;top:5.3893203735351rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDKMdEP5zrxooo1kw5hsMdigunmxUs8k { width:20rem;height:9.6875rem;top:33.061851501465rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #LXfoBPXelXNW2m97oGhULcsIGOz2muT4 { width:20rem;height:2.2753875rem;top:38.874565124512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ei2V6LqU4dsaHPBKvppTIaUUhx47Jagt { width:20rem;height:9.6875rem;top:22.0625rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #vrqWXxKVmTWkubEZAh0LBDDAD4s4CaeG { width:19.0625rem;height:2.2753875rem;top:27.999992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #riSNyB1DAz1p5nwiD5poIMGPs1T1GZVi { width:20rem;height:9.6875rem;top:11.18684387207rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #kWXznEnitqudg08UvgnW5PaJfVo4nkPF { width:18.75rem;height:1.2999125rem;top:15.374130249024rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq1RfTXNCNS6WcxOADZG8GrP6Fr0v31 { width:18.75rem;height:1.2999125rem;top:26.249778747559rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMH5OiALOdQLhCckCgAO1DRZVPCcK291 { width:18.75rem;height:1.2999125rem;top:36.499351501465rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi2eTn8hyrtEO75kiKqJTV7y3VPXnm { width:20rem;height:2.2753875rem;top:17.249130249024rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WCqv9fK8E9meWLsDdmABu33yipGuSxza { width:3.125rem;height:3.125rem;top:22.812278747559rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnlZTOdNhEOTx46K68OARlysIc1RHTK { width:3.374025rem;height:3.374025rem;top:33.061851501465rem;left:8.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiGXPBatTTqhlq860ZWucfmcbNk85q8e { width:3.125rem;height:3.125rem;top:11.81184387207rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RILlJsmQIRaDoZTX06zduwlgy2WAawg9 { width:20rem;height:11rem;top:46.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKAmhHLhQpEin2TI2TrmLICAndFNZQ40 { width:20rem;height:9.6875rem;top:55.187492370606rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nDSrpd6DaoNvTzfcugr1binNpEAnB5 { width:20rem;height:9.6875rem;top:66.125007629394rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #Forqf6IJGt5NT729FUXpJ62Po5T3cFiX { width:20rem;height:1.2999125rem;top:48.562065124512rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5gq9fWdVwOMy8xrmormbtkx9hBs9Dm { width:20rem;height:2.2753875rem;top:50.374137878418rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vP7bTBetQSGqsV6K2tOU3ysaUNm6vavb { width:20rem;height:1.2999125rem;top:59.250007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymruQliTtT187l0T4ZKay6fObBNmxVB { width:20rem;height:1.2999125rem;top:70.249351501462rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCkpxyUOSBoaANL04FCsQZwNx2B7tVd { width:19.4983125rem;height:1.13818125rem;top:61.999565124512rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fp2olcONI0Ml1GoFJUhiNsRGtPW9wTXU { width:20rem;height:2.2753875rem;top:71.874778747556rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLkTNgNXyXIL8AbfzXqhSrIWt0gkFeKG { width:3.2495125rem;height:3.2495125rem;top:44.562492370606rem;left:8.3745663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4u3ZTc34nXb0VxkNesGhQ7pfVxrImM { width:3.31176875rem;height:3.31176875rem;top:55.561851501465rem;left:8.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuf6ZBdN8bEBWhKOBVhuHKaTMI29lWfe { width:2.6875rem;height:2.6875rem;top:66.999565124513rem;left:8.9995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVkuo2wphnaO5pqezEPazd0QMQEabFdJ { width:19.0625rem;height:3.3728rem;top:6.3140239715575rem;left:0.46875005960464rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkfNt82Tg5Its8vIJsVWWR7uhF1ucUki { width:20rem;height:9.6875rem;top:43.811637878418rem;left:0rem;z-index:14997;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq { display:block; }#hmutKpOuyvdWrREzw0grc9iRPu2Eq7iq > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxIQm2Ck9yPb32zR08N7KOR53TeqHKcZ { width:20rem;height:4.19921875rem;top:0.99934864044187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GqxMnbVbQ4O0TUQZNITWnQFo8TvOF { width:20rem;height:4.27001875rem;top:6.625rem;left:0rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI6vvGWBdxJVlaIw1be7hbLDG1QTpqBG { width:20rem;height:2.847225rem;top:12.125rem;left:0rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUwoAhb2zDT1TaOTfstgZwwUptQTbV0E { width:20rem;height:29.1875rem;top:16.739593505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFAyWSGgKlq9PGyqyH3AhLGAPpqzOB { width:12.3730625rem;height:1.78125rem;top:18.87109375rem;left:2.8515625rem;font-size:0.9375rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mmBbv6RwSfZ1bfeUAdAuNUm6OtbaxJ9w { width:14.375rem;height:1.5441875rem;top:22.5rem;left:4.9375rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khs3Z4R4tASpTIzCU85ZdycEM4xhlVIw { width:16.75rem;height:1.5441875rem;top:25.0625rem;left:5rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3MfJpi33pztKXoWUZddKwm2Ts1ckhu { width:14.375rem;height:1.5441875rem;top:27.5625rem;left:5rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTgCXgT03tDIe0VXnowsuSexNVyBPRVZ { width:11.375rem;height:1.5441875rem;top:30.0625rem;left:5rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0408tbThKfisdAukIZ833bgPErNc0FR { width:14.375rem;height:1.5441875rem;top:32.5625rem;left:5rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XhwXCy9cxiRPWfihi7sOwJQI9ugXuzXP { width:11.1875rem;height:1.5441875rem;top:35.0625rem;left:5rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riJOREWPDO3sACk5ZxDkTcSLUiTBNZo1 { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #xUmgWOrFV9WXWv4IwKyXyUT17OE7qdpT { display:flex;width:2.5rem;height:2.5rem;top:24.6875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #vkizQTVS7vmALhZo5XheGTVZtsccEhoD { display:flex;width:2.5rem;height:2.5rem;top:27.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #didoGnwyp3JESymWA3sNZHhuksusNmBS { display:flex;width:2.5rem;height:2.5rem;top:29.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #DtWKSyEAwaA0zXCTsdQnG0uTpy8zVbeq { display:flex;width:2.5rem;height:2.5rem;top:32.375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #EN0gBoLRzumAG3t0hZiHnBhIkX0gvav1 { display:flex;width:2.5rem;height:2.5rem;top:34.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ga8xi0TQxMr1bOs6UhzGNeiKUTmKJKvT { width:10.3125rem;height:1.5441875rem;top:42.9140625rem;left:4.84375rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zS2kguWOpJUaoXZ35LNIFUSeHgTN0zEv { display:flex;width:2.5rem;height:2.5rem;top:42.4375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #OloprWLXVRHkTpWHyKzosuRpNTpAiMQL { display:flex;width:2.5rem;height:2.5rem;top:39.875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #AEs7wSIrVnkPyFykbkN23gJbxK1PwqOy { width:11.749125rem;height:1.5441875rem;top:40.3515625rem;left:4.9361982345581rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDbWGbbM3Qk4wdvUcnpOtKPW23hdtZSR { width:7.8125rem;height:1.5441875rem;top:37.5625rem;left:4.9361982345581rem;font-size:0.8125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTyUdII2vahsa0DgwO2EfyEIhrxaeIF9 { display:flex;width:2.5rem;height:2.5rem;top:37.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #T8JmqZR4mC3uPNID47wr1l2KnzsyeG5D { width:14.625rem;height:2.5625rem;top:47.177083969116rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RG24Ufzpfc5SyOCmDwKPVyhIe1hUqH { display:block; }
 }@media only screen and (max-width: 763px) { #miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh { display:block; }#miBZ1TE1Hoa4w09RCit2RfOGWqh5hlMh > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3Oc0Pb6hA6ob1snWDAvJa3uDJAZApaG { width:20rem;height:3.571775rem;top:1.7473955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7EDgZE34ve4T9J00NJB4m3z1SZzg4Xe { width:8.25rem;height:0.375rem;top:6.1397569179535rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPUO168KrnT3gLJ5XOliywIIqvDqs3P { width:20rem;height:9.6875rem;top:34.5rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4FTmyzM4pDfBF0tRpQCi4iaQQziaTX { width:20rem;height:2.2753875rem;top:40.686195373535rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #thgTbVd7E6RmI14q1DSTeEEnxM3VVUWd { width:20rem;height:9.6875rem;top:23.5rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #Br2bm0DXNPZmr8tViJs3TN6xS9r5aPN9 { width:19.0625rem;height:3.4130875rem;top:29.088543891907rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b6SFdC8o8sFEhQW7TT1gpVMB3t9Fddg0 { width:20rem;height:9.6875rem;top:12.625rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #vAhsyHsFW1q3UPdLNc69i6TNEmDXz9T2 { width:20rem;height:2.51844375rem;top:13.562496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhNTCBfQOgxeMqUaP0h7fEyBcMX0e3C { width:20rem;height:1.48698125rem;top:16.621094465256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iOJQf8UW8IoMK5lEe1p1WuzqdtDbPfvF { width:20rem;height:28.6875rem;top:45.412109375rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #MbFLqh67r7OKQh8HxIAs40RTARdslU6h { width:20rem;height:2.2753875rem;top:47.3095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLVFXszfAf5nJv2CEdzSTd861qfh06tw { width:19.0625rem;height:3.32519375rem;top:7.6204366683963rem;left:0.46875005960464rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiBGQvZuEgcuGKHdfy7CSx3CVNidX3FV { width:19.0625rem;height:2.2753875rem;top:18.973526000976rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eyGNIwsSBKP4hodERXylyEDPGcRIFQk7 { width:20rem;height:2.51844375rem;top:24.312500715256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eehS7oGGOJDI7slO51bBVBvdxLAsqRne { width:20rem;height:1.48698125rem;top:27.371094465256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zbtaxJVfIoFUyrgxOP5DKyTRLhbHAiZ5 { width:20rem;height:1.48698125rem;top:38.016929626465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iDMN2BE5zE2cmvhGd5TyLOofmOfR37y8 { width:20rem;height:2.51844375rem;top:35.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAOCoy5edCbyBWxyoFZ0odKi3TcGTiJR { width:13.4375rem;height:1.3125rem;top:50.9521484375rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J7d7Tf3PVXLHtHd45UxaJ2yVWZMlmJMZ { width:13.375rem;height:3.14575rem;top:52.2646484375rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #stKEcMLN5TwuVSMTvZ8CaCp7yuDGqoBf { width:13.0625rem;height:3.14575rem;top:58.060546875rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q1lJFCCgfVDHDxedyu2y76Q4EeCT23PG { width:13.5rem;height:1.3125rem;top:56.748046875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GyeBU4eerO3NIbFumonBEoW1oH1VKwmh { width:15.125rem;height:2.09716875rem;top:64.328125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiR1nfbZq2AtHanQDsSFZxb0ufViCJ { width:14.1875rem;height:1.3125rem;top:62.828125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RI9lI0o66s7syJ6578RGRN6xAv2aQxBt { width:15.5rem;height:2.09716875rem;top:69.4765625rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UE3RRQxG9ChpSwXNBnuMLJrBalE4soGm { width:11.5625rem;height:1.3125rem;top:68.1015625rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3cbDaUtcDILEi8JCiDsVJuizfidxGsn { display:flex;width:3.125rem;height:3.125rem;top:71.21774296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7sdWlUOdLb6PXt9HIeG4NAD9ZedfOSG { display:flex;width:3.125rem;height:3.125rem;top:103.58224296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHCTKR7LIbTKmi1ci9F5EItSTJ4lJ8Kp { display:flex;width:3.125rem;height:3.125rem;top:114.12911796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVBUquvOKPKLy8TBCphhQ8GgL64wuizA { display:flex;width:3.125rem;height:3.125rem;top:81.76461796875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkTOWSLeGHXbi03gnfsUbeGaWBHhpGFf { display:flex;width:5.49926875rem;height:5.49926875rem;top:72.515869140625rem;left:6.810302734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bs2uaM08wBZghbgfSA2CSOBv2wmQogbr { display:flex;width:5rem;height:5rem;top:92.31149296875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KosUCbS384zMolZz9RfZ7RfqTTzdbdVg { display:flex;width:4.8120125rem;height:4.8120125rem;top:52.1240234375rem;left:7.593994140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dECl910w7M0T3bChqwS7gIk3hRAMHliL { display:flex;width:2.3125rem;height:2.3125rem;top:50.9521484375rem;left:0.90625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #KE4BapT8cpD4oXTqDKhSzMXuoqGFFK6L { display:flex;width:2.3125rem;height:2.3125rem;top:57.25rem;left:0.90625rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #PZCBwNavASV4JwPKQto5PW1PV1tMU08T { display:flex;width:2.3125rem;height:2.3125rem;top:63.375rem;left:0.90625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #tBROMfpu369yonOx3BSvWXIA9NzhuQ8T { display:flex;width:2.3125rem;height:2.3125rem;top:68.7451171875rem;left:0.90625rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT { display:block; }#saQf9KUmDbsoGTiBBLSBTcTfyae7RvgT > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHoP8qWzVDJSkwV0NxFJzhoyqbX0y6s7 { width:8.75rem;height:3.125rem;top:5.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv2ViNaktdEP4hIliRVUrC02gbeea6L { width:8.75rem;height:3.125rem;top:13.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6rt3lC83EbWSGnWNOSWy833GSGWe722 { width:8.75rem;height:3.125rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K55pbLCzlfvMLGpXpVwEGqnsHuRxG1xW { width:8.75rem;height:3.125rem;top:5.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zAbkHtDLdSQAKrzQ1eeMTViM9ClnND { width:6.6875rem;height:2.375rem;top:10.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCm4HQ6sqb0rUJ3drWxHFd0uuyc2ymSZ { width:7.8125rem;height:1.4375rem;top:6.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGtTDRRt9ewm12P1FGko3WOSgu1Vy0Lm { width:5.561525rem;height:2.3120125rem;top:18.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxbEgq3WleIMrTR89PoIDtb4TWlSzIp { width:8.4375rem;height:1.125rem;top:14.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUILX8ORMntTE4zmXJ4K0TTAH0xaZED { width:6.0620125rem;height:2.68676875rem;top:6.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ8QmmQSVbOkSFCiUQT9zETT26eA5g5 { width:8.1875rem;height:3rem;top:10.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUEZ5gTEcEFGnmdEDezokn9b5WmkMOrs { top:38.050000190735rem;left:1.8125rem;width:7.625rem;height:2.5rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AucuAU8WxEH39DbAQlK3UX0EIvu2XZZV { width:19.375rem;height:1.49956875rem;top:1.9375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aAe2caTOr7P6aogxDsBr8MhXdzw8mhdZ { width:6.625rem;height:3.1875rem;top:17.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLU763ERdqWAFqxsrohw0B3zmxBNATo { width:6.12305rem;height:1.6870125rem;top:14.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdU36a5MhEkHnrlnhbRrg4Mha9I18sw { width:8.75rem;height:3.125rem;top:9.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAn5aC2i2SDThocy2l1Wyd0lxNvpDgW { width:8.75rem;height:3.125rem;top:13.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i08QNlwr94MFB82CHW9xOhtu8cunPq86 { width:8.75rem;height:3.125rem;top:17.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQA9q7CEWqweFLXoZW8qlhnFUKeuwKg { width:8.75rem;height:3.125rem;top:17.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvue9TLrU7Q2w7yABNkOPzUwtHTKOtsB { width:20rem;height:3.571775rem;top:0.899658203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn { display:block; }#dSelm12nmF4udZ9RzBvARH8cdtSLG5Gn > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7IRTkyTyZhynarhJCKqrUQG3aAuOfUX { width:20rem;height:4.19791875rem;top:7.56103515625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwMHmySJVByvsBeIWUEF0oflc8TyvvhS { width:20rem;height:8.625rem;top:6.8115234375rem;left:0rem;background-color:#3a95e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ddsi8bSyBgD0i1sohJxcEJdMSvcgoilb { width:20rem;height:8.625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIviBEXDPaSn1rVkfkKE9IEVIIQ67tE { width:20rem;height:8.625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiicLN3rVRuEz043Rqi5EGFZR3Rw9PF { width:8.25rem;height:0.4375rem;top:6.0492286682129rem;left:2.0617188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPBTJLitRTLNbcfeDQMzuZcm5TduG6Ld { width:8.2483125rem;height:0.373535rem;top:4.951171875rem;left:5.875244140625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TVpal5hasIbSDxvmJ6gK2Snbd8APEwCX { width:20rem;height:8.625rem;top:56.5625rem;left:0rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6xSuZpfliV6AD7ckD1EPDV3oppcpnE { width:20rem;height:8.625rem;top:46.6875rem;left:0rem;background-color:#3a95e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zzo1T4sNPXJ7nHHeUhFo9IsHSvG5xudw { width:19.0625rem;height:2.6245125rem;top:50.499137878418rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQUqelaCUVCU2m2yp5PfspJTh64sNS { width:20rem;height:1.3806125rem;top:47.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lBa5HLSLqkEhiNSdTOetVyowWpAk2RPP { width:20rem;height:8.625rem;top:36.625rem;left:0rem;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XxrhalIeC24PJe66VTTeTH4WZmoIze8k { width:18.75rem;height:2.76123125rem;top:37.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x2VrHGlBasESyURAERKZdLGGMmdlHV4W { width:19.0625rem;height:3.93676875rem;top:40.873469352722rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #VVPabapTuiHNnLGU91PSIOSdyZdCtVJD { width:19.0625rem;height:2.6245125rem;top:60.061853408814rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TXKNKJ8F9uxlzLUCdHVUQXJd19wgdTqT { width:20rem;height:1.3806125rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vgmiDkARnOptLuNPUUmSVhGCRs7ypTQs { width:20rem;height:2.0317375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKaxVIOMC7moM6ty74y8hkLEKxnu8G { width:19.0625rem;height:1.2999125rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LznTqkMXlT3vN2en5Vd8vTwN6xpA1emB { width:19.0625rem;height:3.93676875rem;top:20.186632156372rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #cTbUa7Qtv8dkM6TtNbdCiTKb3M7dhMnx { width:18.62425rem;height:1.3806125rem;top:7.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OlZwPDg9t7bIymSKdQmER7DnA3xw6ATT { width:19.0625rem;height:3.93676875rem;top:10.185555458069rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tR8oPMmFP3EDmW142ufV7e1kkPz2AV6U { width:19.6875rem;height:1.3806125rem;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cTGtsXXbBQO57dmOZ1mzWTxZAX9hDVm7 { width:19.0625rem;height:3.93676875rem;top:31.06120300293rem;left:0.46875005960464rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP { display:none; }#sIubOtbtOxhMRtiV2vsDpQTwU9hPxdzP > .row .container { width:20rem;height:160.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvKJmaFWfSzmuLdnBxM9tMFfeCFhMZTI { width:20rem;height:21.3125rem;top:39rem;left:0rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X0QVy8li02kZcDeLKWkx51G8FzazT3iK { width:20rem;height:1.21875rem;top:40.187500953674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlh5e9sbtdimTsPpbFxU42UhG3xKVFa { width:20rem;height:1.21875rem;top:18.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmt7uDNco05agyoODIiScVNuPLwtqE7a { width:20rem;height:2.3559rem;top:21.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3oTzBSgThAUoTgo9PBBg18qTQwGW9D { width:17.1875rem;height:1.3997375rem;top:59.164063453674rem;left:2.8125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kc0GQHrKfWps0a4IQEUFkQzurHFU3Qhw { width:9.875rem;height:2.3125rem;top:56.809886932373rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKP9BlsB0tmK6AmJs1Oq9bzJvDGE1yNU { display:block; }
 }@media only screen and (max-width: 763px) { #huJhI8b15qG5duG5J3FNxX3Bd9PXNsNf { width:9.70835375rem;height:2.14496625rem;top:25.686652183533rem;left:5.1032987833023rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keTdVurLFxns0uXdHJGaywE0MkcORptI { display:block; }
 }@media only screen and (max-width: 763px) { #dSbJ1Tubgd4NvsGf1xa39hrie3DO8RSL { width:9.79166625rem;height:2.625rem;top:81.4375rem;left:5.1041669845581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LADq9MgvXBn1PQ9VlPSGiP0fV31RpTSN { display:block; }
 }@media only screen and (max-width: 763px) { #dqv2RPgSpSTr3psa7fIebcgPt3e8Ti3l { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNcOmJvhsAoxkaa1ZrZFy596E1LfzTS { width:8.25rem;height:0.375rem;top:6.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGxRUPHTUtPTB735mBi17q3NUQGJrGb { width:20rem;height:7.388875rem;top:8.3489580154419rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXS3oiuwuBruPIUFQxSZTEa9TNc8Ap { width:20rem;height:1.78645625rem;top:86.479169845581rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxP7TE2pPxlFysu3faqV0L0GAFt1HNZ { width:12.5rem;height:2.27430625rem;top:44.364583969116rem;left:3.75rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DyvTsvXWi3cbv740p1bf5gyZx54CTcpN { width:20rem;height:1.05555625rem;top:17.875rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQARxJGsTKtUZWdXkPGIRvvKNP24EkiE { width:10.1875rem;height:2.25rem;top:108.75088563672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZII9EDX78xGdJLH4D1iQFQl3I5d4ioiW { display:block; }
 }@media only screen and (max-width: 763px) { #lA9fK02gEw547JiEVZLtA68aeka8TkQ2 { width:16.9375rem;height:17.875rem;top:89.514774511719rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2mXW55E2ncQPo6UfBS0onI4r7CLZsB { width:16.9375rem;height:17.875rem;top:115.75088563672rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rQdqd5JVE6VWmixTJu8OdXIQ2pTCz0lt { width:16.9375rem;height:17.875rem;top:138.48699676172rem;left:1.5rem;background-color:#e3f5ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GWgTzxgyA9NeRyX9mJy24krE5AM8TQCT { width:12.1875rem;height:2.5625rem;top:151.92449676172rem;left:3.9036483764649rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9cJFU76ZSCet5rZwOB4Uf4NrSgCPON { display:block; }
 }@media only screen and (max-width: 763px) { #iwJshnT2QerS8eowpnruAfE0qt0HtOGH { width:15.1875rem;height:1.21875rem;top:116.81338563672rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQhWdzLbbwBGryAMnitr7fbx5qXV5Ts { width:15.1875rem;height:2.4375rem;top:139.67449676172rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqLGi7xIchfn3LBwDHvJOCoI5ComDT7 { width:15.875rem;height:2.3559rem;top:94.764774511719rem;left:2.1223945617676rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcNz7ThD9MdFnlNP74wIotAKx3QT93I { width:15.875rem;height:2.3559rem;top:121.00088563672rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6Rv8SXLkIqcORuulBaDWULqP0MilGE { width:15.875rem;height:2.3559rem;top:143.86199676172rem;left:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuF1auZ3MUuNTTqQP8xDJ3sgX3DVyfa { width:14.625rem;height:1.224825rem;top:124.87588563672rem;left:2.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eb0lAwiktfqyAZH47cyDfBGHHrgDlkMs { width:16.25rem;height:1.224825rem;top:147.73699676172rem;left:1.9375rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vhZtQKDdHloBCHNtPvXGwbv8yGkZ2H7c { width:10.1875rem;height:2.25rem;top:112.25088563672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEwli1JTr73P0bQxcIhozx3FJ4eJcocr { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2k8luQ3K69EVl02lmJysWJ70SWWrVE { width:10.1875rem;height:2.25rem;top:134.98699676172rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZwAES3mphruLAiZDqzrxn7zhnkSU1tm { display:block; }
 }@media only screen and (max-width: 763px) { #esdTkPOdTPKN5RfB4kHIuQ9vrFPIEDOT { width:10.1875rem;height:2.25rem;top:157.72310788672rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2rJAFtn2yQH4U2snplmnJ1ZALdPprZ { display:block; }
 }@media only screen and (max-width: 763px) { #duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 { display:none; }#duN3WpUNLnIfBDbmEZDJIhxrp86xkAZ9 > .row .container { width:20rem;height:84.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4JI52XoPSA66ZQz4V6UKD3ewkaNnd2z { width:10.6865rem;height:4.3875rem;top:2.6240234375rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5iAELTCWmhVAZXTtUeizet7CNRWpvps { width:8.25rem;height:0.375rem;top:28.23730625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27fTwHTp1p4NIFdtwqwDZ4mfUp3a5Se { width:3.25rem;height:4.125rem;top:1.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWCQXWdghNaEGtVciiguxEF2nhzi6fS { width:20rem;height:8.6875rem;top:39.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HpJPmKEqoZ7SuoxsTIVW0OIAuB6cvi { width:17.625rem;height:1.4625rem;top:41.79980625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKZmQPJLzy8M4RtuMmzNvf8qB6w0B7I { width:4.1875rem;height:5rem;top:40.42480625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtdJagaI7cC8lgLVssAtdZ4hnUg0qsM { width:20rem;height:8.625rem;top:64.299255371094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW16zmtHItBVA9VLha6RisMsUNUUTaPR { width:20rem;height:0;top:59.674255371094rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #N76Flx3DGdihC398U0Pol4W9357PCn4f { width:16.6875rem;height:2.1125rem;top:24.875rem;left:1.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQRAbEbznPWi00egF9FMIQiS77RgWZxH { width:9.4375rem;height:1.75rem;top:44.86230625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTmIJyNhqFkZFRPbGStCrCK5McR7LH2 { display:block; }
 }@media only screen and (max-width: 763px) { #mfpv7xocZLo7aD6QBbXNNIFkv0sHFtwH { width:9.4375rem;height:1.75rem;top:6.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzxr51C87fP2OUzFpGKbhwXVcPZcUSSq { display:block; }
 }@media only screen and (max-width: 763px) { #GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU { display:block; }#GrX0dgrOROSdTfbRVCLw4m2lV0pdsnqU > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzsl4ITogVJUQFMqyT7c6KqUbd1prNl { width:18.8125rem;height:14.5rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBWUzdDvE1ZlrJhGFmB36bn2Oic8oDW { width:19.0625rem;height:2.4375rem;top:17rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 { width:20rem;height:25.34425rem;top:22.3125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#egw8X7ZbEGz1oxZIVf2T1uVzokIOHoh5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ss3zNu8qbOXiZfdP9veJNMNe8P3pMWhx { width:8.7495rem;height:2.499025rem;top:49.244766235351rem;left:5.6250002980232rem;font-size:1rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWkbrv7v1FKtcfeqF5DsI68diQFkCbMQ { display:block; }
 }@media only screen and (max-width: 763px) { #kU5dnAoCPrLdXGgBWcbU0fe4RSiftgOm { width:8.25rem;height:0.375rem;top:20.5625rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHFhPwPxzlcr28heKQz6OxyTZv682J6 { display:block; }#SLHFhPwPxzlcr28heKQz6OxyTZv682J6 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgJhZcAC9cdf582iwdvOLAybzt8ELboR { width:20rem;height:2.4375rem;top:1.142578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJcCp5i5NbVTwP8AtOKbuVD8MVyxXSc { width:20rem;height:8.391125rem;top:4.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6mn6DCc1fiWVIBCOg0l1AuH26UBJPPG { width:20rem;height:9.6875rem;top:5.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VbKtpVh2AUKz38TgOhb9KHfzfSZw4u { width:19.0625rem;height:6.56125rem;top:6.8131399154662rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpVEBvZJGaWghuJdVB6tBDJDlQ9OGbc0 { width:19.0625rem;height:5.249025rem;top:18.031684875488rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vv3hfOAe2KkkICv2CuiXUXirIyQTp7 { width:19.0625rem;height:7.8735625rem;top:27.218994140625rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga71kq1ZRXXQ9qMpMOEuExZfZflmbpsT { width:19.0625rem;height:6.56125rem;top:60.250638961792rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1f3Sm5ZwqJRDwKTAIiraRozFwR4riww { width:19.0625rem;height:6.56125rem;top:49.437971115112rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1tzzIiqc8uMs2NvvU208Lge1Cufo3v { width:19.0625rem;height:6.56125rem;top:38.625191211701rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiePAshIAP8LI0d5eaaaRkUEV6AZTs8 { width:20rem;height:2.6rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJtMCcnqU6M9ZsxiH1StQbHimeROrSVU { width:20rem;height:9.6875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWN5xoGctnFTcT3zBXWrwetduOt9d049 { width:20rem;height:9.6875rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmNrn2SriLWVCrBTWuiuC0Tn5ITOp6F { width:20rem;height:9.6875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatZ2wri0SbQykFgbsR1nAOUVZfKaDQP { width:20rem;height:9.6875rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuENL0UFDJKOX75VRzc3ODT524qARdwq { width:20rem;height:9.6875rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iokxo3IbUmchMIAaGZipo4sCWLTdny46 { width:8.1875rem;height:0.375rem;top:10.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT { display:block; }#rsJsskkGTo8PVTwEmmvMzzTcTMVUAhJT > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrtGqe7W2gBThdslZxcLNPVJZSn7iPM { width:7.56225rem;height:5.4431125rem;top:5.9375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukaZLT4lo2dFVzcA148w4w8JwbrRm4J { width:3.999025rem;height:3.999025rem;top:7.4375rem;left:6.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGtXTekgHeRV7TsPOnUzKSxSdVWy0u { width:14.2480625rem;height:1.09863125rem;top:11.375rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9zKPOtynVPIHIS8lkk1fkiTaLITCoMN { width:19.9353125rem;height:3.8964875rem;top:12.6875rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcHzuMTkpMM0XRaJOdVSlZkO5kxg6c8b { width:19.9353125rem;height:3.8964875rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXZmkLK1gtPhLvVS3RyTP1wEN820EwkA { width:7.5625rem;height:5.3624125rem;top:16.5625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGFGXb6pmgArVzkiT44LzRov5D5Ib5c { width:3.999025rem;height:3.999025rem;top:18rem;left:6.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgSv6zemhvl08HyflOxHNxBU90rK8I1G { width:14.2480625rem;height:1.09863125rem;top:23.25rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEaVn7atoweNJ0TxPeMB0DrUsUAyOxy2 { width:19.9353125rem;height:3.8964875rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkkTvqGyqBkH4KeP6t1g5rbdai1Lsn { width:7.561875rem;height:5.3624125rem;top:28.8125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LvKV6myI31M4kXRsSbW9yK0uTvrkLv { width:3.999025rem;height:3.999025rem;top:30.125rem;left:6.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPNuGD1zQp0Og8EvLK3LNIgp0SPyOuu { width:14.2480625rem;height:1.09863125rem;top:34.125rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crdyhPoe5oJpF4m7ym2OJtQq4NMIvNzI { width:4.936525rem;height:0.124511875rem;top:4.498291015625rem;left:7.530517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tide6WMSpGlPm2FQo2oBBQixUXZHHW84 { width:20rem;height:1.7858875rem;top:1.6845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0yTTckuGcK88ZhIINrA7Can2fl87MWz { width:15.0615rem;height:2.686525rem;top:74.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4oTLidTWB8I3k6uKEB2ZgnntPIMpRx { display:block; }
 }@media only screen and (max-width: 763px) { #Vx9iJ1Gwtdf9mlW55hRd7zBJCPFtFvTx { width:19.8730625rem;height:3.8964875rem;top:48.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhCH3JFyHs8WMM4e4LKe0WKDsz0HP0LR { width:20rem;height:1.2999125rem;top:46.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFuowZARzGaz6c5teOnGQyVb903yrgQ { width:6rem;height:2.59874375rem;top:49.095062255859rem;left:6.2500002980231rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoNAz7C7hpPGnhICoahnUDanHpUh1tKm { width:3.9360375rem;height:3.9360375rem;top:41.5625rem;left:7.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpPUZX51rpVKdr3B3FFEaMbTal6SfXq2 { width:19.8730625rem;height:2.59765625rem;top:59.5rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #posUqNVcBXFtlXIe74hcnBCPy1tCcs0Z { width:7.5rem;height:2.59874375rem;top:65.828778125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOXZT9W3wu4CcOg72Zdfi7BiHoABr2Dy { width:17.6248125rem;height:1.2999125rem;top:57.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTqPuVqTB0yTDIbCaXOk5M72c4GBGCC { width:3.9375rem;height:3.9375rem;top:54.4375rem;left:8.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKrdZHn6lOnpqbR8Nn9Xnb3AVqwySet { width:7.5rem;height:2.59874375rem;top:81.262590625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHBAtpQfr3FB1zS4KlX9GT8bgR9hULuK { width:3.9375rem;height:3.9375rem;top:62.8125rem;left:6.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb6ISXgpoWI5dtvQ2nQKlSxRkKWK4Svc { width:20rem;height:1.2999125rem;top:67.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq9LXk85glPofSgBsk36TvQ1ZzP2VFly { width:20rem;height:2.59765625rem;top:69.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrhEETzWr2naTHON3twEX92ig33sJnCH { width:7.561875rem;height:5.3624125rem;top:40.0625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UDLEs3hrVlQ9Dv6WMnDg0C9vKiTD9vyb { width:7.561875rem;height:5.3624125rem;top:62.125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rQgR8kOTq9QDq5T8lqNIqJqgTnEv20W9 { width:7.561875rem;height:5.3624125rem;top:52.25rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:4.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { background-color: transparent; background-image: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { display: none; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .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); }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { border-width: 0; border-radius: 0; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqUEb1sczDbBhTtTIQP9zDy75w5k1OZU > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omTzoo2IWdUpRQFiEeMwOty4A3PTaquA { width:19.0625rem;height:5.69444375rem;top:10.183347702026rem;left:0.46875005960464rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV6cmBC6oDqKUTgOGeUhDIZZ06Nu7Lm3 { width:15.5rem;height:2.5625rem;top:17.96875rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXNzZNmUK9SkaOqGOs9uLDWZhBcc4by { display:block; }
 }@media only screen and (max-width: 763px) { #HBiEEeZUeTb0sCmPI0vqXJDBHiiNcUAp { width:12.0600625rem;height:2.25rem;top:21.341147601604rem;left:3.9691842198372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9pkqlSLUUq5Hhsl3p22OF1kon1Ffw { display:block; }
 }@media only screen and (max-width: 763px) { #xtmUZ2i5SyxpwOGftI3ApRE3q4ubFIpW { width:20rem;height:6.6875rem;top:9.6866455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJicU9CaN42PWaGZLuehnAbWJEKxdoq { width:6.06228125rem;height:0.97439375rem;top:25.643447637558rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oVuz4V7EGd2Tr1euqbQ2r8U93rHI4JQF { width:4.62456875rem;height:0.97439375rem;top:25.643481254578rem;left:7.311632454395rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PHpVpUNIbIQTFTO6x0D2sLMWRskxn8iU { width:6.3125rem;height:0.97439375rem;top:25.643432617188rem;left:13.435764610767rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vaF6rHDdOVdmDZLU9OxRBNdBXGEW4X4D { width:6.4355625rem;height:0.81176875rem;top:26.617839574814rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x18lbU2vUeRlA6grXqiDXOVEh808yzmN { width:7.3123125rem;height:0.81176875rem;top:26.69921875rem;left:6.2467449307442rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iQi57FhnT4GE8k7EFxiWmTNddokXO8nd { width:5.81055rem;height:0.81176875rem;top:26.617839574814rem;left:13.726562798023rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UbfCgVhSxftpaP481qrJMKFfOO3pXNf4 { width:19.99875rem;height:5.8483875rem;top:1.7431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZAu7DGT9GkVXlfZRZ0o7Lf9Te9KQCq { top:25.209202945233rem;left:0rem;width:20rem;height:2.6875rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 { display:block; }#Bhhvvx17ORKkw2qRPpEtKVnKzswJcIt4 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abNXX0syaT4cGTTi7U50FTvfH3uozEIT { width:20rem;height:2.3997375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu7zxCIOyMVzvVQBv52RIBU0LxiFsRCB { width:20rem;height:5.27954375rem;top:6.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTcPdbJTEz3fbET48b7hdLaJ0QadiTO { width:19.75rem;height:35.1875rem;top:13.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCgEeqSG3mEAaOHUde8JSV6dhAQVcqh3 { width:20rem;height:1.94970625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddPyIMsiAP7BWp2IuZdBuSpF8mkIceS { width:19.75rem;height:4.49706875rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-input-button { width:9.0625rem;margin-top:0.25rem;margin-right:8.4375rem;margin-bottom:0.25rem;margin-left:0;height:3.0625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;font-size:1.25rem;overflow:hidden; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container:first-of-type{padding-top:0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .widget-container:last-of-type{padding-bottom:0;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ  { width:17.5rem;height:auto;top:24.6875rem;left:0rem; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ {display:block;}#enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ { width:17.5rem;height:auto;top:24.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #KqiOvXXy66g5Ntyy1UAXllgZp0XnISO4 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #kmTG47xbRP2RPJEMMZls8kQTOSx7d3sP { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #eEJtRaHytG20SUkNxXTSGlFoTmeglgC0 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #i6liSgSv21N4uPa4WlXyIHmm6rOkJe0U {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #ZMyHhUnTR7AFnITFpWVU1s0xdPihz26Z { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #UlaALbAie5eCp6KfAaqqis28eydsDhK2 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #JDM4Sh08A7max0DZ5QzWutfkFK0wk8K1 {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #meMiWVo3GOhwnJImXBXeJaa577cdifcy { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #zFB9SzahDWWq7Q5GfxqR67Avn0wW52Dy {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #W9ACRCZsSslzDVPBaTeNqPCVN2dkENqa {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #fHnxdZooeDKZTENNPcH6TPZmOtKT06vX {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #larVhhuzq1cKGdSvD579i0CXhAhfuK0a {  }
 }@media only screen and (max-width: 763px) { #sRDsXFzEgART4aM2DTFewWqC4rslIAh8 { display:block; }
 }@media only screen and (max-width: 763px) { #ARgPtxaopWcwk1LxQLBqBZKaFoOViBKt { display:block; }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #a9Fms9fBrUDxx6UTVR9rrGV1BPXNK5oG {  }
 }@media only screen and (max-width: 763px) { #enhegw1nGy5Td33nTcZ1tzQ5hLyCMCsZ #XwmBrRudQecUtJbsWqXLa4Xuul4M8G6F {  }
 }@media only screen and (max-width: 763px) { #gphVcTtPQboFQNVNi9H5pD8qNe45bp42 { width:8.25rem;height:0.375rem;top:4.4375rem;left:5.8749998807907rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WgXikT8bJS9NVSD4viDm5teSXzcMfR6O { width:8.25rem;height:0.4375rem;top:23.75rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection { display:block; } #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection *:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="text"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="email"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection input[type="tel"]:focus-visible, #T3a5a4901320825ee8e1a4337a86b649.widget-smartsection textarea:focus-visible { outline: none; } #TsV9MeTgsKvM4yzbXlZfcDEfiXXHHN4T > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection { display:block; } #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection *:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="text"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="email"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection input[type="tel"]:focus-visible, #kb8d6ad8fec068cf6c4cae311f7305cd.widget-smartsection textarea:focus-visible { outline: none; } #TSBoZ0LxFzH5e6gJdBLkTirfPnsMiMiG > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Srh9H7Audgd6uSysTiC728tJg6DZXFvQ { display:block; }#Srh9H7Audgd6uSysTiC728tJg6DZXFvQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZm1aqEM3tKeMnDMqTTueHufW9dCQavZ { width:19.375rem;height:1.40014375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }