.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;
}@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:#dfdfdf;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); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { position:relative;z-index:auto;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { background-color: transparent; background-image: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container > .video-iframe-container { display: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row > .video-iframe-container { display: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .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); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { border-width: 0; border-radius: 0; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container > .video-iframe-container {  }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/468ebcd6-7e57-426e-a871-7ec7985506a2/Fondo51515pm.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container.adaptive-delivery-prevent-bg, #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container.lazyload, #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container.lazyloading { background-image: none; }#ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { color:#203d69;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24.5rem;left:39.6875rem;height:5.84765625rem;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;display:block; }
#wAWzHvSkU7VPuF0Xo6R61X53lQewByDd { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:10.1875rem;left:3.75rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#eZc7Jena1tHJVDKST42MmyT2oqGTvLra { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:22.625rem;top:2.12451171875rem;left:26.15478515625rem;overflow:hidden;display:block; }
#ukDFx7FHbnRW0J38gTRx7eD9RaWQEg3N { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:30.25rem;top:18.5rem;left:6.625rem;overflow:hidden;display:block; }
#G2tTwA6LGtFpT4fg9U6a13qEcUFUOZzn { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:2.4990234375rem;left:64.1875rem;overflow:hidden;display:block; }
#MQdqn8NcWUpK1ID1BrvQTBRoIghWDaFN { background-color:#0aaac0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.8125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:33.0625rem;left:45rem;display:block; }
#d4IDOK6UX9AFMLX7y6ZZyGRtrqXDNEPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { position:relative;display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { background-color: transparent; background-image: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .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); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { border-width: 0; border-radius: 0; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container {  }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/468ebcd6-7e57-426e-a871-7ec7985506a2/Fondo51515pm.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container.adaptive-delivery-prevent-bg, #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container.lazyload, #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container.lazyloading { background-image: none; }#loiy8K9LZM48SW1fiD9zRV10T1U2wbtU { color:#203d69;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:2.060546875rem;left:12.5rem;height:2.40625rem;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;display:block; }
#uz0B1h6nBez4dceZWuixTP4zx5ePJoKJ { color:#7386a2;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.330729484558rem;left:0rem;height:3.8984375rem;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;display:block; }
#QSg8VKZhZcKKOnCb9VNrw361ccyeuOsi { color:#203d69;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:7.75rem;left:18.6875rem;height:13.64453125rem;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;display:block; }
#wudRDyEXNdBfvO4aHNhR26E2hm6Fg8Wn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:7.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#DDClzZA5hJfOPOMEba8fu5WdG3rSq7uZ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:11.125rem;left:13.8125rem;overflow:hidden;display:block; }
#CaN5LnG3KyzUJpMWzATUqKQEL9P0aXiL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:15.0625rem;left:13.8125rem;overflow:hidden;display:block; }
#EN421TRVMfRkGqNhuDUKHBQZAAao9qiF { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:18.9560546875rem;left:13.8125rem;overflow:hidden;display:block; }
#II7Z6JWac2h4bS8RAQHSFbAV8vgDZkZC { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:35.875rem;top:28.000000596046rem;left:19.562501192093rem;display:block; }
#u7yC7U7mCKqTStUU03cAUouQO6WBKMP3 { background-color:#0aaac0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.062501907349rem;left:18.687501192093rem;display:block; }
#dTVGUuTCthb04tCnQTsgaQ5GQvEmJD8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z2r9GEZz5qxE9iKQGRa3S0CfbAQkfUko { background-color:#0aaac0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:55.062501907349rem;left:40.062501192093rem;display:block; }
#rOF0TxEDT8O9qv0IDNbWbyzn4PS6UELx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSbIU8l7x8wQQIQH6FVoa4tuDilmZQZM { background-color:#0aaac0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:51.083333969116rem;left:29.812501192093rem;display:block; }
#Q9EpUN5ZzZiBIxIAOopW7Ks1yrBkiHDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { position:relative;display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { background-color: transparent; background-image: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .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); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { border-width: 0; border-radius: 0; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container {  }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#717171;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1rem;left:8.3125rem;height:1.2999125rem;display:block; }
#cxLfEldlst24tznW6SeQNWEBEo90Ewll { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.5625rem;left:24.5625rem;display:block; }
#nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.5625rem;left:26.6875rem;display:block; }
#TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.5625rem;left:28.8125rem;display:block; }
#kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0.5625rem;left:30.9375rem;display:block; }
#XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { color:#000000;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.15625rem;left:36rem;height:1.0556625rem;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;display:block; }
#q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.15625rem;left:48.125rem;height:0.9746125rem;display:block; }
#tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.90625rem;left:46.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { top:24.5rem;left:19rem;width:28.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWzHvSkU7VPuF0Xo6R61X53lQewByDd { top:10.1875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZc7Jena1tHJVDKST42MmyT2oqGTvLra { top:2.0625rem;left:12.52978515625rem;width:22.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDFx7FHbnRW0J38gTRx7eD9RaWQEg3N { top:18.5rem;left:0rem;width:30.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2tTwA6LGtFpT4fg9U6a13qEcUFUOZzn { top:2.4375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdqn8NcWUpK1ID1BrvQTBRoIghWDaFN { width:18.125rem;height:2.8125rem;top:33.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4IDOK6UX9AFMLX7y6ZZyGRtrqXDNEPi { display:block; }
 }@media only screen and (max-width: 763px) { #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loiy8K9LZM48SW1fiD9zRV10T1U2wbtU { top:2rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz0B1h6nBez4dceZWuixTP4zx5ePJoKJ { top:23.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSg8VKZhZcKKOnCb9VNrw361ccyeuOsi { top:7.75rem;left:0rem;width:47.75rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wudRDyEXNdBfvO4aHNhR26E2hm6Fg8Wn { top:7.3125rem;left:0.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDClzZA5hJfOPOMEba8fu5WdG3rSq7uZ { top:11.125rem;left:0.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaN5LnG3KyzUJpMWzATUqKQEL9P0aXiL { top:15.0625rem;left:0.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN421TRVMfRkGqNhuDUKHBQZAAao9qiF { top:18.9375rem;left:0.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II7Z6JWac2h4bS8RAQHSFbAV8vgDZkZC { top:28rem;left:5.9375011920929rem;width:35.875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7yC7U7mCKqTStUU03cAUouQO6WBKMP3 { width:17.5rem;height:2.8125rem;top:55.0625rem;left:5.0625011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTVGUuTCthb04tCnQTsgaQ5GQvEmJD8n { display:block; }
 }@media only screen and (max-width: 763px) { #z2r9GEZz5qxE9iKQGRa3S0CfbAQkfUko { width:17.5rem;height:2.8125rem;top:55.0625rem;left:26.437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOF0TxEDT8O9qv0IDNbWbyzn4PS6UELx { display:block; }
 }@media only screen and (max-width: 763px) { #lSbIU8l7x8wQQIQH6FVoa4tuDilmZQZM { width:15.375rem;height:2.375rem;top:51.0625rem;left:16.187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9EpUN5ZzZiBIxIAOopW7Ks1yrBkiHDp { display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { top:1rem;left:0rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { top:0.5625rem;left:10.9375rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { top:0.5625rem;left:13.0625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { top:0.5625rem;left:15.1875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { top:0.5625rem;left:17.3125rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { top:1.125rem;left:22.375rem;width:8.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { top:1.125rem;left:29.625rem;width:18.125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { top:0.875rem;left:33.0625rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { position:relative;z-index:auto;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOOFDTx4vUFq0thsvHWa52NOraPVv1S4 { width:20rem;height:3.4121125rem;top:20.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAWzHvSkU7VPuF0Xo6R61X53lQewByDd { width:20rem;height:3.1875rem;top:4.8115234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZc7Jena1tHJVDKST42MmyT2oqGTvLra { width:8.875rem;height:2rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDFx7FHbnRW0J38gTRx7eD9RaWQEg3N { width:13.3125rem;height:11rem;top:8.810546875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2tTwA6LGtFpT4fg9U6a13qEcUFUOZzn { width:0.9375rem;height:0.9375rem;top:22.3740234375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQdqn8NcWUpK1ID1BrvQTBRoIghWDaFN { width:12.5rem;height:2.1875rem;top:24.375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4IDOK6UX9AFMLX7y6ZZyGRtrqXDNEPi { display:block; }
 }@media only screen and (max-width: 763px) { #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { background-color: transparent; background-image: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .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); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { width:20rem;height:46.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loiy8K9LZM48SW1fiD9zRV10T1U2wbtU { width:20rem;height:3.29948125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uz0B1h6nBez4dceZWuixTP4zx5ePJoKJ { width:20rem;height:4.54948125rem;top:20.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSg8VKZhZcKKOnCb9VNrw361ccyeuOsi { width:17.5rem;height:12.51105625rem;top:6.125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wudRDyEXNdBfvO4aHNhR26E2hm6Fg8Wn { width:1.875rem;height:1.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDClzZA5hJfOPOMEba8fu5WdG3rSq7uZ { width:1.875rem;height:1.875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaN5LnG3KyzUJpMWzATUqKQEL9P0aXiL { width:1.875rem;height:1.875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN421TRVMfRkGqNhuDUKHBQZAAao9qiF { width:1.875rem;height:1.875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #II7Z6JWac2h4bS8RAQHSFbAV8vgDZkZC { height:9rem;width:16.0625rem;top:26.250001272187rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7yC7U7mCKqTStUU03cAUouQO6WBKMP3 { width:11.25rem;height:1.875rem;top:39.25rem;left:4.5625002980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTVGUuTCthb04tCnQTsgaQ5GQvEmJD8n { display:block; }
 }@media only screen and (max-width: 763px) { #z2r9GEZz5qxE9iKQGRa3S0CfbAQkfUko { width:11.3125rem;height:1.8125rem;top:41.75rem;left:4.5312502980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOF0TxEDT8O9qv0IDNbWbyzn4PS6UELx { display:block; }
 }@media only screen and (max-width: 763px) { #lSbIU8l7x8wQQIQH6FVoa4tuDilmZQZM { width:11.25rem;height:1.6875rem;top:36.625rem;left:4.5625002980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9EpUN5ZzZiBIxIAOopW7Ks1yrBkiHDp { display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { width:19.436rem;height:1.29980625rem;top:1.25rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { width:2.124025rem;height:2.124025rem;top:3.1875rem;left:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { width:2.124025rem;height:2.124025rem;top:3.1875rem;left:7.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { width:2.124025rem;height:2.124025rem;top:3.1875rem;left:9.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { width:2.124025rem;height:2.124025rem;top:3.1875rem;left:12.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavxnUvBzdxvyt4udTU6rsLwVHmq2TPs { width:10.7480625rem;height:0.9746125rem;top:5.3115234375rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { width:16.5625rem;height:0.89355625rem;top:7.0625rem;left:2.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { width:1.43555rem;height:1.43555rem;top:6.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }