.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-input-select option {
  color: #000;
}
.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 {
  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:rgba(105,136,237,0.67);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cee1a0f8-088a-4f42-a4c8-643ef5859f80/facebookcopy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:960px;height:1044px;font-size:14px;font-family:arial;position:relative;display:block; }#NlPwmahth68y0nsldUP1Ux7iJWCBEsT5 { color:#877f7e;display:block;width:445px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50.99609375px;left:500px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF0ZBVeoaiTvkNrl6cNy2MtdEbofvFm2 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #e2bc89;border-left:6px solid #e2bc89;border-right:6px solid #e2bc89;border-bottom:6px solid #e2bc89;border-top-left-radius:66px;border-top-right-radius:4px;border-bottom-left-radius:47px;border-bottom-right-radius:66px;height:57px;width:322px;top:35.046875px;left:531.5px;display:block; }
#BlwzKSwJpL2z2ViGvMZce2V01XyN4ek3 { background-color:rgba(139,46,88,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:54px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:108px;left:615.5px;display:block; }
#BKURPU8xD874UXMK2lz9IkhHS6tdwyb4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b5XGHDaoIkApyoSlLSFERToHZeT7TVBc { color:#877f7e;display:block;width:445px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:50.99609375px;left:31.46484375px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ib8Pe4ucWP6hNRlEDeM1a9m8dEAV8sH5 { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #e2bc89;border-left:6px solid #e2bc89;border-right:6px solid #e2bc89;border-bottom:6px solid #e2bc89;border-top-left-radius:66px;border-top-right-radius:4px;border-bottom-left-radius:47px;border-bottom-right-radius:66px;height:57px;width:322px;top:35px;left:88px;display:block; }
#s2nW7toE82ewFEe8ikMI9FEdQvWiTwtS { background-color:rgba(139,46,88,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:54px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:108px;left:172px;display:block; }
#iPrwKmXukGnZJI1AXOzioSysBL3mtBOa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dCAwyw5f039CuH748SQL4bp124oQ2P4i { color:#877f7e;display:block;width:445px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:195px;left:500px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLESHZefeqn5J0L3FNeKe0p8zT7PhsuI { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #e2bc89;border-left:6px solid #e2bc89;border-right:6px solid #e2bc89;border-bottom:6px solid #e2bc89;border-top-left-radius:66px;border-top-right-radius:4px;border-bottom-left-radius:47px;border-bottom-right-radius:66px;height:57px;width:322px;top:182px;left:552px;display:block; }
#FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { background-color:rgba(139,46,88,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:54px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:255px;left:636px;display:block; }
#scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WHhI13xh8e11cigSOpD9SprauctLQdTJ { color:#877f7e;display:block;width:445px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:195px;left:36px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTspOTdgWsxsxSlgwpRBVdKdiAlfgrIh { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #e2bc89;border-left:6px solid #e2bc89;border-right:6px solid #e2bc89;border-bottom:6px solid #e2bc89;border-top-left-radius:66px;border-top-right-radius:4px;border-bottom-left-radius:47px;border-bottom-right-radius:66px;height:57px;width:322px;top:182px;left:89px;display:block; }
#SUO7GNqsmIbQI58w6BGGTzsQg6HTqzV6 { background-color:rgba(139,46,88,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:54px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:255px;left:173px;display:block; }
#ay4xGfV34TUPCTXIpk5HLHMDom4iMmO9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I0ToJVG3iDF6u0vMqJPAwgIoSeldwJ2i { position:absolute;display:block;z-index:15033;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;height:687px;width:870px;top:442.99365234375px;left:207.5px;overflow:hidden;display:none; }
#nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { position:absolute;display:block;z-index:15020;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;height:91px;width:91px;top:247px;left:438.5px;overflow:hidden;display:block; }
#pq09nl6132A3rsWt5udsREJVr8klS8RX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pq09nl6132A3rsWt5udsREJVr8klS8RX.adaptive-delivery-prevent-bg, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyload, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyloading { background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { background-color: transparent; background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .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); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { border-width: 0; border-radius: 0; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { font-size:14px;font-family:arial;height:264px;width:960px;position:relative;display:block; }#tUwKpvyFXcZOxih52TPSafmeQEhpxKrT { background-color:rgba(139,46,88,0.54);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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:338.993px;height:40px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.78125px;left:297.484375px;display:block; }
#ZTT2gUiFIATmX1BXtep8vS3Q59EJblZm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#v0usEvBZknG8bgUwxRS6Tl6TneMoVwzm { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b97417;border-left:4px solid #b97417;border-right:4px solid #b97417;border-bottom:4px solid #b97417;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:140px;width:135px;top:79px;left:645px;display:block; }
#FpkmmnI5KE65f7hdrT1msl3AFxKkppvP { color:#000000;display:block;width:127px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:109px;left:651px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IclZiIxBQKWfXrfkwA8KTC17zkLLXhna { background-color:rgba(139,46,88,0.97);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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:198px;left:665px;display:block; }
#X6GbRKRWLmSMDSVGsbSdt2GsoDu7TRWf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MKqOf8uUq5zI5vH3fXFt4SJBOax43b8n { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b97417;border-left:4px solid #b97417;border-right:4px solid #b97417;border-bottom:4px solid #b97417;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:140px;width:135px;top:83px;left:409px;display:block; }
#S5PWCsl0o9VDydpPs0sQasMApKHb27zh { background-color:#8b2e58;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:196px;left:430px;display:block; }
#x4eD3XpADxcVrfW5V9dITDgfqeWl4bHS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pSJTT0a8Xk7fJgDLgn9OT7F42NqViAwK { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #b97417;border-left:4px solid #b97417;border-right:4px solid #b97417;border-bottom:4px solid #b97417;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:140px;width:135px;top:80px;left:162px;display:block; }
#lPAF4MiwJVi2Le9hPEuAck9POvwxXTNc { background-color:#8b2e58;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:196px;left:181px;display:block; }
#ubOGyKWSviaPx3i2s8T5EPvfv1dcINob { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vVskwsJxO55J964iu9Uzf423eh28Ivwm { color:#000000;display:block;width:127px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:108px;left:414.46875px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTcFgxZyfnUoe6Z2KB97VITOvervxtps { color:#000000;display:block;width:127px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:111px;left:169px;height:49.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gl3mfl3OLVgGdy8DifyMOrI1sAbgFdBB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.78125px;left:297.484375px; }
#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center left !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; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.adaptive-delivery-prevent-bg, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyload, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyloading { background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { background-color: transparent; background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .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); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { border-width: 0; border-radius: 0; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { font-size:14px;font-family:arial;height:254px;width:960px;position:relative;display:block; }#guS3QfGbQhndHgfceSx3lq86MN27ftZA { color:#3f4827;display:block;width:338px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:223.15625px;left:276.484375px;height:20.7969px;display:block; }
#kbb1L2o4ldGqT6qiS4MplCrmNPfMnZve { color:#3342be;display:block;width:363px;position:absolute;font-family:cairo;font-size:26px;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:24px;left:287.5px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { background-color:#8b2e58;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:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:80px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:87px;left:410.5px;display:block; }
#lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h1cxxdXCPJ758LNTttTp7LqxkZhhnQZo { position:absolute;display:block;z-index:15015;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;height:201px;width:201px;top:33px;left:181px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRKOTykJuQSenlroVquTLmMwIKumRpQJ { display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPwmahth68y0nsldUP1Ux7iJWCBEsT5 { top:50px;left:319px;width:445px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TF0ZBVeoaiTvkNrl6cNy2MtdEbofvFm2 { top:35px;left:430px;width:322px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #BlwzKSwJpL2z2ViGvMZce2V01XyN4ek3 { width:184px;height:54px;top:108px;left:517.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BKURPU8xD874UXMK2lz9IkhHS6tdwyb4 { display:block; }
 }@media only screen and (max-width: 763px) { #b5XGHDaoIkApyoSlLSFERToHZeT7TVBc { top:50px;left:0px;width:445px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ib8Pe4ucWP6hNRlEDeM1a9m8dEAV8sH5 { top:35px;left:0px;width:322px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #s2nW7toE82ewFEe8ikMI9FEdQvWiTwtS { width:184px;height:54px;top:108px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #iPrwKmXukGnZJI1AXOzioSysBL3mtBOa { display:block; }
 }@media only screen and (max-width: 763px) { #dCAwyw5f039CuH748SQL4bp124oQ2P4i { top:195px;left:319px;width:445px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TLESHZefeqn5J0L3FNeKe0p8zT7PhsuI { top:182px;left:430px;width:322px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { width:184px;height:54px;top:255px;left:538px;display:block; }
 }@media only screen and (max-width: 763px) { #scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WHhI13xh8e11cigSOpD9SprauctLQdTJ { top:195px;left:0px;width:445px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rTspOTdgWsxsxSlgwpRBVdKdiAlfgrIh { top:182px;left:0px;width:322px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #SUO7GNqsmIbQI58w6BGGTzsQg6HTqzV6 { width:184px;height:54px;top:255px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #ay4xGfV34TUPCTXIpk5HLHMDom4iMmO9 { display:block; }
 }@media only screen and (max-width: 763px) { #I0ToJVG3iDF6u0vMqJPAwgIoSeldwJ2i { top:442px;left:0px;width:764px;height:603px;display:block; }
 }@media only screen and (max-width: 763px) { #nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { top:247px;left:340.5px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #pq09nl6132A3rsWt5udsREJVr8klS8RX { display:block; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUwKpvyFXcZOxih52TPSafmeQEhpxKrT { width:338px;height:40px;top:16px;left:199.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT2gUiFIATmX1BXtep8vS3Q59EJblZm { display:block; }
 }@media only screen and (max-width: 763px) { #v0usEvBZknG8bgUwxRS6Tl6TneMoVwzm { top:79px;left:547px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #FpkmmnI5KE65f7hdrT1msl3AFxKkppvP { top:109px;left:553px;width:127px;height:78px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IclZiIxBQKWfXrfkwA8KTC17zkLLXhna { width:100px;height:40px;top:198px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #X6GbRKRWLmSMDSVGsbSdt2GsoDu7TRWf { display:block; }
 }@media only screen and (max-width: 763px) { #MKqOf8uUq5zI5vH3fXFt4SJBOax43b8n { top:83px;left:311px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #S5PWCsl0o9VDydpPs0sQasMApKHb27zh { width:100px;height:40px;top:196px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #x4eD3XpADxcVrfW5V9dITDgfqeWl4bHS { display:block; }
 }@media only screen and (max-width: 763px) { #pSJTT0a8Xk7fJgDLgn9OT7F42NqViAwK { top:80px;left:64px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #lPAF4MiwJVi2Le9hPEuAck9POvwxXTNc { width:100px;height:40px;top:196px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #ubOGyKWSviaPx3i2s8T5EPvfv1dcINob { display:block; }
 }@media only screen and (max-width: 763px) { #vVskwsJxO55J964iu9Uzf423eh28Ivwm { top:108px;left:316.46875px;width:127px;height:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTcFgxZyfnUoe6Z2KB97VITOvervxtps { top:111px;left:71px;width:127px;height:74px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3mfl3OLVgGdy8DifyMOrI1sAbgFdBB { top:11px;left:199.484375px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { display:block; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guS3QfGbQhndHgfceSx3lq86MN27ftZA { top:223px;left:178.484375px;width:338px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #kbb1L2o4ldGqT6qiS4MplCrmNPfMnZve { top:24px;left:189.5px;width:363px;height:28px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { width:262px;height:80px;top:87px;left:312.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block; }
 }@media only screen and (max-width: 763px) { #h1cxxdXCPJ758LNTttTp7LqxkZhhnQZo { top:33px;left:83px;width:201px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e165018-008c-4331-954f-31f30b818abc/instagramcopy45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:320px;height:801px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPwmahth68y0nsldUP1Ux7iJWCBEsT5 { width:320px;height:27.2969px;top:136px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TF0ZBVeoaiTvkNrl6cNy2MtdEbofvFm2 { width:300px;height:42px;top:124px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BlwzKSwJpL2z2ViGvMZce2V01XyN4ek3 { width:180px;height:45px;top:187px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #BKURPU8xD874UXMK2lz9IkhHS6tdwyb4 { display:block; }
 }@media only screen and (max-width: 763px) { #b5XGHDaoIkApyoSlLSFERToHZeT7TVBc { width:320px;height:27.2969px;top:30px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ib8Pe4ucWP6hNRlEDeM1a9m8dEAV8sH5 { width:300px;height:42px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s2nW7toE82ewFEe8ikMI9FEdQvWiTwtS { width:180px;height:45px;top:75px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #iPrwKmXukGnZJI1AXOzioSysBL3mtBOa { display:block; }
 }@media only screen and (max-width: 763px) { #dCAwyw5f039CuH748SQL4bp124oQ2P4i { width:320px;height:27.2969px;top:252px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TLESHZefeqn5J0L3FNeKe0p8zT7PhsuI { width:300px;height:42px;top:239px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { width:180px;height:45px;top:413.375px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WHhI13xh8e11cigSOpD9SprauctLQdTJ { width:320px;height:27.2969px;top:362.921875px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rTspOTdgWsxsxSlgwpRBVdKdiAlfgrIh { width:300px;height:42px;top:351.578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SUO7GNqsmIbQI58w6BGGTzsQg6HTqzV6 { width:180px;height:45px;top:297.1875px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #ay4xGfV34TUPCTXIpk5HLHMDom4iMmO9 { display:block; }
 }@media only screen and (max-width: 763px) { #I0ToJVG3iDF6u0vMqJPAwgIoSeldwJ2i { width:320px;height:251.992px;top:549.98046875px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { width:91px;height:91px;top:470px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #pq09nl6132A3rsWt5udsREJVr8klS8RX { display:block; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUwKpvyFXcZOxih52TPSafmeQEhpxKrT { width:304px;height:40px;top:20.954940795898px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT2gUiFIATmX1BXtep8vS3Q59EJblZm { display:block; }
 }@media only screen and (max-width: 763px) { #v0usEvBZknG8bgUwxRS6Tl6TneMoVwzm { width:135px;height:140px;top:242px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #FpkmmnI5KE65f7hdrT1msl3AFxKkppvP { width:89px;height:66.2812px;top:107.15625px;left:196px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IclZiIxBQKWfXrfkwA8KTC17zkLLXhna { width:85px;height:40px;top:351px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #X6GbRKRWLmSMDSVGsbSdt2GsoDu7TRWf { display:block; }
 }@media only screen and (max-width: 763px) { #MKqOf8uUq5zI5vH3fXFt4SJBOax43b8n { width:130px;height:120px;top:81px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S5PWCsl0o9VDydpPs0sQasMApKHb27zh { width:85px;height:40px;top:185px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #x4eD3XpADxcVrfW5V9dITDgfqeWl4bHS { display:block; }
 }@media only screen and (max-width: 763px) { #pSJTT0a8Xk7fJgDLgn9OT7F42NqViAwK { width:130px;height:120px;top:81px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #lPAF4MiwJVi2Le9hPEuAck9POvwxXTNc { width:85px;height:40px;top:186.5px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ubOGyKWSviaPx3i2s8T5EPvfv1dcINob { display:block; }
 }@media only screen and (max-width: 763px) { #vVskwsJxO55J964iu9Uzf423eh28Ivwm { width:127px;height:46.7969px;top:107.09375px;left:25.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTcFgxZyfnUoe6Z2KB97VITOvervxtps { width:127px;height:74.0625px;top:266.96875px;left:94.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3mfl3OLVgGdy8DifyMOrI1sAbgFdBB { display:flex;width:50px;height:50px;top:15.953125px;left:20px; }
 }@media only screen and (max-width: 763px) { #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.adaptive-delivery-prevent-bg, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyload, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyloading { background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { background-color: transparent; background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .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); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guS3QfGbQhndHgfceSx3lq86MN27ftZA { width:298.969px;height:13px;top:300.765625px;left:0px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #kbb1L2o4ldGqT6qiS4MplCrmNPfMnZve { width:320px;height:61.6016px;top:14px;left:0px;font-size:28px;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { width:262px;height:80px;top:219.765625px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block; }
 }@media only screen and (max-width: 763px) { #h1cxxdXCPJ758LNTttTp7LqxkZhhnQZo { width:166px;height:166px;top:61px;left:82.484375px;display:block; }
 }