.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; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.adaptive-delivery-prevent-bg, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyload, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyloading { background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { background-color: transparent; background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { border-width: 0; border-radius: 0; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { color:#747474;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { 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:36.75rem;width:30rem;top:4.8125rem;left:30rem;overflow:hidden;display:none; }
#dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:23.6875rem;display:none; }
#TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { position:absolute;display:block;z-index:15041;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.8125rem;width:9.375rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:1.0625rem;left:56.875rem;display:none; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { 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:#555555;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:13.125rem;display:block; }
#aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { 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:#555555;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:21.5rem;display:block; }
#wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfM782DCl5BRut2xcgzBOU5l5bMT0frU { 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:#555555;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.375rem;left:33.0625rem;display:block; }
#gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97c76f9b-1ba3-413b-a513-2b558ae1cd1d/WACAwelcomeESTATICON12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.adaptive-delivery-prevent-bg, #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.lazyload, #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.lazyloading { background-image: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { background-color: transparent; background-image: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container > .video-iframe-container { display: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row > .video-iframe-container { display: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .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); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { border-width: 0; border-radius: 0; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { font-size:0.875rem;font-family:"open sans";height:48.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#dobPunbt8TJxOsloHsuwDRQqvBJXF9Ot { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.375rem;top:4.5625rem;left:0rem;overflow:hidden;display:none; }
#GmJztqnmQiWKKF5QCTi5oGcG6r702TEC { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.5rem 1.75rem rgba(32,32,32,0.54);top:18.4375rem;left:0rem;height:1.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNrOfJgZ2CJdA95PHZLvXsIMePZ4piO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45rem;left:0rem;display:none; }
#U8d1bFBvtDGQr1OTK3QJ7HBmvBTJAOuT { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:breeextrabold;font-size:5.75rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.5rem 1.75rem rgba(37,37,37,0.51);top:7.8125rem;left:0rem;height:10.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFCCJ4JbWfvqfQdsV3bpcs487blRtiOH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:8.9375rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#fIWeFbsDXQ0nBzczSJxXGIx6zpMHMC70 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"bree light";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPHTb2NCTseq5qTMefzN5hpl0o5JFPcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18.5rem;left:25.4375rem; }
#NOwDDLFBS7sRvNrGe5AITv9gg0qFcfS6 { z-index:15003;top:40.6875rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.375rem 0.5625rem 2.625rem rgba(255,255,255,0.84) ;box-sizing:border-box;color:#511792;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:2.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FlJkB7U6UUENAD8LwKzOVKHn37dIzLNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HA2LLkh8meknoRnT2PnDJLyRIF0vvEXA { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"bree light";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.8125rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vD4NU9LWbZzFc9x3voCzPHtLS0Xb7iL4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:23.1875rem;left:0rem; }
#F8MMC2JunEmuXQxvfctg7pF2FokGheoi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:25.5625rem;left:0rem; }
#EeMvzl6wqkVVN0qGRNTwug5esrwloDQk { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"bree light";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.375rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QmDBAigacoA1of9Xiw3EcPC1caF9zhyW { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"bree light";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.875rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcxeA0ZRgw1mVLW6bR0XooXFR7qMcn8s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:32.3125rem;left:0rem; }
#P3mcmC7siua4DaQowCPFB9dFHnE9h7Qv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:28.875rem;left:0rem; }
#W9KfRWc5HFT4MTtM47PlaMzeNITezyLM { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"gotham book";font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:29.07421875rem;left:1.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.adaptive-delivery-prevent-bg, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyload, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyloading { background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { background-color: transparent; background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .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); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { border-width: 0; border-radius: 0; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { color:#353535;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:18.0615234375rem;left:22.40625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { color:#383838;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:20.5rem;left:24.1875rem;height:3.1494125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yQ5g8U9m8iCyGzHbePu006yokI0Eqola { color:#717171;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:20.1875rem;left:2.40625rem;height:3.1494125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { color:#747474;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { color:#313030;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.77734375rem;left:2.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { 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:36.75rem;width:40.5rem;top:4.8125rem;left:34.5rem;overflow:hidden;display:none; }
#CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { color:#717171;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.099609375rem;left:46.15625rem;height:4.19921875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:18.3173828125rem;left:44.9375rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { color:#6605ff;display:block;width:51.4355625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.9375rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:26.8427734375rem;display:none; }
#e6uaCBUwt8hXFgqpMWyKda4gUFmrtqk3 { color:#6605ff;display:block;width:51.4355625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:4.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 3.75rem rgba(0,0,0,0.12) ;height:15.5625rem;width:15.625rem;top:10.5625rem;left:0rem;display:block; }
#pUKksGGZzqiHN9l327o24foNR0X3MiO7 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 3.75rem rgba(0,0,0,0.1) ;height:15.5625rem;width:16.4375rem;top:10.5625rem;left:21.625rem;display:block; }
#ooFcnxE6Ue76fZDRBI0r72SJQphldbVo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 3.75rem rgba(0,0,0,0.1) ;height:15.5625rem;width:16.125rem;top:10.65625rem;left:43.875rem;display:block; }
#kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:12.25rem;left:5.375rem;overflow:hidden;display:block; }
#WUskttaSaTpQeqBD3oxRrzea28G8inEN { position:absolute;display:block;z-index:15042;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.9375rem;width:4.9375rem;top:12.625rem;left:27.34375rem;overflow:hidden;display:block; }
#HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { position:absolute;display:block;z-index:15045;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.1875rem;width:5.1875rem;top:12.71875rem;left:49.6875rem;overflow:hidden;display:block; }
#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.adaptive-delivery-prevent-bg, #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.lazyload, #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.lazyloading { background-image: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { background-color: transparent; background-image: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container > .video-iframe-container { display: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row > .video-iframe-container { display: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .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); }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { border-width: 0; border-radius: 0; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#xEGhFsb9HSMh6rQT89xUn07of9X3DpEO { color:#747474;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bhQdGKWBNp6MXQns60vFxmTVLWzMFvHE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QPT6dvND8EbyhBldx2hzsvdeTEbxTWIS { 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:36.75rem;width:40.5rem;top:4.8125rem;left:34.5rem;overflow:hidden;display:none; }
#FTJpOAbVo0p7l3b0NEylKGFLDO6v4yvh { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5625rem;width:12.75rem;top:5.6875rem;left:6.1446428571429rem;display:block; }
#Cy9CPcS93EepHmJl24woK7hLhT0X6PXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:26.8427734375rem;display:none; }
#W0FzHq0WtCxpqT8qTICRBdk0SsIvtg38 { color:#383838;display:block;width:8.5625rem;position:absolute;font-family:"futura s";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.71875rem;left:26.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oP49NqJGEgEtdTURxbl0WNML6One7reR { color:#383838;display:block;width:9.5625rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12.34375rem;left:25.5625rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXdOeNbJNzamDN1WcTQ3iJc6NNk732eR { color:#383838;display:block;width:10.3125rem;position:absolute;font-family:"futura s";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.34375rem;left:7.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvDRtCuJa5X4ykI0sN19OcENRqVkNPxl { color:#383838;display:block;width:7.5rem;position:absolute;font-family:"futura s";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:43.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXT21KKS80TAPiRuoPKExbZfH27VdFBT { color:#717171;display:block;width:4.9375rem;position:absolute;font-family:"futura s";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:12.57421875rem;left:44.78125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCMVvgaww8LgsfBW5GpdgFx1UR8KfdJM { color:#6605ff;display:block;width:51.4355625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOiSQLTxc8fb1O2bsnnsTtWJkc3Ultht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:7.8125rem;left:11.25rem; }
#stZtRK6tdkxqz42ZMdCTQ3X7eo5ySzzQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.25rem;left:29rem; }
#C4Jfp8eGUyS3OyX9md0CnxtuzgM3qV9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.75rem;left:45.8125rem; }
#C3BTKk11qFJo2dCzr1Ga0cQ5Tk5bP2sP { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b9b9b9;border-left:0.0625rem solid #b9b9b9;border-right:0.0625rem solid #b9b9b9;border-bottom:0.0625rem solid #b9b9b9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5rem;width:12.625rem;top:5.71875rem;left:23.96875rem;display:block; }
#UBlB7iNJ56doqueRVdebc7TISTdJSqfC { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.9375rem;width:12.3125rem;top:5.8125rem;left:41.0625rem;display:block; }
#nVEHBpMahO3adhTddBoSxdbTyud8hwyB { color:#909090;display:block;width:7.375rem;position:absolute;font-family:"futura s";font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.34375rem;left:8.89453125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMeNvd3dOBPhvP4l2xkBymK2lMNsaDzs { color:#383838;display:block;width:9.5625rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15.1123046875rem;left:42.59375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { background-color: transparent; background-image: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container > .video-iframe-container { display: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container { display: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .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); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { border-width: 0; border-radius: 0; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.47265625rem;left:22.75rem; }
#TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:16.1875rem;top:1.25rem;left:43.8125rem;overflow:hidden;display:block; }
#eGME3OFfhelBa62OzxbTEzPH206f2oJF { color:#4f4f4f;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:1.875rem;left:0rem;height:7.0107375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyR5Oe3k5TPhLboFPSZTc14iTcfTT8Wp { color:#252525;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:11.8125rem;left:2.5625rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpTxksHbPGagxNTLP9RTEUuuvMDR9wMX { color:#2c2c2c;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:14.25rem;left:2.5625rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CpQEfSiPGf7AEnOmmLRS0XwDSydvKgoA { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:16.5625rem;left:2.5625rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.1875rem;left:0rem; }
#JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.0625rem;left:0.1875rem; }
#Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.25rem;left:0.0625rem; }
#RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.4375rem;width:10.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:0rem;left:25.875rem; }
#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4bc1f7d-751e-4adf-bf60-5cd01ec2eccd/HEADVSA11.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.adaptive-delivery-prevent-bg, #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.lazyload, #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.lazyloading { background-image: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { background-color: transparent; background-image: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container > .video-iframe-container { display: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row > .video-iframe-container { display: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .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); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { border-width: 0; border-radius: 0; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;position:relative;display:block; }#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-form-header {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;color:#464646;width:25.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.1; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-textarea { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#4d00ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:2rem;font-weight:700;color:#ffffff;width:18.625rem;height:4.125rem;font-family:"work sans";overflow:hidden;font-style:normal;line-height:1.4;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-ms-input-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-webkit-input-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.75rem;vertical-align:middle;font-family:rubik;font-size:0.875rem;font-weight:700;color:#2c2c2c;overflow:hidden;font-style:normal;line-height:1.2;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:first-of-type{padding-top:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:last-of-type{padding-bottom:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:16.96875rem;top:15.3125rem;z-index:15003;position:absolute; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.25rem;display:block;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.8125rem;line-height:1.4;font-weight:700;color:#2f8724;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:16.96875rem;top:15.3125rem;z-index:15003;position:absolute; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:100%;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #vAyS0qUAAbnSP5yB8a1zfl9DthmIfkCz { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #T1MHwJKgG2iVWhrX5xVVsN3TnmvE74wh { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:100%;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U { position:relative;display:block;z-index:15000; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh { position:relative;display:block;z-index:15000; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE { position:relative; }
#FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:47.3125rem;left:37.5625rem; }
#O8qkL8Kz5kQ3EulW3FRHpWDXwzw4HssF { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:6.875rem;left:17rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJTDEenb5vWi0waWqeDfnkgdUZG8HcVK { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:9.875rem;left:20.96875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Os2ht4NMwB6AbsSlBcusIC1iVlnHkoFJ { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:11.8681640625rem;left:22.5625rem;height:2.69921875rem;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;text-align:left;text-align-last:left;display:block; }
#D82FgF5bLf5g7cagzDtgTBQRDu9Q9QT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.6240234375rem;left:20.96875rem; }
#L7kgpFTiL0QIRr8LHots1AdwWmlzWlJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L9lroGw8Z9LmydHEn14Z0Wo3EORlk4sE { color:#4f4f4f;display:block;width:29.9375rem;position:absolute;font-family:sf-ui-display-heavy-blk-bld;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:10.875rem;left:14.09375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Fq2CTTM7NwLJylDUq6rWXWToW1C7Q724 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.8125rem;left:28.46875rem; }
#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { background-color: transparent; background-image: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container > .video-iframe-container { display: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container { display: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .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); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { border-width: 0; border-radius: 0; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { 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:2rem;width:3.8125rem;top:12.5rem;left:3.375rem;overflow:hidden;display:block; }
#aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { 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:1.75rem;width:5.9375rem;top:27.25rem;left:1.3125rem;overflow:hidden;display:block; }
#AepZ43wx81CA7ehpq9bguTun3eoSDKWT { 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:3.4375rem;width:15.5rem;top:12.5rem;left:44.5rem;overflow:hidden;display:block; }
#iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:47.125rem;height:3.16699375rem;text-align:center;text-align-last:center;display:block; }
#G2wfAzLnCQWNIG3vdD62GDed1faxVlig { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:12.9375rem;top:27.25rem;left:47.0625rem;overflow:hidden;display:block; }
#TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35rem;left:47.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.625rem;top:30.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:4.625rem;top:16.5625rem;left:49.9375rem;overflow:hidden;display:block; }
#xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { 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:0.9375rem;width:5rem;top:32.0625rem;left:51.0625rem;overflow:hidden;display:block; }
#WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.625rem;top:15.75rem;left:2.5rem;overflow:hidden;display:block; }
#PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:35.75rem;top:13.875rem;left:10.625rem;overflow:hidden;display:block; }
#nvrUdc1M13X0TzaNKKL58mqPix87SD9A { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:6.8125rem;left:10.625rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { 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:36.75rem;width:40.5rem;top:13.4375rem;left:7.875rem;overflow:hidden;display:none; }
#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { border-width: 0; border-radius: 0; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:15.75rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHGSw6QATVHOpO3CezH3KxpEJui9TocU { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:44.125rem;left:43.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:43.3125rem;left:0.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:43.8125rem;left:23.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { color:#777777;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:12.5859375rem;left:33.1875rem;height:23.097625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.8125rem;width:29.4375rem;top:11.2275390625rem;left:0rem;overflow:hidden;display:block; }
#cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { color:#9d9d9d;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:46.625rem;left:43.8125rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { color:#9d9d9d;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:45.5rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { color:#9d9d9d;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:46.1875rem;left:22.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:41.5625rem;left:28.875rem; }
#swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:41rem;left:5.5625rem; }
#EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:41.4375rem;left:50.3125rem; }
#EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { color:#5c48ff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6.3935546875rem;left:18.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { background-color: transparent; background-image: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container > .video-iframe-container { display: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container { display: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .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); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { border-width: 0; border-radius: 0; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { font-size:0.875rem;font-family:"open sans";height:6.6875rem;width:60rem;position:relative;display:block; }#OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.71875rem;left:2.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;color:#666665;display:block; }
#Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.5625rem;top:1.25rem;left:51.4375rem;overflow:hidden;display:block; }
#nob7ACiLpMOPblBVt889CMiPNv6CJZOQ { 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:1.6875rem;width:2.3125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { border-top:0.0625rem solid #c1c1c1;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { background-color: transparent; background-image: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container > .video-iframe-container { display: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container { display: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .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); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { border-width: 0; border-radius: 0; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:16.5625rem;height:1.13671875rem;font-style:normal;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) { #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { width:40.5rem;height:49.6125rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { width:9.375rem;height:3.8125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { width:3.125rem;height:3.125rem;top:1.0625rem;left:44.625rem;display:block; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { width:5.3125rem;height:2.5rem;top:1.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block; }
 }@media only screen and (max-width: 763px) { #vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { width:8.5rem;height:2.5rem;top:1.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block; }
 }@media only screen and (max-width: 763px) { #QfM782DCl5BRut2xcgzBOU5l5bMT0frU { width:9.75rem;height:2.5rem;top:1.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block; }
 }@media only screen and (max-width: 763px) { #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt { display:block; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dobPunbt8TJxOsloHsuwDRQqvBJXF9Ot { width:6.1875rem;height:2.5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmJztqnmQiWKKF5QCTi5oGcG6r702TEC { width:29.9375rem;height:1.9375rem;top:18.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrOfJgZ2CJdA95PHZLvXsIMePZ4piO7 { width:2.3125rem;height:2.3125rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8d1bFBvtDGQr1OTK3QJ7HBmvBTJAOuT { width:32.6875rem;height:10.3125rem;top:7.8125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFCCJ4JbWfvqfQdsV3bpcs487blRtiOH { width:8.9375rem;height:3.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIWeFbsDXQ0nBzczSJxXGIx6zpMHMC70 { width:20.5rem;height:0.875rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPHTb2NCTseq5qTMefzN5hpl0o5JFPcX { width:2.0625rem;height:2.0625rem;top:18.5rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwDDLFBS7sRvNrGe5AITv9gg0qFcfS6 { top:40.6875rem;left:0rem;width:21.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJkB7U6UUENAD8LwKzOVKHn37dIzLNx { display:block; }
 }@media only screen and (max-width: 763px) { #HA2LLkh8meknoRnT2PnDJLyRIF0vvEXA { width:19.125rem;height:1.625rem;top:25.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD4NU9LWbZzFc9x3voCzPHtLS0Xb7iL4 { width:1.75rem;height:1.75rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MMC2JunEmuXQxvfctg7pF2FokGheoi { width:1.8125rem;height:1.8125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMvzl6wqkVVN0qGRNTwug5esrwloDQk { width:20.3125rem;height:1.625rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDBAigacoA1of9Xiw3EcPC1caF9zhyW { width:9.5625rem;height:1.4375rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxeA0ZRgw1mVLW6bR0XooXFR7qMcn8s { width:1.75rem;height:1.75rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3mcmC7siua4DaQowCPFB9dFHnE9h7Qv { width:1.375rem;height:1.375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KfRWc5HFT4MTtM47PlaMzeNITezyLM { width:19.4375rem;height:0.9375rem;top:29.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { width:14.75rem;height:1.75rem;top:18rem;left:9.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { width:11.9375rem;height:3.125rem;top:20.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5g8U9m8iCyGzHbePu006yokI0Eqola { width:10.8125rem;height:3.125rem;top:20.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { width:10.625rem;height:2.1875rem;top:17.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { width:40.5rem;height:36.75rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { width:12.0625rem;height:4.1875rem;top:20.0625rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { width:14.5625rem;height:1.25rem;top:18.3125rem;left:32.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { width:47.75rem;height:2.625rem;top:3.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6uaCBUwt8hXFgqpMWyKda4gUFmrtqk3 { width:47.75rem;height:1.375rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { width:15.625rem;height:15.5625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKksGGZzqiHN9l327o24foNR0X3MiO7 { width:16.4375rem;height:15.5625rem;top:10.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooFcnxE6Ue76fZDRBI0r72SJQphldbVo { width:16.125rem;height:15.5625rem;top:10.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { width:4.8125rem;height:4.8125rem;top:12.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUskttaSaTpQeqBD3oxRrzea28G8inEN { width:4.9375rem;height:4.9375rem;top:12.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { width:5.1875rem;height:5.1875rem;top:12.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA { display:block; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEGhFsb9HSMh6rQT89xUn07of9X3DpEO { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhQdGKWBNp6MXQns60vFxmTVLWzMFvHE { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPT6dvND8EbyhBldx2hzsvdeTEbxTWIS { width:40.5rem;height:36.75rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTJpOAbVo0p7l3b0NEylKGFLDO6v4yvh { width:12.75rem;height:11.5625rem;top:5.6875rem;left:3.0821428571429rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9CPcS93EepHmJl24woK7hLhT0X6PXm { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0FzHq0WtCxpqT8qTICRBdk0SsIvtg38 { width:8.5625rem;height:1.625rem;top:10.6875rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP49NqJGEgEtdTURxbl0WNML6One7reR { width:9.5625rem;height:1.375rem;top:12.3125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdOeNbJNzamDN1WcTQ3iJc6NNk732eR { width:10.3125rem;height:1.625rem;top:10.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvDRtCuJa5X4ykI0sN19OcENRqVkNPxl { width:7.5rem;height:1.625rem;top:10.75rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT21KKS80TAPiRuoPKExbZfH27VdFBT { width:4.9375rem;height:1.75rem;top:12.5625rem;left:35.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCMVvgaww8LgsfBW5GpdgFx1UR8KfdJM { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiSQLTxc8fb1O2bsnnsTtWJkc3Ultht { width:2.1875rem;height:2.1875rem;top:7.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZtRK6tdkxqz42ZMdCTQ3X7eo5ySzzQ { width:2.4375rem;height:2.4375rem;top:8.25rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Jfp8eGUyS3OyX9md0CnxtuzgM3qV9M { width:2.875rem;height:2.875rem;top:7.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BTKk11qFJo2dCzr1Ga0cQ5Tk5bP2sP { width:12.625rem;height:11.5rem;top:5.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlB7iNJ56doqueRVdebc7TISTdJSqfC { width:12.3125rem;height:12.9375rem;top:5.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEHBpMahO3adhTddBoSxdbTyud8hwyB { width:7.375rem;height:1.9375rem;top:12.3125rem;left:5.83203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMeNvd3dOBPhvP4l2xkBymK2lMNsaDzs { width:9.5625rem;height:1.375rem;top:15.0625rem;left:33.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { display:block; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { width:5.8125rem;height:5.8125rem;top:2.4375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { width:16.1875rem;height:19rem;top:1.25rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGME3OFfhelBa62OzxbTEzPH206f2oJF { width:30.25rem;height:7rem;top:1.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyR5Oe3k5TPhLboFPSZTc14iTcfTT8Wp { width:13.0625rem;height:1.5rem;top:11.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTxksHbPGagxNTLP9RTEUuuvMDR9wMX { width:15.125rem;height:1.5rem;top:14.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpQEfSiPGf7AEnOmmLRS0XwDSydvKgoA { width:15rem;height:1.5rem;top:16.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { width:2.1875rem;height:2.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { width:1.625rem;height:1.625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { width:2rem;height:2rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { width:10.4375rem;height:10.4375rem;top:0rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 { display:block; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-checkbox-label { width:21.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { width:38.3125rem;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { width:38.3125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:50%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #vAyS0qUAAbnSP5yB8a1zfl9DthmIfkCz {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #T1MHwJKgG2iVWhrX5xVVsN3TnmvE74wh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE {  }
 }@media only screen and (max-width: 763px) { #FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { width:1.6875rem;height:1.6875rem;top:47.3125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qkL8Kz5kQ3EulW3FRHpWDXwzw4HssF { width:27.6875rem;height:3rem;top:6.875rem;left:10.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTDEenb5vWi0waWqeDfnkgdUZG8HcVK { width:18.0625rem;height:1.1875rem;top:9.875rem;left:14.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os2ht4NMwB6AbsSlBcusIC1iVlnHkoFJ { width:19.8125rem;height:2.6875rem;top:11.8125rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D82FgF5bLf5g7cagzDtgTBQRDu9Q9QT6 { width:1.1875rem;height:1.1875rem;top:12.5625rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7kgpFTiL0QIRr8LHots1AdwWmlzWlJT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9lroGw8Z9LmydHEn14Z0Wo3EORlk4sE { width:15.9375rem;height:2.5625rem;top:13.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq2CTTM7NwLJylDUq6rWXWToW1C7Q724 { width:3.0625rem;height:3.0625rem;top:3.8125rem;left:22.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { display:block; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { width:3.8125rem;height:2rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { width:10.625rem;height:2.4375rem;top:17.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { width:8.4375rem;height:3.375rem;top:32.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { width:5.9375rem;height:1.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepZ43wx81CA7ehpq9bguTun3eoSDKWT { width:15.5rem;height:3.4375rem;top:12.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { width:10.25rem;height:3.125rem;top:18.4375rem;left:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wfAzLnCQWNIG3vdD62GDed1faxVlig { width:12.9375rem;height:5.6875rem;top:27.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { width:12.5rem;height:2.5625rem;top:35rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { width:4.625rem;height:0.875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { width:4.625rem;height:0.875rem;top:16.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { width:5rem;height:0.9375rem;top:32.0625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { width:5.625rem;height:1.0625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { width:35.75rem;height:32.4375rem;top:13.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrUdc1M13X0TzaNKKL58mqPix87SD9A { top:6.8125rem;left:4.5rem;width:40.375rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { width:40.5rem;height:36.75rem;top:13.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { top:3.125rem;left:9.625rem;width:30.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGSw6QATVHOpO3CezH3KxpEJui9TocU { top:44.125rem;left:31.4375rem;width:16.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { top:43.3125rem;left:0rem;width:12.8125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { top:43.8125rem;left:17.5rem;width:12.8125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { width:26.5625rem;height:34.3154375rem;top:25.1357421875rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { width:29.4375rem;height:25.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { width:16.1875rem;height:1.0625rem;top:46.625rem;left:31.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { width:14.4375rem;height:2.125rem;top:45.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { width:14.8125rem;height:1.125rem;top:46.1875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { width:1.8125rem;height:1.8125rem;top:41.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { width:2.3125rem;height:2.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { width:2.1875rem;height:2.1875rem;top:41.4375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { width:24.9375rem;height:1.9375rem;top:6.375rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { display:block; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { width:8.5625rem;height:3.4375rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nob7ACiLpMOPblBVt889CMiPNv6CJZOQ { width:2.3125rem;height:1.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { display:block; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.adaptive-delivery-prevent-bg, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyload, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyloading { background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { background-color: transparent; background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { width:18.4375rem;height:1.3496125rem;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { width:4.5rem;height:1.8125rem;top:0.8125rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { display:flex;width:2.5rem;height:2.5rem;top:0.34375rem;left:15.9375rem;display:none; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { width:5.3125rem;height:2.5rem;top:3rem;left:1rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block; }
 }@media only screen and (max-width: 763px) { #vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { width:8.5rem;height:2.5rem;top:3rem;left:11.5rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block; }
 }@media only screen and (max-width: 763px) { #QfM782DCl5BRut2xcgzBOU5l5bMT0frU { width:9.75rem;height:2.5rem;top:3rem;left:5.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block; }
 }@media only screen and (max-width: 763px) { #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c11008d-d500-4a29-ae03-e8151d9ea6b8/1TMsHeadDesktopEWX600x1000px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.adaptive-delivery-prevent-bg, #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.lazyload, #Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt.lazyloading { background-image: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { background-color: transparent; background-image: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container > .video-iframe-container { display: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row > .video-iframe-container { display: none; }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .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); }#Vp3xKZaqzxlxa3DB8AueDgc95B7g0nBt > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dobPunbt8TJxOsloHsuwDRQqvBJXF9Ot { width:5.1875rem;height:2rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GmJztqnmQiWKKF5QCTi5oGcG6r702TEC { width:20rem;height:1.5rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree bold";display:block; }
 }@media only screen and (max-width: 763px) { #HNrOfJgZ2CJdA95PHZLvXsIMePZ4piO7 { display:flex;width:2.5rem;height:2.5rem;top:43.0625rem;left:2.09375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #U8d1bFBvtDGQr1OTK3QJ7HBmvBTJAOuT { width:20rem;height:6.861325rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.8125rem;font-weight:700;font-style:normal;color:#ffffff;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #BFCCJ4JbWfvqfQdsV3bpcs487blRtiOH { width:9.5625rem;height:3.75rem;top:39.4560546875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIWeFbsDXQ0nBzczSJxXGIx6zpMHMC70 { width:18.75rem;height:0.875rem;top:0.8125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree thin";display:block; }
 }@media only screen and (max-width: 763px) { #QPHTb2NCTseq5qTMefzN5hpl0o5JFPcX { display:flex;width:1.375rem;height:1.375rem;top:29.9375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOwDDLFBS7sRvNrGe5AITv9gg0qFcfS6 { top:30.375rem;left:0.8125rem;width:18rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJkB7U6UUENAD8LwKzOVKHn37dIzLNx { display:block; }
 }@media only screen and (max-width: 763px) { #HA2LLkh8meknoRnT2PnDJLyRIF0vvEXA { width:16.9375rem;height:1.625rem;top:38.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #vD4NU9LWbZzFc9x3voCzPHtLS0Xb7iL4 { display:flex;width:1.6875rem;height:1.6875rem;top:35.21875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #F8MMC2JunEmuXQxvfctg7pF2FokGheoi { display:flex;width:1.625rem;height:1.625rem;top:38.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #EeMvzl6wqkVVN0qGRNTwug5esrwloDQk { width:16.4375rem;height:1.625rem;top:35.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #QmDBAigacoA1of9Xiw3EcPC1caF9zhyW { width:9.5625rem;height:1.29980625rem;top:43.75rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #TcxeA0ZRgw1mVLW6bR0XooXFR7qMcn8s { display:flex;width:1.5rem;height:1.5rem;top:43.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #P3mcmC7siua4DaQowCPFB9dFHnE9h7Qv { display:flex;width:1.375rem;height:1.375rem;top:41.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #W9KfRWc5HFT4MTtM47PlaMzeNITezyLM { width:15.9375rem;height:0.9746125rem;top:41.25rem;left:2.3125rem;font-size:0.8125rem;color:#eff2f8;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.adaptive-delivery-prevent-bg, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyload, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyloading { background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { background-color: transparent; background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .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); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { width:7.6875rem;height:1.375rem;top:15.5rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { width:8rem;height:3.8984375rem;top:17.4375rem;left:10.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.2;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #yQ5g8U9m8iCyGzHbePu006yokI0Eqola { width:8.3125rem;height:3.8984375rem;top:17.4375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.2;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { width:18.4375rem;height:0;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { width:7.75rem;height:1.7871125rem;top:15.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { width:15.625rem;height:1.798825rem;top:32.162109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { width:17.5rem;height:1.25rem;top:28.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { width:17.5625rem;height:4.125rem;top:3.4375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #e6uaCBUwt8hXFgqpMWyKda4gUFmrtqk3 { width:12.0625rem;height:1.798825rem;top:30.037109375rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { width:9.625rem;height:12.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKksGGZzqiHN9l327o24foNR0X3MiO7 { width:19.5625rem;height:13rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooFcnxE6Ue76fZDRBI0r72SJQphldbVo { width:9.8125rem;height:12.3125rem;top:10.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { width:4rem;height:4rem;top:11.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUskttaSaTpQeqBD3oxRrzea28G8inEN { width:3.875rem;height:3.875rem;top:11.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { width:4.0625rem;height:4.0625rem;top:24.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.adaptive-delivery-prevent-bg, #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.lazyload, #DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA.lazyloading { background-image: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { background-color: transparent; background-image: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container > .video-iframe-container { display: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row > .video-iframe-container { display: none; }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .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); }#DvAilwPtSv1bxKMeyHoRtdDrut3TdoxA > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEGhFsb9HSMh6rQT89xUn07of9X3DpEO { width:18.4375rem;height:0;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #bhQdGKWBNp6MXQns60vFxmTVLWzMFvHE { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #QPT6dvND8EbyhBldx2hzsvdeTEbxTWIS { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #FTJpOAbVo0p7l3b0NEylKGFLDO6v4yvh { width:9.3125rem;height:8.375rem;top:5.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9CPcS93EepHmJl24woK7hLhT0X6PXm { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #W0FzHq0WtCxpqT8qTICRBdk0SsIvtg38 { width:7.6875rem;height:1.29980625rem;top:9.787109375rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP49NqJGEgEtdTURxbl0WNML6One7reR { width:6.6875rem;height:1.3994125rem;top:11.5rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MXdOeNbJNzamDN1WcTQ3iJc6NNk732eR { width:8.0625rem;height:1.19921875rem;top:9.837890625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EvDRtCuJa5X4ykI0sN19OcENRqVkNPxl { width:7.8125rem;height:1.3808625rem;top:19.0625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT21KKS80TAPiRuoPKExbZfH27VdFBT { width:4.5625rem;height:1.75rem;top:20.5625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #oCMVvgaww8LgsfBW5GpdgFx1UR8KfdJM { width:20rem;height:1.875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WOiSQLTxc8fb1O2bsnnsTtWJkc3Ultht { display:flex;width:2.5rem;height:2.5rem;top:7rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #stZtRK6tdkxqz42ZMdCTQ3X7eo5ySzzQ { display:flex;width:2.5625rem;height:2.5625rem;top:6.5625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #C4Jfp8eGUyS3OyX9md0CnxtuzgM3qV9M { display:flex;width:2.875rem;height:2.875rem;top:16rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #C3BTKk11qFJo2dCzr1Ga0cQ5Tk5bP2sP { width:9.0625rem;height:18.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlB7iNJ56doqueRVdebc7TISTdJSqfC { width:9rem;height:11.1875rem;top:14.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEHBpMahO3adhTddBoSxdbTyud8hwyB { width:7.375rem;height:3.375rem;top:13.25rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;font-weight:400;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #oMeNvd3dOBPhvP4l2xkBymK2lMNsaDzs { width:9.5625rem;height:2.798825rem;top:22.7265625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { display:block; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { display:flex;width:5.4375rem;height:5.4375rem;top:2.841796875rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { width:9rem;height:10.625rem;top:17.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGME3OFfhelBa62OzxbTEzPH206f2oJF { width:19.6875rem;height:5.2294875rem;top:9.4375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.9375rem;line-height:.9;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #wyR5Oe3k5TPhLboFPSZTc14iTcfTT8Wp { width:9.0625rem;height:1.03125rem;top:19.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTxksHbPGagxNTLP9RTEUuuvMDR9wMX { width:10.4375rem;height:1.03125rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpQEfSiPGf7AEnOmmLRS0XwDSydvKgoA { width:9.4375rem;height:1.03125rem;top:26.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { display:flex;width:1.75rem;height:1.75rem;top:17.125rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { display:flex;width:1.5rem;height:1.5rem;top:21.25rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { display:flex;width:1.4375rem;height:1.4375rem;top:25.3125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { display:flex;width:9.0625rem;height:9.0625rem;top:0.966796875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4bc1f7d-751e-4adf-bf60-5cd01ec2eccd/HEADVSA11.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.adaptive-delivery-prevent-bg, #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.lazyload, #ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2.lazyloading { background-image: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { background-color: transparent; background-image: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container > .video-iframe-container { display: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row > .video-iframe-container { display: none; }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .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); }#ClFf6zX8woCQLdbIgOMEv74WmEVVx1A2 > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-form-header {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1rem;font-weight:400;color:#3f363f;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-textarea { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#4d00ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#ffffff;width:12.625rem;height:3.4375rem;font-family:"work sans";overflow:hidden;line-height:0; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-moz-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-moz-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-ms-input-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-webkit-input-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.5625rem;vertical-align:middle;font-family:poppins;font-size:0.875rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:first-of-type{padding-top:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:last-of-type{padding-bottom:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 1.25rem 3.125rem rgba(0,0,0,0.15) ;left:0.4375rem;top:17.25rem;z-index:15002; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.8125rem;line-height:1.3;font-weight:700;color:#2eac1d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 1.25rem 3.125rem rgba(0,0,0,0.15) ;left:0.4375rem;top:17.25rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:100%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #vAyS0qUAAbnSP5yB8a1zfl9DthmIfkCz {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #T1MHwJKgG2iVWhrX5xVVsN3TnmvE74wh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE {  }
 }@media only screen and (max-width: 763px) { #FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { display:flex;width:2.125rem;height:2.125rem;top:52.125rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #O8qkL8Kz5kQ3EulW3FRHpWDXwzw4HssF { width:18.3125rem;height:6.125rem;top:3.525390625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:3.0625rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eJTDEenb5vWi0waWqeDfnkgdUZG8HcVK { width:20rem;height:1.23730625rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"source sans pro";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Os2ht4NMwB6AbsSlBcusIC1iVlnHkoFJ { width:19.8125rem;height:auto;top:11.8125rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#fd8b39;font-weight:300;font-style:italic;line-height:1.1;font-family:"fira sans";display:none; }
 }@media only screen and (max-width: 763px) { #D82FgF5bLf5g7cagzDtgTBQRDu9Q9QT6 { display:flex;width:2.5rem;height:2.5rem;top:31.1220703125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7kgpFTiL0QIRr8LHots1AdwWmlzWlJT { display:flex;top:13.5498046875rem;left:1.4375rem;width:1.3125rem;height:1.3125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #L9lroGw8Z9LmydHEn14Z0Wo3EORlk4sE { width:15.9375rem;height:2.611325rem;top:12.8994140625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15020;font-family:"source sans pro";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fq2CTTM7NwLJylDUq6rWXWToW1C7Q724 { display:flex;width:2.3125rem;height:2.3125rem;top:1.212890625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { display:block; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { width:3.9375rem;height:2.0625rem;top:24.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { width:10.125rem;height:2.2734375rem;top:28.1875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { width:14.3125rem;height:2.111325rem;top:19.8125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { width:5.5rem;height:1.625rem;top:15.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepZ43wx81CA7ehpq9bguTun3eoSDKWT { width:10.8125rem;height:2.375rem;top:34.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { width:12.9375rem;height:2.2734375rem;top:37.625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wfAzLnCQWNIG3vdD62GDed1faxVlig { width:12.9375rem;height:5.6875rem;top:43.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { width:12.5rem;height:2.2734375rem;top:47.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { width:4.625rem;height:0.875rem;top:18.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { width:4.625rem;height:0.875rem;top:43.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { width:5rem;height:0.9375rem;top:33rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { width:5.625rem;height:1.0625rem;top:27.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { width:11.875rem;height:22.4375rem;top:10.125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvrUdc1M13X0TzaNKKL58mqPix87SD9A { width:17.625rem;height:6.597625rem;top:6.5625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { width:5.625rem;height:5.625rem;top:12.875rem;left:-3.46875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e2b9314-9b93-4fc2-a2e4-e7d468328191/FlyerYogaton2022.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { width:13.125rem;height:5.0625rem;top:2.0625rem;left:2.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.9;color:#6b546d;display:block; }
 }@media only screen and (max-width: 763px) { #lHGSw6QATVHOpO3CezH3KxpEJui9TocU { width:12.8125rem;height:2.19921875rem;top:86.5rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { width:12.8125rem;height:2.19921875rem;top:66.75rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { width:12.8125rem;height:2.19921875rem;top:77.625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { width:18.25rem;height:30rem;top:31.25rem;left:0.875rem;font-size:0.9375rem;line-height:1.6;font-weight:300;font-style:normal;color:#464646;display:block; }
 }@media only screen and (max-width: 763px) { #UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { width:20rem;height:17.5625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { width:16.1875rem;height:0.8496125rem;top:88.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { width:14.4375rem;height:1.69921875rem;top:69.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { width:14.8125rem;height:0.8994125rem;top:79.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { display:flex;width:1.8125rem;height:1.8125rem;top:74.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { display:flex;width:2.3125rem;height:2.3125rem;top:63.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { display:flex;width:2.1875rem;height:2.1875rem;top:83.5625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { width:20rem;height:1.625rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { display:block; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { width:16.0625rem;height:2.125rem;top:3.9375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { width:6.25rem;height:2.5rem;top:8.4375rem;left:6.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nob7ACiLpMOPblBVt889CMiPNv6CJZOQ { width:3rem;height:2.0625rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { display:block; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }