.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { 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:4.1875rem;width:4.1875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#umcI9bKqQrFcbof7giO4DCvcnVydar72 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9811401367188rem;left:4.125rem;height:2.5996125rem;display:block; }
#r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { 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:26.4375rem;width:30.75rem;top:7.5625rem;left:29.25rem;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:21.875rem;left:0rem;height:4.798825rem;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#ff0070;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.125rem;left:0rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { 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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:28.125rem;display:block; }
#uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { 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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:36.1875rem;display:block; }
#snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { 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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:46.0625rem;display:block; }
#nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { 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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.4375rem;left:53.4375rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:54.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { 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:16.625rem;width:29.8125rem;top:11rem;left:29.934083525667rem;overflow:hidden;display:block; }
#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11rem;left:0rem;height:12.796875rem;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:24.861980438233rem;left:0rem;height:4.79948125rem;font-style:normal;display:block; }
#Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #ff0070;border-left:0.75rem solid #ff0070;border-right:0.75rem solid #ff0070;border-bottom:0.75rem solid #ff0070;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:17.6875rem;width:17.6875rem;top:16.34375rem;left:27.75rem;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:31.8125rem;left:0rem;display:block; }
#VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { 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:3.25rem;width:3.25rem;top:32.322917938233rem;left:2.5rem;overflow:hidden;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:#071638;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.373699188233rem;left:6.791015625rem;height:3.19921875rem;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:#071638;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:38.337890625rem;left:6.7916660308837rem;height:3.19921875rem;display:block; }
#d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { 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:3.25rem;width:3.25rem;top:38.3125rem;left:2.5rem;overflow:hidden;display:block; }
#uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { position:absolute;display:block;z-index:15007;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:37.75rem;left:0rem;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:#071638;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:45.637371063233rem;left:6.791015625rem;height:3.19921875rem;display:block; }
#Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { 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:3.25rem;width:3.25rem;top:44.8125rem;left:2.5rem;overflow:hidden;display:block; }
#a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { position:absolute;display:block;z-index:15010;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:44.25rem;left:0rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#nvlbQf9IAUhpS6K9HJXB84d6z933N9QO { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.9375rem;left:0rem;height:2.5996125rem;display:block; }
#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD.adaptive-delivery-prevent-bg, #CZnhNvZvskBUli9AlcrJc3DNOLfBgssD.lazyload, #CZnhNvZvskBUli9AlcrJc3DNOLfBgssD.lazyloading { background-image: none; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container { background-color: transparent; background-image: none; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container > .video-iframe-container { display: none; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row > .video-iframe-container { display: none; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .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); }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container { border-width: 0; border-radius: 0; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#mS9okgLByRTgWK8R8vLEZPes5DBcQk9T { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:18.1875rem;width:18.75rem;top:10.062500318512rem;left:0.625rem;display:block; }
#WCyzH1aIXXkpzz0F36h8JR1bz7neXyxH { 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:5.4375rem;width:4.375rem;top:11rem;left:7.8856907894737rem;overflow:hidden;display:block; }
#NvGeleLVbNWZN33F0tkkRbGCd2E3386W { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZQSi3GbSHN3TrmsMVTsq4F5E3QXfXgC { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBOeqUdIxfNh2Gq8lb55o84oy1Nv4Ml9 { position:absolute;display:block;z-index:15004;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:18.1875rem;width:18.75rem;top:10.062500318512rem;left:20.625rem;display:block; }
#kf7PCrSytBlZBNPTH9hW36aJ69gwqqmb { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zATSlQGD6cnwdp6sCi4lgDKztTVUEUTX { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBztHXenLwtlO2KZftWFBzzVvNkcTGmF { 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:5.5625rem;width:4.3125rem;top:10.9375rem;left:27.84375rem;overflow:hidden;display:block; }
#CsHzAlVMJwTVXmATOst6G5Tw2LLFlfAL { position:absolute;display:block;z-index:15008;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:18.3125rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#qNBqE3QL2Ib1VFK8mJc4hLwyycTWK1ST { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WlDL0f7nViU0XAfcZ9KzpeGR2PMETBEN { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhVBePLxMbcTSaopnDdLqHaQ3y1gH1px { 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:5.75rem;width:3.75rem;top:10.90625rem;left:48.1875rem;overflow:hidden;display:block; }
#r4iowTaEGDD3umEzZx62lqmTyoVpsCTO { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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:56.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { 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:23.75rem;width:20.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #ff0070;border-left:0.625rem solid #ff0070;border-right:0.625rem solid #ff0070;border-bottom:0.625rem solid #ff0070;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:6.00390625rem;left:44.6875rem;display:block; }
#D2DLPqyayAeEWzQHBccaFzcJtyATmdrx { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.8951816558838rem;left:22.812501907349rem;height:4.7109375rem;font-style:normal;display:block; }
#rQlVmJpV0yQoEoVF5R3xAlDd9dQTdG7f { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.0859375rem;left:27rem;height:3.8994125rem;display:block; }
#iB61R93Xyu2sused3vVd6xAdPaMP9huJ { color:#998a43;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.4361982345581rem;left:23.375001907349rem;height:3.8994125rem;display:block; }
#FAAFTK0epxX0C3PtfSzFd2TqKJF0BBoc { color:#998a43;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.5rem;left:22.8125rem;height:3.8994125rem;display:block; }
#wgsTn5SDqZaCGIibSkUlZHR34GWQorRa { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.9384765625rem;left:27.03125rem;height:6.499025rem;display:block; }
#vxvQFhsCOTv7ztdbtU8WslP0sWKBpbbM { color:#998a43;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.3486328125rem;left:22.8125rem;height:3.8994125rem;display:block; }
#Pxgksikm6OoqAsg9lixiISOHaEGXfJ1Z { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.974609375rem;left:27rem;height:6.499025rem;display:block; }
#q6pGRKbT6326B9FDaDgTuWZKaB809BlV { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.974609375rem;left:27rem;height:1.29980625rem;display:block; }
#XuL0mLCMmiJKXdKGem9qIdouUQA0swxG { background-color:#ff0070;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.9375rem;left:22.8125rem;display:block; }
#BfsQ6Us5ieOlncVnfZJuxXtL8OmVLswT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9hFlTkd6PL4A8eO0KcF21NsriaBdJor { position:absolute;display:block;z-index:15027;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:12.5rem;width:5.75rem;top:43.78627348643rem;left:0rem;overflow:hidden;display:none; }
#S22FxbPpsbEwdAA4f6ArvdNODoUhRMh3 { color:#998a43;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.4365234375rem;left:22.8125rem;height:3.8994125rem;display:block; }
#HzpaBxmx3ZTsX2NWhldhSSDEdQTxLRdv { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.82421875rem;left:27.03125rem;height:1.29980625rem;display:block; }
#nXR5Mw0E0OfmaUvCmJ1FBrR5QsEW1TVm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:15.6875rem;top:7.03125rem;left:44.3125rem;overflow:hidden;display:block; }
#Tp6coZfxJwxR9CaETsZRhyRsHOKrmUNc { background-color:#ff0070;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.0625rem;left:22.812501907349rem;display:none; }
#pgUioFr2f4Ql8XVJSTgWDtRfwTS6qW2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uc0va3BQZ30iX1hPMJAnHOwiCmvFaGp6 { position:absolute;display:block;z-index:15030;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:12.5rem;width:60rem;top:43.875rem;left:0rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { color:#071638;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.25rem;left:33.218751907349rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { color:#071638;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:22.375rem;left:38.656251907349rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { color:#071638;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:22.375rem;left:4.5097675323486rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { color:#071638;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.25rem;left:2.9791660308838rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { position:relative;display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { background-color: transparent; background-image: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { border-width: 0; border-radius: 0; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCshznnUSePGD6XerFcZCJnSogUUk7RD { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zA9y57AXA8213gDgK88FDMP3FLXC3sy7 { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.84375rem;height:3.73698125rem;display:block; }
#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { position:relative;display:block; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { background-color: transparent; background-image: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { border-width: 0; border-radius: 0; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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:27.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mOzMC3GqFGW0pFtqAprrh4nSmQ0SF3LW { position:absolute;display:block;z-index:15004;background-color:#d2ebff;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:25.3125rem;width:19.125rem;top:0rem;left:20.4375rem;display:block; }
#av0I1CH652i79hSRTuGm0iOcLxk3VLBW { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxTNnwGPTyJADCQl0l2dCVlqpUvzvAIS { color:#071638;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.125001907349rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT8e1xHSp1u15IMW9lZWzn0luGESRSos { color:#071638;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:30rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BotSny5NxgOzqgGnLOHLH0H0aJpGmAlI { color:#071638;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8562507629394rem;left:30.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOp7tPUU6Q8WwiazXMbJZtJQKtU9UatX { color:#5371b0;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.52499961853rem;left:21.875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#r5vv3HH7Sr62O2sCvBQiwWhH2zqxJ9eT { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:18.875rem;left:23.75rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#y9L5uBNsHLZGGRDAuaSiL6P1ODnalkUr { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4791679382324rem;left:2.9166660308838rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsxMyXTxxGTeEwoaNRLLia6zqPya5qZH { color:#071638;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNOGoNQA38wr0T1VyWPJnGlZ1hlxO8Sy { color:#071638;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:8.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hqc6XqovLpAQPCH4AN8V8E67bmElmJfi { color:#071638;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:8.25rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSWZgOJTCJUPIiDndN3uoIeVt6Estp7X { color:#5371b0;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:13.5rem;left:1.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#W5mRQO2JTXeSxmnFFuA4VAO3q3BAIhFs { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:18.875rem;left:3.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#Vmqme9cSeuIw5UQNEA6b560FWJVTmx0F { position:absolute;display:block;z-index:15012;background-color:#ebf5fe;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:25.25rem;width:19.125rem;top:0rem;left:0rem;display:block; }
#pbRFLhFAZOT5wTDoZW6TCFpb4CW6KPBL { position:absolute;display:block;z-index:15003;background-color:#ebf5fe;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:25.3125rem;width:19.125rem;top:0rem;left:40.875rem;display:block; }
#KmC5DrFx4U14O92nx1VTJMVr0qPJWXkS { color:#071638;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdkDINPBdLefbNPsruNFvDCruJfBCF6y { color:#071638;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:42.000001907349rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMJKM9Dut2mNiAqS6L2sfqOXq5ixftoq { color:#071638;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:49.75rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tw53m1LhCAN6EtRsU00unmLwV8mkI267 { color:#071638;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:49.8125rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sxnUXlgDnEHV6hd2vaykpLTDxT2RTuwu { color:#5371b0;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:13.5rem;left:42.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#zyV4ITC6qT44eRSxAbuTNTGd09GebaMT { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:18.875rem;left:44.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl { position:relative;display:block; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl { background-color: transparent; background-image: none; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row .container > .video-iframe-container { display: none; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row > .video-iframe-container { display: none; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .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); }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl { border-width: 0; border-radius: 0; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .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; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .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:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QMJZ8QIhCeZc4UyDOPLtKt1vgtwqEPEA { background-color:#998a43;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.0625rem;left:23.15625rem;display:block; }
#lueJBaeREsOkoITnprfBcAHd4k94hzph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC { position:relative;display:block; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC { background-color: transparent; background-image: none; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row .container > .video-iframe-container { display: none; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row > .video-iframe-container { display: none; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .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); }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC { border-width: 0; border-radius: 0; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .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; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .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:13.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { background-color: transparent; background-image: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container > .video-iframe-container { display: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row > .video-iframe-container { display: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .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); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { border-width: 0; border-radius: 0; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#mq0yTDN4wh0ApRIxMI0lppoBDCBuq5Lm { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.1689453125rem;left:18.46875rem;height:11.197275rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:2.1875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcI9bKqQrFcbof7giO4DCvcnVydar72 { top:2.9375rem;left:0rem;width:16.3125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { top:7.5625rem;left:17rem;width:30.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:12.5625rem;left:0rem;width:32.125rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:21.875rem;left:0rem;width:25.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:18.125rem;height:3.9375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:7.1875rem;height:2.625rem;top:2.5rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:8.875rem;height:2.625rem;top:2.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:6.5625rem;height:2.625rem;top:2.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:6.5625rem;height:2.625rem;top:2.4375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:11rem;left:15rem;width:29.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:3.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:11rem;left:0rem;width:26.4375rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:24.8125rem;left:0rem;width:26.4375rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { top:16.3125rem;left:21.625rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:31.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { top:32.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:32.3125rem;left:0.666015625rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:38.3125rem;left:0.66666603088381rem;width:19.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { top:38.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { top:37.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:45.625rem;left:0.666015625rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { top:44.8125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { top:44.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvlbQf9IAUhpS6K9HJXB84d6z933N9QO { top:50.9375rem;left:0rem;width:41.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZnhNvZvskBUli9AlcrJc3DNOLfBgssD { display:block; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS9okgLByRTgWK8R8vLEZPes5DBcQk9T { width:18.75rem;height:18.1875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyzH1aIXXkpzz0F36h8JR1bz7neXyxH { width:4.375rem;height:5.4375rem;top:11rem;left:5.8231907894737rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGeleLVbNWZN33F0tkkRbGCd2E3386W { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZQSi3GbSHN3TrmsMVTsq4F5E3QXfXgC { width:16.25rem;height:4.75rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOeqUdIxfNh2Gq8lb55o84oy1Nv4Ml9 { width:18.75rem;height:18.1875rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf7PCrSytBlZBNPTH9hW36aJ69gwqqmb { width:16.25rem;height:7.9375rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATSlQGD6cnwdp6sCi4lgDKztTVUEUTX { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBztHXenLwtlO2KZftWFBzzVvNkcTGmF { width:4.3125rem;height:5.5625rem;top:10.9375rem;left:21.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsHzAlVMJwTVXmATOst6G5Tw2LLFlfAL { width:18.75rem;height:18.3125rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBqE3QL2Ib1VFK8mJc4hLwyycTWK1ST { width:16.25rem;height:6.375rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlDL0f7nViU0XAfcZ9KzpeGR2PMETBEN { width:18.75rem;height:1.625rem;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhVBePLxMbcTSaopnDdLqHaQ3y1gH1px { width:3.75rem;height:5.75rem;top:10.875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4iowTaEGDD3umEzZx62lqmTyoVpsCTO { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { top:0rem;left:0rem;width:20.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { top:6rem;left:36.3125rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DLPqyayAeEWzQHBccaFzcJtyATmdrx { top:1.875rem;left:16.6875rem;width:30.125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlVmJpV0yQoEoVF5R3xAlDd9dQTdG7f { top:9.0625rem;left:20.875rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB61R93Xyu2sused3vVd6xAdPaMP9huJ { top:8.375rem;left:17.250001907349rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAAFTK0epxX0C3PtfSzFd2TqKJF0BBoc { top:18.5rem;left:16.6875rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsTn5SDqZaCGIibSkUlZHR34GWQorRa { top:18.9375rem;left:20.90625rem;width:21.875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvQFhsCOTv7ztdbtU8WslP0sWKBpbbM { top:27.3125rem;left:16.6875rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxgksikm6OoqAsg9lixiISOHaEGXfJ1Z { top:27.9375rem;left:20.875rem;width:20.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6pGRKbT6326B9FDaDgTuWZKaB809BlV { top:27.9375rem;left:20.875rem;width:20.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuL0mLCMmiJKXdKGem9qIdouUQA0swxG { width:18.125rem;height:3.9375rem;top:36.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfsQ6Us5ieOlncVnfZJuxXtL8OmVLswT { display:block; }
 }@media only screen and (max-width: 763px) { #V9hFlTkd6PL4A8eO0KcF21NsriaBdJor { top:43.75rem;left:0rem;width:5.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S22FxbPpsbEwdAA4f6ArvdNODoUhRMh3 { top:13.375rem;left:16.6875rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzpaBxmx3ZTsX2NWhldhSSDEdQTxLRdv { top:14.8125rem;left:20.90625rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXR5Mw0E0OfmaUvCmJ1FBrR5QsEW1TVm { top:7rem;left:32.0625rem;width:15.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6coZfxJwxR9CaETsZRhyRsHOKrmUNc { width:18.125rem;height:3.9375rem;top:38.0625rem;left:16.687501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgUioFr2f4Ql8XVJSTgWDtRfwTS6qW2l { display:block; }
 }@media only screen and (max-width: 763px) { #uc0va3BQZ30iX1hPMJAnHOwiCmvFaGp6 { top:43.875rem;left:0rem;width:47.75rem;height:9.9479166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { top:12.25rem;left:21.25rem;width:26.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { top:22.375rem;left:30.25rem;width:17.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { top:22.375rem;left:0rem;width:23.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { top:12.25rem;left:0rem;width:27rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { top:1.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA9y57AXA8213gDgK88FDMP3FLXC3sy7 { top:6.125rem;left:4.71875rem;width:38.625rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { display:block; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOzMC3GqFGW0pFtqAprrh4nSmQ0SF3LW { top:0rem;left:12.625rem;width:19.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0I1CH652i79hSRTuGm0iOcLxk3VLBW { top:2.5rem;left:17.5625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTNnwGPTyJADCQl0l2dCVlqpUvzvAIS { top:8.3125rem;left:16.937501907349rem;width:6.3125rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8e1xHSp1u15IMW9lZWzn0luGESRSos { top:8.3125rem;left:23.812501907349rem;width:5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotSny5NxgOzqgGnLOHLH0H0aJpGmAlI { top:9.8125rem;left:23.875rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOp7tPUU6Q8WwiazXMbJZtJQKtU9UatX { top:13.5rem;left:15.5rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5vv3HH7Sr62O2sCvBQiwWhH2zqxJ9eT { top:18.875rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9L5uBNsHLZGGRDAuaSiL6P1ODnalkUr { top:1.4375rem;left:0.85416603088381rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsxMyXTxxGTeEwoaNRLLia6zqPya5qZH { top:8.3125rem;left:0rem;width:5.5625rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOGoNQA38wr0T1VyWPJnGlZ1hlxO8Sy { top:8.3125rem;left:6.1875rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqc6XqovLpAQPCH4AN8V8E67bmElmJfi { top:9.875rem;left:6.1875rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSWZgOJTCJUPIiDndN3uoIeVt6Estp7X { top:13.5rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5mRQO2JTXeSxmnFFuA4VAO3q3BAIhFs { top:18.875rem;left:1.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmqme9cSeuIw5UQNEA6b560FWJVTmx0F { top:0rem;left:0rem;width:19.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbRFLhFAZOT5wTDoZW6TCFpb4CW6KPBL { top:0rem;left:28.5rem;width:19.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmC5DrFx4U14O92nx1VTJMVr0qPJWXkS { top:2.5rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdkDINPBdLefbNPsruNFvDCruJfBCF6y { top:7.9375rem;left:31.75rem;width:7.875rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJKM9Dut2mNiAqS6L2sfqOXq5ixftoq { top:8.3125rem;left:39.437501907349rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw53m1LhCAN6EtRsU00unmLwV8mkI267 { top:9.875rem;left:39.5rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnUXlgDnEHV6hd2vaykpLTDxT2RTuwu { top:13.5rem;left:31.375rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyV4ITC6qT44eRSxAbuTNTGd09GebaMT { top:18.875rem;left:33.875rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl { display:block; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMJZ8QIhCeZc4UyDOPLtKt1vgtwqEPEA { width:13.6875rem;height:3.9375rem;top:1.0625rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lueJBaeREsOkoITnprfBcAHd4k94hzph { display:block; }
 }@media only screen and (max-width: 763px) { #lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC { display:block; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 { display:block; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq0yTDN4wh0ApRIxMI0lppoBDCBuq5Lm { top:6.125rem;left:12.34375rem;width:23.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:4.186525rem;height:4.186525rem;top:0.83203125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcI9bKqQrFcbof7giO4DCvcnVydar72 { width:9.0625rem;height:2.5996125rem;top:1.625rem;left:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { width:15.625rem;height:13.4375rem;top:23.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:4.38671875rem;top:10.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.4989375rem;height:6.3984375rem;top:15.75rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:18.125rem;height:3.625rem;top:37.9384765625rem;left:0.9375rem;z-index:15011;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:4.6875rem;height:1.8125rem;top:5.78125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:6.5rem;height:1.8125rem;top:5.78125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:4.0625rem;height:1.8125rem;top:5.78125rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:4.3125rem;height:1.8125rem;top:5.78125rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:14.6875rem;height:8.1875rem;top:50.8115234375rem;left:2.65625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:20rem;height:5.19921875rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:20rem;height:15.9961125rem;top:8.6982421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:20rem;height:4.798825rem;top:25.8271484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { width:18.5rem;height:25.625rem;top:44.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:4.375rem;height:4.375rem;top:31.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { width:3.25rem;height:3.25rem;top:31.90625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:13.25rem;height:3.19921875rem;top:31.931640625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:13.3115rem;height:3.19921875rem;top:38.525390625rem;left:6.6884765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { width:3.25rem;height:3.25rem;top:38.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { width:4.25rem;height:4.25rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:13.1875rem;height:3.19921875rem;top:44.8203125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { width:3.25rem;height:3.25rem;top:44.9365234375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { width:4.375rem;height:4.375rem;top:44.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:7.0625rem;height:7.4375rem;top:48.6865234375rem;left:10.25rem;z-index:15003;border-top:0.75rem solid #ff0070;border-left:0.75rem solid #ff0070;border-right:0.75rem solid #ff0070;border-bottom:0.75rem solid #ff0070;display:block; }
 }@media only screen and (max-width: 763px) { #nvlbQf9IAUhpS6K9HJXB84d6z933N9QO { width:20rem;height:5.19921875rem;top:60.80078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZnhNvZvskBUli9AlcrJc3DNOLfBgssD { display:block; }#CZnhNvZvskBUli9AlcrJc3DNOLfBgssD > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS9okgLByRTgWK8R8vLEZPes5DBcQk9T { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyzH1aIXXkpzz0F36h8JR1bz7neXyxH { width:3.5rem;height:4.375rem;top:7.875rem;left:8.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NvGeleLVbNWZN33F0tkkRbGCd2E3386W { width:18.75rem;height:1.29980625rem;top:13.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZQSi3GbSHN3TrmsMVTsq4F5E3QXfXgC { width:16.25rem;height:4.798825rem;top:15.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBOeqUdIxfNh2Gq8lb55o84oy1Nv4Ml9 { width:18.75rem;height:17rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf7PCrSytBlZBNPTH9hW36aJ69gwqqmb { width:16.25rem;height:7.9980625rem;top:33.5625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATSlQGD6cnwdp6sCi4lgDKztTVUEUTX { width:18.75rem;height:1.29980625rem;top:31.755859375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBztHXenLwtlO2KZftWFBzzVvNkcTGmF { width:3.6875rem;height:4.8125rem;top:26rem;left:8.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CsHzAlVMJwTVXmATOst6G5Tw2LLFlfAL { width:18.75rem;height:17rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBqE3QL2Ib1VFK8mJc4hLwyycTWK1ST { width:16.25rem;height:6.3984375rem;top:51.75rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlDL0f7nViU0XAfcZ9KzpeGR2PMETBEN { width:18.75rem;height:1.29980625rem;top:49.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhVBePLxMbcTSaopnDdLqHaQ3y1gH1px { width:3.4375rem;height:5.125rem;top:44.0625rem;left:8.0430253623187rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r4iowTaEGDD3umEzZx62lqmTyoVpsCTO { width:20rem;height:4.875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { width:18.5rem;height:21.8125rem;top:1.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { width:5.5625rem;height:5.5625rem;top:12.5517578125rem;left:11.375rem;border-top:0.625rem solid #ff0070;border-left:0.625rem solid #ff0070;border-right:0.625rem solid #ff0070;border-bottom:0.625rem solid #ff0070;display:block; }
 }@media only screen and (max-width: 763px) { #D2DLPqyayAeEWzQHBccaFzcJtyATmdrx { width:20rem;height:4.7109375rem;top:0.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlVmJpV0yQoEoVF5R3xAlDd9dQTdG7f { width:17.375rem;height:3.8994125rem;top:7.9462890625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB61R93Xyu2sused3vVd6xAdPaMP9huJ { width:3.1875rem;height:2.5996125rem;top:7.9462890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAAFTK0epxX0C3PtfSzFd2TqKJF0BBoc { width:3.1875rem;height:2.5996125rem;top:20.2333984375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsTn5SDqZaCGIibSkUlZHR34GWQorRa { width:17.5625rem;height:7.798825rem;top:20.2333984375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvQFhsCOTv7ztdbtU8WslP0sWKBpbbM { width:2.3125rem;height:2.5996125rem;top:29.505859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxgksikm6OoqAsg9lixiISOHaEGXfJ1Z { width:17.625rem;height:7.798825rem;top:29.505859375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6pGRKbT6326B9FDaDgTuWZKaB809BlV { width:20rem;height:1.29980625rem;top:91.54200625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuL0mLCMmiJKXdKGem9qIdouUQA0swxG { width:18.125rem;height:3.9375rem;top:86.779296875rem;left:0.9375rem;z-index:15011;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfsQ6Us5ieOlncVnfZJuxXtL8OmVLswT { display:block; }
 }@media only screen and (max-width: 763px) { #V9hFlTkd6PL4A8eO0KcF21NsriaBdJor { width:18.0625rem;height:39rem;top:45.466796875rem;left:0.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S22FxbPpsbEwdAA4f6ArvdNODoUhRMh3 { width:3.1875rem;height:2.5996125rem;top:14.0087890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzpaBxmx3ZTsX2NWhldhSSDEdQTxLRdv { width:9.375rem;height:3.8994125rem;top:14.0087890625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXR5Mw0E0OfmaUvCmJ1FBrR5QsEW1TVm { width:9.375rem;height:5.8125rem;top:13.0517578125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6coZfxJwxR9CaETsZRhyRsHOKrmUNc { width:18.125rem;height:3.9375rem;top:40rem;left:0.9375rem;z-index:15012;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUioFr2f4Ql8XVJSTgWDtRfwTS6qW2l { display:block; }
 }@media only screen and (max-width: 763px) { #uc0va3BQZ30iX1hPMJAnHOwiCmvFaGp6 { width:20rem;height:4.1666666666667rem;top:94.0917984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { width:18.6230625rem;height:5.0625rem;top:15.69921875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { width:12.5rem;height:3.19921875rem;top:29.66015625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { width:12.5rem;height:6.3984375rem;top:22.01171875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { width:18.874rem;height:6.75rem;top:7.69921875rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { width:20rem;height:5.19921875rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA9y57AXA8213gDgK88FDMP3FLXC3sy7 { width:20rem;height:4.142575rem;top:8.2607421875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH { background-color:#ffffff;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; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { background-color: transparent; background-image: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { display: none; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .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); }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { border-width: 0; border-radius: 0; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M43g9ZGTGpZ3vb8fbbU5w7oDwP4dt7oH > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOzMC3GqFGW0pFtqAprrh4nSmQ0SF3LW { width:20rem;height:21.5625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0I1CH652i79hSRTuGm0iOcLxk3VLBW { width:12.5rem;height:2.5996125rem;top:30.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTNnwGPTyJADCQl0l2dCVlqpUvzvAIS { width:5rem;height:3.0058625rem;top:34.4375rem;left:5.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8e1xHSp1u15IMW9lZWzn0luGESRSos { width:5rem;height:1.7871125rem;top:34.5625rem;left:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotSny5NxgOzqgGnLOHLH0H0aJpGmAlI { width:7.125rem;height:1.13671875rem;top:36.375rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOp7tPUU6Q8WwiazXMbJZtJQKtU9UatX { width:16.25rem;height:1.5996125rem;top:39.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5vv3HH7Sr62O2sCvBQiwWhH2zqxJ9eT { width:12.5rem;height:1.5996125rem;top:42.0615234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9L5uBNsHLZGGRDAuaSiL6P1ODnalkUr { width:20rem;height:2.5996125rem;top:4.7482604980469rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsxMyXTxxGTeEwoaNRLLia6zqPya5qZH { width:4.1875rem;height:3.0058625rem;top:9.0611984729769rem;left:6.1859810948372rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOGoNQA38wr0T1VyWPJnGlZ1hlxO8Sy { width:5rem;height:1.7871125rem;top:9.060546875rem;left:10.373046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqc6XqovLpAQPCH4AN8V8E67bmElmJfi { width:7.125rem;height:1.13671875rem;top:10.9921875rem;left:10.373046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSWZgOJTCJUPIiDndN3uoIeVt6Estp7X { width:16.25rem;height:1.5996125rem;top:14.125rem;left:1.9354162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5mRQO2JTXeSxmnFFuA4VAO3q3BAIhFs { width:12.5rem;height:1.5996125rem;top:19.498265028rem;left:3.7489150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmqme9cSeuIw5UQNEA6b560FWJVTmx0F { width:20rem;height:21.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbRFLhFAZOT5wTDoZW6TCFpb4CW6KPBL { width:20rem;height:21.5625rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmC5DrFx4U14O92nx1VTJMVr0qPJWXkS { width:12.5rem;height:2.5996125rem;top:52.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdkDINPBdLefbNPsruNFvDCruJfBCF6y { width:5rem;height:3.0058625rem;top:56.9375rem;left:5.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJKM9Dut2mNiAqS6L2sfqOXq5ixftoq { width:5rem;height:1.7871125rem;top:56.9375rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw53m1LhCAN6EtRsU00unmLwV8mkI267 { width:7.125rem;height:1.13671875rem;top:58.875rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnUXlgDnEHV6hd2vaykpLTDxT2RTuwu { width:16.25rem;height:1.5996125rem;top:62.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyV4ITC6qT44eRSxAbuTNTGd09GebaMT { width:12.5rem;height:1.5996125rem;top:65.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl { display:block; }#hbTXa6ZzPiTmktiMkBvadAiZEgPrHsHl > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMJZ8QIhCeZc4UyDOPLtKt1vgtwqEPEA { width:13.6865rem;height:3.936525rem;top:1.2490234375rem;left:3.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lueJBaeREsOkoITnprfBcAHd4k94hzph { display:block; }
 }@media only screen and (max-width: 763px) { #lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC { display:block; }#lM2wzzdeVuRx4UsVMXMCNrBBu2WDmkoC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { background-color: transparent; background-image: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container > .video-iframe-container { display: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row > .video-iframe-container { display: none; }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .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); }#X6Dlgr27JueToip9zvA8e7o7M4L6y0o1 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq0yTDN4wh0ApRIxMI0lppoBDCBuq5Lm { width:20rem;height:11.197275rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }