.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");background-position:center !important;background-repeat:no-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; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,143,230,0.4); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,143,230,0.4); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7196b6e-45c1-4f74-a7d6-9f39a30ded81/66bbb41a4c5d55ab993cc4e9.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.adaptive-delivery-prevent-bg, #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.lazyload, #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.lazyloading { background-image: none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { background-color: transparent; background-image: none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container > .video-iframe-container { display: none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row > .video-iframe-container { display: none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .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); }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { border-width: 0; border-radius: 0; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:959.977px;position:absolute;font-family:"open sans";font-size:40px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0px;left:0px;height:44px;color:rgba(0,0,0,0);font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1qyhUnmFWNd7wUKVGghBAO9TXugRtKN { color:#00a617;display:block;width:500px;position:absolute;font-family:"open sans";font-size:52px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:143.1875px;left:51.5px;height:202.781px;display:block; }
#HmamDcP4ns2JDVpqd2sRH6yOdbAAbpsT { color:#00a617;display:block;width:514px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:350.1875px;left:51.5px;height:57.1875px;text-align:left;text-align-last:left;display:block; }
#PchkqsMzzrp2v9VJb5qLpqoAAXbKS1u1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:142px;width:473px;top:13px;left:0px;overflow:hidden;display:block; }
#xfzAwWSqnPDQsvSCs5XCN1TpQ5UN9Asw { background-color:#f8eed1;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#008ef6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:433.375px;left:51.5px;display:block; }
#l0po31XigZVssT1kwR0QF4LtMZ43bZIz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iOP5D4UdkK8bWZuebE21UJSa1nTTKaPB { 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:15016;opacity:1;top:435.875px;left:252.5px; }
#eCW8IrMCfpQcdIcN69aUqHCLmbkCbemT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:399px;width:399px;top:175px;left:561px;overflow:hidden;display:block; }
#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.adaptive-delivery-prevent-bg, #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.lazyload, #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.lazyloading { background-image: none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { border-width: 0; border-radius: 0; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:none; }#nlzveSk3WJTb1OgGBPbexEdeLPM0E2wu { display:block;width:959.977px;position:absolute;font-family:"open sans";font-size:40px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0px;left:0px;height:44px;color:rgba(0,0,0,0);font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9RqOf4XcmBRbeTdVLqTRr2yslr5mWNd { color:#00a617;display:block;width:500px;position:absolute;font-family:"open sans";font-size:60px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:195.1875px;left:51.5px;height:156px;display:block; }
#CFR2TGHcL5VU7AmPeLGWTV1S3k4Gqein { color:#00a617;display:block;width:514px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:350.1875px;left:51.5px;height:57.1875px;text-align:left;text-align-last:left;display:block; }
#amcNSDZnCqwM6By6qHThU0lMnJwbNw6X { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:142px;width:473px;top:13px;left:0px;overflow:hidden;display:block; }
#Fd720eJ1uaZylRpUE9wDREzSehmTSAtd { background-color:#f8eed1;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#008ef6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:433.375px;left:51.5px;display:block; }
#P8OvFIOizOHkMRzuUI8zofq7zVxPTGvh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ySUFvcTNGcxPmTVp6e81MNT6urzNAMag { 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:15016;opacity:1;top:435.875px;left:252.5px; }
#CpuPCnnUnPQIDLcKg8FWERCsmBBaCyWa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:399px;width:399px;top:166.875px;left:561px;overflow:hidden;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:960px;height:477px;font-size:14px;font-family:arial;position:relative;display:block; }#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:905.984px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18px;left:27px;height:41.5938px;color:#00c2ca;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJIHaugwKfhqqnTKCnBsoLvVdoykQqfh { color:#000000;display:block;width:255px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.578125px;left:47.5px;height:41.5938px;display:block; }
#Zi25T8QpdmSrIapWtztXWXM43lHabqaf { position:absolute;display:block;z-index:15011;background-color:#f8fcff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:295px;width:200px;top:120px;left:27px;display:block; }
#xRydluXfP0KZFUMm4MgFvJsmaQVBDEBq { 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:15012;opacity:1;top:127px;left:102px; }
#KBlv2a0ILIT1SSTgy6kFDL9ytCGDu8Xv { color:#00a617;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:197px;left:27px;height:52px;text-align:center;text-align-last:center;display:block; }
#ThZx2iu9PyrVU1sMTk6gkyC9aCGnGlra { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:261.4375px;left:27px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#vkcOaIr3GDNL0DpnGeQmNs93JoFtTqI4 { 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:15016;opacity:1;top:127px;left:336px; }
#Q6lSw1L7wK3moTVJbNcFRO6fOlnkL1d8 { color:#00a617;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:197px;left:261px;height:26px;text-align:center;text-align-last:center;display:block; }
#dQCeof1a3V24z1niGeWHlQmduu55CqbO { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:267.34375px;left:261px;height:54.5859px;text-align:center;text-align-last:center;display:block; }
#mBo9nmpH5u5gvCWTamX0Xlt3Sxp0ynrp { 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:15020;opacity:1;top:127px;left:567px; }
#MK3sGhNqzyGoeFDV7RqoTigZ8QJmyd4s { color:#00a617;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:197px;left:492px;height:78px;text-align:center;text-align-last:center;display:block; }
#kFasHLBgxFG5GK8rspANnpJfKKXh4LUg { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:309.015625px;left:492px;height:72.7812px;text-align:center;text-align-last:center;display:block; }
#Fp9pFLptfRnwgWDagbbJb1BVx0OyyXws { 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:15024;opacity:1;top:127px;left:791px; }
#i0cQNe4oVeBqNXfsWUZfqDKQnsk4SfDs { color:#00a617;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:197px;left:716px;height:78px;text-align:center;text-align-last:center;display:block; }
#lDTd0xanzTFm08Q8TeXp7HEGwtVVkwub { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:290.8125px;left:716px;height:109.172px;text-align:center;text-align-last:center;display:block; }
#GV8mmbBHh7ZHo8QQOlJ40AbrnZVGWGRl { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:97.1875px;left:47.5px;height:20.7969px;display:block; }
#xTT0U6uD3nK6m2cfP3S3zZbSwGWGSp5L { color:#000000;display:block;width:255px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.578125px;left:47.5px;height:41.5938px;display:none; }
#dDVSThA6ufCMBHiNB6yeLH4Vbc0oqX3r { position:absolute;display:block;z-index:15012;background-color:#f8fcff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:297px;width:200px;top:120px;left:261px;display:block; }
#DPdvIUKBMoD9QZ0g1xwhGiWLM98r3igB { position:absolute;display:block;z-index:15013;background-color:#f8fcff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:302px;width:200px;top:120px;left:492px;display:block; }
#thD1OrR1OSHKz1zCqNFbyN2TGaqsgF2r { position:absolute;display:block;z-index:15014;background-color:#f8fcff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:304px;width:200px;top:120px;left:716px;display:block; }
#wFzWJxTcprFg715t2W8QLP0GSRyaX38t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container { background-color: transparent; background-image: none; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container > .video-iframe-container { display: none; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row > .video-iframe-container { display: none; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .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); }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container { border-width: 0; border-radius: 0; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container { font-size:14px;font-family:arial;height:498px;width:960px;position:relative;display:block; }#QifGAO4mGIW1lILXVrzTksEpT4tmyZG2 { position:absolute;display:block;z-index:15000;background-color:#00a617;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:204px;width:657px;top:22px;left:15.5px;display:block; }
#h30WiGykoqeMuLSDvgV1NoQkCcU7s4hE { color:#000000;display:block;width:642px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:41px;left:31px;height:23.3984px;display:block; }
#xRwPqKr24avnA8LgPR8shLPcUI5BxapL { color:#ffcd00;display:block;width:617px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:87.75px;left:31px;height:45.5px;display:block; }
#qedA6XOmacpA8r7yVDdgQSXml3dkkwAG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:469px;width:469px;top:29px;left:491px;overflow:hidden;display:block; }
#HGgiXpCDEbEIb2S6tHVZsubrAPDP219C { background-color:#f8eed1;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#008ef6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:155.25px;left:30.99609375px;display:block; }
#eVPEpSMNEoyTRLiGO6dXZJ1Qg1rJRmPA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yaahymu7QKG0fnAyPz9xA60XgpTgBOrv { 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:15017;opacity:1;top:157.75px;left:220.984375px; }
#UB8BNFJDnaX65zI4uASbXPKaZwzib55I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcd00;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container { background-color: transparent; background-image: none; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container > .video-iframe-container { display: none; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row > .video-iframe-container { display: none; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .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); }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container { border-width: 0; border-radius: 0; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container { font-size:14px;font-family:arial;height:601px;width:960px;position:relative;display:block; }#xfIbNhPmAzQBA2hefOs0VD9g52tyQc79 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:439px;width:439px;top:57px;left:0px;overflow:hidden;display:block; }
#NO4I2RdsMpDlvStixnWXz0ZqAdkgRbMN { color:#000000;display:block;width:538px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.515625px;left:421px;height:67.5938px;display:block; }
#h4u5IfhgcTB5toudtW51DfsPxA2O8fRz { color:#000000;display:block;width:539px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:142.716796875px;left:421.001953125px;height:304.1797px;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#00a617;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:344px;height:60px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:531.984375px;left:410px;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ggHmnq4A9pDqpe3y2r3sLoa3Xi6hMqF9 { color:#00a617;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:107.265625px;left:421px;height:20.7969px;display:block; }
#uBQIuAtdfpdUWbOzgZV3xAbm3fo1OZt4 { 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:15018;opacity:1;top:536.984375px;left:665px; }
#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh { position:relative;display:block; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh { background-color: transparent; background-image: none; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container > .video-iframe-container { display: none; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row > .video-iframe-container { display: none; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .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); }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh { border-width: 0; border-radius: 0; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:162px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ae6ymuiwT8plBh08peM8AZhvhXGfQ9bh { color:#008fe6;display:block;width:474px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:32.25px;left:12.5px;height:97.5px;display:block; }
#gBxX6wFDbPGGTRaVQt32SzIWrWLU7clt { background-color:#f8eed1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#00a617;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:339px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:53.5px;left:552.5px;display:block; }
#y9dxLvLiqypkiu1vHk0z2gu5BmiTHBNI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aStbhOIB7XSkHsTLhKnuT5annzkyxINV { position:relative;display:none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV { border-width: 0; border-radius: 0; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:162px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MqPNNwzyoFoXg0QTVOotRHDzflzb7hiR { color:#008fe6;display:block;width:474px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:32.25px;left:12.5px;height:97.5px;display:block; }
#tarJwO6Lc3eRZJRILk4NsOA61GMX0ZUX { background-color:#f8eed1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#00a617;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:339px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:53.5px;left:552.5px;display:block; }
#eGZJ4HwVSSTR0k55N95koZTl1DRbxDZE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#SheIvdXUByxUaB2vyh8dkkTiP6CT0kTW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:92px;width:310px;top:21.5px;left:0px;overflow:hidden;display:block; }
#TrvKfM31SHgSUGhQ2Tn53R8tomqOMi1t { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5px;left:430.5px;height:29.8984px;text-align:center;text-align-last:center;display:block; }
#D3iTlqgTfQrCGpoh7Tv0z1v75a9JAwzf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:61px;left:400.5px; }
#yR0edtQEzxzAviy6b2lAvV1khvKD4zif { color:#000000;display:block;width:309px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:65.59375px;left:400.5px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#A0FyvZ9hAQ5pZEzRvsKo2u1oBLKtTptn { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5px;left:733px;height:29.8984px;text-align:center;text-align-last:center;display:block; }
#rPP03imdOS6ArLPlu0X8n2to5vKu3oSL { 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:15003;opacity:1;top:51.3828125px;left:768px; }
#rPP03imdOS6ArLPlu0X8n2to5vKu3oSL > img { max-width: 100%;max-height:100%; }#vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN { 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:15004;opacity:1;top:51.3828125px;left:826.5px; }
#vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN > img { max-width: 100%;max-height:100%; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container { background-color: transparent; background-image: none; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container > .video-iframe-container { display: none; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row > .video-iframe-container { display: none; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .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); }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container { border-width: 0; border-radius: 0; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container { font-size:14px;font-family:arial;height:37px;width:960px;position:relative;display:block; }#AWnAsGU5XtqkleQu98rRAKvOLhpQiAbE { color:#000000;display:block;width:556px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.09375px;left:202px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ { display:block; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:764px;height:44px;top:0px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t1qyhUnmFWNd7wUKVGghBAO9TXugRtKN { top:143px;left:0px;width:500px;height:202px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #HmamDcP4ns2JDVpqd2sRH6yOdbAAbpsT { top:350px;left:0px;width:514px;height:57px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PchkqsMzzrp2v9VJb5qLpqoAAXbKS1u1 { top:13px;left:0px;width:473px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #xfzAwWSqnPDQsvSCs5XCN1TpQ5UN9Asw { width:280px;height:55px;top:433px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l0po31XigZVssT1kwR0QF4LtMZ43bZIz { display:block; }
 }@media only screen and (max-width: 763px) { #iOP5D4UdkK8bWZuebE21UJSa1nTTKaPB { top:435px;left:154.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eCW8IrMCfpQcdIcN69aUqHCLmbkCbemT { top:175px;left:365px;width:399px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE { display:none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nlzveSk3WJTb1OgGBPbexEdeLPM0E2wu { width:764px;height:44px;top:0px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #n9RqOf4XcmBRbeTdVLqTRr2yslr5mWNd { top:74px;left:0px;width:320px;height:124px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CFR2TGHcL5VU7AmPeLGWTV1S3k4Gqein { top:198px;left:0px;width:320px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #amcNSDZnCqwM6By6qHThU0lMnJwbNw6X { top:13px;left:0px;width:473px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd720eJ1uaZylRpUE9wDREzSehmTSAtd { width:280px;height:55px;top:433px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P8OvFIOizOHkMRzuUI8zofq7zVxPTGvh { display:block; }
 }@media only screen and (max-width: 763px) { #ySUFvcTNGcxPmTVp6e81MNT6urzNAMag { top:435px;left:154.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #CpuPCnnUnPQIDLcKg8FWERCsmBBaCyWa { top:166px;left:365px;width:399px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:764px;height:41px;top:18px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mJIHaugwKfhqqnTKCnBsoLvVdoykQqfh { top:44px;left:0px;width:255px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Zi25T8QpdmSrIapWtztXWXM43lHabqaf { top:120px;left:0px;width:200px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #xRydluXfP0KZFUMm4MgFvJsmaQVBDEBq { top:127px;left:4px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #KBlv2a0ILIT1SSTgy6kFDL9ytCGDu8Xv { top:197px;left:0px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ThZx2iu9PyrVU1sMTk6gkyC9aCGnGlra { top:261px;left:0px;width:200px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vkcOaIr3GDNL0DpnGeQmNs93JoFtTqI4 { top:127px;left:238px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lSw1L7wK3moTVJbNcFRO6fOlnkL1d8 { top:197px;left:163px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dQCeof1a3V24z1niGeWHlQmduu55CqbO { top:267px;left:163px;width:200px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mBo9nmpH5u5gvCWTamX0Xlt3Sxp0ynrp { top:127px;left:469px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #MK3sGhNqzyGoeFDV7RqoTigZ8QJmyd4s { top:197px;left:394px;width:200px;height:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kFasHLBgxFG5GK8rspANnpJfKKXh4LUg { top:309px;left:394px;width:200px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9pFLptfRnwgWDagbbJb1BVx0OyyXws { top:127px;left:693px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #i0cQNe4oVeBqNXfsWUZfqDKQnsk4SfDs { top:197px;left:564px;width:200px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lDTd0xanzTFm08Q8TeXp7HEGwtVVkwub { top:290px;left:564px;width:200px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GV8mmbBHh7ZHo8QQOlJ40AbrnZVGWGRl { top:97px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTT0U6uD3nK6m2cfP3S3zZbSwGWGSp5L { top:57px;left:0px;width:200px;height:;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #dDVSThA6ufCMBHiNB6yeLH4Vbc0oqX3r { top:120px;left:163px;width:200px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #DPdvIUKBMoD9QZ0g1xwhGiWLM98r3igB { top:120px;left:394px;width:200px;height:302px;display:block; }
 }@media only screen and (max-width: 763px) { #thD1OrR1OSHKz1zCqNFbyN2TGaqsgF2r { top:120px;left:564px;width:200px;height:304px;display:block; }
 }@media only screen and (max-width: 763px) { #wFzWJxTcprFg715t2W8QLP0GSRyaX38t { display:block; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifGAO4mGIW1lILXVrzTksEpT4tmyZG2 { top:22px;left:0px;width:657px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #h30WiGykoqeMuLSDvgV1NoQkCcU7s4hE { top:41px;left:0px;width:642px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xRwPqKr24avnA8LgPR8shLPcUI5BxapL { top:87px;left:0px;width:617px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qedA6XOmacpA8r7yVDdgQSXml3dkkwAG { top:29px;left:295px;width:469px;height:469px;display:block; }
 }@media only screen and (max-width: 763px) { #HGgiXpCDEbEIb2S6tHVZsubrAPDP219C { width:280px;height:55px;top:155px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eVPEpSMNEoyTRLiGO6dXZJ1Qg1rJRmPA { display:block; }
 }@media only screen and (max-width: 763px) { #yaahymu7QKG0fnAyPz9xA60XgpTgBOrv { top:157px;left:122.984375px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #UB8BNFJDnaX65zI4uASbXPKaZwzib55I { display:block; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfIbNhPmAzQBA2hefOs0VD9g52tyQc79 { top:57px;left:0px;width:439px;height:439px;display:block; }
 }@media only screen and (max-width: 763px) { #NO4I2RdsMpDlvStixnWXz0ZqAdkgRbMN { top:34px;left:226px;width:538px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #h4u5IfhgcTB5toudtW51DfsPxA2O8fRz { top:142px;left:225px;width:539px;height:374px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:344px;height:60px;top:531px;left:312px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #ggHmnq4A9pDqpe3y2r3sLoa3Xi6hMqF9 { top:107px;left:323px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uBQIuAtdfpdUWbOzgZV3xAbm3fo1OZt4 { top:536px;left:567px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh { display:block; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae6ymuiwT8plBh08peM8AZhvhXGfQ9bh { top:32px;left:0px;width:474px;height:97px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gBxX6wFDbPGGTRaVQt32SzIWrWLU7clt { width:339px;height:55px;top:53px;left:425px;display:block; }
 }@media only screen and (max-width: 763px) { #y9dxLvLiqypkiu1vHk0z2gu5BmiTHBNI { display:block; }
 }@media only screen and (max-width: 763px) { #aStbhOIB7XSkHsTLhKnuT5annzkyxINV { display:none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MqPNNwzyoFoXg0QTVOotRHDzflzb7hiR { top:20px;left:0px;width:320px;height:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tarJwO6Lc3eRZJRILk4NsOA61GMX0ZUX { width:339px;height:55px;top:53px;left:425px;display:block; }
 }@media only screen and (max-width: 763px) { #eGZJ4HwVSSTR0k55N95koZTl1DRbxDZE { display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SheIvdXUByxUaB2vyh8dkkTiP6CT0kTW { top:21px;left:0px;width:310px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #TrvKfM31SHgSUGhQ2Tn53R8tomqOMi1t { top:21px;left:332.5px;width:200px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #D3iTlqgTfQrCGpoh7Tv0z1v75a9JAwzf { top:61px;left:302.5px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yR0edtQEzxzAviy6b2lAvV1khvKD4zif { top:65px;left:302.5px;width:309px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A0FyvZ9hAQ5pZEzRvsKo2u1oBLKtTptn { top:21px;left:564px;width:200px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rPP03imdOS6ArLPlu0X8n2to5vKu3oSL { top:51px;left:670px;width:50px;height:50px;display:block; }
#rPP03imdOS6ArLPlu0X8n2to5vKu3oSL > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN { top:51px;left:714px;width:50px;height:50px;display:block; }
#vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym { display:block; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWnAsGU5XtqkleQu98rRAKvOLhpQiAbE { top:8px;left:104px;width:556px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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) { #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.adaptive-delivery-prevent-bg, #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.lazyload, #QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ.lazyloading { background-image: none; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { border-width: 0; border-radius: 0; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhIKk9p5i8WiBCMZ4pZnwcxtlMVqPbMJ > .row .container { width:320px;height:646px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:299px;height:28.7969px;top:0px;left:10.5px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t1qyhUnmFWNd7wUKVGghBAO9TXugRtKN { width:320px;height:83.1875px;top:74.046875px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HmamDcP4ns2JDVpqd2sRH6yOdbAAbpsT { width:320px;height:36.3906px;top:156.234375px;left:0px;font-size:14px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PchkqsMzzrp2v9VJb5qLpqoAAXbKS1u1 { width:251px;height:74px;top:8.1875px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xfzAwWSqnPDQsvSCs5XCN1TpQ5UN9Asw { width:280px;height:55px;top:207.8046875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l0po31XigZVssT1kwR0QF4LtMZ43bZIz { display:block; }
 }@media only screen and (max-width: 763px) { #iOP5D4UdkK8bWZuebE21UJSa1nTTKaPB { display:flex;width:50px;height:50px;top:210.3046875px;left:224px; }
 }@media only screen and (max-width: 763px) { #eCW8IrMCfpQcdIcN69aUqHCLmbkCbemT { width:320px;height:320px;top:261.8046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.adaptive-delivery-prevent-bg, #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.lazyload, #Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE.lazyloading { background-image: none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { background-color: transparent; background-image: none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container > .video-iframe-container { display: none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row > .video-iframe-container { display: none; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .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); }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { border-width: 0; border-radius: 0; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdkl2H4lSB8uOnD3nMUTvr7h2THZSKxE > .row .container { width:320px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlzveSk3WJTb1OgGBPbexEdeLPM0E2wu { width:299px;height:28.7969px;top:0px;left:10.5px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n9RqOf4XcmBRbeTdVLqTRr2yslr5mWNd { width:320px;height:124.781px;top:74.046875px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CFR2TGHcL5VU7AmPeLGWTV1S3k4Gqein { width:320px;height:36.3906px;top:198.8125px;left:0px;font-size:14px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #amcNSDZnCqwM6By6qHThU0lMnJwbNw6X { width:251px;height:74px;top:8.1875px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd720eJ1uaZylRpUE9wDREzSehmTSAtd { width:280px;height:55px;top:260.3046875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P8OvFIOizOHkMRzuUI8zofq7zVxPTGvh { display:block; }
 }@media only screen and (max-width: 763px) { #ySUFvcTNGcxPmTVp6e81MNT6urzNAMag { display:flex;width:50px;height:50px;top:262.8046875px;left:226px; }
 }@media only screen and (max-width: 763px) { #CpuPCnnUnPQIDLcKg8FWERCsmBBaCyWa { width:320px;height:320px;top:261.8046875px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#ffffff;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; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:1022px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:295px;height:26px;top:107.5938px;left:12px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mJIHaugwKfhqqnTKCnBsoLvVdoykQqfh { width:200px;height:32.5px;top:25.40625px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Zi25T8QpdmSrIapWtztXWXM43lHabqaf { width:206px;height:205px;top:95.59375px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #xRydluXfP0KZFUMm4MgFvJsmaQVBDEBq { display:flex;width:50px;height:50px;top:107.59375px;left:135px; }
 }@media only screen and (max-width: 763px) { #KBlv2a0ILIT1SSTgy6kFDL9ytCGDu8Xv { width:200px;height:52px;top:157.59375px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ThZx2iu9PyrVU1sMTk6gkyC9aCGnGlra { width:200px;height:54.5859px;top:224.4375px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vkcOaIr3GDNL0DpnGeQmNs93JoFtTqI4 { display:flex;width:50px;height:50px;top:310.1953125px;left:135px; }
 }@media only screen and (max-width: 763px) { #Q6lSw1L7wK3moTVJbNcFRO6fOlnkL1d8 { width:200px;height:26px;top:371.6875px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dQCeof1a3V24z1niGeWHlQmduu55CqbO { width:200px;height:54.5859px;top:397.6875px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mBo9nmpH5u5gvCWTamX0Xlt3Sxp0ynrp { display:flex;width:50px;height:50px;top:473.03125px;left:135px; }
 }@media only screen and (max-width: 763px) { #MK3sGhNqzyGoeFDV7RqoTigZ8QJmyd4s { width:200px;height:104px;top:523.03125px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kFasHLBgxFG5GK8rspANnpJfKKXh4LUg { width:200px;height:90.9766px;top:626.03125px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9pFLptfRnwgWDagbbJb1BVx0OyyXws { display:flex;width:50px;height:50px;top:751px;left:135px; }
 }@media only screen and (max-width: 763px) { #i0cQNe4oVeBqNXfsWUZfqDKQnsk4SfDs { width:200px;height:78px;top:801px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lDTd0xanzTFm08Q8TeXp7HEGwtVVkwub { width:200px;height:127.367px;top:879px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GV8mmbBHh7ZHo8QQOlJ40AbrnZVGWGRl { width:200px;height:20.7969px;top:63.75px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTT0U6uD3nK6m2cfP3S3zZbSwGWGSp5L { width:200px;height:;top:57.90625px;left:60px;font-size:25px;z-index:15011;text-align:center;text-align-last:center;color:#00a617;display:block; }
 }@media only screen and (max-width: 763px) { #dDVSThA6ufCMBHiNB6yeLH4Vbc0oqX3r { width:211px;height:155px;top:310.1953125px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DPdvIUKBMoD9QZ0g1xwhGiWLM98r3igB { width:205px;height:264px;top:465.03125px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #thD1OrR1OSHKz1zCqNFbyN2TGaqsgF2r { width:205px;height:273px;top:741px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wFzWJxTcprFg715t2W8QLP0GSRyaX38t { display:block; }#wFzWJxTcprFg715t2W8QLP0GSRyaX38t > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifGAO4mGIW1lILXVrzTksEpT4tmyZG2 { width:320px;height:122px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h30WiGykoqeMuLSDvgV1NoQkCcU7s4hE { width:302px;height:70.1953px;top:24.0078125px;left:9px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xRwPqKr24avnA8LgPR8shLPcUI5BxapL { width:304px;height:41.5938px;top:93.1953125px;left:8px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qedA6XOmacpA8r7yVDdgQSXml3dkkwAG { width:320px;height:320px;top:209px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HGgiXpCDEbEIb2S6tHVZsubrAPDP219C { width:280px;height:55px;top:154px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eVPEpSMNEoyTRLiGO6dXZJ1Qg1rJRmPA { display:block; }
 }@media only screen and (max-width: 763px) { #yaahymu7QKG0fnAyPz9xA60XgpTgBOrv { display:flex;width:50px;height:50px;top:156.5px;left:232px; }
 }@media only screen and (max-width: 763px) { #UB8BNFJDnaX65zI4uASbXPKaZwzib55I { display:block; }#UB8BNFJDnaX65zI4uASbXPKaZwzib55I > .row .container { width:320px;height:792px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfIbNhPmAzQBA2hefOs0VD9g52tyQc79 { width:212px;height:212px;top:12.3671875px;left:54px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NO4I2RdsMpDlvStixnWXz0ZqAdkgRbMN { width:283px;height:109.195px;top:223.3671875px;left:37px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4u5IfhgcTB5toudtW51DfsPxA2O8fRz { width:320px;height:345.7112px;top:364.9296875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:320px;height:60px;top:724px;left:0px;background-color:#00a617;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #ggHmnq4A9pDqpe3y2r3sLoa3Xi6hMqF9 { width:317px;height:20.7969px;top:332.5546875px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#f3f3f3;display:block; }
 }@media only screen and (max-width: 763px) { #uBQIuAtdfpdUWbOzgZV3xAbm3fo1OZt4 { display:flex;width:50px;height:50px;top:729px;left:236px; }
 }@media only screen and (max-width: 763px) { #Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh.adaptive-delivery-prevent-bg, #Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh.lazyload, #Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh.lazyloading { background-image: none; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container { border-width: 0; border-radius: 0; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kq1FOhF6koXDA2L8C9z8Gsyc5IghZCJh > .row .container { width:320px;height:217px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ae6ymuiwT8plBh08peM8AZhvhXGfQ9bh { width:320px;height:104px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBxX6wFDbPGGTRaVQt32SzIWrWLU7clt { width:320px;height:55px;top:137.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y9dxLvLiqypkiu1vHk0z2gu5BmiTHBNI { display:block; }
 }@media only screen and (max-width: 763px) { #aStbhOIB7XSkHsTLhKnuT5annzkyxINV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38558c0c-3c77-4ddd-81b9-4c8bcbc50765/Untitled1200x500px3.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV.adaptive-delivery-prevent-bg, #aStbhOIB7XSkHsTLhKnuT5annzkyxINV.lazyload, #aStbhOIB7XSkHsTLhKnuT5annzkyxINV.lazyloading { background-image: none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container { background-color: transparent; background-image: none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container > .video-iframe-container { display: none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row > .video-iframe-container { display: none; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .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); }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container { border-width: 0; border-radius: 0; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aStbhOIB7XSkHsTLhKnuT5annzkyxINV > .row .container { width:320px;height:217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqPNNwzyoFoXg0QTVOotRHDzflzb7hiR { width:320px;height:104px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tarJwO6Lc3eRZJRILk4NsOA61GMX0ZUX { width:320px;height:55px;top:137.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eGZJ4HwVSSTR0k55N95koZTl1DRbxDZE { display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:320px;height:349px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SheIvdXUByxUaB2vyh8dkkTiP6CT0kTW { width:251px;height:74px;top:20px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TrvKfM31SHgSUGhQ2Tn53R8tomqOMi1t { width:200px;height:29.8984px;top:133px;left:60px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #D3iTlqgTfQrCGpoh7Tv0z1v75a9JAwzf { display:flex;width:30px;height:30px;top:161.875px;left:145px; }
 }@media only screen and (max-width: 763px) { #yR0edtQEzxzAviy6b2lAvV1khvKD4zif { width:309px;height:20.7969px;top:191.875px;left:5.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A0FyvZ9hAQ5pZEzRvsKo2u1oBLKtTptn { width:200px;height:29.8984px;top:253.6875px;left:60px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rPP03imdOS6ArLPlu0X8n2to5vKu3oSL { display:flex;width:30px;height:30px;top:294.5625px;left:116px;font-size:21px; }
#rPP03imdOS6ArLPlu0X8n2to5vKu3oSL > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN { display:flex;width:30px;height:30px;top:294.5625px;left:175px;font-size:21px; }
#vNNnZ83fyIub7qBzzgHdnTDrqIMkBKmN > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym { display:block; }#JMxpTHnVRyR8JrAaV8MAfvtTchEVhfym > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWnAsGU5XtqkleQu98rRAKvOLhpQiAbE { width:320px;height:36.3906px;top:20px;left:0px;font-size:14px;display:block; }
 }