.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#v8204ad652ec56e51839797237a14ee8e46a2a6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v8204ad652ec56e51839797237a14ee8e46a2a6b.adaptive-delivery-prevent-bg, #v8204ad652ec56e51839797237a14ee8e46a2a6b.lazyload, #v8204ad652ec56e51839797237a14ee8e46a2a6b.lazyloading { background-image: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { background-color: transparent; background-image: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container > .video-iframe-container { display: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row > .video-iframe-container { display: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .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); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { border-width: 0; border-radius: 0; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { font-size:14px;font-family:arial;height:692px;width:1200px;position:relative;display:block; }#ba6f49d08744c4bf1a85f9ce127a7033d82abfba { color:#ffffff;display:block;width:937.992px;position:absolute;font-family:"bree serif";font-size:38px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:447.984375px;left:117.73828125px;height:49.4px;font-style:normal;display:block; }
#Nb09826fc14680f30297f375ba62e1aeaef8cf1c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;box-shadow: none;height:448px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#Na9d812e7f5bbefc0ca594168697f6e832ba233f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);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; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { background-color: transparent; background-image: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container > .video-iframe-container { display: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container { display: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .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); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { border-width: 0; border-radius: 0; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#e7672e21a584c068d8ecdb5c5df2943af2e4669a { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:60px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fce8d170b89b0ef3c525ad346f8111f6ad7d1325 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:30px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J12c7022a7857ce02590654f58f75235abb944fa { 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; }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container { background-color: transparent; background-image: none; }#J12c7022a7857ce02590654f58f75235abb944fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container > .video-iframe-container { display: none; }#J12c7022a7857ce02590654f58f75235abb944fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J12c7022a7857ce02590654f58f75235abb944fa > .row > .video-iframe-container { display: none; }#J12c7022a7857ce02590654f58f75235abb944fa > .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); }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container { border-width: 0; border-radius: 0; }#J12c7022a7857ce02590654f58f75235abb944fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#X7bdbe3c19b0b6968140be3f836059e8109bf953 { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9961px;width:69.9961px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:19.895874023438px;left:969.48956298828px; }
#ue7a4d807117d50af492d1ea3ddfe6aefa84ec22 { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9896px;width:69.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:19.895843505859px;left:359.00006103516px; }
#b0346134ff9677703ae4f3f7c23b6fcde0d508dd { color:#ffffff;display:block;width:379.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:101.96875px;left:38.010437011719px;height:264.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cb25148a5fddfbb8f2145fdd7d6586b5ee6cec52 { background-color:#ef332e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#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:279.969px;height:54.9896px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:225.00000762939px;left:864.48956298828px;display:block; }
#hfa9b193af63709d3420577ec5b9e866f51fd5fe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vd0445d05033a6d8d901409ef8bfd2c52fd7bd72 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:312.81253051758px;left:967.97918701172px; }
#d8211aebe27e7ead7673ef3fdb3581e4a5bb71b9 { color:#ffffff;display:block;width:267.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:101.96875762939px;left:866.01043701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd6f4221fcddb5a1a2604b82d79716e8be4b6e41 { color:#ffffff;display:block;width:307px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:101.96875px;left:459.47918701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3913c76d737dec3bbc2aca0adbaeb8752687850 { position:absolute;display:block;z-index:14999;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:109.979px;width:300.979px;top:366.51037597656px;left:462.50006103516px;overflow:hidden;display:block; }
#c1dec9995bf12855f33a01f2c110c30fa1bb6cfa { position:absolute;display:block;z-index:14999;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:95px;width:47px;top:342.16662597656px;left:42.010437011719px;overflow:hidden;display:block; }
#i1df8bc0ec9a81957a84f79a8285ce9842073333 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:483px;width:788px;top:11.947906494141px;left:0px;display:block; }
#N71496b6dd599ef185c093a7e9bb895159efd59b { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:483px;width:393px;top:13.484375px;left:808px;display:block; }
#t99500fb6c7f8962c286f41a568eefbaf141c15f { color:#000000;display:block;width:379.958px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:409.15625px;left:33.010437011719px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xd5efbce13bea1ace00cc6434aa3b38b1e14d7aa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:391.62109375px;left:363.466796875px; }
#c8b1dfc91711e18c900768546f1ce8f39bb2e9e2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:105px;width:105px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:222.95834350586px;left:560.47918701172px; }
#bff2810428891c9373f6ce324da51f5925bf1932 { color:#ef332e;display:block;width:281px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:437.15625px;left:472.00006103516px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD { 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; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container { background-color: transparent; background-image: none; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container > .video-iframe-container { display: none; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row > .video-iframe-container { display: none; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .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); }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container { border-width: 0; border-radius: 0; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container { font-size:14px;font-family:arial;height:785px;width:1200px;position:relative;display:block; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu { position:relative;display:block; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu { background-color: transparent; background-image: none; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container > .video-iframe-container { display: none; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row > .video-iframe-container { display: none; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .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); }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu { border-width: 0; border-radius: 0; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container > .video-iframe-container { border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:236px;width:1200px;border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 { position:relative;display:block; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 { background-color: transparent; background-image: none; }#GcxrZoslPy0viKVGypBbInf8MAODqd77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container > .video-iframe-container { display: none; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row > .video-iframe-container { display: none; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .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); }#GcxrZoslPy0viKVGypBbInf8MAODqd77 { border-width: 0; border-radius: 0; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez { position:relative;display:block; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez { background-color: transparent; background-image: none; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container > .video-iframe-container { display: none; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row > .video-iframe-container { display: none; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .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); }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez { border-width: 0; border-radius: 0; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG { position:relative;display:block; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG { background-color: transparent; background-image: none; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container > .video-iframe-container { display: none; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row > .video-iframe-container { display: none; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .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); }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG { border-width: 0; border-radius: 0; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;position:relative;display:block; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS { 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; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container { background-color: transparent; background-image: none; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container > .video-iframe-container { display: none; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row > .video-iframe-container { display: none; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .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); }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container { border-width: 0; border-radius: 0; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container { font-size:14px;font-family:arial;height:239px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v8204ad652ec56e51839797237a14ee8e46a2a6b { display:block; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ba6f49d08744c4bf1a85f9ce127a7033d82abfba { top:447px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb09826fc14680f30297f375ba62e1aeaef8cf1c { top:0px;left:0px;width:764px;height:285.22666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Na9d812e7f5bbefc0ca594168697f6e832ba233f { display:block; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7672e21a584c068d8ecdb5c5df2943af2e4669a { top:0px;left:0px;width:764px;height:78px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fce8d170b89b0ef3c525ad346f8111f6ad7d1325 { top:68px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #J12c7022a7857ce02590654f58f75235abb944fa { display:block; }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7bdbe3c19b0b6968140be3f836059e8109bf953 { top:19px;left:604.48956298828px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #ue7a4d807117d50af492d1ea3ddfe6aefa84ec22 { top:19px;left:185px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #b0346134ff9677703ae4f3f7c23b6fcde0d508dd { top:101px;left:0px;width:379px;height:293px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cb25148a5fddfbb8f2145fdd7d6586b5ee6cec52 { width:279px;height:54px;top:225px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #hfa9b193af63709d3420577ec5b9e866f51fd5fe { display:block; }
 }@media only screen and (max-width: 763px) { #Vd0445d05033a6d8d901409ef8bfd2c52fd7bd72 { top:312px;left:602.97918701172px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #d8211aebe27e7ead7673ef3fdb3581e4a5bb71b9 { top:101px;left:495px;width:267px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dd6f4221fcddb5a1a2604b82d79716e8be4b6e41 { top:101px;left:201px;width:307px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #d3913c76d737dec3bbc2aca0adbaeb8752687850 { top:366px;left:208px;width:300px;height:109.62126925799px;display:block; }
 }@media only screen and (max-width: 763px) { #c1dec9995bf12855f33a01f2c110c30fa1bb6cfa { top:342px;left:0px;width:47px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #i1df8bc0ec9a81957a84f79a8285ce9842073333 { top:11px;left:0px;width:764px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #N71496b6dd599ef185c093a7e9bb895159efd59b { top:13px;left:370px;width:393px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #t99500fb6c7f8962c286f41a568eefbaf141c15f { top:409px;left:0px;width:379px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5efbce13bea1ace00cc6434aa3b38b1e14d7aa { top:391px;left:183px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #c8b1dfc91711e18c900768546f1ce8f39bb2e9e2 { top:222px;left:341.47918701172px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #bff2810428891c9373f6ce324da51f5925bf1932 { top:437px;left:227px;width:281px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD { display:block; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu { display:block; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcxrZoslPy0viKVGypBbInf8MAODqd77 { display:block; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxJHPPBgd3ovSthNZ67qAGa2rbIidZez { display:block; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG { display:block; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS { display:block; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .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) { #v8204ad652ec56e51839797237a14ee8e46a2a6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v8204ad652ec56e51839797237a14ee8e46a2a6b.adaptive-delivery-prevent-bg, #v8204ad652ec56e51839797237a14ee8e46a2a6b.lazyload, #v8204ad652ec56e51839797237a14ee8e46a2a6b.lazyloading { background-image: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { background-color: transparent; background-image: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container > .video-iframe-container { display: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row > .video-iframe-container { display: none; }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .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); }#v8204ad652ec56e51839797237a14ee8e46a2a6b > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ba6f49d08744c4bf1a85f9ce127a7033d82abfba { width:319.992px;height:52px;top:139.96875px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Nb09826fc14680f30297f375ba62e1aeaef8cf1c { width:320px;height:119.46666666667px;top:11.98828125px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Na9d812e7f5bbefc0ca594168697f6e832ba233f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { background-color: transparent; background-image: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container > .video-iframe-container { display: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container { display: none; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .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); }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { border-width: 0; border-radius: 0; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na9d812e7f5bbefc0ca594168697f6e832ba233f > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7672e21a584c068d8ecdb5c5df2943af2e4669a { width:320px;height:56px;top:0px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fce8d170b89b0ef3c525ad346f8111f6ad7d1325 { width:314px;height:50.3906px;top:53px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J12c7022a7857ce02590654f58f75235abb944fa { display:block; }#J12c7022a7857ce02590654f58f75235abb944fa > .row .container { width:320px;height:1023px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7bdbe3c19b0b6968140be3f836059e8109bf953 { display:flex;width:65px;height:65px;top:701.65625px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #ue7a4d807117d50af492d1ea3ddfe6aefa84ec22 { display:flex;width:65px;height:65px;top:21.64582824707px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #b0346134ff9677703ae4f3f7c23b6fcde0d508dd { width:320px;height:227.9689px;top:85.97917175293px;left:0.48958301544189px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cb25148a5fddfbb8f2145fdd7d6586b5ee6cec52 { width:278.99px;height:53.9896px;top:870px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfa9b193af63709d3420577ec5b9e866f51fd5fe { display:block; }
 }@media only screen and (max-width: 763px) { #Vd0445d05033a6d8d901409ef8bfd2c52fd7bd72 { display:flex;width:51px;height:51px;top:936.4792175293px;left:134.50000476837px; }
 }@media only screen and (max-width: 763px) { #d8211aebe27e7ead7673ef3fdb3581e4a5bb71b9 { width:266.99px;height:91.1952px;top:766px;left:26px;font-size:19px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dd6f4221fcddb5a1a2604b82d79716e8be4b6e41 { width:287.99px;height:68.3906px;top:380px;left:16.000000953674px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d3913c76d737dec3bbc2aca0adbaeb8752687850 { width:274px;height:99px;top:558px;left:23.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #c1dec9995bf12855f33a01f2c110c30fa1bb6cfa { width:24px;height:50px;top:299.5px;left:25.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #i1df8bc0ec9a81957a84f79a8285ce9842073333 { width:320px;height:663px;top:18.447914123535px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N71496b6dd599ef185c093a7e9bb895159efd59b { width:320px;height:308px;top:697px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t99500fb6c7f8962c286f41a568eefbaf141c15f { width:317px;height:28px;top:331.15625px;left:1.4791669845581px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5efbce13bea1ace00cc6434aa3b38b1e14d7aa { display:flex;width:71px;height:71px;top:1070.6354370117px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #c8b1dfc91711e18c900768546f1ce8f39bb2e9e2 { display:flex;width:93px;height:93px;top:453.58337402344px;left:113.50000476837px; }
 }@media only screen and (max-width: 763px) { #bff2810428891c9373f6ce324da51f5925bf1932 { width:257px;height:28px;top:622px;left:31.500000953674px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD { display:block; }#mG5DeRwg5yMRRWkeQ2Ft879uFA1Z7gcD > .row .container { width:320px;height:387px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu { display:block; }#ucVVC0mQiupVxPRqCCz8qa5MLBhVSZAu > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcxrZoslPy0viKVGypBbInf8MAODqd77 { display:block; }#GcxrZoslPy0viKVGypBbInf8MAODqd77 > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxJHPPBgd3ovSthNZ67qAGa2rbIidZez { display:block; }#KxJHPPBgd3ovSthNZ67qAGa2rbIidZez > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG { display:block; }#kxxkut6xJ5tbHGxs8xPlEkqTCDWntqRG > .row .container { width:320px;height:747px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS { display:block; }#Uw6xQ7dP315bxG489WOHcbt8kaPhmfOS > .row .container { width:320px;height:245px;position:relative;display:block; } }