.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container { background-color: transparent; background-image: none; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container > .video-iframe-container { display: none; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row > .video-iframe-container { display: none; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .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); }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container { border-width: 0; border-radius: 0; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row > .video-iframe-container {  }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#PkrIrQOQhgampPmM5sHIwIzOVPIvInEe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:11.0625rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#tJhphXPmffdZTeKOeWBeGIUOr9xirIUc { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.083984375rem;left:26rem;height:1.381225rem;font-style:normal;display:block; }
#e6pLH9Bkyg7HwvFPltUNUwkqXdmLacff { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.02783203125rem;left:48.4375rem;height:1.381225rem;font-style:normal;display:block; }
#C5VLFOsUsxaCyMnWnbHpAW1INuZ2O3T2 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:58.875rem;height:1.381225rem;font-style:normal;display:block; }
#LfmH1rC87zJm6DNNFMTlerLMImX0ubL7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.11865234375rem;left:16.125rem;height:1.381225rem;display:block; }
#Qz60QtvGAtdnw1bTVkTyKqy6vlEL59qX { color:#000000;display:block;width:7rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.068359375rem;left:37.8125rem;height:1.29980625rem;display:block; }
#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;background-image:url("https://images.assets-landingi.com/uc/a023b609-68ee-4668-a464-31b0015b4e74/fundo_mgm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.adaptive-delivery-prevent-bg, #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.lazyload, #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.lazyloading { background-image: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { background-color: transparent; background-image: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container > .video-iframe-container { display: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container { display: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .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); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { border-width: 0; border-radius: 0; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container {  }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#HxTO3oDaAti7MwPl7SuyA0zEQoiLtccN { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:rajdhani;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1220703125rem;left:49.0625rem;height:0;display:none; }
#TedV9K8M1VqhMyGBWcSEkFuKD6KDSn3X { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:75rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#AHz1o0CAgSQxCeTwxygiNXR1MT4LqBbT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15rem;display:none; }
#eNO8WWd3wG5lFp8OvnCupBT5B8dwUhxf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:20rem;display:none; }
#HAQukkVExq8dVk494QuOao61N2UVrzyo { color:#7b8587;display:block;width:7.0605625rem;position:absolute;font-family:rajdhani;font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:3.998291015625rem;left:5.062255859375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LH3AW75KcAKgKCmBcDyvAkunTlGSfFOD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:12.8125rem;top:14.9365234375rem;left:12.623901367188rem;overflow:hidden;display:block; }
#AZrWzq3uF7bO6fXceXIuNcMM5mXyubKa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.75rem;top:14.749755859375rem;left:25.374145507812rem;overflow:hidden;display:block; }
#fM84fOp1e9WsnTCAOMQfpiy5VQ4F8h75 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:5.125rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:4.2490234375rem;left:12.216674804688rem;height:9.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ceJqKQenhghiEPmTMowWWoAK0RrLBV7d { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:18.811767578125rem;left:22.8120124375rem;overflow:hidden;display:block; }
#nekGUK5OHmL6X2qi93FzsX9hwi6TdzHa { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:9.659913640625rem;left:16.311280828125rem;overflow:hidden;display:block; }
#wTLyVrJT3XcQoq5AbCVxno39q1Lv7uJz { color:#ffffff;display:block;width:21.437375rem;position:absolute;font-family:montserrat;font-size:5.125rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:8.8602294921875rem;left:20.403442382812rem;height:4.612425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ybraiheTLTr7lKi3nm5JXnmCzRd7pGiG { color:#ffffff;display:block;width:12.937rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:16.149291992188rem;left:41.1865234375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3Dt4ttxVhvcDElzPxDmXTX7LguXdNeI { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:archivo;font-size:3.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:20.686157226562rem;left:45.123413085938rem;height:3.250125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cZ4LnSSGze91fcBRuivCt8ERT98Kmcpo { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:archivo;font-size:3.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:20.649291992188rem;left:41.0615234375rem;height:3.250125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihbq2LqNE3isM9okTbiK9lz73mqez0Nx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:12.437125rem;top:25.623779296875rem;left:40.436401367188rem;overflow:hidden;display:block; }
#eDEeEFHJQITysz7gEQT7yQKRtX1UXQJF { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.62475rem;width:6.62475rem;top:33.327758789062rem;left:11.811645507812rem;overflow:hidden;display:block; }
#J5Nbbxxa8vqKZ7T7qCLRB3XOIvotK6IH { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:34.140258789062rem;left:20.403442382812rem;height:4.87426875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container { background-color: transparent; background-image: none; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container > .video-iframe-container { display: none; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row > .video-iframe-container { display: none; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .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); }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container { border-width: 0; border-radius: 0; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row > .video-iframe-container {  }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#OD3aVhOWIhWoUTLvbXsreyaCbWZuPBvl { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:rajdhani;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1220703125rem;left:49.0625rem;height:0;display:none; }
#vTPUNyrsywWJU2HANNl0B6lBM2t8QixC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:75rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#JANUNfvueX55XRTuwfwfGQ3f3d90lAH0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15rem;display:none; }
#Fe9RqhhxItwtfEFFfQ8vO99uGUc0hJ1O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:20rem;display:none; }
#SXQpdk75p9bUBkevGGTqteEROSrS3Sxu { color:#7b8587;display:block;width:7.0605625rem;position:absolute;font-family:rajdhani;font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:3.998291015625rem;left:5.062255859375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#k7WGR2bP53Ub5yCJyvJINnqTpwxT5VwC { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.32861328125rem;left:13.3125rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QsunBBTc7s1ETorHEirLLLrrPTUM0Thd { color:#000000;display:block;width:20.875rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.5625rem;left:40.5rem;height:13.47070625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dT3dKOWtfOJcSoD1Upwd8Fu2uxcRXTuc { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:22.6875rem;left:21.6875rem;height:1.487425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container { background-color: transparent; background-image: none; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container > .video-iframe-container { display: none; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row > .video-iframe-container { display: none; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .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); }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container { border-width: 0; border-radius: 0; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row > .video-iframe-container {  }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#A4Wiyi8b2QltXFmfNpls4QkGuTRDmDVb { position:absolute;display:block;z-index:15001;background-color:#ffffff;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;height:0.124511875rem;width:75rem;top:20.623046875rem;left:0rem;display:block; }
#prTmTTgqdqiqfOEhWUgsVA7eTB6dgm28 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.6875rem;height:0.97473125rem;font-style:normal;display:block; }
#ONzKbv4oci94D3kBn9kTnbwR4kWWpzBx { color:#000000;display:block;width:22.9365rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.408203125rem;left:52.0634765625rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#OwcBdSKGxI05qHcAPAHJeCSrCpyd7wgg { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.537109375rem;left:0.65625rem;height:0.97473125rem;display:block; }
#vTEyAanLvH4qCbgvOfT8nNLyy39nG0y5 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.2998046875rem;left:0.6875rem;height:0.97473125rem;display:block; }
#LWwCMHHZxuJzFJXTtvURnV3vAASDW9fA { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.6875rem;height:0.97473125rem;display:block; }
#C81XrLOARJQT17AbELpOEuwAvLdHH3zE { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:0.6875rem;height:0.97473125rem;display:block; }
#WuKczLM2qMCchJNMU4iiFTbTrhUP7o6a { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.744140625rem;left:0.6875rem;height:0.97473125rem;display:block; }
#T9Q8Xat4vi5zSIXKX5MdRuGUWq3m3JD1 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5947265625rem;left:0.6875rem;height:0.97473125rem;display:block; }
#P4pQbF37bHDOeoceeSD0da2pTeAOUNpZ { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:15.71875rem;height:0.97473125rem;font-style:normal;display:block; }
#DbgfvuX8aB0t2wsB5H3pig0kPRuw5zeX { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6298828125rem;left:15.71875rem;height:0.97473125rem;display:block; }
#mE6QEm5CFcypt47w0mShFKoq3GambFbn { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4248046875rem;left:15.71875rem;height:0.97473125rem;display:block; }
#OUxTdlWMl5ekPTupAVorqob4AxhU3wc0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:14.1875rem;top:2.6875rem;left:57.78125rem;overflow:hidden;display:block; }
#msTV7TkeQJy3f8R7XCChhaKWfcaSTsJy { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.71875rem;height:0.97473125rem;display:block; }
#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3333ff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container { background-color: transparent; background-image: none; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container > .video-iframe-container { display: none; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row > .video-iframe-container { display: none; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .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); }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container { border-width: 0; border-radius: 0; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row > .video-iframe-container {  }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#Ort1KIeSMLGcElARQ6pHTIqHNhr70zC0 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:8.4375rem;height:;font-style:normal;display:block; }
#vyqynQef83APeh8XLPBz0A80yOTVWugO { background-color:#ffffff;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.90625rem;left:53.5rem;display:block; }
#v8eAa4EzRO5aRgt3CPIDTKsmPzwnd8JA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq { display:block; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkrIrQOQhgampPmM5sHIwIzOVPIvInEe { top:2.3125rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhphXPmffdZTeKOeWBeGIUOr9xirIUc { top:2.0625rem;left:12.375rem;width:9.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6pLH9Bkyg7HwvFPltUNUwkqXdmLacff { top:2rem;left:34.8125rem;width:6.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5VLFOsUsxaCyMnWnbHpAW1INuZ2O3T2 { top:2rem;left:40.9375rem;width:6.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfmH1rC87zJm6DNNFMTlerLMImX0ubL7 { top:2.0625rem;left:2.5rem;width:12.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz60QtvGAtdnw1bTVkTyKqy6vlEL59qX { top:2.0625rem;left:24.1875rem;width:7rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt { display:block; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTO3oDaAti7MwPl7SuyA0zEQoiLtccN { top:10.0625rem;left:29.3125rem;width:18.4375rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedV9K8M1VqhMyGBWcSEkFuKD6KDSn3X { top:1.6875rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHz1o0CAgSQxCeTwxygiNXR1MT4LqBbT { width:15rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNO8WWd3wG5lFp8OvnCupBT5B8dwUhxf { width:20rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAQukkVExq8dVk494QuOao61N2UVrzyo { top:3.9375rem;left:0rem;width:7rem;height:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LH3AW75KcAKgKCmBcDyvAkunTlGSfFOD { top:14.875rem;left:0rem;width:12.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZrWzq3uF7bO6fXceXIuNcMM5mXyubKa { top:14.6875rem;left:11.749145507812rem;width:12.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM84fOp1e9WsnTCAOMQfpiy5VQ4F8h75 { top:4.1875rem;left:0rem;width:21.4375rem;height:9.1875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceJqKQenhghiEPmTMowWWoAK0RrLBV7d { top:18.75rem;left:9.1870124375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekGUK5OHmL6X2qi93FzsX9hwi6TdzHa { top:9.625rem;left:2.686280828125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLyVrJT3XcQoq5AbCVxno39q1Lv7uJz { top:8.8125rem;left:6.7784423828125rem;width:21.375rem;height:4.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybraiheTLTr7lKi3nm5JXnmCzRd7pGiG { top:16.125rem;left:27.5615234375rem;width:12.875rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Dt4ttxVhvcDElzPxDmXTX7LguXdNeI { top:20.625rem;left:31.498413085938rem;width:5.875rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4LnSSGze91fcBRuivCt8ERT98Kmcpo { top:20.625rem;left:27.4365234375rem;width:5.8125rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbq2LqNE3isM9okTbiK9lz73mqez0Nx { top:25.5625rem;left:26.811401367188rem;width:12.375rem;height:2.3009487723248rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDEeEFHJQITysz7gEQT7yQKRtX1UXQJF { top:33.3125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Nbbxxa8vqKZ7T7qCLRB3XOIvotK6IH { top:34.125rem;left:6.7783203125rem;width:22.3125rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU { display:block; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD3aVhOWIhWoUTLvbXsreyaCbWZuPBvl { top:10.0625rem;left:29.3125rem;width:18.4375rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPUNyrsywWJU2HANNl0B6lBM2t8QixC { top:1.6875rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANUNfvueX55XRTuwfwfGQ3f3d90lAH0 { width:15rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fe9RqhhxItwtfEFFfQ8vO99uGUc0hJ1O { width:20rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXQpdk75p9bUBkevGGTqteEROSrS3Sxu { top:3.9375rem;left:0rem;width:7rem;height:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7WGR2bP53Ub5yCJyvJINnqTpwxT5VwC { top:4.3125rem;left:0rem;width:24.125rem;height:13.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsunBBTc7s1ETorHEirLLLrrPTUM0Thd { top:4.5625rem;left:26.875rem;width:20.875rem;height:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3dKOWtfOJcSoD1Upwd8Fu2uxcRXTuc { top:22.6875rem;left:8.0625rem;width:33.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU { display:block; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4Wiyi8b2QltXFmfNpls4QkGuTRDmDVb { top:20.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTmTTgqdqiqfOEhWUgsVA7eTB6dgm28 { top:2.6875rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzKbv4oci94D3kBn9kTnbwR4kWWpzBx { top:21.375rem;left:24.875rem;width:22.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcBdSKGxI05qHcAPAHJeCSrCpyd7wgg { top:4.5rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEyAanLvH4qCbgvOfT8nNLyy39nG0y5 { top:6.25rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwCMHHZxuJzFJXTtvURnV3vAASDW9fA { top:8.125rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81XrLOARJQT17AbELpOEuwAvLdHH3zE { top:9.875rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuKczLM2qMCchJNMU4iiFTbTrhUP7o6a { top:11.6875rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Q8Xat4vi5zSIXKX5MdRuGUWq3m3JD1 { top:13.5625rem;left:0rem;width:13.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pQbF37bHDOeoceeSD0da2pTeAOUNpZ { top:2.6875rem;left:2.09375rem;width:7.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbgfvuX8aB0t2wsB5H3pig0kPRuw5zeX { top:4.625rem;left:2.09375rem;width:4.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE6QEm5CFcypt47w0mShFKoq3GambFbn { top:6.375rem;left:2.09375rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxTdlWMl5ekPTupAVorqob4AxhU3wc0 { top:2.6875rem;left:33.5625rem;width:14.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTV7TkeQJy3f8R7XCChhaKWfcaSTsJy { top:8.125rem;left:2.09375rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx { display:block; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ort1KIeSMLGcElARQ6pHTIqHNhr70zC0 { top:1.4375rem;left:0rem;width:33.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyqynQef83APeh8XLPBz0A80yOTVWugO { width:14rem;height:2.75rem;top:0.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eAa4EzRO5aRgt3CPIDTKsmPzwnd8JA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq { display:block; }#WoM6tDBpdW8XTHHDkUVlK4mORqTFHGHq > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkrIrQOQhgampPmM5sHIwIzOVPIvInEe { width:12.5625rem;height:1.4370125rem;top:1.9443359375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhphXPmffdZTeKOeWBeGIUOr9xirIUc { width:6.8125rem;height:0.97473125rem;top:6rem;left:6.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6pLH9Bkyg7HwvFPltUNUwkqXdmLacff { width:5.375rem;height:0.97473125rem;top:6rem;left:13.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5VLFOsUsxaCyMnWnbHpAW1INuZ2O3T2 { width:5.4375rem;height:0.97473125rem;top:8.5625rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfmH1rC87zJm6DNNFMTlerLMImX0ubL7 { width:4.5rem;height:1.0563125rem;top:6rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qz60QtvGAtdnw1bTVkTyKqy6vlEL59qX { width:7rem;height:1.0563125rem;top:8.5625rem;left:9.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b4265fca-b6ff-4800-85ef-728a6a8699c3/fundo_mgmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.adaptive-delivery-prevent-bg, #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.lazyload, #meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt.lazyloading { background-image: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { background-color: transparent; background-image: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container > .video-iframe-container { display: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container { display: none; }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .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); }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row > .video-iframe-container {  }#meL1mr9HUvh1XvfmwMbvKzolp6Z0TFQt > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTO3oDaAti7MwPl7SuyA0zEQoiLtccN { width:17.749rem;height:6.5rem;top:11.435546875rem;left:1.124267578125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TedV9K8M1VqhMyGBWcSEkFuKD6KDSn3X { width:20rem;height:4.8125rem;top:25.4453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHz1o0CAgSQxCeTwxygiNXR1MT4LqBbT { top:10.0925390625rem;left:4.7411805999037rem;width:15.25rem;height:9.375rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eNO8WWd3wG5lFp8OvnCupBT5B8dwUhxf { top:0rem;left:-0.0625rem;width:20rem;height:22.125rem;z-index:14998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HAQukkVExq8dVk494QuOao61N2UVrzyo { width:7.1875rem;height:2.5rem;top:18.5rem;left:-14.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #LH3AW75KcAKgKCmBcDyvAkunTlGSfFOD { width:8.81225rem;height:8.374625rem;top:12.124633789062rem;left:0.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZrWzq3uF7bO6fXceXIuNcMM5mXyubKa { width:8.49975rem;height:8.062125rem;top:12.249755859375rem;left:10.187377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM84fOp1e9WsnTCAOMQfpiy5VQ4F8h75 { width:12rem;height:5.9619125rem;top:3.24951171875rem;left:1.749755859375rem;font-size:3.3125rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ceJqKQenhghiEPmTMowWWoAK0RrLBV7d { width:3.4375rem;height:3.4375rem;top:14.500122070312rem;left:7.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekGUK5OHmL6X2qi93FzsX9hwi6TdzHa { width:2.9375rem;height:2.9375rem;top:6.3973388671875rem;left:4.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLyVrJT3XcQoq5AbCVxno39q1Lv7uJz { width:12.24975rem;height:2.98095625rem;top:6.1224365234375rem;left:7.185546875rem;font-size:3.3125rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ybraiheTLTr7lKi3nm5JXnmCzRd7pGiG { width:10.187375rem;height:3.50646875rem;top:22.312622070312rem;left:7.5616455078125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #I3Dt4ttxVhvcDElzPxDmXTX7LguXdNeI { width:5.874025rem;height:2.062375rem;top:26.186645507812rem;left:10.497924804688rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4LnSSGze91fcBRuivCt8ERT98Kmcpo { width:5.81176875rem;height:2.062375rem;top:26.186645507812rem;left:7.530517578125rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ihbq2LqNE3isM9okTbiK9lz73mqez0Nx { width:10.25rem;height:1.8125rem;top:29.561767578125rem;left:6.998291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDEeEFHJQITysz7gEQT7yQKRtX1UXQJF { width:5rem;height:5rem;top:36.7470703125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Nbbxxa8vqKZ7T7qCLRB3XOIvotK6IH { width:14rem;height:4.87305rem;top:36.974243164062rem;left:5.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU { display:block; }#Mt0vZ5GMIzISkt3o8yfXXkmwZRvag8cU > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD3aVhOWIhWoUTLvbXsreyaCbWZuPBvl { width:17.749rem;height:6.5rem;top:11.435546875rem;left:1.124267578125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vTPUNyrsywWJU2HANNl0B6lBM2t8QixC { width:20rem;height:4.8125rem;top:25.4453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JANUNfvueX55XRTuwfwfGQ3f3d90lAH0 { top:10.0925390625rem;left:4.7411805999037rem;width:15.25rem;height:9.375rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Fe9RqhhxItwtfEFFfQ8vO99uGUc0hJ1O { top:0rem;left:-0.0625rem;width:20rem;height:22.125rem;z-index:14998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SXQpdk75p9bUBkevGGTqteEROSrS3Sxu { width:7.1875rem;height:2.5rem;top:18.5rem;left:-14.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #k7WGR2bP53Ub5yCJyvJINnqTpwxT5VwC { width:20rem;height:10rem;top:3.48828125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QsunBBTc7s1ETorHEirLLLrrPTUM0Thd { width:17.3125rem;height:15.924675rem;top:16.30322265625rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #dT3dKOWtfOJcSoD1Upwd8Fu2uxcRXTuc { width:14.0625rem;height:4.46228125rem;top:34.412980079651rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU { display:block; }#ZJBakiqoePT6SmFVk63RDJ5IoSdPuXUU > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4Wiyi8b2QltXFmfNpls4QkGuTRDmDVb { width:19.9995rem;height:0.124511875rem;top:32.427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTmTTgqdqiqfOEhWUgsVA7eTB6dgm28 { width:7.6875rem;height:1.54358125rem;top:2.5625rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzKbv4oci94D3kBn9kTnbwR4kWWpzBx { width:19.9995rem;height:0.97473125rem;top:33.552734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwcBdSKGxI05qHcAPAHJeCSrCpyd7wgg { width:13.5rem;height:0.97473125rem;top:5.115234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEyAanLvH4qCbgvOfT8nNLyy39nG0y5 { width:13.5rem;height:0.97473125rem;top:7.240234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwCMHHZxuJzFJXTtvURnV3vAASDW9fA { width:13.5rem;height:0.97473125rem;top:9.490234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81XrLOARJQT17AbELpOEuwAvLdHH3zE { width:13.5rem;height:0.97473125rem;top:11.740234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuKczLM2qMCchJNMU4iiFTbTrhUP7o6a { width:13.5rem;height:0.97473125rem;top:13.865234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Q8Xat4vi5zSIXKX5MdRuGUWq3m3JD1 { width:13.5rem;height:0.97473125rem;top:15.953125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pQbF37bHDOeoceeSD0da2pTeAOUNpZ { width:7.6875rem;height:1.54358125rem;top:22.240234375rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbgfvuX8aB0t2wsB5H3pig0kPRuw5zeX { width:4.0625rem;height:0.97473125rem;top:24.740234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE6QEm5CFcypt47w0mShFKoq3GambFbn { width:4.8125rem;height:0.97473125rem;top:26.740234375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxTdlWMl5ekPTupAVorqob4AxhU3wc0 { width:14.1875rem;height:1.625rem;top:36.6875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTV7TkeQJy3f8R7XCChhaKWfcaSTsJy { width:4.8125rem;height:0.97473125rem;top:28.75rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RJAuCBc63tk4NlxFq2RxT0dNUfKeIUxx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ort1KIeSMLGcElARQ6pHTIqHNhr70zC0 { width:7.9375rem;height:3.59863125rem;top:0.8125rem;left:1.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vyqynQef83APeh8XLPBz0A80yOTVWugO { width:8.5rem;height:2.4375rem;top:1.96875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eAa4EzRO5aRgt3CPIDTKsmPzwnd8JA { display:block; }
 }