.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; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/Xo5IeH2VWj0/unsplash/juan-cort-s-Xo5IeH2VWj0-photo-1644353740797-b85ffb378b3a.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.adaptive-delivery-prevent-bg, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyload, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyloading { background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,92,215,0.36); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,92,215,0.36); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::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; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:960px;height:677px;font-size:14px;font-family:arial;position:relative;display:block; }#b66IqXACx2u2xPucm1SaEKaFBw74HoGD { 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:111px;width:111px;top:103px;left:414.5px;overflow:hidden;display:block; }
#ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:274px;left:0px;height:124.792px;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; }
#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:407px;left:278px;height:28.8021px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { background-color:#33c734;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:080px;border-top-right-radius:080px;border-bottom-left-radius:080px;border-bottom-right-radius:080px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:411px;height:81px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:448px;left:284.34810126582px;display:block; }
#LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vzeS664PHrS5XTNuifgx4i6nxdMUtMbP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:448.5px;left:640px; }
#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { 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; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { background-color: transparent; background-image: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container > .video-iframe-container { display: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container { display: none; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .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); }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { border-width: 0; border-radius: 0; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { font-size:14px;font-family:arial;height:173px;width:960px;position:relative;display:block; }#Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { color:#e524bb;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:46.8056px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { 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; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { background-color: transparent; background-image: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container > .video-iframe-container { display: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container { display: none; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .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); }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { border-width: 0; border-radius: 0; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { font-size:14px;font-family:arial;height:426px;width:960px;position:relative;display:block; }#Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { color:#e524bb;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:154.5px;left:0px;height:31.1806px;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; }
#IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:230.875px;left:10px;height:76.8229px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:230.859375px;left:330px;height:102.431px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { color:#e524bb;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:170.09375px;left:330px;height:31.1875px;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; }
#L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:243.65625px;left:650px;height:76.8229px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { color:#e524bb;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:170.09375px;left:660px;height:31.1875px;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; }
#wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:86px;top:66.5px;left:276.5px;display:block; }
#C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:86px;top:66.5px;left:597.5px;display:block; }
#FpZiLVpo5u0IXMLIO0T6qqifM6nVbPT4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28px;left:760.5px; }
#yqbSJnT2LZxTpQqZwwL1dFrK0nnT5JSy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32px;left:444.5px; }
#h520H6GKSAuxxQWQXzSnrXGr1tnKxDEV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34px;left:126.5px; }
#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e524bb;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; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { background-color: transparent; background-image: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .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); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { border-width: 0; border-radius: 0; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:block; }#h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { color:#ffffff;display:block;width:557px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:189px;left:0px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvXRkErtzTMW845e3cGN1S4Li1XfTQDw { color:#fafafa;display:block;width:552px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:107px;left:0px;height:71.9792px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kkkp30KfB3ATPdRa1IXTnvTkHiDziey6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:395px;width:316px;top:44px;left:581.90625px;overflow:hidden;display:block; }
#cNA381L6b9UaVrIPaw4qeLbSKapcZCX2 { background-color:#33c734;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:080px;border-top-right-radius:080px;border-bottom-left-radius:080px;border-bottom-right-radius:080px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:411px;height:81px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:293px;left:61px;display:block; }
#aTgVhU98krp2v49tVfsz5EH8lO3il4E1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dwa3AgMqft0EZByUNpoQhJm3hFAMWf9I { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:294px;left:417px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-form-header {  }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:250px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-button { border-top-left-radius:69px;border-top-right-radius:69px;border-bottom-left-radius:69px;border-bottom-right-radius:69px;background-color:#6bd839;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;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:250px;height:55px;font-family:"open sans";overflow:hidden;text-align:right;text-align-last:right; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .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:11px;font-weight:300;color:#000000;vertical-align:top;width:230px;overflow:hidden;font-style:normal;float:none; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-container:first-of-type{padding-top:0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-container:last-of-type{padding-bottom:0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT  { background-color:#cc33da;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:250px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:423.26391601562px;left:130.00003051758px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:250px;display:block;vertical-align:top; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT {display:block;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT { background-color:#cc33da;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:250px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:423.26391601562px;left:130.00003051758px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #R0kgHEc7T4SDPll0AoUtfFhOzdQKoQ3m { position:relative; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SESvPXZIq7Xfg95ziUDl9zy86JszUNzV { position:relative; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SHKSu6al2anTHA5AEwVy1TngfmGuFRVO { position:relative; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #vXDxn52LQmkVRUfB81iWzPITTXIMyB28 { position:relative;z-index:2; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #ZJfdBXdVwq4b43zV7hFAMTPKvXGhSU3v { position:relative; }
#kJip6J2wn90VbcgCU8kfPhuypmdok9Mr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:46.9965px;width:46.9965px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:453.29862976074px;left:160.10418701172px; }
#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T { position:relative;display:block; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T { background-color: transparent; background-image: none; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container > .video-iframe-container { display: none; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row > .video-iframe-container { display: none; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .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); }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T { border-width: 0; border-radius: 0; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:117px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M2cGOXAnQCzXC4oisQv8pRKOLzQWfsXm { color:#e524bb;display:block;width:960px;position:absolute;font-family:roboto;font-size:38px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:98.7847px;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; }
#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG { position:relative;display:block; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG { background-color: transparent; background-image: none; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container > .video-iframe-container { display: none; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row > .video-iframe-container { display: none; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .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); }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG { border-width: 0; border-radius: 0; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:353px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUPoohezpF9yIqe6T15uWmNE1idfv6MW { 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:321px;width:316px;top:16px;left:322px;overflow:hidden;display:block; }
#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b7b7b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { background-color: transparent; background-image: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container > .video-iframe-container { display: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row > .video-iframe-container { display: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .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); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { border-width: 0; border-radius: 0; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { font-size:14px;font-family:arial;height:219px;width:960px;position:relative;display:block; }#lOdwTqputquQFu8d7CUoePtBlG0gUfQ9 { 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:76px;width:76px;top:16px;left:442px;overflow:hidden;display:block; }
#CLuBIME5Z2NNe0Tnl6hBODITvyO3a6no { color:#ffffff;display:block;width:429px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:83px;left:265.5px;height:51.2153px;text-align:center;text-align-last:center;display:block; }
#EQfaiqQ6dkh7nXtNlBalauTOV2tU5IE5 { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:179px;left:295.5px;height:22.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b66IqXACx2u2xPucm1SaEKaFBw74HoGD { width:111px;height:111px;top:103px;left:316.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:764px;height:;top:274px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:405px;height:28px;top:407px;left:180px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:411px;height:81px;top:448px;left:186.34810126582px;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #vzeS664PHrS5XTNuifgx4i6nxdMUtMbP { top:448px;left:542px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { display:block; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { width:764px;height:46px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { display:block; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { width:300px;height:62px;top:154px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { width:300px;height:102px;top:230px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { width:300px;height:102px;top:230px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { width:300px;height:31px;top:170px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { width:300px;height:76px;top:243px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { width:300px;height:31px;top:170px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { width:86px;height:2px;top:66px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { width:86px;height:2px;top:66px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #FpZiLVpo5u0IXMLIO0T6qqifM6nVbPT4 { top:28px;left:595.5px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #yqbSJnT2LZxTpQqZwwL1dFrK0nnT5JSy { top:32px;left:345.5px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #h520H6GKSAuxxQWQXzSnrXGr1tnKxDEV { top:34px;left:93.5px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:557px;height:60px;top:189px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BvXRkErtzTMW845e3cGN1S4Li1XfTQDw { width:552px;height:72px;top:107px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kkkp30KfB3ATPdRa1IXTnvTkHiDziey6 { top:44px;left:448px;width:316px;height:395px;display:block; }
 }@media only screen and (max-width: 763px) { #cNA381L6b9UaVrIPaw4qeLbSKapcZCX2 { width:411px;height:81px;top:293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTgVhU98krp2v49tVfsz5EH8lO3il4E1 { display:block; }
 }@media only screen and (max-width: 763px) { #dwa3AgMqft0EZByUNpoQhJm3hFAMWf9I { top:294px;left:319px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-regular-label { width:250px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-textarea { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-button { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-checkbox-label { width:231px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT  { width:250px;height:auto;top:423px;left:32.000030517578px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .radio-container { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT {display:block;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT { width:250px;height:auto;top:423px;left:32.000030517578px; }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #R0kgHEc7T4SDPll0AoUtfFhOzdQKoQ3m {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SESvPXZIq7Xfg95ziUDl9zy86JszUNzV {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SHKSu6al2anTHA5AEwVy1TngfmGuFRVO {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #vXDxn52LQmkVRUfB81iWzPITTXIMyB28 {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #ZJfdBXdVwq4b43zV7hFAMTPKvXGhSU3v {  }
 }@media only screen and (max-width: 763px) { #kJip6J2wn90VbcgCU8kfPhuypmdok9Mr { top:453px;left:62.104187011719px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T { display:block; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cGOXAnQCzXC4oisQv8pRKOLzQWfsXm { width:764px;height:98px;top:0px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG { display:block; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUPoohezpF9yIqe6T15uWmNE1idfv6MW { top:16px;left:224px;width:316px;height:321px;display:block; }
 }@media only screen and (max-width: 763px) { #BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 { display:block; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOdwTqputquQFu8d7CUoePtBlG0gUfQ9 { width:76px;height:76px;top:16px;left:344px;display:block; }
 }@media only screen and (max-width: 763px) { #CLuBIME5Z2NNe0Tnl6hBODITvyO3a6no { top:83px;left:167.5px;width:429px;height:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EQfaiqQ6dkh7nXtNlBalauTOV2tU5IE5 { top:179px;left:197.5px;width:369px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfc0d27a-eee5-4a6b-9c0e-c6651f081cf1/IMG_9625.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.adaptive-delivery-prevent-bg, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyload, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyloading { background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(229,36,187,0.34); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(229,36,187,0.34); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:320px;height:577px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b66IqXACx2u2xPucm1SaEKaFBw74HoGD { width:87px;height:87px;top:15px;left:116.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:320px;height:70.1875px;top:122.3125px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:320px;height:25.5938px;top:360px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:283px;height:58px;top:386px;left:10px;font-size:15px;text-align:center;text-align-last:center;line-height:1.3;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;background-color:#33c734;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #vzeS664PHrS5XTNuifgx4i6nxdMUtMbP { display:flex;width:59px;height:59px;top:386px;left:261px; }
 }@media only screen and (max-width: 763px) { #qcalE5DB37idAqo8T4MJDqJDwCXfNgKw { display:block; }#qcalE5DB37idAqo8T4MJDqJDwCXfNgKw > .row .container { width:320px;height:157px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7VNr39JKJeGhtlgO5rHUEdEdoFxM75d { width:320px;height:117px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm { display:block; }#pEoT53Z3EK4VwwcfywGhgIEtrI8e2PGm > .row .container { width:320px;height:919px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyz4BsuoJOqD5GdzAxp1IrClQoZzp4nz { width:300px;height:57.1875px;top:98px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IhdoL6T6N36SP9mxRV1ZWzuusWrfLut6 { width:300px;height:102.375px;top:171px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm3wV0b8e4vvnPVKMCeHJApytruT9CkW { width:300px;height:102.375px;top:439px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3fpTNEn9SsvhKPvoC8BJ8ituOpeyWL { width:300px;height:28.6px;top:411px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #L12PSdB3FctZpSJCLCw7FciX1ivWXZTc { width:300px;height:76.7812px;top:717px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5SxsgKpbGqICTZ1zwOlgHxlERoxnGqE { width:300px;height:28.6px;top:679px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wKm1PGP6HBpByNCNkiLk0CSoJTyNA915 { width:86px;height:2px;top:175px;left:117px;display:none; }
 }@media only screen and (max-width: 763px) { #C3bJ0FvoLt7kJs9PwGTBJuSufCxqtqgA { width:86px;height:2px;top:498px;left:117px;display:none; }
 }@media only screen and (max-width: 763px) { #FpZiLVpo5u0IXMLIO0T6qqifM6nVbPT4 { display:flex;width:86px;height:86px;top:574.765625px;left:117px; }
 }@media only screen and (max-width: 763px) { #yqbSJnT2LZxTpQqZwwL1dFrK0nnT5JSy { display:flex;width:71px;height:71px;top:306.765625px;left:124.5px; }
 }@media only screen and (max-width: 763px) { #h520H6GKSAuxxQWQXzSnrXGr1tnKxDEV { display:flex;width:67px;height:67px;top:12.765625px;left:126.5px; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:320px;height:1009px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:320px;height:90px;top:164.5px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BvXRkErtzTMW845e3cGN1S4Li1XfTQDw { width:320px;height:90px;top:55px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Kkkp30KfB3ATPdRa1IXTnvTkHiDziey6 { width:316px;height:395px;top:297px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cNA381L6b9UaVrIPaw4qeLbSKapcZCX2 { width:304px;height:59px;top:748px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1.3;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;background-color:#33c734;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aTgVhU98krp2v49tVfsz5EH8lO3il4E1 { display:block; }
 }@media only screen and (max-width: 763px) { #dwa3AgMqft0EZByUNpoQhJm3hFAMWf9I { display:flex;width:58px;height:58px;top:749px;left:259px; }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-regular-label { width:250px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-textarea { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-input-button { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .widget-checkbox-label { width:231px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT  { width:250px;height:auto;top:423px;left:15px; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT .radio-container { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT {display:block;}#evHpoBqGK0v9WTOensL1Nt1G9P9lzthT { width:250px;height:auto;top:827px;left:15px; }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #R0kgHEc7T4SDPll0AoUtfFhOzdQKoQ3m {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SESvPXZIq7Xfg95ziUDl9zy86JszUNzV {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #SHKSu6al2anTHA5AEwVy1TngfmGuFRVO {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #vXDxn52LQmkVRUfB81iWzPITTXIMyB28 {  }
 }@media only screen and (max-width: 763px) { #evHpoBqGK0v9WTOensL1Nt1G9P9lzthT #ZJfdBXdVwq4b43zV7hFAMTPKvXGhSU3v {  }
 }@media only screen and (max-width: 763px) { #kJip6J2wn90VbcgCU8kfPhuypmdok9Mr { display:flex;width:46px;height:46px;top:933.9618px;left:137px; }
 }@media only screen and (max-width: 763px) { #HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T { display:block; }#HOATHuNTiFuS74bGLBTQQUK6k5rJsq4T > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cGOXAnQCzXC4oisQv8pRKOLzQWfsXm { width:320px;height:166.375px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG { display:block; }#rGfoAllQiipk0NGTr0CQJ1HqDEOHpThG > .row .container { width:320px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUPoohezpF9yIqe6T15uWmNE1idfv6MW { width:316px;height:321px;top:50px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 { position:relative;z-index:auto;background-color:#7b7b7b;background-image:none;display:block; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { background-color: transparent; background-image: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container > .video-iframe-container { display: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row > .video-iframe-container { display: none; }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .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); }#BLp5Zac4FtMUJ0JA9q9aqo5vfxR7fXy9 > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOdwTqputquQFu8d7CUoePtBlG0gUfQ9 { width:78px;height:78px;top:9px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #CLuBIME5Z2NNe0Tnl6hBODITvyO3a6no { width:320px;height:76.7814px;top:81.09375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EQfaiqQ6dkh7nXtNlBalauTOV2tU5IE5 { width:320px;height:22.3906px;top:174px;left:0px;font-size:14px;display:block; }
 }