.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:#ffffff;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(17,48,222,0.31);background-image:url("https://images.assets-landingi.com/uc/cee1a0f8-088a-4f42-a4c8-643ef5859f80/facebookcopy.png");background-position:top center !important;background-repeat:repeat-y !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:872px;font-size:14px;font-family:arial;position:relative;display:block; }#mSPu7rMOtpzbnzUp49E2xBfi410Fkq1U { background-color:#009b14;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:"neo sans arabic";font-size:21px;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:238px;height:35px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:229.1015625px;left:564.296875px;display:block; }
#zZOqVqdqxi8WSsZDGTOOa6QWIqKRAURz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xVRQFCeJ4BTau7TA8teDXCQMNCmsuk0S { color:#b6e5ac;display:block;width:160.938px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:76.3671875px;left:69.98046875px;height:26.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTdkgyuC24sQ7UUAmRVxuvnaTIKVCaur { position:absolute;display:block;z-index:15071;background-color:#0aac16;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:41.9141px;width:180px;top:68.7109375px;left:60.46875px;display:block; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-form-header { font-size:12px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:19px;font-weight:bold;color:#0c0d10;width:261px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:261px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-textarea { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);background-image:none;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;width:261px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:261px;box-sizing:border-box;height:40px;color:#121001;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-button { border-top-left-radius:0;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:0;background-color:#009b14;background-image:none;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:40px;margin-bottom:4px;margin-left:40px;display:block;box-sizing:border-box;font-size:24px;font-weight:bold;color:#ffffff;width:180px;height:52px;font-family:raleway;overflow:hidden; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]:-moz-placeholder { color:#0e193d;font-family:raleway;font-size:14px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]::-moz-placeholder { color:#0e193d;font-family:raleway;font-size:14px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]:-ms-input-placeholder { color:#0e193d;font-family:raleway;font-size:14px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]::-webkit-input-placeholder { color:#0e193d;font-family:raleway;font-size:14px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:242px;overflow:hidden;font-style:normal;float:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:24px;vertical-align:middle;font-family:raleway;font-size:15px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container:first-of-type{padding-top:0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container:last-of-type{padding-bottom:0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:261px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;font-size:12px;left:0px;top:94.71875px;z-index:15055;position:absolute; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:261px;display:block;vertical-align:top; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-info-text { display:block;height:auto;font-family:raleway;font-size:10px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet {display:block;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:261px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;font-size:12px;left:0px;top:94.71875px;z-index:15055;position:absolute; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ZN1PemM3kx9QukVn47EFKpbcxfyh3XnD { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #xnXwTKxZOUkHgOz9cLOVGyLTEDg2PLe2 { position:relative;display:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #N0mEF9mewNzMm9pIDMgtw1mE6Ab7Rz4g { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #F1a4XuVFDWOcv7saLsr7bgliBtCUKthw { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #nvtORl0QiAT4NqMJRLh5OKgRTAwhI6lx { position:relative;display:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #h9PMPhfeiaxpVcOQw15ci9oLLZNzSclk { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ip9zdTGs2hnAkqFH6TohkREMd484zUU6 { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AlmDNsN8CfDwnUa0TWEvWpUBt9Bo4NuX { position:relative;display:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AP7JQB1SkPs5NL8dfLFXud5yEzkmVXDp { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #uXzRrfCrT5g9CQ1E0HopN5m4oOTWRNSR { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #zMTTXe8LVVNH8HfAdHXXuvp0P4FSk2Ot { position:relative;display:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #kDTpZmuk3HfEKU9HG65i8EdnaDFxJxRf { position:relative; }
#LowfZ1w7tKFQEIqAhfEGlnOKNQZxA5vT { position:relative;display:block; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #gZpbAwvpp7nnMLPE66scuUMtlQR8yvTp { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #VEy2nPXotAkQrhpc7oq3OBdTCGiRRL7v { position:relative;display:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #pDUunycGPFDGDPWBeCuTJE88xCzKpXGb { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #e0T8EDMOvOFrSnSAOEnhe4GDTGoTRVLO { position:relative; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #Ap9osPPhTfe9CrAt99lyDd6FRf6pwpny { position:relative; }
#DCM88XwbQsBilH4Pd0eqkZD6R3aaZGS2 { color:#099b13;display:block;width:487px;position:absolute;font-family:"open sans";font-size:42px;font-weight:700;z-index:15073;line-height:1.6;letter-spacing:0;top:94.7265625px;left:419.8046875px;height:134.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tox9OiwT628J2qOmnW7LxfrdrlcQFGXG { color:#000000;display:block;width:204px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41px;top:37px;left:69px;display:none; }
#FJoAcHltAU4pIWd8beKG8xD7Zlp4ICpS { 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;height:960px;width:960px;display:none; }
#pq09nl6132A3rsWt5udsREJVr8klS8RX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2bdef;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: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:294px;width:960px;position:relative;display:block; }#tUwKpvyFXcZOxih52TPSafmeQEhpxKrT { background-color:#009b14;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 #000005;border-left:4px solid #000005;border-right:4px solid #000005;border-bottom:4px solid #000005;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:#009b14;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 #000002;border-left:4px solid #000002;border-right:4px solid #000002;border-bottom:4px solid #000002;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:#009b14;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 #00010b;border-left:4px solid #00010b;border-right:4px solid #00010b;border-bottom:4px solid #00010b;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:#009b14;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; }
#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2bdef;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: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; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.adaptive-delivery-prevent-bg, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyload, #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I.lazyloading { background-image: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { background-color: transparent; background-image: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container > .video-iframe-container { display: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container { display: none; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .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); }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { border-width: 0; border-radius: 0; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { font-size:14px;font-family:arial;height:294px;width:960px;position:relative;display:block; }#BkeQAe4TcWtZeUg6rDesvCvZHQHteGAN { background-color:#009b14;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; }
#CcdLRwiOUUcIrBL7ymBcI1S8EQUJKsnT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PgfQa9k2wZu9TL0fAyoOAdnQFkPqQQZT { 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 #01010c;border-left:4px solid #01010c;border-right:4px solid #01010c;border-bottom:4px solid #01010c;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; }
#L1fInGPHWHQVhfKePQiy0cklrMP6BREo { color:#000000;display:block;width:163.984px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:99px;left:634px;height:18.2031px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2bnf79ztVyFln2kHcIzOUtTiGtietRv { color:#070606;display:block;width:142.975px;position:absolute;font-family:"br font n-day";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:124px;left:647px;height:62.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFvQozcOdby45lg20MCn4ViCB7yMGekh { background-color:#009b14;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; }
#nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iufsBhD9eCJTuX3iQovfG0BF0pgliWJW { 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 #000105;border-left:4px solid #000105;border-right:4px solid #000105;border-bottom:4px solid #000105;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; }
#J92oWbvbC1R7hpFggTnMyLrT9GwMOIFv { color:#000000;display:block;width:148px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:96px;left:406px;height:15.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3DMOZakADV4PWn0AmdOWyk4eEqKslWS { color:#000000;display:block;width:142.969px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:137px;left:408px;height:50.6718px;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; }
#XQrmCffeB2sEzhr1dIl7fJFGKgvd2aLm { background-color:#009b14;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; }
#BpBGybSfcL1nd141opTadwFDahAPTWZL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bzufiaa3RpCkQdkAeVHTv3Og98psiwqT { 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 #000007;border-left:4px solid #000007;border-right:4px solid #000007;border-bottom:4px solid #000007;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:162px;display:block; }
#lWoqlRiJKxzfVGUE4vi8wikPfop6Tqfc { color:#052956;display:block;width:163.969px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:99px;left:148px;height:18.2031px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qI4ofLQT7qawB1tC1LrfhFiN1ODz2Pw5 { color:#000000;display:block;width:142.953px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:129px;left:162px;height:84.453px;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; }
#V5ZbTXvQJ1g1TtU5cAFQ1xBJTKJpeBWt { background-color:#009b14;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:195px;left:181px;display:block; }
#yAkPDirhPK33rgA25SnsMuPbCJU1avfO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2bdef;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: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; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.adaptive-delivery-prevent-bg, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyload, #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T.lazyloading { background-image: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { background-color: transparent; background-image: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container > .video-iframe-container { display: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container { display: none; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .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); }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { border-width: 0; border-radius: 0; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { font-size:14px;font-family:arial;height:264px;width:960px;position:relative;display:block; }#D3pyOMDmUPKRSDKQCgJK3Xg7cpglyQaI { background-color:#009b14;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:306.484375px;display:block; }
#wc5ipGGp9Gqub1KToGfTzLuvJlyXgfmg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KmatvSxXsnLql1dXMiF7hchFWsMGo2eQ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000105;border-left:4px solid #000105;border-right:4px solid #000105;border-bottom:4px solid #000105;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:82px;left:562px;display:block; }
#VddrDutIKVayNulwQaBATFmApUInzF3a { color:#000000;display:block;width:163.993px;position:absolute;font-family:"br font n-day";font-size:12px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:96px;left:552px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2TRbngk8rz2NwwJnh58Nq9VM94QAG3N { color:#010304;display:block;width:142.969px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:140px;left:563px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { background-color:#009b14;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:15017;text-align:center;text-align-last:center;top:198px;left:584px;display:block; }
#Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HXmcfQNsNcb04RU80TzoMPbqcwD83JiC { 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 #000007;border-left:4px solid #000007;border-right:4px solid #000007;border-bottom:4px solid #000007;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:78px;left:224px;display:block; }
#M9NzuzNeUDGoFaEu8udNE9yh4znzclhz { color:#000000;display:block;width:163.988px;position:absolute;font-family:"br font n-day";font-size:12px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:98px;left:212px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOCQXbx3B2ZXx14PwpZhw8i2aP1TCIoH { color:#020202;display:block;width:142.962px;position:absolute;font-family:cairo;font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:139px;left:220px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QPk5TNWpETipe46wFlz6W6gsH7V3LSny { background-color:#009b14;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:201px;left:245px;display:block; }
#MGRTpVVaFtP1ADiQX0QQtiWTWtWBQy6c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2bdef;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: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; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1.adaptive-delivery-prevent-bg, #CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1.lazyload, #CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1.lazyloading { background-image: none; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container { background-color: transparent; background-image: none; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container > .video-iframe-container { display: none; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row > .video-iframe-container { display: none; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .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); }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container { border-width: 0; border-radius: 0; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container { font-size:14px;font-family:arial;height:282px;width:960px;position:relative;display:block; }#Nl5NKHAPHNWS0of2ZZHTK913C6Kml5Rd { background-color:#009b14;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.788208007812px;left:310.48608398438px;display:block; }
#zCTgvkHh9upGsBCBA1CNa89TVXhWTBAk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EU8CVJLgTxPtbyCwA0rwMJfvWfeqEqnL { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #01000b;border-left:4px solid #01000b;border-right:4px solid #01000b;border-bottom:4px solid #01000b;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:83.828125px;left:578.09375px;display:block; }
#A8MzChk93CmvTcHnxGrU9Prp34WIuTwO { color:#040505;display:block;width:163.969px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:109px;left:567.59375px;height:16.8945px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvMXS1qrrcTxXa6THGOEf7TognusTTPg { color:#040505;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:137.484375px;left:581.09375px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkbUakDqWdvxbAfWZbte0iKZ8KXSiOdH { background-color:#009b14;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:15017;text-align:center;text-align-last:center;top:199.828125px;left:602.59375px;display:block; }
#uWRneKVmqtaScohv62kLSErHZdFxX2Dv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qTfdNgHIEVVf09BJAxppp0x3JRcIJdrg { 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 #010007;border-left:4px solid #010007;border-right:4px solid #010007;border-bottom:4px solid #010007;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:84px;left:214px;display:block; }
#mX2CdSxkD0HGFnRJiq79kgOX3CKlWFbP { color:#050709;display:block;width:205px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:103px;left:183px;height:16.8906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Csv5mJRFkkwetiMWflCOaCQuOFJ5nIhq { color:#000000;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:138px;left:212px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUSg3NpMvJITPBG8JlTtQORsGmP8BMpv { background-color:#009b14;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:199px;left:232px;display:block; }
#dUBg28JHTTezF8SVCRkIPW0Ebgdfqd4F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009b14;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: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; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK.adaptive-delivery-prevent-bg, #W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK.lazyload, #W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK.lazyloading { background-image: none; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container { background-color: transparent; background-image: none; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container > .video-iframe-container { display: none; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row > .video-iframe-container { display: none; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .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); }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container { border-width: 0; border-radius: 0; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container { font-size:14px;font-family:arial;height:293px;width:960px;position:relative;display:block; }#oWsJ7pKKFMGFKRruJC6caXisPk1xzTVy { background-color:#009b14;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.984px;height:40px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23px;left:287.484375px;display:block; }
#STeUaalLnzebv8Ub5dTJmFm1JGKOgQ94 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iJTFXmoaWLHxFuGLQbkNO9Huqwb0u7Ir { 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 #000107;border-left:4px solid #000107;border-right:4px solid #000107;border-bottom:4px solid #000107;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:89px;left:571px;display:block; }
#NlUCw15IdfpKCs2G392iy9D6f0ezSUw0 { color:#052956;display:block;width:163.984px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:111px;left:560.484375px;height:33.7891px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8lLAL6fwqTL2DEAg7NgiiP1g89eW673 { color:#010102;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:144.75px;left:571px;height:46.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qAH5t4LpdZTTOkcsXAGZh7CACBv5BbQu { background-color:#009b14;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:205px;left:596px;display:block; }
#NAZaPDaKcvTLkvTsaZoKS9GoJaXg9CuQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ckaLcuAcgWPB2evVLvMPOkXwGLcH49R0 { 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 #000107;border-left:4px solid #000107;border-right:4px solid #000107;border-bottom:4px solid #000107;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:91px;left:210.453125px;display:block; }
#p3raxf6yGmd8B1RZJKtbu8uwLffTKgO8 { color:#000000;display:block;width:152.969px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:111px;left:204.453125px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0EkTHEMcQq9t3rid0rrrM93P2NA2v7F { color:#000000;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:158.75px;left:209.453125px;height:46.7813px;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; }
#Aqp6sTmNTt7FbiwZ9VOZItOedR5OHlCH { background-color:#009b14;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:205px;left:231.953125px;display:block; }
#P2zlccOfTcdikp8QH8TmHaZ2Co7eHS4s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#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/1e165018-008c-4331-954f-31f30b818abc/instagramcopy45.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#26b042;display:block;width:363px;position:absolute;font-family:cairo;font-size:27px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24px;left:287.5px;height:70.1875px;text-align:center;text-align-last:center;display:block; }
#qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { background-color:#009b14;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) { #mSPu7rMOtpzbnzUp49E2xBfi410Fkq1U { width:238px;height:35px;top:229px;left:466.296875px;display:block; }
 }@media only screen and (max-width: 763px) { #zZOqVqdqxi8WSsZDGTOOa6QWIqKRAURz { display:block; }
 }@media only screen and (max-width: 763px) { #xVRQFCeJ4BTau7TA8teDXCQMNCmsuk0S { top:76px;left:0px;width:160px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UTdkgyuC24sQ7UUAmRVxuvnaTIKVCaur { top:68px;left:0px;width:180px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet  { width:240px;height:auto;top:240px;left:0px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet {display:block;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet { width:240px;height:auto;top:240px;left:0px; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ZN1PemM3kx9QukVn47EFKpbcxfyh3XnD {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #xnXwTKxZOUkHgOz9cLOVGyLTEDg2PLe2 { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #N0mEF9mewNzMm9pIDMgtw1mE6Ab7Rz4g {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #F1a4XuVFDWOcv7saLsr7bgliBtCUKthw {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #nvtORl0QiAT4NqMJRLh5OKgRTAwhI6lx { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #h9PMPhfeiaxpVcOQw15ci9oLLZNzSclk {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ip9zdTGs2hnAkqFH6TohkREMd484zUU6 {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AlmDNsN8CfDwnUa0TWEvWpUBt9Bo4NuX { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AP7JQB1SkPs5NL8dfLFXud5yEzkmVXDp {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #uXzRrfCrT5g9CQ1E0HopN5m4oOTWRNSR {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #zMTTXe8LVVNH8HfAdHXXuvp0P4FSk2Ot { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #kDTpZmuk3HfEKU9HG65i8EdnaDFxJxRf {  }
 }@media only screen and (max-width: 763px) { #LowfZ1w7tKFQEIqAhfEGlnOKNQZxA5vT { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #gZpbAwvpp7nnMLPE66scuUMtlQR8yvTp {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #VEy2nPXotAkQrhpc7oq3OBdTCGiRRL7v {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #pDUunycGPFDGDPWBeCuTJE88xCzKpXGb {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #e0T8EDMOvOFrSnSAOEnhe4GDTGoTRVLO {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #Ap9osPPhTfe9CrAt99lyDd6FRf6pwpny {  }
 }@media only screen and (max-width: 763px) { #DCM88XwbQsBilH4Pd0eqkZD6R3aaZGS2 { top:94px;left:276px;width:487px;height:134px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Tox9OiwT628J2qOmnW7LxfrdrlcQFGXG { top:37px;left:0px;width:204px;height:41px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #FJoAcHltAU4pIWd8beKG8xD7Zlp4ICpS { width:764px;height:764px;display:none; }
 }@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) { #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { display:block; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkeQAe4TcWtZeUg6rDesvCvZHQHteGAN { width:338px;height:40px;top:16px;left:199.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #CcdLRwiOUUcIrBL7ymBcI1S8EQUJKsnT { display:block; }
 }@media only screen and (max-width: 763px) { #PgfQa9k2wZu9TL0fAyoOAdnQFkPqQQZT { top:79px;left:547px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #L1fInGPHWHQVhfKePQiy0cklrMP6BREo { top:99px;left:536px;width:163px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2bnf79ztVyFln2kHcIzOUtTiGtietRv { top:124px;left:549px;width:142px;height:62px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KFvQozcOdby45lg20MCn4ViCB7yMGekh { width:100px;height:40px;top:198px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block; }
 }@media only screen and (max-width: 763px) { #iufsBhD9eCJTuX3iQovfG0BF0pgliWJW { top:83px;left:311px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #J92oWbvbC1R7hpFggTnMyLrT9GwMOIFv { top:96px;left:308px;width:148px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u3DMOZakADV4PWn0AmdOWyk4eEqKslWS { top:137px;left:310px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XQrmCffeB2sEzhr1dIl7fJFGKgvd2aLm { width:100px;height:40px;top:196px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #BpBGybSfcL1nd141opTadwFDahAPTWZL { display:block; }
 }@media only screen and (max-width: 763px) { #bzufiaa3RpCkQdkAeVHTv3Og98psiwqT { top:79px;left:64px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #lWoqlRiJKxzfVGUE4vi8wikPfop6Tqfc { top:99px;left:50px;width:163px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ofLQT7qawB1tC1LrfhFiN1ODz2Pw5 { top:129px;left:64px;width:142px;height:84px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZbTXvQJ1g1TtU5cAFQ1xBJTKJpeBWt { width:100px;height:40px;top:195px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #yAkPDirhPK33rgA25SnsMuPbCJU1avfO { display:block; }
 }@media only screen and (max-width: 763px) { #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { display:block; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3pyOMDmUPKRSDKQCgJK3Xg7cpglyQaI { width:338px;height:40px;top:16px;left:208.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5ipGGp9Gqub1KToGfTzLuvJlyXgfmg { display:block; }
 }@media only screen and (max-width: 763px) { #KmatvSxXsnLql1dXMiF7hchFWsMGo2eQ { top:82px;left:464px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #VddrDutIKVayNulwQaBATFmApUInzF3a { top:96px;left:454px;width:163px;height:31px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #M2TRbngk8rz2NwwJnh58Nq9VM94QAG3N { top:140px;left:465px;width:142px;height:50px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { width:100px;height:40px;top:198px;left:486px;display:block; }
 }@media only screen and (max-width: 763px) { #Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block; }
 }@media only screen and (max-width: 763px) { #HXmcfQNsNcb04RU80TzoMPbqcwD83JiC { top:78px;left:126px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #M9NzuzNeUDGoFaEu8udNE9yh4znzclhz { top:98px;left:114px;width:163px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qOCQXbx3B2ZXx14PwpZhw8i2aP1TCIoH { top:139px;left:122px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QPk5TNWpETipe46wFlz6W6gsH7V3LSny { width:100px;height:40px;top:201px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #MGRTpVVaFtP1ADiQX0QQtiWTWtWBQy6c { display:block; }
 }@media only screen and (max-width: 763px) { #CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 { display:block; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl5NKHAPHNWS0of2ZZHTK913C6Kml5Rd { width:338px;height:40px;top:16px;left:212.48608398438px;display:block; }
 }@media only screen and (max-width: 763px) { #zCTgvkHh9upGsBCBA1CNa89TVXhWTBAk { display:block; }
 }@media only screen and (max-width: 763px) { #EU8CVJLgTxPtbyCwA0rwMJfvWfeqEqnL { top:83px;left:480.09375px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #A8MzChk93CmvTcHnxGrU9Prp34WIuTwO { top:109px;left:469.59375px;width:163px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uvMXS1qrrcTxXa6THGOEf7TognusTTPg { top:137px;left:483.09375px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #vkbUakDqWdvxbAfWZbte0iKZ8KXSiOdH { width:100px;height:40px;top:199px;left:504.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #uWRneKVmqtaScohv62kLSErHZdFxX2Dv { display:block; }
 }@media only screen and (max-width: 763px) { #qTfdNgHIEVVf09BJAxppp0x3JRcIJdrg { top:84px;left:116px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #mX2CdSxkD0HGFnRJiq79kgOX3CKlWFbP { top:103px;left:85px;width:205px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Csv5mJRFkkwetiMWflCOaCQuOFJ5nIhq { top:138px;left:114px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JUSg3NpMvJITPBG8JlTtQORsGmP8BMpv { width:100px;height:40px;top:199px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #dUBg28JHTTezF8SVCRkIPW0Ebgdfqd4F { display:block; }
 }@media only screen and (max-width: 763px) { #W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK { display:block; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWsJ7pKKFMGFKRruJC6caXisPk1xzTVy { width:338px;height:40px;top:23px;left:189.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #STeUaalLnzebv8Ub5dTJmFm1JGKOgQ94 { display:block; }
 }@media only screen and (max-width: 763px) { #iJTFXmoaWLHxFuGLQbkNO9Huqwb0u7Ir { top:89px;left:473px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #NlUCw15IdfpKCs2G392iy9D6f0ezSUw0 { top:111px;left:462.484375px;width:163px;height:33px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F8lLAL6fwqTL2DEAg7NgiiP1g89eW673 { top:144px;left:473px;width:142px;height:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qAH5t4LpdZTTOkcsXAGZh7CACBv5BbQu { width:100px;height:40px;top:205px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #NAZaPDaKcvTLkvTsaZoKS9GoJaXg9CuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ckaLcuAcgWPB2evVLvMPOkXwGLcH49R0 { top:91px;left:112.453125px;width:135px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #p3raxf6yGmd8B1RZJKtbu8uwLffTKgO8 { top:111px;left:106.453125px;width:152px;height:31px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #x0EkTHEMcQq9t3rid0rrrM93P2NA2v7F { top:158px;left:111.453125px;width:142px;height:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Aqp6sTmNTt7FbiwZ9VOZItOedR5OHlCH { width:100px;height:40px;top:205px;left:133.953125px;display:block; }
 }@media only screen and (max-width: 763px) { #P2zlccOfTcdikp8QH8TmHaZ2Co7eHS4s { 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:35px;font-size:28px;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:614px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSPu7rMOtpzbnzUp49E2xBfi410Fkq1U { width:105px;height:30px;top:93.46875px;left:118.96875px;background-color:#3db212;background-image:none;border-top-left-radius:9px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:9px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zZOqVqdqxi8WSsZDGTOOa6QWIqKRAURz { display:block; }
 }@media only screen and (max-width: 763px) { #xVRQFCeJ4BTau7TA8teDXCQMNCmsuk0S { width:160px;height:0;top:1208.9757755371px;left:80px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UTdkgyuC24sQ7UUAmRVxuvnaTIKVCaur { width:180px;height:41px;top:1200.9896610352px;left:70px;display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-form-header { font-size:12px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:15px;font-weight:bold;color:#0e193d;width:240px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);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: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:240px;box-sizing:border-box;height:36px;color:#000205;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);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;width:240px;box-sizing:border-box;height:70px;color:#000205;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:240px;box-sizing:border-box;height:40px;color:#030304;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(42,165,23,0.78);background-image:none;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:36px;margin-bottom:4px;margin-left:36px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:168px;height:47px;font-family:raleway;overflow:hidden;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;line-height:1.3; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]:-moz-placeholder { color:#0e193d;font-family:raleway;font-size:13px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]::-moz-placeholder { color:#0e193d;font-family:raleway;font-size:13px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]:-ms-input-placeholder { color:#0e193d;font-family:raleway;font-size:13px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet [class*="-text"]::-webkit-input-placeholder { color:#0e193d;font-family:raleway;font-size:13px; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:221px;overflow:hidden;font-style:normal;float:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .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; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container:first-of-type{padding-top:0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-container:last-of-type{padding-bottom:0;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:12px;left:20px;top:111.46875px;z-index:15001; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:240px;display:block;vertical-align:top; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet {display:block;}#S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:12px;left:20px;top:111.46875px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ZN1PemM3kx9QukVn47EFKpbcxfyh3XnD {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #xnXwTKxZOUkHgOz9cLOVGyLTEDg2PLe2 { display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #N0mEF9mewNzMm9pIDMgtw1mE6Ab7Rz4g {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #F1a4XuVFDWOcv7saLsr7bgliBtCUKthw {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #nvtORl0QiAT4NqMJRLh5OKgRTAwhI6lx { display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #h9PMPhfeiaxpVcOQw15ci9oLLZNzSclk {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #ip9zdTGs2hnAkqFH6TohkREMd484zUU6 {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AlmDNsN8CfDwnUa0TWEvWpUBt9Bo4NuX { display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #AP7JQB1SkPs5NL8dfLFXud5yEzkmVXDp {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #uXzRrfCrT5g9CQ1E0HopN5m4oOTWRNSR {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #zMTTXe8LVVNH8HfAdHXXuvp0P4FSk2Ot { display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #kDTpZmuk3HfEKU9HG65i8EdnaDFxJxRf {  }
 }@media only screen and (max-width: 763px) { #LowfZ1w7tKFQEIqAhfEGlnOKNQZxA5vT { display:block; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #gZpbAwvpp7nnMLPE66scuUMtlQR8yvTp {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #VEy2nPXotAkQrhpc7oq3OBdTCGiRRL7v { display:none; }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #pDUunycGPFDGDPWBeCuTJE88xCzKpXGb {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #e0T8EDMOvOFrSnSAOEnhe4GDTGoTRVLO {  }
 }@media only screen and (max-width: 763px) { #S0NZ06TB6Ns1CD0v3Ux5xZQLdlPQkhet #Ap9osPPhTfe9CrAt99lyDd6FRf6pwpny {  }
 }@media only screen and (max-width: 763px) { #DCM88XwbQsBilH4Pd0eqkZD6R3aaZGS2 { width:320px;height:auto;top:94px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #Tox9OiwT628J2qOmnW7LxfrdrlcQFGXG { top:24px;left:69.46875px;width:204px;height:57px;z-index:15074;text-align:center;text-align-last:center;color:#0d7f10;font-size:19px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FJoAcHltAU4pIWd8beKG8xD7Zlp4ICpS { top:292px;left:0px;width:320px;height:320px;z-index:15075;overflow:hidden;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:70.1719px;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) { #lc99FqqG10bzWgVOqnCyuTmbP30UMc4I { display:block; }#lc99FqqG10bzWgVOqnCyuTmbP30UMc4I > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkeQAe4TcWtZeUg6rDesvCvZHQHteGAN { width:304px;height:40px;top:20.954940795898px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #CcdLRwiOUUcIrBL7ymBcI1S8EQUJKsnT { display:block; }
 }@media only screen and (max-width: 763px) { #PgfQa9k2wZu9TL0fAyoOAdnQFkPqQQZT { width:135px;height:140px;top:242px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #L1fInGPHWHQVhfKePQiy0cklrMP6BREo { width:163.988px;height:16.8945px;top:260px;left:79px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2bnf79ztVyFln2kHcIzOUtTiGtietRv { width:142.975px;height:50.6718px;top:286px;left:89px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KFvQozcOdby45lg20MCn4ViCB7yMGekh { width:85px;height:40px;top:351px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #nODQETxCFzzhh6HKNQUTJO4uWZs6b8lc { display:block; }
 }@media only screen and (max-width: 763px) { #iufsBhD9eCJTuX3iQovfG0BF0pgliWJW { width:130px;height:120px;top:81px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J92oWbvbC1R7hpFggTnMyLrT9GwMOIFv { width:120px;height:31.1875px;top:94px;left:26px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u3DMOZakADV4PWn0AmdOWyk4eEqKslWS { width:142.984px;height:50.6718px;top:135.34375px;left:17.484375px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XQrmCffeB2sEzhr1dIl7fJFGKgvd2aLm { width:85px;height:40px;top:185px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #BpBGybSfcL1nd141opTadwFDahAPTWZL { display:block; }
 }@media only screen and (max-width: 763px) { #bzufiaa3RpCkQdkAeVHTv3Og98psiwqT { width:130px;height:120px;top:81px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #lWoqlRiJKxzfVGUE4vi8wikPfop6Tqfc { width:162.969px;height:18.1875px;top:97px;left:158px;font-size:14px;color:#000307;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ofLQT7qawB1tC1LrfhFiN1ODz2Pw5 { width:141.997px;height:84.453px;top:121px;left:170px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZbTXvQJ1g1TtU5cAFQ1xBJTKJpeBWt { width:85px;height:40px;top:186.5px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yAkPDirhPK33rgA25SnsMuPbCJU1avfO { display:block; }
 }@media only screen and (max-width: 763px) { #vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T { display:block; }#vinr7SAPoMGfTwN8Ny2PpvHx6106gD6T > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3pyOMDmUPKRSDKQCgJK3Xg7cpglyQaI { width:304px;height:40px;top:20.954940795898px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5ipGGp9Gqub1KToGfTzLuvJlyXgfmg { display:block; }
 }@media only screen and (max-width: 763px) { #KmatvSxXsnLql1dXMiF7hchFWsMGo2eQ { width:130px;height:120px;top:95px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #VddrDutIKVayNulwQaBATFmApUInzF3a { width:122.986px;height:26px;top:118px;left:16px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #M2TRbngk8rz2NwwJnh58Nq9VM94QAG3N { width:143px;height:42.8907px;top:151px;left:6px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Boqhd6SQDwuKL7op5vzwX7Zr5ceocZS3 { width:85px;height:40px;top:199px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Ad44DpfET3NtR9zSSslTqVLCu5hFnTRN { display:block; }
 }@media only screen and (max-width: 763px) { #HXmcfQNsNcb04RU80TzoMPbqcwD83JiC { width:130px;height:120px;top:95px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #M9NzuzNeUDGoFaEu8udNE9yh4znzclhz { width:109px;height:31.1875px;top:112px;left:179px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qOCQXbx3B2ZXx14PwpZhw8i2aP1TCIoH { width:142.969px;height:46.7813px;top:147px;left:166px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QPk5TNWpETipe46wFlz6W6gsH7V3LSny { width:85px;height:40px;top:195px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #MGRTpVVaFtP1ADiQX0QQtiWTWtWBQy6c { display:block; }
 }@media only screen and (max-width: 763px) { #CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 { display:block; }#CoZCXc2vavbkU0VR7ZfRbf0o8blE6Di1 > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl5NKHAPHNWS0of2ZZHTK913C6Kml5Rd { width:304px;height:40px;top:20.954940795898px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #zCTgvkHh9upGsBCBA1CNa89TVXhWTBAk { display:block; }
 }@media only screen and (max-width: 763px) { #EU8CVJLgTxPtbyCwA0rwMJfvWfeqEqnL { width:130px;height:120px;top:91px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A8MzChk93CmvTcHnxGrU9Prp34WIuTwO { width:122.975px;height:16.8945px;top:114px;left:8px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uvMXS1qrrcTxXa6THGOEf7TognusTTPg { width:142.975px;height:50.6718px;top:141px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #vkbUakDqWdvxbAfWZbte0iKZ8KXSiOdH { width:85px;height:40px;top:191px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #uWRneKVmqtaScohv62kLSErHZdFxX2Dv { display:block; }
 }@media only screen and (max-width: 763px) { #qTfdNgHIEVVf09BJAxppp0x3JRcIJdrg { width:130px;height:120px;top:91px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #mX2CdSxkD0HGFnRJiq79kgOX3CKlWFbP { width:163.984px;height:16.8945px;top:114px;left:156px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Csv5mJRFkkwetiMWflCOaCQuOFJ5nIhq { width:142.953px;height:58.5px;top:131px;left:170px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JUSg3NpMvJITPBG8JlTtQORsGmP8BMpv { width:85px;height:40px;top:195px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #dUBg28JHTTezF8SVCRkIPW0Ebgdfqd4F { display:block; }
 }@media only screen and (max-width: 763px) { #W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK { display:block; }#W5skluS8Mv4WMBKmJqsbmhgROZkpX8hK > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWsJ7pKKFMGFKRruJC6caXisPk1xzTVy { width:304px;height:40px;top:20.954940795898px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #STeUaalLnzebv8Ub5dTJmFm1JGKOgQ94 { display:block; }
 }@media only screen and (max-width: 763px) { #iJTFXmoaWLHxFuGLQbkNO9Huqwb0u7Ir { width:130px;height:120px;top:84px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #NlUCw15IdfpKCs2G392iy9D6f0ezSUw0 { width:163.979px;height:36.375px;top:92px;left:157px;font-size:14px;color:#000205;display:block; }
 }@media only screen and (max-width: 763px) { #F8lLAL6fwqTL2DEAg7NgiiP1g89eW673 { width:142.979px;height:50.6718px;top:127px;left:166px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qAH5t4LpdZTTOkcsXAGZh7CACBv5BbQu { width:85px;height:40px;top:186px;left:196.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #NAZaPDaKcvTLkvTsaZoKS9GoJaXg9CuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ckaLcuAcgWPB2evVLvMPOkXwGLcH49R0 { width:130px;height:120px;top:84px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #p3raxf6yGmd8B1RZJKtbu8uwLffTKgO8 { width:120px;height:33.7891px;top:97px;left:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #x0EkTHEMcQq9t3rid0rrrM93P2NA2v7F { width:142.986px;height:50.6718px;top:131px;left:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Aqp6sTmNTt7FbiwZ9VOZItOedR5OHlCH { width:85px;height:40px;top:188px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #P2zlccOfTcdikp8QH8TmHaZ2Co7eHS4s { display:block; }
 }@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:336px;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:72.7812px;top:14px;left:0px;font-size:28px;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { width:261.992px;height:65.9961px;top:228.96484375px;left:28.984375px;font-size:26px;line-height:.9;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:72px;left:92.484375px;display:block; }
 }