.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container { background-color: transparent; background-image: none; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container > .video-iframe-container { display: none; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row > .video-iframe-container { display: none; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .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); }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container { border-width: 0; border-radius: 0; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#iLQNVpSTLugM0FH0UATegNn74TUK0oNW { 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:2.99913125rem;width:12.5rem;top:2.2504341602326rem;left:0rem;overflow:hidden;display:block; }
#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { color:#262627;display:block;width:34.1875rem;position:absolute;font-family:larken;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.75rem;left:0rem;height:6.4995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { background-color:#c42b36;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: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995625rem;height:3.49989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.311850547791rem;left:0rem;display:block; }
#QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { color:#262627;display:block;width:34.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:4.4375rem;left:0rem;height:1.9124375rem;font-style:normal;display:block; }
#r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { 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:17.5rem;width:15.25rem;top:28.5rem;left:33.59375rem;overflow:hidden;display:none; }
#ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { color:#262627;display:block;width:30.875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:27.561850547791rem;left:0rem;height:1.9124375rem;font-style:normal;display:block; }
#BumqtsWlCwrouDorCJOk6BwxiEPcesSt { box-sizing:content-box;height:0.3125rem;width:3.99956875rem;position:absolute;display:block;z-index:15013;background-color:#f98049;background-image:none;top:25.936415672302rem;left:0rem;display:block; }
#Kes1XLI35CtRA5KD7AfsNcxhb86xb8Jm { 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.1875rem;width:51.0625rem;display:none; }
#uSLnMz4ZmI3X7oH71DLmMw3cxeuII9l2 { color:#262627;display:block;width:35.5625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:16.37478351593rem;left:0rem;height:7.64975rem;font-style:normal;display:block; }
#KUhybbD5r2lc6TpIkahTbwDgT3l9wTUq { 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:37.6248125rem;width:37.436rem;top:2.5618491172791rem;left:37.500001907349rem;overflow:hidden;display:block; }
#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { 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; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { border-width: 0; border-radius: 0; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { font-size:0.875rem;font-family:arial;height:67.125rem;width:75rem;position:relative;display:block; }#o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { color:#242b3e;display:block;width:34.561625rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.685546875rem;left:19.405382156372rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { color:#242b3e;display:block;width:40.625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:20.589191436767rem;left:34.375001907349rem;height:36.11106875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VdspUDsvqEb42BsezuO2QhclgWykOVzB { 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:31.1875rem;width:31.25rem;top:20.589195251465rem;left:0rem;overflow:hidden;display:block; }
#iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#fdd887;background-image:none;top:26.9375rem;left:0rem;display:none; }
#sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { position:absolute;display:block;z-index:15006;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:15.874568939209rem;left:33.750001907349rem;display:block; }
#v8HCoXsbKe4bP73whhUetufqow58PMb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { background-color: transparent; background-image: none; }#v8HCoXsbKe4bP73whhUetufqow58PMb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container > .video-iframe-container { display: none; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row > .video-iframe-container { display: none; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .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); }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { border-width: 0; border-radius: 0; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { color:#262627;display:block;width:47.9375rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:15.5rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsucLe3m9J2EFil7B5771awFxiTb1BX { color:#262627;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:18.25rem;left:3.125rem;height:5.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hso5NKauecck3ps8V9fk2EppVR8oRgas { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.5rem;left:10.9375rem; }
#kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { color:#262627;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:18.25rem;left:28.125rem;height:5.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#izgwBlK7qtvKQ6JggSxgms73E92eVTbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.5rem;left:35.9375rem; }
#EJUCHyiJ21HIZ3sySi2GTnap1442z21g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.5rem;left:60.9375rem; }
#ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { color:#262627;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:18.25rem;left:53.125rem;height:5.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container { background-color: transparent; background-image: none; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container > .video-iframe-container { display: none; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row > .video-iframe-container { display: none; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .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); }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container { border-width: 0; border-radius: 0; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#skGCCvcix4qv5ueAa3V6ptRBZ9X2ctUx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:23.374567031861rem; }
#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { color:#262627;display:block;width:19.375rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:9.2491302490238rem;left:15.249567031861rem;height:5.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycgyWkvgsFSz6ifTKpTP80zswiEi9X1m { color:#262627;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:9.2491302490238rem;left:40.686853408814rem;height:7.64975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFme17iExBBovpNGeeaLTvIEnJ9zw6ka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5rem;left:48.499353408814rem; }
#XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { background-color:#c42b36;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: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9985rem;height:3.49935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.936416625976rem;left:30.500219345092rem;display:block; }
#AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD { 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; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { background-color: transparent; background-image: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container > .video-iframe-container { display: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row > .video-iframe-container { display: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .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); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { border-width: 0; border-radius: 0; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#fthwvrAJPHWJKyC8OyHlnWI7Pfx7ZLgz { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.6;letter-spacing:0;top:16.125rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EwaWl6GUlTZPDCUogy7Gv2EMI0LA5WOJ { color:#262627;display:block;width:38.9995625rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4993486404419rem;left:0rem;height:3.24978125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eG6xngkeCTuSFUsXnCL4zVU8FBET1TtX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:16.125rem;left:45rem;overflow:hidden;display:block; }
#VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT li:before{  }
#kXouN1rFghxPdqbuiN8XMT4UCzel6Enx { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:19.875rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxoTkAoDCAxZP0yNVVRyKMb4xQTIN1sR { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:36.25rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa { color:#262627;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:39.43684387207rem;left:0rem;height:14.55075rem;text-align:left;text-align-last:left;display:block; }#Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa li:before{  }
#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 { 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; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { background-color: transparent; background-image: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container > .video-iframe-container { display: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row > .video-iframe-container { display: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .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); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { border-width: 0; border-radius: 0; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:7.0625rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }#iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y li:before{  }
#henhwrFcKl4zbsT50Mcmzp4tPEgEUywT { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:4.3125rem;left:36.0625rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqbZMsRC8w8kCSBoXAuOxwKGh2trE63n { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:21.93684387207rem;left:36.062284469604rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk { color:#262627;display:block;width:38.9371875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:25.124786376953rem;left:36.062284469604rem;height:;text-align:left;text-align-last:left;display:block; }#t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk li:before{  }
#uHn1EfqVTP5XHqut1z5VKvw8iVdJRQBc { color:#262627;display:block;width:38.9355625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.6;letter-spacing:0;top:0.68577194213869rem;left:36.064455032349rem;height:1.80013125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHJDty13yD6XiheRkqkrMhKJ5evOdN8N { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc { position:relative;display:none; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc { border-width: 0; border-radius: 0; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Pq5Uci3Zk7h9oIhGyRm1T6MuOT2L4KFO { color:#262627;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXOy0INICIISmUHVP2X5wyFohHPJqviN { position:absolute;display:block;z-index:15005;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:11.9375rem;left:33.75rem;display:block; }
#huVq7cVbtOB0ooZiClTXdUcoovanEHCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#huVq7cVbtOB0ooZiClTXdUcoovanEHCH > .row .container { border-width: 0; border-radius: 0; }#huVq7cVbtOB0ooZiClTXdUcoovanEHCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huVq7cVbtOB0ooZiClTXdUcoovanEHCH > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#H43V6nKEs350Kyz5sHyNHOEW756R5zoM { color:#262627;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.0625rem;left:11rem;height:1.75rem;display:block; }
#UAJTzaLhOOyVry2vQk0s6OR9dVntunOZ { position:absolute;display:block;z-index:15006;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:53.125rem;top:0rem;left:11rem;display:block; }
#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ > .row .container { border-width: 0; border-radius: 0; }#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#sMhnBt4FMtDiZ6EL3rHk9CzPowv6tWP7 { color:#262627;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.0625rem;left:11rem;height:1.75rem;display:block; }
#B42LepCCP8CSS1ZmtEa2DXAE23p5AO5G { position:absolute;display:block;z-index:15006;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:53.125rem;top:0rem;left:11rem;display:block; }
#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { background-color: transparent; background-image: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container > .video-iframe-container { display: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row > .video-iframe-container { display: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .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); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { border-width: 0; border-radius: 0; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;position:relative;display:block; }#WCn2g5DLKmezK37CxCHNKU0U8kxfRhT4 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:46.8125rem;top:0rem;left:28.1875rem;display:block; }
#dFtTiPkgCulKHrNTmqFbT2d6anRJZaaX { color:#262627;display:block;width:37.5rem;position:absolute;font-family:larken;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.8125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CywTS7MSEqNREaCuSt5kAU1cEaUp3qTg { position:absolute;display:block;z-index:15009;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:47.875rem;left:15rem;display:block; }
#U3w1xXROy1bEVpbtT8lSwfsP1yHcwcEL { color:#262627;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:4.396484375rem;left:37.4375rem;height:57.5868375rem;font-style:normal;display:block; }
#RNo9XMw19W4ohcpeOxyh0aKUXvwITSRw { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #262627;border-left:0.125rem solid #262627;border-right:0.125rem solid #262627;border-bottom:0.125rem solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:24.5625rem;top:9.125rem;left:6.34375rem;overflow:hidden;display:block; }
#Ry5347R8uJsPu0TvGIwDe7R6VX3DZAR5 { position:absolute;display:block;z-index:14999;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:40.25rem;width:24.3125rem;top:6.896484375rem;left:3.09375rem;overflow:hidden;display:block; }
#WAG8lPvbKAVFSTZliTdpmNqTTrinKa78 { position:absolute;display:block;z-index:15016;background-color:#b7edd4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.125rem;top:30.96875rem;left:28.1875rem;display:block; }
#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc313f;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; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { background-color: transparent; background-image: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .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); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { border-width: 0; border-radius: 0; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#xD342Ls0xBEW6ml9c6eOixWI3kloeItF { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.61328125rem;left:25rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na9mZopKlT5JVwXN2ODKriSlsONbXWpS { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.16552734375rem;left:25rem;height:6.79905rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:21.5rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD { position:relative;display:block; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD { background-color: transparent; background-image: none; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container > .video-iframe-container { display: none; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row > .video-iframe-container { display: none; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .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); }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD { border-width: 0; border-radius: 0; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggLyxT7T222doprTPIV4DC1RGzppnUvI { color:#120505;display:block;width:49.8123125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4375rem;left:12.25rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSpZZSM4QPwmsJKvcMrFnarvxBV47JdR { color:#c42b36;display:block;width:57.625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:8.3125rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU { position:relative;display:block; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU { background-color: transparent; background-image: none; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container > .video-iframe-container { display: none; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row > .video-iframe-container { display: none; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .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); }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU { border-width: 0; border-radius: 0; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aJi5z9VGgiJUicuauRXr7GzPmqMVChKD { color:#c13535;display:block;width:19.625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:4.4375rem;left:54.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { color:#262627;display:block;width:21.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:2.0625rem;left:53.25rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:5.875rem;left:56.75rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:7.0625rem;left:63.0625rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8oBw91Emnc39Sp1W0igKtciX6C56ivn { position:absolute;display:block;z-index:15032;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:11.0625rem;left:52.875rem;display:block; }
#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { color:#55636f;display:block;width:19.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:13rem;left:54.125rem;height:17.8098125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#TG8lKqqThgw4ioar5EP8m9KOA2EDTPUk { background-color:#c42b36;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: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:32.375rem;left:56.8125rem;display:block; }
#A3nB1UOVMbOWTZcFpRkkRrUqlkhdakfa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UW1qOOfKCbENU3i7dxHNklHaOruz0ATc { color:#262627;display:block;width:21.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:2.0625rem;left:26.9375rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8t86Q8eI8GbMqHQs8sP3fFd2zRQqvz9 { color:#c13535;display:block;width:19.625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:4.4375rem;left:28rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTzETuJF7VpkzsDk5siBLKzip1eD5LHc { position:absolute;display:block;z-index:15032;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:11.0625rem;left:26.5625rem;display:block; }
#AFszdxNhfOpKJx10my26euIZSOHi56d9 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:5.875rem;left:30.4375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#By73qG3lhbEZBJifNPwsGwqpwb6z8f3p { color:#55636f;display:block;width:19.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:13rem;left:27.8125rem;height:17.8098125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#By73qG3lhbEZBJifNPwsGwqpwb6z8f3p li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#By73qG3lhbEZBJifNPwsGwqpwb6z8f3p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#vVzR9aMrvcV6mLZguwDDzOFxCRqE5f5u { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:7.0625rem;left:36.75rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kn1t2Ay8hupixGeTrabtBT11S9GhtIGE { background-color:#c42b36;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: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:32.375rem;left:30.5rem;display:block; }
#B7UAl3LfAfPwD3CCB3AwGNt38wIMZcUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZu75T0Tw6xKFTzDf0C7HG0dMuBdn1zu { color:#c13535;display:block;width:19.6245625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:4.4375rem;left:1.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#padnwxVoaRv10Xk0gSyigIMkCibzZ4Oq { color:#262627;display:block;width:21.1246875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:2.0625rem;left:0.8125rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4IzTM132Dndw02MMdXPD0OwBFKwVhOG { position:absolute;display:block;z-index:15032;background-color:#3c84aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:21.875rem;top:11.0625rem;left:0.4375rem;display:block; }
#UZfVbQuk7CtTvr0SkCIV4i1E8vVh4kIg { color:#000000;display:block;width:7.4370625rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:5.875rem;left:2.6875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf { color:#262627;display:block;width:19.749875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:13rem;left:1.5625rem;height:17.8098125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#qMRhDCTiR0J9plGU7pIaJitP356qrR8F { color:#000000;display:block;width:9.1873125rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:7.0625rem;left:10.5rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BE7MewVmBLmta3WxBBt0lkwCuJeerOWM { background-color:#c42b36;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: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995625rem;height:3.49989375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:32.375rem;left:4.375rem;display:block; }
#oHDcqxm5MJzc1kHO8bVJV9g0nKbbitxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlIL06k0WNeNxW54eG0MUvO2qHB50OrP { position:absolute;display:block;z-index:15024;background-color:rgba(193,226,232,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0070b3;border-left:0.25rem solid #0070b3;border-right:0.25rem solid #0070b3;border-bottom:0.25rem solid #0070b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:21.875rem;top:0.5625rem;left:0rem;display:block; }
#FPuztsREbyTrtsbTPvoalx7ssu7EUdaA { position:absolute;display:block;z-index:15024;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.25rem solid #262627;border-left:0.25rem solid #262627;border-right:0.25rem solid #262627;border-bottom:0.25rem solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:21.875rem;top:0.5625rem;left:26.3125rem;display:block; }
#XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { position:absolute;display:block;z-index:15024;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.25rem solid #262627;border-left:0.25rem solid #262627;border-right:0.25rem solid #262627;border-bottom:0.25rem solid #262627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:21.875rem;top:0.5625rem;left:52.625rem;display:block; }
#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { background-color: transparent; background-image: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .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); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { border-width: 0; border-radius: 0; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#bbabTAMlepiTP4348d7dyzTvIK9VUIyF { 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:2.75rem;width:11.4375rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aNlfst1op0ecOrSHpS46EbTRc4QVDbXN { display:block; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLQNVpSTLugM0FH0UATegNn74TUK0oNW { top:2.25rem;left:0rem;width:12.5rem;height:2.99913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { top:7.75rem;left:0rem;width:34.125rem;height:6.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.9375rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { top:4.4375rem;left:0rem;width:34.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { top:28.5rem;left:8.625rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { top:27.5rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { top:25.875rem;left:0rem;width:3.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kes1XLI35CtRA5KD7AfsNcxhb86xb8Jm { width:47.75rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSLnMz4ZmI3X7oH71DLmMw3cxeuII9l2 { top:16.3125rem;left:0rem;width:35.5625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUhybbD5r2lc6TpIkahTbwDgT3l9wTUq { top:2.5rem;left:10.375rem;width:37.375rem;height:37.563504839927rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { top:7.625rem;left:5.7803821563721rem;width:34.5rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { top:20.5625rem;left:7.125rem;width:40.625rem;height:36.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { top:20.5625rem;left:0rem;width:31.25rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { top:26.9375rem;left:0rem;width:4rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { top:15.8125rem;left:20.125001907349rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HCoXsbKe4bP73whhUetufqow58PMb5 { display:block; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { top:6.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsucLe3m9J2EFil7B5771awFxiTb1BX { top:18.25rem;left:0rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hso5NKauecck3ps8V9fk2EppVR8oRgas { top:13.5rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { top:18.25rem;left:13rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izgwBlK7qtvKQ6JggSxgms73E92eVTbE { top:13.5rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJUCHyiJ21HIZ3sySi2GTnap1442z21g { top:13.5rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { top:18.25rem;left:28.875rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA { display:block; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skGCCvcix4qv5ueAa3V6ptRBZ9X2ctUx { top:4.375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { top:9.1875rem;left:0rem;width:19.375rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycgyWkvgsFSz6ifTKpTP80zswiEi9X1m { top:9.1875rem;left:13rem;width:18.75rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFme17iExBBovpNGeeaLTvIEnJ9zw6ka { top:5rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9375rem;height:3.4375rem;top:20.875rem;left:16.812719345092rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD { display:block; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fthwvrAJPHWJKyC8OyHlnWI7Pfx7ZLgz { top:16.125rem;left:0rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwaWl6GUlTZPDCUogy7Gv2EMI0LA5WOJ { top:8.4375rem;left:0rem;width:38.9375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG6xngkeCTuSFUsXnCL4zVU8FBET1TtX { top:16.125rem;left:17.75rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT { top:22.5625rem;left:0rem;width:38.875rem;height:;font-size:1.125rem;display:block; }#VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT li:before{  }
 }@media only screen and (max-width: 763px) { #kXouN1rFghxPdqbuiN8XMT4UCzel6Enx { top:19.875rem;left:0rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxoTkAoDCAxZP0yNVVRyKMb4xQTIN1sR { top:36.25rem;left:0rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa { top:39.375rem;left:0rem;width:38.4375rem;height:14.5625rem;font-size:1.125rem;display:block; }#Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa li:before{  }
 }@media only screen and (max-width: 763px) { #IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 { display:block; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y { top:7rem;left:8.875rem;width:38.875rem;height:;font-size:1.125rem;display:block; }#iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y li:before{  }
 }@media only screen and (max-width: 763px) { #henhwrFcKl4zbsT50Mcmzp4tPEgEUywT { top:4.3125rem;left:8.875rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqbZMsRC8w8kCSBoXAuOxwKGh2trE63n { top:21.875rem;left:8.875rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk { top:25.0625rem;left:8.875rem;width:38.875rem;height:;font-size:1.125rem;display:block; }#t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk li:before{  }
 }@media only screen and (max-width: 763px) { #uHn1EfqVTP5XHqut1z5VKvw8iVdJRQBc { top:0.625rem;left:8.875rem;width:38.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHJDty13yD6XiheRkqkrMhKJ5evOdN8N { top:0.1875rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc { display:block; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pq5Uci3Zk7h9oIhGyRm1T6MuOT2L4KFO { top:8rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXOy0INICIISmUHVP2X5wyFohHPJqviN { top:11.9375rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huVq7cVbtOB0ooZiClTXdUcoovanEHCH { display:block; }#huVq7cVbtOB0ooZiClTXdUcoovanEHCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H43V6nKEs350Kyz5sHyNHOEW756R5zoM { top:2.0625rem;left:0rem;width:45.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAJTzaLhOOyVry2vQk0s6OR9dVntunOZ { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ { display:block; }#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMhnBt4FMtDiZ6EL3rHk9CzPowv6tWP7 { top:2.0625rem;left:0rem;width:45.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B42LepCCP8CSS1ZmtEa2DXAE23p5AO5G { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ { display:block; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCn2g5DLKmezK37CxCHNKU0U8kxfRhT4 { top:0rem;left:0rem;width:46.8125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFtTiPkgCulKHrNTmqFbT2d6anRJZaaX { top:43.8125rem;left:0rem;width:37.5rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CywTS7MSEqNREaCuSt5kAU1cEaUp3qTg { top:47.875rem;left:8.1875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3w1xXROy1bEVpbtT8lSwfsP1yHcwcEL { top:4.375rem;left:0rem;width:37.5625rem;height:57.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNo9XMw19W4ohcpeOxyh0aKUXvwITSRw { top:9.125rem;left:0rem;width:24.5625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5347R8uJsPu0TvGIwDe7R6VX3DZAR5 { top:6.875rem;left:0rem;width:24.3125rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAG8lPvbKAVFSTZliTdpmNqTTrinKa78 { top:30.9375rem;left:18.75rem;width:5.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { top:5.5625rem;left:2.1875rem;width:29.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { top:10.125rem;left:0rem;width:44.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { top:0rem;left:0rem;width:21.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD { display:block; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggLyxT7T222doprTPIV4DC1RGzppnUvI { top:8.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSpZZSM4QPwmsJKvcMrFnarvxBV47JdR { top:16.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU { display:block; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJi5z9VGgiJUicuauRXr7GzPmqMVChKD { top:4.4375rem;left:28.0625rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { top:2.0625rem;left:25.875rem;width:21.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { top:5.875rem;left:33.9375rem;width:5.75rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { top:7.0625rem;left:38.5rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { top:11.0625rem;left:25.75rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { top:13rem;left:28.25rem;width:19.375rem;height:17.75rem;font-size:1rem;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #TG8lKqqThgw4ioar5EP8m9KOA2EDTPUk { width:13.9375rem;height:3.4375rem;top:32.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3nB1UOVMbOWTZcFpRkkRrUqlkhdakfa { display:block; }
 }@media only screen and (max-width: 763px) { #UW1qOOfKCbENU3i7dxHNklHaOruz0ATc { top:2.0625rem;left:10rem;width:21.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8t86Q8eI8GbMqHQs8sP3fFd2zRQqvz9 { top:4.4375rem;left:12.1875rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzETuJF7VpkzsDk5siBLKzip1eD5LHc { top:11.0625rem;left:9.875rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFszdxNhfOpKJx10my26euIZSOHi56d9 { top:5.875rem;left:16.75rem;width:5.75rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #By73qG3lhbEZBJifNPwsGwqpwb6z8f3p { top:13rem;left:12.375rem;width:19.375rem;height:17.75rem;font-size:1rem;display:block; }#By73qG3lhbEZBJifNPwsGwqpwb6z8f3p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #vVzR9aMrvcV6mLZguwDDzOFxCRqE5f5u { top:7.0625rem;left:22.625rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn1t2Ay8hupixGeTrabtBT11S9GhtIGE { width:13.9375rem;height:3.4375rem;top:32.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UAl3LfAfPwD3CCB3AwGNt38wIMZcUM { display:block; }
 }@media only screen and (max-width: 763px) { #bZu75T0Tw6xKFTzDf0C7HG0dMuBdn1zu { top:4.4375rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #padnwxVoaRv10Xk0gSyigIMkCibzZ4Oq { top:2.0625rem;left:0rem;width:21.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4IzTM132Dndw02MMdXPD0OwBFKwVhOG { top:11.0625rem;left:0rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZfVbQuk7CtTvr0SkCIV4i1E8vVh4kIg { top:5.875rem;left:0rem;width:7.375rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf { top:13rem;left:0rem;width:19.6875rem;height:17.75rem;font-size:1rem;display:block; }#MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #qMRhDCTiR0J9plGU7pIaJitP356qrR8F { top:7.0625rem;left:5.9375rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE7MewVmBLmta3WxBBt0lkwCuJeerOWM { width:13.9375rem;height:3.4375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHDcqxm5MJzc1kHO8bVJV9g0nKbbitxG { display:block; }
 }@media only screen and (max-width: 763px) { #UlIL06k0WNeNxW54eG0MUvO2qHB50OrP { top:0.5625rem;left:0rem;width:21.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPuztsREbyTrtsbTPvoalx7ssu7EUdaA { top:0.5625rem;left:9.375rem;width:21.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { top:0.5625rem;left:25.25rem;width:21.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { top:1.1875rem;left:0rem;width:11.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aNlfst1op0ecOrSHpS46EbTRc4QVDbXN { display:block; }#aNlfst1op0ecOrSHpS46EbTRc4QVDbXN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLQNVpSTLugM0FH0UATegNn74TUK0oNW { width:12.686625rem;height:2.99913125rem;top:1.0926649570465rem;left:3.6555991172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { background-color:#f2ebd7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { width:20rem;height:7.6301875rem;top:4.9598531723022rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:15.3125rem;height:3.4375rem;top:34.144968032837rem;left:2.3437502384186rem;color:#ffffff;background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { width:20rem;height:1.6997625rem;top:2.0616321563721rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { width:7.4375rem;height:8.5625rem;top:50.7958984375rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { width:16.9998125rem;height:3.399525rem;top:28.884550094604rem;left:1.4995660781861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { width:3.99956875rem;height:0.3125rem;top:27.083333969116rem;left:7.9991321563719rem;background-color:#f98049;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kes1XLI35CtRA5KD7AfsNcxhb86xb8Jm { top:44.625rem;left:0rem;width:20rem;height:9.875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uSLnMz4ZmI3X7oH71DLmMw3cxeuII9l2 { width:20rem;height:11.8983125rem;top:14.188367843628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUhybbD5r2lc6TpIkahTbwDgT3l9wTUq { width:19.9370625rem;height:20rem;top:39.998918533325rem;left:0.062934041023256rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { background-color:#ffffff;background-image:none;display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { width:18rem;height:6.8245625rem;top:4.4375rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { width:19rem;height:55.7699rem;top:14.875rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { width:20rem;height:20rem;top:73.247611999513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { width:4rem;height:0.3125rem;top:22.84278125rem;left:0rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { width:7.5rem;height:0.3125rem;top:12.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HCoXsbKe4bP73whhUetufqow58PMb5 { display:block; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { width:20rem;height:1.94986875rem;top:4.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIsucLe3m9J2EFil7B5771awFxiTb1BX { width:18.25rem;height:5.09928125rem;top:13.3125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hso5NKauecck3ps8V9fk2EppVR8oRgas { display:flex;width:3.125rem;height:3.125rem;top:8.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { width:15rem;height:7.64975rem;top:24.62434387207rem;left:2.5000002384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izgwBlK7qtvKQ6JggSxgms73E92eVTbE { display:flex;width:3.125rem;height:3.125rem;top:20.24934387207rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EJUCHyiJ21HIZ3sySi2GTnap1442z21g { display:flex;width:3.125rem;height:3.125rem;top:34.24934387207rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { width:15rem;height:7.64975rem;top:38.62434387207rem;left:2.5000002384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA { display:block; }#Ib6za3onwzTdiZbyiONVDyR5R0qqKSoA > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skGCCvcix4qv5ueAa3V6ptRBZ9X2ctUx { display:flex;width:3.125rem;height:3.125rem;top:1.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { width:15rem;height:7.64975rem;top:5.8125rem;left:2.5000002384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycgyWkvgsFSz6ifTKpTP80zswiEi9X1m { width:18.25rem;height:7.64975rem;top:20.999130249024rem;left:0.87456607818606rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFme17iExBBovpNGeeaLTvIEnJ9zw6ka { display:flex;width:3.125rem;height:3.125rem;top:16.624130249024rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9995625rem;height:3.49935rem;top:31.054473876953rem;left:2.9991321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD { background-color:#994182;background-image:none;display:block; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { background-color: transparent; background-image: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container > .video-iframe-container { display: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row > .video-iframe-container { display: none; }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .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); }#EdTunZbwUpi51HsCo7tQbvOMnW1JWAqD > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fthwvrAJPHWJKyC8OyHlnWI7Pfx7ZLgz { width:16.624375rem;height:2.79948125rem;top:9.2871103286744rem;left:1.687283039093rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwaWl6GUlTZPDCUogy7Gv2EMI0LA5WOJ { width:18.6870625rem;height:4.224175rem;top:3.75rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eG6xngkeCTuSFUsXnCL4zVU8FBET1TtX { width:20rem;height:20rem;top:53.062067031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT { width:20rem;height:13.6979375rem;top:17.3177125rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;display:block; }#VTAOs84P4FvsXsZbiiU8RXEH3VOhxBxT li:before{  }
 }@media only screen and (max-width: 763px) { #kXouN1rFghxPdqbuiN8XMT4UCzel6Enx { width:20rem;height:2.79948125rem;top:13.2714875rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxoTkAoDCAxZP0yNVVRyKMb4xQTIN1sR { width:14.375rem;height:2.79948125rem;top:32.654081940651rem;left:2.8125rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa { width:20rem;height:14.9479375rem;top:36.130874633789rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;display:block; }#Ze8a6EPI9vtZcFMPGB5VwN99Ia6HQNxa li:before{  }
 }@media only screen and (max-width: 763px) { #IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 { background-color:#994182;background-image:none;display:block; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { background-color: transparent; background-image: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container > .video-iframe-container { display: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row > .video-iframe-container { display: none; }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .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); }#IfNlVq3a1XWNhKhhxndZ4o6BTE978QD8 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y { width:20rem;height:13.6979375rem;top:6.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;display:block; }#iEzTlGXVe4SAQTMwAk3xzpmSmDGzwZ7y li:before{  }
 }@media only screen and (max-width: 763px) { #henhwrFcKl4zbsT50Mcmzp4tPEgEUywT { width:20rem;height:1.3997375rem;top:4.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqbZMsRC8w8kCSBoXAuOxwKGh2trE63n { width:20rem;height:1.3997375rem;top:21.812067985534rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk { width:20rem;height:12.2981875rem;top:24.435767173767rem;left:0rem;font-size:0.875rem;color:#ffffff;z-index:14998;display:block; }#t44q0QpxVerdnJpB3EzGCWnXsJBSxPNk li:before{  }
 }@media only screen and (max-width: 763px) { #uHn1EfqVTP5XHqut1z5VKvw8iVdJRQBc { width:15.8745625rem;height:2.79948125rem;top:0rem;left:2.0616321563721rem;font-size:0.875rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHJDty13yD6XiheRkqkrMhKJ5evOdN8N { width:20rem;height:20rem;top:38.685984611511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row .container { border-width: 0; border-radius: 0; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaLiJ3vJ7AnAVTkClpaTSrwBHTwPNcyc > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pq5Uci3Zk7h9oIhGyRm1T6MuOT2L4KFO { width:20rem;height:4.875rem;top:3.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXOy0INICIISmUHVP2X5wyFohHPJqviN { width:7.5rem;height:0.3125rem;top:9.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huVq7cVbtOB0ooZiClTXdUcoovanEHCH { display:none; }#huVq7cVbtOB0ooZiClTXdUcoovanEHCH > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H43V6nKEs350Kyz5sHyNHOEW756R5zoM { width:20rem;height:3.1875rem;top:2.625rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UAJTzaLhOOyVry2vQk0s6OR9dVntunOZ { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ { display:none; }#uvOkeHTN5T8drBKTr7SRBFdZ5omdNXRJ > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMhnBt4FMtDiZ6EL3rHk9CzPowv6tWP7 { width:20rem;height:3.1875rem;top:2.625rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B42LepCCP8CSS1ZmtEa2DXAE23p5AO5G { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ { background-color:#ffffff;background-image:none;display:block; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { background-color: transparent; background-image: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container > .video-iframe-container { display: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row > .video-iframe-container { display: none; }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .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); }#vMS6pTDRpPhfuWVwBgSey2x0dqpbUtwJ > .row .container { width:20rem;height:119.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCn2g5DLKmezK37CxCHNKU0U8kxfRhT4 { width:20rem;height:48rem;top:39.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFtTiPkgCulKHrNTmqFbT2d6anRJZaaX { width:20rem;height:2.43706875rem;top:3.4375rem;left:0rem;font-size:1.875rem;color:#994182;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CywTS7MSEqNREaCuSt5kAU1cEaUp3qTg { width:7.5rem;height:0.3125rem;top:6.8125rem;left:6.25rem;background-color:#262627;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U3w1xXROy1bEVpbtT8lSwfsP1yHcwcEL { width:18.5625rem;height:80.3320375rem;top:9.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RNo9XMw19W4ohcpeOxyh0aKUXvwITSRw { width:19.75rem;height:25.4286875rem;top:91.552719116213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5347R8uJsPu0TvGIwDe7R6VX3DZAR5 { width:16.375rem;height:26.9375rem;top:1.25rem;left:2.75rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #WAG8lPvbKAVFSTZliTdpmNqTTrinKa78 { width:5.125rem;height:1.3125rem;top:129.647734375rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { width:20rem;height:5.19856875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { width:20rem;height:16.9976125rem;top:9.51953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { width:20rem;height:18.953488372093rem;top:27.76659375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD { display:block; }#LrU4mxwulzqJ9RoaWw5JE8xu5VU3QowD > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggLyxT7T222doprTPIV4DC1RGzppnUvI { width:17.9373125rem;height:9.099375rem;top:5.1875rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSpZZSM4QPwmsJKvcMrFnarvxBV47JdR { width:20rem;height:3.24978125rem;top:15.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU { display:block; }#UISTt2atIVUsUwnrEcpCDvTQvCp8zOzU > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJi5z9VGgiJUicuauRXr7GzPmqMVChKD { width:19.625rem;height:1.687825rem;top:89.8125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { width:18.8125rem;height:1.40625rem;top:87.6875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { width:8rem;height:3.75rem;top:91.375rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { width:9.1875rem;height:1.875rem;top:92.4375rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { width:20rem;height:0.25rem;top:95.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { width:17.6875rem;height:22.9090625rem;top:97.4375rem;left:1.3125rem;font-size:1rem;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #TG8lKqqThgw4ioar5EP8m9KOA2EDTPUk { width:13.9995625rem;height:3.49935rem;top:121.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3nB1UOVMbOWTZcFpRkkRrUqlkhdakfa { display:block; }
 }@media only screen and (max-width: 763px) { #UW1qOOfKCbENU3i7dxHNklHaOruz0ATc { width:18.75rem;height:1.40625rem;top:45.25rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8t86Q8eI8GbMqHQs8sP3fFd2zRQqvz9 { width:19.625rem;height:1.687825rem;top:47.375rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzETuJF7VpkzsDk5siBLKzip1eD5LHc { width:20rem;height:0.25rem;top:53.0625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AFszdxNhfOpKJx10my26euIZSOHi56d9 { width:8rem;height:3.75rem;top:48.8125rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #By73qG3lhbEZBJifNPwsGwqpwb6z8f3p { width:17.6875rem;height:22.9090625rem;top:54.75rem;left:1.125rem;font-size:1rem;display:block; }#By73qG3lhbEZBJifNPwsGwqpwb6z8f3p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #vVzR9aMrvcV6mLZguwDDzOFxCRqE5f5u { width:9.1875rem;height:1.875rem;top:49.875rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn1t2Ay8hupixGeTrabtBT11S9GhtIGE { width:13.9995625rem;height:3.49935rem;top:78.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UAl3LfAfPwD3CCB3AwGNt38wIMZcUM { display:block; }
 }@media only screen and (max-width: 763px) { #bZu75T0Tw6xKFTzDf0C7HG0dMuBdn1zu { width:19.6245625rem;height:1.687825rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #padnwxVoaRv10Xk0gSyigIMkCibzZ4Oq { width:18.624125rem;height:1.40625rem;top:2.625rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4IzTM132Dndw02MMdXPD0OwBFKwVhOG { width:20rem;height:0.25rem;top:10.6875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UZfVbQuk7CtTvr0SkCIV4i1E8vVh4kIg { width:8rem;height:3.75rem;top:6.25rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf { width:17.6875rem;height:22.9090625rem;top:12.25rem;left:1.25rem;font-size:1rem;display:block; }#MTmTrwNTxlW802aSDg6Xwqh8XK5kXWAf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #qMRhDCTiR0J9plGU7pIaJitP356qrR8F { width:9.1875rem;height:1.875rem;top:7.4375rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE7MewVmBLmta3WxBBt0lkwCuJeerOWM { width:14rem;height:3.5rem;top:36.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHDcqxm5MJzc1kHO8bVJV9g0nKbbitxG { display:block; }
 }@media only screen and (max-width: 763px) { #UlIL06k0WNeNxW54eG0MUvO2qHB50OrP { width:19.5625rem;height:40.6875rem;top:0.9375rem;left:0rem;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;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FPuztsREbyTrtsbTPvoalx7ssu7EUdaA { width:19.5625rem;height:40.4375rem;top:43.75rem;left:0rem;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;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { width:19.5625rem;height:40.625rem;top:86.1875rem;left:0rem;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;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { width:11.4375rem;height:2.75rem;top:1.25rem;left:4.25rem;display:block; }
 }