.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: 959px) {
    html {
        width: 960px;
    }
}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;top:0px;left:0px;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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db63b785-2482-4cde-97cc-212469ebc0a3/itforumtrancoso_actdigital.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container {  }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:14px;font-family:arial;height:545px;width:960px;position:relative;display:block; }#R6lUEPftII4fQRzfqMVJr608sa1cdhON { color:#000000;display:block;width:200px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:21px;left:0px;height:28px;font-style:normal;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:485px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15016;line-height:1.0;letter-spacing:0;top:218.9843711853px;left:18.984375px;height:60px;font-style:normal;display:block; }
#kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:230.994px;width:230.994px;top:32.592329978943px;left:0px;overflow:hidden;display:block; }
#ZEHPvJac03A5yJHs3AyTx58aWPQaWgG1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:135px;width:345px;top:293.88492965698px;left:18.991485595703px;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);background-image:none;position:relative;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container {  }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#212633;display:block;width:880.994px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:95.071014404297px;left:39.488647460938px;height:48px;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#047fb2;display:block;width:883.999px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:47.073852539062px;left:37.99006652832px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:62.095153808594px;left:456.4772644043px;display:none; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.12);background-image:none;position:relative;display:block; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { background-color: transparent; background-image: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container > .video-iframe-container { display: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container { display: none; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .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); }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { border-width: 0; border-radius: 0; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row > .video-iframe-container {  }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { font-size:14px;font-family:arial;height:153px;width:960px;position:relative;display:block; }#AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { color:#047fb2;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:73.089508056641px;left:12.99006652832px;height:29px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { color:#2a2a2a;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:73.075286865234px;left:332.99005126953px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { color:#2a2a2a;display:block;width:293.999px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:73.082397460938px;left:652.99002075195px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:71px;top:14.998596191406px;left:123.9914855957px;overflow:hidden;display:block; }
#xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:53px;top:11.984375px;left:453.5px;overflow:hidden;display:block; }
#aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:291px;top:15.078125px;left:654.5px;overflow:hidden;display:block; }
#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF { position:relative;display:block; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF { background-color: transparent; background-image: none; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container > .video-iframe-container { display: none; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row > .video-iframe-container { display: none; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .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); }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF { border-width: 0; border-radius: 0; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container > .video-iframe-container {  }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#okrga9WGknWywd87PtcdQidbR2HwcaQZ { color:#047fb2;display:block;width:924px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.303985595703px;left:16.988647460938px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:62.095153808594px;left:456.4772644043px; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#047fb2;background-image:none;position:relative;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container {  }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:14px;font-family:arial;height:584px;width:960px;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:rgba(255,255,255,0.98);display:block;width:245.984px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:302.625px;left:37px;height:29px;text-align:center;text-align-last:center;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:#047fb2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:296px;width:320px;top:271px;left:0px;display:block; }
#VSNKQ52d1N58dLDlyeIqloW0csvWzJOE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:322px;top:0px;left:0px;overflow:hidden;display:block; }
#ouvPLS0JnhVKlb8eTq8RVEApvexCmNS0 { color:rgba(255,255,255,0.98);display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:332px;left:37px;height:21px;text-align:center;text-align-last:center;display:block; }
#ggvP9C4MckOIUmdNRI6Zd5kBVX02Qigc { color:rgba(255,255,255,0.98);display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:302.625px;left:357px;height:29px;text-align:center;text-align-last:center;display:block; }
#IbFF5z2rpTrJ0Qf3TCP4kIhGPay7h5ak { color:rgba(255,255,255,0.98);display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:332.0078125px;left:357.0078125px;height:21px;text-align:center;text-align-last:center;display:block; }
#xkFPIlClVBX4Tf5blR3Tnrp27WDArmXN { z-index:15003;top:483px;left:47.5px;background-color:#dfa919;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BqKIoIqLgSSBONhAog3twDNJPJF1P5Km { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W3pNw7lLM6S4VcHRDV9HxIqhUIQu7TFS { color:rgba(255,255,255,0.98);display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:302.6171875px;left:677.0078125px;height:29px;text-align:center;text-align-last:center;display:block; }
#tF7onqCEsbTpZS62MsETZzL2xsseQT8z { color:rgba(255,255,255,0.98);display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:332.0078125px;left:677.0078125px;height:21px;text-align:center;text-align-last:center;display:block; }
#amUNCUxJ5S28dl5kiR19AVTHK2Kx4XW4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:322px;top:0px;left:319px;overflow:hidden;display:block; }
#x43Wict9NZNnS1JNwaPWIttXDJxARcXo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:322px;top:0px;left:640.453125px;overflow:hidden;display:block; }
#sPqio42pTbSacmmJmPNxEzxIntlwpzfo { color:#000000;display:block;width:263px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:364.5px;left:28.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#CvRkrCSml8hkJGasyGMHze5D1h2dwoBr { color:#000000;display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:364.5078125px;left:357.0078125px;height:54px;text-align:center;text-align-last:center;display:block; }
#bADpz2V3uHJyhVdMi8JFsqwMHoBzZQMx { color:#000000;display:block;width:245.969px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:364.5078125px;left:677.0078125px;height:108px;text-align:center;text-align-last:center;display:block; }
#zM5hORMk1hQ2n0y3J8ZlNxvzkTyR3Cgv { z-index:15004;top:483px;left:367.5px;background-color:#dfa919;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ho59Zc9CkZI35uFwSGnluFNqp7xXHpEm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ctQHmiCmkUPpFgCb7q1PmWkuT8wumv3r { z-index:15005;top:483px;left:687.5px;background-color:#dfa919;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IwXvfH6xx1PFn8DuqQtrOpp137hehAKT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT { position:relative;display:block; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT { background-color: transparent; background-image: none; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container > .video-iframe-container { display: none; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row > .video-iframe-container { display: none; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .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); }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT { border-width: 0; border-radius: 0; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container > .video-iframe-container {  }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:486px;width:960px;position:relative;display:block; }#muhSfwBrUPEmmmDcq28l2MezU4MoUITH { color:#047fb2;display:block;width:859px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46.311157226562px;left:48.998580932617px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAustNy27NUkrJeVGF7tIBDJPDIMFOqA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:112.98718261719px;left:158.48721313477px;display:block; }
#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#047fb2;background-image:none;position:relative;display:block; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { background-color: transparent; background-image: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container > .video-iframe-container { display: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container { display: none; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .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); }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { border-width: 0; border-radius: 0; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row > .video-iframe-container {  }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;top:34.5px;left:67px; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; }#q6OVIGQN2vN15dQBnqXXFswAselCEngK { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15001;opacity:1;top:34.5px;left:135px; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; }#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15002;opacity:1;top:34.5px;left:204px; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; }#ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:46.5px;left:712px;height:26px;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { top:21px;left:0px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:218px;left:0px;width:485px;height:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { top:32px;left:0px;width:230px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEHPvJac03A5yJHs3AyTx58aWPQaWgG1 { top:293px;left:0px;width:345px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:95px;left:0px;width:764px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:47px;left:0px;width:764px;height:38px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { width:45px;height:45px;top:62px;left:358.4772644043px;display:none; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { display:block; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { top:73px;left:0px;width:293px;height:59px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { top:73px;left:215px;width:293px;height:59px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { top:73px;left:469px;width:293px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { top:14px;left:90.991485595703px;width:71px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { top:11px;left:354.5px;width:53px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { top:15px;left:471px;width:291px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF { display:block; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okrga9WGknWywd87PtcdQidbR2HwcaQZ { top:14px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:45px;height:45px;top:62px;left:358.4772644043px;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:302px;left:4px;width:245px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:271px;left:0px;width:320px;height:296px;display:block; }
 }@media only screen and (max-width: 763px) { #VSNKQ52d1N58dLDlyeIqloW0csvWzJOE { top:0px;left:0px;width:322px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #ouvPLS0JnhVKlb8eTq8RVEApvexCmNS0 { top:332px;left:4px;width:245px;height:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ggvP9C4MckOIUmdNRI6Zd5kBVX02Qigc { top:302px;left:258px;width:245px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IbFF5z2rpTrJ0Qf3TCP4kIhGPay7h5ak { top:332px;left:258.0078125px;width:245px;height:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xkFPIlClVBX4Tf5blR3Tnrp27WDArmXN { top:483px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BqKIoIqLgSSBONhAog3twDNJPJF1P5Km { display:block; }
 }@media only screen and (max-width: 763px) { #W3pNw7lLM6S4VcHRDV9HxIqhUIQu7TFS { top:302px;left:512.0078125px;width:245px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tF7onqCEsbTpZS62MsETZzL2xsseQT8z { top:332px;left:512.0078125px;width:245px;height:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #amUNCUxJ5S28dl5kiR19AVTHK2Kx4XW4 { top:0px;left:0px;width:322px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #x43Wict9NZNnS1JNwaPWIttXDJxARcXo { top:0px;left:439px;width:322px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { top:364px;left:0px;width:263px;height:90px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CvRkrCSml8hkJGasyGMHze5D1h2dwoBr { top:364px;left:258px;width:245px;height:72px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bADpz2V3uHJyhVdMi8JFsqwMHoBzZQMx { top:364px;left:512px;width:245px;height:108px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zM5hORMk1hQ2n0y3J8ZlNxvzkTyR3Cgv { top:483px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Ho59Zc9CkZI35uFwSGnluFNqp7xXHpEm { display:block; }
 }@media only screen and (max-width: 763px) { #ctQHmiCmkUPpFgCb7q1PmWkuT8wumv3r { top:483px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #IwXvfH6xx1PFn8DuqQtrOpp137hehAKT { display:block; }
 }@media only screen and (max-width: 763px) { #CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT { display:block; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muhSfwBrUPEmmmDcq28l2MezU4MoUITH { top:46px;left:0px;width:764px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wAustNy27NUkrJeVGF7tIBDJPDIMFOqA { top:112px;left:60.487213134766px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { display:block; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { top:34px;left:34px;width:50px;height:50px;display:block; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q6OVIGQN2vN15dQBnqXXFswAselCEngK { top:34px;left:102px;width:50px;height:50px;display:block; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { top:34px;left:171px;width:50px;height:50px;display:block; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { top:46px;left:547px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #047fb2, #5658a0);background-image: -moz-linear-gradient(177deg, #047fb2, #5658a0);background-image: -ms-linear-gradient(177deg, #047fb2, #5658a0);background-image: -o-linear-gradient(177deg, #047fb2, #5658a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047fb2', endColorstr='#5658a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047fb2', endColorstr='#5658a0' );";background-image: linear-gradient(177deg, #047fb2, #5658a0);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { width:310px;height:28px;top:29px;left:10px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:233.999px;height:44px;top:118.18181610107px;left:13.984375px;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7Tcvu01FDR2IqQovixqT3iMCbayG { width:150px;height:150px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEHPvJac03A5yJHs3AyTx58aWPQaWgG1 { width:281px;height:108px;top:168.78692626953px;left:15.987213134766px;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:320px;height:361px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:295px;height:168px;top:167.96875px;left:12.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:320px;height:93px;top:64.96875px;left:0px;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m { width:45px;height:45px;top:9px;left:137.5px;z-index:15033;display:block; }
#RGB7gbNrfDoBCWVNLGeDegmKo8zkMR6m > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XnPi9MOdgafOoLcmSqh7vkOboezpG2RT { display:block; }#XnPi9MOdgafOoLcmSqh7vkOboezpG2RT > .row .container { width:320px;height:459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwDOvRi0ghqERZzz20ZATytFLKMovBC0 { width:294px;height:64px;top:77px;left:13px;font-size:27px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vcgyt0lStGTlxLtiRXIrPqULWdtE1KDn { width:290px;height:64px;top:226.5px;left:15px;font-size:27px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xNCVKI2epEyvIZJ7z06A01m48Ufr4Lc1 { width:294px;height:64px;top:369.1875px;left:13px;font-size:27px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h9dmNRvypCrqL76wNOgq1Tu4PQZdUvdT { width:71px;height:44px;top:20px;left:124.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xPO9IpDHcbXdqW9747z1zvVtmuDqAatA { width:56px;height:53px;top:171.5px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #aqetzwmZNTTCWqK8C8Gs8hWbnrlk7duT { width:291px;height:44px;top:321.1875px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF { display:block; }#XXQdq1Wi0G4mdepZxEI9UTcDDtucEQFF > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okrga9WGknWywd87PtcdQidbR2HwcaQZ { width:320px;height:62px;top:19.978694915771px;left:0px;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:45px;height:45px;top:92.961669921875px;left:137.5px;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:320px;height:1771px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:245px;height:32px;top:326.96752929688px;left:37.492897033691px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:281.996px;height:260.994px;top:299.99317932129px;left:18.991474151611px;display:block; }
 }@media only screen and (max-width: 763px) { #VSNKQ52d1N58dLDlyeIqloW0csvWzJOE { width:320px;height:292.997px;top:20.972846984863px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ouvPLS0JnhVKlb8eTq8RVEApvexCmNS0 { width:245px;height:19px;top:359.16207885742px;left:37.492897033691px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ggvP9C4MckOIUmdNRI6Zd5kBVX02Qigc { width:245px;height:32px;top:920.40625px;left:37.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IbFF5z2rpTrJ0Qf3TCP4kIhGPay7h5ak { width:245px;height:19px;top:951.40625px;left:37.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xkFPIlClVBX4Tf5blR3Tnrp27WDArmXN { top:506.96875px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BqKIoIqLgSSBONhAog3twDNJPJF1P5Km { display:block; }
 }@media only screen and (max-width: 763px) { #W3pNw7lLM6S4VcHRDV9HxIqhUIQu7TFS { width:245px;height:32px;top:1479.4246368408px;left:37.492897033691px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tF7onqCEsbTpZS62MsETZzL2xsseQT8z { width:245px;height:19px;top:1511.6192398071px;left:37.492897033691px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #amUNCUxJ5S28dl5kiR19AVTHK2Kx4XW4 { width:320px;height:292.984375px;top:610.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x43Wict9NZNnS1JNwaPWIttXDJxARcXo { width:318.999px;height:291.996px;top:1174.4104309082px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { width:287.997px;height:95px;top:391.28575134277px;left:15.994316101074px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CvRkrCSml8hkJGasyGMHze5D1h2dwoBr { width:268px;height:76px;top:979.09375px;left:26px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bADpz2V3uHJyhVdMi8JFsqwMHoBzZQMx { width:286px;height:114px;top:1544.7087249756px;left:20.492897033691px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zM5hORMk1hQ2n0y3J8ZlNxvzkTyR3Cgv { top:1076.484375px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Ho59Zc9CkZI35uFwSGnluFNqp7xXHpEm { display:block; }
 }@media only screen and (max-width: 763px) { #ctQHmiCmkUPpFgCb7q1PmWkuT8wumv3r { top:1675.0625px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #IwXvfH6xx1PFn8DuqQtrOpp137hehAKT { display:block; }
 }@media only screen and (max-width: 763px) { #CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT { display:block; }#CIJuEMbOTNTUd0wqDCTWxzZBhEoL4oXT > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muhSfwBrUPEmmmDcq28l2MezU4MoUITH { width:320px;height:62px;top:20px;left:0px;font-size:26px;line-height:1.2;color:#047fb2;display:block; }
 }@media only screen and (max-width: 763px) { #wAustNy27NUkrJeVGF7tIBDJPDIMFOqA { height:180px;width:320px;top:107.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq { display:block; }#CG6vr3iSL8EWLFclSiz9krQNZNqo8bzq > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf2afM8TSD02BcKVHw7VArwQHWLa90Dw { display:flex;width:50px;height:50px;top:26px;left:60px; }
#sf2afM8TSD02BcKVHw7VArwQHWLa90Dw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q6OVIGQN2vN15dQBnqXXFswAselCEngK { display:flex;width:50px;height:50px;top:26px;left:135px; }
#q6OVIGQN2vN15dQBnqXXFswAselCEngK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 { display:flex;width:50px;height:50px;top:26px;left:211px; }
#iC88QbKrV0XGGqg1MNgRrP9AZZFGKih5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ICON4lPKMf6uxsIewhCVtW2TEKPiFDXe { width:200px;height:26px;top:88px;left:60px;font-size:20px;display:block; }
 }