.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3bc0d58-9bd6-4178-a2ac-81cb2ffe1100/DeWatermarkai_1725876331127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02.adaptive-delivery-prevent-bg, #OR3zE4CV0wZRF11osgScTT7LLT3sdT02.lazyload, #OR3zE4CV0wZRF11osgScTT7LLT3sdT02.lazyloading { background-image: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { background-color: transparent; background-image: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container > .video-iframe-container { display: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container { display: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .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); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { border-width: 0; border-radius: 0; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { width:75rem;height:33.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xr1WtFuDvgrzqupF8WycZngnNJV3gMIb { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.29) ;height:26.875rem;width:24.75rem;top:5.4375rem;left:47.375rem;display:block; }
#R7poP5e6yNKIVocC85noJHchlZTE2xtP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0612rem;width:7.6855625rem;top:1.0557726025581rem;left:33.881296157837rem;overflow:hidden;display:block; }
#yctBeAnGW9p5GySfTu9162numUIHlG3C { color:#ecc60d;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:6.3359375rem;font-style:normal;display:block; }
#ssDzoeQowvaM6qCWzeJC8XEXVktcTNTT { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:3.41145625rem;font-style:normal;display:block; }
#eFThCENGdlvpmpR8g72a9ND0p9muD2Tf { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:5.1171875rem;font-style:normal;display:block; }
#LfXVaAKNKHKEGIgOeDPWsVL894MVmNaI { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:28.6796875rem;left:0rem;height:1.70573125rem;font-style:normal;display:block; }
#Z1KfTP0CvyZvlbkylA5N1fJ4sQKbvzlt { position:absolute;display:block;z-index:15029;height:18.5rem;width:23.5625rem;top:7.1164054870606rem;left:47.968750953674rem;display:block; }
#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI.adaptive-delivery-prevent-bg, #qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI.lazyload, #qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI.lazyloading { background-image: none; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI > .row .container { border-width: 0; border-radius: 0; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#uEt60MBr5DxnlrhZNyPAA2Tr1RPHk97M { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4472644329071rem;left:0.81163215637206rem;height:2.43706875rem;font-style:normal;display:block; }
#sz5vfXhf7Vo3UKxF7HXoKPQhXrk1qI9H { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.0833334922787rem;left:0.81163215637206rem;height:5.85069375rem;display:block; }
#kLrbzq2fax7tFMqa3ElrBWXw7tiVJBWV { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.125rem;width:32.6855625rem;top:1.9676647186279rem;left:0rem;display:block; }
#FFJMROdMhxqkdC0cWNgwUAR2KfEk78By { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.274089336395rem;left:3.8791227340698rem;height:1.2999125rem;display:block; }
#aQ9OBReHBrsIaSvMdqySJ1ZcaUcaSsqe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.984376430511rem;left:0.81163215637206rem; }
#SAhLMDS0kVJw0lJLi2hnu6tdwgG1htvH { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.034505367279rem;left:3.8791227340698rem;height:2.599825rem;display:block; }
#TgLyC7QfR7n9sCAeODTSLXOumbhthNqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.395833492279rem;left:0.81163215637206rem; }
#NuhsuZQaOZetoz0UgSXpIaHzwfQRBflC { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.125rem;width:32.6875rem;top:1.8120727539062rem;left:42.187500953674rem;display:block; }
#KXGaRfLrpztulRACMc4ZGn2KuAKVvCZd { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.5651054382325rem;left:43.436417579651rem;height:4.38801875rem;display:block; }
#TOWbPRPVxEMCbnbqbw77ssrs6Rq1A31F { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.178820133209rem;left:43.436417579651rem; }
#zT3pJL17oVtzds0aPdHduPSJLH9KlEoR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.166450023651rem;left:43.436417579651rem; }
#TR258p43voWDbr1dGAQL2o1JFR2Ae5HE { color:#080606;display:block;width:30.499125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.4461810588837rem;left:43.350697517395rem;height:2.43706875rem;font-style:normal;display:block; }
#x4lXymgJ62nGvwc4KxN5WN7wQu4px8WA { color:#0f0908;display:block;width:24.6245625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:12.118707180023rem;left:46.16189289093rem;height:2.20051875rem;display:block; }
#dUgo2DiDdXFbKsolxEmMMZyXATMexsQO { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.478517055511rem;left:46.068795204162rem;height:1.2999125rem;display:block; }
#Vqampa5os1BdcTgfS1V0cHWw0ZNLSwuV { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:18.409505367279rem;left:46.068795204162rem;height:1.2999125rem;display:block; }
#v0U7vHTiJLmkzwhJTICH2yiN23c5ZwQi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.958333492279rem;left:43.436417579651rem; }
#aP8Sr0nqWk8kDVc5qLbXJBNlNzNhz4yC { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.620442867279rem;left:3.8791227340698rem;height:1.2999125rem;display:block; }
#gCQwsx0UqoduTclwdVP8LHTgXonVRxCl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.369359493256rem;left:0.81163215637206rem; }
#cIGsFoUKZ6CzpPIBMlVTd7PhUw9pGx0S { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.461806774139rem;left:0.87999153137206rem;height:5.85069375rem;display:block; }
#DassmOkH0LBt6VG7iKHsoCeogRwyppO3 { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.369359493256rem;left:46.068795204162rem;height:1.2999125rem;display:block; }
#a5ksbMqQrq7DQCK859iCX8OLNDZX2Vws { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.193143367768rem;left:43.436417579651rem;height:4.38801875rem;display:block; }
#JdX4OT1SoBZxOIU9HpR3Gh3OIF1NM2wb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.883246898651rem;left:43.436417579651rem; }
#BKZO7BlMRLwpRnLC6Td0W38f8NCkWcFz { background-color:#ef8e08;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.192276000976rem;left:26.444230079651rem;display:block; }
#CFtsfkSEGrxN119h84m2uznhGsrgwgwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container { background-color: transparent; background-image: none; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container > .video-iframe-container { display: none; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row > .video-iframe-container { display: none; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .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); }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container { border-width: 0; border-radius: 0; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#wCFricN3PHEqIed3dJiRrem7Dgg4Z1wB { box-sizing:content-box;height:31.124125rem;width:60.686875rem;position:absolute;display:block;z-index:15001;background-color:#ef8e08;background-image:none;top:1.625rem;left:7.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#PAOT99ZFq8sZbqBzAhuKJ9AFXn3rTeGE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.249125rem;width:58.624125rem;top:2.5625rem;left:8.125rem;overflow:hidden;display:block; }
#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container { background-color: transparent; background-image: none; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container > .video-iframe-container { display: none; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row > .video-iframe-container { display: none; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .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); }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container { border-width: 0; border-radius: 0; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#Rt1d6BOOamAn3AdfeDJE6SrIfMotAcU9 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcuHrBn1HXDLC0T7hGRL0PHt2xVzlHF3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:45rem;top:8.1875rem;left:15rem;overflow:hidden;display:block; }
#sJGgAvMNIFvA3NwZEkrDu0lzmx9EiV6Q { box-sizing:content-box;height:23.875rem;width:46.625rem;position:absolute;display:block;z-index:15000;background-color:#ef8e08;background-image:none;top:7.5rem;left:14.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OrrTRWeRgHOAA4cBodQ1a5SRMbcqlWB8 { color:#ff0000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(7,7,6,0.91);top:0rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container { background-color: transparent; background-image: none; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container > .video-iframe-container { display: none; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row > .video-iframe-container { display: none; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .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); }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container { border-width: 0; border-radius: 0; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#F2TIcRfkHhVtF09bJFl9WwD8TDtKzD7J { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125061020255rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container { background-color: transparent; background-image: none; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container > .video-iframe-container { display: none; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row > .video-iframe-container { display: none; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .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); }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container { border-width: 0; border-radius: 0; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#sOC8z2NWzziIk8hNusdafES1V6EPktev { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:2.3125rem;display:block; }
#ystIcMn6N7nVTK3s4r34AQHKV5BXTV5f { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:4rem;left:9.9375rem;overflow:hidden;display:block; }
#bqh8Ie9Ks6N0EVExwrerTBhbcfPR6QnH { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.5625rem;left:3.8125rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pavki67RV2N8f4yINi5LnlfqHmQtMblN { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:26.8125rem;display:block; }
#xzaGtWkyCLogPSGDsNpbZ8OODbhOoOTd { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:11.5625rem;left:28.3125rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TrV8UGgTZilRqxdFNe2iNBgW3EZQ9vLx { 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:5.8125rem;width:5.8125rem;top:4.1875rem;left:34.625rem;overflow:hidden;display:block; }
#BC7zwdPXxc80TT4FXG7ZQMATez4mMISc { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:51.3125rem;display:block; }
#fIvpa8BGIVoBJRrVOWo24r8G5va8hDx0 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:11.6875rem;left:55.25rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1oOSp4TmbV8SEOA4dQ4zDgVrw1pDpT7 { 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:6.125rem;width:6.125rem;top:4rem;left:58.9375rem;overflow:hidden;display:block; }
#bsXBlvtZgDua8nli7FPak7qcmECeGK4f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container { background-color: transparent; background-image: none; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container > .video-iframe-container { display: none; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row > .video-iframe-container { display: none; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .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); }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container { border-width: 0; border-radius: 0; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#eRlhie72xZeASFSi0l1Xe0VPWtUodseE { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.572265625rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container { background-color: transparent; background-image: none; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container > .video-iframe-container { display: none; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row > .video-iframe-container { display: none; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .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); }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container { border-width: 0; border-radius: 0; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#KiHgdNXHKhWwCCThGtL3yVQ0WvbW4yJb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:58.9375rem;top:2.75rem;left:8.03125rem;overflow:hidden;display:block; }
#Ilen09rzs090qETEvAGivXlBqQ7eznHR { box-sizing:content-box;height:31.125rem;width:60.6875rem;position:absolute;display:block;z-index:14999;background-color:#ef8e08;background-image:none;top:1.875rem;left:7.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#utAMZAheCcMdrhi22zUCgBXg65LUDLhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container { background-color: transparent; background-image: none; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container > .video-iframe-container { display: none; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row > .video-iframe-container { display: none; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .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); }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container { border-width: 0; border-radius: 0; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#RpdbE4GtmJl5HNuXpc81eluIvkM7FCbz { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.884765625rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container { background-color: transparent; background-image: none; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container > .video-iframe-container { display: none; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row > .video-iframe-container { display: none; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .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); }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container { border-width: 0; border-radius: 0; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#nKlUT4sBPPSpJpAagVblZQVkwTAIqZ5f { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.5625rem;left:11.3125rem;display:block; }
#zBVyOgBuR2MX090bbOG1Z3G3Kr7UlfIk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:7.875rem;top:4.8122863769531rem;left:18.062067031861rem;overflow:hidden;display:block; }
#S6v900QmleTOIhlthXNRvNxJar9Qh61P { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.8125rem;left:42.375rem;display:block; }
#ZUtk4LzhmcoMEBT1K7BqdNo9SCK1JcxP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.6875rem;top:4.4661445617676rem;left:48.217233657837rem;overflow:hidden;display:block; }
#hNeLRmsigW4ncwwRDgbFmQuPiraqZ0BL { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:11.1875rem;left:11.9375rem;height:4.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubTxOrOzwGs2iRJTrvXq5cIti1awp3TH { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:12.125rem;left:47.0625rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xURLHkGF8ROrl91qdhgCVfTaf7oaDZKO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:20.5rem;left:42.375rem;display:block; }
#RfKPyHkC6Eud6Hiz2Rw8UhJsx8xOeGMp { color:#000000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:29.8125rem;left:46.3125rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMUKbsv3GgDh6TIggxObpldNoTxpgbyo { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:6.436625rem;top:22.185329437256rem;left:49.843751907349rem;overflow:hidden;display:block; }
#dz6vtvyrGN2UHLkROVgKxxxsvmh2soqg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:20.5rem;left:11.3125rem;display:block; }
#Ws9fANC1zGE757DMdtDHxi7nzSlIIl6g { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:22.373046875rem;left:19.186201095581rem;overflow:hidden;display:block; }
#hR6GPkXFTlTKLhW60ZNQiv2o7M1EDEQt { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:29.8125rem;left:13.5625rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMX9XkfKuqFishNeT0WhoFDHv398s436 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container { background-color: transparent; background-image: none; }#VMX9XkfKuqFishNeT0WhoFDHv398s436::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container > .video-iframe-container { display: none; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row > .video-iframe-container { display: none; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .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); }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container { border-width: 0; border-radius: 0; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#OVAvvmSQSMSvJw8hw6D5osWIDnizE0Wg { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.447265625rem;left:9.59375rem;height:3.16861875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container { background-color: transparent; background-image: none; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container > .video-iframe-container { display: none; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row > .video-iframe-container { display: none; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .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); }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container { border-width: 0; border-radius: 0; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#XIRwKMobwh2KrIqF2089rwLuATN5tAOx { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:18rem;top:1.6875rem;left:6.75rem;display:block; }
#a9FMEICTxTBkryaoBusvZuJterteUrm1 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.8125rem;left:10.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLSabAc31UihndCxhoCS63H67FVWgWhQ { position:absolute;display:block;z-index:15008;background-color:#ecc60d;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:10.6875rem;display:block; }
#Xuzp03gLaVi53XV2RltxgTsPU063DhnK { position:absolute;display:block;z-index:15028;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.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:12.4375rem;top:0.5556640625rem;left:9.46875rem;display:block; }
#mJuldPHVmddbeCU7wqRldk3GvUTWwMHw { color:#000000;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:14.5625rem;left:7.4375rem;height:14.6328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mJuldPHVmddbeCU7wqRldk3GvUTWwMHw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mJuldPHVmddbeCU7wqRldk3GvUTWwMHw li:before{  }
#WUftpGVceNOPmFCqUQyBcWI89mKb1Lhc { 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:1.1875rem;width:1.5rem;top:29.9375rem;left:15.0625rem;overflow:hidden;display:block; }
#g27GCVNJMakhHIXR5WxEc3KiaTBoZSJW { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.4375rem;left:10.0625rem;display:block; }
#cVGQs9k3PRofXZ3MSZVKpX9c1f8UmUM7 { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.4375rem;left:18.125rem;display:block; }
#cAFqOkFHhSWC8StlFdJVhACBqavIkP4S { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:17.8125rem;top:1.6875rem;left:28.4375rem;display:block; }
#ndM061MfX6EI7k167XLlGco56wFzybtL { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:0.875rem;left:32.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUMQ9paMApq1zSS5hdwt2a7sfMSmcsrg { position:absolute;display:block;z-index:15018;background-color:#ecc60d;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:32.3125rem;display:block; }
#QQFLfyuITkwiH7lQKSTi11F6RF9cWGPl { position:absolute;display:block;z-index:15035;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:9.875rem;width:6.8125rem;top:3.1875rem;left:34rem;overflow:hidden;display:block; }
#U3QPQTlqOrNUK2ZTMwJD7G9TKv44tnK6 { 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.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:11.4375rem;top:0.5556640625rem;left:31.625rem;display:block; }
#JTizGQceABuKsPSmq36NrQdbg7pkTq95 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:14.5625rem;left:29.03125rem;height:14.6328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JTizGQceABuKsPSmq36NrQdbg7pkTq95 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTizGQceABuKsPSmq36NrQdbg7pkTq95 li:before{  }
#T2RKSsGocAZXTW7fGF6UgH8hmJkeyV3f { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:29.9375rem;left:36.625rem;overflow:hidden;display:block; }
#KPSwx23xhCGLtNMUegfEOwUGcq8nBZOz { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.5rem;left:31.6875rem;display:block; }
#LJ1v87QxBTN8yi4uZeFHfTzbZcmJA6GF { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.5rem;left:39.75rem;display:block; }
#NQdrEZppF9CudZQtqumTTX9EhnCKswCO { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:17.875rem;top:1.6875rem;left:49.625rem;display:block; }
#JPyUIoPRnnJ1gZXIFrqtAXva9ctQHO1E { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:0.8125rem;left:52.21875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E4PsuLgBDAdoVeiaWJzuqylP4PpWZ5N1 { position:absolute;display:block;z-index:15028;background-color:#ecc60d;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:53.5625rem;display:block; }
#hc8keioBPQl9hLQDbRGKATi8mMOFDwAI { position:absolute;display:block;z-index:15048;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.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:14.5rem;top:0.5556640625rem;left:51.3125rem;display:block; }
#JLusFkVpU6uWdTTWGMDOssKScdgk3W00 { position:absolute;display:block;z-index:15045;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:9.875rem;width:7rem;top:3.25rem;left:55.09375rem;overflow:hidden;display:block; }
#K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:14.5625rem;left:50.1875rem;height:9.546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT li:before{  }
#NMTzlJMxapr11HZW4TdrQTGEdRD5wZbe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:29.9375rem;left:58rem;overflow:hidden;display:block; }
#gsepzOSEeQABifxbUauFttTkTRce8LOR { position:absolute;display:block;z-index:15024;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.4375rem;left:52.875rem;display:block; }
#B7FJBJGS8xPSrUDtgfLkdwtP1cuzxenO { position:absolute;display:block;z-index:15025;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:30.4375rem;left:60.9375rem;display:block; }
#ftNNMDNvgqyt7k9WhTuIgNiAtcdGPvF5 { 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:9.6875rem;width:8.936625rem;top:3.380859375rem;left:11.286241531372rem;overflow:hidden;display:block; }
#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le.adaptive-delivery-prevent-bg, #Flox6VkaAwkFeDXiVAEt9NIu2esTa7le.lazyload, #Flox6VkaAwkFeDXiVAEt9NIu2esTa7le.lazyloading { background-image: none; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le > .row .container { border-width: 0; border-radius: 0; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:none; }#nW0tTeybvTwVKAZN9naUTz4PaloUEldb { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8120663166046rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay1eGPP9T64mD3RPO7MVDp45c2XDUFAr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:16.8125rem;width:33.75rem;top:7.1213073730469rem;left:0rem;overflow:hidden;display:block; }
#rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 { color:#000000;display:block;width:38.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.6833767890931rem;left:36.001519203186rem;height:15.68575rem;overflow:hidden;display:block; }#rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container { background-color: transparent; background-image: none; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container > .video-iframe-container { display: none; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row > .video-iframe-container { display: none; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .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); }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container { border-width: 0; border-radius: 0; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#nTZaidZrqnXT0BAoPtArfo3RNnK9E4O3 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.572265625rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container { background-color: transparent; background-image: none; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container > .video-iframe-container { display: none; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row > .video-iframe-container { display: none; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .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); }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container { border-width: 0; border-radius: 0; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.61) ; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .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; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.1875rem;font-family:poppins;height:auto; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-trigger.adaptive-delivery-prevent-bg, #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-trigger.lazyload, #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-trigger.lazyloading { background-image: none; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#dadada;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #A2uQWvsztc5lHscyv3hnFaEXG0XferMw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 { display:none; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo { display:none; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #pgk3CDatH7TfeJicXSm6poaGfWEpcayr { display:none; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #gzh5zp7WRbpfIdkJ703s2lOaMXwAi6P0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #HHA5sTeJROHLnl8T43xKshU2w1vbMG06 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dCyxhBnrHcpZ2dMf2AzoDOPShKqhdEvx { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Ipldpsnbxrd1GfNsJhInPkcULeZrIGDS {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #peu8f0FrmXItitarQcqO69Zrp3sxcvi7 { display:none; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #a4XHv37leB03qCsxaO9lX80E0mO2T4tU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #li6ERtSLvNmJpZ3T8NALSfWaRHJuPTBX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #KuTvumPRUpIdSCQk3En3OI6btqJuKerl { display:block;position:relative; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #DHrcWMx8tC8WNI9Q0v0NEWF1n510OAi0 {  }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #TByhQnrQLDrzbar9aFXxmVq1Tuof0hf9 { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OR3zE4CV0wZRF11osgScTT7LLT3sdT02 { display:block; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xr1WtFuDvgrzqupF8WycZngnNJV3gMIb { width:24.75rem;height:26.875rem;top:5.4375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7poP5e6yNKIVocC85noJHchlZTE2xtP { top:1rem;left:20.256296157837rem;width:7.625rem;height:6.0134375330368rem;display:block; }
 }@media only screen and (max-width: 763px) { #yctBeAnGW9p5GySfTu9162numUIHlG3C { top:8.1875rem;left:0rem;width:43.125rem;height:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssDzoeQowvaM6qCWzeJC8XEXVktcTNTT { top:16.375rem;left:0rem;width:41.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFThCENGdlvpmpR8g72a9ND0p9muD2Tf { top:21.6875rem;left:0rem;width:43.3125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfXVaAKNKHKEGIgOeDPWsVL894MVmNaI { top:28.625rem;left:0rem;width:41.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1KfTP0CvyZvlbkylA5N1fJ4sQKbvzlt { top:7.0625rem;left:24.1875rem;width:23.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI { display:block; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEt60MBr5DxnlrhZNyPAA2Tr1RPHk97M { top:3.4375rem;left:0rem;width:29.0625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz5vfXhf7Vo3UKxF7HXoKPQhXrk1qI9H { top:7.0625rem;left:0rem;width:26.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLrbzq2fax7tFMqa3ElrBWXw7tiVJBWV { top:1.9375rem;left:0rem;width:32.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFJMROdMhxqkdC0cWNgwUAR2KfEk78By { top:14.25rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ9OBReHBrsIaSvMdqySJ1ZcaUcaSsqe { top:13.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAhLMDS0kVJw0lJLi2hnu6tdwgG1htvH { top:17rem;left:0rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLyC7QfR7n9sCAeODTSLXOumbhthNqd { top:17.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuhsuZQaOZetoz0UgSXpIaHzwfQRBflC { top:1.75rem;left:14.9375rem;width:32.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGaRfLrpztulRACMc4ZGn2KuAKVvCZd { top:6.5625rem;left:21.5rem;width:26.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOWbPRPVxEMCbnbqbw77ssrs6Rq1A31F { top:12.125rem;left:29.811417579651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3pJL17oVtzds0aPdHduPSJLH9KlEoR { top:15.125rem;left:29.811417579651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR258p43voWDbr1dGAQL2o1JFR2Ae5HE { top:3.4375rem;left:17.3125rem;width:30.4375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4lXymgJ62nGvwc4KxN5WN7wQu4px8WA { top:12.0625rem;left:23.1875rem;width:24.5625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgo2DiDdXFbKsolxEmMMZyXATMexsQO { top:15.4375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqampa5os1BdcTgfS1V0cHWw0ZNLSwuV { top:18.375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0U7vHTiJLmkzwhJTICH2yiN23c5ZwQi { top:17.9375rem;left:29.811417579651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP8Sr0nqWk8kDVc5qLbXJBNlNzNhz4yC { top:21.5625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQwsx0UqoduTclwdVP8LHTgXonVRxCl { top:21.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIGsFoUKZ6CzpPIBMlVTd7PhUw9pGx0S { top:24.4375rem;left:0rem;width:26.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DassmOkH0LBt6VG7iKHsoCeogRwyppO3 { top:21.3125rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ksbMqQrq7DQCK859iCX8OLNDZX2Vws { top:25.1875rem;left:21.5rem;width:26.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdX4OT1SoBZxOIU9HpR3Gh3OIF1NM2wb { top:20.875rem;left:29.811417579651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKZO7BlMRLwpRnLC6Td0W38f8NCkWcFz { width:18.875rem;height:3.5625rem;top:33.1875rem;left:12.819230079651rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtsfkSEGrxN119h84m2uznhGsrgwgwr { display:block; }
 }@media only screen and (max-width: 763px) { #y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy { display:block; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCFricN3PHEqIed3dJiRrem7Dgg4Z1wB { top:1.625rem;left:0rem;width:47.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOT99ZFq8sZbqBzAhuKJ9AFXn3rTeGE { top:2.5625rem;left:0rem;width:47.75rem;height:23.823736708224rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp { display:none; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rt1d6BOOamAn3AdfeDJE6SrIfMotAcU9 { top:4.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcuHrBn1HXDLC0T7hGRL0PHt2xVzlHF3 { top:8.1875rem;left:1.375rem;width:45rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJGgAvMNIFvA3NwZEkrDu0lzmx9EiV6Q { top:7.5rem;left:0.5625rem;width:46.625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrrTRWeRgHOAA4cBodQ1a5SRMbcqlWB8 { top:0rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r { display:block; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2TIcRfkHhVtF09bJFl9WwD8TDtKzD7J { top:0.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc { display:block; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOC8z2NWzziIk8hNusdafES1V6EPktev { top:2.375rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ystIcMn6N7nVTK3s4r34AQHKV5BXTV5f { top:4rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqh8Ie9Ks6N0EVExwrerTBhbcfPR6QnH { top:11.5625rem;left:0rem;width:18.4375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pavki67RV2N8f4yINi5LnlfqHmQtMblN { top:2.375rem;left:13.1875rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaGtWkyCLogPSGDsNpbZ8OODbhOoOTd { top:11.5625rem;left:14.6875rem;width:18.4375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrV8UGgTZilRqxdFNe2iNBgW3EZQ9vLx { top:4.1875rem;left:21rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC7zwdPXxc80TT4FXG7ZQMATez4mMISc { top:2.375rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIvpa8BGIVoBJRrVOWo24r8G5va8hDx0 { top:11.6875rem;left:34.25rem;width:13.5rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1oOSp4TmbV8SEOA4dQ4zDgVrw1pDpT7 { top:4rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXBlvtZgDua8nli7FPak7qcmECeGK4f { display:block; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRlhie72xZeASFSi0l1Xe0VPWtUodseE { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCzd1RmtAqiT3zROHtZmPeCFra68I4u { display:block; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiHgdNXHKhWwCCThGtL3yVQ0WvbW4yJb { top:2.75rem;left:0rem;width:47.75rem;height:23.799045599152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilen09rzs090qETEvAGivXlBqQ7eznHR { top:1.875rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utAMZAheCcMdrhi22zUCgBXg65LUDLhh { display:block; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpdbE4GtmJl5HNuXpc81eluIvkM7FCbz { top:0.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR { display:block; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKlUT4sBPPSpJpAagVblZQVkwTAIqZ5f { top:2.5625rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVyOgBuR2MX090bbOG1Z3G3Kr7UlfIk { top:4.75rem;left:4.4370670318604rem;width:7.875rem;height:6.5000783792362rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6v900QmleTOIhlthXNRvNxJar9Qh61P { top:2.8125rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtk4LzhmcoMEBT1K7BqdNo9SCK1JcxP { top:4.4375rem;left:34.592233657837rem;width:9.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNeLRmsigW4ncwwRDgbFmQuPiraqZ0BL { top:11.1875rem;left:0rem;width:20.1875rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTxOrOzwGs2iRJTrvXq5cIti1awp3TH { top:12.125rem;left:33.4375rem;width:12.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURLHkGF8ROrl91qdhgCVfTaf7oaDZKO { top:20.5rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKPyHkC6Eud6Hiz2Rw8UhJsx8xOeGMp { top:29.8125rem;left:32.687503814698rem;width:13.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMUKbsv3GgDh6TIggxObpldNoTxpgbyo { top:22.125rem;left:36.218751907349rem;width:6.375rem;height:5.9419115219544rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz6vtvyrGN2UHLkROVgKxxxsvmh2soqg { top:20.5rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9fANC1zGE757DMdtDHxi7nzSlIIl6g { top:22.3125rem;left:5.5612010955811rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6GPkXFTlTKLhW60ZNQiv2o7M1EDEQt { top:29.8125rem;left:0rem;width:16.9375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMX9XkfKuqFishNeT0WhoFDHv398s436 { display:block; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVAvvmSQSMSvJw8hw6D5osWIDnizE0Wg { top:1.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 { display:block; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIRwKMobwh2KrIqF2089rwLuATN5tAOx { width:18rem;height:30.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9FMEICTxTBkryaoBusvZuJterteUrm1 { width:11.375rem;height:1.75rem;top:0.8125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLSabAc31UihndCxhoCS63H67FVWgWhQ { width:10rem;height:10rem;top:3.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuzp03gLaVi53XV2RltxgTsPU063DhnK { top:0.5rem;left:0rem;width:12.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJuldPHVmddbeCU7wqRldk3GvUTWwMHw { width:17.25rem;height:14.625rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }#mJuldPHVmddbeCU7wqRldk3GvUTWwMHw li:before{  }
 }@media only screen and (max-width: 763px) { #WUftpGVceNOPmFCqUQyBcWI89mKb1Lhc { width:1.5rem;height:1.1875rem;top:29.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27GCVNJMakhHIXR5WxEc3KiaTBoZSJW { width:3.4375rem;height:0.125rem;top:30.4375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVGQs9k3PRofXZ3MSZVKpX9c1f8UmUM7 { width:3.4375rem;height:0.125rem;top:30.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFqOkFHhSWC8StlFdJVhACBqavIkP4S { width:17.8125rem;height:30.375rem;top:1.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM061MfX6EI7k167XLlGco56wFzybtL { width:10.5625rem;height:1.75rem;top:0.875rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUMQ9paMApq1zSS5hdwt2a7sfMSmcsrg { width:10rem;height:10rem;top:3.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFLfyuITkwiH7lQKSTi11F6RF9cWGPl { top:3.1875rem;left:17.0625rem;width:6.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3QPQTlqOrNUK2ZTMwJD7G9TKv44tnK6 { top:0.5rem;left:12.3125rem;width:11.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTizGQceABuKsPSmq36NrQdbg7pkTq95 { width:16.75rem;height:14.625rem;top:14.5625rem;left:7.125rem;font-size:0.875rem;display:block; }#JTizGQceABuKsPSmq36NrQdbg7pkTq95 li:before{  }
 }@media only screen and (max-width: 763px) { #T2RKSsGocAZXTW7fGF6UgH8hmJkeyV3f { width:1.5rem;height:1.1875rem;top:29.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSwx23xhCGLtNMUegfEOwUGcq8nBZOz { width:3.4375rem;height:0.125rem;top:30.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ1v87QxBTN8yi4uZeFHfTzbZcmJA6GF { width:3.4375rem;height:0.125rem;top:30.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdrEZppF9CudZQtqumTTX9EhnCKswCO { width:17.875rem;height:30.375rem;top:1.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPyUIoPRnnJ1gZXIFrqtAXva9ctQHO1E { width:12.8125rem;height:1.75rem;top:0.8125rem;left:23rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4PsuLgBDAdoVeiaWJzuqylP4PpWZ5N1 { width:10rem;height:10rem;top:3.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc8keioBPQl9hLQDbRGKATi8mMOFDwAI { top:0.5rem;left:21.1875rem;width:14.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLusFkVpU6uWdTTWGMDOssKScdgk3W00 { top:3.25rem;left:28.8125rem;width:7rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT { width:16.875rem;height:9.5rem;top:14.5625rem;left:18.9375rem;font-size:0.875rem;display:block; }#K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT li:before{  }
 }@media only screen and (max-width: 763px) { #NMTzlJMxapr11HZW4TdrQTGEdRD5wZbe { width:1.5rem;height:1.1875rem;top:29.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsepzOSEeQABifxbUauFttTkTRce8LOR { width:3.4375rem;height:0.125rem;top:30.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FJBJGS8xPSrUDtgfLkdwtP1cuzxenO { width:3.4375rem;height:0.125rem;top:30.4375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftNNMDNvgqyt7k9WhTuIgNiAtcdGPvF5 { top:3.375rem;left:3.0625rem;width:8.875rem;height:9.6206971311875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flox6VkaAwkFeDXiVAEt9NIu2esTa7le { display:block; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nW0tTeybvTwVKAZN9naUTz4PaloUEldb { top:1.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay1eGPP9T64mD3RPO7MVDp45c2XDUFAr { top:7.0625rem;left:0rem;width:33.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 { top:7.625rem;left:8.8125rem;width:38.9375rem;height:15.625rem;font-size:1.125rem;display:block; }#rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM { display:block; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTZaidZrqnXT0BAoPtArfo3RNnK9E4O3 { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ { display:block; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 { display:flex;height:auto;width:45.25rem;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #A2uQWvsztc5lHscyv3hnFaEXG0XferMw {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #pgk3CDatH7TfeJicXSm6poaGfWEpcayr {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #gzh5zp7WRbpfIdkJ703s2lOaMXwAi6P0 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #HHA5sTeJROHLnl8T43xKshU2w1vbMG06 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dCyxhBnrHcpZ2dMf2AzoDOPShKqhdEvx {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Ipldpsnbxrd1GfNsJhInPkcULeZrIGDS {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #peu8f0FrmXItitarQcqO69Zrp3sxcvi7 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #a4XHv37leB03qCsxaO9lX80E0mO2T4tU {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #li6ERtSLvNmJpZ3T8NALSfWaRHJuPTBX {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #KuTvumPRUpIdSCQk3En3OI6btqJuKerl {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #DHrcWMx8tC8WNI9Q0v0NEWF1n510OAi0 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #TByhQnrQLDrzbar9aFXxmVq1Tuof0hf9 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OR3zE4CV0wZRF11osgScTT7LLT3sdT02 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3bc0d58-9bd6-4178-a2ac-81cb2ffe1100/DeWatermarkai_1725876331127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02.adaptive-delivery-prevent-bg, #OR3zE4CV0wZRF11osgScTT7LLT3sdT02.lazyload, #OR3zE4CV0wZRF11osgScTT7LLT3sdT02.lazyloading { background-image: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { background-color: transparent; background-image: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container > .video-iframe-container { display: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container { display: none; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .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); }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#OR3zE4CV0wZRF11osgScTT7LLT3sdT02 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xr1WtFuDvgrzqupF8WycZngnNJV3gMIb { width:20rem;height:28.5rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7poP5e6yNKIVocC85noJHchlZTE2xtP { width:7.686625rem;height:6.06228125rem;top:0.625rem;left:6.1555994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #yctBeAnGW9p5GySfTu9162numUIHlG3C { width:20rem;height:3.41145625rem;top:7.1245651245119rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssDzoeQowvaM6qCWzeJC8XEXVktcTNTT { width:20rem;height:3.8984375rem;top:11.788194656372rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFThCENGdlvpmpR8g72a9ND0p9muD2Tf { width:20rem;height:5.19791875rem;top:16.936849594116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfXVaAKNKHKEGIgOeDPWsVL894MVmNaI { width:20rem;height:2.76041875rem;top:23.38650226593rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1KfTP0CvyZvlbkylA5N1fJ4sQKbvzlt { width:19.25rem;height:20.75rem;top:28.437515258789rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI { display:none; }#qIHH5EZcqsOyif6WEgPMKwftDJpBwTeI > .row .container { width:20rem;height:97.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEt60MBr5DxnlrhZNyPAA2Tr1RPHk97M { width:20rem;height:1.49956875rem;top:2.6681842803955rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sz5vfXhf7Vo3UKxF7HXoKPQhXrk1qI9H { width:20rem;height:6.816375rem;top:6.3042533397675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kLrbzq2fax7tFMqa3ElrBWXw7tiVJBWV { width:19.875rem;height:27.1875rem;top:1.25rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FFJMROdMhxqkdC0cWNgwUAR2KfEk78By { width:16.8120625rem;height:3.8997375rem;top:18.056641876698rem;left:3.1879342198372rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQ9OBReHBrsIaSvMdqySJ1ZcaUcaSsqe { display:flex;width:1.875rem;height:1.875rem;top:19.067927658558rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SAhLMDS0kVJw0lJLi2hnu6tdwgG1htvH { width:16.311875rem;height:2.599825rem;top:23.694663345814rem;left:3.6870661377907rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TgLyC7QfR7n9sCAeODTSLXOumbhthNqd { display:flex;width:1.875rem;height:1.875rem;top:24.055991172791rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NuhsuZQaOZetoz0UgSXpIaHzwfQRBflC { width:19.875rem;height:36.4375rem;top:31.261940002441rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KXGaRfLrpztulRACMc4ZGn2KuAKVvCZd { width:20rem;height:3.4082rem;top:34.889325141907rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TOWbPRPVxEMCbnbqbw77ssrs6Rq1A31F { display:flex;width:1.875rem;height:1.875rem;top:54.171009063721rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #zT3pJL17oVtzds0aPdHduPSJLH9KlEoR { display:flex;width:1.875rem;height:1.875rem;top:57.922096252441rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #TR258p43voWDbr1dGAQL2o1JFR2Ae5HE { width:20rem;height:1.49956875rem;top:32.457684516907rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x4lXymgJ62nGvwc4KxN5WN7wQu4px8WA { width:20rem;height:2.599825rem;top:39.815524488373rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dUgo2DiDdXFbKsolxEmMMZyXATMexsQO { width:20rem;height:2.599825rem;top:43.978952407837rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vqampa5os1BdcTgfS1V0cHWw0ZNLSwuV { width:20rem;height:1.2999125rem;top:48.057722091675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v0U7vHTiJLmkzwhJTICH2yiN23c5ZwQi { display:flex;width:1.875rem;height:1.875rem;top:62.906906127931rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #aP8Sr0nqWk8kDVc5qLbXJBNlNzNhz4yC { width:20rem;height:0;top:72.212453752444rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gCQwsx0UqoduTclwdVP8LHTgXonVRxCl { display:flex;width:1.875rem;height:1.875rem;top:69.087453752444rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #cIGsFoUKZ6CzpPIBMlVTd7PhUw9pGx0S { width:20rem;height:0;top:80.337453752444rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DassmOkH0LBt6VG7iKHsoCeogRwyppO3 { width:20rem;height:0;top:77.837453752444rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a5ksbMqQrq7DQCK859iCX8OLNDZX2Vws { width:20rem;height:0;top:87.399953752444rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JdX4OT1SoBZxOIU9HpR3Gh3OIF1NM2wb { display:flex;width:1.875rem;height:1.875rem;top:74.712453752444rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #BKZO7BlMRLwpRnLC6Td0W38f8NCkWcFz { width:18.875rem;height:3.5625rem;top:93.024953752444rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtsfkSEGrxN119h84m2uznhGsrgwgwr { display:block; }
 }@media only screen and (max-width: 763px) { #y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy { display:block; }#y75Ts8ETFNDGuw1SG22ShKSrdmZAbsTy > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCFricN3PHEqIed3dJiRrem7Dgg4Z1wB { width:20rem;height:11.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOT99ZFq8sZbqBzAhuKJ9AFXn3rTeGE { width:20rem;height:9.9783125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp { display:block; }#FCGyyw9v4ZsZfxmgNfkegA7Th1WAXMEp > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt1d6BOOamAn3AdfeDJE6SrIfMotAcU9 { width:20rem;height:4.54948125rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcuHrBn1HXDLC0T7hGRL0PHt2xVzlHF3 { width:20rem;height:10rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJGgAvMNIFvA3NwZEkrDu0lzmx9EiV6Q { width:20rem;height:11.5rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrrTRWeRgHOAA4cBodQ1a5SRMbcqlWB8 { width:20rem;height:5.19791875rem;top:5.6744790077209rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r { display:block; }#uf3kJ26vP6MT54pWLIh10CV6uNVd7G7r > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2TIcRfkHhVtF09bJFl9WwD8TDtKzD7J { width:20rem;height:2.275rem;top:0.390625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc { display:block; }#T4z0BAiycXDs3QS7q2nJRh5VmFFPxOJc > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOC8z2NWzziIk8hNusdafES1V6EPktev { width:20rem;height:14rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ystIcMn6N7nVTK3s4r34AQHKV5BXTV5f { width:5.6875rem;height:5.6875rem;top:3.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqh8Ie9Ks6N0EVExwrerTBhbcfPR6QnH { width:17.7495625rem;height:3.3rem;top:11.3125rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pavki67RV2N8f4yINi5LnlfqHmQtMblN { width:20rem;height:14rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaGtWkyCLogPSGDsNpbZ8OODbhOoOTd { width:17.3123125rem;height:3.3rem;top:26.5rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrV8UGgTZilRqxdFNe2iNBgW3EZQ9vLx { width:5.3125rem;height:5.3125rem;top:18.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC7zwdPXxc80TT4FXG7ZQMATez4mMISc { width:20rem;height:14rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIvpa8BGIVoBJRrVOWo24r8G5va8hDx0 { width:12.8125rem;height:3.3rem;top:41.75rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1oOSp4TmbV8SEOA4dQ4zDgVrw1pDpT7 { width:5.74978125rem;height:5.74978125rem;top:34.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXBlvtZgDua8nli7FPak7qcmECeGK4f { display:block; }#bsXBlvtZgDua8nli7FPak7qcmECeGK4f > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRlhie72xZeASFSi0l1Xe0VPWtUodseE { width:20rem;height:2.275rem;top:0.67383420467375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCzd1RmtAqiT3zROHtZmPeCFra68I4u { display:block; }#WaCzd1RmtAqiT3zROHtZmPeCFra68I4u > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiHgdNXHKhWwCCThGtL3yVQ0WvbW4yJb { width:19.875rem;height:9.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilen09rzs090qETEvAGivXlBqQ7eznHR { width:20rem;height:11.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utAMZAheCcMdrhi22zUCgBXg65LUDLhh { display:block; }#utAMZAheCcMdrhi22zUCgBXg65LUDLhh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpdbE4GtmJl5HNuXpc81eluIvkM7FCbz { width:20rem;height:2.275rem;top:1.17578125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR { display:block; }#Zna99SoRQAakwQepz4JWzt8Ta2Q4tfRR > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKlUT4sBPPSpJpAagVblZQVkwTAIqZ5f { width:20rem;height:14rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVyOgBuR2MX090bbOG1Z3G3Kr7UlfIk { width:7.875rem;height:6.5rem;top:3.3125rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S6v900QmleTOIhlthXNRvNxJar9Qh61P { width:20rem;height:14rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtk4LzhmcoMEBT1K7BqdNo9SCK1JcxP { width:9.6875rem;height:7.1875rem;top:18.5625rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hNeLRmsigW4ncwwRDgbFmQuPiraqZ0BL { width:20rem;height:3.82421875rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTxOrOzwGs2iRJTrvXq5cIti1awp3TH { width:13.875rem;height:1.35rem;top:26.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURLHkGF8ROrl91qdhgCVfTaf7oaDZKO { width:20rem;height:14rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKPyHkC6Eud6Hiz2Rw8UhJsx8xOeGMp { width:13.5rem;height:2.69791875rem;top:56.5rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMUKbsv3GgDh6TIggxObpldNoTxpgbyo { width:6.4375rem;height:6rem;top:49.0625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dz6vtvyrGN2UHLkROVgKxxxsvmh2soqg { width:20rem;height:14rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9fANC1zGE757DMdtDHxi7nzSlIIl6g { width:5.625rem;height:5.625rem;top:33.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6GPkXFTlTKLhW60ZNQiv2o7M1EDEQt { width:16.9375rem;height:2.69791875rem;top:41.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMX9XkfKuqFishNeT0WhoFDHv398s436 { display:block; }#VMX9XkfKuqFishNeT0WhoFDHv398s436 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVAvvmSQSMSvJw8hw6D5osWIDnizE0Wg { width:20rem;height:2.275rem;top:0.517578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 { display:block; }#mgxit3SS7vQ7QDLeNm0d0T0XnpsmsQt3 > .row .container { width:20rem;height:122.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIRwKMobwh2KrIqF2089rwLuATN5tAOx { width:17.9375rem;height:38.4375rem;top:2.2493495941162rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9FMEICTxTBkryaoBusvZuJterteUrm1 { width:16.875rem;height:1.5996125rem;top:1.6243495941162rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLSabAc31UihndCxhoCS63H67FVWgWhQ { width:10rem;height:10rem;top:4.2491321563721rem;left:4.8122833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuzp03gLaVi53XV2RltxgTsPU063DhnK { width:11.5rem;height:2.0625rem;top:1.25rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJuldPHVmddbeCU7wqRldk3GvUTWwMHw { width:17.125rem;height:19.2448125rem;top:16.124134063721rem;left:1.4366319775581rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#mJuldPHVmddbeCU7wqRldk3GvUTWwMHw li:before{  }
 }@media only screen and (max-width: 763px) { #WUftpGVceNOPmFCqUQyBcWI89mKb1Lhc { width:1.5rem;height:1.1875rem;top:37.624786376953rem;left:9.249132454395rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #g27GCVNJMakhHIXR5WxEc3KiaTBoZSJW { width:3.4375rem;height:0.125rem;top:38.125003814698rem;left:4.2491319775581rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cVGQs9k3PRofXZ3MSZVKpX9c1f8UmUM7 { width:3.4375rem;height:0.125rem;top:38.125003814698rem;left:12.312283813953rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cAFqOkFHhSWC8StlFdJVhACBqavIkP4S { width:18.0625rem;height:38.4375rem;top:44.937065124512rem;left:0.99934905767444rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ndM061MfX6EI7k167XLlGco56wFzybtL { width:10.5625rem;height:1.6rem;top:44.249137878418rem;left:4.8122833371163rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUMQ9paMApq1zSS5hdwt2a7sfMSmcsrg { width:10rem;height:10rem;top:47.124565124512rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFLfyuITkwiH7lQKSTi11F6RF9cWGPl { width:6.6873125rem;height:9.6875rem;top:47.466361999512rem;left:6.6558163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3QPQTlqOrNUK2ZTMwJD7G9TKv44tnK6 { width:10.5625rem;height:2.0625rem;top:43.936637878418rem;left:4.7493494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTizGQceABuKsPSmq36NrQdbg7pkTq95 { width:17rem;height:19.2448125rem;top:58.999572753906rem;left:1.5625000596046rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#JTizGQceABuKsPSmq36NrQdbg7pkTq95 li:before{  }
 }@media only screen and (max-width: 763px) { #T2RKSsGocAZXTW7fGF6UgH8hmJkeyV3f { width:1.5rem;height:1.1875rem;top:80.312507629394rem;left:9.1872838139531rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KPSwx23xhCGLtNMUegfEOwUGcq8nBZOz { width:3.4375rem;height:0.125rem;top:80.874572753906rem;left:4.3120663762093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LJ1v87QxBTN8yi4uZeFHfTzbZcmJA6GF { width:3.4375rem;height:0.125rem;top:80.874572753906rem;left:12.437066376209rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NQdrEZppF9CudZQtqumTTX9EhnCKswCO { width:17.8125rem;height:33.75rem;top:86.936851501462rem;left:1.0308160185814rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JPyUIoPRnnJ1gZXIFrqtAXva9ctQHO1E { width:12.625rem;height:1.6rem;top:86.936851501462rem;left:3.6870663762093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4PsuLgBDAdoVeiaWJzuqylP4PpWZ5N1 { width:10rem;height:10rem;top:90.686851501462rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc8keioBPQl9hLQDbRGKATi8mMOFDwAI { width:12.6875rem;height:2.0625rem;top:86.642799377444rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLusFkVpU6uWdTTWGMDOssKScdgk3W00 { width:6.8125rem;height:9.6875rem;top:90.967887878419rem;left:6.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT { width:16.4375rem;height:11.421875rem;top:102.56185150146rem;left:1.7805991768837rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#K6P9O9nEt6Hs52cFzFyT9cs7BE50qLDT li:before{  }
 }@media only screen and (max-width: 763px) { #NMTzlJMxapr11HZW4TdrQTGEdRD5wZbe { width:1.5rem;height:1.1875rem;top:117.43706512451rem;left:9.124348938465rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gsepzOSEeQABifxbUauFttTkTRce8LOR { width:3.4375rem;height:0.125rem;top:117.99913787842rem;left:4.0625002980232rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #B7FJBJGS8xPSrUDtgfLkdwtP1cuzxenO { width:3.4375rem;height:0.125rem;top:117.99913787842rem;left:12.187500298023rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ftNNMDNvgqyt7k9WhTuIgNiAtcdGPvF5 { width:8.6870625rem;height:9.561625rem;top:4.6538639068604rem;left:5.6553824543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flox6VkaAwkFeDXiVAEt9NIu2esTa7le { display:none; }#Flox6VkaAwkFeDXiVAEt9NIu2esTa7le > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nW0tTeybvTwVKAZN9naUTz4PaloUEldb { width:20rem;height:2.03125rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay1eGPP9T64mD3RPO7MVDp45c2XDUFAr { width:20rem;height:11.3125rem;top:3.3322477340698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 { width:18.75rem;height:21.6959375rem;top:15.456815719604rem;left:0.62500005960463rem;font-size:1rem;display:block; }#rlnTxCf7LHAsdk1nLyowQmvRuFDCazs3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM { display:block; }#rlwVCd1Tu9Nby07n4AkWpWeX994BRFCM > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTZaidZrqnXT0BAoPtArfo3RNnK9E4O3 { width:20rem;height:2.19375rem;top:0.296875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ { display:block; }#nrOBycctMtA8Q32IMXqiSmWeXTFs36sJ > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-heading-text { font-size:1rem;height:auto;line-height:1.2;overflow:hidden; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 .accordion-desc-text { line-height:1.2;overflow:hidden;height:auto;font-size:0.8125rem; }
#oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 { display:flex;height:auto;width:17.5rem;top:0.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #A2uQWvsztc5lHscyv3hnFaEXG0XferMw {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #pgk3CDatH7TfeJicXSm6poaGfWEpcayr {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #gzh5zp7WRbpfIdkJ703s2lOaMXwAi6P0 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #HHA5sTeJROHLnl8T43xKshU2w1vbMG06 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #dCyxhBnrHcpZ2dMf2AzoDOPShKqhdEvx {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #Ipldpsnbxrd1GfNsJhInPkcULeZrIGDS {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #peu8f0FrmXItitarQcqO69Zrp3sxcvi7 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #a4XHv37leB03qCsxaO9lX80E0mO2T4tU {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #li6ERtSLvNmJpZ3T8NALSfWaRHJuPTBX {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #KuTvumPRUpIdSCQk3En3OI6btqJuKerl {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #DHrcWMx8tC8WNI9Q0v0NEWF1n510OAi0 {  }
 }@media only screen and (max-width: 763px) { #oNcan55K2BIcZi0fJTkJpeLkEz3MqFf7 #TByhQnrQLDrzbar9aFXxmVq1Tuof0hf9 {  }
 }