.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); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 { 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; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.adaptive-delivery-prevent-bg, #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.lazyload, #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.lazyloading { background-image: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { background-color: transparent; background-image: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container > .video-iframe-container { display: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row > .video-iframe-container { display: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .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); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { border-width: 0; border-radius: 0; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { font-size:14px;font-family:arial;height:692px;width:1200px;position:relative;display:block; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo { 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; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { background-color: transparent; background-image: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container > .video-iframe-container { display: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container { display: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .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); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { border-width: 0; border-radius: 0; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF { 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; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { background-color: transparent; background-image: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container > .video-iframe-container { display: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container { display: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .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); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { border-width: 0; border-radius: 0; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { 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; }
#itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { 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:15000;opacity:1;top:19.895843505859px;left:359.00006103516px; }
#NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { color:#ffffff;display:block;width:379.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15017;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; }
#IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { 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-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:14998;text-align:center;text-align-last:center;top:225.00000762939px;left:864.48956298828px;display:block; }
#GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { 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:14998;opacity:1;top:312.81253051758px;left:967.97918701172px; }
#O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { color:#ffffff;display:block;width:267.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:14998;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; }
#nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { color:#ffffff;display:block;width:307px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15019;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; }
#QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:109.975px;width:300.975px;top:342.16250610352px;left:462.48748779297px;overflow:hidden;display:block; }
#nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:95px;width:47px;top:342.16662597656px;left:42.010437011719px;overflow:hidden;display:block; }
#JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { position:absolute;display:block;z-index:14996;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;height:483px;width:788px;top:11.947906494141px;left:0px;display:block; }
#BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { 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;height:483px;width:393px;top:13.484375px;left:808px;display:block; }
#CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { color:#000000;display:block;width:379.958px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15018;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; }
#NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { 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:14998;opacity:1;top:391.62109375px;left:363.466796875px; }
#LRQSPXU8b3S8bachDykHzUrt1mShccLT { 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; }
#ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { color:#ef332e;display:block;width:281px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:411.96249389648px;left:472.47503662109px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf { 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; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container { background-color: transparent; background-image: none; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container > .video-iframe-container { display: none; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row > .video-iframe-container { display: none; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .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); }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container { border-width: 0; border-radius: 0; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container { font-size:14px;font-family:arial;height:783px;width:1200px;position:relative;display:block; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf { position:relative;display:block; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf { background-color: transparent; background-image: none; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row .container > .video-iframe-container { display: none; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row > .video-iframe-container { display: none; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .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); }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf { border-width: 0; border-radius: 0; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .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; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .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; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 { position:relative;display:block; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 { background-color: transparent; background-image: none; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row .container > .video-iframe-container { display: none; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row > .video-iframe-container { display: none; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .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); }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 { border-width: 0; border-radius: 0; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .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; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .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; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA { position:relative;display:block; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA { background-color: transparent; background-image: none; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row .container > .video-iframe-container { display: none; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row > .video-iframe-container { display: none; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .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); }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA { border-width: 0; border-radius: 0; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .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; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .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; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO { position:relative;display:block; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO { background-color: transparent; background-image: none; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row .container > .video-iframe-container { display: none; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row > .video-iframe-container { display: none; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .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); }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO { border-width: 0; border-radius: 0; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .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; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .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; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU { 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; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container { background-color: transparent; background-image: none; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container > .video-iframe-container { display: none; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row > .video-iframe-container { display: none; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .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); }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container { border-width: 0; border-radius: 0; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container { font-size:14px;font-family:arial;height:198px;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) { #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 { display:block; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixwTqNFsATTKMXXWpTlekAJZDNbnEySo { display:block; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0p2AbmeeO9EbWnN0xblClumScW5rdCF { display:block; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { top:19px;left:604.48956298828px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { top:19px;left:185px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { top:101px;left:0px;width:379px;height:293px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { width:279px;height:54px;top:225px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block; }
 }@media only screen and (max-width: 763px) { #ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { top:312px;left:602.97918701172px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { top:101px;left:495px;width:267px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { top:101px;left:201px;width:307px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { top:342px;left:208px;width:300px;height:109.61873909793px;display:block; }
 }@media only screen and (max-width: 763px) { #nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { top:342px;left:0px;width:47px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { top:11px;left:0px;width:764px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { top:13px;left:370px;width:393px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { top:409px;left:0px;width:379px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { top:391px;left:183px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #LRQSPXU8b3S8bachDykHzUrt1mShccLT { top:222px;left:341.47918701172px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { top:411px;left:227px;width:281px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf { display:block; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf { display:block; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiCCd4rJskqrgqC4Pt3STopK4canpoK0 { display:block; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA { display:block; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO { display:block; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT3V4VkcARwTIBIRww0c3lRnKGRE10EU { display:block; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .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) { #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 { 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; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.adaptive-delivery-prevent-bg, #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.lazyload, #zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5.lazyloading { background-image: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { background-color: transparent; background-image: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container > .video-iframe-container { display: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row > .video-iframe-container { display: none; }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .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); }#zIrzM08KwagzGBCbhitt2xm3NJ1NbMz5 > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixwTqNFsATTKMXXWpTlekAJZDNbnEySo { 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; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { background-color: transparent; background-image: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container > .video-iframe-container { display: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container { display: none; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .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); }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { border-width: 0; border-radius: 0; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixwTqNFsATTKMXXWpTlekAJZDNbnEySo > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0p2AbmeeO9EbWnN0xblClumScW5rdCF { display:block; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { width:320px;height:1023px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { display:flex;width:65px;height:65px;top:701.65625px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { display:flex;width:65px;height:65px;top:21.64582824707px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { width:320px;height:228px;top:85.97917175293px;left:0.48958301544189px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { width:278.99px;height:53.9896px;top:870px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block; }
 }@media only screen and (max-width: 763px) { #ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { display:flex;width:51px;height:51px;top:936.4792175293px;left:134.50000476837px; }
 }@media only screen and (max-width: 763px) { #O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { width:266.99px;height:91.2px;top:766px;left:26px;font-size:19px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { width:287.99px;height:68.4px;top:380px;left:16.000000953674px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { width:274px;height:99px;top:558px;left:23.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { width:24px;height:50px;top:299.5px;left:25.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { width:320px;height:663px;top:18.447914123535px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { width:320px;height:308px;top:697px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { 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) { #NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { display:flex;width:71px;height:71px;top:1070.6354370117px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LRQSPXU8b3S8bachDykHzUrt1mShccLT { display:flex;width:93px;height:93px;top:453.58337402344px;left:113.50000476837px; }
 }@media only screen and (max-width: 763px) { #ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { 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) { #agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf { display:block; }#agp9syVGq3ZzoNe8k2RmmZWaPfefnrHf > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf { display:block; }#AVH3FuoaZpdJn7Gpir1KI7RMcu41bgTf > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiCCd4rJskqrgqC4Pt3STopK4canpoK0 { display:block; }#xiCCd4rJskqrgqC4Pt3STopK4canpoK0 > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA { display:block; }#tZ0TEO0SCKMzkKzoZnXW6wSFlMRAFhJA > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO { display:block; }#AqnMP6MpqCDzxnFgGbLT5vgqb6Rv41eO > .row .container { width:320px;height:753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT3V4VkcARwTIBIRww0c3lRnKGRE10EU { display:block; }#oT3V4VkcARwTIBIRww0c3lRnKGRE10EU > .row .container { width:320px;height:236px;position:relative;display:block; } }