.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:#070b32;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a25c3f2c-4ab5-4c24-a8af-fc78797b95a1/Untitleddesign3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { 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:5.75rem;width:5.75rem;top:1.4617187976837rem;left:34.625rem;overflow:hidden;display:block; }
#K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.9375rem;left:5.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMypT1qI2LzbJBDDstH6A9kOeivus2PT { background-color:#f4898d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.5rem;left:5.75rem;display:block; }
#uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDO1HiLQVswKRyzynZaMC23wOR209qc2 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:lora;font-size:5.0625rem;font-weight:400;z-index:15003;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.125rem;left:5.75rem;height:8.099625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mpoaesovTU09EIVP9ovwDXBFURT7rBle { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.5rem;left:5.75rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { color:#f4aeb1;display:block;width:23.375rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.8125rem;left:5.75rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:51.3125rem;overflow:hidden;display:block; }
#Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:42.4375rem;overflow:hidden;display:block; }
#CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.125rem;top:47.25rem;left:59.375rem;overflow:hidden;display:block; }
#s6tNpiACxSGWJ7zS1BRThE298d1md5OK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:34.875rem;overflow:hidden;display:block; }
#pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:26rem;overflow:hidden;display:block; }
#ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:16.375rem;overflow:hidden;display:block; }
#wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:47rem;left:7.5rem;overflow:hidden;display:block; }
#S70pgVAbNXDuzbfmA8GHieebMWQoBHex { box-sizing:content-box;height:0.125rem;width:73.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.19);background-image:none;top:45.375rem;left:0.78125rem;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:#070b32;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abTSv34bKG71EwstSQUuBOd3OHWvO12I { 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; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container { background-color: transparent; background-image: none; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container > .video-iframe-container { display: none; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row > .video-iframe-container { display: none; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .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); }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container { border-width: 0; border-radius: 0; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { 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:10.5rem;width:10.5rem;top:2.375rem;left:7.25rem;overflow:hidden;display:block; }
#FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQrTyWah3szlpmzDDiFAnNCoilUw6SgV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:32.25rem;overflow:hidden;display:block; }
#byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { color:#2f2f2f;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.75rem;left:3.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCHkiaCsmWy1Mr2n6GLUxODThcTQIf0T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:57.25rem;overflow:hidden;display:block; }
#MdKvcGOOWzNbQvQdJW3Ki7xeXvVChepE { color:#2f2f2f;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:15.75rem;left:28.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwysT76vS7bgJafOwJ7oU3ZzWXBQSaLX { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5625rem;left:28.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wf6BGE3Xqy4HbAfO4mcvd6LCi2rq3ffo { color:#2f2f2f;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:15.75rem;left:53.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQtQrvyfpmP1EWdQftPg0twdLQK84h95 { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:53.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvoqI5fEkhbMR1UxvQnxeuLeaeManCtO { color:#2f2f2f;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:37.1875rem;left:40.625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWLNplCGRnrxQzXltgfpAATNVhJBvrNR { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35rem;left:15.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIw0apIbPh0kUpgem3aOWqt9gOlSquUc { color:#2f2f2f;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:37.1875rem;left:15.625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT4iCMIhSoeQwm0LWaaaXvORvo1wrTLo { color:#070b32;display:block;width:18.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:35rem;left:40.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hULB3XmVlu6Ftb1TGx03FDDD5zq8Drel { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:23.6875rem;left:19.75rem;overflow:hidden;display:block; }
#UVKJ6HtFtTJ7FlNm4EwkeJOp3fyMmHPD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:23.6875rem;left:44.75rem;overflow:hidden;display:block; }
#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/uc/dac5e4a5-489c-413b-b3cb-1c3ce7fc8b1e/5.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.adaptive-delivery-prevent-bg, #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.lazyload, #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.lazyloading { background-image: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { background-color: transparent; background-image: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container > .video-iframe-container { display: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row > .video-iframe-container { display: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .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); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { border-width: 0; border-radius: 0; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#XnGSkZK2kO4ngg5Q8Ap3kuPCZyL1Z1To { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:25.0625rem;top:0rem;left:4.21875rem;display:block; }
#S61UQ3e7APWocat8lz03eEuPfMOZhETP { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:10.5rem;height:1.94970625rem;display:block; }
#AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:10.5rem;height:1.625rem;font-style:normal;display:block; }
#IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:10.5rem;height:1.94970625rem;display:block; }
#pqnAbOeqkEtdkFcTE3gFoR7MLSAWSPQ4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#sdHPM5KDKOkH5tbcCQ8ZQsVpFnGdGiIU { color:#fa9b9f;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:10.5rem;height:1.94970625rem;display:block; }
#cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:10.9375rem;top:12.5625rem;left:10.5rem;display:block; }
#UQcKCO3vGUbpTeuxsWVtH6mJRr5eaGoy { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:10.9375rem;top:21.375rem;left:10.5rem;display:block; }
#Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:33.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifGJSWiy9OK7hq4bQQHokGnJRM7dqkXO { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.8125rem;left:33.5625rem;height:27rem;font-style:normal;display:block; }
#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { 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; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { background-color: transparent; background-image: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container > .video-iframe-container { display: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container { display: none; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .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); }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { border-width: 0; border-radius: 0; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { 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:2.6875rem;width:7.5625rem;top:2.8125rem;left:7.5rem;overflow:hidden;display:block; }
#yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9312591552734rem;left:15.6875rem; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9312591552734rem;left:19.125rem; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:4.375rem;left:53.0625rem;display:block; }
#xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:4.375rem;left:60.625rem;display:block; }
#wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.25rem;left:45.3125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:52.75rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:60.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { top:1.4375rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { top:32.9375rem;left:0rem;width:19.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMypT1qI2LzbJBDDstH6A9kOeivus2PT { width:14.6875rem;height:3.625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block; }
 }@media only screen and (max-width: 763px) { #GDO1HiLQVswKRyzynZaMC23wOR209qc2 { top:11.125rem;left:0rem;width:30.1875rem;height:8.0625rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpoaesovTU09EIVP9ovwDXBFURT7rBle { top:24.5rem;left:0rem;width:27.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { top:20.8125rem;left:0rem;width:23.375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { top:47rem;left:37.6875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { top:47rem;left:28.8125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { top:47.25rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6tNpiACxSGWJ7zS1BRThE298d1md5OK { top:47rem;left:21.25rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { top:47rem;left:12.375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { top:47rem;left:2.75rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { top:47rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70pgVAbNXDuzbfmA8GHieebMWQoBHex { top:45.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abTSv34bKG71EwstSQUuBOd3OHWvO12I { display:block; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { width:10.5rem;height:10.5rem;top:2.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { width:18.75rem;height:2rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrTyWah3szlpmzDDiFAnNCoilUw6SgV { width:10.5rem;height:10.5rem;top:2.375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { width:18.75rem;height:1.75rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCHkiaCsmWy1Mr2n6GLUxODThcTQIf0T { width:10.5rem;height:10.5rem;top:2.375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKvcGOOWzNbQvQdJW3Ki7xeXvVChepE { width:18.75rem;height:1.75rem;top:15.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwysT76vS7bgJafOwJ7oU3ZzWXBQSaLX { width:18.75rem;height:2rem;top:13.5625rem;left:13rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6BGE3Xqy4HbAfO4mcvd6LCi2rq3ffo { width:18.75rem;height:1.75rem;top:15.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQtQrvyfpmP1EWdQftPg0twdLQK84h95 { width:18.75rem;height:2rem;top:13.5625rem;left:28.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvoqI5fEkhbMR1UxvQnxeuLeaeManCtO { width:18.75rem;height:1.75rem;top:37.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLNplCGRnrxQzXltgfpAATNVhJBvrNR { width:18.75rem;height:2rem;top:35rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIw0apIbPh0kUpgem3aOWqt9gOlSquUc { width:18.75rem;height:1.75rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4iCMIhSoeQwm0LWaaaXvORvo1wrTLo { width:18.75rem;height:2rem;top:35rem;left:13rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULB3XmVlu6Ftb1TGx03FDDD5zq8Drel { width:10.5rem;height:10.5rem;top:23.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVKJ6HtFtTJ7FlNm4EwkeJOp3fyMmHPD { width:10.5rem;height:10.5rem;top:23.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi { display:block; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnGSkZK2kO4ngg5Q8Ap3kuPCZyL1Z1To { width:25.0625rem;height:38.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61UQ3e7APWocat8lz03eEuPfMOZhETP { width:12.5rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { width:12.5rem;height:2.4375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { width:12.5rem;height:1.625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { width:12.5rem;height:2.4375rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { width:12.5rem;height:1.9375rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnAbOeqkEtdkFcTE3gFoR7MLSAWSPQ4 { width:12.5rem;height:2.4375rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHPM5KDKOkH5tbcCQ8ZQsVpFnGdGiIU { width:12.5rem;height:1.9375rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { width:10.9375rem;height:0.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQcKCO3vGUbpTeuxsWVtH6mJRr5eaGoy { width:10.9375rem;height:0.125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { width:39.625rem;height:3.25rem;top:3.5rem;left:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGJSWiy9OK7hq4bQQHokGnJRM7dqkXO { width:38.3125rem;height:27rem;top:7.8125rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { display:block; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { top:2.8125rem;left:0rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { top:2.875rem;left:2.0625rem;width:2.625rem;height:2.625rem;display:block; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { top:2.875rem;left:5.5rem;width:2.625rem;height:2.625rem;display:block; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { top:4.375rem;left:39.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { top:4.375rem;left:47rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { top:4.25rem;left:31.6875rem;width:7.75rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { top:4.25rem;left:39.125rem;width:8.5rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { top:4.3125rem;left:41rem;width:6.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5daa6f1a-1b25-43df-80e8-5ed52a77369f/Untitleddesign6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofeURTdO0NsoN5vrABEwoFpdhTR77oc6 { width:4.5625rem;height:4.5625rem;top:0.8125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FpKAI5CxGEqJcJVsSNIqLOPiwXmffT { width:13.875rem;height:2.92480625rem;top:23.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMypT1qI2LzbJBDDstH6A9kOeivus2PT { width:11.625rem;height:3.0625rem;top:28.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvK2hMozX2kio7Ixylm3q6Maxx83mm8g { display:block; }
 }@media only screen and (max-width: 763px) { #GDO1HiLQVswKRyzynZaMC23wOR209qc2 { width:20rem;height:5.2871125rem;top:6.5625rem;left:0rem;font-size:2.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #mpoaesovTU09EIVP9ovwDXBFURT7rBle { width:17.5625rem;height:6.499rem;top:15.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFbtKFeeZieKmod1nzT7H0OrwN74gCOm { width:20rem;height:1.1875rem;top:13.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg5yhOUVfaFiDdT2v3DLILHh3aBm0VrI { width:3.625rem;height:1.75rem;top:34.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mT55JEpRzusvgxPJTqev1LaM6lTRgH { width:4.3125rem;height:2.0625rem;top:34.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTykgM4LWVcJ0Kwm0miT8IFIO3cHoaE { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6tNpiACxSGWJ7zS1BRThE298d1md5OK { width:4.3125rem;height:2.0625rem;top:34.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOSQPn1cfKnNeJ4DgoltpWSlmHCtZPhA { width:4.25rem;height:2rem;top:34.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia8Ul0p48iMTUQnrbTpbRsBzEDH7TLpH { width:4.1875rem;height:2rem;top:34.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQGVaWLHcxgNOT5VVvzGzxC9N9izZdk { width:3.875rem;height:1.875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70pgVAbNXDuzbfmA8GHieebMWQoBHex { width:20rem;height:0.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:19.0625rem;height:1.71875rem;top:2.359375rem;left:0.46875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #abTSv34bKG71EwstSQUuBOd3OHWvO12I { display:block; }#abTSv34bKG71EwstSQUuBOd3OHWvO12I > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7HrQwrTOVtuANUVfpVRTbra0aqdcrhh { width:6.75rem;height:6.75rem;top:1.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXG7DxFaWapuzLF6Mnmc53bNdc2AiruK { width:18.75rem;height:2.03125rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrTyWah3szlpmzDDiFAnNCoilUw6SgV { width:6.75rem;height:6.75rem;top:14rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byu2zFmxDZNIFuQsTHDb8NKR6EAaCO5m { width:18.75rem;height:1.5996125rem;top:10.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCHkiaCsmWy1Mr2n6GLUxODThcTQIf0T { width:6.75rem;height:6.75rem;top:27.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKvcGOOWzNbQvQdJW3Ki7xeXvVChepE { width:18.75rem;height:1.5996125rem;top:23.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwysT76vS7bgJafOwJ7oU3ZzWXBQSaLX { width:18.75rem;height:2.03125rem;top:21.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6BGE3Xqy4HbAfO4mcvd6LCi2rq3ffo { width:18.75rem;height:1.5996125rem;top:36.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQtQrvyfpmP1EWdQftPg0twdLQK84h95 { width:18.75rem;height:2.03125rem;top:34.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvoqI5fEkhbMR1UxvQnxeuLeaeManCtO { width:18.75rem;height:1.5996125rem;top:62.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLNplCGRnrxQzXltgfpAATNVhJBvrNR { width:18.75rem;height:2.03125rem;top:47.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIw0apIbPh0kUpgem3aOWqt9gOlSquUc { width:18.75rem;height:1.5996125rem;top:49.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4iCMIhSoeQwm0LWaaaXvORvo1wrTLo { width:18.75rem;height:2.03125rem;top:60.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULB3XmVlu6Ftb1TGx03FDDD5zq8Drel { width:6.75rem;height:6.75rem;top:40.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVKJ6HtFtTJ7FlNm4EwkeJOp3fyMmHPD { width:6.75rem;height:6.75rem;top:53.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi { background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/uc/dac5e4a5-489c-413b-b3cb-1c3ce7fc8b1e/5.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.adaptive-delivery-prevent-bg, #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.lazyload, #FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi.lazyloading { background-image: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { background-color: transparent; background-image: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container > .video-iframe-container { display: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row > .video-iframe-container { display: none; }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .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); }#FFvsChnCoO9l6ObI3a0pqB6HgT6T0VVi > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnGSkZK2kO4ngg5Q8Ap3kuPCZyL1Z1To { width:20rem;height:19.25rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61UQ3e7APWocat8lz03eEuPfMOZhETP { width:12.5rem;height:1.625rem;top:5.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqU4hXptfHUipFz9iG72so5QV3Sg3SLd { width:12.5rem;height:1.94970625rem;top:6.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnnvNCFJtgf9ZaTqr5X7wLVCbGaR7F5 { width:12.5rem;height:1.4624rem;top:8.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWlyF0AvWeAtBm9Dw2gx3GGNeVKMuV7 { width:12.5rem;height:1.94970625rem;top:13.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgu6OLbTGid1Sctcl2OWDUaR6PT68Gp { width:12.5rem;height:1.625rem;top:12.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnAbOeqkEtdkFcTE3gFoR7MLSAWSPQ4 { width:12.5rem;height:1.94970625rem;top:17.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHPM5KDKOkH5tbcCQ8ZQsVpFnGdGiIU { width:12.5rem;height:1.625rem;top:16.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMS3t4ZgNzT0PR6oJoO4dZkBHTCIJM4 { width:10.9375rem;height:0.125rem;top:11.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQcKCO3vGUbpTeuxsWVtH6mJRr5eaGoy { width:10.9375rem;height:0.125rem;top:15.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlo9NgTZLf1gfOCUuTosCnqtI6TCcNtl { width:20rem;height:2.8125rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ifGJSWiy9OK7hq4bQQHokGnJRM7dqkXO { width:20rem;height:40.5rem;top:28.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { display:block; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo { border-width: 0; border-radius: 0; }#OZb4lD0unytV3RnMzUoiosZ4a5Ve3rvo > .row .container { width:20rem;height:10.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyMVVOdsO6BGM0G0wP0eXVTz4WlRR0X3 { width:5.3125rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZrOisQ4dPzq4NbexQRdx3KHLnqpyND { width:17.8125rem;height:1.13720625rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#mVsDOTgpu9LHMExfar8yw9vHq6W8LZlq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#VDCCsalSLA65emfkr8kfaBgQmF1Fzh29 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bhye73WCoMhFAcIXGS7PW67J4Nb9z1hT { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hcSwTeyD8DoiK4BETDsHfsQx29r1dUbo { width:0.125rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xizL8iaOU9xzRqaRCCIC2XfROnq1rvvk { width:0.125rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRZLvitKHAvcm9zLOOXn2qX6Licp95sT { width:6.375rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFN1xAymWMTPcDK3tlZG4NNqoS6HqBL { width:7.0625rem;height:1.125rem;top:7.3125rem;left:6.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfucoRc8LihFmqfLwmwQz1AWfpQHh5P { width:6.4375rem;height:1.13720625rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }