.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;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); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 { background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/4276f7bc-97f5-4890-b6b1-42d0912c0ae6/GiraAjayBlanco2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.adaptive-delivery-prevent-bg, #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.lazyload, #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.lazyloading { background-image: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { background-color: transparent; background-image: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container > .video-iframe-container { display: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row > .video-iframe-container { display: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .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); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { border-width: 0; border-radius: 0; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#fN0tIUABQhqqdneAETKNMbady1VdmGbH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.9375rem;width:7.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.99853515625rem;left:1.31201171875rem;overflow:hidden;display:block; }
#sBaTAVZvevLgHeXqFJC2dO5hTnSmyZFu { background-color:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.998291015625rem;left:1.3116455078125rem;display:block; }
#S2iqSEHdp6PiULU4pBE4uUGJ7yiId27g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6cGbTSEZT7IvCFx7E45hposJzFyuR1e { color:#434546;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.546630859375rem;left:1.312255859375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EwZyTXQ9GBHyC2aisDAwHSc6HfoTtZ08 { color:#192137;display:block;width:27.5rem;position:absolute;font-family:lora;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:11.8115234375rem;left:1.3116455078125rem;height:11.9604375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sU4cXSZIyzTCidvTWXNr6wee1pWoxp0T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:60rem;display:none; }
#tyfipAVITCpG1V7xlhs1i4fMzq526V7K { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hhQf4aO6vZztzBnv7FOTiu6sqmBR60cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container { background-color: transparent; background-image: none; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container > .video-iframe-container { display: none; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row > .video-iframe-container { display: none; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .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); }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container { border-width: 0; border-radius: 0; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:block; }#Gk4s7K9v4K4NEk2RPVw6H7rC1hlJSozs { display:block;width:39.8125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.75rem;left:1.75rem;height:2.75rem;color:#0c699b;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whg1wx5pu5xaETgfuTzCWFxNvxJpCQrd { display:block;width:51.4375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:7.3123779296875rem;left:1.7498779296875rem;height:12.7929875rem;color:#001342;text-align:left;text-align-last:left;display:block; }
#UTUCMrPpgVzsZ4ukTLRrrKVp0W6uPkFS { display:block;width:39.811375rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.685913085938rem;left:1.7498779296875rem;height:2.0625rem;color:#001342;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk { display:block;width:55.5609375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:20.170532226562rem;left:1.7498779296875rem;height:;color:#001342;text-align:left;text-align-last:left;display:block; }#U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk li:before{  }
#BIqa451Qls6bkfKk5SKUkWGfqm448o18 { display:block;width:52.374875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:26.615478515625rem;left:1.7498779296875rem;height:4.7973625rem;color:#0c699b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwbr6gsQp7bbT7lqKucOLnhednF7ITdK { display:block;width:51.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:36.24755859375rem;left:1.7498779296875rem;height:3.19824375rem;color:#0c699b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#eweOcl40t3UlrXI2fwJgex2TRINOxvvI { display:block;width:50.123875rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.6077880859375rem;left:4.9371337890625rem;height:2.19970625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ko5ScXtwflsHa4yCnglC215K99TxisbF { display:block;width:50.1245rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:3.6077880859375rem;left:4.2181396484375rem;height:2.19970625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#001342;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; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container { background-color: transparent; background-image: none; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container > .video-iframe-container { display: none; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row > .video-iframe-container { display: none; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .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); }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container { border-width: 0; border-radius: 0; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#IdiTm00W8hsoCkcfpgRcQ947hU6oOVl0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:56.25rem;display:none; }
#Z8NW21EIGaaPDxSqo0VXkWXzINQr1KnE { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:10.06225rem;width:60rem;top:0.7183837890625rem;left:0rem;overflow:hidden;display:block; }
#UppfQtKnlrlWPfnaNGBVsFZD2k4IdrKm { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:3.875rem;width:23.125rem;top:0.40625rem;left:1.2820197524803rem;overflow:hidden;display:none; }
#f9OJioiv6oWXbSFuiKXEvtyTk9NTrK8I { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:4.3125rem;width:31.4375rem;top:0.7183837890625rem;left:0rem;overflow:hidden;display:none; }
#yKXTfWvVLGd12gMSQgrC2Qy8zsZp8gtn { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:5.375rem;width:23.125rem;top:0.40625rem;left:1.2820197524803rem;overflow:hidden;display:none; }
#CK701fnI2dU5Xuaw75wZev2WT0EP3EqW { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:6.125rem;width:31.4375rem;top:0.7183837890625rem;left:0rem;overflow:hidden;display:none; }
#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a { position:relative;display:block; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a { background-color: transparent; background-image: none; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container > .video-iframe-container { display: none; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row > .video-iframe-container { display: none; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .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); }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a { border-width: 0; border-radius: 0; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DgT8TTRmf9QNwkGV0mrEHnDCB0MLKH7R { display:block;width:47.9375rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.0406494140625rem;left:5.6854248046875rem;height:2.75rem;color:#001342;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsFCkx5a8TwOqurGLU5pcGPQSRBeQedR { display:block;width:44.6875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.4207763671875rem;left:7.6531982421875rem;height:5.361325rem;color:#192137;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG { position:relative;display:block; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG { background-color: transparent; background-image: none; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container > .video-iframe-container { display: none; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row > .video-iframe-container { display: none; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .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); }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG { border-width: 0; border-radius: 0; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UGllCqLyCUnLIOMSU3AVJGrLHhOUJm8R { box-sizing:content-box;height:24rem;width:19.25rem;position:absolute;display:block;z-index:15013;background-color:#001342;background-image:none;top:0.625rem;left:0rem;display:block; }
#AJqO0qTA5Imlzdft2k96OWQfuw411zRJ { display:block;width:13.937375rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:2.2503662109375rem;left:3.02978515625rem;height:3.4375rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#TmFLTMa0a1QNJwoccTe5VRBJWKcIBHtD { box-sizing:content-box;height:24rem;width:19.0625rem;position:absolute;display:block;z-index:15014;background-color:#dfbf50;background-image:none;top:0.625rem;left:20.436401367188rem;display:block; }
#v1mf1Cl9GwbsJmOLe0rBgOfhX09bUmCF { display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:2.2503662109375rem;left:22.65625rem;height:3.4375rem;color:#f58020;text-align:center;text-align-last:center;display:block; }
#ttSh9v6paOEd514iUw72I6DmyQIvyaRC { display:block;width:15.249rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:7.313232421875rem;left:22.374877929688rem;height:11.8103125rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#KLLdvbm5rlPKcXrd0JHTQF3SPUaHqlg8 { box-sizing:content-box;height:24rem;width:19.0625rem;position:absolute;display:block;z-index:15015;background-color:#72b5cb;background-image:none;top:0.5615234375rem;left:40.625rem;display:block; }
#A6uXv4ZuQHTeve54cMGirttJqicc4HnG { display:block;width:17.8735625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:2.2503662109375rem;left:41.062622070312rem;height:3.4375rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#fchzPqodZkhWdX6dc6UadTaIaRURMmBT { display:block;width:15.3125rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7.313232421875rem;left:42.37548828125rem;height:15.7470625rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#ym0vD8Vdl7VxhSokKLux28RomXvqvo19 { display:block;width:14.8108125rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.313232421875rem;left:2.21923828125rem;height:11.8103125rem;color:#e8f7ff;text-align:center;text-align-last:center;display:block; }
#uZ5P58umIVyacFN4ctXudutznIpuI2Rp { position:relative;display:block; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp { background-color: transparent; background-image: none; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container > .video-iframe-container { display: none; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row > .video-iframe-container { display: none; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .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); }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp { border-width: 0; border-radius: 0; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RT88knangu3VM0rMcDtolhvghVZer2kz { display:block;width:50.0625rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.0401611328125rem;left:5.6854248046875rem;height:2.75rem;color:#001342;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzoaioEGdEGh0JTSfLw1GnXPAcVHudOc { display:block;width:44.6875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.4207763671875rem;left:7.6531982421875rem;height:1.7871125rem;color:#192137;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 { position:relative;display:block; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 { background-color: transparent; background-image: none; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container > .video-iframe-container { display: none; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row > .video-iframe-container { display: none; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .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); }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 { border-width: 0; border-radius: 0; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DFmokr5egm0sai3lTiBRB39p6xNO5IpO { position:absolute;display:block;z-index:15000;height:10.0625rem;width:18.0625rem;top:1.6875rem;left:1.0625rem;display:block; }
#Tby6B7trNul5Hv9KCfWUCWgSiwWdzw0M { position:absolute;display:block;z-index:15001;height:10.06225rem;width:18.062125rem;top:1.6875rem;left:20.875rem;display:block; }
#b0mx3VWyagA5NTVUnUXL7sbn3AsxPtAs { position:absolute;display:block;z-index:15002;height:10.061625rem;width:18.0615rem;top:1.6875rem;left:40.875rem;display:block; }
#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container { background-color: transparent; background-image: none; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container > .video-iframe-container { display: none; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row > .video-iframe-container { display: none; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .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); }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container { border-width: 0; border-radius: 0; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#JS1mJzqc3UuhaaTsiDPWqI08prSTmy04 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.999625rem;width:52.124625rem;top:0rem;left:3.9361572265625rem;overflow:hidden;display:block; }
#hV29Q4GXtovn0WzoxDEuyXGTVworTAld { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:21.25rem;top:0rem;left:3.9361572265625rem;overflow:hidden;display:none; }
#vHDQ6ly3ed34pTSsyryK3eXxOP6TfL1A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:30.75rem;top:0rem;left:3.9361572265625rem;overflow:hidden;display:none; }
#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ { position:relative;display:none; }#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ { border-width: 0; border-radius: 0; }#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L6368TpaNQUGWiPihCLgaU2OHX7ZEgS2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,181,203,0.4);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; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container { background-color: transparent; background-image: none; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container > .video-iframe-container { display: none; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row > .video-iframe-container { display: none; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .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); }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container { border-width: 0; border-radius: 0; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#B3BBwSoKywTcbTbbsSxrFwRs9ypKJT70 { color:#60a9c1;display:block;width:60rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9586181640625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OK8ltkP0n7K4T4EGFUpiyTJBTZ9mVMrG { color:#001342;display:block;width:60rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,181,203,0.4);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; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container { background-color: transparent; background-image: none; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container > .video-iframe-container { display: none; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row > .video-iframe-container { display: none; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .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); }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container { border-width: 0; border-radius: 0; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#HWkdrtx6e5B0FUHobd652LbJlNd5neXi { color:#001342;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:8.9375rem;left:3.75rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKWJC2xI1mcanP4zE1zd57ncWd64sRxK { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:14.8125rem;width:17.5rem;top:0rem;left:1.25rem;display:block; }
#vJUgl07KwEh9brcLf3iGm8qQucIUTEQH { color:#72b5cb;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.75rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyPi1u6cMHGTF41SvD1m7xKff5RA0LWN { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:14.8125rem;width:17.5rem;top:0.0625rem;left:21.25rem;display:block; }
#GvPUlPuMzDNBw2JnGXyIIebp9A3oTzdN { color:#72b5cb;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.8125rem;left:23.75rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPQvMcXqnwKBVGWiFKNW3zMMFAf7ATbE { color:#001342;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:8.9375rem;left:23.75rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEEmDE92Zp8VTRaeb8Gg9ZMvTXQAQtez { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:14.75rem;width:17.5rem;top:0.0625rem;left:41.25rem;display:block; }
#iTtOyvpBIz27167H02Bg9noCKhiqzTy4 { color:#72b5cb;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.8125rem;left:43.75rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBOKJEql8T6ekUegcwMxqxuMSOUP640V { color:#001342;display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.25rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iqp8mSqsTXxgKR7Sifk9TUMiMXEyzwEH { position:absolute;display:block;z-index:15019;height:7.25rem;width:15.875rem;top:0.625rem;left:22.124633789062rem;display:block; }
#qSIWC9ZDmr3XvTk6JdHxBMKWkucP2LkM { position:absolute;display:block;z-index:15020;height:7.2485625rem;width:15.8734375rem;top:0.625rem;left:42.06298828125rem;display:block; }
#EZ29TXZ0JgNfsalwutXxyxWbiE8KVziV { position:absolute;display:block;z-index:15020;height:7.25rem;width:15.875rem;top:0.625rem;left:1.99951171875rem;display:block; }
#qZO01vRikTiL0wi61KmEadodRJy6Mrib { position:relative;display:block; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib { background-color: transparent; background-image: none; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container > .video-iframe-container { display: none; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row > .video-iframe-container { display: none; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .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); }#qZO01vRikTiL0wi61KmEadodRJy6Mrib { border-width: 0; border-radius: 0; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#isrhKxKDTMb1VbCBeSMaz5dQ4PNrNL53 { display:block;width:42.4365rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.6031494140625rem;left:9.873046875rem;height:2.75rem;color:#0c699b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQ540cML8M3NMhLWVZJkwNecuoqyhIfL { display:block;width:40.9375rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.733642578125rem;left:9.873046875rem;height:3.57421875rem;color:#001342;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq { position:relative;display:block; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq { background-color: transparent; background-image: none; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container > .video-iframe-container { display: none; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row > .video-iframe-container { display: none; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .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); }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq { border-width: 0; border-radius: 0; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ftQ5TkTbIvmEmb42lRAWpKnbTyEVDhPD { display:block;width:12.124625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:10.749633789062rem;left:1.25rem;height:11.6949375rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#QGRLa4sq7IrzTcOVHx1o6TVM66uw70Tq { display:block;width:10.874rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.9375rem;left:1.875rem;height:2.69921875rem;color:#001342;text-align:center;text-align-last:center;display:block; }
#o2tEbCmC3ZfBdwxcTKb5yMK2ADNZwuLg { display:block;width:13.6875rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:6.3125rem;left:14.8125rem;height:3.71155rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#QhoeVg9nqzWFZ4E5CL71lWZbmX6H9UEO { display:block;width:13.312375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:10.749633789062rem;left:15.687255859375rem;height:9.0960625rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#sVW4w4IVGwCukgBQ1ekEaNkxA7aTSCzO { display:block;width:7.8125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:6.9375rem;left:33.4375rem;height:2.69921875rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#mwR6GE4KAnVeTusk6FvkqqldAR29zSAN { display:block;width:13rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:10.749633789062rem;left:30.74951171875rem;height:9.0960625rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#zlZOxvJzrgeaFBfg1WJJ8btGS33bmB8B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37475625rem;width:5.625rem;top:1rem;left:4.5rem;overflow:hidden;display:block; }
#Zavhx5SaittRhsPfr3TE2Um9if9Kew1K { 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;box-shadow: none;height:5.1245125rem;width:5.4370125rem;top:1rem;left:34.4375rem;overflow:hidden;display:block; }
#qJi0aA3yPyd8BZ9UQpfzvU61sKqtC9Lw { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:4.624025rem;width:4.4995125rem;top:1rem;left:19.8125rem;overflow:hidden;display:block; }
#StdOlP2Z2UBn7WWsiuEh0Zne1im5Wkgx { 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;box-shadow: none;height:4rem;width:4.3125rem;top:1.6864013671875rem;left:49.437255859375rem;overflow:hidden;display:block; }
#eqUCuNciB6sA9LOaDIQP3c6yRycaGetx { display:block;width:11.75rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.937255859375rem;left:46.49951171875rem;height:2.69921875rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#bXaWO2AH2fxetLTCeUn8LxTdcQwH42G2 { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:10.749633789062rem;left:45.498046875rem;height:10.3955rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#f1rAFfJAFlyuzgkR5eWLUkXxeFJi3uev { display:block;width:13.937375rem;position:absolute;font-family:roboto;font-size:0.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.443237304688rem;left:45.531005859375rem;height:1.9482375rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#dn8dNZMlsyBSDvyHvOymg9K49JMcZGDK { display:block;width:12.124625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:10.749633789062rem;left:1.25rem;height:11.6949375rem;color:#0c699b;text-align:center;text-align-last:center;display:none; }
#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm { position:relative;display:block; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm { background-color: transparent; background-image: none; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container > .video-iframe-container { display: none; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row > .video-iframe-container { display: none; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .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); }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm { border-width: 0; border-radius: 0; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZHmvmP47uvSoP8TraJkT5iCBg22HHOka { display:block;width:42.4359375rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.22802734375rem;left:9.873046875rem;height:2.8183625rem;color:#001342;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3BDMR5s0u147tdymsLMsPTIe9bRNQQE { display:block;width:40.9375rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.421142578125rem;left:9.873046875rem;height:3.57421875rem;color:#001342;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge { position:relative;display:block; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge { background-color: transparent; background-image: none; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container > .video-iframe-container { display: none; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row > .video-iframe-container { display: none; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .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); }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge { border-width: 0; border-radius: 0; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WdHdBdvTxsz5HKSIXlhrCHApepksob8l { display:block;width:12.5625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:8.25rem;left:1.125rem;height:2.61230625rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#EZKnHyVX5Kza5aKvmCnsVWZ5rCIiMMvx { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:12rem;left:1.75rem;height:10.43456875rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#aAr7pRig8fon570uWBLNMAqvy8qhsaJy { display:block;width:11.5rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:8.25rem;left:16.6875rem;height:1.900025rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#mTds9JEyBGORNapVThKVltOdbH0ilh9f { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:12rem;left:16.75rem;height:13.0334375rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#bdKauT33sGbVGFTLliGTrBinzmF8Ty17 { display:block;width:11.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:8.25rem;left:31.8125rem;height:1.900025rem;color:#0c699b;text-align:left;text-align-last:left;display:block; }
#PiPdhr0x5PaalQR2R6hysQsU38biUWgk { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:12rem;left:31.75rem;height:10.4345625rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#N9kC0IzTyQQqhDDhIKUWSHZJN5HSKGdu { display:block;width:13.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:8.375rem;left:45.625rem;height:2.3754875rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#gR2k3GN41c7FervrdSKcv8UG9hPcz8yT { display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:12rem;left:45.75rem;height:11.77306875rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#wVF07TMsQOkVGiG3V9vWIOhrHUHZ87bq { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:5.3125rem;width:4.562375rem;top:2.069091796875rem;left:5.2178955078125rem;overflow:hidden;display:block; }
#D9yzQbL0yrq5Agf84qPMdw0sOSZ1JKEJ { 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;box-shadow: none;height:5.125rem;width:4.875rem;top:2.069091796875rem;left:20.250244140625rem;overflow:hidden;display:block; }
#RQvcKpNpMC48mxGgdM2WwDWZ59edfEik { 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;box-shadow: none;height:5.125rem;width:4.3125rem;top:2.0062255859375rem;left:35.437622070312rem;overflow:hidden;display:block; }
#ggtUfAnCW3Dqeep3nNTfkZ7P3QFlZ7Hy { 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;box-shadow: none;height:4.9375rem;width:4.375rem;top:2.0379638671875rem;left:50.374145507812rem;overflow:hidden;display:block; }
#XgXWxDSVm7B1dIl6GRFffacHxTOCDloN { display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:12rem;left:45.75rem;height:11.77306875rem;color:#0c699b;text-align:center;text-align-last:center;display:none; }
#pglZnStKaxvZlb3u8DJkA33guuA4UsI6 { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:12rem;left:16.75rem;height:13.0334375rem;color:#0c699b;text-align:center;text-align-last:center;display:none; }
#tzENRuuTmgT4PeP5B1rOVcwVqOMBgrdS { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:12rem;left:1.75rem;height:10.43456875rem;color:#0c699b;text-align:center;text-align-last:center;display:none; }
#iOOSe9NKNgHf3b7ICVEgUGZZzFIRtL75 { display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:12rem;left:31.75rem;height:10.4345625rem;color:#0c699b;text-align:center;text-align-last:center;display:none; }
#xZABF9voUSLCX363x2S3WHJzWgWWOqpV { position:relative;display:none; }#xZABF9voUSLCX363x2S3WHJzWgWWOqpV { border-width: 0; border-radius: 0; }#xZABF9voUSLCX363x2S3WHJzWgWWOqpV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xZABF9voUSLCX363x2S3WHJzWgWWOqpV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RC2OdZLWwsp6Apswno59cPqShgqMzpLi { display:block;width:42.4365rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.9781494140625rem;left:9.873046875rem;height:2.75rem;color:#192137;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mry7vE1eSvBfZq8Ah6kOKOGfQEfCCzHz { display:block;width:42.4359375rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.6868896484375rem;left:9.873046875rem;height:1.92480625rem;color:#72b5cb;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe { position:relative;display:none; }#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe { border-width: 0; border-radius: 0; }#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#c2n91w1uL4UHskIUpTDnHlVSuFXEvAyZ { display:block;width:42.4359375rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.41552734375rem;left:9.873046875rem;height:2.75rem;color:#192137;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrqh7xqZm4eAQ1ZMQXSiTL9KTST9hQkd { display:block;width:50.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:6.22705078125rem;left:4.84375rem;height:3rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT { position:relative;display:none; }#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT { border-width: 0; border-radius: 0; }#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ixxSx8ZaDCV1O7oTtZEAxkQETWHFL6yy { display:block;width:30.562125rem;position:absolute;font-family:"proxima nova";font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:5.174560546875rem;left:14.718627929688rem;height:2.33764375rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#AWIn0pIGroqwCyF96aPGmL2NJoeI5KJl { display:block;width:46.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:8.3746337890625rem;left:6.71875rem;height:3rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/4276f7bc-97f5-4890-b6b1-42d0912c0ae6/GiraAjayBlanco2.png");background-position: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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA.adaptive-delivery-prevent-bg, #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA.lazyload, #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA.lazyloading { background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5625rem;color:#b3b3b3;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:4.375rem;color:#b3b3b3;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5rem;color:#908f88;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:25.3125rem;height:3.125rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.68701171875rem;left:1.12451171875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.68701171875rem;left:1.12451171875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ivt6sPw8VZcpk5L83q5Hr6nWiTSEm9zK { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #VrmVb4cJunRwUycWKD641luhw4TmBPTe { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CN9bDAbwl6goWpgd70Sgq7FppK7dlvxD { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RJfSPeNVRMCsvcV1ycPVxVm4v8xlfm9J { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NytmPhGzebrJJqlxvrItlBKOgurSFZoz { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O6LEHAzQX89AJNTyp25Eza2ePuWGOMAQ { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:#001342;display:block;width:25.4375rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.8544921875rem;left:2.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:7.1422119140625rem;left:2.0623779296875rem;height:1.40014375rem;text-align:center;text-align-last:center;display:block; }
#dGcQqvGMwyrT8lTfJfRKAIF0JcGG4Clz { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:12.125rem;left:3.7802734375rem;height:1.6875rem;text-align:left;text-align-last:left;display:none; }
#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container { background-color: transparent; background-image: none; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container > .video-iframe-container { display: none; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row > .video-iframe-container { display: none; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .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); }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container { border-width: 0; border-radius: 0; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#xXBZcST77IJeTLTQRmHeRX5IVxds20qW { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:7.125rem;width:12.8125rem;top:1.0625rem;left:28.6875rem;overflow:hidden;display:block; }
#gcdBfA5DBehZtvyX6bsy155RgU8pEmUi { 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;box-shadow: none;height:2.6875rem;width:7.5625rem;top:2.875rem;left:22.6875rem;overflow:hidden;display:block; }
#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container { background-color: transparent; background-image: none; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container > .video-iframe-container { display: none; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row > .video-iframe-container { display: none; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .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); }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container { border-width: 0; border-radius: 0; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#erEeCU7zChkmDSA2rZbeoZXBTm81pILq { box-sizing:content-box;height:14.9375rem;width:19.25rem;position:absolute;display:block;z-index:15013;background-color:#dfbf50;background-image:none;top:1.375rem;left:0rem;display:block; }
#De1ambE5ASWhxpxC1470vBtl9f6a9Qno { display:block;width:13.937375rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:3rem;left:3rem;height:1.71875rem;color:#001342;text-align:center;text-align-last:center;display:block; }
#igS4bJSIvqmp8N57ftHRaMgSZkwIo5Oy { box-sizing:content-box;height:14.9375rem;width:19.0625rem;position:absolute;display:block;z-index:15014;background-color:#dfbf50;background-image:none;top:1.375rem;left:20.4375rem;display:block; }
#go39hIBKkmIpMHFOGxLpkFtNl9EiPTJd { display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:3rem;left:22.6875rem;height:1.71875rem;color:#f58020;text-align:center;text-align-last:center;display:block; }
#sfXvCTquVvQV58T59zyds0Vz1682vgiA { display:block;width:15.2484375rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:6.8121337890625rem;left:22.37548828125rem;height:7.8735625rem;color:#0c699b;text-align:center;text-align-last:center;display:block; }
#ZNohInWw7i2Til6CxIhO1gCXFmW3DiTw { box-sizing:content-box;height:14.9375rem;width:19.0625rem;position:absolute;display:block;z-index:15015;background-color:#dfbf50;background-image:none;top:1.3125rem;left:40.625rem;display:block; }
#yRKn1cnJELaWaTDy86RnyBMUV9HJfETg { display:block;width:17.8735625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:3rem;left:41.0625rem;height:1.71875rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#Gm4yD6fonh1EHLd91Symyc8uxNV7vvhh { display:block;width:15.3125rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6.8121337890625rem;left:42.34375rem;height:6.56125rem;color:#192137;text-align:center;text-align-last:center;display:block; }
#KVwJpoxxaNiiGqWxGTmHwnhS9Hwm6Df0 { display:block;width:14.8108125rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:6.8121337890625rem;left:2.21923828125rem;height:6.56125rem;color:#e8f7ff;text-align:center;text-align-last:center;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { 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:none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:none; }#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#434242;display:block;width:25.375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6884765625rem;left:2.3125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:#434242;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:11.40625rem;left:2.5625rem;height:15.1875rem;text-align:left;text-align-last:left;display:block; }
#xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { background-color:#f89a60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.5rem;left:2.3125rem;display:block; }
#hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -moz-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -ms-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -o-linear-gradient(180deg, #cbe3ec, #cbe3ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ec', endColorstr='#cbe3ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ec', endColorstr='#cbe3ec' );";background-image: linear-gradient(180deg, #cbe3ec, #cbe3ec);background-size:auto !important;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;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.6884765625rem;left:32.5rem;display:block; }
#Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -moz-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -ms-linear-gradient(180deg, #cbe3ec, #cbe3ec);background-image: -o-linear-gradient(180deg, #cbe3ec, #cbe3ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ec', endColorstr='#cbe3ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ec', endColorstr='#cbe3ec' );";background-image: linear-gradient(180deg, #cbe3ec, #cbe3ec);background-size:auto !important;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;box-shadow: none;height:14.812rem;width:12.5rem;top:18.5009765625rem;left:45rem;display:block; }
#JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:9.3447265625rem;left:32.96875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:22.0947265625rem;left:45.46875rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFTIax4PKz5EQQ2yfwAThwJk11Htdfso { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.6884765625rem;left:45rem;overflow:hidden;display:block; }
#BIwPPmmObyITptzhVSJGsmtw50RmBZ70 { position:absolute;display:block;z-index:15027;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;box-shadow: none;height:14.8125rem;width:12.5rem;top:18.5rem;left:32.5625rem;overflow:hidden;display:block; }
#zHsf3VO9trTcv4CGz3XUZwzQ2Z11E8Rq { color:#434242;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:8.875rem;left:2.5625rem;height:20.25rem;text-align:left;text-align-last:left;display:none; }
#GutWKaRQT6JJhtk3NTGarRdglUzXZatR { position:relative;display:none; }#GutWKaRQT6JJhtk3NTGarRdglUzXZatR { border-width: 0; border-radius: 0; }#GutWKaRQT6JJhtk3NTGarRdglUzXZatR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GutWKaRQT6JJhtk3NTGarRdglUzXZatR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LCeOFhzU1y5EFXpqTEIdgiPT4s9dRx9e { display:block;width:27.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:2.837890625rem;left:16.125rem;height:2.31689375rem;color:#0c699b;text-align:left;text-align-last:left;display:block; }
#x4UAJqlXEMLf7nKnrVPuI6ovAgLC8DVc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:7.125rem;left:10rem;display:block; }
#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr { position:relative;display:none; }#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr { border-width: 0; border-radius: 0; }#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#m4gPu2RAcN7AKhkdZ0zUe6VcWySnNBmx { display:block;width:50rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:0.994140625rem;left:5.90625rem;height:2.31689375rem;color:#0c699b;text-align:left;text-align-last:left;display:block; }
#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN { position:relative;display:none; }#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN { border-width: 0; border-radius: 0; }#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GVAOAm7o7oyupoi14WOX2GuXrTxVPnqS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10.8125rem;top:0.875rem;left:2.09375rem;overflow:hidden;display:block; }
#WFp1BTXq4bOToANH1BR2Ug6Ly0baKVWL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10.6875rem;top:0.875rem;left:17.09375rem;overflow:hidden;display:block; }
#rIzWJAKMoihiTq0Mp7L4nWqWMPTCIDbV { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:15.5625rem;width:10.4375rem;top:0.875rem;left:32.09375rem;overflow:hidden;display:block; }
#JNIO4fgoWqZKL4G02ocvU0A6CdFK1yJQ { 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;box-shadow: none;height:10.6875rem;width:10.8125rem;top:6.625rem;left:47.09375rem;overflow:hidden;display:block; }
#cA3e2muNPfFlU07VxT50Cw6LIihlmmZJ { 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;box-shadow: none;height:3.625rem;width:6.1875rem;top:3.75rem;left:49.40625rem;overflow:hidden;display:block; }
#HR4POapUbX69rZ5PuMGchL0bcyZM9KmA { display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:0.875rem;left:47.28125rem;height:2.478025rem;color:#0c699b;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 { display:block; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN0tIUABQhqqdneAETKNMbady1VdmGbH { width:7.375rem;height:2.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBaTAVZvevLgHeXqFJC2dO5hTnSmyZFu { width:22.5rem;height:4.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2iqSEHdp6PiULU4pBE4uUGJ7yiId27g { display:block; }
 }@media only screen and (max-width: 763px) { #q6cGbTSEZT7IvCFx7E45hposJzFyuR1e { width:23.25rem;height:7.3125rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZyTXQ9GBHyC2aisDAwHSc6HfoTtZ08 { width:27.5rem;height:11.9375rem;top:11.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4cXSZIyzTCidvTWXNr6wee1pWoxp0T { width:47.75rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyfipAVITCpG1V7xlhs1i4fMzq526V7K { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hhQf4aO6vZztzBnv7FOTiu6sqmBR60cw { display:block; }
 }@media only screen and (max-width: 763px) { #RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 { display:block; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk4s7K9v4K4NEk2RPVw6H7rC1hlJSozs { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whg1wx5pu5xaETgfuTzCWFxNvxJpCQrd { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTUCMrPpgVzsZ4ukTLRrrKVp0W6uPkFS { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }#U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk li:before{  }
 }@media only screen and (max-width: 763px) { #BIqa451Qls6bkfKk5SKUkWGfqm448o18 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwbr6gsQp7bbT7lqKucOLnhednF7ITdK { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eweOcl40t3UlrXI2fwJgex2TRINOxvvI { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5ScXtwflsHa4yCnglC215K99TxisbF { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ot90CiZzTgQIDFTTLB4XEw2utbykpzxv { display:block; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdiTm00W8hsoCkcfpgRcQ947hU6oOVl0 { width:47.75rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8NW21EIGaaPDxSqo0VXkWXzINQr1KnE { width:47.75rem;height:8.0078739583333rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UppfQtKnlrlWPfnaNGBVsFZD2k4IdrKm { width:18.9375rem;height:3.125rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9OJioiv6oWXbSFuiKXEvtyTk9NTrK8I { width:31.4375rem;height:4.3125rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKXTfWvVLGd12gMSQgrC2Qy8zsZp8gtn { width:18.9375rem;height:4.375rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK701fnI2dU5Xuaw75wZev2WT0EP3EqW { width:31.4375rem;height:6.125rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a { display:block; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgT8TTRmf9QNwkGV0mrEHnDCB0MLKH7R { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFCkx5a8TwOqurGLU5pcGPQSRBeQedR { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG { display:block; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGllCqLyCUnLIOMSU3AVJGrLHhOUJm8R { width:19.25rem;height:24rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJqO0qTA5Imlzdft2k96OWQfuw411zRJ { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFLTMa0a1QNJwoccTe5VRBJWKcIBHtD { width:19.0625rem;height:24rem;top:0.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mf1Cl9GwbsJmOLe0rBgOfhX09bUmCF { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttSh9v6paOEd514iUw72I6DmyQIvyaRC { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLLdvbm5rlPKcXrd0JHTQF3SPUaHqlg8 { width:19.0625rem;height:24rem;top:0.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6uXv4ZuQHTeve54cMGirttJqicc4HnG { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fchzPqodZkhWdX6dc6UadTaIaRURMmBT { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym0vD8Vdl7VxhSokKLux28RomXvqvo19 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5P58umIVyacFN4ctXudutznIpuI2Rp { display:block; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT88knangu3VM0rMcDtolhvghVZer2kz { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzoaioEGdEGh0JTSfLw1GnXPAcVHudOc { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 { display:block; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFmokr5egm0sai3lTiBRB39p6xNO5IpO { width:18rem;height:10rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tby6B7trNul5Hv9KCfWUCWgSiwWdzw0M { width:18rem;height:10rem;top:1.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0mx3VWyagA5NTVUnUXL7sbn3AsxPtAs { width:18rem;height:10rem;top:1.6875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT { display:block; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS1mJzqc3UuhaaTsiDPWqI08prSTmy04 { width:47.75rem;height:8.2443201030223rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV29Q4GXtovn0WzoxDEuyXGTVworTAld { width:21.25rem;height:8.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHDQ6ly3ed34pTSsyryK3eXxOP6TfL1A { width:30.75rem;height:8.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ { display:block; }#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6368TpaNQUGWiPihCLgaU2OHX7ZEgS2 { width:47.75rem;height:29.744270833333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b { display:block; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3BBwSoKywTcbTbbsSxrFwRs9ypKJT70 { width:47.75rem;height:3.1875rem;top:1.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8ltkP0n7K4T4EGFUpiyTJBTZ9mVMrG { width:47.75rem;height:2.0625rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T { display:block; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWkdrtx6e5B0FUHobd652LbJlNd5neXi { width:12.5rem;height:2.8125rem;top:8.9375rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWJC2xI1mcanP4zE1zd57ncWd64sRxK { width:17.5rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJUgl07KwEh9brcLf3iGm8qQucIUTEQH { width:12.5rem;height:1.25rem;top:12.75rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyPi1u6cMHGTF41SvD1m7xKff5RA0LWN { width:17.5rem;height:14.8125rem;top:0.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvPUlPuMzDNBw2JnGXyIIebp9A3oTzdN { width:12.5rem;height:1.25rem;top:12.8125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQvMcXqnwKBVGWiFKNW3zMMFAf7ATbE { width:12.5rem;height:2.8125rem;top:8.9375rem;left:17.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEmDE92Zp8VTRaeb8Gg9ZMvTXQAQtez { width:17.5rem;height:14.75rem;top:0.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtOyvpBIz27167H02Bg9noCKhiqzTy4 { width:12.5rem;height:1.25rem;top:12.8125rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBOKJEql8T6ekUegcwMxqxuMSOUP640V { width:12.5rem;height:2rem;top:9.25rem;left:33.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqp8mSqsTXxgKR7Sifk9TUMiMXEyzwEH { width:15.875rem;height:7.25rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIWC9ZDmr3XvTk6JdHxBMKWkucP2LkM { width:15.8125rem;height:7.1875rem;top:0.625rem;left:31.75048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ29TXZ0JgNfsalwutXxyxWbiE8KVziV { width:15.875rem;height:7.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZO01vRikTiL0wi61KmEadodRJy6Mrib { display:block; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isrhKxKDTMb1VbCBeSMaz5dQ4PNrNL53 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ540cML8M3NMhLWVZJkwNecuoqyhIfL { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0MvfqqwRSrTZx2557VluqL0KT2tU1hq { display:block; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftQ5TkTbIvmEmb42lRAWpKnbTyEVDhPD { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGRLa4sq7IrzTcOVHx1o6TVM66uw70Tq { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2tEbCmC3ZfBdwxcTKb5yMK2ADNZwuLg { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoeVg9nqzWFZ4E5CL71lWZbmX6H9UEO { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVW4w4IVGwCukgBQ1ekEaNkxA7aTSCzO { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwR6GE4KAnVeTusk6FvkqqldAR29zSAN { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZOxvJzrgeaFBfg1WJJ8btGS33bmB8B { width:5.625rem;height:5.37475625rem;top:1rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zavhx5SaittRhsPfr3TE2Um9if9Kew1K { width:5.375rem;height:5.0660642563356rem;top:1rem;left:26.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJi0aA3yPyd8BZ9UQpfzvU61sKqtC9Lw { width:4.4375rem;height:4.5602964626723rem;top:1rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StdOlP2Z2UBn7WWsiuEh0Zne1im5Wkgx { width:4.3125rem;height:4rem;top:1.625rem;left:38.718505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUCuNciB6sA9LOaDIQP3c6yRycaGetx { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXaWO2AH2fxetLTCeUn8LxTdcQwH42G2 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1rAFfJAFlyuzgkR5eWLUkXxeFJi3uev { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn8dNZMlsyBSDvyHvOymg9K49JMcZGDK { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4lObMKQc44uv9BiVutHaIpeeAiX1xmm { display:block; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHmvmP47uvSoP8TraJkT5iCBg22HHOka { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BDMR5s0u147tdymsLMsPTIe9bRNQQE { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge { display:block; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdHdBdvTxsz5HKSIXlhrCHApepksob8l { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZKnHyVX5Kza5aKvmCnsVWZ5rCIiMMvx { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAr7pRig8fon570uWBLNMAqvy8qhsaJy { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTds9JEyBGORNapVThKVltOdbH0ilh9f { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKauT33sGbVGFTLliGTrBinzmF8Ty17 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiPdhr0x5PaalQR2R6hysQsU38biUWgk { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9kC0IzTyQQqhDDhIKUWSHZJN5HSKGdu { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR2k3GN41c7FervrdSKcv8UG9hPcz8yT { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVF07TMsQOkVGiG3V9vWIOhrHUHZ87bq { width:4.5rem;height:5.2398695854681rem;top:2.0625rem;left:3.6866455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yzQbL0yrq5Agf84qPMdw0sOSZ1JKEJ { width:4.875rem;height:5.125rem;top:2.0625rem;left:15.656494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvcKpNpMC48mxGgdM2WwDWZ59edfEik { width:4.3125rem;height:5.125rem;top:2rem;left:27.781372070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggtUfAnCW3Dqeep3nNTfkZ7P3QFlZ7Hy { width:4.375rem;height:4.9375rem;top:2rem;left:39.655395507812rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgXWxDSVm7B1dIl6GRFffacHxTOCDloN { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pglZnStKaxvZlb3u8DJkA33guuA4UsI6 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzENRuuTmgT4PeP5B1rOVcwVqOMBgrdS { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOOSe9NKNgHf3b7ICVEgUGZZzFIRtL75 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZABF9voUSLCX363x2S3WHJzWgWWOqpV { display:block; }#xZABF9voUSLCX363x2S3WHJzWgWWOqpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC2OdZLWwsp6Apswno59cPqShgqMzpLi { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mry7vE1eSvBfZq8Ah6kOKOGfQEfCCzHz { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe { display:block; }#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2n91w1uL4UHskIUpTDnHlVSuFXEvAyZ { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrqh7xqZm4eAQ1ZMQXSiTL9KTST9hQkd { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT { display:block; }#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixxSx8ZaDCV1O7oTtZEAxkQETWHFL6yy { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWIn0pIGroqwCyF96aPGmL2NJoeI5KJl { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.6875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:25.3125rem;height:auto;top:0rem;left:19.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:25.3125rem;height:auto;top:0rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ivt6sPw8VZcpk5L83q5Hr6nWiTSEm9zK {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #VrmVb4cJunRwUycWKD641luhw4TmBPTe { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CN9bDAbwl6goWpgd70Sgq7FppK7dlvxD {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RJfSPeNVRMCsvcV1ycPVxVm4v8xlfm9J {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NytmPhGzebrJJqlxvrItlBKOgurSFZoz { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O6LEHAzQX89AJNTyp25Eza2ePuWGOMAQ {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:3.8125rem;left:0rem;width:25.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { top:7.125rem;left:0rem;width:25.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGcQqvGMwyrT8lTfJfRKAIF0JcGG4Clz { top:12.125rem;left:0rem;width:11.625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH { display:block; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXBZcST77IJeTLTQRmHeRX5IVxds20qW { width:12.8125rem;height:7.124625rem;top:1.0625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcdBfA5DBehZtvyX6bsy155RgU8pEmUi { top:2.875rem;left:16.5rem;width:7.5rem;height:2.6652533968065rem;display:block; }
 }@media only screen and (max-width: 763px) { #txWUK29r2NcXCoIqgGMes2JaWr2ssSlr { display:block; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erEeCU7zChkmDSA2rZbeoZXBTm81pILq { width:19.25rem;height:14.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De1ambE5ASWhxpxC1470vBtl9f6a9Qno { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igS4bJSIvqmp8N57ftHRaMgSZkwIo5Oy { width:19.0625rem;height:14.9375rem;top:1.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go39hIBKkmIpMHFOGxLpkFtNl9EiPTJd { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfXvCTquVvQV58T59zyds0Vz1682vgiA { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNohInWw7i2Til6CxIhO1gCXFmW3DiTw { width:19.0625rem;height:14.9375rem;top:1.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRKn1cnJELaWaTDy86RnyBMUV9HJfETg { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4yD6fonh1EHLd91Symyc8uxNV7vvhh { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwJpoxxaNiiGqWxGTmHwnhS9Hwm6Df0 { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:3.6875rem;left:0rem;width:25.375rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:11.375rem;left:0rem;width:24.875rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:12.6875rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { top:3.6875rem;left:23.875rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { top:18.5rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { top:9.3125rem;left:23.875rem;width:11.5625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { top:22.0625rem;left:36.1875rem;width:11.5625rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTIax4PKz5EQQ2yfwAThwJk11Htdfso { width:12.5rem;height:14.8125rem;top:3.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIwPPmmObyITptzhVSJGsmtw50RmBZ70 { width:12.5rem;height:14.8125rem;top:18.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHsf3VO9trTcv4CGz3XUZwzQ2Z11E8Rq { top:28.9375rem;left:0rem;width:18.0625rem;height:11rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GutWKaRQT6JJhtk3NTGarRdglUzXZatR { display:block; }#GutWKaRQT6JJhtk3NTGarRdglUzXZatR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCeOFhzU1y5EFXpqTEIdgiPT4s9dRx9e { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4UAJqlXEMLf7nKnrVPuI6ovAgLC8DVc { width:40rem;height:22.5rem;top:7.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr { display:block; }#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4gPu2RAcN7AKhkdZ0zUe6VcWySnNBmx { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN { display:block; }#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVAOAm7o7oyupoi14WOX2GuXrTxVPnqS { width:10.8125rem;height:15.5625rem;top:0.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFp1BTXq4bOToANH1BR2Ug6Ly0baKVWL { width:10.6875rem;height:15.5625rem;top:0.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIzWJAKMoihiTq0Mp7L4nWqWMPTCIDbV { width:10.4375rem;height:15.5625rem;top:0.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNIO4fgoWqZKL4G02ocvU0A6CdFK1yJQ { width:10.8125rem;height:10.6875rem;top:6.625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3e2muNPfFlU07VxT50Cw6LIihlmmZJ { width:6.1875rem;height:3.625rem;top:3.75rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4POapUbX69rZ5PuMGchL0bcyZM9KmA { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 { background-color:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/uc/081354db-7781-4798-ac0e-f810c46a883e/AjayArgentinaBannermobilebombona.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.adaptive-delivery-prevent-bg, #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.lazyload, #OXi5zVQnIGdzEEN61LDAiLgIHSWoI849.lazyloading { background-image: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { background-color: transparent; background-image: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container > .video-iframe-container { display: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row > .video-iframe-container { display: none; }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .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); }#OXi5zVQnIGdzEEN61LDAiLgIHSWoI849 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN0tIUABQhqqdneAETKNMbady1VdmGbH { top:1.9375rem;left:6.3125rem;width:7.375rem;height:2.9375rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sBaTAVZvevLgHeXqFJC2dO5hTnSmyZFu { width:19rem;height:4.375rem;top:26.9375rem;left:0.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2iqSEHdp6PiULU4pBE4uUGJ7yiId27g { display:block; }
 }@media only screen and (max-width: 763px) { #q6cGbTSEZT7IvCFx7E45hposJzFyuR1e { width:18.75rem;height:7.874125rem;top:36.9375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwZyTXQ9GBHyC2aisDAwHSc6HfoTtZ08 { width:16.5625rem;height:7.423125rem;top:6.62353515625rem;left:1.71875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4cXSZIyzTCidvTWXNr6wee1pWoxp0T { top:1.68701171875rem;left:5.74951171875rem;width:7.374875rem;height:3.06213125rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tyfipAVITCpG1V7xlhs1i4fMzq526V7K { top:15.2490234375rem;left:2.1954345703125rem;width:16.124875rem;height:3.81225625rem;z-index:15021;background-color:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQf4aO6vZztzBnv7FOTiu6sqmBR60cw { display:block; }
 }@media only screen and (max-width: 763px) { #RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 { display:block; }#RqcAUk0Z8IAOOMBpw5rtWnGDZKFDFNw6 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk4s7K9v4K4NEk2RPVw6H7rC1hlJSozs { width:19.375rem;height:1.92480625rem;top:1.99951171875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #whg1wx5pu5xaETgfuTzCWFxNvxJpCQrd { width:17.25rem;height:25.202625rem;top:4.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UTUCMrPpgVzsZ4ukTLRrrKVp0W6uPkFS { width:20rem;height:1.58105625rem;top:50.91552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk { width:14.4375rem;height:6.2255875rem;top:30.874633789062rem;left:2.0611572265625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;display:block; }#U9TiiQp3QIzEcc18AqepKUkFTFLTAgGk li:before{  }
 }@media only screen and (max-width: 763px) { #BIqa451Qls6bkfKk5SKUkWGfqm448o18 { width:19.12475rem;height:9.801rem;top:38.947143554688rem;left:0.4364013671875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #rwbr6gsQp7bbT7lqKucOLnhednF7ITdK { width:17.56225rem;height:5.6005875rem;top:53.2470703125rem;left:1.2176513671875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eweOcl40t3UlrXI2fwJgex2TRINOxvvI { width:17.5625rem;height:2.06176875rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ko5ScXtwflsHa4yCnglC215K99TxisbF { width:16.9995rem;height:2.85034375rem;top:1.5240478515625rem;left:1.4990234375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0b0c17;z-index:15013;line-height:1.2;font-family:lora;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ot90CiZzTgQIDFTTLB4XEw2utbykpzxv { display:block; }#ot90CiZzTgQIDFTTLB4XEw2utbykpzxv > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdiTm00W8hsoCkcfpgRcQ947hU6oOVl0 { top:1.25rem;left:0rem;width:20rem;height:8.875rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z8NW21EIGaaPDxSqo0VXkWXzINQr1KnE { width:19.875rem;height:3.375rem;top:0.8648681640625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UppfQtKnlrlWPfnaNGBVsFZD2k4IdrKm { width:17.5rem;height:2.875rem;top:4.3004150390625rem;left:1.25rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f9OJioiv6oWXbSFuiKXEvtyTk9NTrK8I { width:20rem;height:2.625rem;top:1.23828125rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #yKXTfWvVLGd12gMSQgrC2Qy8zsZp8gtn { width:17.5rem;height:4.0625rem;top:10.6865234375rem;left:1.25rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CK701fnI2dU5Xuaw75wZev2WT0EP3EqW { width:19.937125rem;height:3.5620125rem;top:7.12451171875rem;left:0rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a { display:block; }#sEZRDvDrQs4r1T0TzpURo1mS9OeW9e0a > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgT8TTRmf9QNwkGV0mrEHnDCB0MLKH7R { width:20rem;height:3.71215625rem;top:2.4373779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CsFCkx5a8TwOqurGLU5pcGPQSRBeQedR { width:18.312375rem;height:4.67529375rem;top:6.7855224609375rem;left:0.84228515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG { display:block; }#nc5G8ROkNcNWGMTxyhiNE9t4gmbDxUtG > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGllCqLyCUnLIOMSU3AVJGrLHhOUJm8R { width:19.25rem;height:17.8125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJqO0qTA5Imlzdft2k96OWQfuw411zRJ { width:15.0625rem;height:1.23730625rem;top:2.875rem;left:2.56298828125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #TmFLTMa0a1QNJwoccTe5VRBJWKcIBHtD { width:19.0625rem;height:17.875rem;top:19.6875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mf1Cl9GwbsJmOLe0rBgOfhX09bUmCF { width:17.8125rem;height:1.23730625rem;top:21.312255859375rem;left:1.063232421875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #ttSh9v6paOEd514iUw72I6DmyQIvyaRC { width:15.187375rem;height:11.8103125rem;top:24.030151367188rem;left:2.40478515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #KLLdvbm5rlPKcXrd0JHTQF3SPUaHqlg8 { width:19.0625rem;height:22.25rem;top:38.187255859375rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6uXv4ZuQHTeve54cMGirttJqicc4HnG { width:17.8125rem;height:2.4746125rem;top:39.87548828125rem;left:0.8746337890625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #fchzPqodZkhWdX6dc6UadTaIaRURMmBT { width:15.187375rem;height:15.7470625rem;top:43.436889648438rem;left:2.40478515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #ym0vD8Vdl7VxhSokKLux28RomXvqvo19 { width:14.74975rem;height:11.8103125rem;top:5.4986572265625rem;left:2.6239013671875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5P58umIVyacFN4ctXudutznIpuI2Rp { display:block; }#uZ5P58umIVyacFN4ctXudutznIpuI2Rp > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT88knangu3VM0rMcDtolhvghVZer2kz { width:20rem;height:3.71215625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gzoaioEGdEGh0JTSfLw1GnXPAcVHudOc { width:16.12425rem;height:2.33764375rem;top:5.679931640625rem;left:1.937255859375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 { display:block; }#KXwhTZVzcUnuHP145sQl8TKUZaduTbJ0 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFmokr5egm0sai3lTiBRB39p6xNO5IpO { width:18rem;height:10rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tby6B7trNul5Hv9KCfWUCWgSiwWdzw0M { width:18rem;height:10rem;top:12.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0mx3VWyagA5NTVUnUXL7sbn3AsxPtAs { width:18rem;height:10rem;top:23.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT { display:block; }#pT4eBhAMeUsEQsVzRv45OoyMFrBc6RnT > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS1mJzqc3UuhaaTsiDPWqI08prSTmy04 { width:20rem;height:3.37463125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hV29Q4GXtovn0WzoxDEuyXGTVworTAld { width:15.99975rem;height:6.62475rem;top:0rem;left:1.5924072265625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vHDQ6ly3ed34pTSsyryK3eXxOP6TfL1A { width:16.812125rem;height:4.8120125rem;top:5.6231689453125rem;left:1.5936279296875rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ { display:none; }#kOGFXNr4qm4NCgOd7t813sSMsgTgT1UZ > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6368TpaNQUGWiPihCLgaU2OHX7ZEgS2 { width:20rem;height:12.4575rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b { display:block; }#VVXAw8ARZw8mHEy7o2OxCTDw0baN0X6b > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3BBwSoKywTcbTbbsSxrFwRs9ypKJT70 { width:15.874625rem;height:3.0371125rem;top:2.8741455078125rem;left:2.0611572265625rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #OK8ltkP0n7K4T4EGFUpiyTJBTZ9mVMrG { width:20rem;height:1.54358125rem;top:6.27294921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T { display:block; }#k7Am3RLOR8S4oRzkXGTquHrz32MbPm0T > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWkdrtx6e5B0FUHobd652LbJlNd5neXi { width:10.37475rem;height:2.8125rem;top:2.9718017578125rem;left:9.6258544921875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pKWJC2xI1mcanP4zE1zd57ncWd64sRxK { width:17.5rem;height:6.875rem;top:1.77734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJUgl07KwEh9brcLf3iGm8qQucIUTEQH { width:7.5625rem;height:1.29980625rem;top:6.151611328125rem;left:9.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HyPi1u6cMHGTF41SvD1m7xKff5RA0LWN { width:17.5rem;height:6.875rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvPUlPuMzDNBw2JnGXyIIebp9A3oTzdN { width:7.1875rem;height:1.29980625rem;top:14.0625rem;left:9.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPQvMcXqnwKBVGWiFKNW3zMMFAf7ATbE { width:7.937rem;height:2.8125rem;top:10.9375rem;left:9.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEEmDE92Zp8VTRaeb8Gg9ZMvTXQAQtez { width:17.5rem;height:6.875rem;top:17.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtOyvpBIz27167H02Bg9noCKhiqzTy4 { width:6.25rem;height:1.29980625rem;top:21.748046875rem;left:9.6258544921875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gBOKJEql8T6ekUegcwMxqxuMSOUP640V { width:8.125rem;height:2.03125rem;top:18.9990234375rem;left:9.6258544921875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iqp8mSqsTXxgKR7Sifk9TUMiMXEyzwEH { width:6.6875rem;height:5.625rem;top:10.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIWC9ZDmr3XvTk6JdHxBMKWkucP2LkM { width:6.687rem;height:5.625rem;top:18.24951171875rem;left:1.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ29TXZ0JgNfsalwutXxyxWbiE8KVziV { width:6.6875rem;height:5.625rem;top:2.4488525390625rem;left:1.9361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZO01vRikTiL0wi61KmEadodRJy6Mrib { display:block; }#qZO01vRikTiL0wi61KmEadodRJy6Mrib > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isrhKxKDTMb1VbCBeSMaz5dQ4PNrNL53 { width:20rem;height:1.85608125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tQ540cML8M3NMhLWVZJkwNecuoqyhIfL { width:15.9375rem;height:4.67529375rem;top:3.8560791015625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u0MvfqqwRSrTZx2557VluqL0KT2tU1hq { display:block; }#u0MvfqqwRSrTZx2557VluqL0KT2tU1hq > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftQ5TkTbIvmEmb42lRAWpKnbTyEVDhPD { width:17.87475rem;height:7.796625rem;top:6.31640625rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #QGRLa4sq7IrzTcOVHx1o6TVM66uw70Tq { width:17.062375rem;height:1.3496125rem;top:4.37451171875rem;left:1.46728515625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #o2tEbCmC3ZfBdwxcTKb5yMK2ADNZwuLg { width:16.5625rem;height:2.4746125rem;top:20.073608398438rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #QhoeVg9nqzWFZ4E5CL71lWZbmX6H9UEO { width:13.25rem;height:0;top:10.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:none; }
 }@media only screen and (max-width: 763px) { #sVW4w4IVGwCukgBQ1ekEaNkxA7aTSCzO { width:18.6230625rem;height:1.3496125rem;top:37.749755859375rem;left:0.687255859375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #mwR6GE4KAnVeTusk6FvkqqldAR29zSAN { width:17.75rem;height:7.796625rem;top:39.874389648438rem;left:1.0927734375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #zlZOxvJzrgeaFBfg1WJJ8btGS33bmB8B { width:4.74975625rem;height:4.4995125rem;top:0.125rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zavhx5SaittRhsPfr3TE2Um9if9Kew1K { width:5rem;height:4.625rem;top:33.124633789062rem;left:7.5616455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJi0aA3yPyd8BZ9UQpfzvU61sKqtC9Lw { width:3.75rem;height:3.8745125rem;top:15.988159179688rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StdOlP2Z2UBn7WWsiuEh0Zne1im5Wkgx { width:3.624875rem;height:3.37463125rem;top:49.826049804688rem;left:8.1866455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUCuNciB6sA9LOaDIQP3c6yRycaGetx { width:11.74925rem;height:2.69921875rem;top:53.724365234375rem;left:4.124755859375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #bXaWO2AH2fxetLTCeUn8LxTdcQwH42G2 { width:18.18725rem;height:7.796625rem;top:56.93896484375rem;left:0.9051513671875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #f1rAFfJAFlyuzgkR5eWLUkXxeFJi3uev { width:18.8125rem;height:2.67883125rem;top:66.083984375rem;left:0.7496337890625rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #dn8dNZMlsyBSDvyHvOymg9K49JMcZGDK { width:17.874125rem;height:7.796625rem;top:23.253784179688rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #k4lObMKQc44uv9BiVutHaIpeeAiX1xmm { display:block; }#k4lObMKQc44uv9BiVutHaIpeeAiX1xmm > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHmvmP47uvSoP8TraJkT5iCBg22HHOka { width:20rem;height:1.85608125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0b0c17;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q3BDMR5s0u147tdymsLMsPTIe9bRNQQE { width:14.3115rem;height:4.67529375rem;top:4.05517578125rem;left:2.8436279296875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge { display:block; }#eSXXk6VTiKrSmSIs88iJLG5F4BaSTuge > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdHdBdvTxsz5HKSIXlhrCHApepksob8l { width:12.56225rem;height:1.23730625rem;top:8.812255859375rem;left:3.7176513671875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #EZKnHyVX5Kza5aKvmCnsVWZ5rCIiMMvx { width:11.3125rem;height:10.43456875rem;top:4.36230625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:none; }
 }@media only screen and (max-width: 763px) { #aAr7pRig8fon570uWBLNMAqvy8qhsaJy { width:11.499625rem;height:1.79980625rem;top:24.6875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #mTds9JEyBGORNapVThKVltOdbH0ilh9f { width:18.6875rem;height:10.4345625rem;top:19.122924804688rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:none; }
 }@media only screen and (max-width: 763px) { #bdKauT33sGbVGFTLliGTrBinzmF8Ty17 { width:11.187125rem;height:1.79980625rem;top:39.4375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #PiPdhr0x5PaalQR2R6hysQsU38biUWgk { width:18.8125rem;height:7.83569375rem;top:72.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:none; }
 }@media only screen and (max-width: 763px) { #N9kC0IzTyQQqhDDhIKUWSHZJN5HSKGdu { width:13.624875rem;height:2.25rem;top:55.9375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #gR2k3GN41c7FervrdSKcv8UG9hPcz8yT { width:13.375rem;height:11.77306875rem;top:50.50634375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;display:none; }
 }@media only screen and (max-width: 763px) { #wVF07TMsQOkVGiG3V9vWIOhrHUHZ87bq { width:4.4995125rem;height:5.23986875rem;top:2.999267578125rem;left:7.750244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yzQbL0yrq5Agf84qPMdw0sOSZ1JKEJ { width:4.875rem;height:5.1246439011257rem;top:19.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvcKpNpMC48mxGgdM2WwDWZ59edfEik { width:4.31213125rem;height:5.1245125rem;top:34.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggtUfAnCW3Dqeep3nNTfkZ7P3QFlZ7Hy { width:4.375rem;height:4.93713125rem;top:50.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgXWxDSVm7B1dIl6GRFffacHxTOCDloN { width:18.624875rem;height:6.5753125rem;top:59.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pglZnStKaxvZlb3u8DJkA33guuA4UsI6 { width:18.687125rem;height:5.2368125rem;top:27.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tzENRuuTmgT4PeP5B1rOVcwVqOMBgrdS { width:18.6875rem;height:5.2368125rem;top:10.612182617188rem;left:0.9130859375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iOOSe9NKNgHf3b7ICVEgUGZZzFIRtL75 { width:18.81225rem;height:6.53625625rem;top:41.874389648438rem;left:0.5926513671875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#0b0c17;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xZABF9voUSLCX363x2S3WHJzWgWWOqpV { display:none; }#xZABF9voUSLCX363x2S3WHJzWgWWOqpV > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RC2OdZLWwsp6Apswno59cPqShgqMzpLi { width:20rem;height:1.30615rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mry7vE1eSvBfZq8Ah6kOKOGfQEfCCzHz { width:20rem;height:1.30615rem;top:3.8056625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe { display:none; }#P0f0KIhxaTkFWgG8xKgafe3TOTthTPAe > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c2n91w1uL4UHskIUpTDnHlVSuFXEvAyZ { width:20rem;height:1.30615rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wrqh7xqZm4eAQ1ZMQXSiTL9KTST9hQkd { width:20rem;height:7.5rem;top:3.8056625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT { display:none; }#Hvv637Wg9kPTW6unQLTyyKbaKlLVdpsT > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixxSx8ZaDCV1O7oTtZEAxkQETWHFL6yy { width:20rem;height:1.30615rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AWIn0pIGroqwCyF96aPGmL2NJoeI5KJl { width:20rem;height:7.5rem;top:3.8056625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.6875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.437125rem;height:auto;top:7.586669921875rem;left:0rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.437125rem;height:auto;top:7.586669921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ivt6sPw8VZcpk5L83q5Hr6nWiTSEm9zK {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #VrmVb4cJunRwUycWKD641luhw4TmBPTe { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CN9bDAbwl6goWpgd70Sgq7FppK7dlvxD {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RJfSPeNVRMCsvcV1ycPVxVm4v8xlfm9J {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NytmPhGzebrJJqlxvrItlBKOgurSFZoz { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O6LEHAzQX89AJNTyp25Eza2ePuWGOMAQ {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:20rem;height:2.02514375rem;top:2.4759521484375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { width:18.312375rem;height:2.76245rem;top:4.937744140625rem;left:0.84228515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dGcQqvGMwyrT8lTfJfRKAIF0JcGG4Clz { width:11.623046875rem;height:0;top:13.1875rem;left:4.1884765625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH { display:block; }#UbmIpqtPBPXtw5u1Fc0eo36v0nniC9qH > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXBZcST77IJeTLTQRmHeRX5IVxds20qW { width:13.8125rem;height:7.625rem;top:5.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcdBfA5DBehZtvyX6bsy155RgU8pEmUi { width:7.5rem;height:2.6652533968065rem;top:2.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txWUK29r2NcXCoIqgGMes2JaWr2ssSlr { display:block; }#txWUK29r2NcXCoIqgGMes2JaWr2ssSlr > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erEeCU7zChkmDSA2rZbeoZXBTm81pILq { width:19.25rem;height:13rem;top:1.25rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De1ambE5ASWhxpxC1470vBtl9f6a9Qno { width:15.0625rem;height:1.23730625rem;top:2.875rem;left:2.56298828125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #igS4bJSIvqmp8N57ftHRaMgSZkwIo5Oy { width:19.0625rem;height:13.5rem;top:15.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #go39hIBKkmIpMHFOGxLpkFtNl9EiPTJd { width:17.8125rem;height:1.23730625rem;top:17.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #sfXvCTquVvQV58T59zyds0Vz1682vgiA { width:15.18675rem;height:7.8735625rem;top:19.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #ZNohInWw7i2Til6CxIhO1gCXFmW3DiTw { width:19.0625rem;height:12.625rem;top:31.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRKn1cnJELaWaTDy86RnyBMUV9HJfETg { width:17.8125rem;height:1.23730625rem;top:33.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4yD6fonh1EHLd91Symyc8uxNV7vvhh { width:15.18675rem;height:6.56125rem;top:35.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #KVwJpoxxaNiiGqWxGTmHwnhS9Hwm6Df0 { width:14.749125rem;height:6.56125rem;top:5.250244140625rem;left:2.62451171875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:63.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18.0625rem;height:0;top:27.15625rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:12.75rem;height:2.5625rem;top:18.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { width:7.25rem;height:8.625rem;top:22.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { width:7.3125rem;height:8.625rem;top:52.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { width:5.8125rem;height:2.25rem;top:28.34375rem;left:6.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { width:5.25rem;height:6.75rem;top:55.90625rem;left:6.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFTIax4PKz5EQQ2yfwAThwJk11Htdfso { width:7.25rem;height:8.625rem;top:42.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIwPPmmObyITptzhVSJGsmtw50RmBZ70 { width:7.25rem;height:8.625rem;top:32.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHsf3VO9trTcv4CGz3XUZwzQ2Z11E8Rq { width:18.0625rem;height:11rem;top:6.625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GutWKaRQT6JJhtk3NTGarRdglUzXZatR { display:none; }#GutWKaRQT6JJhtk3NTGarRdglUzXZatR > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCeOFhzU1y5EFXpqTEIdgiPT4s9dRx9e { width:13.9360625rem;height:2.905275rem;top:1.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #x4UAJqlXEMLf7nKnrVPuI6ovAgLC8DVc { height:11.25rem;width:20rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr { display:none; }#a9Q0pCme7ti1wWEpEmxrLmSvOXbc3CMr > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m4gPu2RAcN7AKhkdZ0zUe6VcWySnNBmx { width:20rem;height:2.905275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN { display:none; }#dI1gUJUCKkaHtSpETog8sxZxKKMQ1UgN > .row .container { width:20rem;height:72.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GVAOAm7o7oyupoi14WOX2GuXrTxVPnqS { width:10.8125rem;height:15.5625rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFp1BTXq4bOToANH1BR2Ug6Ly0baKVWL { width:10.6875rem;height:15.5625rem;top:18.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIzWJAKMoihiTq0Mp7L4nWqWMPTCIDbV { width:10.4375rem;height:15.5625rem;top:34.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNIO4fgoWqZKL4G02ocvU0A6CdFK1yJQ { width:10.8125rem;height:10.6875rem;top:59.849609375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3e2muNPfFlU07VxT50Cw6LIihlmmZJ { width:6.1875rem;height:3.625rem;top:56.287109375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4POapUbX69rZ5PuMGchL0bcyZM9KmA { width:13.5625rem;height:3.67675625rem;top:52.0625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0b0c17;display:block; }
 }