.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/OKnuow6e/LP_Gol.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { font-size:14px;font-family:arial;height:847px;width:1200px;position:relative;display:block; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { color:#ffffff;display:block;width:890px;position:absolute;font-family:raleway;font-size:39px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:106.5px;left:170px;height:42.8906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G97EoEAChNZHsMi77c1uTdF2pr2zNKvf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:88px;width:215px;top:85px;left:48px;overflow:hidden;display:block; }
#OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { color:#ffffff;display:block;width:966px;position:absolute;font-family:"open sans";font-size:26px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:280.5px;left:132px;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:184px;width:222px;top:27.046875px;left:936.5px;overflow:hidden;display:block; }
#PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,3,5,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:378px;height:72px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:587px;left:422px;display:block; }
#KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bNIELSKtLMRAFJhXcED1knqVyPSvOvt3 { color:#ffffff;display:block;width:1017px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:736px;left:106.5px;height:16.8906px;text-align:center;text-align-last:center;font-style:italic;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; }
#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { border-width: 0; border-radius: 0; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { font-size:14px;font-family:arial;height:838px;width:1200px;position:relative;display:block; }#HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { color:#ff9600;display:block;width:1041px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:74px;left:79.5px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { color:#000000;display:block;width:495px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:247.5px;left:672px;height:387.062px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { box-sizing:content-box;color:#0080f0;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:715px;left:560.5px;display:block; }
#KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:478px;width:517px;top:180px;left:108.28125px;overflow:hidden;display:block; }
#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#022546;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { border-width: 0; border-radius: 0; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { font-size:14px;font-family:arial;height:860px;width:1200px;position:relative;display:block; }#UyJh451E4braTqTe58Mna0y2TIwhcGnd { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { color:#ffffff;display:block;width:1086px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:79px;left:57px;height:39px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { color:#000000;display:block;width:522px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:200.5px;left:57px;height:320px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { box-sizing:content-box;color:#017ffa;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:732px;left:560.5px;display:block; }
#mn3HIBtQdibAoFVmMdz7P54nbvBCTTOA { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:677px;height:78px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:617px;left:261.5px;display:block; }
#ttkInggT8LHfRH8ziIHceNZdE9orddVb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:357px;width:537px;top:182px;left:607px;overflow:hidden;display:block; }
#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { background-color: transparent; background-image: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .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); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { border-width: 0; border-radius: 0; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { font-size:14px;font-family:arial;height:556px;width:1200px;position:relative;display:block; }#BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#SQObBrKKTdfAvMC28USm67XbBT7cyuHo { color:#052c4f;display:block;width:1104px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:59px;left:64px;height:87px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { color:#000000;display:block;width:454px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:223.5px;left:632px;height:147.188px;text-align:center;text-align-last:center;display:block; }
#BZOw3HmDKGNf0lkzB4QKorLwElrTAslz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:330px;width:475px;top:197px;left:64px;overflow:hidden;display:block; }
#AlZ3JaFEgF1rWqEEhKJG7cCD0FdTTahT { color:#fdfdfd;display:block;width:300px;position:absolute;font-family:"open sans";font-size:41px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:223.5px;left:240px;height:106.594px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sytohLnkxTnIPBTQ90Qbu3JwH05POSEV { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:444px;height:65px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:427px;left:637px;display:block; }
#yqRbcImpr00WbuNfKkkRxMBL3B6iv1eJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { background-color: transparent; background-image: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container > .video-iframe-container { display: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row > .video-iframe-container { display: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .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); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { border-width: 0; border-radius: 0; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { font-size:14px;font-family:arial;height:520px;width:1200px;position:relative;display:block; }#G3JlHVO4GdSJzU7VKwTKD1n1tc7N7EvW { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#BVXncU4vSb0F1E39g3GQir62KZpO78T1 { color:#000000;display:block;width:503px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:145px;left:74.5px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aiVArSRPAf3xMzcPQd4REoVBqPRHxdMG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:327px;width:523px;top:57.5px;left:615.5px;overflow:hidden;display:block; }
#rDTIbXegVJo6KF4cyOwLxnGfqxLlmpFw { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1079px;height:65px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:425.5px;left:74.5px;display:block; }
#ml4Liym7eppyx2i3DvAhSquc07Dv73aR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#haP7MQTqpmWKEvZdxdJu7EKLDmr8Tca6 { color:#0056a2;display:block;width:257px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:177px;left:871.5px;height:88.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { background-color: transparent; background-image: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .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); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { border-width: 0; border-radius: 0; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { font-size:14px;font-family:arial;height:536px;width:1200px;position:relative;display:block; }#frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#i0xNdtWReNW41MXPyw8K1R7KBTFUHGkx { color:#000000;display:block;width:525px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:65px;left:601px;height:223.984px;text-align:center;text-align-last:center;display:block; }
#GDdF0mFv6igE0Wo274T28pFvT2OASn27 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:316px;width:475px;top:50px;left:64px;overflow:hidden;display:block; }
#Kcnl5VlGqfQoVrWOrtQyCPoIRr6ZF8NZ { color:#0056a2;display:block;width:253px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:65px;left:287px;height:88.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { box-sizing:content-box;color:#0080f0;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:423px;left:560.5px;display:block; }
#edETlkL5C4nMgLQcallpVJkg0S4cL7UN { color:#000000;display:block;width:431px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:325px;left:637.5px;height:44.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDhagI8NDd5NSwyTao4H1hwda3LRZKen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#022546;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { border-width: 0; border-radius: 0; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { font-size:14px;font-family:arial;height:717px;width:1200px;position:relative;display:block; }#UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { color:#ffffff;display:block;width:1086px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:78px;left:57px;height:78px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GV8XcZIaveJ8FxCT82EcE2AQqoUdOWE9 { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:693px;height:85px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:278px;left:253.5px;display:block; }
#cyQbadGDPmC9ApptsITdhTLSi5FXNLsG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:94px;width:353px;top:498px;left:423.5px;overflow:hidden;display:block; }
#Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:619px;left:485px;display:block; }
#wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:619px;left:548px;display:block; }
#zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:619px;left:607px;display:block; }
#eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:619px;left:665px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:764px;height:42px;top:106px;left:0px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #G97EoEAChNZHsMi77c1uTdF2pr2zNKvf { width:215px;height:88px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:764px;height:;top:280px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { width:222px;height:184px;top:27px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { width:378px;height:72px;top:587px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block; }
 }@media only screen and (max-width: 763px) { #bNIELSKtLMRAFJhXcED1knqVyPSvOvt3 { width:764px;height:16px;top:736px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:764px;height:;top:74px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { width:495px;height:385px;top:247px;left:269px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { width:79px;height:79px;top:715px;left:342.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { width:517px;height:478px;top:180px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:764px;height:;top:79px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { width:522px;height:320px;top:200px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:79px;height:79px;top:732px;left:342.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #mn3HIBtQdibAoFVmMdz7P54nbvBCTTOA { width:677px;height:78px;top:617px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ttkInggT8LHfRH8ziIHceNZdE9orddVb { display:block; }
 }@media only screen and (max-width: 763px) { #ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { width:537px;height:357px;top:182px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SQObBrKKTdfAvMC28USm67XbBT7cyuHo { width:764px;height:;top:59px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { width:454px;height:144px;top:223px;left:310px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BZOw3HmDKGNf0lkzB4QKorLwElrTAslz { width:475px;height:330px;top:197px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AlZ3JaFEgF1rWqEEhKJG7cCD0FdTTahT { width:300px;height:106px;top:223px;left:22px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sytohLnkxTnIPBTQ90Qbu3JwH05POSEV { width:444px;height:65px;top:427px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #yqRbcImpr00WbuNfKkkRxMBL3B6iv1eJ { display:block; }
 }@media only screen and (max-width: 763px) { #dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym { display:block; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3JlHVO4GdSJzU7VKwTKD1n1tc7N7EvW { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BVXncU4vSb0F1E39g3GQir62KZpO78T1 { width:503px;height:;top:145px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aiVArSRPAf3xMzcPQd4REoVBqPRHxdMG { width:523px;height:327px;top:57px;left:241px;display:block; }
 }@media only screen and (max-width: 763px) { #rDTIbXegVJo6KF4cyOwLxnGfqxLlmpFw { width:748px;height:65px;top:425px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ml4Liym7eppyx2i3DvAhSquc07Dv73aR { display:block; }
 }@media only screen and (max-width: 763px) { #haP7MQTqpmWKEvZdxdJu7EKLDmr8Tca6 { width:257px;height:88px;top:177px;left:507px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0xNdtWReNW41MXPyw8K1R7KBTFUHGkx { width:525px;height:220px;top:65px;left:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GDdF0mFv6igE0Wo274T28pFvT2OASn27 { width:475px;height:316px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kcnl5VlGqfQoVrWOrtQyCPoIRr6ZF8NZ { width:253px;height:88px;top:65px;left:69px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { width:79px;height:79px;top:423px;left:342.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #edETlkL5C4nMgLQcallpVJkg0S4cL7UN { width:431px;height:44px;top:325px;left:333px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { width:764px;height:78px;top:78px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GV8XcZIaveJ8FxCT82EcE2AQqoUdOWE9 { width:693px;height:85px;top:278px;left:35.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cyQbadGDPmC9ApptsITdhTLSi5FXNLsG { display:block; }
 }@media only screen and (max-width: 763px) { #QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { width:353px;height:94px;top:498px;left:205.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:619px;left:267px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:619px;left:330px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:619px;left:389px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:619px;left:447px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:#000000;background-image:url("https://images.assets-landingi.com/OKnuow6e/LP_Gol.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:599px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:320px;height:63.7812px;top:135.984375px;left:0px;text-align:center;text-align-last:center;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G97EoEAChNZHsMi77c1uTdF2pr2zNKvf { width:126px;height:45px;top:44.796875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:280px;height:200.062px;top:216px;left:20px;font-size:14px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { width:76px;height:63px;top:35.796875px;left:197.453125px;display:block; }
 }@media only screen and (max-width: 763px) { #PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { width:255px;height:54px;top:433.296875px;left:32.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block; }
 }@media only screen and (max-width: 763px) { #bNIELSKtLMRAFJhXcED1knqVyPSvOvt3 { width:320px;height:31.1875px;top:507.296875px;left:0px;font-size:12px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { background-color:#ffffff;background-image:none;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:320px;height:736px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:309px;height:90px;top:31px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { width:309px;height:246.297px;top:362.796875px;left:5.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { width:79px;height:79px;top:613.796875px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { width:237px;height:219px;top:129.796875px;left:41.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { background-color:#022546;background-image:none;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:320px;height:832px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:320px;height:81.8906px;top:31px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { width:285px;height:230.344px;top:362px;left:17.5px;font-size:16px;z-index:15007;color:#0c368b;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:79px;height:79px;top:714.9375px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #mn3HIBtQdibAoFVmMdz7P54nbvBCTTOA { width:304px;height:53px;top:623.9375px;left:8px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ttkInggT8LHfRH8ziIHceNZdE9orddVb { display:block; }
 }@media only screen and (max-width: 763px) { #ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { width:270px;height:180px;top:151px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { background-color:#ffffff;background-image:none;display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { background-color: transparent; background-image: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .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); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SQObBrKKTdfAvMC28USm67XbBT7cyuHo { width:306px;height:142.5px;top:55px;left:7px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { width:306px;height:102.375px;top:463.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BZOw3HmDKGNf0lkzB4QKorLwElrTAslz { width:320px;height:222.312px;top:217px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AlZ3JaFEgF1rWqEEhKJG7cCD0FdTTahT { width:202px;height:83.1875px;top:230.296875px;left:118px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sytohLnkxTnIPBTQ90Qbu3JwH05POSEV { width:304px;height:65px;top:602.296875px;left:8px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yqRbcImpr00WbuNfKkkRxMBL3B6iv1eJ { display:block; }
 }@media only screen and (max-width: 763px) { #dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym { background-color:#ffffff;background-image:none;display:block; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { background-color: transparent; background-image: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container > .video-iframe-container { display: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row > .video-iframe-container { display: none; }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .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); }#dgzd2vlFpw3Mih442TmQdFFZJ5cg71ym > .row .container { width:320px;height:518px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3JlHVO4GdSJzU7VKwTKD1n1tc7N7EvW { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BVXncU4vSb0F1E39g3GQir62KZpO78T1 { width:320px;height:120px;top:246px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aiVArSRPAf3xMzcPQd4REoVBqPRHxdMG { width:320px;height:200.07648183556px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rDTIbXegVJo6KF4cyOwLxnGfqxLlmpFw { width:316px;height:65px;top:396.046875px;left:4px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ml4Liym7eppyx2i3DvAhSquc07Dv73aR { display:block; }
 }@media only screen and (max-width: 763px) { #haP7MQTqpmWKEvZdxdJu7EKLDmr8Tca6 { width:179px;height:57.1875px;top:91.015625px;left:141px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { background-color:#ffffff;background-image:none;display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { background-color: transparent; background-image: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .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); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0xNdtWReNW41MXPyw8K1R7KBTFUHGkx { width:292px;height:127.969px;top:280.875px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GDdF0mFv6igE0Wo274T28pFvT2OASn27 { width:320px;height:212.88421052632px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kcnl5VlGqfQoVrWOrtQyCPoIRr6ZF8NZ { width:168px;height:62.375px;top:50px;left:152px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { width:79px;height:79px;top:524.875px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #edETlkL5C4nMgLQcallpVJkg0S4cL7UN { width:320px;height:83.1875px;top:432.875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { background-color:#022546;background-image:none;display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:320px;height:478px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { width:295px;height:123.438px;top:31px;left:12.5px;font-size:19px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GV8XcZIaveJ8FxCT82EcE2AQqoUdOWE9 { width:304px;height:53px;top:203px;left:8px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #cyQbadGDPmC9ApptsITdhTLSi5FXNLsG { display:block; }
 }@media only screen and (max-width: 763px) { #QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { width:194px;height:50px;top:315px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:383px;left:41px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:383px;left:104px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:383px;left:167px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:383px;left:229px;font-size:35px;display:block; }
 }