.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ededed;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); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { 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; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { background-color: transparent; background-image: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .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); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { border-width: 0; border-radius: 0; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { font-size:14px;font-family:arial;height:96px;width:1200px;position:relative;display:block; }#rSXyOMIib6IWTxJ2R9irAcGPMPserTwi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:53px;width:240px;top:14.5px;left:10px;overflow:hidden;display:block; }
#UeU0dwFGqKLq5KgcpLTedZ0pOar4pyIN { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-sizing:border-box;color:#112b45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:223px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24px;left:955px;display:block; }
#bLwXL7cEeWLMvTE5P9M6agbU1nitvpGm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sEXL6rwTfTsMbaTnRqyR8OzTSFK8A7Ok { position:absolute;display:block;z-index:15006;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:7px;width:29px;top:46.5px;left:1129.5px;overflow:hidden;display:block; }
#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.21);background-image:url("https://images.assets-landingi.com/uc/388afb34-9b7a-4183-a536-5fa2495d4db6/tlo.svg");background-position:bottom left !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; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.adaptive-delivery-prevent-bg, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyload, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyloading { background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { background-color: transparent; background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .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); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { border-width: 0; border-radius: 0; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { font-size:14px;font-family:arial;height:670px;width:1200px;position:relative;display:block; }#T7etHpIts1STGKyQSLDHDlB1HAarxTsE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#AzdmBs2HBHTKlzZ9QxXe6GfHzutwihla { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#z8VTdKt3BEvhUaDX5aiNWeZ70ImOPDGN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#abFgSL9lI07roWuSAiSz38eZkk1TUhyF { position:absolute;display:block;z-index:14995;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:70px;width:104px;top:386px;left:417px;overflow:hidden;display:none; }
#m2ECdvtZBSJMEUuT8tT1mUcQfW0dUE4C { color:#ffffff;display:block;width:541px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:140px;left:56px;height:0;display:block; }
#xwMucrICXclqXcfyyyoWznhGBcTic5D7 { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-sizing:border-box;color:#112b45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:54px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:415px;left:129px;display:block; }
#ZMPDP8FiJMBD0I1up8q2yyn9DK1n5hRy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UiCnKRDegdQ3VrqfFr2uInVp6RgQd7nn { color:#f1f5f8;display:block;width:499px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:128px;left:40px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZD87isDSzWJdWZmhSEDJEkA5J2dCT161 { position:absolute;display:block;z-index:15020;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:593px;width:488px;top:38.5px;left:693.671875px;overflow:hidden;display:block; }
#e6r3vpF0275m8xmzknxd66cQki3G1pwh { position:absolute;display:block;z-index:15021;height:348px;width:620px;top:140px;left:549px;display:block; }
#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container { background-color: transparent; background-image: none; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container > .video-iframe-container { display: none; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row > .video-iframe-container { display: none; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .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); }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container { border-width: 0; border-radius: 0; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container { font-size:14px;font-family:arial;height:987px;width:1200px;position:relative;display:block; }#LBekIOmxiGlJbDQ7x3Myb7Kzibu3VKpV { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-sizing:border-box;color:#112b45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:54px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:419.0666809082px;left:787px;display:block; }
#rC7tWtky9Vq9OULJXzxmMsCRryUronXb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ORroo37COJLegyFzASArOrxJhIozQvw6 { position:absolute;display:block;z-index:15019;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:709px;width:596px;top:109.63327026367px;left:0px;overflow:hidden;display:block; }
#dgEXfKiGFDLo244MT68OgMZpfnDF5LwF { color:rgba(17,43,69,0.8);display:block;width:488px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:109.63333129883px;left:692px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eXDuGUlzNpr8m9f2HX4DU5aERTKEc9sz { position:absolute;display:block;z-index:15001;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:56px;width:273px;top:322.53335571289px;left:789.25px;overflow:hidden;display:block; }
#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #024f63, #2d9f79);background-image: -moz-linear-gradient(180deg, #024f63, #2d9f79);background-image: -ms-linear-gradient(180deg, #024f63, #2d9f79);background-image: -o-linear-gradient(180deg, #024f63, #2d9f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );";background-image: linear-gradient(180deg, #024f63, #2d9f79);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; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container { background-color: transparent; background-image: none; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container > .video-iframe-container { display: none; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row > .video-iframe-container { display: none; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .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); }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container { border-width: 0; border-radius: 0; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container { font-size:14px;font-family:arial;height:139px;width:1200px;position:relative;display:block; }#W1i8MXh8Tdd8Ewrm7AFdath6FLU2PFgx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:125px;width:266px;top:14px;left:42.5px;overflow:hidden;display:block; }
#dUFdpz5g4hRDghKbAgQS3lThSGlN3dn9 { color:#ffffff;display:block;width:200px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:77px;left:430.5px;height:18.2px;display:block; }
#hTXt9UVoO6VlooH01V24EIECQ4VcMRKA { color:#ffffff;display:block;width:200px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:77px;left:673.5px;height:18.2px;display:block; }
#s4XVeXl8vkIDDtvADyCCF5wCB7u9OqZR { color:#ffffff;display:block;width:117px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:76px;left:849.5px;height:18.2px;display:block; }
#l8n6CJFNCc2c9ClwXkl6TSKiPvwhpA3H { position:absolute;display:block;z-index:15005;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:28px;width:28px;top:64.09375px;left:1063.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:764px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rSXyOMIib6IWTxJ2R9irAcGPMPserTwi { width:240px;height:53px;top:26px;left:249px;display:block; }
 }@media only screen and (max-width: 1199px) { #UeU0dwFGqKLq5KgcpLTedZ0pOar4pyIN { width:223px;height:50px;top:81px;left:517px;display:none; }
 }@media only screen and (max-width: 1199px) { #bLwXL7cEeWLMvTE5P9M6agbU1nitvpGm { display:block; }
 }@media only screen and (max-width: 1199px) { #sEXL6rwTfTsMbaTnRqyR8OzTSFK8A7Ok { width:29px;height:7px;top:46px;left:735px;display:none; }
 }@media only screen and (max-width: 1199px) { #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/388afb34-9b7a-4183-a536-5fa2495d4db6/tlo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.adaptive-delivery-prevent-bg, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyload, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyloading { background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { background-color: transparent; background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .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); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { width:764px;height:708px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T7etHpIts1STGKyQSLDHDlB1HAarxTsE { top:122px;left:564.00003623962px;width:200px;height:40px;z-index:14993;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #AzdmBs2HBHTKlzZ9QxXe6GfHzutwihla { top:58.000003814697px;left:563.98865795135px;width:200px;height:40px;z-index:14991;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #z8VTdKt3BEvhUaDX5aiNWeZ70ImOPDGN { top:189.00000762939px;left:563.98865795135px;width:200px;height:40px;z-index:14992;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #abFgSL9lI07roWuSAiSz38eZkk1TUhyF { width:104px;height:70px;top:219px;left:253.00000572205px;display:none; }
 }@media only screen and (max-width: 1199px) { #m2ECdvtZBSJMEUuT8tT1mUcQfW0dUE4C { width:541px;height:0;top:505px;left:112px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xwMucrICXclqXcfyyyoWznhGBcTic5D7 { width:223px;height:50px;top:620px;left:270.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMPDP8FiJMBD0I1up8q2yyn9DK1n5hRy { display:block; }
 }@media only screen and (max-width: 1199px) { #UiCnKRDegdQ3VrqfFr2uInVp6RgQd7nn { width:690px;height:156px;top:35px;left:23px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZD87isDSzWJdWZmhSEDJEkA5J2dCT161 { width:279px;height:338px;top:232px;left:485px;display:block; }
 }@media only screen and (max-width: 1199px) { #e6r3vpF0275m8xmzknxd66cQki3G1pwh { width:620px;height:348px;top:227px;left:72px;display:block; }
 }@media only screen and (max-width: 1199px) { #vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD { display:block; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container { width:764px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LBekIOmxiGlJbDQ7x3Myb7Kzibu3VKpV { width:223px;height:50px;top:400px;left:465px;display:block; }
 }@media only screen and (max-width: 1199px) { #rC7tWtky9Vq9OULJXzxmMsCRryUronXb { display:block; }
 }@media only screen and (max-width: 1199px) { #ORroo37COJLegyFzASArOrxJhIozQvw6 { width:343px;height:408px;top:73.25px;left:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #dgEXfKiGFDLo244MT68OgMZpfnDF5LwF { width:375px;height:135.188px;top:121px;left:389px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #eXDuGUlzNpr8m9f2HX4DU5aERTKEc9sz { width:240px;height:53px;top:299px;left:456.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO { display:block; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container { width:764px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W1i8MXh8Tdd8Ewrm7AFdath6FLU2PFgx { width:173px;height:84px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dUFdpz5g4hRDghKbAgQS3lThSGlN3dn9 { width:200px;height:18.1875px;top:59.90625px;left:203px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #hTXt9UVoO6VlooH01V24EIECQ4VcMRKA { width:200px;height:18.1875px;top:44px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #s4XVeXl8vkIDDtvADyCCF5wCB7u9OqZR { width:117px;height:18.1875px;top:76px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #l8n6CJFNCc2c9ClwXkl6TSKiPvwhpA3H { width:28px;height:28px;top:62px;left:642px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSXyOMIib6IWTxJ2R9irAcGPMPserTwi { width:240px;height:53px;top:13px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #UeU0dwFGqKLq5KgcpLTedZ0pOar4pyIN { width:223px;height:50px;top:24px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #bLwXL7cEeWLMvTE5P9M6agbU1nitvpGm { display:block; }
 }@media only screen and (max-width: 763px) { #sEXL6rwTfTsMbaTnRqyR8OzTSFK8A7Ok { width:29px;height:7px;top:46px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ffbc2d-853e-4736-91e9-9d212b104b5d/tlo2x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.adaptive-delivery-prevent-bg, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyload, #mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M.lazyloading { background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { background-color: transparent; background-image: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container { display: none; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .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); }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { border-width: 0; border-radius: 0; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdcFPWfsRufStZqrdOMWX5tIQuu2Hs2M > .row .container { width:320px;height:672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7etHpIts1STGKyQSLDHDlB1HAarxTsE { width:200px;height:40px;top:638.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #AzdmBs2HBHTKlzZ9QxXe6GfHzutwihla { width:200px;height:40px;top:578.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #z8VTdKt3BEvhUaDX5aiNWeZ70ImOPDGN { width:200px;height:40px;top:698.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #abFgSL9lI07roWuSAiSz38eZkk1TUhyF { width:113px;height:70px;top:490px;left:172.11665344238px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #m2ECdvtZBSJMEUuT8tT1mUcQfW0dUE4C { width:320px;height:0;top:381px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xwMucrICXclqXcfyyyoWznhGBcTic5D7 { width:298px;height:54px;top:577px;left:11px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ZMPDP8FiJMBD0I1up8q2yyn9DK1n5hRy { display:block; }
 }@media only screen and (max-width: 763px) { #UiCnKRDegdQ3VrqfFr2uInVp6RgQd7nn { width:300px;height:181.953px;top:55px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZD87isDSzWJdWZmhSEDJEkA5J2dCT161 { width:320px;height:388px;top:227px;left:0px;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #e6r3vpF0275m8xmzknxd66cQki3G1pwh { width:320px;height:219px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD { display:block; }#vXSnSgOAs5h3P6GwGCh1lCRhAGJcg2RD > .row .container { width:320px;height:551px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBekIOmxiGlJbDQ7x3Myb7Kzibu3VKpV { width:298px;height:54px;top:462px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #rC7tWtky9Vq9OULJXzxmMsCRryUronXb { display:block; }
 }@media only screen and (max-width: 763px) { #ORroo37COJLegyFzASArOrxJhIozQvw6 { width:192px;height:228px;top:39px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #dgEXfKiGFDLo244MT68OgMZpfnDF5LwF { width:320px;height:78px;top:278px;left:0px;font-size:20px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eXDuGUlzNpr8m9f2HX4DU5aERTKEc9sz { width:273px;height:60.2875px;top:382px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO { display:block; }#QHkXcv84kk2D8KAmc9NBqD2te5yfyCvO > .row .container { width:320px;height:296px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1i8MXh8Tdd8Ewrm7AFdath6FLU2PFgx { width:177px;height:86px;top:28px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #dUFdpz5g4hRDghKbAgQS3lThSGlN3dn9 { width:200px;height:18.1875px;top:124px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTXt9UVoO6VlooH01V24EIECQ4VcMRKA { width:200px;height:18.1875px;top:162px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4XVeXl8vkIDDtvADyCCF5wCB7u9OqZR { width:117px;height:18.1875px;top:201px;left:101px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8n6CJFNCc2c9ClwXkl6TSKiPvwhpA3H { width:28px;height:28px;top:240px;left:146px;display:block; }
 }