.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;
}
@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:transparent;background-image:url("https://images.assets-landingi.com/3EMw3T-ZjkE/unsplash/rut-miit-3EMw3T-ZjkE-photo-1627556704283-452301a45fd0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA { position:relative;z-index:auto;display:block; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA { background-color: transparent; background-image: none; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container > .video-iframe-container { display: none; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row > .video-iframe-container { display: none; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .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); }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA { border-width: 0; border-radius: 0; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tTuWipV9rFXMc7uRMnt9cf41h5nT4mly { 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:5.3125rem;width:9.25rem;top:0.71875rem;left:3.30859375rem;overflow:hidden;display:block; }
#xWFait3fOBlJJBq02vNyWWid2G5TEBIZ { position:absolute;display:block;z-index:15001;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.8125rem;width:2.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tGfRy94U40Kws9atPEzwegVDMG3wzd8o { position:absolute;display:block;z-index:15002;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.9375rem;width:2rem;top:0.75rem;left:73rem;overflow:hidden;display:none; }
#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp { 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:none; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row .container { border-width: 0; border-radius: 0; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/747680c3-3db5-4501-a729-3287ad5ef80a/BUBINUSASIACollaboration_LandingPage_Horizontal.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.adaptive-delivery-prevent-bg, #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.lazyload, #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.lazyloading { background-image: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { background-color: transparent; background-image: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container > .video-iframe-container { display: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container { display: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .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); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { border-width: 0; border-radius: 0; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#dxcV0kD7UWCaZylq997gXMQpTdWtT4gX { position:absolute;display:block;z-index:15039;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:7.25rem;width:7.5rem;top:34.653646469116rem;left:19.8125rem;overflow:hidden;display:none; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-form-header {  }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: none; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: none; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#006da5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:20.5rem;height:2.5rem;font-family:"open sans";overflow:hidden; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .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";line-height:1.4;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .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; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-container:first-of-type{padding-top:0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-container:last-of-type{padding-bottom:0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:50.800785064698rem;top:6.93359375rem;z-index:15058;position:absolute; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.375rem;line-height:1.4;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w {display:block;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:50.800785064698rem;top:6.93359375rem;z-index:15058;position:absolute; }
#WarzvZZ7B4cuFAqazZNGBB6I96yUKsTO { position:relative;display:block; }
#qWuGDbAUrOApGd7kQG953OiafrgpbCLt { position:relative;display:block; }
#M0mzPGkidsMW8PerCcodmMFt0csOnXwK { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #EC9x8s3pdIQzznREKUI7D0TWTewr15zv { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #vmzVRvAAihcFEQmTCxxLr8vOdKBDkxu5 { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #tGa8SpBHwogTF53D8H4bFlVnAEV8ZTuD { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xCPJyT2IAhSXfsRHHrVTmJRr7T8AD5EC { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #bEafmirLCqkhV9J62rZLiJSI8G709n7Q { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Kf3BI4xBVfXGXHqw7G3VJRpEINclZkWu { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #rBaheNcbcwglq6Pikn8EMG05qIGR6J58 { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #SWRncLtTPVC7C4449UABuIeA9eyPQlye { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #DmSgSC8xg3vFTVQDCl7J3IxTbV0J2JTf { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z52iznUoMhlrmTJ9iiWLLkAiySSBD8QL { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZNTSDccnIJDFCiFwi51yCIBIm84boiJM { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #u3M7ec4BopQfAKsdoD47DGfWIZR07TLI { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #RQDzWaNBVaaEC3UC5TTghKTu0VHBCtNt { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xuF2peH7a41eca1B4loXezEnlVWXzITc { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #oL7C0ibz29xHVmK4MFyXOK1W4lohWfWg { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #gs6Q6HvBZs5uCmzLwM6Cf1E8t1x8Rfs0 { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Fs0RSFAehTtTnXvm9BDXJsM7Ohc1KmdI { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #HsLnIX70GPip2biyZEigis7FfsKhm38T { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z2RK1LU8sqo2JLwzAiZAarISDtvvDU4p { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #H0ovdqn0LoaDAWXq2aoZnPvU5VZtKBcv { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #MsfZ53xRJVRHrQOFyL1XmXTL5EI2S8Du { position:relative; }
#CBgR2mbEuQ0HoWGRoEQf9e14eqF8RArE { position:relative;display:block; }
#yu3qTO25vE72DZ8tvZrhscPFDySNnQZo { position:relative;display:block; }
#aSxzR3XRMwZ81xh8Ukqfqlav0aZPn7AL { position:relative;display:block; }
#Tl1eA430XBN7E1pUdyohNARN0ETpFgOn { position:relative;display:block; }
#ZDniqn1vysEv2cwOty1pLZU6175KlxII { position:relative;display:block; }
#fIDR46pySZyiCOdlXgmoxu9hOapyoLQi { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #agKTTwLdA92JSm6Tkya3ZoQ1s5BNDDQq { position:relative;z-index:15000; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Iw4aVTlRmD74TNl4PUJWNx9dvQ1r0V3l { position:relative;z-index:15000; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #JkL15dg5mr1qKa21TWocPWNqFXqZK4Cu { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #TdcHKOghzDf20wXQJ3Ixa7uMyaB6ZlRJ { position:relative;z-index:2; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZAGH2elry8ibTC1eXioHanOybcwaUITz { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #daoN2f7LAlo7DJeJDC6czw3yqPTlHrG3 { position:relative;display:block;z-index:15000; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #VBnq1UrwagKQe01XpidHmbwgwxIscWvM { position:relative;display:block;z-index:15000; }
#TdQz562BsCDw0Lc9VAfHoE23LFRId2Sa { position:relative;display:block; }
#tU4CTL7a0TNVp6E3s6qWJSSy4mEhFs1w { position:relative;display:block; }
#PCEvAKOU6DdrLgRqeqDcKgO7EAqTh9sC { position:relative;display:block; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #QRw8Qx9VUfvpcw9NQSGvawuLIryJbZVx { position:relative; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w #fHGTPPr4AUR6OtCOg2EAnqAHaWs3ukWG { position:relative; }
#AUfGW2Swk2RyZveo9twQNSOnpZF1QTyn { color:#006da5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.60546875rem;left:52.800785064698rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKS3ze6berAu0FARJz9wPnPUraNOWhbs { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0rem 0.5rem rgba(0,0,0,0.17) ;height:41.3125rem;width:22.4375rem;top:0.69010448455813rem;left:51.082035064698rem;display:block; }
#G8TG6hXkHZI90CuwkwFaONF37nAogWVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container { background-color: transparent; background-image: none; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container > .video-iframe-container { display: none; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row > .video-iframe-container { display: none; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .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); }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container { border-width: 0; border-radius: 0; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#KE6tgJG9ktbzNHDubtMV9WbOgJ6JJ9lZ { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4765625rem;left:17.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZAz62Pk4VxJtf0ePfHWIW27QiLldBXum { color:#ffffff;display:block;width:71.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:5.3984375rem;left:1.96875rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#se4ecIvTVehrwcKwc1uxovIOInTKPHdf { position:absolute;display:block;z-index:14987;background-color:#008ed3;background-image:none;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: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.08) ;height:17.625rem;width:75rem;top:0.25rem;left:0rem;display:block; }
#aX3P9wVXuuTaypS4G09wOsbIAitcyKof { position:relative;display:block; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof { background-color: transparent; background-image: none; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row .container > .video-iframe-container { display: none; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row > .video-iframe-container { display: none; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .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); }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof { border-width: 0; border-radius: 0; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .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; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ImKK7zGcaihmdHRItrZvQG3AALKWWR9i { 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:33rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cN6vbnHP1aPmciuIXS3du3TePcIUTWe9 { 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:100rem;width:75rem;display:none; }
#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 { position:relative;display:block; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 { background-color: transparent; background-image: none; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row .container > .video-iframe-container { display: none; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row > .video-iframe-container { display: none; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .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); }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 { border-width: 0; border-radius: 0; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .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; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;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; }#GZUPfWrFxFHMCZXWAxNkKVTmOf9AwABZ { 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:33rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rGK0NPQTTvzKv2Sqd5ukGdQggMRhTVXk { 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:100rem;width:75rem;display:none; }
#qTThcSDiLktlo4xuTcdIpvbFShic6RrL { position:relative;display:block; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL { background-color: transparent; background-image: none; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row .container > .video-iframe-container { display: none; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row > .video-iframe-container { display: none; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .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); }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL { border-width: 0; border-radius: 0; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .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; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;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; }#BzzR5yxTXaWP9GhmwRTX3KqO1auuLanG { color:#000000;display:block;width:45.874rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15076;line-height:1.1;letter-spacing:0;top:2.24853515625rem;left:14.56298828125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h7VboU0GRkmOI1hhER5N4T3Z5Rw9NpmT { position:absolute;display:block;z-index:15067;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.81163125rem;width:75rem;top:1.0611972808838rem;left:0rem;overflow:hidden;display:block; }
#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT { position:relative;display:block; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT { background-color: transparent; background-image: none; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row .container > .video-iframe-container { display: none; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row > .video-iframe-container { display: none; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .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); }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT { border-width: 0; border-radius: 0; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .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; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JfryhrDGf2OzJf8bqH4e7em8BJ7W4bbZ { position:absolute;display:block;z-index:15001;height:27.25rem;width:22.5rem;top:1.9375rem;left:43.25rem;display:block; }
#kDyKe59OaFEuKBMWnO9Rdd90WUrS8TXN { position:absolute;display:block;z-index:15002;height:27.25rem;width:22.5rem;top:1.9375rem;left:9.20703125rem;display:block; }
#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container { background-color: transparent; background-image: none; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container > .video-iframe-container { display: none; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row > .video-iframe-container { display: none; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .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); }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container { border-width: 0; border-radius: 0; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container { font-size:0.875rem;font-family:arial;height:205.125rem;width:75rem;position:relative;display:block; }#SqQPXKTE8qZdAeEv5S8AewUMNzTzLpB0 { 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.875rem;width:18.75rem;display:none; }
#iGrlmsfOV4bHHEO6JEDCBiT2Zal03evZ { position:absolute;display:block;z-index:14998;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:22.125rem;width:12.5rem;top:0rem;left:62.5000038147rem;overflow:hidden;display:none; }
#SuKNK6xLoB78ZpRdiUFgsg3GNAUodDb2 { position:absolute;display:block;z-index:15114;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:22.3123125rem;width:22.3123125rem;top:163.12281799316rem;left:10.780166625976rem;overflow:hidden;display:block; }
#xydf3Vf2lWuDAGm3QoSXW1MyMHFMCXii { position:absolute;display:block;z-index:15090;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:13.2498125rem;width:20.1248125rem;top:85.554706573487rem;left:11.873916625976rem;overflow:hidden;display:block; }
#AHdsWmUCOQSH6M9vP1IwVJTmqkeEwoXz { position:absolute;display:block;z-index:15091;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:14.749375rem;width:22.249375rem;top:102.31121444702rem;left:41.779518127441rem;overflow:hidden;display:block; }
#XGH5ZJ0UpSTR6uRcJ5ef5IwDXDN7qJBJ { position:absolute;display:block;z-index:15092;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:17.249375rem;width:26.0623125rem;top:121.93056488037rem;left:8.1304264068606rem;overflow:hidden;display:block; }
#QpoenMgKG2kzF4lVy1Pn2zQuNlNXkQIT { position:absolute;display:block;z-index:15093;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:16.0623125rem;width:23.936625rem;top:143.7142162323rem;left:41.779518127441rem;overflow:hidden;display:block; }
#mydeiivrQBIDVfVXUFOWTcCk73ikXOyS { box-sizing:content-box;height:3.625rem;width:29.75rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;top:102.31121826172rem;left:9.3743495941163rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#mSLqBiKgA2wuhT52JnV15ksDDObSfTTd { color:#ffffff;display:block;width:24.249125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:102.57922363281rem;left:12.092449188233rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlqS2F15S9erxircxT4UCpam6s11k7Md { box-sizing:content-box;height:2.8125rem;width:31.9998125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);background-size:auto !important;top:164.31206893921rem;left:36.311851501465rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#g3iNpQU1EJcwhx2SNvNN4F0vyCzRWOCy { color:#353535;display:block;width:30.7498125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:164.62022781372rem;left:36.999351501465rem;height:2.19270625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tARmDLM8Z1Qz14GVzUWZgPAieso1T4eV { color:#000000;display:block;width:45.8736875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15075;line-height:1.1;letter-spacing:0;top:3.375rem;left:14.559894561767rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtrlIbJb5lHIoFAfX4M85DOk3TAfoCWH { position:absolute;display:block;z-index:15086;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:20.625rem;width:20.625rem;top:9.6625442504881rem;left:12.004558563233rem;overflow:hidden;display:block; }
#OVtZ1bRqxPKTu3peZXL8HsMCnS9XFOxb { color:#353535;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:12.497831344604rem;left:35.561416625976rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olEZaThPt90g7eeo2HogS1JJzsMiT8dO { position:absolute;display:block;z-index:15087;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:16.875rem;width:21.9375rem;top:31.603734970092rem;left:40.124134063721rem;overflow:hidden;display:block; }
#B5rV4KQBnlfKWJIXwWZOfxb5HdCmfVzq { position:absolute;display:block;z-index:15088;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:18.2498125rem;width:18.2498125rem;top:49.124351978302rem;left:11.817926406861rem;overflow:hidden;display:block; }
#VRTXFMoB1lc6XUbdUBpTrcE53OV88Kmi { position:absolute;display:block;z-index:15066;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.8125rem;width:75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#tgGkuG7PHleN5HcaovDwo4kXome4Ggfd { box-sizing:content-box;height:2.5625rem;width:29.75rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);background-size:auto !important;top:12.311199188233rem;left:35.561416625976rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#aW75n3tEphaJWbI1DgqAA5klTyD8AJP4 { box-sizing:content-box;height:2.5625rem;width:29.75rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;top:32.435982704162rem;left:9.1866321563719rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#mew90bipMRO4Rmf9t8tX83mozzVQ6nAL { color:#ffffff;display:block;width:28.8748125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:32.618274688721rem;left:9.8116321563719rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqlzUJWa6TUfBDsvgXPGao4JrnZZl0zL { box-sizing:content-box;height:2.5607625rem;width:30.811625rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);background-size:auto !important;top:50.435115814209rem;left:35.685115814209rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#KMHSWZ8AcNxKyBPhe96SinMArQoxGfr4 { color:#353535;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:50.616322517395rem;left:37.967014312744rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxEivTlXwM1QFcumNIbs97SN7KXM3vMy { box-sizing:content-box;height:2.56185rem;width:31.5625rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;top:70.558815002444rem;left:7.8118495941163rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#kdScBa9A9dXQnFpP4IihK8HyEm9oFOpe { color:#ffffff;display:block;width:30.1248125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:70.74218940735rem;left:8.3116321563719rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVoi1cRn8NTwo6WFEQXuAgUNDSbN6BeL { position:absolute;display:block;z-index:15089;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:16.311875rem;width:16.311875rem;top:68.747816085813rem;left:42.936199188233rem;overflow:hidden;display:block; }
#fLnoStRHkJxJMOdc65Ivr4vEZiToTqRm { box-sizing:content-box;height:2.56185rem;width:32.061625rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);background-size:auto !important;top:86.055759429931rem;left:35.186199188233rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#POkIg4ZrrrgD8rpBoU9g4mfDcKhwEQpU { color:#353535;display:block;width:30.061875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:86.603719711306rem;left:36.184463500976rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMEV7pwXNbAnGG5RDpTtkSgycZMOdDfF { color:#353535;display:block;width:30.061875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:121.37066268921rem;left:36.629776000976rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gfp7lnhzPHb9rKTPVJWe6EZMUzZGm1T6 { box-sizing:content-box;height:2.56185rem;width:32.061625rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);background-size:auto !important;top:121.18728637695rem;left:35.499134063721rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#gkpeun9ZuIpHpFHT1JNvfKXsCreZBefU { box-sizing:content-box;height:3.625rem;width:29.75rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;top:144.25rem;left:9.6875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Zwo1xqZTMUp8AT0qTJhrogKcgPMNuy4P { color:#ffffff;display:block;width:24.2480625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:144.9642162323rem;left:12.444662094116rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGuTvnbdqx2pHv2fSAzdxO3Rq8HbulIP { position:absolute;display:block;z-index:15098;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:18.186875rem;width:18.186875rem;top:186.38454246521rem;left:43.810768127441rem;overflow:hidden;display:block; }
#MKkm6EzZSR8ufrTOefTevDNp7oCDG6kv { box-sizing:content-box;height:3.625rem;width:29.75rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;top:188.125rem;left:8.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#y8sLRfmoHQ9XqtBD5DKSKDH8EBLtfwmw { color:#ffffff;display:block;width:24.2480625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:188.875rem;left:11.5rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toizixMVHmJ5OSex34BPzZdDI8EpWTVb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TRSN60g8gT8qAcDPfWtImAF4gnQlmEJH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oa5rcsEOaAZX9iwIqr5QQb9oIBAmfrZk { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#slRcPnLv3FTRfkVQMNM9qISq8Tl2Rbt7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RWiAHLZ3ITFIUHEpDleylgmINEB3Co05 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TzrfVQkOSCP4dyEqrbPzyVhI90biWc8A { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Kr1D5cirXksOHF2F9vKdsDfSbF8XSdeE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wy1C4d6tVr5oU9SBvnaUPkP2B86SAn7A { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-trigger.adaptive-delivery-prevent-bg, #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-trigger.lazyload, #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-trigger.lazyloading { background-image: none; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15119;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.973959445953rem;left:35.498699188233rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #SIpMmozds5HNCT7z6yXddSBK5cxyW3eb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #NutHITIlNdq42ftc5UA1gEtyQL86023k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #cVRdKdhJnWsq1owXa0ddIyTT9QTN5M3V { display:block;position:relative; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #vTmyUia27dZ1IKqJJ9ypiw7tZT3WaRUM {  }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #HEScOdRJOlKSlUWBXQtuzvNy4agcU7lU {  }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-trigger.adaptive-delivery-prevent-bg, #Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-trigger.lazyload, #Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-trigger.lazyloading { background-image: none; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15120;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:35.875rem;left:8.80859375rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Mg5If2or33giLNl5Veg90VS8AnmLpBFI #NQG0TtqBIPMqDgpMiJ7SL0vOraPovJxX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI #duF8XZ1avanhwWTQ0gVeyfVJcsnhhu1w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI #yxGxyHNuapvqil8URxP3xVLmpJvOsxni { display:block;position:relative; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI #TbKzlmtKdNRlWOf8K43eaMeyVT1z9rq7 {  }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI #wcpZqZuBhsOOXnhNIqn7q0Uy2CDVkWsC {  }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-trigger.adaptive-delivery-prevent-bg, #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-trigger.lazyload, #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-trigger.lazyloading { background-image: none; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15121;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:53.916667938233rem;left:35.998699188233rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #bs73aeelxkuvMNMdFtTiTSSrq152DmB2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #gTTLbEWVpBRsByxahQb51x2aODPGansP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #FaDt3DTySrsM4yhH1C6QbphICCCaPb54 { display:block;position:relative; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #iFFHL3ZF2yMI0m8Bs43Gfc1XBh4SMZno {  }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #ourZBrU4sJJKMNc1CesbkU6y9TzWg5Jc {  }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-trigger.adaptive-delivery-prevent-bg, #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-trigger.lazyload, #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-trigger.lazyloading { background-image: none; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15122;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:74.08984565735rem;left:8.58984375rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #p03E57ZeAW5KBEsuaHmgDCvsOHswFvRy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #OmCATTGL87KmQtkZo3JJStBcDbkWfvMQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #IAwpCKTxmRaW1fL4GnEDcAX7MnSOQBmL { display:block;position:relative; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #SbDGy3RtmkTVeyB8EhoXzot9ysRVfmn9 {  }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #LOpsBfyz4y2BHWVInTOsJiM7GXF2fLUQ {  }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-trigger.adaptive-delivery-prevent-bg, #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-trigger.lazyload, #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-trigger.lazyloading { background-image: none; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15123;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:89.490888595581rem;left:36.248699188233rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #V7fkmuMIdNTSlFoN1TqRpmA1xUuHoGgJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #NfOugJENi8TXgaHflfTuntbFHhf9Meog { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #ysJvgv6lZoXu9KylDKu849QtNg8KIQxG { display:block;position:relative; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #EoJTigp21O0b4JG8TQBCEcV9rkflhMPV {  }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #QQ6JZEFURqb67EzTTyoV7hMEEBUJ4CTS {  }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-trigger.adaptive-delivery-prevent-bg, #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-trigger.lazyload, #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-trigger.lazyloading { background-image: none; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15124;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:106.80989837646rem;left:9.02734375rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VbaE51lXvLgUlSRy2Bghyx5QTQS64igZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #I0wfgvZ4F1prg0ktVphmEwtK4Hy1wb9l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #NT4yMy77N7TWKGIOI1tQeqBiiiFhq8Qo { display:block;position:relative; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #x3xOkQt4P8FMTtRJrWEydsuZWv4Pll7n {  }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VVvS0T0ZUIfwHqVKOx3wtJZr19iQuVR0 {  }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-trigger.adaptive-delivery-prevent-bg, #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-trigger.lazyload, #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-trigger.lazyloading { background-image: none; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15125;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:124.56119918823rem;left:36.33984375rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #huwbngZNut4QLgakkMZQ4oy69wnq7Eks { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #lEptfslETJylSIAddzdA6V1L1W5UUPGZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #UOWd2dVHCtIAQM0Pe6IEEPuL5f733gz1 { display:block;position:relative; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #uuAh52E3DGemT522vbm9rDenALSZ3ygr {  }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #bGscr9sorsPc9prVlE4OZTHtVnXf85LN {  }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-trigger.adaptive-delivery-prevent-bg, #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-trigger.lazyload, #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-trigger.lazyloading { background-image: none; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15126;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:148.86719322204rem;left:9.37109375rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #HDx4TNcJ9wPqTRwzxxGd2ZotVu9TvGHn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #FfNdAkkpLuIhMWI13hLOPaFkRr3xAlUW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #LUqaTPCxkDtLmFSqE9n4rC58N4u3XzbV { display:block;position:relative; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #sSBQ209QiBKI9hxHvhSMDzer2z7HRk0b {  }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #tc0TyxaLDqt4mhA3PVQGhXmpAWRTwIn5 {  }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-trigger.adaptive-delivery-prevent-bg, #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-trigger.lazyload, #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-trigger.lazyloading { background-image: none; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15127;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:168.14584350586rem;left:37.15234375rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #NSt10Qo6b7o2wyozG9BPs65CW6rsCQSw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #BfxxATZFVS1V6MLT6hhuKu0buqn4lvla { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #TRzLt8VuJFc69Ns31ZQ6osrdaMTnyxI0 { display:block;position:relative; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #tQXpk7Hh7RgBh0T4U5bQ3I9FXgalX1gB {  }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #Bu1foWZ8f2Nc0KQ27ivFRPshLpSA74ep {  }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-heading-text { display:block;position:relative;width:100%;font-family:dosis;font-weight:700;font-size:1.25rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dosis; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-trigger.adaptive-delivery-prevent-bg, #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-trigger.lazyload, #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-trigger.lazyloading { background-image: none; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15128;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:192.66407394409rem;left:8.19140625rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #f8F92RoLGNqZWWsDfuIV1Z7t5uJv8uKL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #ySB1EJzkuNQ8dngQtF1MhMANdLcJTdP6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #rkXH7KlwtT6Mlia3CMEZOIUD4qQTW6xU { display:block;position:relative; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #UUdMilXmJDwH2lx8ELfLDNhOEb2V3GTg {  }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #T45tTyMLTiSKHtmSn1MZmAiPLtpCZWAx {  }
#NMNMFzyuEiPDXeMG1kMUB055tA16WwFl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN { position:relative;display:none; }#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN { border-width: 0; border-radius: 0; }#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN > .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; }#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;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:none; }#hIHOBiZPyBuS0KNs3o95BSl3HPzeSNin { position:absolute;display:block;z-index:15000;height:22.5rem;width:75rem;top:1.0612182617188rem;left:0.062501907348631rem;display:block; }
#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006da5, #008ed3);background-image: -moz-linear-gradient(180deg, #006da5, #008ed3);background-image: -ms-linear-gradient(180deg, #006da5, #008ed3);background-image: -o-linear-gradient(180deg, #006da5, #008ed3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da5', endColorstr='#008ed3' );";background-image: linear-gradient(180deg, #006da5, #008ed3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { background-color: transparent; background-image: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container > .video-iframe-container { display: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container { display: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .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); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { border-width: 0; border-radius: 0; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.9312515258789rem;left:16.4375rem;height:5.63541875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URZMz7AiVv7dvERykELULUrwJ8OJOW8s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -moz-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -ms-linear-gradient(180deg, #f9af2d, #f2e313);background-image: -o-linear-gradient(180deg, #f9af2d, #f2e313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af2d', endColorstr='#f2e313' );";background-image: linear-gradient(180deg, #f9af2d, #f2e313);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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.9375rem;left:28.75rem;display:block; }
#cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424043;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; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container { background-color: transparent; background-image: none; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container > .video-iframe-container { display: none; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row > .video-iframe-container { display: none; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .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); }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container { border-width: 0; border-radius: 0; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#c7CrTbVycX370sunTWKJ50ZqaZ0i07Ra { color:#000000;display:block;width:17.4989375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.043188095092rem;left:28.75rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#PsfT5sDP3RczFF17aSeUN3f9J3s0Tx5n { background-color:#424043;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:9rem;left:32.3125rem;display:block; }
#VEGyur3PKCqvDT9JnoTqVWmdSxIizTGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FL4W7CvHoIw40MMiIPuGh762luKOD6Hq { position:absolute;display:block;z-index:15010;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.125rem;width:8.4375rem;top:1.125rem;left:30.0625rem;overflow:hidden;display:block; }
#KgZPoIKnIT1nxTeDKWCBAn7U1km13Hga { position:absolute;display:block;z-index:15011;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.5rem;width:1.5rem;top:6.9375rem;left:30.125rem;overflow:hidden;display:block; }
#ScTT92cRWx8WJESpE38XAp5WZyHW8do6 { position:absolute;display:block;z-index:15012;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.5625rem;width:1.5625rem;top:10.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#gzBueAHPlN6rm5ctksSOpvWlsVuKEWQZ { 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:1.625rem;width:1.625rem;top:8.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#HB4gvFCRAfURCkedZPOTn2HvuLpVbpCu { background-color:#424043;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.5625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:6.9375rem;left:32.375rem;display:block; }
#cJ8uuhm5UIQtAWmXmFpfuizIKJ0EqNHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwXmD74xROONHzGAz2S6TXk1DMWhs6lJ { position:absolute;display:block;z-index:15009;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:6.75rem;width:6.75rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#buqnvuDrnoLBAaJbpXU7MdqBKDTQBGoJ { background-color:#424043;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1.5625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:10.75rem;left:32.375rem;display:block; }
#IJ1DyoyAOJ51IdChmr9nypo2zufZSuFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA { display:block; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTuWipV9rFXMc7uRMnt9cf41h5nT4mly { top:0.6875rem;left:0rem;width:9.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWFait3fOBlJJBq02vNyWWid2G5TEBIZ { top:0rem;left:0rem;width:2.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGfRy94U40Kws9atPEzwegVDMG3wzd8o { top:0.75rem;left:45.75rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp { display:block; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s { display:block; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxcV0kD7UWCaZylq997gXMQpTdWtT4gX { top:34.625rem;left:6.1875rem;width:7.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-regular-label { display:block;width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-checkbox-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w  { width:20.5rem;height:31.625rem;top:6.875rem;left:24.75rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w {display:block;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w { width:20.5rem;height:31.625rem;top:6.875rem;left:24.75rem; }
 }@media only screen and (max-width: 763px) { #WarzvZZ7B4cuFAqazZNGBB6I96yUKsTO { display:block; }
 }@media only screen and (max-width: 763px) { #qWuGDbAUrOApGd7kQG953OiafrgpbCLt { display:block; }
 }@media only screen and (max-width: 763px) { #M0mzPGkidsMW8PerCcodmMFt0csOnXwK { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #EC9x8s3pdIQzznREKUI7D0TWTewr15zv {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #vmzVRvAAihcFEQmTCxxLr8vOdKBDkxu5 { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #tGa8SpBHwogTF53D8H4bFlVnAEV8ZTuD {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xCPJyT2IAhSXfsRHHrVTmJRr7T8AD5EC {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #bEafmirLCqkhV9J62rZLiJSI8G709n7Q {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Kf3BI4xBVfXGXHqw7G3VJRpEINclZkWu {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #rBaheNcbcwglq6Pikn8EMG05qIGR6J58 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #SWRncLtTPVC7C4449UABuIeA9eyPQlye { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #DmSgSC8xg3vFTVQDCl7J3IxTbV0J2JTf {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z52iznUoMhlrmTJ9iiWLLkAiySSBD8QL {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZNTSDccnIJDFCiFwi51yCIBIm84boiJM { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #u3M7ec4BopQfAKsdoD47DGfWIZR07TLI {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #RQDzWaNBVaaEC3UC5TTghKTu0VHBCtNt {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xuF2peH7a41eca1B4loXezEnlVWXzITc { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #oL7C0ibz29xHVmK4MFyXOK1W4lohWfWg {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #gs6Q6HvBZs5uCmzLwM6Cf1E8t1x8Rfs0 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Fs0RSFAehTtTnXvm9BDXJsM7Ohc1KmdI { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #HsLnIX70GPip2biyZEigis7FfsKhm38T {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z2RK1LU8sqo2JLwzAiZAarISDtvvDU4p {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #H0ovdqn0LoaDAWXq2aoZnPvU5VZtKBcv { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #MsfZ53xRJVRHrQOFyL1XmXTL5EI2S8Du {  }
 }@media only screen and (max-width: 763px) { #CBgR2mbEuQ0HoWGRoEQf9e14eqF8RArE { display:block; }
 }@media only screen and (max-width: 763px) { #yu3qTO25vE72DZ8tvZrhscPFDySNnQZo { display:block; }
 }@media only screen and (max-width: 763px) { #aSxzR3XRMwZ81xh8Ukqfqlav0aZPn7AL { display:block; }
 }@media only screen and (max-width: 763px) { #Tl1eA430XBN7E1pUdyohNARN0ETpFgOn { display:block; }
 }@media only screen and (max-width: 763px) { #ZDniqn1vysEv2cwOty1pLZU6175KlxII { display:block; }
 }@media only screen and (max-width: 763px) { #fIDR46pySZyiCOdlXgmoxu9hOapyoLQi { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #agKTTwLdA92JSm6Tkya3ZoQ1s5BNDDQq { z-index:15000; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Iw4aVTlRmD74TNl4PUJWNx9dvQ1r0V3l { z-index:15000; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #JkL15dg5mr1qKa21TWocPWNqFXqZK4Cu {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #TdcHKOghzDf20wXQJ3Ixa7uMyaB6ZlRJ {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZAGH2elry8ibTC1eXioHanOybcwaUITz {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #daoN2f7LAlo7DJeJDC6czw3yqPTlHrG3 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #VBnq1UrwagKQe01XpidHmbwgwxIscWvM {  }
 }@media only screen and (max-width: 763px) { #TdQz562BsCDw0Lc9VAfHoE23LFRId2Sa { display:block; }
 }@media only screen and (max-width: 763px) { #tU4CTL7a0TNVp6E3s6qWJSSy4mEhFs1w { display:block; }
 }@media only screen and (max-width: 763px) { #PCEvAKOU6DdrLgRqeqDcKgO7EAqTh9sC { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #QRw8Qx9VUfvpcw9NQSGvawuLIryJbZVx {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #fHGTPPr4AUR6OtCOg2EAnqAHaWs3ukWG {  }
 }@media only screen and (max-width: 763px) { #AUfGW2Swk2RyZveo9twQNSOnpZF1QTyn { top:2.5625rem;left:28.75rem;width:19rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS3ze6berAu0FARJz9wPnPUraNOWhbs { top:0.6875rem;left:25.3125rem;width:22.4375rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TG6hXkHZI90CuwkwFaONF37nAogWVb { display:block; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE6tgJG9ktbzNHDubtMV9WbOgJ6JJ9lZ { top:1.4375rem;left:3.4375rem;width:40.875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAz62Pk4VxJtf0ePfHWIW27QiLldBXum { top:5.375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4ecIvTVehrwcKwc1uxovIOInTKPHdf { top:0.25rem;left:0rem;width:47.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3P9wVXuuTaypS4G09wOsbIAitcyKof { display:block; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImKK7zGcaihmdHRItrZvQG3AALKWWR9i { top:0rem;left:0rem;width:47.75rem;height:21.01rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6vbnHP1aPmciuIXS3du3TePcIUTWe9 { width:47.75rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 { display:block; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZUPfWrFxFHMCZXWAxNkKVTmOf9AwABZ { top:0rem;left:0rem;width:47.75rem;height:21.01rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGK0NPQTTvzKv2Sqd5ukGdQggMRhTVXk { width:47.75rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTThcSDiLktlo4xuTcdIpvbFShic6RrL { display:block; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzzR5yxTXaWP9GhmwRTX3KqO1auuLanG { top:2.1875rem;left:0.9375rem;width:45.8125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VboU0GRkmOI1hhER5N4T3Z5Rw9NpmT { top:1rem;left:0rem;width:47.75rem;height:3.7000718958333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT { display:block; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfryhrDGf2OzJf8bqH4e7em8BJ7W4bbZ { top:1.9375rem;left:25.25rem;width:22.5rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyKe59OaFEuKBMWnO9Rdd90WUrS8TXN { top:1.9375rem;left:0rem;width:22.5rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n { display:block; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqQPXKTE8qZdAeEv5S8AewUMNzTzLpB0 { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGrlmsfOV4bHHEO6JEDCBiT2Zal03evZ { top:0rem;left:35.25rem;width:12.5rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuKNK6xLoB78ZpRdiUFgsg3GNAUodDb2 { top:163.0625rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xydf3Vf2lWuDAGm3QoSXW1MyMHFMCXii { top:85.5rem;left:0rem;width:20.0625rem;height:13.208787077209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdsWmUCOQSH6M9vP1IwVJTmqkeEwoXz { top:102.25rem;left:25.5625rem;width:22.1875rem;height:14.708357327453rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGH5ZJ0UpSTR6uRcJ5ef5IwDXDN7qJBJ { top:121.875rem;left:0rem;width:26rem;height:17.208133391847rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpoenMgKG2kzF4lVy1Pn2zQuNlNXkQIT { top:143.6875rem;left:23.875rem;width:23.875rem;height:16.020959969816rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydeiivrQBIDVfVXUFOWTcCk73ikXOyS { top:102.25rem;left:0rem;width:29.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLqBiKgA2wuhT52JnV15ksDDObSfTTd { top:102.5625rem;left:0rem;width:24.1875rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlqS2F15S9erxircxT4UCpam6s11k7Md { top:164.25rem;left:15.8125rem;width:31.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3iNpQU1EJcwhx2SNvNN4F0vyCzRWOCy { top:164.5625rem;left:17.0625rem;width:30.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARmDLM8Z1Qz14GVzUWZgPAieso1T4eV { top:3.375rem;left:0.93489456176756rem;width:45.8125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtrlIbJb5lHIoFAfX4M85DOk3TAfoCWH { top:9.625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtZ1bRqxPKTu3peZXL8HsMCnS9XFOxb { top:12.4375rem;left:18.375rem;width:29.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEZaThPt90g7eeo2HogS1JJzsMiT8dO { top:31.5625rem;left:25.8125rem;width:21.9375rem;height:16.875480782928rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rV4KQBnlfKWJIXwWZOfxb5HdCmfVzq { top:49.0625rem;left:0rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTXFMoB1lc6XUbdUBpTrcE53OV88Kmi { top:2.1875rem;left:0rem;width:47.75rem;height:3.7001594375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgGkuG7PHleN5HcaovDwo4kXome4Ggfd { top:12.25rem;left:18.0625rem;width:29.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW75n3tEphaJWbI1DgqAA5klTyD8AJP4 { top:32.375rem;left:0rem;width:29.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mew90bipMRO4Rmf9t8tX83mozzVQ6nAL { top:32.5625rem;left:0rem;width:28.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlzUJWa6TUfBDsvgXPGao4JrnZZl0zL { top:50.375rem;left:17rem;width:30.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHSWZ8AcNxKyBPhe96SinMArQoxGfr4 { top:50.5625rem;left:21.5rem;width:26.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxEivTlXwM1QFcumNIbs97SN7KXM3vMy { top:70.5rem;left:0rem;width:31.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdScBa9A9dXQnFpP4IihK8HyEm9oFOpe { top:70.6875rem;left:0rem;width:30.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVoi1cRn8NTwo6WFEQXuAgUNDSbN6BeL { top:68.6875rem;left:29.311199188233rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnoStRHkJxJMOdc65Ivr4vEZiToTqRm { top:86rem;left:15.75rem;width:32rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkIg4ZrrrgD8rpBoU9g4mfDcKhwEQpU { top:86.5625rem;left:17.75rem;width:30rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMEV7pwXNbAnGG5RDpTtkSgycZMOdDfF { top:121.3125rem;left:17.75rem;width:30rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfp7lnhzPHb9rKTPVJWe6EZMUzZGm1T6 { top:121.125rem;left:15.75rem;width:32rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkpeun9ZuIpHpFHT1JNvfKXsCreZBefU { top:144.25rem;left:0rem;width:29.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwo1xqZTMUp8AT0qTJhrogKcgPMNuy4P { top:144.9375rem;left:0rem;width:24.1875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuTvnbdqx2pHv2fSAzdxO3Rq8HbulIP { top:186.375rem;left:29.5625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkm6EzZSR8ufrTOefTevDNp7oCDG6kv { top:188.125rem;left:0rem;width:29.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8sLRfmoHQ9XqtBD5DKSKDH8EBLtfwmw { top:188.875rem;left:0rem;width:24.1875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toizixMVHmJ5OSex34BPzZdDI8EpWTVb { display:none; }
 }@media only screen and (max-width: 763px) { #TRSN60g8gT8qAcDPfWtImAF4gnQlmEJH { display:none; }
 }@media only screen and (max-width: 763px) { #oa5rcsEOaAZX9iwIqr5QQb9oIBAmfrZk { display:none; }
 }@media only screen and (max-width: 763px) { #slRcPnLv3FTRfkVQMNM9qISq8Tl2Rbt7 { display:none; }
 }@media only screen and (max-width: 763px) { #RWiAHLZ3ITFIUHEpDleylgmINEB3Co05 { display:none; }
 }@media only screen and (max-width: 763px) { #TzrfVQkOSCP4dyEqrbPzyVhI90biWc8A { display:none; }
 }@media only screen and (max-width: 763px) { #Kr1D5cirXksOHF2F9vKdsDfSbF8XSdeE { display:none; }
 }@media only screen and (max-width: 763px) { #wy1C4d6tVr5oU9SBvnaUPkP2B86SAn7A { display:none; }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 { display:flex;height:auto;width:27.8125rem;top:19.75rem;left:17.4375rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #SIpMmozds5HNCT7z6yXddSBK5cxyW3eb {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #NutHITIlNdq42ftc5UA1gEtyQL86023k {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #cVRdKdhJnWsq1owXa0ddIyTT9QTN5M3V {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #vTmyUia27dZ1IKqJJ9ypiw7tZT3WaRUM {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #HEScOdRJOlKSlUWBXQtuzvNy4agcU7lU {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #NQG0TtqBIPMqDgpMiJ7SL0vOraPovJxX {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #duF8XZ1avanhwWTQ0gVeyfVJcsnhhu1w {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #yxGxyHNuapvqil8URxP3xVLmpJvOsxni {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #TbKzlmtKdNRlWOf8K43eaMeyVT1z9rq7 {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #wcpZqZuBhsOOXnhNIqn7q0Uy2CDVkWsC {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #bs73aeelxkuvMNMdFtTiTSSrq152DmB2 {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #gTTLbEWVpBRsByxahQb51x2aODPGansP {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #FaDt3DTySrsM4yhH1C6QbphICCCaPb54 {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #iFFHL3ZF2yMI0m8Bs43Gfc1XBh4SMZno {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #ourZBrU4sJJKMNc1CesbkU6y9TzWg5Jc {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #p03E57ZeAW5KBEsuaHmgDCvsOHswFvRy {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #OmCATTGL87KmQtkZo3JJStBcDbkWfvMQ {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #IAwpCKTxmRaW1fL4GnEDcAX7MnSOQBmL {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #SbDGy3RtmkTVeyB8EhoXzot9ysRVfmn9 {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #LOpsBfyz4y2BHWVInTOsJiM7GXF2fLUQ {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #V7fkmuMIdNTSlFoN1TqRpmA1xUuHoGgJ {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #NfOugJENi8TXgaHflfTuntbFHhf9Meog {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #ysJvgv6lZoXu9KylDKu849QtNg8KIQxG {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #EoJTigp21O0b4JG8TQBCEcV9rkflhMPV {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #QQ6JZEFURqb67EzTTyoV7hMEEBUJ4CTS {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VbaE51lXvLgUlSRy2Bghyx5QTQS64igZ {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #I0wfgvZ4F1prg0ktVphmEwtK4Hy1wb9l {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #NT4yMy77N7TWKGIOI1tQeqBiiiFhq8Qo {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #x3xOkQt4P8FMTtRJrWEydsuZWv4Pll7n {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VVvS0T0ZUIfwHqVKOx3wtJZr19iQuVR0 {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #huwbngZNut4QLgakkMZQ4oy69wnq7Eks {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #lEptfslETJylSIAddzdA6V1L1W5UUPGZ {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #UOWd2dVHCtIAQM0Pe6IEEPuL5f733gz1 {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #uuAh52E3DGemT522vbm9rDenALSZ3ygr {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #bGscr9sorsPc9prVlE4OZTHtVnXf85LN {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #HDx4TNcJ9wPqTRwzxxGd2ZotVu9TvGHn {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #FfNdAkkpLuIhMWI13hLOPaFkRr3xAlUW {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #LUqaTPCxkDtLmFSqE9n4rC58N4u3XzbV {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #sSBQ209QiBKI9hxHvhSMDzer2z7HRk0b {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #tc0TyxaLDqt4mhA3PVQGhXmpAWRTwIn5 {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #NSt10Qo6b7o2wyozG9BPs65CW6rsCQSw {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #BfxxATZFVS1V6MLT6hhuKu0buqn4lvla {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #TRzLt8VuJFc69Ns31ZQ6osrdaMTnyxI0 {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #tQXpk7Hh7RgBh0T4U5bQ3I9FXgalX1gB {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #Bu1foWZ8f2Nc0KQ27ivFRPshLpSA74ep {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq { display:flex;height:auto;width:27.8125rem;top:35.875rem;left:0rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #f8F92RoLGNqZWWsDfuIV1Z7t5uJv8uKL {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #ySB1EJzkuNQ8dngQtF1MhMANdLcJTdP6 {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #rkXH7KlwtT6Mlia3CMEZOIUD4qQTW6xU {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #UUdMilXmJDwH2lx8ELfLDNhOEb2V3GTg {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #T45tTyMLTiSKHtmSn1MZmAiPLtpCZWAx {  }
 }@media only screen and (max-width: 763px) { #NMNMFzyuEiPDXeMG1kMUB055tA16WwFl { display:none; }
 }@media only screen and (max-width: 763px) { #q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN { display:block; }#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIHOBiZPyBuS0KNs3o95BSl3HPzeSNin { top:1rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { display:block; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { top:3.875rem;left:2.8125rem;width:42.125rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZMz7AiVv7dvERykELULUrwJ8OJOW8s { width:17.5rem;height:3.4375rem;top:11.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block; }
 }@media only screen and (max-width: 763px) { #DMeS18vahFaioO1MTWGEmmut8qzi6tE2 { display:block; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7CrTbVycX370sunTWKJ50ZqaZ0i07Ra { top:13rem;left:15.125rem;width:17.4375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsfT5sDP3RczFF17aSeUN3f9J3s0Tx5n { width:8.4375rem;height:1.25rem;top:9rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGyur3PKCqvDT9JnoTqVWmdSxIizTGX { display:block; }
 }@media only screen and (max-width: 763px) { #FL4W7CvHoIw40MMiIPuGh762luKOD6Hq { top:1.125rem;left:16.4375rem;width:8.4375rem;height:5.12478125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZPoIKnIT1nxTeDKWCBAn7U1km13Hga { top:6.9375rem;left:16.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTT92cRWx8WJESpE38XAp5WZyHW8do6 { top:10.8125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBueAHPlN6rm5ctksSOpvWlsVuKEWQZ { top:8.8125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4gvFCRAfURCkedZPOTn2HvuLpVbpCu { width:9.125rem;height:1.5625rem;top:6.9375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ8uuhm5UIQtAWmXmFpfuizIKJ0EqNHJ { display:block; }
 }@media only screen and (max-width: 763px) { #HwXmD74xROONHzGAz2S6TXk1DMWhs6lJ { top:0rem;left:24.5rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqnvuDrnoLBAaJbpXU7MdqBKDTQBGoJ { width:10.9375rem;height:1.5625rem;top:10.75rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1DyoyAOJ51IdChmr9nypo2zufZSuFb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b06acd-5db0-4d3b-9a0c-c89c2535b2eb/BUBekasiBillboard2025LandingPage01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA { position:relative;z-index:auto;display:block; }#fMLVe4fNiid6Oe75irJ7xQVdaNNGkSHA > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTuWipV9rFXMc7uRMnt9cf41h5nT4mly { width:4.8125rem;height:2.6875rem;top:0.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWFait3fOBlJJBq02vNyWWid2G5TEBIZ { width:1.8125rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGfRy94U40Kws9atPEzwegVDMG3wzd8o { width:2rem;height:1.9375rem;top:0rem;left:17.374348938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp { background-color:#ffffff;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:none; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row .container { border-width: 0; border-radius: 0; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyfe4uHxrLFeRSbIbwemvre2h0iGF1Vp > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23db3e40-1047-4106-957e-c0f98c3fb43a/BUBINUSASIACollaboration_LandingpageFIX2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.adaptive-delivery-prevent-bg, #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.lazyload, #LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s.lazyloading { background-image: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { background-color: transparent; background-image: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container > .video-iframe-container { display: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container { display: none; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .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); }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { border-width: 0; border-radius: 0; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEG1e7mlWf6QwCaSnu97Xw51T8IDzG4s > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxcV0kD7UWCaZylq997gXMQpTdWtT4gX { width:7.1875rem;height:6.9375rem;top:108.8125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-text {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-select {padding-top: 0; padding-bottom: 0;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;font-size:0.8125rem;overflow:hidden; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w  { width:17.5rem;height:auto;top:40.710937738419rem;left:0rem; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w .widget-info-text { font-size:0.1875rem;overflow:hidden;height:auto; }
#SVPeUzAgBLuvrxms1MNilshL1Gluf65w {display:block;}#SVPeUzAgBLuvrxms1MNilshL1Gluf65w { width:17.5rem;height:auto;top:40.710937738419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WarzvZZ7B4cuFAqazZNGBB6I96yUKsTO { display:block; }
 }@media only screen and (max-width: 763px) { #qWuGDbAUrOApGd7kQG953OiafrgpbCLt { display:block; }
 }@media only screen and (max-width: 763px) { #M0mzPGkidsMW8PerCcodmMFt0csOnXwK { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #EC9x8s3pdIQzznREKUI7D0TWTewr15zv {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #vmzVRvAAihcFEQmTCxxLr8vOdKBDkxu5 { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #tGa8SpBHwogTF53D8H4bFlVnAEV8ZTuD {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xCPJyT2IAhSXfsRHHrVTmJRr7T8AD5EC {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #bEafmirLCqkhV9J62rZLiJSI8G709n7Q {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Kf3BI4xBVfXGXHqw7G3VJRpEINclZkWu {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #rBaheNcbcwglq6Pikn8EMG05qIGR6J58 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #SWRncLtTPVC7C4449UABuIeA9eyPQlye { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #DmSgSC8xg3vFTVQDCl7J3IxTbV0J2JTf {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z52iznUoMhlrmTJ9iiWLLkAiySSBD8QL {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZNTSDccnIJDFCiFwi51yCIBIm84boiJM { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #u3M7ec4BopQfAKsdoD47DGfWIZR07TLI {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #RQDzWaNBVaaEC3UC5TTghKTu0VHBCtNt {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #xuF2peH7a41eca1B4loXezEnlVWXzITc { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #oL7C0ibz29xHVmK4MFyXOK1W4lohWfWg {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #gs6Q6HvBZs5uCmzLwM6Cf1E8t1x8Rfs0 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Fs0RSFAehTtTnXvm9BDXJsM7Ohc1KmdI { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #HsLnIX70GPip2biyZEigis7FfsKhm38T {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Z2RK1LU8sqo2JLwzAiZAarISDtvvDU4p {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #H0ovdqn0LoaDAWXq2aoZnPvU5VZtKBcv { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #MsfZ53xRJVRHrQOFyL1XmXTL5EI2S8Du {  }
 }@media only screen and (max-width: 763px) { #CBgR2mbEuQ0HoWGRoEQf9e14eqF8RArE { display:block; }
 }@media only screen and (max-width: 763px) { #yu3qTO25vE72DZ8tvZrhscPFDySNnQZo { display:block; }
 }@media only screen and (max-width: 763px) { #aSxzR3XRMwZ81xh8Ukqfqlav0aZPn7AL { display:block; }
 }@media only screen and (max-width: 763px) { #Tl1eA430XBN7E1pUdyohNARN0ETpFgOn { display:block; }
 }@media only screen and (max-width: 763px) { #ZDniqn1vysEv2cwOty1pLZU6175KlxII { display:block; }
 }@media only screen and (max-width: 763px) { #fIDR46pySZyiCOdlXgmoxu9hOapyoLQi { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #agKTTwLdA92JSm6Tkya3ZoQ1s5BNDDQq { z-index:15000; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #Iw4aVTlRmD74TNl4PUJWNx9dvQ1r0V3l { z-index:15000; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #JkL15dg5mr1qKa21TWocPWNqFXqZK4Cu {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #TdcHKOghzDf20wXQJ3Ixa7uMyaB6ZlRJ {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #ZAGH2elry8ibTC1eXioHanOybcwaUITz {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #daoN2f7LAlo7DJeJDC6czw3yqPTlHrG3 {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #VBnq1UrwagKQe01XpidHmbwgwxIscWvM {  }
 }@media only screen and (max-width: 763px) { #TdQz562BsCDw0Lc9VAfHoE23LFRId2Sa { display:block; }
 }@media only screen and (max-width: 763px) { #tU4CTL7a0TNVp6E3s6qWJSSy4mEhFs1w { display:block; }
 }@media only screen and (max-width: 763px) { #PCEvAKOU6DdrLgRqeqDcKgO7EAqTh9sC { display:block; }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #QRw8Qx9VUfvpcw9NQSGvawuLIryJbZVx {  }
 }@media only screen and (max-width: 763px) { #SVPeUzAgBLuvrxms1MNilshL1Gluf65w #fHGTPPr4AUR6OtCOg2EAnqAHaWs3ukWG {  }
 }@media only screen and (max-width: 763px) { #AUfGW2Swk2RyZveo9twQNSOnpZF1QTyn { width:18.996125rem;height:1.54296875rem;top:38.259115219116rem;left:0.50130212306976rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS3ze6berAu0FARJz9wPnPUraNOWhbs { width:20rem;height:38.8125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TG6hXkHZI90CuwkwFaONF37nAogWVb { display:block; }#G8TG6hXkHZI90CuwkwFaONF37nAogWVb > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE6tgJG9ktbzNHDubtMV9WbOgJ6JJ9lZ { width:19.9989375rem;height:1.4622375rem;top:1.2272186279297rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAz62Pk4VxJtf0ePfHWIW27QiLldBXum { width:17.8125rem;height:22.78515625rem;top:3.3489551544189rem;left:1.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #se4ecIvTVehrwcKwc1uxovIOInTKPHdf { width:20rem;height:27.3125rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aX3P9wVXuuTaypS4G09wOsbIAitcyKof { display:block; }#aX3P9wVXuuTaypS4G09wOsbIAitcyKof > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImKK7zGcaihmdHRItrZvQG3AALKWWR9i { width:20rem;height:8.875rem;top:3.0625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cN6vbnHP1aPmciuIXS3du3TePcIUTWe9 { top:0.1874942779541rem;left:0rem;width:20rem;height:26.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 { display:block; }#ZiM6yHL68WTK9hEU8VrIDAp8v1AUwGf4 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZUPfWrFxFHMCZXWAxNkKVTmOf9AwABZ { width:20rem;height:8.875rem;top:0.0625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rGK0NPQTTvzKv2Sqd5ukGdQggMRhTVXk { top:0rem;left:0rem;width:20rem;height:26.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qTThcSDiLktlo4xuTcdIpvbFShic6RrL { display:block; }#qTThcSDiLktlo4xuTcdIpvbFShic6RrL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzzR5yxTXaWP9GhmwRTX3KqO1auuLanG { width:20rem;height:2.0625rem;top:0.4052734375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VboU0GRkmOI1hhER5N4T3Z5Rw9NpmT { width:20rem;height:1.5497683333333rem;top:1rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT { display:block; }#vHdkUiy7RFAJeZUh4rGGo4nHZue9h1MT > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfryhrDGf2OzJf8bqH4e7em8BJ7W4bbZ { width:20rem;height:29.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyKe59OaFEuKBMWnO9Rdd90WUrS8TXN { width:20rem;height:27.25rem;top:41.312505722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n { display:block; }#Phd2VaQw2hTDCFKBgzwXIGk7QbXLfE8n > .row .container { width:20rem;height:220rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqQPXKTE8qZdAeEv5S8AewUMNzTzLpB0 { top:0.5625rem;left:0rem;width:20rem;height:3.99956875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iGrlmsfOV4bHHEO6JEDCBiT2Zal03evZ { width:5.3125rem;height:9.3125rem;top:0rem;left:14.687500357628rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #SuKNK6xLoB78ZpRdiUFgsg3GNAUodDb2 { width:13.75rem;height:13.75rem;top:174.74479293823rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xydf3Vf2lWuDAGm3QoSXW1MyMHFMCXii { width:15.6861875rem;height:10.4361875rem;top:90.246120452881rem;left:2.1536459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdsWmUCOQSH6M9vP1IwVJTmqkeEwoXz { width:16.5625rem;height:10.9375rem;top:111.11980438233rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGH5ZJ0UpSTR6uRcJ5ef5IwDXDN7qJBJ { width:15.1236875rem;height:10.0611875rem;top:132.43230247497rem;left:2.4348959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpoenMgKG2kzF4lVy1Pn2zQuNlNXkQIT { width:16.1236875rem;height:10.7486875rem;top:153.02995872497rem;left:1.9348959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydeiivrQBIDVfVXUFOWTcCk73ikXOyS { width:17.125rem;height:2.5rem;top:122.56118392944rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLqBiKgA2wuhT52JnV15ksDDObSfTTd { width:15.0611875rem;height:2.11198125rem;top:122.75391769409rem;left:2.4661459922791rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlqS2F15S9erxircxT4UCpam6s11k7Md { width:17.125rem;height:2.5rem;top:188.87369918823rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3iNpQU1EJcwhx2SNvNN4F0vyCzRWOCy { width:14.309875rem;height:1.4622375rem;top:189.3932800293rem;left:2.8450522422791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tARmDLM8Z1Qz14GVzUWZgPAieso1T4eV { width:19.99925rem;height:2.0625rem;top:0.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtrlIbJb5lHIoFAfX4M85DOk3TAfoCWH { width:11.3125rem;height:11.3125rem;top:4.9583334922791rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtZ1bRqxPKTu3peZXL8HsMCnS9XFOxb { width:19.1236875rem;height:1.29948125rem;top:16.975263118744rem;left:0.43489587306976rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olEZaThPt90g7eeo2HogS1JJzsMiT8dO { width:16.0611875rem;height:12.3736875rem;top:25.755199432373rem;left:1.9661459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rV4KQBnlfKWJIXwWZOfxb5HdCmfVzq { width:13.3736875rem;height:13.3736875rem;top:47.7578125rem;left:3.3098959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTXFMoB1lc6XUbdUBpTrcE53OV88Kmi { width:20rem;height:1.55rem;top:64.954309155275rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #tgGkuG7PHleN5HcaovDwo4kXome4Ggfd { width:17.125rem;height:1.875rem;top:16.687501430511rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW75n3tEphaJWbI1DgqAA5klTyD8AJP4 { width:17.1236875rem;height:1.875rem;top:38.626323699951rem;left:1.4348959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #mew90bipMRO4Rmf9t8tX83mozzVQ6nAL { width:16.1236875rem;height:1.29948125rem;top:38.914064407349rem;left:1.9348959922791rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqlzUJWa6TUfBDsvgXPGao4JrnZZl0zL { width:17.125rem;height:1.875rem;top:61.561210632324rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHSWZ8AcNxKyBPhe96SinMArQoxGfr4 { width:17.25rem;height:1.4622375rem;top:61.766929626465rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxEivTlXwM1QFcumNIbs97SN7KXM3vMy { width:17.125rem;height:1.875rem;top:81.010417938231rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdScBa9A9dXQnFpP4IihK8HyEm9oFOpe { width:13.9986875rem;height:1.34895625rem;top:81.2734375rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dVoi1cRn8NTwo6WFEQXuAgUNDSbN6BeL { width:9.6236875rem;height:9.6236875rem;top:70.930980682375rem;left:5.1848959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnoStRHkJxJMOdc65Ivr4vEZiToTqRm { width:17.125rem;height:2.5rem;top:101.18358612061rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkIg4ZrrrgD8rpBoU9g4mfDcKhwEQpU { width:15.1236875rem;height:2.2734375rem;top:101.29557800293rem;left:2.4348959922791rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMEV7pwXNbAnGG5RDpTtkSgycZMOdDfF { width:16.3736875rem;height:1.4622375rem;top:143.51038360596rem;left:1.8098959922791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gfp7lnhzPHb9rKTPVJWe6EZMUzZGm1T6 { width:17.125rem;height:2.5rem;top:142.99349594116rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkpeun9ZuIpHpFHT1JNvfKXsCreZBefU { width:17.125rem;height:2.5rem;top:164.24866485596rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwo1xqZTMUp8AT0qTJhrogKcgPMNuy4P { width:15.7486875rem;height:1.4622375rem;top:164.76433563232rem;left:2.1223959922791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGuTvnbdqx2pHv2fSAzdxO3Rq8HbulIP { width:11.8111875rem;height:11.8111875rem;top:198.43490600586rem;left:4.0911459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkm6EzZSR8ufrTOefTevDNp7oCDG6kv { width:17.125rem;height:2.5rem;top:210.49740600586rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8sLRfmoHQ9XqtBD5DKSKDH8EBLtfwmw { width:16.1236875rem;height:1.4622375rem;top:211.01433563232rem;left:1.9348959922791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toizixMVHmJ5OSex34BPzZdDI8EpWTVb { top:25.1328125rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TRSN60g8gT8qAcDPfWtImAF4gnQlmEJH { top:47.1875rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #oa5rcsEOaAZX9iwIqr5QQb9oIBAmfrZk { top:70.1289100647rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #slRcPnLv3FTRfkVQMNM9qISq8Tl2Rbt7 { top:89.661460876462rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #RWiAHLZ3ITFIUHEpDleylgmINEB3Co05 { top:110.37630844116rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #TzrfVQkOSCP4dyEqrbPzyVhI90biWc8A { top:131.82813644409rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Kr1D5cirXksOHF2F9vKdsDfSbF8XSdeE { top:152.24739837646rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wy1C4d6tVr5oU9SBvnaUPkP2B86SAn7A { top:173.60678100586rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 { display:flex;height:auto;width:17.5rem;top:19.062511444092rem;left:0rem; }
#cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #SIpMmozds5HNCT7z6yXddSBK5cxyW3eb {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #NutHITIlNdq42ftc5UA1gEtyQL86023k {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #cVRdKdhJnWsq1owXa0ddIyTT9QTN5M3V {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #vTmyUia27dZ1IKqJJ9ypiw7tZT3WaRUM {  }
 }@media only screen and (max-width: 763px) { #cQxsWr6sh24g3ZRXkwTMWfTOJJ2Gdz32 #HEScOdRJOlKSlUWBXQtuzvNy4agcU7lU {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI { display:flex;height:auto;width:17.5rem;top:41.091136932373rem;left:0rem; }
#Mg5If2or33giLNl5Veg90VS8AnmLpBFI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #NQG0TtqBIPMqDgpMiJ7SL0vOraPovJxX {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #duF8XZ1avanhwWTQ0gVeyfVJcsnhhu1w {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #yxGxyHNuapvqil8URxP3xVLmpJvOsxni {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #TbKzlmtKdNRlWOf8K43eaMeyVT1z9rq7 {  }
 }@media only screen and (max-width: 763px) { #Mg5If2or33giLNl5Veg90VS8AnmLpBFI #wcpZqZuBhsOOXnhNIqn7q0Uy2CDVkWsC {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd { display:flex;height:auto;width:17.5rem;top:64.00000190735rem;left:0rem; }
#eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #bs73aeelxkuvMNMdFtTiTSSrq152DmB2 {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #gTTLbEWVpBRsByxahQb51x2aODPGansP {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #FaDt3DTySrsM4yhH1C6QbphICCCaPb54 {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #iFFHL3ZF2yMI0m8Bs43Gfc1XBh4SMZno {  }
 }@media only screen and (max-width: 763px) { #eJ7eLKp9GvDAsOATm4PGwUPzeFNGt0nd #ourZBrU4sJJKMNc1CesbkU6y9TzWg5Jc {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD { display:flex;height:auto;width:17.5rem;top:83.5625rem;left:0rem; }
#MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #p03E57ZeAW5KBEsuaHmgDCvsOHswFvRy {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #OmCATTGL87KmQtkZo3JJStBcDbkWfvMQ {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #IAwpCKTxmRaW1fL4GnEDcAX7MnSOQBmL {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #SbDGy3RtmkTVeyB8EhoXzot9ysRVfmn9 {  }
 }@media only screen and (max-width: 763px) { #MPrQ6atAMcN1TBLdALNEyQ059fLmt5nD #LOpsBfyz4y2BHWVInTOsJiM7GXF2fLUQ {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei { display:flex;height:auto;width:17.5rem;top:104.25128936767rem;left:0rem; }
#bB3GNE1OmIZRwbQDBPzehsIggeJcFqei .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #V7fkmuMIdNTSlFoN1TqRpmA1xUuHoGgJ {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #NfOugJENi8TXgaHflfTuntbFHhf9Meog {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #ysJvgv6lZoXu9KylDKu849QtNg8KIQxG {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #EoJTigp21O0b4JG8TQBCEcV9rkflhMPV {  }
 }@media only screen and (max-width: 763px) { #bB3GNE1OmIZRwbQDBPzehsIggeJcFqei #QQ6JZEFURqb67EzTTyoV7hMEEBUJ4CTS {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v { display:flex;height:auto;width:17.5rem;top:125.6862487793rem;left:0rem; }
#PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VbaE51lXvLgUlSRy2Bghyx5QTQS64igZ {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #I0wfgvZ4F1prg0ktVphmEwtK4Hy1wb9l {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #NT4yMy77N7TWKGIOI1tQeqBiiiFhq8Qo {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #x3xOkQt4P8FMTtRJrWEydsuZWv4Pll7n {  }
 }@media only screen and (max-width: 763px) { #PsnqzIlPyx0yCIVAGiPKfPEtZVxn6z2v #VVvS0T0ZUIfwHqVKOx3wtJZr19iQuVR0 {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 { display:flex;height:auto;width:17.5rem;top:146.06250762939rem;left:0rem; }
#MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #huwbngZNut4QLgakkMZQ4oy69wnq7Eks {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #lEptfslETJylSIAddzdA6V1L1W5UUPGZ {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #UOWd2dVHCtIAQM0Pe6IEEPuL5f733gz1 {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #uuAh52E3DGemT522vbm9rDenALSZ3ygr {  }
 }@media only screen and (max-width: 763px) { #MtpH3Kqp5pJrQUQlRiVmsr2y0LTQiT09 #bGscr9sorsPc9prVlE4OZTHtVnXf85LN {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k { display:flex;height:auto;width:17.5rem;top:167.39454269409rem;left:0rem; }
#OrwrvF0gZSnHlZyXrzFTOfue96mqc58k .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #HDx4TNcJ9wPqTRwzxxGd2ZotVu9TvGHn {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #FfNdAkkpLuIhMWI13hLOPaFkRr3xAlUW {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #LUqaTPCxkDtLmFSqE9n4rC58N4u3XzbV {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #sSBQ209QiBKI9hxHvhSMDzer2z7HRk0b {  }
 }@media only screen and (max-width: 763px) { #OrwrvF0gZSnHlZyXrzFTOfue96mqc58k #tc0TyxaLDqt4mhA3PVQGhXmpAWRTwIn5 {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz { display:flex;height:auto;width:17.5rem;top:192.12369918823rem;left:0rem; }
#toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #NSt10Qo6b7o2wyozG9BPs65CW6rsCQSw {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #BfxxATZFVS1V6MLT6hhuKu0buqn4lvla {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #TRzLt8VuJFc69Ns31ZQ6osrdaMTnyxI0 {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #tQXpk7Hh7RgBh0T4U5bQ3I9FXgalX1gB {  }
 }@media only screen and (max-width: 763px) { #toBfrJIiedgfzDtPxGTyonOPvzeRp5Sz #Bu1foWZ8f2Nc0KQ27ivFRPshLpSA74ep {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq { display:flex;height:auto;width:17.5rem;top:213.74869155884rem;left:0rem; }
#V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #f8F92RoLGNqZWWsDfuIV1Z7t5uJv8uKL {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #ySB1EJzkuNQ8dngQtF1MhMANdLcJTdP6 {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #rkXH7KlwtT6Mlia3CMEZOIUD4qQTW6xU {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #UUdMilXmJDwH2lx8ELfLDNhOEb2V3GTg {  }
 }@media only screen and (max-width: 763px) { #V03hTaBC0RrvBHWfs4fZo7ZJr4fvkMZq #T45tTyMLTiSKHtmSn1MZmAiPLtpCZWAx {  }
 }@media only screen and (max-width: 763px) { #NMNMFzyuEiPDXeMG1kMUB055tA16WwFl { top:198.39453125rem;left:0.625rem;width:18.75rem;height:0.123698125rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN { display:none; }#q2AEhyhp8eF5M12nAF7OAl1qRhmS4eKN > .row .container { width:20rem;height:25.9375rem;background-color:#f8f8f8;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIHOBiZPyBuS0KNs3o95BSl3HPzeSNin { width:20rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { display:block; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { width:20rem;height:3.0859375rem;top:1.25rem;left:0rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URZMz7AiVv7dvERykELULUrwJ8OJOW8s { width:14.0625rem;height:2.687175rem;top:5.3472290039062rem;left:2.9676650166511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block; }
 }@media only screen and (max-width: 763px) { #DMeS18vahFaioO1MTWGEmmut8qzi6tE2 { display:block; }#DMeS18vahFaioO1MTWGEmmut8qzi6tE2 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7CrTbVycX370sunTWKJ50ZqaZ0i07Ra { width:17.874375rem;height:0.875rem;top:21.372612953186rem;left:1.0622830986977rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsfT5sDP3RczFF17aSeUN3f9J3s0Tx5n { width:11.4375rem;height:2.625rem;top:13.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGyur3PKCqvDT9JnoTqVWmdSxIizTGX { display:block; }
 }@media only screen and (max-width: 763px) { #FL4W7CvHoIw40MMiIPuGh762luKOD6Hq { width:8.4375rem;height:5.1245125rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZPoIKnIT1nxTeDKWCBAn7U1km13Hga { width:1.875rem;height:1.875rem;top:7.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTT92cRWx8WJESpE38XAp5WZyHW8do6 { width:1.875rem;height:1.875rem;top:15.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBueAHPlN6rm5ctksSOpvWlsVuKEWQZ { width:2rem;height:2rem;top:11.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4gvFCRAfURCkedZPOTn2HvuLpVbpCu { width:9.75rem;height:2.5rem;top:9.125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ8uuhm5UIQtAWmXmFpfuizIKJ0EqNHJ { display:block; }
 }@media only screen and (max-width: 763px) { #HwXmD74xROONHzGAz2S6TXk1DMWhs6lJ { width:4.8120125rem;height:4.8120125rem;top:1.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqnvuDrnoLBAaJbpXU7MdqBKDTQBGoJ { width:14.1875rem;height:2.5625rem;top:17.875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1DyoyAOJ51IdChmr9nypo2zufZSuFb { display:block; }
 }