.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/96138ee2-74a5-4052-8441-df1bb18c4244/backgroundtet2025.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(255,255,255,0.1); }#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.1); }#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:859px;font-size:14px;font-family:arial;position:relative;display:block; }#qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { color:#000000;display:block;width:282px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:323px;left:261px;height:104px;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:204px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:615px;left:313px;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, #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;top:290px;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:312px;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:323px;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:312px;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:323px;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:312px;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:323px;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:349px;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:349px;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:349px;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:359px;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:360px;left:614px; }
#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:353px;left:871px; }
#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:400px;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:419px;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:400px;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, #aeedff);background-image: -moz-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(149deg, #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(149deg, #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;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:605px;left:247px;display:block; }
#aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:33px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:140px;left:0px;height:42.8984px;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:#febf00;background-image:none;top:235px;left:475px;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:152px;width:152px;top:468px;left:339px;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:20px;left:499px;overflow:hidden;display:block; }
#NIPa6cId7uNoOXNh0QsHbtIp8kyfBNXT { color:#ffcc33;display:block;width:547px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:194px;left:327px;height:29.8984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -moz-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -ms-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -o-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffeb6a', endColorstr='#febf00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffeb6a', endColorstr='#febf00' );";background-image: linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-size:auto !important;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;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:289px;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:147px;width:147px;top:468px;left:720px;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:653px;left:275px; }
#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:642px;left:275px;display:block; }
#zaTiE4xvMu3FZDBNN1FVh73GX4b2poau { background-color:#31a3db;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: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:15071;text-align:center;text-align-last:center;top:653px;left:351px;display:block; }
#t5sd1LOMT9hlwFWKNgNzHUwUb1ltM8QP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -moz-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -ms-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -o-linear-gradient(149deg, #caffe5, #b9ff8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#b9ff8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#b9ff8d' );";background-image: linear-gradient(149deg, #caffe5, #b9ff8d);background-size:auto !important;border-top:1px solid #e7ffe0;border-left:1px solid #e7ffe0;border-right:1px solid #e7ffe0;border-bottom:1px solid #e7ffe0;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:605px;left:618px;display:block; }
#q16U4xDVXiVLk4XS0a88cw077KkqICqb { color:#000000;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:615px;left:657px;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:642px;left:646px;display:block; }
#RvKWh326T6wLlqonl95uG5GZaDnsx548 { background-color:#009343;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: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:653px;left:722px;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:653px;left:645px;overflow:hidden;display:block; }
#SJQfoWWCHgcfcqXneryVaBsUNv10yTh9 { box-sizing:content-box;height:96px;width:263px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(191deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(191deg, #ffffff, #ffffff);background-image: -o-linear-gradient(191deg, #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(191deg, #ffffff, #ffffff);background-size:auto !important;top:0px;left:468px;border-top-left-radius:00;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;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:875px;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:267px;left:195px;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(283deg, #ffeb6a, #febf00);background-image: -moz-linear-gradient(283deg, #ffeb6a, #febf00);background-image: -ms-linear-gradient(283deg, #ffeb6a, #febf00);background-image: -o-linear-gradient(283deg, #ffeb6a, #febf00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb6a', endColorstr='#febf00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb6a', endColorstr='#febf00' );";background-image: linear-gradient(283deg, #ffeb6a, #febf00);background-size:auto !important;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 5px 5px 10px rgba(16,119,66,0.55) ;height:374px;width:419px;top:240px;left:160px;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, #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;top:240px;left:161px;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:449px;left:187px;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:460px;left:198px;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:449px;left:313px;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:460px;left:324px;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:449px;left:440px;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:460px;left:451px;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:486px;left:188px;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:486px;left:314px;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:486px;left:441px;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:496px;left:353px; }
#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:497px;left:218px; }
#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:490px;left:475px; }
#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:537px;left:326px;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:557px;left:198px;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:537px;left:451px;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:37px;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:90px;left:475px;display:block; }
#yVq3pXHklyr2uEztBbW2PPUOWNqZ3EB5 { position:absolute;display:block;z-index:14997;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:182px;width:182px;top:67px;left:209px;overflow:hidden;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; }
#NGBGdXilJ0M8s9wWqTPmNsFkBmlvTCby { 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:15000;opacity:1;display:none; }
#BTXdtma9L9K5ILaAw668uL0THAp1OGBS { position:absolute;display:block;z-index:14998;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:99px;width:99px;top:169px;left:342px;overflow:hidden;display:block; }
#lker1acBDI5SEFaPsfqetMWtbMw6tWDT { box-sizing:content-box;height:782px;width:1069px;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(178,30,30,0.71), rgba(178,30,30,0.37));background-image: -moz-linear-gradient(180deg, rgba(178,30,30,0.71), rgba(178,30,30,0.37));background-image: -ms-linear-gradient(180deg, rgba(178,30,30,0.71), rgba(178,30,30,0.37));background-image: -o-linear-gradient(180deg, rgba(178,30,30,0.71), rgba(178,30,30,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b21e1e', endColorstr='#5eb21e1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b21e1e', endColorstr='#5eb21e1e' );";background-image: linear-gradient(180deg, rgba(178,30,30,0.71), rgba(178,30,30,0.37));background-size:cover !important;top:6px;left:64.5px;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(178,30,30,0.25);border-left:1px solid rgba(178,30,30,0.25);border-right:1px solid rgba(178,30,30,0.25);border-bottom:1px solid rgba(178,30,30,0.25);display:block; }
#uVTZWy1ZC1ADkCh3WfgLwuiR7pAAzLMr { position:absolute;display:block;z-index:15022;height:440px;width:400px;top:177px;left:638px;display:block; }
#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM { 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; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row .container { background-color: transparent; background-image: none; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row .container > .video-iframe-container { display: none; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row > .video-iframe-container { display: none; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .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); }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row .container { border-width: 0; border-radius: 0; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .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:104px;top:323px;left:43px;font-size:20px;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:615px;left:95px;width:204px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { top:290px;left:0px;width:764px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { top:312px;left:365px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { top:323px;left:376px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { top:312px;left:491px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { top:323px;left:502px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { top:312px;left:618px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { top:323px;left:629px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { top:349px;left:366px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { top:349px;left:492px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { top:349px;left:619px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { top:359px;left:530px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { top:360px;left:396px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { top:353px;left:653px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { top:400px;left:504px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { top:419px;left:376px;width:90px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { top:400px;left:629px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { top:605px;left:29px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:764px;height:42px;top:140px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MqhfOUMeOllT71ByUDhoAcg8mRFHlfTW { top:235px;left:257px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { top:468px;left:121px;width:152px;height:152px;display:block; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { top:20px;left:281px;width:203px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NIPa6cId7uNoOXNh0QsHbtIp8kyfBNXT { width:547px;height:29px;top:194px;left:109px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { top:289px;left:0px;width:762px;height:485px;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { top:468px;left:502px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { top:653px;left:57px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { top:642px;left:57px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zaTiE4xvMu3FZDBNN1FVh73GX4b2poau { width:205px;height:55px;top:653px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #t5sd1LOMT9hlwFWKNgNzHUwUb1ltM8QP { display:block; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { top:605px;left:400px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { top:615px;left:439px;width:262px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { top:642px;left:428px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #RvKWh326T6wLlqonl95uG5GZaDnsx548 { width:205px;height:55px;top:653px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block; }
 }@media only screen and (max-width: 763px) { #p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { top:653px;left:427px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #SJQfoWWCHgcfcqXneryVaBsUNv10yTh9 { top:0px;left:250px;width:263px;height:96px;display:none; }
 }@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:267px;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:240px;left:0px;width:419px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #zQvX65ny0wbzAsr7Coy4xcmom7nqRm5T { top:240px;left:0px;width:420px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #DD6M38UdOountn9rzuVh672RRLsOF2Rg { top:449px;left:0px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #TomrlKcLVKFG2xtfKJLy75kyIqFVWR7h { top:460px;left:0px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g3DWCV0880AfHN1S4NqoZTdvBbyHQHBZ { top:449px;left:95px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #h0Fyqwyawi8vHo97ehumGuTK0c1IaaTs { top:460px;left:106px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fPCLZy5TBdVNUrzivTVicPGeIPgWm42k { top:449px;left:222px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #FDPHgqluzsodJtR2LlhUSyvPlZdklhHL { top:460px;left:233px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #THkn5R7rrtvbLkr998zpxaLpTMtAt2bq { top:486px;left:0px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #x1mAM6asnZnwrLq6t31KibuyyKIqankO { top:486px;left:96px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lxHiOHdTZN9O9EAGo6d050ocXeTZSXwX { top:486px;left:223px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5ayM5vXyAbZ06tVPTIFENPs9EMna46 { top:496px;left:135px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wpn3FHmZTzmZactUegWVgRA4ayCKkHpL { top:497px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VIiEXs74cZgPpeKW83XMaOcLmSkwd6aX { top:490px;left:257px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #OnMK1FzI6Jm4qo9RtvPegMUNSX7eZtyW { top:537px;left:108px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gzkKCDAuw8GCnQrBkuwIIbgLEqOX8NkZ { top:557px;left:0px;width:90px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #F7tt5ZB4DXPz4Qh7V3siTHfOnOiwogTf { top:537px;left:233px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a6EaTtEfu7lfuTORV3goxfHRn2V05iVo { width:764px;height:39px;top:37px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ppQ4hBmiftm4iSIsGTUJbC3ZBbe0L0Fr { top:90px;left:257px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #yVq3pXHklyr2uEztBbW2PPUOWNqZ3EB5 { top:67px;left:0px;width:182px;height:182px;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) { #NGBGdXilJ0M8s9wWqTPmNsFkBmlvTCby { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BTXdtma9L9K5ILaAw668uL0THAp1OGBS { top:169px;left:124px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #lker1acBDI5SEFaPsfqetMWtbMw6tWDT { top:6px;left:0px;width:762px;height:782px;display:block; }
 }@media only screen and (max-width: 763px) { #uVTZWy1ZC1ADkCh3WfgLwuiR7pAAzLMr { top:177px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f62abfcb-8ef4-473d-9cb9-e78073423104/backgroundmobiletet2025.webp");background-position: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,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 { width:320px;height:1015px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:245px;height:95.1876px;top:377px;left:38px;text-align:left;text-align-last:left;font-size:17px;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:710px;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:359px;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:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { width:90px;height:130px;top:506px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { width:90px;height:19.5px;top:517px;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:506px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { width:90px;height:19.5px;top:517px;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:506px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { width:90px;height:19.5px;top:517px;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:543px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { width:90px;height:1px;top:543px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { width:90px;height:1px;top:543px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { display:flex;width:35px;height:35px;top:555px;left:142px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { display:flex;width:40px;height:40px;top:555px;left:39px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { display:flex;width:42px;height:42px;top:548px;left:242px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { width:81px;height:28.7969px;top:596px;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:606px;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:596px;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:694px;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:65px;top:66.5px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:25px;color:#107742;display:block; }
 }@media only screen and (max-width: 763px) { #MqhfOUMeOllT71ByUDhoAcg8mRFHlfTW { width:180px;height:1px;top:177px;left:70px;background-color:#b21e1e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { width:105px;height:105px;top:276px;left:54px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { width:146px;height:38px;top:15px;left:87px;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #NIPa6cId7uNoOXNh0QsHbtIp8kyfBNXT { width:320px;height:24.6953px;top:142px;left:0px;text-align:center;text-align-last:center;font-size:19px;font-weight:700;font-style:normal;color:#b21e1e;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { width:318px;height:298px;top:359px;left:0px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -moz-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -ms-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -o-linear-gradient(191deg, #fff7d5, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7d5', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7d5', endColorstr='#ffcc33' );";background-image: linear-gradient(191deg, #fff7d5, #ffcc33);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { width:178px;height:178px;top:204px;left:71px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { display:flex;width:55px;height:55px;top:751px;left:25px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { width:280px;height:1px;top:739px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zaTiE4xvMu3FZDBNN1FVh73GX4b2poau { width:205px;height:55px;top:751px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #t5sd1LOMT9hlwFWKNgNzHUwUb1ltM8QP { display:block; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { width:318px;height:123px;top:839px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -moz-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -ms-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -o-linear-gradient(65deg, #caffe5, #a2ffda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#a2ffda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#a2ffda' );";background-image: linear-gradient(65deg, #caffe5, #a2ffda);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;display:block; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { width:320px;height:19.5px;top:854px;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:882px;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:894px;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:894px;left:25px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SJQfoWWCHgcfcqXneryVaBsUNv10yTh9 { top:0px;left:0px;width:318px;height:197px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ffffff, #fffcf1);background-image: -moz-linear-gradient(117deg, #ffffff, #fffcf1);background-image: -ms-linear-gradient(117deg, #ffffff, #fffcf1);background-image: -o-linear-gradient(117deg, #ffffff, #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcf1' );";background-image: linear-gradient(117deg, #ffffff, #fffcf1);background-size:auto !important;border-top:0;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { background-color:#f9fafb;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:1199px;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:165px;left:0px;z-index:14996;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.55) ;display:block; }
 }@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; }
 }@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:63px;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) { #yVq3pXHklyr2uEztBbW2PPUOWNqZ3EB5 { width:97px;height:97px;top:119.5px;left:0px;z-index:15079;display:block; }
 }@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) { #NGBGdXilJ0M8s9wWqTPmNsFkBmlvTCby { display:flex;top:10px;left:133.5px;width:53px;height:53px;z-index:15078; }
 }@media only screen and (max-width: 763px) { #BTXdtma9L9K5ILaAw668uL0THAp1OGBS { width:40px;height:40px;top:183px;left:0px;z-index:15080;display:block; }
 }@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) { #uVTZWy1ZC1ADkCh3WfgLwuiR7pAAzLMr { width:320px;height:440px;top:739px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#lSIT8mKNdQT2RoAQzWkKXSheQIEvuRHM > .row .container { width:320px;height:877px;position:relative;display:block; } }