.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cd7a88bf-971d-4f70-afb7-9752b78f7dd4/To_header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#eZbm5rq12I4GBGb4RNDCPA83Odf5hwaI { color:#1d1e25;display:block;width:41.5rem;position:absolute;font-family:urbanist;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRfVWRDf0g5M5TQdsamBPyMS7W5ykTnG { color:#1d1e25;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:24.0625rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iPeUO8UqvoXB8EDTTpo8xvi6Z8XX30oR { 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:2.9375rem;width:9.4375rem;top:31.3125rem;left:0rem;overflow:hidden;display:block; }
#RGxpB0oslc1Utu6HKwnL5tQdNOQN22gB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:9.1873125rem;top:31.3125rem;left:10.75rem;overflow:hidden;display:block; }
#CfgQH4qaIPPkBnaQnD6zWUvh8kVMn3QK { 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:25.4375rem;width:28.1875rem;top:8.7803821563719rem;left:46.75022315979rem;overflow:hidden;display:block; }
#dno9Afrt7ThncTyINqc8yTLu1bDfK4zS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.686525rem;width:6.6230625rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#nTL54KD66dSkOCTNp5T5l1y17D7o4xXK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:62.125rem;display:block; }
#kE1pbTWhv3SllTTQNMSikONMzdcEbD9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEyU1J3CPpObiJfrihtcvEvlf7ApZWow { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0rem;left:59.5625rem;display:block; }
#pf5FWr76XKNFEfdZm1GzIunrKxl96P7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AabPrzZnL0uPqC0a7cmi4GQ3Oh5qqTzl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0rem;left:64.6875rem;display:block; }
#hTA4hi79rsdeoLb5uTDbJLE4m6NFTAsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt3FKTERAqMXEzZwMAx1BQmgBKHt63pB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:67.25rem;display:block; }
#Kk0b4bTq3zapT08UIvt89nQFfIKc0BBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XA1U1WQFGwXyS50tKtvRbvDfmUUTBqaT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:69.8125rem;display:block; }
#LcX3RffEaTRiAhECb3HWdZL0tL46OONy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deX76oT7zi3vuXmDkcMXRpg0QSLZdoqT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:72.375rem;display:block; }
#sHPLaKFHISVJLA8GWmWUDosx1sCIsvLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container { background-color: transparent; background-image: none; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container > .video-iframe-container { display: none; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row > .video-iframe-container { display: none; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .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); }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container { border-width: 0; border-radius: 0; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;overflow:visible;position:relative;display:block; }#d9AK7860NB7lqALCqlkJtHTTKvNl1gKr { color:#1d1e25;display:block;width:36.875rem;position:absolute;font-family:urbanist;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:27.4375rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZL7vHU5UNwPUZfTNsgNo06CNT3hN5Oq { color:#1d1e25;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:20.1875rem;left:27.4375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x07tvZP6NiDSvVb9U1ZOXdhS5yi4IT6J { color:#1d1e25;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.625rem;left:27.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZyCLLVQC4qGTD9TMVgN2kTM4IHiESpc { color:#1d1e25;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:36.0625rem;left:33.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4zwWCUuBITq1dppsGV6hO9tlRkOkP2g { color:#1d1e25;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.6875rem;left:33.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c4MauuXCeEMIpbGLGF7mrEu3yVwVIAV3 { color:#1d1e25;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:35.9375rem;left:56.4375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TykPD36ATs75GrJxc8B8iQ2Ohk1pfm6Z { color:#1d1e25;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.5625rem;left:56.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzdDIsC8RDTFWXbhPGgU05w3ByPved4L { color:#1d1e25;display:block;width:11rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:43.125rem;left:33.5rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7hLUSHFGdC1GMRiu7mwSEPUW5XPl9pT { color:#1d1e25;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.625rem;left:33.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#npnK8a1tL5pRqNtEKTCRynVZLL2uBpIn { color:#1d1e25;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:43.4375rem;left:56.4375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2QJROatwX3iTVbtRzoxkdJQ9LcUWppt { color:#1d1e25;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42rem;left:56.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t4ROmDCMqnqlKqbBhpLZsAd6UirnTJsW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:33.5625rem;left:27.4375rem;overflow:hidden;display:block; }
#kxcBibZZUub6JloUOM4Z5RB20firTkgZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:40.8125rem;left:50.4375rem;overflow:hidden;display:block; }
#ZxLUzDWsv347t9sMfK1u0mglQT4pvZrq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:40.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#J9RONPbvWMXN9klT2WBRcfR6GexxsRTM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:33.5rem;left:50.375rem;overflow:hidden;display:block; }
#tuSp3796Dm87hkVFXqCsKZXrumm61er2 { position:absolute;display:block;z-index:15008;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:44.375rem;width:22.3125rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 { background-color:#211421;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container { background-color: transparent; background-image: none; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container > .video-iframe-container { display: none; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row > .video-iframe-container { display: none; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .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); }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container { border-width: 0; border-radius: 0; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qL7sq8JJavUp6ugFMV7BDR4BmJCtsBqe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.1875rem;top:15.3125rem;left:38.3125rem;overflow:hidden;display:block; }
#eRMxlihZwmJg8meLGZCOullhRVoBSmm5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.4375rem;top:15.3125rem;left:27.5625rem;overflow:hidden;display:block; }
#oaZu8cinGdOgBpMtSvBy5flOr5PuIb0s { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:urbanist;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:10.125rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmQ1ZuvUXc3TRidTNfc8y5dIR8TulKEL { position:absolute;display:block;z-index:14993;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:10.125rem;width:39.6875rem;top:19.25rem;left:17.65625rem;overflow:hidden;display:block; }
#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container { background-color: transparent; background-image: none; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container > .video-iframe-container { display: none; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row > .video-iframe-container { display: none; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .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); }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container { border-width: 0; border-radius: 0; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#x58efvbrGn4Qn0PDuqxS41uAPD1DxkbD { color:#1d1e25;display:block;width:51.5625rem;position:absolute;font-family:urbanist;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11rem;left:11.71875rem;height:7.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTK2INyXVo4Cl8A19onMAEwVnflCnfOb { color:#1d1e25;display:block;width:38.3105625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:20.875rem;left:18.34375rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyTUwdZMvhWs5BisGE8Vm5KnV9GCBkFu { position:absolute;display:block;z-index:15019;height:25.5625rem;width:43.5625rem;top:26.625rem;left:15.71875rem;display:block; }
#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container { background-color: transparent; background-image: none; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container > .video-iframe-container { display: none; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row > .video-iframe-container { display: none; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .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); }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container { border-width: 0; border-radius: 0; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .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; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.0625rem;color:#1d1e25;height:auto;font-style:normal; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:poppins;height:auto;line-height:1.6;overflow:hidden; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .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; }#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-trigger.adaptive-delivery-prevent-bg, #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-trigger.lazyload, #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-trigger.lazyloading { background-image: none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 { box-sizing:content-box;height:auto;width:46.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.1875rem;left:13.125rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uAndwSPI9KRJOdX8dguQ39HnIH2w1Lh9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #cUgH44zcHrSNqKKAolRUuCQM9Pc231v9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #d3Tv9gRQGyTk6KcHvTrrNbHDrxDITDUo { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uw1OSvvSPH73no9elZGAqsv2DCpogFra {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #bBE7gAv8azfxZCclgJ5tTpvxCorDoKgc {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RLch8Aw5CpeeQxTHtGbs2p3fG8GlrQhM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4h6qEJeBag1t4IaBuouWv7yq0wdrETW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Gx4EH8I4gp09xsEHdzuwEKaQGP7l6wCB { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #MHMQtn6nWN7KeHXNxOtFIIhbKwOLnzAM {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #C9S1d50yUrAWt4uRaeSv5JuBOWipJLdH { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #lNIEqSN5ac1xiA2BLrhynoeh9DRdV0VV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #kd4MHfbG1CSRnlBGgDCI8D2egZp0TzsL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IJ55fktenh4RR3HqTMybZdD85Zhus8J1 { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #g6dh53Tz9blc3QpIvwZTmTBmKxCZOGhJ {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #KpGvCi3FWDFq98qMf4pPgHS471ppDNQR { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #fglN5wxZJTGXzTSCO7vTbzolMGrmVTtH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #UseuSBbnTdhIrmL25Rzi130UQgRKH2Fl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #eraoIq8geqI5zr3wyzJaTXkSqqNFQTDq { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #k8VeSgABS75caKJGy5KC11lolHnaHght {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iJUwfchVKyE1dMiTfJQBcaC6Rgl6CuAR { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RhicyHkcTRZOZnyHnh5LTwVgV3VTiruD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #D0cqntubKKlJNGCXEGuT8ylBnpydXO8C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #A1lBiTlKTm0D47xgJTuxzxEa2MaesziQ { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #oBRDTLFRc1yO293utmOQBuPsnlQ4gk8i {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iXu3ypzlBpp2INFtToS6fkIt31Ufl8Sh { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ll6ahmp4ild30TT7mmoaCNldZNyT6Tez { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Cw5ENLqc63TN5Tptm49dueB8H9iCSOdm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Q2N4aBbZSPFMCbFEFBUnN6oPaarRTgmb { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ND8kPHIwWZV8D4vtighyhuTpnmpwW2cM {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #nlABfaAv27ivnXMwpCOrUSKFvIXp9Mh0 { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #I00WZsegI4cTPHcac52ZP4Q3TlTMfSo4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u5DT3khOeFvsWAREvK0CcyX2GHlMrDfM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #zHClpxJTyVGx2nBT2atGEMmg3ItgkTTJ { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #rtIkf6IMUZwN0blpQ0xHVkPlcoF05zIg {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ayfXi6NNNTq5FUO774gGxXxUEx6mEO2o { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #xoJ3OJioPC3NtI7QK5XcliIeGrMfkGXT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4VZF8SD4Nu8gwtHFosWK2P75SnDnlVa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #T6fIP2kpJaXXXGMJhnu5WrFkHeqAlue3 { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #woiPmNpzPc0ly86EpFl51ApdUxVaSnuV {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IZ01sJ0neIruSpmBV90Dlt115rAyTcng { display:none; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #QDKmpHHIgnqC2mdAxnBH3HKLfbbBhv1g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #h3tVLJNVblEq6BDiJi2i0xCXnAAWQB4n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ZURsu4IzgNo3PpOMlPZ62JRiKidAC4TB { display:block;position:relative; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Iv1fK0mRHfml5KWfS7Z2D1FBolDUB2Jg {  }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #R6KbCtIrp7sS1yMUUJKVhcLG2dH2RJQ7 { display:none; }
#DIkOmLP2a64EHVBq281IOETBqEatNWN8 { background-color:#e4e4e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container { background-color: transparent; background-image: none; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container > .video-iframe-container { display: none; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row > .video-iframe-container { display: none; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .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); }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container { border-width: 0; border-radius: 0; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ShmQMWC4dQpTOoWqsRoGntaf4RFyWHFq { 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:14.125rem;width:30.25rem;top:15.4375rem;left:22.0615234375rem;overflow:hidden;display:block; }
#IrxrWc2T1CrfqAT5f8qTs36W1TnTVKbs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:9.1873125rem;top:9.25rem;left:38.5rem;overflow:hidden;display:block; }
#ICUTWmN8HKaMBitwCNTTBqVkrbKtLAny { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.4375rem;top:9.25rem;left:27.375rem;overflow:hidden;display:block; }
#Cz9ixOOzUShTDNG3z2HyJntspyhTrQxD { color:#1d1e25;display:block;width:26.5rem;position:absolute;font-family:urbanist;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:24.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf { background-color:#181719;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container { background-color: transparent; background-image: none; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container > .video-iframe-container { display: none; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row > .video-iframe-container { display: none; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .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); }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container { border-width: 0; border-radius: 0; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#u7PkJ5bL7TEfLduxdQlMkxfluqGTrJQl { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:urbanist;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.75rem;left:6.9375rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IgXAkNRg8XZMdVMmrXKnD5MVsBRLIh9D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.8125rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#CqyFZocvPTnAMT2mMLfT9GPxyDKT55m9 { color:#ffffff;display:block;width:17.624rem;position:absolute;font-family:urbanist;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.17578125rem;left:57.3759765625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZbm5rq12I4GBGb4RNDCPA83Odf5hwaI { top:14.4375rem;left:0rem;width:41.5rem;height:7.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRfVWRDf0g5M5TQdsamBPyMS7W5ykTnG { top:24.0625rem;left:0rem;width:37rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeUO8UqvoXB8EDTTpo8xvi6Z8XX30oR { top:31.3125rem;left:0rem;width:9.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGxpB0oslc1Utu6HKwnL5tQdNOQN22gB { top:31.3125rem;left:0rem;width:9.125rem;height:2.9168661214826rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgQH4qaIPPkBnaQnD6zWUvh8kVMn3QK { top:8.75rem;left:19.5625rem;width:28.1875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dno9Afrt7ThncTyINqc8yTLu1bDfK4zS { top:8.8125rem;left:0rem;width:6.5625rem;height:2.6619589219489rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTL54KD66dSkOCTNp5T5l1y17D7o4xXK { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE1pbTWhv3SllTTQNMSikONMzdcEbD9k { display:block; }
 }@media only screen and (max-width: 763px) { #iEyU1J3CPpObiJfrihtcvEvlf7ApZWow { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf5FWr76XKNFEfdZm1GzIunrKxl96P7W { display:block; }
 }@media only screen and (max-width: 763px) { #AabPrzZnL0uPqC0a7cmi4GQ3Oh5qqTzl { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTA4hi79rsdeoLb5uTDbJLE4m6NFTAsq { display:block; }
 }@media only screen and (max-width: 763px) { #Tt3FKTERAqMXEzZwMAx1BQmgBKHt63pB { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk0b4bTq3zapT08UIvt89nQFfIKc0BBN { display:block; }
 }@media only screen and (max-width: 763px) { #XA1U1WQFGwXyS50tKtvRbvDfmUUTBqaT { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcX3RffEaTRiAhECb3HWdZL0tL46OONy { display:block; }
 }@media only screen and (max-width: 763px) { #deX76oT7zi3vuXmDkcMXRpg0QSLZdoqT { width:2.625rem;height:2.4375rem;top:0rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPLaKFHISVJLA8GWmWUDosx1sCIsvLJ { display:block; }
 }@media only screen and (max-width: 763px) { #mDMmBIuxscAtZeaX7Bya0E5BT438d7cC { display:block; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9AK7860NB7lqALCqlkJtHTTKvNl1gKr { top:10.4375rem;left:10.875rem;width:36.875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZL7vHU5UNwPUZfTNsgNo06CNT3hN5Oq { top:20.1875rem;left:13.8125rem;width:33.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07tvZP6NiDSvVb9U1ZOXdhS5yi4IT6J { top:29.625rem;left:13.8125rem;width:24.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZyCLLVQC4qGTD9TMVgN2kTM4IHiESpc { top:36.0625rem;left:19.6875rem;width:16.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4zwWCUuBITq1dppsGV6hO9tlRkOkP2g { top:34.6875rem;left:19.6875rem;width:15.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MauuXCeEMIpbGLGF7mrEu3yVwVIAV3 { top:35.9375rem;left:29.375rem;width:18.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TykPD36ATs75GrJxc8B8iQ2Ohk1pfm6Z { top:34.5625rem;left:29.6875rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzdDIsC8RDTFWXbhPGgU05w3ByPved4L { top:43.125rem;left:19.875rem;width:11rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7hLUSHFGdC1GMRiu7mwSEPUW5XPl9pT { top:41.625rem;left:19.875rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npnK8a1tL5pRqNtEKTCRynVZLL2uBpIn { top:43.4375rem;left:29.1875rem;width:18.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2QJROatwX3iTVbtRzoxkdJQ9LcUWppt { top:42rem;left:29.6875rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ROmDCMqnqlKqbBhpLZsAd6UirnTJsW { top:33.5625rem;left:13.8125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxcBibZZUub6JloUOM4Z5RB20firTkgZ { top:40.8125rem;left:36.8125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxLUzDWsv347t9sMfK1u0mglQT4pvZrq { top:40.6875rem;left:13.8125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9RONPbvWMXN9klT2WBRcfR6GexxsRTM { top:33.5rem;left:36.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuSp3796Dm87hkVFXqCsKZXrumm61er2 { top:5.5rem;left:0rem;width:22.3125rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 { display:block; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL7sq8JJavUp6ugFMV7BDR4BmJCtsBqe { top:15.3125rem;left:24.6875rem;width:9.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMxlihZwmJg8meLGZCOullhRVoBSmm5 { top:15.3125rem;left:13.9375rem;width:9.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaZu8cinGdOgBpMtSvBy5flOr5PuIb0s { top:4rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQ1ZuvUXc3TRidTNfc8y5dIR8TulKEL { top:19.25rem;left:4.03125rem;width:39.6875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz { display:block; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x58efvbrGn4Qn0PDuqxS41uAPD1DxkbD { top:11rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTK2INyXVo4Cl8A19onMAEwVnflCnfOb { top:20.875rem;left:4.71875rem;width:38.25rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTUwdZMvhWs5BisGE8Vm5KnV9GCBkFu { top:26.625rem;left:2.09375rem;width:43.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr { display:block; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 { display:flex;height:auto;width:45.25rem;top:3.9375rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uAndwSPI9KRJOdX8dguQ39HnIH2w1Lh9 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #cUgH44zcHrSNqKKAolRUuCQM9Pc231v9 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #d3Tv9gRQGyTk6KcHvTrrNbHDrxDITDUo {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uw1OSvvSPH73no9elZGAqsv2DCpogFra {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #bBE7gAv8azfxZCclgJ5tTpvxCorDoKgc {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RLch8Aw5CpeeQxTHtGbs2p3fG8GlrQhM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4h6qEJeBag1t4IaBuouWv7yq0wdrETW {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Gx4EH8I4gp09xsEHdzuwEKaQGP7l6wCB {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #MHMQtn6nWN7KeHXNxOtFIIhbKwOLnzAM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #C9S1d50yUrAWt4uRaeSv5JuBOWipJLdH {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #lNIEqSN5ac1xiA2BLrhynoeh9DRdV0VV {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #kd4MHfbG1CSRnlBGgDCI8D2egZp0TzsL {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IJ55fktenh4RR3HqTMybZdD85Zhus8J1 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #g6dh53Tz9blc3QpIvwZTmTBmKxCZOGhJ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #KpGvCi3FWDFq98qMf4pPgHS471ppDNQR {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #fglN5wxZJTGXzTSCO7vTbzolMGrmVTtH {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #UseuSBbnTdhIrmL25Rzi130UQgRKH2Fl {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #eraoIq8geqI5zr3wyzJaTXkSqqNFQTDq {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #k8VeSgABS75caKJGy5KC11lolHnaHght {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iJUwfchVKyE1dMiTfJQBcaC6Rgl6CuAR {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RhicyHkcTRZOZnyHnh5LTwVgV3VTiruD {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #D0cqntubKKlJNGCXEGuT8ylBnpydXO8C {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #A1lBiTlKTm0D47xgJTuxzxEa2MaesziQ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #oBRDTLFRc1yO293utmOQBuPsnlQ4gk8i {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iXu3ypzlBpp2INFtToS6fkIt31Ufl8Sh {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ll6ahmp4ild30TT7mmoaCNldZNyT6Tez {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Cw5ENLqc63TN5Tptm49dueB8H9iCSOdm {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Q2N4aBbZSPFMCbFEFBUnN6oPaarRTgmb {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ND8kPHIwWZV8D4vtighyhuTpnmpwW2cM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #nlABfaAv27ivnXMwpCOrUSKFvIXp9Mh0 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #I00WZsegI4cTPHcac52ZP4Q3TlTMfSo4 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u5DT3khOeFvsWAREvK0CcyX2GHlMrDfM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #zHClpxJTyVGx2nBT2atGEMmg3ItgkTTJ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #rtIkf6IMUZwN0blpQ0xHVkPlcoF05zIg {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ayfXi6NNNTq5FUO774gGxXxUEx6mEO2o {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #xoJ3OJioPC3NtI7QK5XcliIeGrMfkGXT {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4VZF8SD4Nu8gwtHFosWK2P75SnDnlVa {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #T6fIP2kpJaXXXGMJhnu5WrFkHeqAlue3 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #woiPmNpzPc0ly86EpFl51ApdUxVaSnuV {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IZ01sJ0neIruSpmBV90Dlt115rAyTcng {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #QDKmpHHIgnqC2mdAxnBH3HKLfbbBhv1g {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #h3tVLJNVblEq6BDiJi2i0xCXnAAWQB4n {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ZURsu4IzgNo3PpOMlPZ62JRiKidAC4TB {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Iv1fK0mRHfml5KWfS7Z2D1FBolDUB2Jg {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #R6KbCtIrp7sS1yMUUJKVhcLG2dH2RJQ7 {  }
 }@media only screen and (max-width: 763px) { #DIkOmLP2a64EHVBq281IOETBqEatNWN8 { display:block; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShmQMWC4dQpTOoWqsRoGntaf4RFyWHFq { top:15.4375rem;left:8.4365234375rem;width:30.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrxrWc2T1CrfqAT5f8qTs36W1TnTVKbs { top:9.25rem;left:24.875rem;width:9.125rem;height:2.916285366368rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICUTWmN8HKaMBitwCNTTBqVkrbKtLAny { top:9.25rem;left:13.75rem;width:9.375rem;height:2.9180223028015rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz9ixOOzUShTDNG3z2HyJntspyhTrQxD { top:4.5rem;left:10.625rem;width:26.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf { display:block; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7PkJ5bL7TEfLduxdQlMkxfluqGTrJQl { top:1.75rem;left:0rem;width:13.6875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgXAkNRg8XZMdVMmrXKnD5MVsBRLIh9D { top:1.9375rem;left:0rem;width:5.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqyFZocvPTnAMT2mMLfT9GPxyDKT55m9 { top:3.125rem;left:30.1875rem;width:17.5625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZbm5rq12I4GBGb4RNDCPA83Odf5hwaI { width:20rem;height:7.066375rem;top:10.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRfVWRDf0g5M5TQdsamBPyMS7W5ykTnG { width:20rem;height:7.5rem;top:21.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPeUO8UqvoXB8EDTTpo8xvi6Z8XX30oR { width:9.375rem;height:2.91796875rem;top:34.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGxpB0oslc1Utu6HKwnL5tQdNOQN22gB { width:9.125rem;height:2.9160125rem;top:39.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgQH4qaIPPkBnaQnD6zWUvh8kVMn3QK { width:19.875rem;height:17.9375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dno9Afrt7ThncTyINqc8yTLu1bDfK4zS { width:6.5625rem;height:2.66015625rem;top:5rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTL54KD66dSkOCTNp5T5l1y17D7o4xXK { width:2.625rem;height:2.4375rem;top:70.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE1pbTWhv3SllTTQNMSikONMzdcEbD9k { display:block; }
 }@media only screen and (max-width: 763px) { #iEyU1J3CPpObiJfrihtcvEvlf7ApZWow { width:2.625rem;height:2.4375rem;top:67.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf5FWr76XKNFEfdZm1GzIunrKxl96P7W { display:block; }
 }@media only screen and (max-width: 763px) { #AabPrzZnL0uPqC0a7cmi4GQ3Oh5qqTzl { width:2.625rem;height:2.4375rem;top:74.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTA4hi79rsdeoLb5uTDbJLE4m6NFTAsq { display:block; }
 }@media only screen and (max-width: 763px) { #Tt3FKTERAqMXEzZwMAx1BQmgBKHt63pB { width:2.625rem;height:2.4375rem;top:78.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk0b4bTq3zapT08UIvt89nQFfIKc0BBN { display:block; }
 }@media only screen and (max-width: 763px) { #XA1U1WQFGwXyS50tKtvRbvDfmUUTBqaT { width:2.625rem;height:2.4375rem;top:81.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcX3RffEaTRiAhECb3HWdZL0tL46OONy { display:block; }
 }@media only screen and (max-width: 763px) { #deX76oT7zi3vuXmDkcMXRpg0QSLZdoqT { width:2.625rem;height:2.4375rem;top:85.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPLaKFHISVJLA8GWmWUDosx1sCIsvLJ { display:block; }
 }@media only screen and (max-width: 763px) { #mDMmBIuxscAtZeaX7Bya0E5BT438d7cC { display:block; }#mDMmBIuxscAtZeaX7Bya0E5BT438d7cC > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9AK7860NB7lqALCqlkJtHTTKvNl1gKr { width:20rem;height:7.79883125rem;top:1.08203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZL7vHU5UNwPUZfTNsgNo06CNT3hN5Oq { width:20rem;height:6.3984375rem;top:9.431640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x07tvZP6NiDSvVb9U1ZOXdhS5yi4IT6J { width:20rem;height:3.57421875rem;top:63.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZyCLLVQC4qGTD9TMVgN2kTM4IHiESpc { width:16.3125rem;height:1.3994125rem;top:79.125rem;left:1.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4zwWCUuBITq1dppsGV6hO9tlRkOkP2g { width:17.6875rem;height:1.4619125rem;top:77.125rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4MauuXCeEMIpbGLGF7mrEu3yVwVIAV3 { width:18.3125rem;height:1.3994125rem;top:92.6484375rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TykPD36ATs75GrJxc8B8iQ2Ohk1pfm6Z { width:18rem;height:1.4619125rem;top:90.75rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzdDIsC8RDTFWXbhPGgU05w3ByPved4L { width:10.9375rem;height:1.3994125rem;top:105.5rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7hLUSHFGdC1GMRiu7mwSEPUW5XPl9pT { width:18rem;height:1.4619125rem;top:103.6875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npnK8a1tL5pRqNtEKTCRynVZLL2uBpIn { width:20rem;height:1.3994125rem;top:118.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2QJROatwX3iTVbtRzoxkdJQ9LcUWppt { width:18rem;height:1.4619125rem;top:116.9375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4ROmDCMqnqlKqbBhpLZsAd6UirnTJsW { width:4.6875rem;height:4.6875rem;top:71.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxcBibZZUub6JloUOM4Z5RB20firTkgZ { width:4.75rem;height:4.75rem;top:111rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxLUzDWsv347t9sMfK1u0mglQT4pvZrq { width:4.75rem;height:4.75rem;top:97.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9RONPbvWMXN9klT2WBRcfR6GexxsRTM { width:4.8125rem;height:4.8125rem;top:84.3125rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuSp3796Dm87hkVFXqCsKZXrumm61er2 { width:15.0625rem;height:30rem;top:24.9375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 { display:block; }#gBttzMqBm1gKrhFcbbbS25o91wyQO2Q1 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL7sq8JJavUp6ugFMV7BDR4BmJCtsBqe { width:9.125rem;height:2.8125rem;top:21.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMxlihZwmJg8meLGZCOullhRVoBSmm5 { width:9.375rem;height:2.875rem;top:15.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaZu8cinGdOgBpMtSvBy5flOr5PuIb0s { width:20rem;height:7.7988125rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQ1ZuvUXc3TRidTNfc8y5dIR8TulKEL { width:20rem;height:5.1022677165354rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz { display:block; }#Rhbmyi2fIus5H35skITK2ZdEsdU4WvNz > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x58efvbrGn4Qn0PDuqxS41uAPD1DxkbD { width:20rem;height:7.79883125rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTK2INyXVo4Cl8A19onMAEwVnflCnfOb { width:20rem;height:3.19921875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTUwdZMvhWs5BisGE8Vm5KnV9GCBkFu { width:20rem;height:30.3125rem;top:27.697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr { display:block; }#A79VUuqLAsPiImA7yaUx6NMB07Hk5VVr > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 { display:flex;height:auto;width:17.5rem;top:3.9375rem;left:0rem; }
#dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uAndwSPI9KRJOdX8dguQ39HnIH2w1Lh9 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #cUgH44zcHrSNqKKAolRUuCQM9Pc231v9 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #d3Tv9gRQGyTk6KcHvTrrNbHDrxDITDUo {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #uw1OSvvSPH73no9elZGAqsv2DCpogFra {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #bBE7gAv8azfxZCclgJ5tTpvxCorDoKgc {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RLch8Aw5CpeeQxTHtGbs2p3fG8GlrQhM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4h6qEJeBag1t4IaBuouWv7yq0wdrETW {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Gx4EH8I4gp09xsEHdzuwEKaQGP7l6wCB {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #MHMQtn6nWN7KeHXNxOtFIIhbKwOLnzAM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #C9S1d50yUrAWt4uRaeSv5JuBOWipJLdH {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #lNIEqSN5ac1xiA2BLrhynoeh9DRdV0VV {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #kd4MHfbG1CSRnlBGgDCI8D2egZp0TzsL {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IJ55fktenh4RR3HqTMybZdD85Zhus8J1 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #g6dh53Tz9blc3QpIvwZTmTBmKxCZOGhJ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #KpGvCi3FWDFq98qMf4pPgHS471ppDNQR {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #fglN5wxZJTGXzTSCO7vTbzolMGrmVTtH {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #UseuSBbnTdhIrmL25Rzi130UQgRKH2Fl {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #eraoIq8geqI5zr3wyzJaTXkSqqNFQTDq {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #k8VeSgABS75caKJGy5KC11lolHnaHght {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iJUwfchVKyE1dMiTfJQBcaC6Rgl6CuAR {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #RhicyHkcTRZOZnyHnh5LTwVgV3VTiruD {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #D0cqntubKKlJNGCXEGuT8ylBnpydXO8C {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #A1lBiTlKTm0D47xgJTuxzxEa2MaesziQ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #oBRDTLFRc1yO293utmOQBuPsnlQ4gk8i {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #iXu3ypzlBpp2INFtToS6fkIt31Ufl8Sh {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ll6ahmp4ild30TT7mmoaCNldZNyT6Tez {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Cw5ENLqc63TN5Tptm49dueB8H9iCSOdm {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Q2N4aBbZSPFMCbFEFBUnN6oPaarRTgmb {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ND8kPHIwWZV8D4vtighyhuTpnmpwW2cM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #nlABfaAv27ivnXMwpCOrUSKFvIXp9Mh0 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #I00WZsegI4cTPHcac52ZP4Q3TlTMfSo4 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u5DT3khOeFvsWAREvK0CcyX2GHlMrDfM {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #zHClpxJTyVGx2nBT2atGEMmg3ItgkTTJ {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #rtIkf6IMUZwN0blpQ0xHVkPlcoF05zIg {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ayfXi6NNNTq5FUO774gGxXxUEx6mEO2o {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #xoJ3OJioPC3NtI7QK5XcliIeGrMfkGXT {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #u4VZF8SD4Nu8gwtHFosWK2P75SnDnlVa {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #T6fIP2kpJaXXXGMJhnu5WrFkHeqAlue3 {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #woiPmNpzPc0ly86EpFl51ApdUxVaSnuV {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #IZ01sJ0neIruSpmBV90Dlt115rAyTcng {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #QDKmpHHIgnqC2mdAxnBH3HKLfbbBhv1g {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #h3tVLJNVblEq6BDiJi2i0xCXnAAWQB4n {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #ZURsu4IzgNo3PpOMlPZ62JRiKidAC4TB {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #Iv1fK0mRHfml5KWfS7Z2D1FBolDUB2Jg {  }
 }@media only screen and (max-width: 763px) { #dzSFIQqOmBbNT7oAIyoWJ9yQfvx1LrF3 #R6KbCtIrp7sS1yMUUJKVhcLG2dH2RJQ7 {  }
 }@media only screen and (max-width: 763px) { #DIkOmLP2a64EHVBq281IOETBqEatNWN8 { display:block; }#DIkOmLP2a64EHVBq281IOETBqEatNWN8 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShmQMWC4dQpTOoWqsRoGntaf4RFyWHFq { width:19.5625rem;height:9.125rem;top:24.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrxrWc2T1CrfqAT5f8qTs36W1TnTVKbs { width:9.125rem;height:2.9160125rem;top:16.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICUTWmN8HKaMBitwCNTTBqVkrbKtLAny { width:9.375rem;height:2.91796875rem;top:12.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz9ixOOzUShTDNG3z2HyJntspyhTrQxD { width:20rem;height:3.8984375rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf { display:block; }#Gzq46KAXqfyptpnrosk3Ed7ZS8eBhXdf > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7PkJ5bL7TEfLduxdQlMkxfluqGTrJQl { width:13.625rem;height:4.1982375rem;top:5.625rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgXAkNRg8XZMdVMmrXKnD5MVsBRLIh9D { width:5.75rem;height:2.1643019763169rem;top:2.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqyFZocvPTnAMT2mMLfT9GPxyDKT55m9 { width:17.5625rem;height:1.29980625rem;top:11.0625rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }