.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b9ea7;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:42.6875rem;width:75rem;position:relative;display:block; }#WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:larken;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.1875rem;left:0rem;height:7.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#262627;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:15002;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0rem;height:1.70030625rem;font-style:normal;display:block; }
#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:25.0625rem;left:0rem;height:;font-style:normal;overflow:hidden;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66bc99a4-4ddc-47f9-b0e2-ae9051623c37/check_wht.png); }
#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; }
#brI7Iosm29FE756cp1sqvKfOzz3vQzSX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12.1875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { color:#ffffff;display:block;width:36.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:19.625rem;left:0rem;height:1.9124375rem;font-style:normal;display:block; }
#BumqtsWlCwrouDorCJOk6BwxiEPcesSt { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:23.03125rem;left:0rem;display:block; }
#OaVw1fa63V4FORssems09POxvMQWysfi { 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:40.3125rem;width:34.4375rem;top:0rem;left:39.8125rem;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:96.875rem;width:75rem;position:relative;display:block; }#o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { color:#242b3e;display:block;width:52.5rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.25rem;height:6.5rem;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.25rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:19.96484375rem;left:34.375rem;height:26.11545625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:56.83056640625rem;left:46.25rem;overflow:hidden;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:28.75rem;width:28.75rem;top:19.96484375rem;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; }
#i7NhUF3VRJQu4x0SetlxJkUyCUEthacs { color:#242b3e;display:block;width:42.5rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:56.865234375rem;left:0rem;height:29.7439rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { 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.3125rem;width:7.5rem;top:15.0625rem;left:33.75rem;display:block; }
#v8HCoXsbKe4bP73whhUetufqow58PMb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b9ea7;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:#ffffff;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:3.25rem;left:15.5rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsucLe3m9J2EFil7B5771awFxiTb1BX { color:#ffffff;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:14.375rem;left:3.125rem;height:5.735675rem;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:9.625rem;left:10.9375rem; }
#kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { color:#ffffff;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:14.375rem;left:28.125rem;height:5.735675rem;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:9.625rem;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:10.40625rem;left:60.9375rem; }
#ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { color:#ffffff;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:14.375rem;left:53.125rem;height:5.735675rem;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:#1b9ea7;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:23.125rem;width:75rem;position:relative;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:4.875rem;left:3.125rem;height:5.735675rem;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:#ffffff;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:4.875rem;left:28.125rem;height:5.735675rem;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; }
#JpP4RThDOdhcXhOiiyMeycTg79hzTruf { color:#ffffff;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:4.875rem;left:53.125rem;height:5.735675rem;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; }
#XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { 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: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:15003;text-align:center;text-align-last:center;top:13.3740234375rem;left:30.499135971069rem;display:block; }
#AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:0rem;left:10.937501907349rem; }
#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:0rem;left:35.937501907349rem; }
#o4W0TZErbEtAOFlsbW2haOfEZPRKWxUC { 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:0rem;left:60.937501907349rem; }
#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; }
#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU { 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:block; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { background-color: transparent; background-image: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container > .video-iframe-container { display: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row > .video-iframe-container { display: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .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); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { border-width: 0; border-radius: 0; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#ZvpiHTKZ99oBkTqlJnyHb1tdOwUdLTqK { 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:29.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BahLtSuEkwkg4JIRSb6THFtQFeENpLmN { 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:33.25rem;left:15rem;display:block; }
#faD72T0sCou7TDT72w6TZgbcLlTKI7Bm { 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.51611328125rem;left:37.4375rem;height:30.6021875rem;font-style:normal;display:block; }
#Sml7GyNKDUTGs26NisbETBLAiuXUCKTn { 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:30.0625rem;width:18.1875rem;top:5.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#OomDJApBggDAge9RTKQgDLKHrtTlpqPw { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:18.6875rem;width:18.6875rem;top:6.875rem;left:8.3125rem;overflow:hidden;display:block; }
#RMqiTuW3iMkmA0Fn1U1SuPK6sqMtw2It { position:absolute;display:block;z-index:15002;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:1.3125rem;width:5.125rem;top:19.875rem;left:24rem;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.80121875rem;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; }
#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { position:relative;display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { background-color: transparent; background-image: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { border-width: 0; border-radius: 0; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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:18.0625rem;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; }#gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { color:#120505;display:block;width:57.625rem;position:absolute;font-family:larken;font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:8.53125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { 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:12.0625rem;left:8.53125rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { position:relative;display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { background-color: transparent; background-image: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { border-width: 0; border-radius: 0; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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:51.5625rem;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; }#zr8ieEEPSbiLVRuJpNNooz9kPbfmNJ0P { 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:3.875rem;left:54.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrD4SE5i0LGz9Mc54ItWiTNctXsPOnyW { 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:1.5rem;left:53.0625rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOzmdewrtIg04l1BlMLJREHvBPAoATJa { 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.3125rem;left:56.5625rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vIi8e6oE1g4ikizRU5zU4ScWTI6sgrRc { 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:6.5rem;left:62.875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1roXiACEApMytHZ42ZrqOg1qQTTdhTq { 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:10.5rem;left:52.6875rem;display:block; }
#zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG { 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:12.4375rem;left:53.9375rem;height:21.21525rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#JJx3C8E31DT1o2I3ldgiExVaA1iTrmk9 { 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:34.625rem;left:56.625rem;display:block; }
#MZvoz76kDH2ulT3RHAcZRx1iP2aXs7kJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qbr6rPxXsDo8qUKOIpwIee7npKQUDQx4 { 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:38.25rem;left:4.1875rem;display:block; }
#EdbIkxFHf1DoeQzdA2tZoCSZn3g2oq0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh { color:#262627;display:block;width:19.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:12.4375rem;left:1.375rem;height:24.615875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#sqgDZUVXKZ9nSJS65vSFqiwGOCi4rQ8n { 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.25rem;width:21.875rem;top:10.5rem;left:0.25rem;display:block; }
#zNC9cTFXmdOEnHdIZWdBiFTupmwdsP1z { color:#000000;display:block;width:7.4375rem;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.3125rem;left:2.5rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UItrnAabmptGimVA2H016s7kOsFP6KZ8 { 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:6.5rem;left:10.3125rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sXSFVb0mTBuDhcKM6iuev73hyJSSi7p4 { 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:3.875rem;left:1.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mz55VWw0uzHI4b0T2xngJmKUEZnbQkK6 { 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:1.5rem;left:0.625rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { 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.9375rem;left:30.4375rem;display:block; }
#nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { 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:12.4375rem;left:27.75rem;height:19.515rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { 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.24956625rem;width:21.875rem;top:10.5rem;left:26.5rem;display:block; }
#o9GodGXEagodCPzbZvQsr1965bmKQo8c { color:#000000;display:block;width:5.812175rem;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.3125rem;left:30.375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux25h01pPGWLkIoFDATcK42STPWIZcBb { 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:6.5rem;left:36.6875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { 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:3.875rem;left:27.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { color:#262627;display:block;width:21.8120625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.5rem;left:26.875rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFBuaWEVVfeQdRlrZOOmnEx29WDbcl0k { 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:43.6246875rem;width:22.0621875rem;top:0rem;left:0rem;display:block; }
#HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { 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.874375rem;width:22.0621875rem;top:0rem;left:26.225587844849rem;display:block; }
#u0kq963veFOoFQo1B1Nmc8eha1CWKinS { 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:39.749375rem;width:22.0621875rem;top:0rem;left:52.451177597046rem;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) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { top:11.1875rem;left:0rem;width:37.5625rem;height:7.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:14rem;height:3.5rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { top:8.4375rem;left:0rem;width:33.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { top:25.0625rem;left:0rem;width:39.1875rem;height:;font-size:1.125rem;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66bc99a4-4ddc-47f9-b0e2-ae9051623c37/check_wht.png); }
 }@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) { #brI7Iosm29FE756cp1sqvKfOzz3vQzSX { top:2.5rem;left:0rem;width:12.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { top:19.625rem;left:0rem;width:36.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { top:23rem;left:0rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaVw1fa63V4FORssems09POxvMQWysfi { top:0rem;left:13.3125rem;width:34.4375rem;height:40.3125rem;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:6.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { top:19.9375rem;left:7.125rem;width:40.625rem;height:26.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { top:56.8125rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { top:19.9375rem;left:0rem;width:28.75rem;height:28.75rem;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) { #i7NhUF3VRJQu4x0SetlxJkUyCUEthacs { top:56.8125rem;left:0rem;width:42.5rem;height:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { top:15.0625rem;left:20.125rem;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:3.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsucLe3m9J2EFil7B5771awFxiTb1BX { top:14.375rem;left:0rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hso5NKauecck3ps8V9fk2EppVR8oRgas { top:9.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { top:14.375rem;left:13rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izgwBlK7qtvKQ6JggSxgms73E92eVTbE { top:9.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJUCHyiJ21HIZ3sySi2GTnap1442z21g { top:10.375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { top:14.375rem;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) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { top:4.875rem;left:0rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycgyWkvgsFSz6ifTKpTP80zswiEi9X1m { top:4.875rem;left:13rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpP4RThDOdhcXhOiiyMeycTg79hzTruf { top:4.875rem;left:28.875rem;width:18.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:14rem;height:3.5rem;top:13.3125rem;left:16.811635971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #skGCCvcix4qv5ueAa3V6ptRBZ9X2ctUx { top:0rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFme17iExBBovpNGeeaLTvIEnJ9zw6ka { top:0rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4W0TZErbEtAOFlsbW2haOfEZPRKWxUC { top:0rem;left:38.125rem;width:3.125rem;height:3.125rem;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) { #zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU { display:block; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvpiHTKZ99oBkTqlJnyHb1tdOwUdLTqK { top:29.4375rem;left:0rem;width:37.5rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BahLtSuEkwkg4JIRSb6THFtQFeENpLmN { top:33.25rem;left:8.1875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faD72T0sCou7TDT72w6TZgbcLlTKI7Bm { top:4.5rem;left:0rem;width:37.5625rem;height:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sml7GyNKDUTGs26NisbETBLAiuXUCKTn { top:5.5625rem;left:1.5rem;width:18.1875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomDJApBggDAge9RTKQgDLKHrtTlpqPw { top:6.875rem;left:1.5rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMqiTuW3iMkmA0Fn1U1SuPK6sqMtw2It { top:19.875rem;left:17.1875rem;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) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { top:7.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { top:12.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr8ieEEPSbiLVRuJpNNooz9kPbfmNJ0P { top:3.875rem;left:28rem;width:19.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrD4SE5i0LGz9Mc54ItWiTNctXsPOnyW { top:1.5rem;left:25.8125rem;width:21.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOzmdewrtIg04l1BlMLJREHvBPAoATJa { top:5.3125rem;left:33.75rem;width:5.8125rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIi8e6oE1g4ikizRU5zU4ScWTI6sgrRc { top:6.5rem;left:38.4375rem;width:9.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1roXiACEApMytHZ42ZrqOg1qQTTdhTq { top:10.5rem;left:25.75rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG { top:12.4375rem;left:28.25rem;width:19.375rem;height:21.1875rem;font-size:1rem;display:block; }#zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG 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) { #JJx3C8E31DT1o2I3ldgiExVaA1iTrmk9 { width:14rem;height:3.5rem;top:34.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvoz76kDH2ulT3RHAcZRx1iP2aXs7kJ { display:block; }
 }@media only screen and (max-width: 763px) { #Qbr6rPxXsDo8qUKOIpwIee7npKQUDQx4 { width:14rem;height:3.5rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdbIkxFHf1DoeQzdA2tZoCSZn3g2oq0O { display:block; }
 }@media only screen and (max-width: 763px) { #qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh { top:12.4375rem;left:0rem;width:19.75rem;height:;font-size:1rem;display:block; }#qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh 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) { #sqgDZUVXKZ9nSJS65vSFqiwGOCi4rQ8n { top:10.5rem;left:0rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC9cTFXmdOEnHdIZWdBiFTupmwdsP1z { top:5.3125rem;left:0rem;width:7.4375rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItrnAabmptGimVA2H016s7kOsFP6KZ8 { top:6.5rem;left:5.75rem;width:9.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSFVb0mTBuDhcKM6iuev73hyJSSi7p4 { top:3.875rem;left:0rem;width:19.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz55VWw0uzHI4b0T2xngJmKUEZnbQkK6 { top:1.5rem;left:0rem;width:21.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9375rem;height:3.4375rem;top:32.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { top:12.4375rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM 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) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { top:10.5rem;left:9.875rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { top:5.3125rem;left:16.6875rem;width:5.75rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { top:6.5rem;left:22.5625rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { top:3.875rem;left:12.125rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { top:1.5rem;left:9.9375rem;width:21.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBuaWEVVfeQdRlrZOOmnEx29WDbcl0k { top:0rem;left:0rem;width:22rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { top:0rem;left:9.25rem;width:22rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0kq963veFOoFQo1B1Nmc8eha1CWKinS { top:0rem;left:25.125rem;width:22rem;height:39.6875rem;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) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { background-color:#1b9ea7;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:66.082244873047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { width:20rem;height:7.8353125rem;top:10.458985328674rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.5623125rem;height:3.4375rem;top:39.957683563233rem;left:3.2183160781861rem;color:#262627;background-color:#f2ebd7;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:15.3125rem;height:2.9730875rem;top:5.9375004768372rem;left:2.3437502384186rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { width:20rem;height:11.681875rem;top:26.388889312744rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/66bc99a4-4ddc-47f9-b0e2-ae9051623c37/check_wht.png); }
 }@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) { #brI7Iosm29FE756cp1sqvKfOzz3vQzSX { width:10.125rem;height:2.4375rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { width:16.9998125rem;height:3.40060625rem;top:21.446397781372rem;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:19.395616531372rem;left:7.9991321563719rem;background-color:#f6edff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OaVw1fa63V4FORssems09POxvMQWysfi { width:20rem;height:23.4114375rem;top:42.707248687744rem;left:0rem;z-index:15001;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:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { width:17.999125rem;height:9.09725rem;top:4.0624952316284rem;left:0.99934911727906rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { width:18.9995625rem;height:30.270175rem;top:16.558160781861rem;left:0.49913203716278rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { width:20rem;height:20rem;top:56.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { width:20rem;height:20rem;top:49.025609970093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { width:4rem;height:0.3125rem;top:15.37109375rem;left:8rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #i7NhUF3VRJQu4x0SetlxJkUyCUEthacs { width:20rem;height:30.26471875rem;top:72.245012283325rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { width:7.5rem;height:0.3125rem;top:14.55729675293rem;left:6.2500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HCoXsbKe4bP73whhUetufqow58PMb5 { display:block; }#v8HCoXsbKe4bP73whhUetufqow58PMb5 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { width:20rem;height:4.5486125rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIsucLe3m9J2EFil7B5771awFxiTb1BX { width:18.25rem;height:3.40060625rem;top:13.924697875976rem;left:0.87456607818606rem;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:9.5496978759762rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kLga9nkC7EEfIZCdIqJs0mZVfppBpE4X { width:15rem;height:5.735675rem;top:23.84811875rem;left:2.5rem;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:19.47311875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EJUCHyiJ21HIZ3sySi2GTnap1442z21g { display:flex;width:3.125rem;height:3.125rem;top:31.621315002441rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZlREysyf9sW9IhMaF9U5os2WGhKeFyZJ { width:15rem;height:7.6475625rem;top:35.996315002441rem;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:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { width:15rem;height:5.735675rem;top:5.625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycgyWkvgsFSz6ifTKpTP80zswiEi9X1m { width:18.2498125rem;height:5.735675rem;top:18.125rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpP4RThDOdhcXhOiiyMeycTg79hzTruf { width:15rem;height:7.6475625rem;top:30.4375rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9985rem;height:3.49935rem;top:40.530600547791rem;left:3.0002174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #skGCCvcix4qv5ueAa3V6ptRBZ9X2ctUx { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rFme17iExBBovpNGeeaLTvIEnJ9zw6ka { display:flex;width:3.125rem;height:3.125rem;top:13.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #o4W0TZErbEtAOFlsbW2haOfEZPRKWxUC { display:flex;width:3.125rem;height:3.125rem;top:26.0625rem;left:8.4375rem; }
 }@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) { #zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU { background-color:transparent;background-image:none;display:block; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { background-color: transparent; background-image: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container > .video-iframe-container { display: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row > .video-iframe-container { display: none; }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .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); }#zaxOmfrXpGHvPMtXvLL3cFB5f3IHFzeU > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvpiHTKZ99oBkTqlJnyHb1tdOwUdLTqK { width:20rem;height:2.11263125rem;top:24.5rem;left:0rem;font-size:1.625rem;color:#262627;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BahLtSuEkwkg4JIRSb6THFtQFeENpLmN { width:7.5rem;height:0.3125rem;top:27.5625rem;left:6.25rem;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) { #faD72T0sCou7TDT72w6TZgbcLlTKI7Bm { width:18.5625rem;height:46.082875rem;top:30.125rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Sml7GyNKDUTGs26NisbETBLAiuXUCKTn { width:16.375rem;height:26.9375rem;top:4.9375rem;left:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OomDJApBggDAge9RTKQgDLKHrtTlpqPw { width:15.1875rem;height:15.1875rem;top:6.25rem;left:1.8125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RMqiTuW3iMkmA0Fn1U1SuPK6sqMtw2It { width:3.9375rem;height:1rem;top:16.5rem;left:15.40625rem;display:block; }
 }@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.19748125rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { width:20rem;height:17.003025rem;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) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { width:16.749125rem;height:4.5486125rem;top:4.5616316795349rem;left:0.87348103523256rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { width:20rem;height:3.2487rem;top:9.9229607582094rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr8ieEEPSbiLVRuJpNNooz9kPbfmNJ0P { width:19.625rem;height:1.68728125rem;top:95.625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrD4SE5i0LGz9Mc54ItWiTNctXsPOnyW { width:18.8125rem;height:1.40625rem;top:93.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOzmdewrtIg04l1BlMLJREHvBPAoATJa { width:8rem;height:3.75rem;top:97.1875rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIi8e6oE1g4ikizRU5zU4ScWTI6sgrRc { width:9.1875rem;height:1.875rem;top:98.25rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1roXiACEApMytHZ42ZrqOg1qQTTdhTq { width:20rem;height:0.25rem;top:101.625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG { width:17.6875rem;height:24.615875rem;top:103.25rem;left:1.3125rem;font-size:1rem;display:block; }#zi4QCkLFlbpLp4yzCoBIM80Q2gETAOtG 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) { #JJx3C8E31DT1o2I3ldgiExVaA1iTrmk9 { width:13.9995625rem;height:3.49935rem;top:129.24914169311rem;left:2.9991321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvoz76kDH2ulT3RHAcZRx1iP2aXs7kJ { display:block; }
 }@media only screen and (max-width: 763px) { #Qbr6rPxXsDo8qUKOIpwIee7npKQUDQx4 { width:13.9995625rem;height:3.49935rem;top:41.998691558838rem;left:3.0002174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdbIkxFHf1DoeQzdA2tZoCSZn3g2oq0O { display:block; }
 }@media only screen and (max-width: 763px) { #qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh { width:17.6875rem;height:29.7168125rem;top:10.8125rem;left:1.25rem;font-size:1rem;display:block; }#qvSAHaMJf75HZkGMgbHq5tW0LaAEZANh 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) { #sqgDZUVXKZ9nSJS65vSFqiwGOCi4rQ8n { width:20rem;height:0.25rem;top:9.0625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zNC9cTFXmdOEnHdIZWdBiFTupmwdsP1z { width:8rem;height:3.75rem;top:4.6875rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItrnAabmptGimVA2H016s7kOsFP6KZ8 { width:9.1875rem;height:1.875rem;top:5.75rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSFVb0mTBuDhcKM6iuev73hyJSSi7p4 { width:19.625rem;height:1.68728125rem;top:3.5rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz55VWw0uzHI4b0T2xngJmKUEZnbQkK6 { width:18.625rem;height:1.40625rem;top:1.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9995625rem;height:3.49935rem;top:84.5625038147rem;left:2.9991321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { width:17.6875rem;height:22.9155625rem;top:60.5rem;left:1.125rem;font-size:1rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM 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) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { width:20rem;height:0.25rem;top:58.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { width:8rem;height:3.75rem;top:54.5625rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { width:9.1875rem;height:1.875rem;top:55.625rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { width:19.625rem;height:1.68728125rem;top:53.125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { width:18.75rem;height:1.40625rem;top:51rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFBuaWEVVfeQdRlrZOOmnEx29WDbcl0k { width:19.625rem;height:47.3125rem;top:0rem;left:0rem;background-color:rgba(193,226,232,0.39);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) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { width:19.625rem;height:40.4375rem;top:49.5rem;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) { #u0kq963veFOoFQo1B1Nmc8eha1CWKinS { width:19.5625rem;height:42.4375rem;top:92rem;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; }
 }