.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2e5a;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; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container { background-color: transparent; background-image: none; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container > .video-iframe-container { display: none; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row > .video-iframe-container { display: none; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .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); }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container { border-width: 0; border-radius: 0; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo { 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; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container { background-color: transparent; background-image: none; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container > .video-iframe-container { display: none; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row > .video-iframe-container { display: none; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .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); }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container { border-width: 0; border-radius: 0; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container { font-size:14px;font-family:arial;height:486px;width:960px;position:relative;display:block; }#PnDU3D1pK7sdpWoNb6RkxBUzAMD9rVAK { 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:269px;width:481px;top:50px;left:0px;overflow:hidden;display:block; }
#Rt5EKBx91FPMimUi3fouUQ9cdsZ1nm0A { color:#0f2e5a;display:block;width:420px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39px;left:540px;height:104px;font-style:normal;display:block; }
#TaaInHc48Qb7NsVilk7LByLq4lQLOSHp { position:absolute;display:block;z-index:15004;background-color:#f89e00;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;box-shadow: none;height:4px;width:75px;top:153.5px;left:540px;display:block; }
#vBgQzVLm1MZgqWER7tsacoN8CiIaGcTy { color:#284d42;display:block;width:371px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:185px;left:540px;height:163.734px;display:block; }
#g3vAR2VguyiOCgEHd7e2AAobwRsTBdlz { background-color:#f89e00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 3px 6px rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:351px;height:50px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:370px;left:540px;display:block; }
#DB8mmhJoJXqcpylCZ37JHVK8EGmru9vl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:15015;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:0px;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:120px;left:35px;height:170.9375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:138px;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { position:absolute;display:block;z-index:15018;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:23px;width:23px;top:56.5px;left:148.5px;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:15019;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:322px;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:120px;left:357px;height:136.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { position:absolute;display:block;z-index:15021;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:460px;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { position:absolute;display:block;z-index:15022;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:23px;width:23px;top:57px;left:471px;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:15023;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:644px;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:120px;left:679px;height:136.7495px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:15025;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:782px;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:15026;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:23px;width:23px;top:57px;left:793px;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:0px;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:120px;left:35px;height:170.9375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:138px;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;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:23px;width:23px;top:56.5px;left:148.5px;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:322px;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:120px;left:357px;height:170.9375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:460px;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:15022;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:23px;width:23px;top:57px;left:471px;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:#ffffff;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;box-shadow: none;height:298px;width:316px;top:6px;left:644px;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:250px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:120px;left:679px;height:68.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:#f89e00;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: none;height:44px;width:44px;top:46px;left:782px;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;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:23px;width:23px;top:57px;left:793px;overflow:hidden;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2e5a;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:14px;font-family:arial;height:296px;width:960px;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#ffffff;display:block;width:528px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:71px;left:30.5px;height:44px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:530px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:133px;left:60px;height:68.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(255,255,255,0.5);border-left:2px solid rgba(255,255,255,0.5);border-right:2px solid rgba(255,255,255,0.5);border-bottom:2px solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:148px;width:892px;top:91px;left:0px;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:349px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:139.5px;left:611px;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:#f89e00;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;box-shadow: none;height:39px;width:510px;top:73.5px;left:30.5px;display:block; }
#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF.adaptive-delivery-prevent-bg, #pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF.lazyload, #pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF.lazyloading { background-image: none; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container { background-color: transparent; background-image: none; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container > .video-iframe-container { display: none; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row > .video-iframe-container { display: none; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .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); }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container { border-width: 0; border-radius: 0; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container { font-size:14px;font-family:arial;height:590px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XAI3IfgP9ZRE73r46IJIrklByRZJFItm { display:block; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etT99lXKEvxV0sbJuK8USN3tfyqQM0wo { display:block; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnDU3D1pK7sdpWoNb6RkxBUzAMD9rVAK { top:50px;left:0px;width:481px;height:269px;display:block; }
 }@media only screen and (max-width: 763px) { #Rt5EKBx91FPMimUi3fouUQ9cdsZ1nm0A { top:39px;left:344px;width:420px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TaaInHc48Qb7NsVilk7LByLq4lQLOSHp { top:153px;left:393px;width:75px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #vBgQzVLm1MZgqWER7tsacoN8CiIaGcTy { top:185px;left:393px;width:371px;height:163px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3vAR2VguyiOCgEHd7e2AAobwRsTBdlz { width:351px;height:50px;top:370px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #DB8mmhJoJXqcpylCZ37JHVK8EGmru9vl { display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:316px;height:298px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:250px;height:170px;top:120px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:44px;height:44px;top:46px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:23px;height:23px;top:56px;left:115.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:316px;height:298px;top:6px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:250px;height:136px;top:120px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:44px;height:44px;top:46px;left:361px;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:23px;height:23px;top:57px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:316px;height:298px;top:6px;left:446px;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:250px;height:136px;top:120px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:44px;height:44px;top:46px;left:617px;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:23px;height:23px;top:57px;left:628px;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:316px;height:298px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:250px;height:170px;top:120px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:44px;height:44px;top:46px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:23px;height:23px;top:56px;left:115.5px;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:316px;height:298px;top:6px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:250px;height:170px;top:120px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:44px;height:44px;top:46px;left:361px;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:23px;height:23px;top:57px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:316px;height:298px;top:6px;left:446px;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:250px;height:68px;top:120px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:44px;height:44px;top:46px;left:617px;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:23px;height:23px;top:57px;left:628px;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:528px;height:44px;top:71px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:530px;height:68px;top:133px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:764px;height:148px;top:91px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:349px;height:55px;top:139px;left:415px;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:510px;height:39px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF { display:block; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XAI3IfgP9ZRE73r46IJIrklByRZJFItm { position:relative;z-index:auto;display:block; }#XAI3IfgP9ZRE73r46IJIrklByRZJFItm > .row .container { width:320px;height:251px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etT99lXKEvxV0sbJuK8USN3tfyqQM0wo { display:block; }#etT99lXKEvxV0sbJuK8USN3tfyqQM0wo > .row .container { width:320px;height:677px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnDU3D1pK7sdpWoNb6RkxBUzAMD9rVAK { width:300px;height:167px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rt5EKBx91FPMimUi3fouUQ9cdsZ1nm0A { width:305px;height:117px;top:209.3125px;left:7.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TaaInHc48Qb7NsVilk7LByLq4lQLOSHp { width:75px;height:4px;top:350.3125px;left:7.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vBgQzVLm1MZgqWER7tsacoN8CiIaGcTy { width:288px;height:187.172px;top:384.3125px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3vAR2VguyiOCgEHd7e2AAobwRsTBdlz { width:285px;height:40px;top:605.3125px;left:17.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DB8mmhJoJXqcpylCZ37JHVK8EGmru9vl { display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:320px;height:929px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:316px;height:298px;top:6px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:250px;height:135.9375px;top:120px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:44px;height:44px;top:46px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:23px;height:23px;top:56.5px;left:150.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:316px;height:298px;top:310px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:250px;height:108.75px;top:424px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:44px;height:44px;top:350px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:23px;height:23px;top:361px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:316px;height:298px;top:615px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:250px;height:108.75px;top:729px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:44px;height:44px;top:655px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:23px;height:23px;top:666px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:320px;height:908px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:316px;height:298px;top:0px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:250px;height:135.9375px;top:114px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:44px;height:44px;top:40px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:23px;height:23px;top:50.5px;left:150.5px;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:316px;height:298px;top:304px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:250px;height:108.75px;top:418px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:44px;height:44px;top:344px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:23px;height:23px;top:355px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:316px;height:298px;top:608px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:250px;height:54.375px;top:722px;left:37px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:44px;height:44px;top:648px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:23px;height:23px;top:659px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:288px;height:70.3906px;top:40px;left:19px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:288px;height:54.375px;top:124px;left:20px;text-align:left;text-align-last:left;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:316px;height:187px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:293px;height:55px;top:229px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:276px;height:85px;top:41px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF { display:block; }#pHo2ASq4dyXZgU38GORQGNXDPMaR3vAF > .row .container { width:320px;height:651px;position:relative;display:block; } }