.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#75c4ff;background-image:url("https://images.assets-landingi.com/uc/7d2044fd-3844-44dc-afa2-f743f2a5d132/AdobeStock_5991693001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a9cff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { background-color: transparent; background-image: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container > .video-iframe-container { display: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row > .video-iframe-container { display: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .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); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { border-width: 0; border-radius: 0; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#ArqiGXFQ4uiscgbRmdvZi3aq6IdKsMCJ { background-color:#fec627;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;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:rubik;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6249375rem;height:2.43726875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.96828657388688rem;left:47.374868392944rem;display:block; }
#OxdowRTETzv3vofsrJo3kHtlgKLtU4G8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hodZylfxyO0VdqF2sqV6rhBVuSsu6rwL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.96875rem;left:20.75rem;display:block; }
#ocyq4ByNBWLe5Wxbl8AJ6STJi0qP0tbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCTyixR7xfzr67I4dwUUgR399SbZixQo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.96875rem;left:27.34375rem;display:block; }
#y1EZTrFsoSCegzPQbo4KAzH1xrn5qUIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEZA0K29lzSi6tC2dQXMqQcuqOQE4QcO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:33.5rem;display:block; }
#pso3COWwKHOQaHM0Bhigpso1aO9Cffzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBaHswrMVuImkR7IcTvrMMHvKU7hQJbF { 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:2.8742375rem;width:3.8748rem;top:0.74897378683088rem;left:1.1859436035156rem;overflow:hidden;display:block; }
#KMHGmfTzXDUIDRobnAvvDMZAgRXA78SQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:41rem;display:block; }
#pAiAdKnpfxuiVtAaoP0tHkNcJnedeBgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF { position:relative;display:block; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF { background-color: transparent; background-image: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container > .video-iframe-container { display: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row > .video-iframe-container { display: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .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); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF { border-width: 0; border-radius: 0; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .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; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#2a0071;display:block;width:34.874rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6rem;left:12.5625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#t9A9aDzNxaXdJOAw19U4WAx7ToNGgA5q { color:#ffffff;display:block;width:28.6865rem;position:absolute;font-family:"marck script";font-size:5.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.49);top:9.1875rem;left:15.625rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMq1PxiXpsCimcdCTJ2DMUyD5Q96uuUp { 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:33.9375rem;width:51.1875rem;top:11.9375rem;left:4.40625rem;overflow:hidden;display:block; }
#KffQvlyJqmJp529Q78J3A9eKUh4lcV6w { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:2.75rem;left:24.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6JfnIOu7vPZiA92UpRt0Mmx1wKs4Tan { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:17.1875rem;top:1.9375rem;left:21.4375rem;overflow:hidden;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75c4ff;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; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#FrdCCvblCfv7d03TkITSC81yWEAZ2EPv { color:#001090;display:block;width:28.9980625rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.21875rem;left:2.8740234375rem;height:2.68771875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#2a0071;padding-top:0.555625rem;padding-right:0.485rem;padding-bottom:0.555625rem;padding-left:0.485rem;display:block;align-items:center;width:2.91rem;min-width:2.91rem;height:2.985625rem;position:relative;font-family:rubik;font-size:2.2225rem;font-weight:400;line-height:47.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3475rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.880625rem;height:1.18rem;position:relative;font-family:"open sans";font-size:0.833125rem;font-weight:400;line-height:18.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.624375rem;padding-top:0.694375rem;padding-right:0.693125rem;padding-bottom:0.694375rem;padding-left:0.693125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:33.625rem;z-index:5000;display:none; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #KS6t4Ly9uFHkq7FQrAd9l4pS3c2bTDsg { display:flex;position:relative;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #BSLdKTn06opnxLwSCWi8F71W4taT5e1A { width:auto; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #UUgDmDs96cRQv0QWw2fveQ7rwZ6amZ4H {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #oXteVSmTw8Rvd0auWHflEr2bwSyGcDoA { display:flex;position:relative;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #VfLw5zHsDVkIunlyuwSXSDrXJlqMA6O8 {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #Ooh64QMLrkm78yygoIKqz1Kl7nIzxNuD {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #liN0iF89rMoriZVgKeN8CswNPa1o4ueh { display:flex;position:relative;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hCH3so1lS27TfKOQXuhCLn1VHVIUzqyg {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #DIfHFlgs2JVzCf5u7AbTqfPwaRKoZ3UP {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hsPl9qyZ3qBrSUPmOu4OtokeHFdKTeiv { display:flex;position:relative;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #NwxEcNenEfEfeqwolOxmbmeZcSB6QxJn {  }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #AHmwhhF8nmM9O5IKrIWNh1AJ9ykRt8H9 {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#2a0071;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:rubik;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:rubik;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.40625rem;left:36.09375rem;z-index:15004; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #KAtPPmSpN5KFn40RgCB7V4oM40fFqwoO { display:flex;position:relative;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #lsZG3gVRe58F7xt2qOGu9Zh7WaqTET95 { width:auto; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #vC9DdPMfM3IW3a4dyEIiCNsJvPo2Pi58 {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #NMxd8NDI1Mgrd93xn77vGf7lUvCnkZ1G { display:flex;position:relative;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #zLSHDeKsoyv8rSSTRtcOHUXgRg6iATve {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #xxnWLbwCJAaT05wMlpECfnKAmoqoUpVA {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #ZzO5T8fy87ac56FA9zlHN6qCFZUkTVcB { display:flex;position:relative;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #R4aFenvgsJT8ClnAlOirUFLFT2xIQ5KE {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #OvacRRpqe7qLUaA1QNnV7giAKkfNebQO {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #FHc9CLXzka5wRv5ZFcNqsSPAuJJFZCgo { display:flex;position:relative;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #J0ZAiZPVUkcAwhTiZECKF6X9eCWpzTxE {  }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #f6dVVfevzo7wHg7T68QBucNX0ryrPQ4Z {  }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75c4ff;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; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { border-width: 0; border-radius: 0; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:15006;background-color:#5566fe;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:3.25rem;left:17.375rem;display:block; }
#ipRTcATpLJ7SNPvTHJXzEOSCMKrzP6gg { position:absolute;display:block;z-index:15017;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:9.74825rem;width:9.74825rem;top:3.5625rem;left:17.6875rem;display:block; }
#osRuEG4x2W76VCrs6CMK2b1RyTENlfJz { position:absolute;display:block;z-index:15019;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:9.74825rem;width:9.74825rem;top:3.5rem;left:47.6875rem;display:block; }
#nKCGROCl93ANQIQk1TbuiwFLm4vmFJn3 { position:absolute;display:block;z-index:15008;background-color:#4a9cff;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:3.1875rem;left:47.375rem;display:block; }
#S53sdKN3QN9gDVygcyqbuyZ77tIJaQ1W { position:absolute;display:block;z-index:15021;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:9.74825rem;width:9.74825rem;top:3.5rem;left:32.6875rem;display:block; }
#bfAidTqIsAKta0REh0yWQTgah7I2gTCW { position:absolute;display:block;z-index:15010;background-color:#fdd455;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:3.1875rem;left:32.375rem;display:block; }
#AywBwtSKhlXKxI4myooPfGSUBJ8QhWuD { color:#2a0071;display:block;width:11.1245625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:17.5625rem;left:17rem;height:3.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lusEpvOZEC1cMbXTnwUzean77nusWaia { color:#2a0071;display:block;width:11.93725rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:14.875rem;left:16.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wha9AiH6W3UOKnbNqEfexvo8awsTvPWm { color:#2a0071;display:block;width:11.93725rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:14.875rem;left:1.5625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ictt6fsZluJT1cC5bFUvPHPMV5W5n8C3 { color:#2a0071;display:block;width:11.5606875rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:16.3125rem;left:1.8125rem;height:2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FmUJg4UDhnTd5MAmAiqnGOFhAZUCRGU8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3749375rem;width:6.3749375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.25rem;left:4.375rem; }
#Z6oSg2Tr92AWQfCN94o9OW0ib8oJAhzp { position:absolute;display:block;z-index:15008;background-color:#ff403b;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:3.25rem;left:2.375rem;display:block; }
#M8hPI4QMd6qhrA73uKOCtkKKTARf2Ts3 { position:absolute;display:block;z-index:15019;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:9.748125rem;width:9.748125rem;top:3.5625rem;left:2.6875rem;display:block; }
#hGTupUMqTOQTBDXWWdyApaFcgU2t2pGx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4370625rem;width:6.4370625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.25rem;left:19.375rem; }
#KhIy76P1RSigd2xW5TFRbEVV78BNyiKV { color:#2a0071;display:block;width:11.93725rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:14.8125rem;left:31.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BufE86h8ZH3cJ3LTh9Ilx622ayg6zygy { color:#2a0071;display:block;width:12.7499375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:14.8125rem;left:46.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8sT7WHvLGkdtJi5h0QuWn2WfSqbauli { color:#2a0071;display:block;width:12.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:16.3125rem;left:46.0625rem;height:5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ah89sTFPiwqwxhlpKDL7QMbkzkJRFpTt { color:#2a0071;display:block;width:11.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:18.875rem;left:31.5625rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KGx2TcuOO8oXH4u5pSJTQQ9wN3v1WvSl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4999375rem;width:6.4999375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.125rem;left:34.3125rem; }
#esIwOezPSFT2BOKEOkfbulSyfDsbhZoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.2494375rem;width:5.2494375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:5.75rem;left:49.9375rem; }
#oX5ZeGo6QkevScl5ty21hN7woO8qENiN { 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; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75c4ff;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; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#riTe6KyhKUPOXOtB6HBTeypboRa9ET7A { color:#2a0071;display:block;width:42rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:3.1630859375rem;left:9rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GVpJp0XE9AAeZGwFHlXS8I8Gw0w5OIE5 { color:#2a0071;display:block;width:47rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:7.8505859375rem;left:6.5rem;height:3.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#N2cHrVItvBfWzccFBeeFaOEw0cp5bE6N { 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; }
#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75c4ff;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; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container { background-color: transparent; background-image: none; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container > .video-iframe-container { display: none; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row > .video-iframe-container { display: none; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .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); }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container { border-width: 0; border-radius: 0; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:60rem;position:relative;display:block; }#mhcwbLNsqDToqpWvIR1m0QVemFIHcQUf { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"marck script";font-size:4.1875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.49);top:6.875rem;left:8.1240234375rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IATitsSuAl2NmFBAxibumbsX58O8mEXm { color:#2a0071;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:4.6875rem;left:3.75rem;height:2.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Mq4q6xoNKkRQbAaCEHFEym9tLMKhgwTm { color:#2a0071;display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1;letter-spacing:0;top:35.25rem;left:3.875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mw0JpEm4I8b3luCtxDtf9rVfgu2AshzX { position:absolute;display:block;z-index:15041;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.1873375rem;width:2.1873375rem;top:35.25rem;left:1.0625rem;display:block; }
#krD6nyXzvFwnTr8bdl3sXrZHU16TgCOA { color:#2a0071;display:block;width:23.2488125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1;letter-spacing:0;top:27.4375rem;left:3.875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xEdkJVUon8bHzb7yPw1OPUCppzkwvu8N { position:absolute;display:block;z-index:15038;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.1873375rem;width:2.1873375rem;top:27.4375rem;left:1.0625rem;display:block; }
#Gse633GTlqgTntPvuPDyK5peFsVBUuig { color:#2a0071;display:block;width:1.24884375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:27.9375rem;left:1.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQmCbLM3WsOTtm3H9pTvAEantDMP8JT4 { color:#2a0071;display:block;width:23.2488125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1;letter-spacing:0;top:19.625rem;left:3.875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9XlKxiNL0yaXoQoZSAb250A551N1qlP { position:absolute;display:block;z-index:15035;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.1873375rem;width:2.1873375rem;top:19.625rem;left:1.0625rem;display:block; }
#BTz60CHiGeZU8U617NhkwzSJO0zi7QRt { position:absolute;display:block;z-index:15032;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.1873375rem;width:2.1873375rem;top:15.75rem;left:1.0625rem;display:block; }
#fkJmhUom9IGAlKCotpR4EdkCLd5xTdeP { color:#2a0071;display:block;width:1.24884375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:16.25rem;left:1.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTzr1wcZqXWmkA9MZKDnLV8MQTqivL33 { color:#2a0071;display:block;width:23.2488125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15038;line-height:1;letter-spacing:0;top:16.25rem;left:3.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRhqH1tlNhbpvto3mcEU1yMic18yByfA { color:#2a0071;display:block;width:1.24884375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:20.125rem;left:1.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lG220ecNhBVEUKubNmUWR6Hlty7iXwB0 { color:#2a0071;display:block;width:1.24884375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:35.75rem;left:1.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6W3VKJHrPKot9WFBTKyVfvbblpP5tTT { color:#2a0071;display:block;width:20.6855625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:46.3125rem;left:4.65625rem;height:5.25065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekO7Ng1ld48iRVOWWRS3885XJuOzANEL { color:#2a0071;display:block;width:24.1873125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:13.1875rem;left:2.9375rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iOdQNzv9UbMNWb4gP7beTqpTxE26JGxc { 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; }
#KJe2yEWMb55Ukr5d2qTamEVlrWmqGpx0 { color:#2a0071;display:block;width:20.3730625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:2.5625rem;left:4.4375rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JmC6pUAmFOWzfz7rZbdVmT7VIl6PLV5Q { color:#2a0071;display:block;width:24.1865rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:13.1875rem;left:32.90625rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nLvHrk56O2cowBVQsbcdLQqcId1Sa4B0 { position:absolute;display:block;z-index:15020;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.186525rem;width:2.186525rem;top:15.875rem;left:31.625rem;display:block; }
#xq19PWC6Qgm5nqzKwvQ4UZw8EJScJHvK { color:#2a0071;display:block;width:23.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:15.75rem;left:34.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7aT8EN2Q2uoTuKNPF37VI4mxWpTPXpT { color:#2a0071;display:block;width:1.249025rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:16.375rem;left:32.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9ayUwblwkanvGxnAJwLMcz7PS3LZVIb { position:absolute;display:block;z-index:15023;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.186525rem;width:2.186525rem;top:20.8125rem;left:31.625rem;display:block; }
#KhKr7cUG9iALtGTiViXMQlhSkrS6zQ2N { color:#2a0071;display:block;width:20.3730625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:2.5625rem;left:35.3125rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rxyEfGtHUoIgyJw5z7DXLfm4SJgUIvXK { color:#2a0071;display:block;width:1.249025rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:21.3125rem;left:32.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqw3ewWC0N5b2epduKTULGS6mQIJFCou { color:#2a0071;display:block;width:23.2480625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:21.25rem;left:34.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiAgRzo2xDnKTpKPEk4AREJqOr4dKw3p { color:#2a0071;display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:24.6865234375rem;left:34.5rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tHS24Vyy0hLQIH9GidT1S89fV8UTvHul { position:absolute;display:block;z-index:15026;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.186525rem;width:2.186525rem;top:24.625rem;left:31.625rem;display:block; }
#w3HTRCS9STPzh07lIz4voFKoEpN750qr { color:#2a0071;display:block;width:1.249025rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:25.125rem;left:32.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntgrTJRzylb026IJJP5LlNKI0lwGsaOO { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"marck script";font-size:4.1875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);top:7.0625rem;left:37.5625rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6RR1KwGXUMdpqtr2MBc5xxt9Z59AD5v { position:absolute;display:block;z-index:15041;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.186525rem;width:2.186525rem;top:31.25rem;left:31.625rem;display:block; }
#OlW5SPFRFviRTVX2o3iS0t31oSHaRT0g { color:#2a0071;display:block;width:1.24805rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:31.75rem;left:32.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAWN7QwIKRuSV8AvSePmDOa5GL1K4Fi4 { color:#2a0071;display:block;width:23.2480625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1;letter-spacing:0;top:31.2490234375rem;left:34.5rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3XmuqCm3TaiTKV2WbTiBMTyVg4HLFTP { color:#2a0071;display:block;width:24.875rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:46.3125rem;left:32.5625rem;height:6.50175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxTUFO050FSqVlkmlAwRpcUFr6GaWzS8 { color:#2a0071;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:4.6875rem;left:35.21875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HBrrNDnh3rRMtfTeUneQrgUtMZ46HCpc { color:#2a0071;display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:39.375rem;left:34.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJCBOO4R1kZ8uiQQXulswUplo7bbnyZn { position:absolute;display:block;z-index:15044;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:2.186525rem;width:2.186525rem;top:39.125rem;left:31.625rem;display:block; }
#wGHt1wm3TapspObNz0TGuxJMDObpTC68 { color:#2a0071;display:block;width:1.24805rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:39.625rem;left:32.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTObGnATV9NQ5g2M5iBqyQa9HPLPRZAb { background-color:#fec627;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1230625rem;height:3.436525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:54.6875rem;left:20.21875rem;display:block; }
#L97OBqVHDekNuEckK5kMJguPC35b7SEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9ftHnp4tGGvJtbQknPxmcArBsOlRFhA { background-color:#fec627;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1230625rem;height:3.436525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:56.1875rem;left:20.40625rem;display:none; }
#ObX1D8eB97LEGfDmcOxSyS8WNNs0oEgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGaXadViT7lHBqLAqTv36VTGB1TfGpHw { 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; }
#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE { position:relative;display:block; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE { background-color: transparent; background-image: none; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row .container > .video-iframe-container { display: none; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row > .video-iframe-container { display: none; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .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); }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE { border-width: 0; border-radius: 0; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .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; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Umd2kybHGEAbUPptChUfOJC3WkJBEFG4 { color:#2a0071;display:block;width:19.125rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.6875rem;left:18.125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QN1bqxmkQrLy1bhnvrwalTU8apFEILon { color:#2a0071;display:block;width:11.9355625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:30.5rem;left:11rem;height:1.75021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDHCiGUhOTdwzvLQXQen67QJK3vpR9Jr { color:#ffffff;display:block;width:16.6230625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:32.1875rem;left:8.625rem;height:3.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#h8WXauNW4xkpTyn4VXhGSrCk18PbpuvX { position:absolute;display:block;z-index:15025;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:25.6855625rem;width:25.6855625rem;top:9.8125rem;left:30.625rem;overflow:hidden;display:block; }
#AmAS8x445Gw0lDyV1VaRUHnG9ZzbC4K7 { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:1.561525rem;width:1.561525rem;top:28.0625rem;left:48.125rem;display:block; }
#B1lmQJuMRtq8oW5y2EaxDo6t3xJ44a44 { position:absolute;display:block;z-index:15014;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:2.999025rem;width:2.999025rem;top:23.9375rem;left:41.9375rem;display:block; }
#LkiN0bPRwvhmNqWwwzKoJXKgm19l9e9D { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:1.749025rem;width:1.749025rem;top:27.8125rem;left:36.375rem;display:block; }
#nxAATH6vTc7RClPAyZkTSOmPDoadpL9u { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:12.4375rem;left:7.4375rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bp9eX3Xyza6BU4gWC9A9s1xZEyrqxdOb { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:12.4375rem;left:18.5rem;height:2.06271875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHdbHaGcHMGGWHwZpugzdNa5XHuTdBVq { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:15.125rem;left:6.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tLIRt4vToCsiHe1OD7k8lkTmNOBmkHNi { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:15.3125rem;left:18.5rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xeaf84WEsRNAnxrGyVVM9TUbSooJpXwa { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:17.9375rem;left:6.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrSutzxEf2r34S2sA2O8sFRyLtn4CVCk { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15036;line-height:1;letter-spacing:0;top:18.125rem;left:18.5rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSKSPPWdklaQblzQci5DG5LQ4uMFf2e2 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:20.75rem;left:6.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qhoXJzAp2zGdkHHx1JZUTVFDEHIx2eGw { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15038;line-height:1;letter-spacing:0;top:21rem;left:18.5rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nv8H3vdEKrgV6qGctxlonekdsdw0bKG5 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:23.5625rem;left:6.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tb3dLPmA4HHzMw6mwReflMWSksQNNSen { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15040;line-height:1;letter-spacing:0;top:23.8125rem;left:18.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uA5vtcvEun4Dvhzgwaf1cV6ntct9wZ1T { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:26.4375rem;left:6.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3p3SEnZmEI566RXLsLWQcFD60hwZ0DE { color:#2a0071;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15042;line-height:1;letter-spacing:0;top:26.5rem;left:18.5rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLNPWI0ElizZS9HleH4pQOfB5mePqZgN { color:#2a0071;display:block;width:22rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:10.5rem;left:5.9677734375rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zX0z3s29y7XxHeT466ZiI66ZJxpG8mJp { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"marck script";font-size:4.375rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);top:5.6875rem;left:25.75rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaAdlpV5oaVorWGNqsZ8aUMGbkz4ofvW { 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; }
#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU { position:relative;display:block; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU { background-color: transparent; background-image: none; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row .container > .video-iframe-container { display: none; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row > .video-iframe-container { display: none; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .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); }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU { border-width: 0; border-radius: 0; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .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; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gKimrGWx3H6N8wXrCpRvU1dWDNMvPkuA { color:#2a0071;display:block;width:15.875rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.6875rem;left:20.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CstpNDH6sOKLqQKtmTGhryDGPKPvC1UJ { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"marck script";font-size:4.625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);top:5.625rem;left:23.3125rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVmWpXJERRZbFfgrc2L67fCN7auMa6b6 { color:#2a0071;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:13.375rem;left:33.71875rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BRF0ISGBMflHm8kct3Uru8rhX6nZthZe { color:#2a0071;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:3.5625rem;left:25.3125rem;height:6.25rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#TLDy7w8PURV2zu6mRHD3Kextf2W1LZeJ { 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; }
#XNXBRRJcDarxwutlfxU5NJxNsPicNV3m { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:21.25rem;top:2.6875rem;left:-5.3730830439815rem;overflow:hidden;display:block; }
#DaLI1PyqwPeTB0ib0B2tXzzkXMkNVUWM { position:absolute;display:block;z-index:15028;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:29rem;width:23.75rem;top:10.625rem;left:9.34375rem;overflow:hidden;display:block; }
#DiMvuqkhRQRiLTt35r0q2q8DAqW6yLQT { background-color:#ff403b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.71875rem;left:35.375rem;display:block; }
#fX7IhxWs9pX2z7gu4PcLE0qnlG0WUxVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p { position:relative;display:block; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p { background-color: transparent; background-image: none; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row .container > .video-iframe-container { display: none; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row > .video-iframe-container { display: none; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .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); }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p { border-width: 0; border-radius: 0; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .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; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w7rWHwxgzR5nL42uk9ylHymbkWEQ3cvq { color:#2a0071;display:block;width:30.499375rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:1.7180881500244rem;left:14.748579025269rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IRrLIU3MaHxHQLBG6ZTAKlh9FrKBdE6y { color:#ffffff;display:block;width:28.8748125rem;position:absolute;font-family:"marck script";font-size:4.625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);top:4.5302581787109rem;left:15.562105178833rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ug0wvPGvqQ83yI5AZLRyPdO80E15JAbn { color:#2a0071;display:block;width:41.93675rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:9.8963851928713rem;left:9.67293548584rem;height:6.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { position:relative;display:block; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { background-color: transparent; background-image: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container > .video-iframe-container { display: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row > .video-iframe-container { display: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .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); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { border-width: 0; border-radius: 0; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .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; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GtuzVs7l5JXqVkwDRximEV2rzFuePBCw { background-color:#4a9cff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.78125rem;left:2.375rem;display:block; }
#ktHKQGgwfrRHmR0AJk0wRtOSWqlHgvom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7s39ys5OKmp9Ua4F6Ox5ycQyTDfPD9S { background-color:#2a0071;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4980625rem;height:3.436525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.8125rem;left:33.25rem;display:block; }
#Q4uBzmH19DJWK3JQD7ooiCV8wt83tQ02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o02MNmD5eUroHElaIsvffGWnwAR4qLDe { 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; }
#mMDTSuZOlxldPkPWAla57cZxTTehpJyB { background-color:#75c4ff;background-image:none;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;position:relative;z-index:auto;display:block; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { background-color: transparent; background-image: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container > .video-iframe-container { display: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row > .video-iframe-container { display: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .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); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { border-width: 0; border-radius: 0; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { width:60rem;height:51.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#oZe27FvsRZgm0ZizAeQwFDaQplzQhrT0 { position:absolute;display:block;z-index:15002;background-color:#ffffff;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.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:31rem;width:27.875rem;top:15.625rem;left:15.996591567993rem;display:block; }
#T3X6CygAdqIslRCaxkJIE9hehaEniHVN { color:#2a0071;display:block;width:28.99975rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.185215950013rem;left:15.435480117798rem;height:3.73698125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-form-header {  }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #707b8b;border-left:0.0625rem dashed #707b8b;border-right:0.0625rem dashed #707b8b;border-bottom:0.0625rem dashed #707b8b;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:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#332944;font-size:1rem;overflow:hidden;font-family:rubik;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #707b8b;border-left:0.0625rem dashed #707b8b;border-right:0.0625rem dashed #707b8b;border-bottom:0.0625rem dashed #707b8b;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#332944;font-size:1rem;overflow:hidden;font-family:rubik;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fec627;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:21.5625rem;height:3.875rem;font-family:rubik;overflow:hidden; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:#332944;vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .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; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-container:first-of-type{padding-top:0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-container:last-of-type{padding-bottom:0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.625rem;left:17.9375rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 {display:block;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.625rem;left:17.9375rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VnF3mCxhg0OKrkuAHp6qxmuSMtKGFlwo { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #v6qltGbT1fUwaxTDTnh5tw3t6m1pld0h { position:relative;display:none; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #t9DeGUTJTQvgyq039lUlusKZzz6HHPIT { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #GdbEC3vrunv4W0CkHEOatDd6uzgbUJVJ { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #e96IN6VwLZgu3TRVNwmsHTp7vshlqAMR { position:relative;display:block; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #gDKJtz0voluySB01T5OB8CM6rclXrq0h { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #wlVW2aDOBNNA3FM1aVlbMXIC3OThzaR9 { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #pmQocJzXVDeCRnwho1ez2BKMCv2vlHGS { position:relative;display:block; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #forvcc5KsFcJLMBahN2mOPqPhFHG01fb { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #sh9nTpToaQWs1gZetriEg0PNvH7fiGO8 { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TIauucTyhKyTdbat60RrRl2Nc8CS6OAl { position:relative;display:block; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #Tsu1kRr1MbTpnr25b8e7Jv2TptCNqVHH { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #K4fpr30wSwEizvZvWF6Gb7Qf64OiEiLq { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #vAv3M742mWMtARgmLiR0qqF5ZJbBXN5M { position:relative;z-index:2; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #OJ6G1qdTgTTm9zAtRS8aieCxkXtHgTLg { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #neL9K6noCWqGNhET5X9BWq9T04wB41wT { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TD8G544rv1adFNM3T8IAgdJcMKs9f7Kn { position:relative;z-index:2; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #npeGnWKfrIeb5Zcbwkg4sqAFJum5c8nm { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #ELKpXRgamzbdHMEtK5PZ0ex4WE9P9GPX { position:relative; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VAvTTV14yPnITWCZ3TTTyBXk7KUlpAzU { position:relative; }
#tZLowIRqSCDhsmpoSesXZDUCP7p1JCS0 { color:#2a0071;display:block;width:34.812rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.7492713928223rem;left:12.52813911438rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZmlOF0KbPy6bPpw2ihQ5Z8AoyB1IigPd { color:#ffffff;display:block;width:28.8748125rem;position:absolute;font-family:"marck script";font-size:4.625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);top:5.5625rem;left:15.6875rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKaUl2Vrwua52Avk1O8BC1f3IJ0cOPVx { 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; }
#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur { position:relative;display:block; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur { background-color: transparent; background-image: none; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row .container > .video-iframe-container { display: none; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row > .video-iframe-container { display: none; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .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); }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur { border-width: 0; border-radius: 0; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .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; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#75c4ff;background-image:none;font-size:0.875rem;font-family:arial;height:56.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OMVg0Ie8kT72d4pTcUPia2QKTTL9nfrO { color:#2a0071;display:block;width:15.0625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.5625rem;left:4.1281242370606rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#73b4fc;background-image:none;vertical-align:top; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .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; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#2a0071;font-family:rubik;font-style:italic;height:auto; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .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;color:#ffffff;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .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_ff139e388359a3c7033ce6fe91fc8a1e8059c787.svg");background-size:contain !important; }#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-trigger.adaptive-delivery-prevent-bg, #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-trigger.lazyload, #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-trigger.lazyloading { background-image: none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ { box-sizing:content-box;height:auto;width:53.6855625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.375rem;left:2.6906242370606rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #s670u1ydfNB4xtTHCnPbkOqWT7gqhtHm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc0eSb2HrM0oISvQDQLbadyJ7FebQNcx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #hRGRbn6ORebqzObM7OvhU4iShmvLhrAr { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yZ9OtgHX08JuurRAzlMI8OA9NATPir8g {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #SuhUf66MrwxmNv2Fgcrki1LZvpx3dJBO {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oEvvvOTTZDiqvU8mOykXP5otfiCWBygl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oamXhkoRtTTcSTrZXORxH5zuc5uA1B4c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rO2VygKUc3EKVD6tVmMqTu8S8uNuNWoX { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFybuPEgpkLKVuSKWm6bIlPcrSQIVzl9 {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #lyzn9UdONFPswTzPfSExpSFztOWkE49O { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #K9HQvGHslLKwVgTfVEiQlBs7TLF89sma { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #zxbBCDdlI2NXvDVop5NfGtJJwnUxatsf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wfJuX8HOxdhBiks37vAO5gtK5556bDpA { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #h32KrbFQw7nhtON9yPrxdA3ldrLxXIaB {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc8pu2TQJNkkgmw4WPoH2aTnTx9yhPoZ { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nHGDospzxlAp1MWhDbBknF5pXI48awTr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ynCaZMp09y7ytgtd0lJL9xttRQeRzv5X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yFfaT1enPrbaWFBa5d87rFrCkbb6TUBL { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #COntvd3mp4hQ4kvqc8KE9aWNfIxvi5P6 {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ilODRO20whz0MXwIsgSc9NXg1heyD7CO { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #AAJekOCv2y2fxhlr8guOsoSRsTiwB4vw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oqHeWwC19IUOe0aqVqwrGLbHaPZVFOyT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wUXZwVaRkgLTql0P8qa9KeVVtbeI6I1K { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iuR6kaaugNXyBTT7Dd5tabqrlDuXuLc3 {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kv0lnVUATGs9MONdtLyS0xq97cTmJQvH { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oJhDUPWtV6tvlf0l0kpirN0xWNCu4Xk9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ao9Ske6f77UuVcgLOXQraspqtFlxID0H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpcRfSryxq4attRzeoytA2vy4q3vpgD7 { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #JtZe6TSKGeQmTlHBf1M6NTleVQlEFcTS {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #L8ROckB4AAh5Vbhc51uF2gblTD4VM1re { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #uw5OLDbIumEqU6UaWT85x3hQ6ceVNMEK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DnmBECgSs843Rdqqo272mGszk0ShiIr5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #WZyMRrnEGFi08mzlTpSroPPPSEdglAZw { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #z8yMCIku3JPzu60KqN0mDLAghGIQWyRB {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #prB43iTx5Dqu2xNqSGrZznGGigs2SMqN { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #fZJDk4hVQAGk36eVSfadIvLDpXfBQoP2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #F7twMLEckCBrnEsq6o24FyihWmh3w7T3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #mGdTUdhPqAT8Uk1sNfpK6iw95psKB9Fd { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MkXtHRt9MV81Z5kBEclckTw6UL8DhTt1 {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ArE3VkVKcbvQ4dDUki7nn4b5TMcPd4qg { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #a82t7goOJg5eEapigkT7mp7KSQl0prCL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #CmJlaenCmqM6p0Wwti1A431sTqAcVa56 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #p8ebqdlhbGqOGq20ur1oxeLhtTLDULFm { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #pf78OnQsLPT9IeKGmEwqTpaq0a9cd5TN {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ySSMe29hTnLUUy45x1C4vqvMOT3LJ320 { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VwSRVlHZ0BRThF1wQHNcqzTl0T0TpPbs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rGOtKe36195fepqzhds5OZbTgFCGJPHm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ca24PBZXz0XJFpE71TcqWydZawcZrbxG { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFFtKATvGhxD5RLHtCcr41670Q5yEOtM {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ETXWPd3bTU1bwde90Enk51snwWLqyFdg { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #HL5we49TL6ZqZppiBbgMy5JoZGWT1XF0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iAowMKvLEvawNfVr4wychunmSTKRLkXA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #vWG96xE4cfgsfZ31BDta9yKwRQ4GT6Ja { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #IoxvbOd2usnXOcucrFnptG1TzxnNo9fH {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DuiGoawXAp1E0otIXrqNuFPSXkTfRelJ { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MxOZBicgfc20bTHJyuTT2WE6rUbTzlJP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #gi15GhH5T3JIW2mGhho9Pv4qMwkiT4Oi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #OVSpGKT4vGZl6PPDk5BDw1wi76sSvuTv { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VnM4KEwCcVmDXHRgPoKAz2sFs8GnON5o {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #X18ihgAJTo6ZopQwmnx4zydObXCl2Hg4 { display:none; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #P5nq48NKRd9CruXxR5AXkmseZGPOnKW7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rVNCbgd1AiJLClrtdda0gQZ70HsVVyTl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #xgzOZrf846gVfhTTiOB7cHzMn53LFTXQ { display:block;position:relative; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Q3fBG8ELss5Xl4ztWlo41biS6B0HUBPO {  }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpSCDrCQlR93hevcnEsMGqPBobH7uyii { display:none; }
#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a9cff;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; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container { background-color: transparent; background-image: none; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container > .video-iframe-container { display: none; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row > .video-iframe-container { display: none; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .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); }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container { border-width: 0; border-radius: 0; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#k4r3rXTeRXUg0GoJSrazgGxNcITkl4Wt { color:#2a0071;display:block;width:22.0620625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8364219665527rem;left:36.372816085816rem;height:2.76041875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZavK6DIT1fW0b5ZSBWTu5mmXfJTBMnaX { color:#2a0071;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5281257629394rem;left:3.8708343505859rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8rxlRa9kV8yWwEGcDduxiBPkZGgoxyk { 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:3.6869375rem;width:5.0624rem;top:1.3738098144531rem;left:27.46706199646rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fIZlraadO9hGfp3DOrxTIzublaoKeiBx { display:block; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArqiGXFQ4uiscgbRmdvZi3aq6IdKsMCJ { width:12.5625rem;height:2.375rem;top:0.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxdowRTETzv3vofsrJo3kHtlgKLtU4G8 { display:block; }
 }@media only screen and (max-width: 763px) { #hodZylfxyO0VdqF2sqV6rhBVuSsu6rwL { width:5.5625rem;height:2.4375rem;top:0.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocyq4ByNBWLe5Wxbl8AJ6STJi0qP0tbW { display:block; }
 }@media only screen and (max-width: 763px) { #pCTyixR7xfzr67I4dwUUgR399SbZixQo { width:5.3125rem;height:2.4375rem;top:0.9375rem;left:21.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1EZTrFsoSCegzPQbo4KAzH1xrn5qUIA { display:block; }
 }@media only screen and (max-width: 763px) { #eEZA0K29lzSi6tC2dQXMqQcuqOQE4QcO { width:7.5rem;height:2.375rem;top:0.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pso3COWwKHOQaHM0Bhigpso1aO9Cffzi { display:block; }
 }@media only screen and (max-width: 763px) { #yBaHswrMVuImkR7IcTvrMMHvKU7hQJbF { top:0.6875rem;left:0rem;width:3.8125rem;height:2.8280247932151rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHGmfTzXDUIDRobnAvvDMZAgRXA78SQ { width:4.6875rem;height:2.4375rem;top:0.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAiAdKnpfxuiVtAaoP0tHkNcJnedeBgX { display:block; }
 }@media only screen and (max-width: 763px) { #EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF { display:block; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:6rem;left:6.4375rem;width:34.8125rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9A9aDzNxaXdJOAw19U4WAx7ToNGgA5q { top:9.1875rem;left:9.5rem;width:28.625rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMq1PxiXpsCimcdCTJ2DMUyD5Q96uuUp { top:11.9375rem;left:0rem;width:47.75rem;height:31.658424908425rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffQvlyJqmJp529Q78J3A9eKUh4lcV6w { top:2.75rem;left:18.25rem;width:11.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6JfnIOu7vPZiA92UpRt0Mmx1wKs4Tan { top:1.9375rem;left:15.3125rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrdCCvblCfv7d03TkITSC81yWEAZ2EPv { top:2.1875rem;left:0rem;width:28.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg { display:flex;width:18rem;height:5.0625rem;top:2.125rem;left:25.559488296509rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #KS6t4Ly9uFHkq7FQrAd9l4pS3c2bTDsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #BSLdKTn06opnxLwSCWi8F71W4taT5e1A {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #UUgDmDs96cRQv0QWw2fveQ7rwZ6amZ4H {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #oXteVSmTw8Rvd0auWHflEr2bwSyGcDoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #VfLw5zHsDVkIunlyuwSXSDrXJlqMA6O8 {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #Ooh64QMLrkm78yygoIKqz1Kl7nIzxNuD {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #liN0iF89rMoriZVgKeN8CswNPa1o4ueh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hCH3so1lS27TfKOQXuhCLn1VHVIUzqyg {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #DIfHFlgs2JVzCf5u7AbTqfPwaRKoZ3UP {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hsPl9qyZ3qBrSUPmOu4OtokeHFdKTeiv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #NwxEcNenEfEfeqwolOxmbmeZcSB6QxJn {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #AHmwhhF8nmM9O5IKrIWNh1AJ9ykRt8H9 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF { display:flex;width:18rem;height:5.0625rem;top:0.375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #KAtPPmSpN5KFn40RgCB7V4oM40fFqwoO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #lsZG3gVRe58F7xt2qOGu9Zh7WaqTET95 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #vC9DdPMfM3IW3a4dyEIiCNsJvPo2Pi58 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #NMxd8NDI1Mgrd93xn77vGf7lUvCnkZ1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #zLSHDeKsoyv8rSSTRtcOHUXgRg6iATve {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #xxnWLbwCJAaT05wMlpECfnKAmoqoUpVA {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #ZzO5T8fy87ac56FA9zlHN6qCFZUkTVcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #R4aFenvgsJT8ClnAlOirUFLFT2xIQ5KE {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #OvacRRpqe7qLUaA1QNnV7giAKkfNebQO {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #FHc9CLXzka5wRv5ZFcNqsSPAuJJFZCgo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #J0ZAiZPVUkcAwhTiZECKF6X9eCWpzTxE {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #f6dVVfevzo7wHg7T68QBucNX0ryrPQ4Z {  }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:3.25rem;left:12.78125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRTcATpLJ7SNPvTHJXzEOSCMKrzP6gg { top:3.5625rem;left:13.09375rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRuEG4x2W76VCrs6CMK2b1RyTENlfJz { top:3.5rem;left:36.96875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCGROCl93ANQIQk1TbuiwFLm4vmFJn3 { top:3.1875rem;left:36.65625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53sdKN3QN9gDVygcyqbuyZ77tIJaQ1W { top:3.5rem;left:25.03125rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfAidTqIsAKta0REh0yWQTgah7I2gTCW { top:3.1875rem;left:24.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywBwtSKhlXKxI4myooPfGSUBJ8QhWuD { top:17.5625rem;left:12.40625rem;width:11.0625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusEpvOZEC1cMbXTnwUzean77nusWaia { top:14.875rem;left:11.96875rem;width:11.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wha9AiH6W3UOKnbNqEfexvo8awsTvPWm { top:14.875rem;left:0.03125rem;width:11.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictt6fsZluJT1cC5bFUvPHPMV5W5n8C3 { top:16.3125rem;left:0.28125rem;width:11.5rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmUJg4UDhnTd5MAmAiqnGOFhAZUCRGU8 { top:5.25rem;left:2.84375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6oSg2Tr92AWQfCN94o9OW0ib8oJAhzp { top:3.25rem;left:0.84375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8hPI4QMd6qhrA73uKOCtkKKTARf2Ts3 { top:3.5625rem;left:1.15625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTupUMqTOQTBDXWWdyApaFcgU2t2pGx { top:5.25rem;left:14.78125rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIy76P1RSigd2xW5TFRbEVV78BNyiKV { top:14.8125rem;left:23.90625rem;width:11.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BufE86h8ZH3cJ3LTh9Ilx622ayg6zygy { top:14.8125rem;left:35.0625rem;width:12.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8sT7WHvLGkdtJi5h0QuWn2WfSqbauli { top:16.3125rem;left:34.875rem;width:12.875rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah89sTFPiwqwxhlpKDL7QMbkzkJRFpTt { top:18.875rem;left:23.875rem;width:11.9375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGx2TcuOO8oXH4u5pSJTQQ9wN3v1WvSl { top:5.125rem;left:26.65625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esIwOezPSFT2BOKEOkfbulSyfDsbhZoT { top:5.75rem;left:39.21875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX5ZeGo6QkevScl5ty21hN7woO8qENiN { display:none; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riTe6KyhKUPOXOtB6HBTeypboRa9ET7A { top:3.125rem;left:2.875rem;width:42rem;height:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpJp0XE9AAeZGwFHlXS8I8Gw0w5OIE5 { top:7.8125rem;left:0.375rem;width:47rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2cHrVItvBfWzccFBeeFaOEw0cp5bE6N { display:none; }
 }@media only screen and (max-width: 763px) { #S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 { display:block; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhcwbLNsqDToqpWvIR1m0QVemFIHcQUf { top:6.875rem;left:5.0615234375rem;width:13rem;height:4.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATitsSuAl2NmFBAxibumbsX58O8mEXm { top:4.6875rem;left:0.6875rem;width:22.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq4q6xoNKkRQbAaCEHFEym9tLMKhgwTm { top:35.25rem;left:0.8125rem;width:22.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw0JpEm4I8b3luCtxDtf9rVfgu2AshzX { top:35.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krD6nyXzvFwnTr8bdl3sXrZHU16TgCOA { top:27.4375rem;left:0.6875rem;width:23.1875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdkJVUon8bHzb7yPw1OPUCppzkwvu8N { top:27.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gse633GTlqgTntPvuPDyK5peFsVBUuig { top:27.9375rem;left:0rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmCbLM3WsOTtm3H9pTvAEantDMP8JT4 { top:19.625rem;left:0.6875rem;width:23.1875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9XlKxiNL0yaXoQoZSAb250A551N1qlP { top:19.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz60CHiGeZU8U617NhkwzSJO0zi7QRt { top:15.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkJmhUom9IGAlKCotpR4EdkCLd5xTdeP { top:16.25rem;left:0rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzr1wcZqXWmkA9MZKDnLV8MQTqivL33 { top:16.25rem;left:0.6875rem;width:23.1875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhqH1tlNhbpvto3mcEU1yMic18yByfA { top:20.125rem;left:0rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG220ecNhBVEUKubNmUWR6Hlty7iXwB0 { top:35.75rem;left:0rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6W3VKJHrPKot9WFBTKyVfvbblpP5tTT { top:46.3125rem;left:1.59375rem;width:20.625rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekO7Ng1ld48iRVOWWRS3885XJuOzANEL { top:13.1875rem;left:0rem;width:24.125rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdQNzv9UbMNWb4gP7beTqpTxE26JGxc { display:none; }
 }@media only screen and (max-width: 763px) { #KJe2yEWMb55Ukr5d2qTamEVlrWmqGpx0 { top:2.5625rem;left:1.375rem;width:20.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmC6pUAmFOWzfz7rZbdVmT7VIl6PLV5Q { top:13.1875rem;left:23.625rem;width:24.125rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvHrk56O2cowBVQsbcdLQqcId1Sa4B0 { top:15.875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq19PWC6Qgm5nqzKwvQ4UZw8EJScJHvK { top:15.75rem;left:23.8125rem;width:23.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aT8EN2Q2uoTuKNPF37VI4mxWpTPXpT { top:16.375rem;left:23.875rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ayUwblwkanvGxnAJwLMcz7PS3LZVIb { top:20.8125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhKr7cUG9iALtGTiViXMQlhSkrS6zQ2N { top:2.5625rem;left:26.125rem;width:20.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxyEfGtHUoIgyJw5z7DXLfm4SJgUIvXK { top:21.3125rem;left:23.875rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw3ewWC0N5b2epduKTULGS6mQIJFCou { top:21.25rem;left:24.5625rem;width:23.1875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAgRzo2xDnKTpKPEk4AREJqOr4dKw3p { top:24.625rem;left:24.125rem;width:23.625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHS24Vyy0hLQIH9GidT1S89fV8UTvHul { top:24.625rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3HTRCS9STPzh07lIz4voFKoEpN750qr { top:25.125rem;left:23.875rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntgrTJRzylb026IJJP5LlNKI0lwGsaOO { top:7.0625rem;left:28.375rem;width:14.875rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RR1KwGXUMdpqtr2MBc5xxt9Z59AD5v { top:31.25rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlW5SPFRFviRTVX2o3iS0t31oSHaRT0g { top:31.75rem;left:23.875rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWN7QwIKRuSV8AvSePmDOa5GL1K4Fi4 { top:31.1875rem;left:24.5625rem;width:23.1875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3XmuqCm3TaiTKV2WbTiBMTyVg4HLFTP { top:46.3125rem;left:22.875rem;width:24.875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTUFO050FSqVlkmlAwRpcUFr6GaWzS8 { top:4.6875rem;left:25.25rem;width:22.5rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBrrNDnh3rRMtfTeUneQrgUtMZ46HCpc { top:39.375rem;left:24.125rem;width:23.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJCBOO4R1kZ8uiQQXulswUplo7bbnyZn { top:39.125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGHt1wm3TapspObNz0TGuxJMDObpTC68 { top:39.625rem;left:23.875rem;width:1.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTObGnATV9NQ5g2M5iBqyQa9HPLPRZAb { width:19.0625rem;height:3.375rem;top:54.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L97OBqVHDekNuEckK5kMJguPC35b7SEb { display:block; }
 }@media only screen and (max-width: 763px) { #Z9ftHnp4tGGvJtbQknPxmcArBsOlRFhA { width:19.0625rem;height:3.375rem;top:56.1875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObX1D8eB97LEGfDmcOxSyS8WNNs0oEgb { display:block; }
 }@media only screen and (max-width: 763px) { #UGaXadViT7lHBqLAqTv36VTGB1TfGpHw { display:none; }
 }@media only screen and (max-width: 763px) { #qqnULMteKzqzRpCut1gXCxEL3l2ASpzE { display:block; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umd2kybHGEAbUPptChUfOJC3WkJBEFG4 { top:2.6875rem;left:12rem;width:19.125rem;height:3.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1bqxmkQrLy1bhnvrwalTU8apFEILon { top:30.5rem;left:4.875rem;width:11.875rem;height:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHCiGUhOTdwzvLQXQen67QJK3vpR9Jr { top:32.1875rem;left:2.5rem;width:16.5625rem;height:3.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WXauNW4xkpTyn4VXhGSrCk18PbpuvX { top:9.8125rem;left:22.125rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmAS8x445Gw0lDyV1VaRUHnG9ZzbC4K7 { top:28.0625rem;left:42rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lmQJuMRtq8oW5y2EaxDo6t3xJ44a44 { top:23.9375rem;left:35.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkiN0bPRwvhmNqWwwzKoJXKgm19l9e9D { top:27.8125rem;left:30.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAATH6vTc7RClPAyZkTSOmPDoadpL9u { top:12.4375rem;left:1.3125rem;width:9.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9eX3Xyza6BU4gWC9A9s1xZEyrqxdOb { top:12.4375rem;left:12.375rem;width:9.375rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdbHaGcHMGGWHwZpugzdNa5XHuTdBVq { top:15.125rem;left:0.75rem;width:9.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLIRt4vToCsiHe1OD7k8lkTmNOBmkHNi { top:15.3125rem;left:12.375rem;width:9.375rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeaf84WEsRNAnxrGyVVM9TUbSooJpXwa { top:17.9375rem;left:0.75rem;width:9.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrSutzxEf2r34S2sA2O8sFRyLtn4CVCk { top:18.125rem;left:12.375rem;width:9.375rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSKSPPWdklaQblzQci5DG5LQ4uMFf2e2 { top:20.75rem;left:0.75rem;width:9.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhoXJzAp2zGdkHHx1JZUTVFDEHIx2eGw { top:21rem;left:12.375rem;width:9.375rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8H3vdEKrgV6qGctxlonekdsdw0bKG5 { top:23.5625rem;left:0.75rem;width:9.5625rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3dLPmA4HHzMw6mwReflMWSksQNNSen { top:23.8125rem;left:12.375rem;width:9.375rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5vtcvEun4Dvhzgwaf1cV6ntct9wZ1T { top:26.4375rem;left:0.75rem;width:12.375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3p3SEnZmEI566RXLsLWQcFD60hwZ0DE { top:26.5rem;left:12.375rem;width:9.375rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNPWI0ElizZS9HleH4pQOfB5mePqZgN { top:10.5rem;left:0rem;width:22rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0z3s29y7XxHeT466ZiI66ZJxpG8mJp { top:5.6875rem;left:19.625rem;width:15.5rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaAdlpV5oaVorWGNqsZ8aUMGbkz4ofvW { display:none; }
 }@media only screen and (max-width: 763px) { #PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU { display:block; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKimrGWx3H6N8wXrCpRvU1dWDNMvPkuA { top:2.6875rem;left:14.75rem;width:15.875rem;height:3.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstpNDH6sOKLqQKtmTGhryDGPKPvC1UJ { top:5.625rem;left:17.1875rem;width:15.8125rem;height:4.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVmWpXJERRZbFfgrc2L67fCN7auMa6b6 { top:13.375rem;left:22.75rem;width:25rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRF0ISGBMflHm8kct3Uru8rhX6nZthZe { top:7.75rem;left:0rem;width:18rem;height:7.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLDy7w8PURV2zu6mRHD3Kextf2W1LZeJ { display:none; }
 }@media only screen and (max-width: 763px) { #XNXBRRJcDarxwutlfxU5NJxNsPicNV3m { top:2.6875rem;left:0rem;width:21.25rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaLI1PyqwPeTB0ib0B2tXzzkXMkNVUWM { top:10.625rem;left:3.21875rem;width:23.75rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiMvuqkhRQRiLTt35r0q2q8DAqW6yLQT { width:21.6875rem;height:3.4375rem;top:22.6875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX7IhxWs9pX2z7gu4PcLE0qnlG0WUxVU { display:block; }
 }@media only screen and (max-width: 763px) { #OHbWTAhovWl3lSZPlsSSup3MOg7oT81p { display:block; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7rWHwxgzR5nL42uk9ylHymbkWEQ3cvq { top:1.6875rem;left:8.6235790252688rem;width:30.4375rem;height:3.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRrLIU3MaHxHQLBG6ZTAKlh9FrKBdE6y { top:4.5rem;left:9.4371051788331rem;width:28.8125rem;height:4.5625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0wvPGvqQ83yI5AZLRyPdO80E15JAbn { top:9.875rem;left:3.5478515625rem;width:41.875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { display:block; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtuzVs7l5JXqVkwDRximEV2rzFuePBCw { width:25.25rem;height:3.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktHKQGgwfrRHmR0AJk0wRtOSWqlHgvom { display:block; }
 }@media only screen and (max-width: 763px) { #k7s39ys5OKmp9Ua4F6Ox5ycQyTDfPD9S { width:23.4375rem;height:3.375rem;top:2.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4uBzmH19DJWK3JQD7ooiCV8wt83tQ02 { display:block; }
 }@media only screen and (max-width: 763px) { #o02MNmD5eUroHElaIsvffGWnwAR4qLDe { display:none; }
 }@media only screen and (max-width: 763px) { #mMDTSuZOlxldPkPWAla57cZxTTehpJyB { display:block; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZe27FvsRZgm0ZizAeQwFDaQplzQhrT0 { width:27.875rem;height:31rem;top:15.625rem;left:9.8715915679931rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3X6CygAdqIslRCaxkJIE9hehaEniHVN { width:28.9375rem;height:3.6875rem;top:10.125rem;left:9.3104801177981rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 {display:block;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VnF3mCxhg0OKrkuAHp6qxmuSMtKGFlwo {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #v6qltGbT1fUwaxTDTnh5tw3t6m1pld0h {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #t9DeGUTJTQvgyq039lUlusKZzz6HHPIT {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #GdbEC3vrunv4W0CkHEOatDd6uzgbUJVJ {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #e96IN6VwLZgu3TRVNwmsHTp7vshlqAMR {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #gDKJtz0voluySB01T5OB8CM6rclXrq0h {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #wlVW2aDOBNNA3FM1aVlbMXIC3OThzaR9 {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #pmQocJzXVDeCRnwho1ez2BKMCv2vlHGS {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #forvcc5KsFcJLMBahN2mOPqPhFHG01fb {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #sh9nTpToaQWs1gZetriEg0PNvH7fiGO8 {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TIauucTyhKyTdbat60RrRl2Nc8CS6OAl {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #Tsu1kRr1MbTpnr25b8e7Jv2TptCNqVHH {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #K4fpr30wSwEizvZvWF6Gb7Qf64OiEiLq {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #vAv3M742mWMtARgmLiR0qqF5ZJbBXN5M {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #OJ6G1qdTgTTm9zAtRS8aieCxkXtHgTLg {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #neL9K6noCWqGNhET5X9BWq9T04wB41wT {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TD8G544rv1adFNM3T8IAgdJcMKs9f7Kn {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #npeGnWKfrIeb5Zcbwkg4sqAFJum5c8nm {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #ELKpXRgamzbdHMEtK5PZ0ex4WE9P9GPX {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VAvTTV14yPnITWCZ3TTTyBXk7KUlpAzU {  }
 }@media only screen and (max-width: 763px) { #tZLowIRqSCDhsmpoSesXZDUCP7p1JCS0 { top:2.6875rem;left:6.40313911438rem;width:34.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmlOF0KbPy6bPpw2ihQ5Z8AoyB1IigPd { top:5.5625rem;left:9.5625rem;width:28.8125rem;height:4.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKaUl2Vrwua52Avk1O8BC1f3IJ0cOPVx { display:none; }
 }@media only screen and (max-width: 763px) { #np9MeTA195Aa0OMbHVTWqRbPQhh72Pur { display:block; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMVg0Ie8kT72d4pTcUPia2QKTTL9nfrO { top:0.5625rem;left:0rem;width:15.0625rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ { display:flex;height:auto;width:45.25rem;top:6.625rem;left:0rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #s670u1ydfNB4xtTHCnPbkOqWT7gqhtHm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc0eSb2HrM0oISvQDQLbadyJ7FebQNcx {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #hRGRbn6ORebqzObM7OvhU4iShmvLhrAr {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yZ9OtgHX08JuurRAzlMI8OA9NATPir8g {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #SuhUf66MrwxmNv2Fgcrki1LZvpx3dJBO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oEvvvOTTZDiqvU8mOykXP5otfiCWBygl {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oamXhkoRtTTcSTrZXORxH5zuc5uA1B4c {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rO2VygKUc3EKVD6tVmMqTu8S8uNuNWoX {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFybuPEgpkLKVuSKWm6bIlPcrSQIVzl9 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #lyzn9UdONFPswTzPfSExpSFztOWkE49O {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #K9HQvGHslLKwVgTfVEiQlBs7TLF89sma {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #zxbBCDdlI2NXvDVop5NfGtJJwnUxatsf {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wfJuX8HOxdhBiks37vAO5gtK5556bDpA {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #h32KrbFQw7nhtON9yPrxdA3ldrLxXIaB {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc8pu2TQJNkkgmw4WPoH2aTnTx9yhPoZ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nHGDospzxlAp1MWhDbBknF5pXI48awTr {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ynCaZMp09y7ytgtd0lJL9xttRQeRzv5X {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yFfaT1enPrbaWFBa5d87rFrCkbb6TUBL {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #COntvd3mp4hQ4kvqc8KE9aWNfIxvi5P6 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ilODRO20whz0MXwIsgSc9NXg1heyD7CO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #AAJekOCv2y2fxhlr8guOsoSRsTiwB4vw {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oqHeWwC19IUOe0aqVqwrGLbHaPZVFOyT {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wUXZwVaRkgLTql0P8qa9KeVVtbeI6I1K {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iuR6kaaugNXyBTT7Dd5tabqrlDuXuLc3 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kv0lnVUATGs9MONdtLyS0xq97cTmJQvH {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oJhDUPWtV6tvlf0l0kpirN0xWNCu4Xk9 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ao9Ske6f77UuVcgLOXQraspqtFlxID0H {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpcRfSryxq4attRzeoytA2vy4q3vpgD7 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #JtZe6TSKGeQmTlHBf1M6NTleVQlEFcTS {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #L8ROckB4AAh5Vbhc51uF2gblTD4VM1re {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #uw5OLDbIumEqU6UaWT85x3hQ6ceVNMEK {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DnmBECgSs843Rdqqo272mGszk0ShiIr5 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #WZyMRrnEGFi08mzlTpSroPPPSEdglAZw {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #z8yMCIku3JPzu60KqN0mDLAghGIQWyRB {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #prB43iTx5Dqu2xNqSGrZznGGigs2SMqN {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #fZJDk4hVQAGk36eVSfadIvLDpXfBQoP2 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #F7twMLEckCBrnEsq6o24FyihWmh3w7T3 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #mGdTUdhPqAT8Uk1sNfpK6iw95psKB9Fd {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MkXtHRt9MV81Z5kBEclckTw6UL8DhTt1 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ArE3VkVKcbvQ4dDUki7nn4b5TMcPd4qg {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #a82t7goOJg5eEapigkT7mp7KSQl0prCL {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #CmJlaenCmqM6p0Wwti1A431sTqAcVa56 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #p8ebqdlhbGqOGq20ur1oxeLhtTLDULFm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #pf78OnQsLPT9IeKGmEwqTpaq0a9cd5TN {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ySSMe29hTnLUUy45x1C4vqvMOT3LJ320 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VwSRVlHZ0BRThF1wQHNcqzTl0T0TpPbs {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rGOtKe36195fepqzhds5OZbTgFCGJPHm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ca24PBZXz0XJFpE71TcqWydZawcZrbxG {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFFtKATvGhxD5RLHtCcr41670Q5yEOtM {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ETXWPd3bTU1bwde90Enk51snwWLqyFdg {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #HL5we49TL6ZqZppiBbgMy5JoZGWT1XF0 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iAowMKvLEvawNfVr4wychunmSTKRLkXA {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #vWG96xE4cfgsfZ31BDta9yKwRQ4GT6Ja {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #IoxvbOd2usnXOcucrFnptG1TzxnNo9fH {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DuiGoawXAp1E0otIXrqNuFPSXkTfRelJ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MxOZBicgfc20bTHJyuTT2WE6rUbTzlJP {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #gi15GhH5T3JIW2mGhho9Pv4qMwkiT4Oi {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #OVSpGKT4vGZl6PPDk5BDw1wi76sSvuTv {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VnM4KEwCcVmDXHRgPoKAz2sFs8GnON5o {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #X18ihgAJTo6ZopQwmnx4zydObXCl2Hg4 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #P5nq48NKRd9CruXxR5AXkmseZGPOnKW7 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rVNCbgd1AiJLClrtdda0gQZ70HsVVyTl {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #xgzOZrf846gVfhTTiOB7cHzMn53LFTXQ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Q3fBG8ELss5Xl4ztWlo41biS6B0HUBPO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpSCDrCQlR93hevcnEsMGqPBobH7uyii {  }
 }@media only screen and (max-width: 763px) { #g2QchvivRIoWygMiLzUq6WUNcH3AFE0G { display:block; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4r3rXTeRXUg0GoJSrazgGxNcITkl4Wt { top:1.8125rem;left:25.75rem;width:22rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavK6DIT1fW0b5ZSBWTu5mmXfJTBMnaX { top:2.5rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8rxlRa9kV8yWwEGcDduxiBPkZGgoxyk { top:1.3125rem;left:21.34206199646rem;width:5rem;height:3.6414916837864rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fIZlraadO9hGfp3DOrxTIzublaoKeiBx { position:fixed;z-index:199999;background-color:#4a9cff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { background-color: transparent; background-image: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container > .video-iframe-container { display: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row > .video-iframe-container { display: none; }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .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); }#fIZlraadO9hGfp3DOrxTIzublaoKeiBx > .row .container { width:20rem;height:6.0915828243256rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArqiGXFQ4uiscgbRmdvZi3aq6IdKsMCJ { width:8.685625rem;height:1.81160625rem;top:1.2471861839294rem;left:10.684255957604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxdowRTETzv3vofsrJo3kHtlgKLtU4G8 { display:block; }
 }@media only screen and (max-width: 763px) { #hodZylfxyO0VdqF2sqV6rhBVuSsu6rwL { width:3.8125rem;height:2.4375rem;top:3.6552085876465rem;left:0rem;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ocyq4ByNBWLe5Wxbl8AJ6STJi0qP0tbW { display:block; }
 }@media only screen and (max-width: 763px) { #pCTyixR7xfzr67I4dwUUgR399SbZixQo { width:4.625rem;height:2.375rem;top:3.6864585876465rem;left:11.277083396912rem;font-family:rubik;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1EZTrFsoSCegzPQbo4KAzH1xrn5qUIA { display:block; }
 }@media only screen and (max-width: 763px) { #eEZA0K29lzSi6tC2dQXMqQcuqOQE4QcO { width:5.625rem;height:2.4375rem;top:3.6552085876465rem;left:5.1218748092651rem;font-family:rubik;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pso3COWwKHOQaHM0Bhigpso1aO9Cffzi { display:block; }
 }@media only screen and (max-width: 763px) { #yBaHswrMVuImkR7IcTvrMMHvKU7hQJbF { width:3.0621rem;height:2.24940625rem;top:1.0287010669708rem;left:1.2794624567032rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHGmfTzXDUIDRobnAvvDMZAgRXA78SQ { width:3.8125rem;height:2.4375rem;top:3.6552085876465rem;left:16.1875rem;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pAiAdKnpfxuiVtAaoP0tHkNcJnedeBgX { display:block; }
 }@media only screen and (max-width: 763px) { #EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF { background-color:#75c4ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container { background-color: transparent; background-image: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container > .video-iframe-container { display: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row > .video-iframe-container { display: none; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .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); }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container { border-width: 0; border-radius: 0; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EALfTX5TMfXpIkTdbtrCrbnx6zkk2ISF > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#75c4ff;background-image:none;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:19.9996875rem;height:2.5rem;top:7.375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #t9A9aDzNxaXdJOAw19U4WAx7ToNGgA5q { width:19.9996875rem;height:3.98046875rem;top:9.25rem;left:0rem;font-size:3.0625rem;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(81,81,88,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zMq1PxiXpsCimcdCTJ2DMUyD5Q96uuUp { width:19.9996875rem;height:13.311875rem;top:13.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KffQvlyJqmJp529Q78J3A9eKUh4lcV6w { width:11.3125rem;height:1.31293125rem;top:5.1875rem;left:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6JfnIOu7vPZiA92UpRt0Mmx1wKs4Tan { width:12.8125rem;height:2.3125rem;top:4.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#75c4ff;background-image:none;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:10.12369387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrdCCvblCfv7d03TkITSC81yWEAZ2EPv { width:19.9980625rem;height:1.6875rem;top:1.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;color:#2a0071;display:block; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg { display:flex;width:18rem;height:5.0625rem;top:1.8974609375rem;left:0.3056640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #KS6t4Ly9uFHkq7FQrAd9l4pS3c2bTDsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #BSLdKTn06opnxLwSCWi8F71W4taT5e1A {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #UUgDmDs96cRQv0QWw2fveQ7rwZ6amZ4H {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #oXteVSmTw8Rvd0auWHflEr2bwSyGcDoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #VfLw5zHsDVkIunlyuwSXSDrXJlqMA6O8 {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #Ooh64QMLrkm78yygoIKqz1Kl7nIzxNuD {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #liN0iF89rMoriZVgKeN8CswNPa1o4ueh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hCH3so1lS27TfKOQXuhCLn1VHVIUzqyg {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #DIfHFlgs2JVzCf5u7AbTqfPwaRKoZ3UP {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #hsPl9qyZ3qBrSUPmOu4OtokeHFdKTeiv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #NwxEcNenEfEfeqwolOxmbmeZcSB6QxJn {  }
 }@media only screen and (max-width: 763px) { #ixPc3q4fRUmNV6AdswWGdIyCRCgxNqTg #AHmwhhF8nmM9O5IKrIWNh1AJ9ykRt8H9 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF { display:flex;width:18rem;height:5.0625rem;top:3.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #KAtPPmSpN5KFn40RgCB7V4oM40fFqwoO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #lsZG3gVRe58F7xt2qOGu9Zh7WaqTET95 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #vC9DdPMfM3IW3a4dyEIiCNsJvPo2Pi58 {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #NMxd8NDI1Mgrd93xn77vGf7lUvCnkZ1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #zLSHDeKsoyv8rSSTRtcOHUXgRg6iATve {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #xxnWLbwCJAaT05wMlpECfnKAmoqoUpVA {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #ZzO5T8fy87ac56FA9zlHN6qCFZUkTVcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #R4aFenvgsJT8ClnAlOirUFLFT2xIQ5KE {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #OvacRRpqe7qLUaA1QNnV7giAKkfNebQO {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #FHc9CLXzka5wRv5ZFcNqsSPAuJJFZCgo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #J0ZAiZPVUkcAwhTiZECKF6X9eCWpzTxE {  }
 }@media only screen and (max-width: 763px) { #TKwLNJg2ytTiVJ4nkI14mnSGxoC44tFF #f6dVVfevzo7wHg7T68QBucNX0ryrPQ4Z {  }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { background-color:#75c4ff;background-image:none;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:8.75rem;height:8.81225rem;top:15.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRTcATpLJ7SNPvTHJXzEOSCMKrzP6gg { width:8.125rem;height:8.125rem;top:15.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRuEG4x2W76VCrs6CMK2b1RyTENlfJz { width:8.125rem;height:8.125rem;top:49.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCGROCl93ANQIQk1TbuiwFLm4vmFJn3 { width:8.75rem;height:8.75rem;top:49.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53sdKN3QN9gDVygcyqbuyZ77tIJaQ1W { width:8.125rem;height:8.125rem;top:32.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfAidTqIsAKta0REh0yWQTgah7I2gTCW { width:8.75rem;height:8.75rem;top:32.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywBwtSKhlXKxI4myooPfGSUBJ8QhWuD { width:11.061625rem;height:3.37565rem;top:27.5625rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusEpvOZEC1cMbXTnwUzean77nusWaia { width:11.8743125rem;height:2.5rem;top:24.8125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wha9AiH6W3UOKnbNqEfexvo8awsTvPWm { width:11.8743125rem;height:1.25rem;top:10.3125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictt6fsZluJT1cC5bFUvPHPMV5W5n8C3 { width:11.4994375rem;height:2.0003rem;top:11.5625rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmUJg4UDhnTd5MAmAiqnGOFhAZUCRGU8 { display:flex;width:4.93743125rem;height:4.93743125rem;top:2.9329986572266rem;left:7.5302900075913rem; }
 }@media only screen and (max-width: 763px) { #Z6oSg2Tr92AWQfCN94o9OW0ib8oJAhzp { width:8.7493125rem;height:8.7493125rem;top:1.0287017822266rem;left:5.6235107183456rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8hPI4QMd6qhrA73uKOCtkKKTARf2Ts3 { width:8.125rem;height:8.0624375rem;top:1.3729810714722rem;left:5.9355138540268rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTupUMqTOQTBDXWWdyApaFcgU2t2pGx { display:flex;width:5.2494375rem;height:5.2494375rem;top:17.25rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #KhIy76P1RSigd2xW5TFRbEVV78BNyiKV { width:11.8735rem;height:3.75rem;top:42.0625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BufE86h8ZH3cJ3LTh9Ilx622ayg6zygy { width:12.6870625rem;height:1.25rem;top:58.75rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8sT7WHvLGkdtJi5h0QuWn2WfSqbauli { width:11.061625rem;height:4.50086875rem;top:60.25rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah89sTFPiwqwxhlpKDL7QMbkzkJRFpTt { width:11.0615rem;height:2.25043125rem;top:45.8125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGx2TcuOO8oXH4u5pSJTQQ9wN3v1WvSl { display:flex;width:4.93743125rem;height:4.93743125rem;top:34.5rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #esIwOezPSFT2BOKEOkfbulSyfDsbhZoT { display:flex;width:3.99976875rem;height:3.99976875rem;top:51.5625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #oX5ZeGo6QkevScl5ty21hN7woO8qENiN { top:65.8125rem;left:0.6240234375rem;width:18.749rem;height:0.125rem;z-index:15027;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:14.624561872559rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riTe6KyhKUPOXOtB6HBTeypboRa9ET7A { width:19.9996875rem;height:4.25rem;top:1.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpJp0XE9AAeZGwFHlXS8I8Gw0w5OIE5 { width:19.999rem;height:7.8765rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2cHrVItvBfWzccFBeeFaOEw0cp5bE6N { top:14.5rem;left:0.625rem;width:18.7480625rem;height:0.125rem;z-index:15028;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 { display:block; }#S7sOTJwNUPZhugZXEfXQT7pIiTZfNNz6 > .row .container { width:20rem;height:126.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhcwbLNsqDToqpWvIR1m0QVemFIHcQUf { width:8.3125rem;height:2.9375rem;top:5.9375rem;left:5.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATitsSuAl2NmFBAxibumbsX58O8mEXm { width:20rem;height:2.1875rem;top:3.8125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mq4q6xoNKkRQbAaCEHFEym9tLMKhgwTm { width:19.249rem;height:7.8765rem;top:40.3125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mw0JpEm4I8b3luCtxDtf9rVfgu2AshzX { width:2.125rem;height:2.125rem;top:38.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krD6nyXzvFwnTr8bdl3sXrZHU16TgCOA { width:19.999rem;height:6.7513125rem;top:31.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEdkJVUon8bHzb7yPw1OPUCppzkwvu8N { width:2.125rem;height:2.125rem;top:87.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gse633GTlqgTntPvuPDyK5peFsVBUuig { width:1.186525rem;height:1.25rem;top:29.3125rem;left:9.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmCbLM3WsOTtm3H9pTvAEantDMP8JT4 { width:19.999rem;height:5.6260875rem;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9XlKxiNL0yaXoQoZSAb250A551N1qlP { width:2.125rem;height:2.125rem;top:82.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz60CHiGeZU8U617NhkwzSJO0zi7QRt { width:2.125rem;height:2.125rem;top:74.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkJmhUom9IGAlKCotpR4EdkCLd5xTdeP { width:1.18676875rem;height:1.25rem;top:75.4375rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzr1wcZqXWmkA9MZKDnLV8MQTqivL33 { width:19.9996875rem;height:1.12521875rem;top:17.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRhqH1tlNhbpvto3mcEU1yMic18yByfA { width:1.18676875rem;height:1.25rem;top:83.4375rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG220ecNhBVEUKubNmUWR6Hlty7iXwB0 { width:1.18676875rem;height:1.25rem;top:38.5625rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6W3VKJHrPKot9WFBTKyVfvbblpP5tTT { width:20rem;height:4.4987rem;top:49.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekO7Ng1ld48iRVOWWRS3885XJuOzANEL { width:19.9996875rem;height:2.5rem;top:10.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdQNzv9UbMNWb4gP7beTqpTxE26JGxc { top:61.25rem;left:0.625rem;width:18.7480625rem;height:0.12402375rem;z-index:15029;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJe2yEWMb55Ukr5d2qTamEVlrWmqGpx0 { width:20rem;height:1.12521875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmC6pUAmFOWzfz7rZbdVmT7VIl6PLV5Q { width:20rem;height:2.5rem;top:71.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvHrk56O2cowBVQsbcdLQqcId1Sa4B0 { width:2.125rem;height:2.125rem;top:15.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq19PWC6Qgm5nqzKwvQ4UZw8EJScJHvK { width:19.999rem;height:4.50086875rem;top:77.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7aT8EN2Q2uoTuKNPF37VI4mxWpTPXpT { width:1.18676875rem;height:1.25rem;top:15.625rem;left:9.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ayUwblwkanvGxnAJwLMcz7PS3LZVIb { width:2.125rem;height:2.125rem;top:19.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhKr7cUG9iALtGTiViXMQlhSkrS6zQ2N { width:20rem;height:1.12521875rem;top:63.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxyEfGtHUoIgyJw5z7DXLfm4SJgUIvXK { width:1.18676875rem;height:1.25rem;top:20.375rem;left:9.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw3ewWC0N5b2epduKTULGS6mQIJFCou { width:19.999rem;height:1.12521875rem;top:85.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiAgRzo2xDnKTpKPEk4AREJqOr4dKw3p { width:19.5605625rem;height:4.50086875rem;top:89.875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHS24Vyy0hLQIH9GidT1S89fV8UTvHul { width:2.125rem;height:2.125rem;top:28.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3HTRCS9STPzh07lIz4voFKoEpN750qr { width:1.186525rem;height:1.25rem;top:88.0625rem;left:9.4375rem;font-size:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #ntgrTJRzylb026IJJP5LlNKI0lwGsaOO { width:14.875rem;height:2.5rem;top:67rem;left:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RR1KwGXUMdpqtr2MBc5xxt9Z59AD5v { width:2.125rem;height:2.125rem;top:95.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlW5SPFRFviRTVX2o3iS0t31oSHaRT0g { width:1.1875rem;height:1.25rem;top:95.9375rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWN7QwIKRuSV8AvSePmDOa5GL1K4Fi4 { width:20rem;height:6.7513125rem;top:97.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3XmuqCm3TaiTKV2WbTiBMTyVg4HLFTP { width:19.9980625rem;height:7.4978125rem;top:112rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTUFO050FSqVlkmlAwRpcUFr6GaWzS8 { width:20rem;height:2.1875rem;top:65rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBrrNDnh3rRMtfTeUneQrgUtMZ46HCpc { width:20rem;height:3.37565rem;top:107rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJCBOO4R1kZ8uiQQXulswUplo7bbnyZn { width:2.125rem;height:2.125rem;top:104.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGHt1wm3TapspObNz0TGuxJMDObpTC68 { width:1.1875rem;height:1.25rem;top:105.25rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTObGnATV9NQ5g2M5iBqyQa9HPLPRZAb { width:14.6875rem;height:3.375rem;top:121.3125rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L97OBqVHDekNuEckK5kMJguPC35b7SEb { display:block; }
 }@media only screen and (max-width: 763px) { #Z9ftHnp4tGGvJtbQknPxmcArBsOlRFhA { width:14.6875rem;height:3.375rem;top:55.4375rem;left:2.65625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ObX1D8eB97LEGfDmcOxSyS8WNNs0oEgb { display:block; }
 }@media only screen and (max-width: 763px) { #UGaXadViT7lHBqLAqTv36VTGB1TfGpHw { top:126.2509765625rem;left:0.625rem;width:18.7480625rem;height:0.12402375rem;z-index:15030;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqnULMteKzqzRpCut1gXCxEL3l2ASpzE { display:block; }#qqnULMteKzqzRpCut1gXCxEL3l2ASpzE > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umd2kybHGEAbUPptChUfOJC3WkJBEFG4 { width:19.3119375rem;height:2.9375rem;top:1.4995975494385rem;left:0.34262454509735rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1bqxmkQrLy1bhnvrwalTU8apFEILon { width:11.8743125rem;height:1.875rem;top:39.9375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHCiGUhOTdwzvLQXQen67QJK3vpR9Jr { width:16.561rem;height:2.8125rem;top:41.6875rem;left:1.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WXauNW4xkpTyn4VXhGSrCk18PbpuvX { width:15.625rem;height:15.625rem;top:38.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmAS8x445Gw0lDyV1VaRUHnG9ZzbC4K7 { width:1.498775rem;height:1.498775rem;top:49.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lmQJuMRtq8oW5y2EaxDo6t3xJ44a44 { width:1.87450625rem;height:1.87450625rem;top:47.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkiN0bPRwvhmNqWwwzKoJXKgm19l9e9D { width:1.3117375rem;height:1.3117375rem;top:49.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAATH6vTc7RClPAyZkTSOmPDoadpL9u { width:9.5625rem;height:2rem;top:10rem;left:5.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9eX3Xyza6BU4gWC9A9s1xZEyrqxdOb { width:9.375rem;height:2rem;top:12rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHdbHaGcHMGGWHwZpugzdNa5XHuTdBVq { width:9.5625rem;height:2rem;top:14.75rem;left:5.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLIRt4vToCsiHe1OD7k8lkTmNOBmkHNi { width:9.375rem;height:1.75021875rem;top:16.75rem;left:5.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xeaf84WEsRNAnxrGyVVM9TUbSooJpXwa { width:9.5625rem;height:2rem;top:19.375rem;left:5.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrSutzxEf2r34S2sA2O8sFRyLtn4CVCk { width:9.375rem;height:1.75021875rem;top:21.375rem;left:5.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSKSPPWdklaQblzQci5DG5LQ4uMFf2e2 { width:9.5625rem;height:2rem;top:24.4375rem;left:5.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhoXJzAp2zGdkHHx1JZUTVFDEHIx2eGw { width:9.375rem;height:1.75021875rem;top:26.4375rem;left:5.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8H3vdEKrgV6qGctxlonekdsdw0bKG5 { width:9.5625rem;height:2rem;top:29.1875rem;left:5.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3dLPmA4HHzMw6mwReflMWSksQNNSen { width:9.375rem;height:1.6875rem;top:31.1875rem;left:5.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uA5vtcvEun4Dvhzgwaf1cV6ntct9wZ1T { width:12.375rem;height:1.875rem;top:33.6875rem;left:3.8125rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z3p3SEnZmEI566RXLsLWQcFD60hwZ0DE { width:9.375rem;height:1.75021875rem;top:35.5625rem;left:5.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLNPWI0ElizZS9HleH4pQOfB5mePqZgN { width:19.0605625rem;height:1.12521875rem;top:7.8095703125rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zX0z3s29y7XxHeT466ZiI66ZJxpG8mJp { width:15.5rem;height:3.125rem;top:3.859375rem;left:1.716796875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaAdlpV5oaVorWGNqsZ8aUMGbkz4ofvW { top:56.6884765625rem;left:1.2509765625rem;width:18.749rem;height:0.12402375rem;z-index:15031;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU { display:block; }#PnQJ530yOwSTKmaQuLiyuG2brJfZz5oU > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKimrGWx3H6N8wXrCpRvU1dWDNMvPkuA { width:19.999rem;height:2.9375rem;top:1.75rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CstpNDH6sOKLqQKtmTGhryDGPKPvC1UJ { width:17.375rem;height:3.125rem;top:4rem;left:0.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVmWpXJERRZbFfgrc2L67fCN7auMa6b6 { width:18.06225rem;height:0;top:7.75rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BRF0ISGBMflHm8kct3Uru8rhX6nZthZe { width:18.0605625rem;height:7.8765rem;top:8.375rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TLDy7w8PURV2zu6mRHD3Kextf2W1LZeJ { top:67.1259765625rem;left:1.2509765625rem;width:18.7480625rem;height:0.12402375rem;z-index:15031;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNXBRRJcDarxwutlfxU5NJxNsPicNV3m { width:17.5625rem;height:22.3125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaLI1PyqwPeTB0ib0B2tXzzkXMkNVUWM { width:19.25rem;height:23.5625rem;top:37.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiMvuqkhRQRiLTt35r0q2q8DAqW6yLQT { width:19rem;height:3.4375rem;top:61.4375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX7IhxWs9pX2z7gu4PcLE0qnlG0WUxVU { display:block; }
 }@media only screen and (max-width: 763px) { #OHbWTAhovWl3lSZPlsSSup3MOg7oT81p { display:block; }#OHbWTAhovWl3lSZPlsSSup3MOg7oT81p > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7rWHwxgzR5nL42uk9ylHymbkWEQ3cvq { width:19.9996875rem;height:2.37521875rem;top:2.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRrLIU3MaHxHQLBG6ZTAKlh9FrKBdE6y { width:19.9996875rem;height:2.68771875rem;top:4.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0wvPGvqQ83yI5AZLRyPdO80E15JAbn { width:18.06225rem;height:9.0017375rem;top:7.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { display:block; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 { background-color: transparent; background-image: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container > .video-iframe-container { display: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row > .video-iframe-container { display: none; }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .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); }#BazTG2FTb3WC0xBI0M7kzKZLoUWt8kN7 > .row .container { width:20rem;height:11.182719121094rem;background-color:#75c4ff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtuzVs7l5JXqVkwDRximEV2rzFuePBCw { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktHKQGgwfrRHmR0AJk0wRtOSWqlHgvom { display:block; }
 }@media only screen and (max-width: 763px) { #k7s39ys5OKmp9Ua4F6Ox5ycQyTDfPD9S { width:19rem;height:3.375rem;top:5.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4uBzmH19DJWK3JQD7ooiCV8wt83tQ02 { display:block; }
 }@media only screen and (max-width: 763px) { #o02MNmD5eUroHElaIsvffGWnwAR4qLDe { top:11.059156417847rem;left:0.62317931652069rem;width:18.7491875rem;height:0.124139375rem;z-index:15032;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDTSuZOlxldPkPWAla57cZxTTehpJyB { background-color:#75c4ff;background-image:none;position:relative;z-index:auto;display:block; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { background-color: transparent; background-image: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container > .video-iframe-container { display: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row > .video-iframe-container { display: none; }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .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); }#mMDTSuZOlxldPkPWAla57cZxTTehpJyB > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZe27FvsRZgm0ZizAeQwFDaQplzQhrT0 { width:20rem;height:29.8125rem;top:11.498672485351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3X6CygAdqIslRCaxkJIE9hehaEniHVN { width:19.9996875rem;height:2.599825rem;top:6.87317943573rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5  { width:17.5rem;height:auto;top:11.4736328125rem;left:0rem; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 {display:block;}#EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 { width:17.5rem;height:auto;top:11.4736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VnF3mCxhg0OKrkuAHp6qxmuSMtKGFlwo {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #v6qltGbT1fUwaxTDTnh5tw3t6m1pld0h { display:none; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #t9DeGUTJTQvgyq039lUlusKZzz6HHPIT {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #GdbEC3vrunv4W0CkHEOatDd6uzgbUJVJ {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #e96IN6VwLZgu3TRVNwmsHTp7vshlqAMR { display:block; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #gDKJtz0voluySB01T5OB8CM6rclXrq0h {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #wlVW2aDOBNNA3FM1aVlbMXIC3OThzaR9 {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #pmQocJzXVDeCRnwho1ez2BKMCv2vlHGS { display:block; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #forvcc5KsFcJLMBahN2mOPqPhFHG01fb {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #sh9nTpToaQWs1gZetriEg0PNvH7fiGO8 {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TIauucTyhKyTdbat60RrRl2Nc8CS6OAl { display:block; }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #Tsu1kRr1MbTpnr25b8e7Jv2TptCNqVHH {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #K4fpr30wSwEizvZvWF6Gb7Qf64OiEiLq {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #vAv3M742mWMtARgmLiR0qqF5ZJbBXN5M {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #OJ6G1qdTgTTm9zAtRS8aieCxkXtHgTLg {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #neL9K6noCWqGNhET5X9BWq9T04wB41wT {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #TD8G544rv1adFNM3T8IAgdJcMKs9f7Kn {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #npeGnWKfrIeb5Zcbwkg4sqAFJum5c8nm {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #ELKpXRgamzbdHMEtK5PZ0ex4WE9P9GPX {  }
 }@media only screen and (max-width: 763px) { #EdNdTwySw1GPXNl2n7Catu3lyyK6lkm5 #VAvTTV14yPnITWCZ3TTTyBXk7KUlpAzU {  }
 }@media only screen and (max-width: 763px) { #tZLowIRqSCDhsmpoSesXZDUCP7p1JCS0 { width:19.9996875rem;height:2.3125rem;top:1.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmlOF0KbPy6bPpw2ihQ5Z8AoyB1IigPd { width:19.9996875rem;height:2.9375rem;top:3.4990234375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKaUl2Vrwua52Avk1O8BC1f3IJ0cOPVx { top:43.683332443237rem;left:0.6260414123535rem;width:18.7489375rem;height:0.123958125rem;z-index:15033;background-color:#ffffff;background-image:none;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9MeTA195Aa0OMbHVTWqRbPQhh72Pur { display:block; }#np9MeTA195Aa0OMbHVTWqRbPQhh72Pur > .row .container { width:20rem;height:69.20484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMVg0Ie8kT72d4pTcUPia2QKTTL9nfrO { width:14.9976875rem;height:2.37521875rem;top:0.98152923583987rem;left:1.435050368309rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-heading-text { font-size:0.875rem;height:auto; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-desc-text { font-size:0.8125rem;height:auto;line-height:1.2;overflow:hidden; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ { display:flex;height:auto;width:17.4980625rem;top:1.8564453125rem;left:-1.3115234375rem;gap:0.5rem;padding-top:2.5625rem;padding-right:2.5625rem;padding-bottom:2.5625rem;padding-left:2.5625rem; }
#HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #s670u1ydfNB4xtTHCnPbkOqWT7gqhtHm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc0eSb2HrM0oISvQDQLbadyJ7FebQNcx {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #hRGRbn6ORebqzObM7OvhU4iShmvLhrAr {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yZ9OtgHX08JuurRAzlMI8OA9NATPir8g {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #SuhUf66MrwxmNv2Fgcrki1LZvpx3dJBO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oEvvvOTTZDiqvU8mOykXP5otfiCWBygl {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oamXhkoRtTTcSTrZXORxH5zuc5uA1B4c {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rO2VygKUc3EKVD6tVmMqTu8S8uNuNWoX {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFybuPEgpkLKVuSKWm6bIlPcrSQIVzl9 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #lyzn9UdONFPswTzPfSExpSFztOWkE49O {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #K9HQvGHslLKwVgTfVEiQlBs7TLF89sma {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #zxbBCDdlI2NXvDVop5NfGtJJwnUxatsf {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wfJuX8HOxdhBiks37vAO5gtK5556bDpA {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #h32KrbFQw7nhtON9yPrxdA3ldrLxXIaB {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Tc8pu2TQJNkkgmw4WPoH2aTnTx9yhPoZ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nHGDospzxlAp1MWhDbBknF5pXI48awTr {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ynCaZMp09y7ytgtd0lJL9xttRQeRzv5X {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #yFfaT1enPrbaWFBa5d87rFrCkbb6TUBL {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #COntvd3mp4hQ4kvqc8KE9aWNfIxvi5P6 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ilODRO20whz0MXwIsgSc9NXg1heyD7CO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #AAJekOCv2y2fxhlr8guOsoSRsTiwB4vw {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oqHeWwC19IUOe0aqVqwrGLbHaPZVFOyT {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #wUXZwVaRkgLTql0P8qa9KeVVtbeI6I1K {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iuR6kaaugNXyBTT7Dd5tabqrlDuXuLc3 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kv0lnVUATGs9MONdtLyS0xq97cTmJQvH {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #oJhDUPWtV6tvlf0l0kpirN0xWNCu4Xk9 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ao9Ske6f77UuVcgLOXQraspqtFlxID0H {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpcRfSryxq4attRzeoytA2vy4q3vpgD7 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #JtZe6TSKGeQmTlHBf1M6NTleVQlEFcTS {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #L8ROckB4AAh5Vbhc51uF2gblTD4VM1re {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #uw5OLDbIumEqU6UaWT85x3hQ6ceVNMEK {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DnmBECgSs843Rdqqo272mGszk0ShiIr5 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #WZyMRrnEGFi08mzlTpSroPPPSEdglAZw {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #z8yMCIku3JPzu60KqN0mDLAghGIQWyRB {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #prB43iTx5Dqu2xNqSGrZznGGigs2SMqN {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #fZJDk4hVQAGk36eVSfadIvLDpXfBQoP2 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #F7twMLEckCBrnEsq6o24FyihWmh3w7T3 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #mGdTUdhPqAT8Uk1sNfpK6iw95psKB9Fd {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MkXtHRt9MV81Z5kBEclckTw6UL8DhTt1 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ArE3VkVKcbvQ4dDUki7nn4b5TMcPd4qg {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #a82t7goOJg5eEapigkT7mp7KSQl0prCL {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #CmJlaenCmqM6p0Wwti1A431sTqAcVa56 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #p8ebqdlhbGqOGq20ur1oxeLhtTLDULFm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #pf78OnQsLPT9IeKGmEwqTpaq0a9cd5TN {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ySSMe29hTnLUUy45x1C4vqvMOT3LJ320 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VwSRVlHZ0BRThF1wQHNcqzTl0T0TpPbs {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rGOtKe36195fepqzhds5OZbTgFCGJPHm {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ca24PBZXz0XJFpE71TcqWydZawcZrbxG {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #nFFtKATvGhxD5RLHtCcr41670Q5yEOtM {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #ETXWPd3bTU1bwde90Enk51snwWLqyFdg {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #HL5we49TL6ZqZppiBbgMy5JoZGWT1XF0 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #iAowMKvLEvawNfVr4wychunmSTKRLkXA {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #vWG96xE4cfgsfZ31BDta9yKwRQ4GT6Ja {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #IoxvbOd2usnXOcucrFnptG1TzxnNo9fH {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #DuiGoawXAp1E0otIXrqNuFPSXkTfRelJ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #MxOZBicgfc20bTHJyuTT2WE6rUbTzlJP {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #gi15GhH5T3JIW2mGhho9Pv4qMwkiT4Oi {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #OVSpGKT4vGZl6PPDk5BDw1wi76sSvuTv {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #VnM4KEwCcVmDXHRgPoKAz2sFs8GnON5o {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #X18ihgAJTo6ZopQwmnx4zydObXCl2Hg4 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #P5nq48NKRd9CruXxR5AXkmseZGPOnKW7 {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #rVNCbgd1AiJLClrtdda0gQZ70HsVVyTl {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #xgzOZrf846gVfhTTiOB7cHzMn53LFTXQ {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #Q3fBG8ELss5Xl4ztWlo41biS6B0HUBPO {  }
 }@media only screen and (max-width: 763px) { #HaKCHd0B3FK1cqMSUon2ythOqKnQNDvJ #kpSCDrCQlR93hevcnEsMGqPBobH7uyii {  }
 }@media only screen and (max-width: 763px) { #g2QchvivRIoWygMiLzUq6WUNcH3AFE0G { display:block; }#g2QchvivRIoWygMiLzUq6WUNcH3AFE0G > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4r3rXTeRXUg0GoJSrazgGxNcITkl4Wt { width:15.8749375rem;height:3.8997375rem;top:2.1831970214844rem;left:2.0615400075912rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZavK6DIT1fW0b5ZSBWTu5mmXfJTBMnaX { width:11.749375rem;height:1.3rem;top:7.6701545715331rem;left:4.1239079236984rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8rxlRa9kV8yWwEGcDduxiBPkZGgoxyk { width:4.99950625rem;height:3.64059375rem;top:10.455841064453rem;left:7.4988416433331rem;display:block; }
 }