.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66130631-1231-4d59-bec2-4e9a5fca0768/100013.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,8,0.33); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,8,0.33); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { border-width: 0; border-radius: 0; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:1200px;height:763px;font-size:14px;font-family:arial;position:relative;display:block; }#qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { color:#000000;display:block;width:282px;position:absolute;font-family:montserrat;font-size:19px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:299px;left:270px;height:85.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:570px;left:663px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz38toEuOFRv8zgA5aee2THlEUE9SE0O { box-sizing:content-box;height:179px;width:775px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -moz-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -ms-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -o-linear-gradient(180deg, #ffdf8d, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );";background-image: linear-gradient(180deg, #ffdf8d, #ffdf8d);background-size:auto !important;top:233px;left:213px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { position:absolute;display:block;z-index:15024;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:255px;left:583px;display:block; }
#TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:266px;left:594px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { position:absolute;display:block;z-index:15029;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:255px;left:709px;display:block; }
#B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:266px;left:720px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { position:absolute;display:block;z-index:15034;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:255px;left:836px;display:block; }
#hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:266px;left:847px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15050;background-color:#febf00;background-image:none;top:292px;left:584px;display:block; }
#OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15055;background-color:#febf00;background-image:none;top:292px;left:710px;display:block; }
#nADPApHGiOHiDoZzitknDfO5iUPUADSn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15060;background-color:#febf00;background-image:none;top:292px;left:837px;display:block; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:302px;left:748px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { 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:15051;opacity:1;top:303px;left:614px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:296px;left:871px; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:42px; height:42px; }#GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:343px;left:722px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u21svFmzgwkaipc5yyaTNaHuK6ClecrO { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:362px;left:594px;height:18.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnZf0vO7OoThvObeQEu2zxDIisCBzuan { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:343px;left:847px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #e0fffd, #6fdaff);background-image: -moz-linear-gradient(149deg, #e0fffd, #6fdaff);background-image: -ms-linear-gradient(149deg, #e0fffd, #6fdaff);background-image: -o-linear-gradient(149deg, #e0fffd, #6fdaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#6fdaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#6fdaff' );";background-image: linear-gradient(149deg, #e0fffd, #6fdaff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:116px;width:334px;top:560px;left:615px;display:block; }
#aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:93px;left:0px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#MqhfOUMeOllT71ByUDhoAcg8mRFHlfTW { box-sizing:content-box;height:1px;width:250px;position:absolute;display:block;z-index:15063;background-color:#ffdf8d;background-image:none;top:196px;left:476px;display:block; }
#GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:150px;width:150px;top:419px;left:708px;overflow:hidden;display:block; }
#ulWTzpD27LShURKMAc4pdCf83MyiuMpH { 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;box-shadow: none;height:58px;width:203px;top:22px;left:499px;overflow:hidden;display:block; }
#ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fbb752, #ffdf8d);background-image: -moz-linear-gradient(360deg, #fbb752, #ffdf8d);background-image: -ms-linear-gradient(360deg, #fbb752, #ffdf8d);background-image: -o-linear-gradient(360deg, #fbb752, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb752', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb752', endColorstr='#ffdf8d' );";background-image: linear-gradient(360deg, #fbb752, #ffdf8d);background-size:auto !important;border-top:1px solid #ffdf8d;border-left:1px solid #ffdf8d;border-right:1px solid #ffdf8d;border-bottom:1px solid #ffdf8d;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 30px #fbb752 ;height:485px;width:775px;top:232px;left:212px;display:block; }
#b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:152px;width:152px;top:422px;left:342px;overflow:hidden;display:block; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:608px;left:643px; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0.16);background-image:none;top:597px;left:643px;display:block; }
#KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #339e00, #107742);background-image: -moz-linear-gradient(160deg, #339e00, #107742);background-image: -ms-linear-gradient(160deg, #339e00, #107742);background-image: -o-linear-gradient(160deg, #339e00, #107742);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#107742' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#107742' );";background-image: linear-gradient(160deg, #339e00, #107742);background-size:auto !important;border-top:1px solid #339e00;border-left:1px solid #339e00;border-right:1px solid #339e00;border-bottom:1px solid #339e00;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:116px;width:334px;top:560px;left:250px;display:block; }
#q16U4xDVXiVLk4XS0a88cw077KkqICqb { color:#ffffff;display:block;width:262px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:570px;left:289px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.16);background-image:none;top:597px;left:278px;display:block; }
#RvKWh326T6wLlqonl95uG5GZaDnsx548 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7bc74d, #339e00);background-image: -moz-linear-gradient(180deg, #7bc74d, #339e00);background-image: -ms-linear-gradient(180deg, #7bc74d, #339e00);background-image: -o-linear-gradient(180deg, #7bc74d, #339e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc74d', endColorstr='#339e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc74d', endColorstr='#339e00' );";background-image: linear-gradient(180deg, #7bc74d, #339e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:55px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:608px;left:354px;display:block; }
#MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:55px;top:608px;left:277px;overflow:hidden;display:block; }
#F672P54eSttATD8CSzkIpXmTFLqaRMro { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffcc33;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:138.5px;left:460.5px;display:block; }
#D1VUqTe4rbLc07lSBTeEKcHbVTKNXilX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#si6GlCgg6u8eaz65FHEg1tdogDf620pB { color:#000000;display:block;width:282px;position:absolute;font-family:montserrat;font-size:19px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:260px;left:270px;height:28.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#leEmIHbk5b15dt9PgquTGKvfGku5omKh { position:absolute;display:block;z-index:15079;height:55px;width:205px;top:608px;left:720px;display:block; }
#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { background-color: transparent; background-image: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .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); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { border-width: 0; border-radius: 0; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:1200px;height:867px;font-size:14px;font-family:arial;position:relative;display:block; }#lrKu6ncGTyOKIdPdA1QOP2ElAeIMicSi { color:#000000;display:block;width:352px;position:absolute;font-family:montserrat;font-size:22px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:239px;left:179px;height:114.3752px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#lu6od3VFJAIoLhULXCLarZ3qJyTOgWGr { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -moz-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -ms-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -o-linear-gradient(180deg, #ffdf8d, #fbb752);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#fbb752' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#fbb752' );";background-image: linear-gradient(180deg, #ffdf8d, #fbb752);background-size:auto !important;border-top:1px solid #fbb752;border-left:1px solid #fbb752;border-right:1px solid #fbb752;border-bottom:1px solid #fbb752;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:374px;width:419px;top:212px;left:144px;display:block; }
#zQvX65ny0wbzAsr7Coy4xcmom7nqRm5T { box-sizing:content-box;height:172px;width:420px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -moz-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -ms-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -o-linear-gradient(180deg, #ffdf8d, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );";background-image: linear-gradient(180deg, #ffdf8d, #ffdf8d);background-size:auto !important;top:212px;left:145px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DD6M38UdOountn9rzuVh672RRLsOF2Rg { position:absolute;display:block;z-index:15024;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:421px;left:171px;display:block; }
#TomrlKcLVKFG2xtfKJLy75kyIqFVWR7h { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:432px;left:182px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3DWCV0880AfHN1S4NqoZTdvBbyHQHBZ { position:absolute;display:block;z-index:15029;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:421px;left:297px;display:block; }
#h0Fyqwyawi8vHo97ehumGuTK0c1IaaTs { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:432px;left:308px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPCLZy5TBdVNUrzivTVicPGeIPgWm42k { position:absolute;display:block;z-index:15034;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:421px;left:424px;display:block; }
#FDPHgqluzsodJtR2LlhUSyvPlZdklhHL { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:432px;left:435px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THkn5R7rrtvbLkr998zpxaLpTMtAt2bq { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15050;background-color:#febf00;background-image:none;top:458px;left:172px;display:block; }
#x1mAM6asnZnwrLq6t31KibuyyKIqankO { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15055;background-color:#febf00;background-image:none;top:458px;left:298px;display:block; }
#lxHiOHdTZN9O9EAGo6d050ocXeTZSXwX { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15060;background-color:#febf00;background-image:none;top:458px;left:425px;display:block; }
#Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:468px;left:337px; }
#Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#wpn3FHmZTzmZactUegWVgRA4ayCKkHpL { 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:15051;opacity:1;top:469px;left:202px; }
#VIiEXs74cZgPpeKW83XMaOcLmSkwd6aX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:462px;left:459px; }
#OnMK1FzI6Jm4qo9RtvPegMUNSX7eZtyW { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:509px;left:310px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzkKCDAuw8GCnQrBkuwIIbgLEqOX8NkZ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:529px;left:182px;height:18.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7tt5ZB4DXPz4Qh7V3siTHfOnOiwogTf { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:509px;left:435px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6EaTtEfu7lfuTORV3goxfHRn2V05iVo { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:95px;left:0px;height:39px;text-align:center;text-align-last:center;display:block; }
#ppQ4hBmiftm4iSIsGTUJbC3ZBbe0L0Fr { box-sizing:content-box;height:1px;width:250px;position:absolute;display:block;z-index:15063;background-color:#fbfbfb;background-image:none;top:148px;left:475px;display:block; }
#E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { color:#ffcc33;display:block;width:547px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:289px;left:327px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lker1acBDI5SEFaPsfqetMWtbMw6tWDT { box-sizing:content-box;height:719px;width:1069px;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,47,22,0.63));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,47,22,0.63));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,47,22,0.63));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,47,22,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#a0002f16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#a0002f16' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,47,22,0.63));background-size:cover !important;top:64px;left:65px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(16,119,66,0.36);border-left:1px solid rgba(16,119,66,0.36);border-right:1px solid rgba(16,119,66,0.36);border-bottom:1px solid rgba(16,119,66,0.36);display:block; }
#vqlqw2trya3kZLsQskyW9ies7aEixs8O { position:absolute;display:block;z-index:15020;height:440px;width:400px;top:212px;left:646px;display:block; }
#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container { background-color: transparent; background-image: none; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container > .video-iframe-container { display: none; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row > .video-iframe-container { display: none; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .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); }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container { border-width: 0; border-radius: 0; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:282px;height:85px;top:299px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { top:570px;left:445px;width:240px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { top:233px;left:0px;width:764px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { top:255px;left:365px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { top:266px;left:376px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { top:255px;left:491px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { top:266px;left:502px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { top:255px;left:618px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { top:266px;left:629px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { top:292px;left:366px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { top:292px;left:492px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { top:292px;left:619px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { top:302px;left:530px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { top:303px;left:396px;width:50px;height:50px;display:block; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { top:296px;left:653px;width:42px;height:42px;display:block; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:42px; height:42px; } }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { top:343px;left:504px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { top:362px;left:376px;width:90px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { top:343px;left:629px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { top:560px;left:397px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:764px;height:45px;top:93px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MqhfOUMeOllT71ByUDhoAcg8mRFHlfTW { top:196px;left:258px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { top:419px;left:490px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { top:22px;left:281px;width:203px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { top:232px;left:0px;width:762px;height:485px;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { top:422px;left:124px;width:152px;height:152px;display:block; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { top:608px;left:425px;width:55px;height:55px;display:block; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { top:597px;left:425px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { top:560px;left:32px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { top:570px;left:71px;width:262px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { top:597px;left:60px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #RvKWh326T6wLlqonl95uG5GZaDnsx548 { width:205px;height:55px;top:608px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block; }
 }@media only screen and (max-width: 763px) { #p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { top:608px;left:59px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #F672P54eSttATD8CSzkIpXmTFLqaRMro { width:280px;height:55px;top:138px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #D1VUqTe4rbLc07lSBTeEKcHbVTKNXilX { display:block; }
 }@media only screen and (max-width: 763px) { #si6GlCgg6u8eaz65FHEg1tdogDf620pB { width:282px;height:28px;top:260px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #leEmIHbk5b15dt9PgquTGKvfGku5omKh { top:608px;left:502px;width:205px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrKu6ncGTyOKIdPdA1QOP2ElAeIMicSi { width:352px;height:114px;top:239px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lu6od3VFJAIoLhULXCLarZ3qJyTOgWGr { top:212px;left:0px;width:419px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #zQvX65ny0wbzAsr7Coy4xcmom7nqRm5T { top:212px;left:0px;width:420px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #DD6M38UdOountn9rzuVh672RRLsOF2Rg { top:421px;left:0px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #TomrlKcLVKFG2xtfKJLy75kyIqFVWR7h { top:432px;left:0px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g3DWCV0880AfHN1S4NqoZTdvBbyHQHBZ { top:421px;left:79px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #h0Fyqwyawi8vHo97ehumGuTK0c1IaaTs { top:432px;left:90px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fPCLZy5TBdVNUrzivTVicPGeIPgWm42k { top:421px;left:206px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #FDPHgqluzsodJtR2LlhUSyvPlZdklhHL { top:432px;left:217px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #THkn5R7rrtvbLkr998zpxaLpTMtAt2bq { top:458px;left:0px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #x1mAM6asnZnwrLq6t31KibuyyKIqankO { top:458px;left:80px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lxHiOHdTZN9O9EAGo6d050ocXeTZSXwX { top:458px;left:207px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 { top:468px;left:119px;width:35px;height:35px;display:block; }
#Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #wpn3FHmZTzmZactUegWVgRA4ayCKkHpL { top:469px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VIiEXs74cZgPpeKW83XMaOcLmSkwd6aX { top:462px;left:241px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #OnMK1FzI6Jm4qo9RtvPegMUNSX7eZtyW { top:509px;left:92px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gzkKCDAuw8GCnQrBkuwIIbgLEqOX8NkZ { top:529px;left:0px;width:90px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #F7tt5ZB4DXPz4Qh7V3siTHfOnOiwogTf { top:509px;left:217px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a6EaTtEfu7lfuTORV3goxfHRn2V05iVo { width:764px;height:39px;top:95px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ppQ4hBmiftm4iSIsGTUJbC3ZBbe0L0Fr { top:148px;left:257px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { width:320px;height:28px;top:289px;left:109px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #lker1acBDI5SEFaPsfqetMWtbMw6tWDT { top:64px;left:0px;width:762px;height:719px;display:block; }
 }@media only screen and (max-width: 763px) { #vqlqw2trya3kZLsQskyW9ies7aEixs8O { top:212px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2e40844-88a3-4b40-9216-4c4be0ecaea6/10001.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66130631-1231-4d59-bec2-4e9a5fca0768/100013.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.adaptive-delivery-prevent-bg, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyload, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyloading { background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,8,0.33); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,8,0.33); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:320px;height:933px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:235px;height:67.1718px;top:322px;left:42.5px;text-align:left;text-align-last:left;font-size:16px;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { width:320px;height:19.5px;top:755px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { width:320px;height:131px;top:272px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -moz-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -ms-linear-gradient(180deg, #ffdf8d, #ffdf8d);background-image: -o-linear-gradient(180deg, #ffdf8d, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );";background-image: linear-gradient(180deg, #ffdf8d, #ffdf8d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { width:90px;height:130px;top:419px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { width:90px;height:19.5px;top:430px;left:14px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { width:90px;height:130px;top:419px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { width:90px;height:19.5px;top:430px;left:116px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { width:90px;height:130px;top:419px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { width:90px;height:19.5px;top:430px;left:217px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { width:90px;height:1px;top:456px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { width:90px;height:1px;top:456px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { width:90px;height:1px;top:456px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { display:flex;width:35px;height:35px;top:468px;left:142px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { display:flex;width:40px;height:40px;top:468px;left:39px;font-size:28px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { display:flex;width:42px;height:42px;top:461px;left:242px;font-size:35px; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:42px; height:42px; } }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { width:81px;height:28.7812px;top:509px;left:120px;font-size:12px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { width:90px;height:15.5938px;top:519px;left:14px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { width:90px;height:31.1875px;top:509px;left:217px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { width:318px;height:123px;top:739px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -moz-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(90deg, #e0fffd, #aeedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );";background-image: linear-gradient(90deg, #e0fffd, #aeedff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:320px;height:27.2969px;top:65px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:21px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MqhfOUMeOllT71ByUDhoAcg8mRFHlfTW { width:180px;height:1px;top:135px;left:70px;background-color:#febf00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { width:123px;height:123px;top:146px;left:98.5px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { width:146px;height:38px;top:14px;left:87px;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { width:318px;height:203px;top:367px;left:0px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -moz-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -ms-linear-gradient(180deg, #ffdf8d, #fbb752);background-image: -o-linear-gradient(180deg, #ffdf8d, #fbb752);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#fbb752' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#fbb752' );";background-image: linear-gradient(180deg, #ffdf8d, #fbb752);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { width:178px;height:178px;top:204px;left:71px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { display:flex;width:55px;height:55px;top:796px;left:25px;font-size:24px; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { width:280px;height:1px;top:784px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { width:318px;height:123px;top:593px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(65deg, #339e00, #107742);background-image: -moz-linear-gradient(65deg, #339e00, #107742);background-image: -ms-linear-gradient(65deg, #339e00, #107742);background-image: -o-linear-gradient(65deg, #339e00, #107742);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#107742' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#107742' );";background-image: linear-gradient(65deg, #339e00, #107742);background-size:auto !important;border-top:1px solid #107742;border-left:1px solid #107742;border-right:1px solid #107742;border-bottom:1px solid #107742;display:block; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { width:320px;height:19.5px;top:608px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { width:280px;height:1px;top:636px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RvKWh326T6wLlqonl95uG5GZaDnsx548 { width:205px;height:55px;top:648px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block; }
 }@media only screen and (max-width: 763px) { #p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { width:55px;height:55px;top:648px;left:25px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F672P54eSttATD8CSzkIpXmTFLqaRMro { width:174px;height:43px;top:92.296875px;left:73px;font-size:16px;color:#febf00;display:block; }
 }@media only screen and (max-width: 763px) { #D1VUqTe4rbLc07lSBTeEKcHbVTKNXilX { display:block; }
 }@media only screen and (max-width: 763px) { #si6GlCgg6u8eaz65FHEg1tdogDf620pB { width:235px;height:22.3984px;top:291px;left:42.5px;text-align:left;text-align-last:left;font-size:16px;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #leEmIHbk5b15dt9PgquTGKvfGku5omKh { width:205px;height:55px;top:796px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { background-color:#ffffff;background-image:none;display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { background-color: transparent; background-image: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .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); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrKu6ncGTyOKIdPdA1QOP2ElAeIMicSi { width:262px;height:0;top:456px;left:29px;text-align:left;text-align-last:left;font-size:17px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #lu6od3VFJAIoLhULXCLarZ3qJyTOgWGr { width:320px;height:554px;top:99px;left:0px;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(99deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(99deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(99deg, #ffffff, #ffffff);background-image: -o-linear-gradient(99deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(99deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #107742;border-left:1px solid #107742;border-right:1px solid #107742;border-bottom:1px solid #107742;box-shadow: 5px 5px 10px rgba(16,119,66,0.16) ;display:none; }
 }@media only screen and (max-width: 763px) { #zQvX65ny0wbzAsr7Coy4xcmom7nqRm5T { width:320px;height:129px;top:435px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -moz-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -ms-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -o-linear-gradient(180deg, #e8e19f, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );";background-image: linear-gradient(180deg, #e8e19f, #ffcc33);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DD6M38UdOountn9rzuVh672RRLsOF2Rg { width:90px;height:130px;top:593px;left:13px;display:none; }
 }@media only screen and (max-width: 763px) { #TomrlKcLVKFG2xtfKJLy75kyIqFVWR7h { width:90px;height:0;top:604px;left:14px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g3DWCV0880AfHN1S4NqoZTdvBbyHQHBZ { width:90px;height:130px;top:593px;left:115px;display:none; }
 }@media only screen and (max-width: 763px) { #h0Fyqwyawi8vHo97ehumGuTK0c1IaaTs { width:90px;height:0;top:604px;left:116px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fPCLZy5TBdVNUrzivTVicPGeIPgWm42k { width:90px;height:130px;top:593px;left:216px;display:none; }
 }@media only screen and (max-width: 763px) { #FDPHgqluzsodJtR2LlhUSyvPlZdklhHL { width:90px;height:0;top:604px;left:217px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #THkn5R7rrtvbLkr998zpxaLpTMtAt2bq { width:90px;height:1px;top:630px;left:14px;display:none; }
 }@media only screen and (max-width: 763px) { #x1mAM6asnZnwrLq6t31KibuyyKIqankO { width:90px;height:1px;top:630px;left:116px;display:none; }
 }@media only screen and (max-width: 763px) { #lxHiOHdTZN9O9EAGo6d050ocXeTZSXwX { width:90px;height:1px;top:630px;left:217px;display:none; }
 }@media only screen and (max-width: 763px) { #Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 { display:flex;width:35px;height:35px;top:641.5px;left:142.5px;font-size:24px;display:none; }
#Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #wpn3FHmZTzmZactUegWVgRA4ayCKkHpL { display:flex;width:40px;height:40px;top:641.5px;left:39px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #VIiEXs74cZgPpeKW83XMaOcLmSkwd6aX { display:flex;width:42px;height:42px;top:635px;left:242px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #OnMK1FzI6Jm4qo9RtvPegMUNSX7eZtyW { width:81px;height:0;top:683px;left:120.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #gzkKCDAuw8GCnQrBkuwIIbgLEqOX8NkZ { width:90px;height:0;top:692.6015625px;left:14px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F7tt5ZB4DXPz4Qh7V3siTHfOnOiwogTf { width:90px;height:0;top:683px;left:217px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a6EaTtEfu7lfuTORV3goxfHRn2V05iVo { width:320px;height:35.0938px;top:35px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:27px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ppQ4hBmiftm4iSIsGTUJbC3ZBbe0L0Fr { width:180px;height:1px;top:267.234375px;left:70px;background-color:#febf00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { width:189px;height:0;top:785.703125px;left:103px;text-align:left;text-align-last:left;font-size:22px;font-weight:700;font-style:normal;color:#ffffff;text-shadow:3px 3px 5px rgba(0,0,0,0.2);z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #lker1acBDI5SEFaPsfqetMWtbMw6tWDT { width:318px;height:712px;top:131px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vqlqw2trya3kZLsQskyW9ies7aEixs8O { width:320px;height:440px;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#G9Pcq4T9XS2eTXBTtl7UsuI1mVqqLclU > .row .container { width:320px;height:877px;position:relative;display:block; } }