.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:url("https://images.assets-landingi.com/LR4m6sjr/Backround_2.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; }
#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); }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX { 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; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container { background-color: transparent; background-image: none; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container > .video-iframe-container { display: none; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row > .video-iframe-container { display: none; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .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); }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container { border-width: 0; border-radius: 0; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container { font-size:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { background-color: transparent; background-image: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container > .video-iframe-container { display: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row > .video-iframe-container { display: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .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); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { border-width: 0; border-radius: 0; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { font-size:14px;font-family:arial;height:581px;width:960px;position:relative;display:block; }#pQN5fym7bys3GupD0ZKIhg5fA43qncWg { color:#000000;display:block;width:363px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:61px;left:18px;height:91px;font-style:normal;display:block; }
#IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { color:#000000;display:block;width:338px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:177.890625px;left:18px;height:62.3906px;font-style:normal;display:block; }
#D2FIQHx2S0uCcI3DRuLnXyRfpSf3okcr { position:absolute;display:block;z-index:15010;background-color:#edeef8;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:118px;border-top-right-radius:118px;border-bottom-left-radius:118px;border-bottom-right-radius:118px;box-shadow: none;height:64px;width:64px;top:334px;left:580px;display:block; }
#zSkh7FEz33B0iGHmmIOISFE4oapniaF6 { position:absolute;display:block;z-index:15011;background-color:#edeef8;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:118px;border-top-right-radius:118px;border-bottom-left-radius:118px;border-bottom-right-radius:118px;box-shadow: none;height:64px;width:64px;top:413.171875px;left:580px;display:block; }
#DJpsgSOuyQvg9WxBL1bCnEdaOAsuau6f { position:absolute;display:block;z-index:15012;background-color:#edeef8;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:118px;border-top-right-radius:118px;border-bottom-left-radius:118px;border-bottom-right-radius:118px;box-shadow: none;height:64px;width:64px;top:490.375px;left:580px;display:block; }
#m8mUWf4CrKedT5w2ZbywbOTNl6HTCxLw { position:absolute;display:block;z-index:15024;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:214px;width:165px;top:23px;left:397px;overflow:hidden;display:block; }
#TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { color:#000000;display:block;width:380px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:78.234375px;left:580px;height:220.938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODHE6nyCCpFVDytfPWOiHAfR7VTCP7D7 { color:#000000;display:block;width:312px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:267.609375px;left:18px;height:124.7813px;font-style:normal;display:block; }
#dWbM28WhaZFffMG0FmD77unGTOxffwoG { position:absolute;display:block;z-index:15030;background-color:#00abbb;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:114px;border-top-right-radius:114px;border-bottom-left-radius:114px;border-bottom-right-radius:114px;box-shadow: 1px 1px 34px #0becb2 ;height:81px;width:81px;top:240.265625px;left:376.5px;display:block; }
#cn7K0e0aJvJVR1fqXfz6frElwdCA1Wwg { color:#ffffff;display:block;width:72px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:256.984375px;left:381px;height:21.5938px;text-align:center;text-align-last:center;display:block; }
#fgMurZBE3U7rIyw6AZdDRzRtUTHUMlM6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5bdee3, #00abbb);background-image: -moz-linear-gradient(180deg, #5bdee3, #00abbb);background-image: -ms-linear-gradient(180deg, #5bdee3, #00abbb);background-image: -o-linear-gradient(180deg, #5bdee3, #00abbb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bdee3', endColorstr='#00abbb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bdee3', endColorstr='#00abbb' );";background-image: linear-gradient(180deg, #5bdee3, #00abbb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;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:15032;text-align:center;text-align-last:center;top:423.171875px;left:34px;display:block; }
#uwym1W3Ks6J8TUPxpm85fztXgeXfLto0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mdJTViNFwesn74GTth2fqb7TvnogEimS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:344.5px;left:590.5px; }
#Tuv3wrcl7zGBBJI3G3rScNISwFkoWQd8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:415.171875px;left:582px; }
#qACQpdzZGDyDCTiM0qcIt7grxQZ1JHX8 { color:#000000;display:block;width:258px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:353px;left:660px;height:26px;display:block; }
#ZOnnK94UaTMgUxUXi8a6gd9WlKUdOA7n { color:#000000;display:block;width:258px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:432.171875px;left:660px;height:26px;display:block; }
#iWVqAdGcgVP3qvR99CrCraeK9WCSALcn { color:#000000;display:block;width:258px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:509.375px;left:660px;height:26px;display:block; }
#E4n71K0OQ8n8IfsBARbUdkVtICxAzLiA { 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:15039;opacity:1;top:497.375px;left:587px; }
#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container { background-color: transparent; background-image: none; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container > .video-iframe-container { display: none; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row > .video-iframe-container { display: none; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .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); }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container { border-width: 0; border-radius: 0; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container { font-size:14px;font-family:arial;height:404px;width:960px;position:relative;display:block; }#A2GCRuNQKLPATzvauZh8vNF1XawNk4Xd { color:#04253a;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:242px;left:25px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTV3deKFxbbORqPMobWTrP0KA9BvPZyy { color:#6c757b;display:block;width:270px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:285px;left:25px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHAlrLFpWGG1umAzTwH0ZLdcO9Ti4rM5 { color:#04253a;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:241px;left:345px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHgZx7zkqanyf9Kt0y8N2AsP1sOWE9WL { color:#6c757b;display:block;width:270px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:285px;left:345px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZf7FK0bCC3QBttWEQToOkUwCh8xFmg6 { color:#04253a;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:241px;left:665px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQkfvvAo2VhzPW34XlEmC9rzEzTa7SA3 { color:#6c757b;display:block;width:270px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:285px;left:665px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fR2LuZArAqZI6SzTV3VxZTbZsrCUHWXf { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:1px;width:910px;top:130px;left:25px;display:block; }
#rdKUTshd8VX3kRLeygi7mc1lee1yTGdt { color:#04253a;display:block;width:910px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60px;left:25px;height:52px;font-style:normal;display:block; }
#HP1QJH40drCCE19lXgmF0SzkebvHnl5s { position:absolute;display:block;z-index:15007;background-color:#11a3b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3px;width:60px;top:129px;left:25px;display:block; }
#bOnS02USTo3yVG6yBTGTDiOm8wd6Zbfs { 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:15019;top:183px;left:135px; }
#ggwqK3vKD8ErNrPaS04S83lrXNdqVaRd { 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;top:183px;left:455px; }
#HRWNK67xeDVsI3dhrzfRQLZByms2ymOy { 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:15021;top:183px;left:775px; }
#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;background-image:url("https://images.assets-landingi.com/6cMWO1pP/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.adaptive-delivery-prevent-bg, #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.lazyload, #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.lazyloading { background-image: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { background-color: transparent; background-image: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container > .video-iframe-container { display: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row > .video-iframe-container { display: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .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); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { border-width: 0; border-radius: 0; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { font-size:14px;font-family:arial;height:540px;width:960px;position:relative;display:block; }#Dncd3l4oa3kFeyEKqpCUw5TliPRtWzZ8 { color:#000000;display:block;width:415px;position:absolute;font-family:lato;font-size:40px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:96px;left:545px;height:208px;display:block; }
#bTNqy4MSbkU8cp7MqmDtsVPm4yQuu6RN { color:#000000;display:block;width:398px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:340.5px;left:553.5px;height:41.5938px;display:block; }
#iTHGWH6ZvwGCxs5wy17BaFQpo2nEK2uS { color:#000000;display:block;width:402px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:39px;left:545px;height:33.7969px;font-style:normal;display:block; }
#UgCemhzqJ80FTZbO3UHgVSmVTrZka9qy { background-color:#11a3b2;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:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:431px;left:545px;display:block; }
#ePx7wXh4rciwD48TsXR9Dc0TWGO3h3NX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ufqnTJ8LSB9xMRRgT0zVOXrdySEW1L6t { position:absolute;display:block;z-index:15013;background-color:#11a3b2;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:46px;width:2px;top:338.3125px;left:532px;display:block; }
#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT { background-color:transparent;background-image:url("https://images.assets-landingi.com/08bOYnH_r_E/unsplash/brooke-lark-08bOYnH_r_E-photo-1490818387583-1baba5e638af.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT.adaptive-delivery-prevent-bg, #LIDquAXxIddpZfmAVHHRacgGE9T7OEcT.lazyload, #LIDquAXxIddpZfmAVHHRacgGE9T7OEcT.lazyloading { background-image: none; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container { background-color: transparent; background-image: none; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container > .video-iframe-container { display: none; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row > .video-iframe-container { display: none; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .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); }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container { border-width: 0; border-radius: 0; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container { font-size:14px;font-family:arial;height:540px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX { display:block; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB { display:block; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQN5fym7bys3GupD0ZKIhg5fA43qncWg { top:61px;left:0px;width:363px;height:91px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { top:177px;left:0px;width:338px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D2FIQHx2S0uCcI3DRuLnXyRfpSf3okcr { top:334px;left:482px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #zSkh7FEz33B0iGHmmIOISFE4oapniaF6 { top:413px;left:482px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #DJpsgSOuyQvg9WxBL1bCnEdaOAsuau6f { top:490px;left:482px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #m8mUWf4CrKedT5w2ZbywbOTNl6HTCxLw { top:23px;left:299px;width:165px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { top:78px;left:384px;width:380px;height:220px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ODHE6nyCCpFVDytfPWOiHAfR7VTCP7D7 { top:267px;left:0px;width:312px;height:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dWbM28WhaZFffMG0FmD77unGTOxffwoG { top:240px;left:278.5px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #cn7K0e0aJvJVR1fqXfz6frElwdCA1Wwg { top:256px;left:283px;width:72px;height:43px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fgMurZBE3U7rIyw6AZdDRzRtUTHUMlM6 { width:280px;height:55px;top:423px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uwym1W3Ks6J8TUPxpm85fztXgeXfLto0 { display:block; }
 }@media only screen and (max-width: 763px) { #mdJTViNFwesn74GTth2fqb7TvnogEimS { top:344px;left:492.5px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #Tuv3wrcl7zGBBJI3G3rScNISwFkoWQd8 { top:415px;left:484px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qACQpdzZGDyDCTiM0qcIt7grxQZ1JHX8 { top:353px;left:506px;width:258px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnnK94UaTMgUxUXi8a6gd9WlKUdOA7n { top:432px;left:506px;width:258px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iWVqAdGcgVP3qvR99CrCraeK9WCSALcn { top:509px;left:506px;width:258px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E4n71K0OQ8n8IfsBARbUdkVtICxAzLiA { top:497px;left:489px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #t37mbunUViTVHH5EXI1oICbWrhGiOpv2 { display:block; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2GCRuNQKLPATzvauZh8vNF1XawNk4Xd { width:270px;height:31px;top:242px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eTV3deKFxbbORqPMobWTrP0KA9BvPZyy { width:270px;height:72px;top:285px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FHAlrLFpWGG1umAzTwH0ZLdcO9Ti4rM5 { width:270px;height:31px;top:241px;left:238px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHgZx7zkqanyf9Kt0y8N2AsP1sOWE9WL { width:270px;height:48px;top:285px;left:238px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cZf7FK0bCC3QBttWEQToOkUwCh8xFmg6 { width:270px;height:31px;top:241px;left:492px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OQkfvvAo2VhzPW34XlEmC9rzEzTa7SA3 { width:255px;height:48px;top:285px;left:507px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fR2LuZArAqZI6SzTV3VxZTbZsrCUHWXf { width:764px;height:1px;top:130px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rdKUTshd8VX3kRLeygi7mc1lee1yTGdt { width:764px;height:52px;top:60px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #HP1QJH40drCCE19lXgmF0SzkebvHnl5s { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bOnS02USTo3yVG6yBTGTDiOm8wd6Zbfs { width:50px;height:50px;top:183px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #ggwqK3vKD8ErNrPaS04S83lrXNdqVaRd { width:50px;height:50px;top:183px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #HRWNK67xeDVsI3dhrzfRQLZByms2ymOy { width:50px;height:50px;top:183px;left:610px;display:block; }
 }@media only screen and (max-width: 763px) { #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ { display:block; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dncd3l4oa3kFeyEKqpCUw5TliPRtWzZ8 { top:96px;left:349px;width:415px;height:208px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #bTNqy4MSbkU8cp7MqmDtsVPm4yQuu6RN { top:340px;left:366px;width:398px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iTHGWH6ZvwGCxs5wy17BaFQpo2nEK2uS { top:39px;left:362px;width:402px;height:34px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UgCemhzqJ80FTZbO3UHgVSmVTrZka9qy { width:332px;height:47px;top:431px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #ePx7wXh4rciwD48TsXR9Dc0TWGO3h3NX { display:block; }
 }@media only screen and (max-width: 763px) { #ufqnTJ8LSB9xMRRgT0zVOXrdySEW1L6t { top:338px;left:385px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LIDquAXxIddpZfmAVHHRacgGE9T7OEcT { display:block; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX { display:block; }#KXyCWpKa2ccwdmdwh9IwHW9JrguTlizX > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gBNUDPmO/Backround_2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB.adaptive-delivery-prevent-bg, #KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB.lazyload, #KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB.lazyloading { background-image: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { background-color: transparent; background-image: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container > .video-iframe-container { display: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row > .video-iframe-container { display: none; }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .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); }#KExfq2Lmk84VvXcyiecP0KiTy2n8ERZB > .row .container { width:320px;height:1328px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQN5fym7bys3GupD0ZKIhg5fA43qncWg { width:294px;height:117px;top:9px;left:13px;font-size:30px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { width:266px;height:83.1875px;top:341px;left:27px;font-size:16px;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D2FIQHx2S0uCcI3DRuLnXyRfpSf3okcr { width:42px;height:42px;top:281px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zSkh7FEz33B0iGHmmIOISFE4oapniaF6 { width:42px;height:42px;top:281px;left:93px;display:none; }
 }@media only screen and (max-width: 763px) { #DJpsgSOuyQvg9WxBL1bCnEdaOAsuau6f { width:42px;height:42px;top:684.875px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #m8mUWf4CrKedT5w2ZbywbOTNl6HTCxLw { width:134px;height:174px;top:149px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { width:320px;height:234px;top:720.375px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODHE6nyCCpFVDytfPWOiHAfR7VTCP7D7 { width:298px;height:145.5781px;top:460.359375px;left:11px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWbM28WhaZFffMG0FmD77unGTOxffwoG { width:81px;height:81px;top:1001.28125px;left:119.5px;border-top-left-radius:62px;border-top-right-radius:62px;border-bottom-left-radius:62px;border-bottom-right-radius:62px;background-color:#1dfac3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #cn7K0e0aJvJVR1fqXfz6frElwdCA1Wwg { width:72px;height:0;top:1022.1875px;left:109.5px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #fgMurZBE3U7rIyw6AZdDRzRtUTHUMlM6 { width:280px;height:55px;top:639.375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uwym1W3Ks6J8TUPxpm85fztXgeXfLto0 { display:block; }
 }@media only screen and (max-width: 763px) { #mdJTViNFwesn74GTth2fqb7TvnogEimS { display:flex;width:43px;height:43px;top:981.375px;left:138.5px; }
 }@media only screen and (max-width: 763px) { #Tuv3wrcl7zGBBJI3G3rScNISwFkoWQd8 { display:flex;width:60px;height:60px;top:1104.375px;left:130px; }
 }@media only screen and (max-width: 763px) { #qACQpdzZGDyDCTiM0qcIt7grxQZ1JHX8 { width:227px;height:26px;top:1050.375px;left:46.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnnK94UaTMgUxUXi8a6gd9WlKUdOA7n { width:185px;height:26px;top:1164.375px;left:67.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iWVqAdGcgVP3qvR99CrCraeK9WCSALcn { width:233px;height:26px;top:1277.375px;left:43.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E4n71K0OQ8n8IfsBARbUdkVtICxAzLiA { display:flex;width:50px;height:50px;top:1211.375px;left:135px; }
 }@media only screen and (max-width: 763px) { #t37mbunUViTVHH5EXI1oICbWrhGiOpv2 { display:block; }#t37mbunUViTVHH5EXI1oICbWrhGiOpv2 > .row .container { width:320px;height:1296px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2GCRuNQKLPATzvauZh8vNF1XawNk4Xd { width:270px;height:23.3906px;top:200px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eTV3deKFxbbORqPMobWTrP0KA9BvPZyy { width:270px;height:48px;top:243px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FHAlrLFpWGG1umAzTwH0ZLdcO9Ti4rM5 { width:270px;height:23.3906px;top:592px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHgZx7zkqanyf9Kt0y8N2AsP1sOWE9WL { width:270px;height:48px;top:635px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cZf7FK0bCC3QBttWEQToOkUwCh8xFmg6 { width:270px;height:23.3906px;top:978px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OQkfvvAo2VhzPW34XlEmC9rzEzTa7SA3 { width:270px;height:48px;top:1021px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fR2LuZArAqZI6SzTV3VxZTbZsrCUHWXf { width:320px;height:1px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rdKUTshd8VX3kRLeygi7mc1lee1yTGdt { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HP1QJH40drCCE19lXgmF0SzkebvHnl5s { width:60px;height:3px;top:92px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #bOnS02USTo3yVG6yBTGTDiOm8wd6Zbfs { width:50px;height:50px;top:137px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #ggwqK3vKD8ErNrPaS04S83lrXNdqVaRd { width:50px;height:50px;top:527px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #HRWNK67xeDVsI3dhrzfRQLZByms2ymOy { width:50px;height:50px;top:911px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/azutp3XB/bg_mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.adaptive-delivery-prevent-bg, #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.lazyload, #AKPzASITghxrr2n6G5nWeynPn1FJhIsQ.lazyloading { background-image: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { background-color: transparent; background-image: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container > .video-iframe-container { display: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row > .video-iframe-container { display: none; }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .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); }#AKPzASITghxrr2n6G5nWeynPn1FJhIsQ > .row .container { width:320px;height:490px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dncd3l4oa3kFeyEKqpCUw5TliPRtWzZ8 { width:310px;height:161.188px;top:113.796875px;left:5px;font-size:31px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTNqy4MSbkU8cp7MqmDtsVPm4yQuu6RN { width:290px;height:62.3906px;top:311.3125px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTHGWH6ZvwGCxs5wy17BaFQpo2nEK2uS { width:268px;height:67.5938px;top:26px;left:26px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgCemhzqJ80FTZbO3UHgVSmVTrZka9qy { width:311px;height:47px;top:417px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ePx7wXh4rciwD48TsXR9Dc0TWGO3h3NX { display:block; }
 }@media only screen and (max-width: 763px) { #ufqnTJ8LSB9xMRRgT0zVOXrdySEW1L6t { width:2px;height:113px;top:202px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #LIDquAXxIddpZfmAVHHRacgGE9T7OEcT { display:block; }#LIDquAXxIddpZfmAVHHRacgGE9T7OEcT > .row .container { width:320px;height:762px;position:relative;display:block; } }