.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu { position:relative;display:block; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu { background-color: transparent; background-image: none; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row .container > .video-iframe-container { display: none; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row > .video-iframe-container { display: none; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .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); }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu { border-width: 0; border-radius: 0; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .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; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .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:2.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:block; }#wOEXivfa5oDqgkl6xcQQ0GJfD21TPo6q { color:#113562;display:block;width:17.875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:0.71875rem;left:28.37939453125rem;height:1.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RUN8q8Uyn0OSyuogu9bdoFImkacGA4Xq { background-color:rgba(15,51,69,0.95);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:1.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.5625rem;left:46.12939453125rem;display:block; }
#IuwLfrWmqZWaw5azc2xngypSllzQluNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prgt65CHFzMgXDcWW4QoT6zNCHovpnna { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(250,249,218,0.18);background-color:#0f3345;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;z-index:auto;display:block; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { background-color: transparent; background-image: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container > .video-iframe-container { display: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row > .video-iframe-container { display: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .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); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { border-width: 0; border-radius: 0; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#Mah4t1UXzzITFVFlLxcU6dURbaHO8kDg { background-color:rgba(0,0,0,0);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.685546875rem;left:29.654296875rem;display:block; }
#WxaiGTGrCIBixTdMvKzacoOXIZr0arlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnVtX2S4Ehtr4obzirMxA1R4T2EB13cn { background-color:rgba(0,0,0,0);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.685546875rem;left:22.74365234375rem;display:block; }
#E3KaONQfmDHsP9dTmqAtxdpUm7dRS6px { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hui1mBlGkOaX3TQIBdepSR5H0dSNp8NF { background-color:rgba(95,95,95,0.03);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:6.748046875rem;left:18.86865234375rem;display:block; }
#ohZsGRTlTRDCFn49nSQf9IEW8DLq5lE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENJbMp9T9ft7gqTaAS0yqU1O4s2T6xsg { background-color:rgba(0,0,0,0);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.685546875rem;left:38.873046875rem;display:block; }
#aTdTS6oQyKV9cOnkcvItelms8QTudPVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chfmxTyuSC7qeuTGXvV7yzP0VonLZs4a { background-color:rgba(0,0,0,0);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.685546875rem;left:47.0625rem;display:block; }
#qc9XwDdUQv6O9HMnKdBZsOZK8g13bPCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td7WSk0Ji6rmC5tTtE3uLq3Lh5QwQFKc { background-color:rgba(0,0,0,0);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-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:#e0e0e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.685546875rem;left:54.6875rem;display:block; }
#RvMk6BbcTCNROqOuovG5LwstJFSeWTHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AViSauxIO1TP4mStSc559RCkCuRX7mPV { box-sizing:content-box;color:#e0e0e0;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.9375rem;left:57.25rem;display:none; }
#xTUsqC1bNDDZTQOMH2rTrcTAFPV3WUSK { position:absolute;display:block;z-index:15018;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.25rem;width:13.125rem;top:2.21875rem;left:3.34375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4365234375rem;left:0rem;height:;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; }
#TuUOzNAF3w0zAoWDIyWdcT0Bys9B3S1P { z-index:15006;top:19.46875rem;left:0rem;background-color:#34eb81;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#0f3345;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wsXbchNT4A5i3NV2lE2BGwhLONCS9TrC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT { background-color:transparent;background-image:none;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; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { background-color: transparent; background-image: none; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,36,46,0.46); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container > .video-iframe-container { display: none; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,36,46,0.46); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container { display: block; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .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); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { border-width: 0; border-radius: 0; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#h5MQq6Q1cg42cfTq73OUR0KKTd57T1ZG { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4365234375rem;left:0rem;height:;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; }
#tAnTrm5Kce8ZP5Pe4OXUpBptfUED2pVv { z-index:15006;top:19.46875rem;left:0rem;background-color:#80a1ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0f3345;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MQIo50Rz43OlXDETuHq2ohWq1mSU0GnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { background-color: transparent; background-image: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .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); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { border-width: 0; border-radius: 0; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { color:#4c4c4c;display:block;width:22.75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:2.92480625rem;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; }
#ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ { position:absolute;display:block;z-index:15007;background-color:#0e6797;background-image:url("https://images.assets-landingi.com/uc/1108dae2-835b-44f8-95ad-816d84a3fb54/silva_ragazzoni7265.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.6865rem;width:29.3115rem;top:8.0625rem;left:30.6884765625rem;display:block; }#ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.adaptive-delivery-prevent-bg, #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.lazyload, #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.lazyloading { background-image: none; }
#TTIQyayhMMtAGvUEnrmhmpR8KpGRFUKR { color:#4c4c4c;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:20.98975rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#oT3UfCpfqRJvPdllAtcsDcMa81v89Vg4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.01953125rem;left:29.0625rem; }
#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;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; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container { background-color: transparent; background-image: none; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container > .video-iframe-container { display: none; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row > .video-iframe-container { display: none; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .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); }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container { border-width: 0; border-radius: 0; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#UmTGe4SS45S2dU08RsyTI7JDvoDbrUZv { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5751953125rem;left:17.71875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWkWiGd4uHneO094kcFpickUC0ZT5fmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;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; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { background-color: transparent; background-image: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container > .video-iframe-container { display: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row > .video-iframe-container { display: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .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); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { border-width: 0; border-radius: 0; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#XKx5KOCiyGx8VMTcDyvnTfvP9iZ7vBT8 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.0625rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#zWTXgfOFknou9i2HIfTTpA4TsCh7BCTC { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:31.1875rem;height:10.494875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#psL3WOWJcJfKOisoQktsrQuO3WsJgUFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:36.0234375rem;left:29.0625rem; }
#oEvNbEJFOyUTIBt0hHbl2kchqo0XKI95 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.625rem;width:19.6245rem;top:4.71826171875rem;left:6.999755859375rem;overflow:hidden;display:block; }
#omX8kemQ9LgGIgrgfFl79Mt1eT2XH7ym { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22rem;left:31.25rem;height:10.494875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;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; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { background-color: transparent; background-image: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container > .video-iframe-container { display: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row > .video-iframe-container { display: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .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); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { border-width: 0; border-radius: 0; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#pTXxWPDXdTX0ClSrKPSyXXiCNlysm5ld { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.9375rem;height:5.84911875rem;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; }
#N3Xg6aunlVBoDcGaND3fvnhTgZ33r0g1 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.5625rem;left:5.9375rem;height:16.4919375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#zuBeKUTQRhzZcxp2Nds8UAO27MkiEz4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:45.273193359375rem;left:29.0625rem; }
#JbROEGs02gcTP07a89RSUwGVmzUA8ADC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.625rem;width:19.6875rem;top:10.6552734375rem;left:32.25rem;overflow:hidden;display:block; }
#ettzQSckgHMM5oT2ZgPhBguOH8VTUaO8 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:27.9375rem;left:5.9375rem;height:14.9926875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 > .row .container { border-width: 0; border-radius: 0; }#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:none; }#ZvQqmk4fU1UoVPuGToFyI5AJzbL9MXgK { color:#4f4f4f;display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:5.8496125rem;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; }
#hIG0GI7LyhmBTU1d7kXgRUWp1TGZJDtW { color:#979797;display:block;width:22.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.375rem;left:0rem;height:16.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#GQdRCLLhwJ6tWWzf74qVJrDrzwUi3bm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:47.27392578125rem;left:29.0625rem; }
#R2RuTqwd0T8A9JcitsM4n6Hai0bywCqC { position:absolute;display:block;z-index:15022;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:26.75rem;width:26.75rem;top:12.09375rem;left:33.25rem;overflow:hidden;display:block; }
#rs3H15AgRFiGAJZkudOsx3PLFNyaF5KR { color:#4f4f4f;display:block;width:22rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:27.77392578125rem;left:0rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { background-color: transparent; background-image: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container > .video-iframe-container { display: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row > .video-iframe-container { display: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .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); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { border-width: 0; border-radius: 0; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:60rem;position:relative;display:block; }#OWydfEf7thfTGotb7Sq8WuHtGDOAtvZH { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3124971389771rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGOeLgDwMJZUe9uPMeqBeWyAxblvtKzT { color:#4f4f4f;display:block;width:30.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.9375002384187rem;left:14.53125rem;height:7.4963125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LuLK3X3TAATkwXLClmtT2rPqc3LHnFmv { position:absolute;display:block;z-index:15002;background-color:#0f3345;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:20.1875rem;left:0rem;display:block; }
#Ukp3vSni7FzkItCSQWGJbnLL3QqRzI6X { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.041666030884rem;left:0.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0OZGp6MTWaq5Qu6bh5daNHIB5mq0zfh { position:absolute;display:block;z-index:15006;background-color:#0f3345;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:20.1875rem;left:40.3125rem;display:block; }
#f0HIILpG82hbPwv1sJAU6JsHp58oXLP7 { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.041666030884rem;left:41.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rI1NJ5T0XxsESBQeKgISvXWXadIXkDV0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f3345;border-left:0.0625rem solid #0f3345;border-right:0.0625rem solid #0f3345;border-bottom:0.0625rem solid #0f3345;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:20.1875rem;left:20.1875rem;display:block; }
#KSKpTnLJaEloiOodUmk8TfwvQ1DsGJTV { color:#0f3345;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.041666030884rem;left:20.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pkb0AQS0nc3UoeHZI35RCeQ2mFTe1fAq { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.433595657349rem;left:20.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#as9XIx9L8Nb6SwCBI47IBZ4qv8zSTa48 { color:#0f3345;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:39.433595657349rem;left:0.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBBI5TPUgeXRXgW0TAJ1uiOazWOQa4Sk { color:#0f3345;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.968751907349rem;left:41.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DzGklQzMLCJFx0HIuPqGvl91rhLnmF7R { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f3345;border-left:0.0625rem solid #0f3345;border-right:0.0625rem solid #0f3345;border-bottom:0.0625rem solid #0f3345;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:32.625rem;left:0rem;display:block; }
#AKOQWTTsMTWZOOhhVxLvlTbGdVByD58s { position:absolute;display:block;z-index:15006;background-color:#0f3345;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:32.625rem;left:20.1875rem;display:block; }
#GPvLHBMJQLXiJDXERfp844xega5zlH6p { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f3345;border-left:0.0625rem solid #0f3345;border-right:0.0625rem solid #0f3345;border-bottom:0.0625rem solid #0f3345;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:32.625rem;left:40.3125rem;display:block; }
#aBOLQLcffqLAhtDozze1MZpAIykPXcZE { color:#fbf5ee;display:block;width:22.75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.603515625rem;left:1.65625rem;height:;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; }
#cTVVtwwDU5UkwJbcDZp2nFyVTqGWtbME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.343751907349rem;left:8.75rem; }
#zv2T4ffnSwH2emRfZHMZAurJLpww6S9b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.906251907349rem;left:8.53125rem; }
#vecyMGcmkKoKC2iw02eI1V9atrWXOeob { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.718751907349rem;left:28.9375rem; }
#oiFu3v8s38ZnTDIVlRAUv295o6eGI8US { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.906251907349rem;left:28.6875rem; }
#zlUI192WnbEXyTsm3g8dnbL0OJCpCoIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.718751907349rem;left:48.84375rem; }
#oy9G78WmNdGxs6TKRFTXenARRNIOs5wA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.281251907349rem;left:48.84375rem; }
#RybcXVeHrAmqbfEPTzEfgLhJuZ1l5Rqy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:58.04052734375rem;left:29.0625rem; }
#gIapMDFszsULJmGR6HNJ4tBOMeGCnwbM { position:absolute;display:block;z-index:15005;background-color:#0f3345;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:45.3125rem;left:0rem;display:block; }
#Nc1egnRMRpTQEgz49axIgRX6RE9qDUIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:48.4375rem;left:8.75rem; }
#JAEHqvPTnhCAoUHM7XCcagVS238Ps2uR { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.125rem;left:0.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R9T5o392N9UcrcL6UaZysaeJVJ7ITdPm { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f3345;border-left:0.0625rem solid #0f3345;border-right:0.0625rem solid #0f3345;border-bottom:0.0625rem solid #0f3345;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:45.25rem;left:20.125rem;display:block; }
#EcnBKc8v6nlLZ4lpI2WkMTDas5Tzm7Tm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:48.8125rem;left:28.875rem; }
#V9smvmqbTesulprRNzGMGTT5CCtsyI71 { color:#0f3345;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:52.125rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHy0FLxnFtpz5Kcpkl5wKuQt7s7aFrA0 { position:absolute;display:block;z-index:15009;background-color:#0f3345;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.6875rem;top:45.3125rem;left:40.3125rem;display:block; }
#NMS2eBONUQyIWTcXTfUMUutsRyGvRDO9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:48.875rem;left:48.875rem; }
#HQQHvnWps2HTF5AWTP7CJtupk7lVBal9 { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.1875rem;left:41.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;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; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { background-color: transparent; background-image: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container > .video-iframe-container { display: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container { display: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .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); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { border-width: 0; border-radius: 0; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { font-size:0.875rem;font-family:arial;height:85rem;width:60rem;position:relative;display:block; }#TK65iyHNJsZWQzE499zVeHECiR3wlQhG { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3740234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHaQ2PZzkXMugVdHTXRbcrrczuV9koQ2 { color:#f8f8f8;display:block;width:27.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11.687503814698rem;left:16.09375rem;height:5.99706875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kQaCqxkd9gVFVynn6OPn4dIdU3pdlJZg { position:absolute;display:block;z-index:15012;background-color:#80a1ae;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:19.125rem;top:20.75rem;left:0.125rem;display:block; }
#ZEMcKZh5ImuqsJUC5m1fdZmChcgl9D7z { color:#e0e0e0;display:block;width:16.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33.6875rem;left:1.0729179382324rem;height:1.38135rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2rgzTaTEhUwTXiTssvc1byRGcxJbllI { color:#e0e0e0;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.5rem;left:1.0625rem;height:8.4375rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#Mo2UJO0rpkAW8wu8VAaqtTx22Z6ix0ce { position:absolute;display:block;z-index:15016;background-color:#80a1ae;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:19.125rem;top:20.625rem;left:41rem;display:block; }
#p1mgadsPcqHX9ktrCJlNQzkbLZD2J6XQ { color:#e0e0e0;display:block;width:15.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.318359375rem;left:42.250003814698rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsWuW3k07gcOP00mXkdE1KRnwyUTxNWI { color:#e0e0e0;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.437133789062rem;left:42.218627929688rem;height:11.25rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#z6JCd2Fh1FabrzaUJMTr8idnpfWQI3X6 { position:absolute;display:block;z-index:15015;background-color:#e0e0e0;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:19.125rem;top:20.75rem;left:20.5625rem;display:block; }
#ZUayOcHFmKOrlvuCpXZ5mUwrOqCNEkTR { color:#4c4c4c;display:block;width:14.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.173828125rem;left:21.812503814698rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fT3noPAJ88IhvJ4SN6ehAhLEMCQ4m9Dh { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.4375rem;left:21.8125rem;height:9.84375rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#qSC1TSO52E7yAqMhBk7apVsABbbsIlLC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:75.977172851562rem;left:28.123779296875rem; }
#FFk1yS1wIEK6kh3uwH58W0563XaXiJtQ { position:absolute;display:block;z-index:15018;background-color:#e0e0e0;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:19.125rem;top:39.624633789062rem;left:0.1873779296875rem;display:block; }
#zoh2TC45dpzPtkKO3E8aPM5wP0mtft2A { color:#4c4c4c;display:block;width:17.311375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:41.37451171875rem;left:1.0308837890625rem;height:19.6875rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#I1k05Z8RR6Mnvd06KIVuzD1G9g8XiabD { color:#4c4c4c;display:block;width:14.4995rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:68.9990234375rem;left:1.0723876953125rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPCw1ZUZkVT9OTw1LnoRO1RkLZBAW8OX { position:absolute;display:block;z-index:15015;background-color:#80a1ae;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:19.125rem;top:39.624633789062rem;left:20.43701171875rem;display:block; }
#M8C79d44M1X3SXOsnPKrRal3xvzzo3mH { color:#e0e0e0;display:block;width:16.62475rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:41.37451171875rem;left:21.686401367188rem;height:22.5rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#QA32P45WM9eQroPmdSJTotOPZ7sOWF8x { color:#e0e0e0;display:block;width:16.3745rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:68.9990234375rem;left:21.812133789062rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IeTEM3MTegTGnARH7e3wNtWSV3TDc1Es { position:absolute;display:block;z-index:15019;background-color:#e0e0e0;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:19.125rem;top:39.624633789062rem;left:40.874633789062rem;display:block; }
#PupNeSeKUTtWefWN7IdWaXRsCKN4WVIz { color:#4c4c4c;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:41.37451171875rem;left:42.124633789062rem;height:26.71875rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#PakU2zobEUwsGQzayB1qoMfViMs2MWfk { color:#4c4c4c;display:block;width:14.4995rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:68.9990234375rem;left:41.936645507812rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { background-color: transparent; background-image: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container > .video-iframe-container { display: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row > .video-iframe-container { display: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .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); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { border-width: 0; border-radius: 0; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#zQKtTy5UCMcX15UmU5mnoTdq3hqVDHzQ { color:#4f4f4f;display:block;width:17rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84399375rem;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; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-form-header {  }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:400;color:rgba(255,255,255,0.85);width:32.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text { 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.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:32.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-textarea { 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.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:32.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .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:32.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-select {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-button { 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:#e0e0e0;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.25rem;font-weight:bold;color:#4c4c4c;width:32.3125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .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:"source sans pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.9375rem;overflow:hidden;font-style:normal; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .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; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-container:first-of-type{padding-top:0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-container:last-of-type{padding-bottom:0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc  { background-color:#80a1ae;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.999755859375rem;left:25.248779296875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.3125rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-info-text { display:block;height:auto;font-family:"source sans pro";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; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc {display:block;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc { background-color:#80a1ae;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.999755859375rem;left:25.248779296875rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ln4knJ196xUVehCFB28T49KuRTTpnFuN { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ftWiJkS035T5F9cPslC2QKZatQPihs5q { position:relative;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #gwAl1SES2PqRqJm0tUVsgrinyOzEpQOU { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ld7k3DeF5PKNgrrrqvaZyKsUXwqdPJiD { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #B1c8u1wy7khg3MPmTi3VfKWgROx4fkGb { position:relative;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #JsqIo9kHLGk4bETvtooxT28L0hIcMXAQ { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #NQJ5qJMWTiTTk38QxaBxSDgACF4xJN63 { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #efbcqdcE8M7TGlJFRZbA0XEEzWO3PTCp { position:relative;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #HqcwR6Vq1nVpJsCURFr9PAixFPi7Qpvh { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #kX4KwiGO6tw2SByTc2fDCuR7omspOuQI { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #t3Exmo8MKtpDbTgwGBNgKU2GRkn7fqob { position:relative;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #c3fixaKFPG3UgnXUmpMtK1060HzeAfp8 { position:relative; }
#Kow2C7JlER3QBDhJoRseushmFQGd6za8 { position:relative;display:block;z-index:100000;display:block; }
#T1rCQTA0Mc40uMeFrCQTPlRPUMRaJGZz { position:relative;display:block;z-index:100000;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #GF1cinLLVOITPZeAu2Q7T3wJUZsNvLRG { position:relative; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #Go6g8kZlPV6IETr7pZZASTac8JNhGIzQ { position:relative; }
#wVzIUi4cvePNkr5KAP84oU9giPiIOfMV { color:#4f4f4f;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.9375rem;left:3.4674491882324rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTJtQg4rCPuGsWOEx5OsSIKmgoDnghBp { box-sizing:content-box;color:#4f4f4f;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:15.40625rem;left:0rem;display:block; }
#V0FQC9ViiolxhBtTb1XRG30MOG40ptPK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.9375rem;left:0rem; }
#V0FQC9ViiolxhBtTb1XRG30MOG40ptPK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.25rem; }#exb3axAfm8ABpbyzaB1TgLOzq6iAoM9R { color:#4f4f4f;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:16.296875rem;left:3.4674491882324rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6MFVeA7Cd05ZvkbJuMEh693Avne3vwi { color:#4f4f4f;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.546875rem;left:3.4674491882324rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTbKl7X2GsZo6DJhCRVqtB4cPgEASXaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:31.541017532349rem;left:28.96875rem; }
#uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.031257629394rem;left:0.3125rem; }
#uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.3125rem; }#DA3R26ZGxr1oGtIm3yl0dqXTy1KoPhA9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.9375rem;left:0rem;display:none; }
#J4SmBOAXDIXlqebqqwwHATlJ9VyQ5yZn { position:absolute;display:block;z-index:15024;height:7.375rem;width:13.1875rem;top:27rem;left:3.875rem;display:block; }
#zEylAtHywMLoJRwsavBITz9e4G8ozAtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;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; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { background-color: transparent; background-image: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container > .video-iframe-container { display: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container { display: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .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); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { border-width: 0; border-radius: 0; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#Pzb1NcURi8N6PM03n6vkn1wG8SBSNw9c { color:rgba(224,224,224,0.85);display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:4.8125038146972rem;left:38.9375rem;height:1.31286875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gst8eLQtdLu0KWJbHiRORaQe6z4a59Ma { position:absolute;display:block;z-index:15019;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.625rem;width:9.75rem;top:3.15625rem;left:1.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu { display:block; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOEXivfa5oDqgkl6xcQQ0GJfD21TPo6q { width:17.875rem;height:1.3125rem;top:0.6875rem;left:22.25439453125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUN8q8Uyn0OSyuogu9bdoFImkacGA4Xq { width:13.5rem;height:1.625rem;top:0.5625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwLfrWmqZWaw5azc2xngypSllzQluNd { display:block; }
 }@media only screen and (max-width: 763px) { #prgt65CHFzMgXDcWW4QoT6zNCHovpnna { display:block; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mah4t1UXzzITFVFlLxcU6dURbaHO8kDg { width:8.5rem;height:1.8125rem;top:6.625rem;left:23.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxaiGTGrCIBixTdMvKzacoOXIZr0arlV { display:block; }
 }@media only screen and (max-width: 763px) { #RnVtX2S4Ehtr4obzirMxA1R4T2EB13cn { width:7.5rem;height:1.8125rem;top:6.625rem;left:16.61865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3KaONQfmDHsP9dTmqAtxdpUm7dRS6px { display:block; }
 }@media only screen and (max-width: 763px) { #hui1mBlGkOaX3TQIBdepSR5H0dSNp8NF { width:3.9375rem;height:1.8125rem;top:6.6875rem;left:12.74365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZsGRTlTRDCFn49nSQf9IEW8DLq5lE9 { display:block; }
 }@media only screen and (max-width: 763px) { #ENJbMp9T9ft7gqTaAS0yqU1O4s2T6xsg { width:8.1875rem;height:1.8125rem;top:6.625rem;left:32.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTdTS6oQyKV9cOnkcvItelms8QTudPVJ { display:block; }
 }@media only screen and (max-width: 763px) { #chfmxTyuSC7qeuTGXvV7yzP0VonLZs4a { width:7.5625rem;height:1.8125rem;top:6.625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc9XwDdUQv6O9HMnKdBZsOZK8g13bPCQ { display:block; }
 }@media only screen and (max-width: 763px) { #Td7WSk0Ji6rmC5tTtE3uLq3Lh5QwQFKc { width:5.3125rem;height:1.8125rem;top:6.625rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvMk6BbcTCNROqOuovG5LwstJFSeWTHW { display:block; }
 }@media only screen and (max-width: 763px) { #AViSauxIO1TP4mStSc559RCkCuRX7mPV { width:2rem;height:2rem;top:0.9375rem;left:45.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUsqC1bNDDZTQOMH2rTrcTAFPV3WUSK { top:2.1875rem;left:0rem;width:13.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { width:33.75rem;height:;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUOzNAF3w0zAoWDIyWdcT0Bys9B3S1P { top:19.4375rem;left:0rem;width:13.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsXbchNT4A5i3NV2lE2BGwhLONCS9TrC { display:block; }
 }@media only screen and (max-width: 763px) { #VKsTfFUBBp32T2nRr48XPC13SOFH0zuT { display:block; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5MQq6Q1cg42cfTq73OUR0KKTd57T1ZG { width:28.3125rem;height:;top:9.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnTrm5Kce8ZP5Pe4OXUpBptfUED2pVv { top:19.4375rem;left:0rem;width:13.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIo50Rz43OlXDETuHq2ohWq1mSU0GnB { display:block; }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { display:block; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:22.75rem;height:2.875rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ { width:29.25rem;height:23.625rem;top:8.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTIQyayhMMtAGvUEnrmhmpR8KpGRFUKR { width:26.25rem;height:21rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3UfCpfqRJvPdllAtcsDcMa81v89Vg4 { top:36rem;left:22.9375rem;width:1.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l { display:block; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmTGe4SS45S2dU08RsyTI7JDvoDbrUZv { width:24.5625rem;height:;top:2.5625rem;left:11.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWkWiGd4uHneO094kcFpickUC0ZT5fmS { display:block; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKx5KOCiyGx8VMTcDyvnTfvP9iZ7vBT8 { width:24.5625rem;height:;top:6.5625rem;left:22.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTXgfOFknou9i2HIfTTpA4TsCh7BCTC { width:22.375rem;height:10.4375rem;top:10.9375rem;left:25.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psL3WOWJcJfKOisoQktsrQuO3WsJgUFw { top:36rem;left:22.9375rem;width:1.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEvNbEJFOyUTIBt0hHbl2kchqo0XKI95 { top:4.6875rem;left:0.874755859375rem;width:19.5625rem;height:29.531405258733rem;display:block; }
 }@media only screen and (max-width: 763px) { #omX8kemQ9LgGIgrgfFl79Mt1eT2XH7ym { width:22.3125rem;height:10.4375rem;top:22rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu { display:block; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTXxWPDXdTX0ClSrKPSyXXiCNlysm5ld { width:27.625rem;height:5.8125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Xg6aunlVBoDcGaND3fvnhTgZ33r0g1 { width:22.1875rem;height:16.4375rem;top:10.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuBeKUTQRhzZcxp2Nds8UAO27MkiEz4T { top:45.25rem;left:22.9375rem;width:1.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbROEGs02gcTP07a89RSUwGVmzUA8ADC { top:10.625rem;left:26.125rem;width:19.6875rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ettzQSckgHMM5oT2ZgPhBguOH8VTUaO8 { width:21.9375rem;height:14.9375rem;top:27.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 { display:block; }#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvQqmk4fU1UoVPuGToFyI5AJzbL9MXgK { width:27.6875rem;height:5.8125rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIG0GI7LyhmBTU1d7kXgRUWp1TGZJDtW { width:22.25rem;height:16.5rem;top:10.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdRCLLhwJ6tWWzf74qVJrDrzwUi3bm3 { top:47.25rem;left:22.9375rem;width:1.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2RuTqwd0T8A9JcitsM4n6Hai0bywCqC { top:12.0625rem;left:21rem;width:26.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs3H15AgRFiGAJZkudOsx3PLFNyaF5KR { width:22rem;height:15rem;top:27.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 { display:block; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWydfEf7thfTGotb7Sq8WuHtGDOAtvZH { width:47.75rem;height:2.875rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGOeLgDwMJZUe9uPMeqBeWyAxblvtKzT { width:30.9375rem;height:7.5rem;top:9.9375rem;left:8.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuLK3X3TAATkwXLClmtT2rPqc3LHnFmv { width:19.6875rem;height:12rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukp3vSni7FzkItCSQWGJbnLL3QqRzI6X { width:18.125rem;height:;top:27rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OZGp6MTWaq5Qu6bh5daNHIB5mq0zfh { width:19.6875rem;height:12rem;top:20.1875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0HIILpG82hbPwv1sJAU6JsHp58oXLP7 { width:18.125rem;height:;top:27rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI1NJ5T0XxsESBQeKgISvXWXadIXkDV0 { width:19.6875rem;height:12rem;top:20.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKpTnLJaEloiOodUmk8TfwvQ1DsGJTV { width:18.125rem;height:;top:27rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkb0AQS0nc3UoeHZI35RCeQ2mFTe1fAq { width:18.125rem;height:;top:39.375rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as9XIx9L8Nb6SwCBI47IBZ4qv8zSTa48 { width:18.125rem;height:;top:39.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBBI5TPUgeXRXgW0TAJ1uiOazWOQa4Sk { width:18.125rem;height:;top:38.9375rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGklQzMLCJFx0HIuPqGvl91rhLnmF7R { width:19.6875rem;height:12rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKOQWTTsMTWZOOhhVxLvlTbGdVByD58s { width:19.6875rem;height:12rem;top:32.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvLHBMJQLXiJDXERfp844xega5zlH6p { width:19.6875rem;height:12rem;top:32.625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBOLQLcffqLAhtDozze1MZpAIykPXcZE { width:22.75rem;height:;top:3.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVVtwwDU5UkwJbcDZp2nFyVTqGWtbME { top:23.3125rem;left:2.625rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv2T4ffnSwH2emRfZHMZAurJLpww6S9b { top:35.875rem;left:2.40625rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecyMGcmkKoKC2iw02eI1V9atrWXOeob { top:23.6875rem;left:22.8125rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiFu3v8s38ZnTDIVlRAUv295o6eGI8US { top:35.875rem;left:22.5625rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlUI192WnbEXyTsm3g8dnbL0OJCpCoIr { top:23.6875rem;left:42.71875rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy9G78WmNdGxs6TKRFTXenARRNIOs5wA { top:35.25rem;left:42.71875rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RybcXVeHrAmqbfEPTzEfgLhJuZ1l5Rqy { top:58rem;left:22.9375rem;width:1.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIapMDFszsULJmGR6HNJ4tBOMeGCnwbM { width:19.6875rem;height:12rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc1egnRMRpTQEgz49axIgRX6RE9qDUIT { top:48.4375rem;left:2.625rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAEHqvPTnhCAoUHM7XCcagVS238Ps2uR { width:18.125rem;height:;top:52.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9T5o392N9UcrcL6UaZysaeJVJ7ITdPm { width:19.6875rem;height:12rem;top:45.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcnBKc8v6nlLZ4lpI2WkMTDas5Tzm7Tm { top:48.8125rem;left:22.75rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9smvmqbTesulprRNzGMGTT5CCtsyI71 { width:18.125rem;height:;top:52.125rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHy0FLxnFtpz5Kcpkl5wKuQt7s7aFrA0 { width:19.6875rem;height:12rem;top:45.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMS2eBONUQyIWTcXTfUMUutsRyGvRDO9 { top:48.875rem;left:42.75rem;width:2.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQHvnWps2HTF5AWTP7CJtupk7lVBal9 { width:18.125rem;height:;top:52.1875rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { display:block; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK65iyHNJsZWQzE499zVeHECiR3wlQhG { width:47.75rem;height:2.875rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHaQ2PZzkXMugVdHTXRbcrrczuV9koQ2 { width:27.8125rem;height:6rem;top:11.6875rem;left:9.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQaCqxkd9gVFVynn6OPn4dIdU3pdlJZg { width:19.125rem;height:17.6875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEMcKZh5ImuqsJUC5m1fdZmChcgl9D7z { width:16.375rem;height:1.375rem;top:33.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rgzTaTEhUwTXiTssvc1byRGcxJbllI { width:16.6875rem;height:8.4375rem;top:22.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2UJO0rpkAW8wu8VAaqtTx22Z6ix0ce { width:19.125rem;height:17.8125rem;top:20.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1mgadsPcqHX9ktrCJlNQzkbLZD2J6XQ { width:15.8125rem;height:2.75rem;top:34.3125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWuW3k07gcOP00mXkdE1KRnwyUTxNWI { width:16.6875rem;height:11.25rem;top:22.375rem;left:30.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JCd2Fh1FabrzaUJMTr8idnpfWQI3X6 { width:19.125rem;height:17.6875rem;top:20.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUayOcHFmKOrlvuCpXZ5mUwrOqCNEkTR { width:14.5rem;height:2.75rem;top:34.125rem;left:15.687503814698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3noPAJ88IhvJ4SN6ehAhLEMCQ4m9Dh { width:16.6875rem;height:9.8125rem;top:22.4375rem;left:15.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSC1TSO52E7yAqMhBk7apVsABbbsIlLC { top:75.9375rem;left:21.998779296875rem;width:1.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFk1yS1wIEK6kh3uwH58W0563XaXiJtQ { width:19.125rem;height:34.5rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoh2TC45dpzPtkKO3E8aPM5wP0mtft2A { width:17.25rem;height:19.6875rem;top:41.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1k05Z8RR6Mnvd06KIVuzD1G9g8XiabD { width:14.4375rem;height:2.75rem;top:68.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPCw1ZUZkVT9OTw1LnoRO1RkLZBAW8OX { width:19.125rem;height:34.5625rem;top:39.5625rem;left:14.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8C79d44M1X3SXOsnPKrRal3xvzzo3mH { width:16.5625rem;height:22.5rem;top:41.3125rem;left:15.560546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA32P45WM9eQroPmdSJTotOPZ7sOWF8x { width:16.3125rem;height:2.75rem;top:68.9375rem;left:15.687133789062rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTEM3MTegTGnARH7e3wNtWSV3TDc1Es { width:19.125rem;height:34.625rem;top:39.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PupNeSeKUTtWefWN7IdWaXRsCKN4WVIz { width:16.875rem;height:26.6875rem;top:41.3125rem;left:30.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakU2zobEUwsGQzayB1qoMfViMs2MWfk { width:14.4375rem;height:2.75rem;top:68.9375rem;left:33.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtnTQ62TqRx5LHd953zcpF8q75FcKe9L { display:block; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQKtTy5UCMcX15UmU5mnoTdq3hqVDHzQ { width:17rem;height:2.8125rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-select {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-button { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc  { width:24.0625rem;height:auto;top:12.8125rem;left:21.125rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc {display:block;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc { width:24.0625rem;height:auto;top:12.8125rem;left:21.125rem; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ln4knJ196xUVehCFB28T49KuRTTpnFuN {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ftWiJkS035T5F9cPslC2QKZatQPihs5q { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #gwAl1SES2PqRqJm0tUVsgrinyOzEpQOU {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ld7k3DeF5PKNgrrrqvaZyKsUXwqdPJiD {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #B1c8u1wy7khg3MPmTi3VfKWgROx4fkGb { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #JsqIo9kHLGk4bETvtooxT28L0hIcMXAQ {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #NQJ5qJMWTiTTk38QxaBxSDgACF4xJN63 {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #efbcqdcE8M7TGlJFRZbA0XEEzWO3PTCp { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #HqcwR6Vq1nVpJsCURFr9PAixFPi7Qpvh {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #kX4KwiGO6tw2SByTc2fDCuR7omspOuQI {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #t3Exmo8MKtpDbTgwGBNgKU2GRkn7fqob { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #c3fixaKFPG3UgnXUmpMtK1060HzeAfp8 {  }
 }@media only screen and (max-width: 763px) { #Kow2C7JlER3QBDhJoRseushmFQGd6za8 { display:block; }
 }@media only screen and (max-width: 763px) { #T1rCQTA0Mc40uMeFrCQTPlRPUMRaJGZz { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #GF1cinLLVOITPZeAu2Q7T3wJUZsNvLRG {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #Go6g8kZlPV6IETr7pZZASTac8JNhGIzQ {  }
 }@media only screen and (max-width: 763px) { #wVzIUi4cvePNkr5KAP84oU9giPiIOfMV { width:15.25rem;height:5.625rem;top:8.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJtQg4rCPuGsWOEx5OsSIKmgoDnghBp { width:2.6875rem;height:2.9375rem;top:15.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0FQC9ViiolxhBtTb1XRG30MOG40ptPK { top:8.9375rem;left:0rem;width:2.3125rem;height:2.25rem;display:block; }
#V0FQC9ViiolxhBtTb1XRG30MOG40ptPK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #exb3axAfm8ABpbyzaB1TgLOzq6iAoM9R { width:15.25rem;height:1.375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6MFVeA7Cd05ZvkbJuMEh693Avne3vwi { width:15.25rem;height:1.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbKl7X2GsZo6DJhCRVqtB4cPgEASXaQ { top:31.5rem;left:22.84375rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 { top:19rem;left:0rem;width:2.0625rem;height:2.3125rem;display:block; }
#uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #DA3R26ZGxr1oGtIm3yl0dqXTy1KoPhA9 { top:8.9375rem;left:0rem;width:2.3125rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4SmBOAXDIXlqebqqwwHATlJ9VyQ5yZn { top:27rem;left:0rem;width:13.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEylAtHywMLoJRwsavBITz9e4G8ozAtu { display:block; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzb1NcURi8N6PM03n6vkn1wG8SBSNw9c { width:21.0625rem;height:1.3125rem;top:4.8125rem;left:26.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gst8eLQtdLu0KWJbHiRORaQe6z4a59Ma { top:3.125rem;left:0rem;width:9.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu { display:block; }#Jb1JG5OcFqEhRiReuAenGCwe1o3T4PEu > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOEXivfa5oDqgkl6xcQQ0GJfD21TPo6q { width:17.875rem;height:1.05615rem;top:0.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RUN8q8Uyn0OSyuogu9bdoFImkacGA4Xq { width:13.4375rem;height:1.5rem;top:1.57421875rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwLfrWmqZWaw5azc2xngypSllzQluNd { display:block; }
 }@media only screen and (max-width: 763px) { #prgt65CHFzMgXDcWW4QoT6zNCHovpnna { position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3345;background-image:none;display:block; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { background-color: transparent; background-image: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container > .video-iframe-container { display: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row > .video-iframe-container { display: none; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .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); }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { border-width: 0; border-radius: 0; }#prgt65CHFzMgXDcWW4QoT6zNCHovpnna > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mah4t1UXzzITFVFlLxcU6dURbaHO8kDg { width:7.5rem;height:1.5rem;top:12.936789512634rem;left:6.2499995827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxaiGTGrCIBixTdMvKzacoOXIZr0arlV { display:block; }
 }@media only screen and (max-width: 763px) { #RnVtX2S4Ehtr4obzirMxA1R4T2EB13cn { width:7.5rem;height:1.5rem;top:10.124289512634rem;left:6.2499995827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3KaONQfmDHsP9dTmqAtxdpUm7dRS6px { display:block; }
 }@media only screen and (max-width: 763px) { #hui1mBlGkOaX3TQIBdepSR5H0dSNp8NF { width:3.9375rem;height:1.5rem;top:7.3739342689512rem;left:7.9998221993444rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ohZsGRTlTRDCFn49nSQf9IEW8DLq5lE9 { display:block; }
 }@media only screen and (max-width: 763px) { #ENJbMp9T9ft7gqTaAS0yqU1O4s2T6xsg { width:7.5rem;height:1.5rem;top:15.686256408691rem;left:6.2499995827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTdTS6oQyKV9cOnkcvItelms8QTudPVJ { display:block; }
 }@media only screen and (max-width: 763px) { #chfmxTyuSC7qeuTGXvV7yzP0VonLZs4a { width:7.5rem;height:1.5rem;top:18.436611175537rem;left:6.2499995827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #qc9XwDdUQv6O9HMnKdBZsOZK8g13bPCQ { display:block; }
 }@media only screen and (max-width: 763px) { #Td7WSk0Ji6rmC5tTtE3uLq3Lh5QwQFKc { width:7.5rem;height:1.5rem;top:21.249111175537rem;left:6.2499995827675rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RvMk6BbcTCNROqOuovG5LwstJFSeWTHW { display:block; }
 }@media only screen and (max-width: 763px) { #AViSauxIO1TP4mStSc559RCkCuRX7mPV { width:2rem;height:2.5rem;top:2.8125rem;left:9.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTUsqC1bNDDZTQOMH2rTrcTAFPV3WUSK { width:13.1875rem;height:6.3125rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { width:16.5625rem;height:3.8994125rem;top:7.6435546875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TuUOzNAF3w0zAoWDIyWdcT0Bys9B3S1P { top:12.72265625rem;left:5.65625rem;width:8.6875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsXbchNT4A5i3NV2lE2BGwhLONCS9TrC { display:block; }
 }@media only screen and (max-width: 763px) { #VKsTfFUBBp32T2nRr48XPC13SOFH0zuT { background-color:transparent;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; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { background-color: transparent; background-image: none; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,29,42,0.65); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container > .video-iframe-container { display: none; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,29,42,0.65); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container { display: block; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .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); }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { border-width: 0; border-radius: 0; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKsTfFUBBp32T2nRr48XPC13SOFH0zuT > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5MQq6Q1cg42cfTq73OUR0KKTd57T1ZG { width:15.0625rem;height:3.41235625rem;top:7.5rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tAnTrm5Kce8ZP5Pe4OXUpBptfUED2pVv { top:15.53515625rem;left:5.65625rem;width:8.6875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIo50Rz43OlXDETuHq2ohWq1mSU0GnB { display:block; }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { background-color: transparent; background-image: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .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); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:20rem;height:1rem;top:2.6868515014649rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ { width:19.9995rem;height:13.2495rem;top:24rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1108dae2-835b-44f8-95ad-816d84a3fb54/silva_ragazzoni7265.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;display:block; }#ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.adaptive-delivery-prevent-bg, #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.lazyload, #ai94WWtCCqqnAKun1eQXoGBu1N2WW7gQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTIQyayhMMtAGvUEnrmhmpR8KpGRFUKR { width:15.875rem;height:16.5725rem;top:5.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oT3UfCpfqRJvPdllAtcsDcMa81v89Vg4 { display:flex;width:1.875rem;height:2.25rem;top:39.4375rem;left:9.0625rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l { display:block; }#adI9TqvaAdaKS3PsobJ6zs7bh9rw0u9l > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmTGe4SS45S2dU08RsyTI7JDvoDbrUZv { width:20rem;height:1rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #qWkWiGd4uHneO094kcFpickUC0ZT5fmS { background-color:#0f3345;background-image:none;display:block; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { background-color: transparent; background-image: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container > .video-iframe-container { display: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row > .video-iframe-container { display: none; }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .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); }#qWkWiGd4uHneO094kcFpickUC0ZT5fmS > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKx5KOCiyGx8VMTcDyvnTfvP9iZ7vBT8 { width:20rem;height:1rem;top:3.3123207092285rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zWTXgfOFknou9i2HIfTTpA4TsCh7BCTC { width:16.25rem;height:7.875rem;top:6.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psL3WOWJcJfKOisoQktsrQuO3WsJgUFw { display:flex;width:1.875rem;height:2.25rem;top:55.70068359375rem;left:9.0615234375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #oEvNbEJFOyUTIBt0hHbl2kchqo0XKI95 { width:19.9995rem;height:30.1245rem;top:23.90478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omX8kemQ9LgGIgrgfFl79Mt1eT2XH7ym { width:18.9375rem;height:6.75rem;top:14.5771484375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu { background-color:#0f3345;background-image:none;display:block; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { background-color: transparent; background-image: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container > .video-iframe-container { display: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row > .video-iframe-container { display: none; }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .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); }#JkT6wqTRaEN9OThtlJu0kxBgzSR7ycBu > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTXxWPDXdTX0ClSrKPSyXXiCNlysm5ld { width:20rem;height:2.75rem;top:3.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N3Xg6aunlVBoDcGaND3fvnhTgZ33r0g1 { width:17.25rem;height:12.375rem;top:7.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuBeKUTQRhzZcxp2Nds8UAO27MkiEz4T { display:flex;width:1.875rem;height:2.25rem;top:65.06103515625rem;left:9.0615234375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #JbROEGs02gcTP07a89RSUwGVmzUA8ADC { width:19.9995rem;height:30.1245rem;top:32.217041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ettzQSckgHMM5oT2ZgPhBguOH8VTUaO8 { width:20rem;height:9rem;top:20.7021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 { background-color:#f8f8f8;background-image:none;display:none; }#K8TLnMfkc3PU9txa0oAC1hwixrUDWO54 > .row .container { width:20rem;height:53.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZvQqmk4fU1UoVPuGToFyI5AJzbL9MXgK { width:20rem;height:2rem;top:3.3123207092285rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hIG0GI7LyhmBTU1d7kXgRUWp1TGZJDtW { width:16.25rem;height:13.4985625rem;top:6.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdRCLLhwJ6tWWzf74qVJrDrzwUi3bm3 { display:flex;width:1.875rem;height:2.25rem;top:50.3271484375rem;left:9.0625rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #R2RuTqwd0T8A9JcitsM4n6Hai0bywCqC { width:17.375rem;height:17.375rem;top:31.15576171875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs3H15AgRFiGAJZkudOsx3PLFNyaF5KR { width:20rem;height:8.999rem;top:20.7021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { background-color: transparent; background-image: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container > .video-iframe-container { display: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row > .video-iframe-container { display: none; }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .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); }#EOtzuscfvgnATdTHiwftXPmiMxJb6FO0 > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWydfEf7thfTGotb7Sq8WuHtGDOAtvZH { width:20rem;height:1.62524375rem;top:3.9680995941162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGOeLgDwMJZUe9uPMeqBeWyAxblvtKzT { width:15rem;height:6.824rem;top:6.7500019073488rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LuLK3X3TAATkwXLClmtT2rPqc3LHnFmv { width:20rem;height:9.375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukp3vSni7FzkItCSQWGJbnLL3QqRzI6X { width:18.125rem;height:1.21875rem;top:21.875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OZGp6MTWaq5Qu6bh5daNHIB5mq0zfh { width:20rem;height:9.375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0HIILpG82hbPwv1sJAU6JsHp58oXLP7 { width:18.125rem;height:1.21875rem;top:40.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI1NJ5T0XxsESBQeKgISvXWXadIXkDV0 { width:20rem;height:9.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKpTnLJaEloiOodUmk8TfwvQ1DsGJTV { width:18.125rem;height:1.21875rem;top:30.999988555908rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkb0AQS0nc3UoeHZI35RCeQ2mFTe1fAq { width:18.125rem;height:1.21875rem;top:59.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as9XIx9L8Nb6SwCBI47IBZ4qv8zSTa48 { width:18.125rem;height:1.21875rem;top:50rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBBI5TPUgeXRXgW0TAJ1uiOazWOQa4Sk { width:18.125rem;height:1.21875rem;top:68.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGklQzMLCJFx0HIuPqGvl91rhLnmF7R { width:20rem;height:9.375rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKOQWTTsMTWZOOhhVxLvlTbGdVByD58s { width:20rem;height:9.375rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvLHBMJQLXiJDXERfp844xega5zlH6p { width:20rem;height:9.375rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBOLQLcffqLAhtDozze1MZpAIykPXcZE { width:20rem;height:0;top:73.458333375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #cTVVtwwDU5UkwJbcDZp2nFyVTqGWtbME { display:flex;width:2.625rem;height:2.5rem;top:17.770834922791rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #zv2T4ffnSwH2emRfZHMZAurJLpww6S9b { display:flex;width:2.625rem;height:2.5rem;top:27.208334922791rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #vecyMGcmkKoKC2iw02eI1V9atrWXOeob { display:flex;width:2.625rem;height:2.5rem;top:46.582683563233rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #oiFu3v8s38ZnTDIVlRAUv295o6eGI8US { display:flex;width:2.625rem;height:2.5rem;top:36.833334922791rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #zlUI192WnbEXyTsm3g8dnbL0OJCpCoIr { display:flex;width:2.625rem;height:2.5rem;top:55.520835876465rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #oy9G78WmNdGxs6TKRFTXenARRNIOs5wA { display:flex;width:2.625rem;height:2.5rem;top:65.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #RybcXVeHrAmqbfEPTzEfgLhJuZ1l5Rqy { display:flex;width:1.875rem;height:2.25rem;top:109.8955078125rem;left:9.0625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #gIapMDFszsULJmGR6HNJ4tBOMeGCnwbM { width:20rem;height:12rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc1egnRMRpTQEgz49axIgRX6RE9qDUIT { display:flex;width:2.625rem;height:2.5rem;top:75.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #JAEHqvPTnhCAoUHM7XCcagVS238Ps2uR { width:18.125rem;height:1.21875rem;top:79.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9T5o392N9UcrcL6UaZysaeJVJ7ITdPm { width:20rem;height:12rem;top:84.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcnBKc8v6nlLZ4lpI2WkMTDas5Tzm7Tm { display:flex;width:2.625rem;height:2.5rem;top:89.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #V9smvmqbTesulprRNzGMGTT5CCtsyI71 { width:18.125rem;height:1.21875rem;top:92.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHy0FLxnFtpz5Kcpkl5wKuQt7s7aFrA0 { width:20rem;height:12rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMS2eBONUQyIWTcXTfUMUutsRyGvRDO9 { display:flex;width:2.625rem;height:2.5rem;top:99.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #HQQHvnWps2HTF5AWTP7CJtupk7lVBal9 { width:18.125rem;height:1.21875rem;top:103.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { background-color:#0f3345;background-image:none;display:block; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { background-color: transparent; background-image: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container > .video-iframe-container { display: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container { display: none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .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); }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { width:20rem;height:137.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK65iyHNJsZWQzE499zVeHECiR3wlQhG { width:20rem;height:1.62524375rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHaQ2PZzkXMugVdHTXRbcrrczuV9koQ2 { width:17.5rem;height:5.2478rem;top:5.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kQaCqxkd9gVFVynn6OPn4dIdU3pdlJZg { width:18.75rem;height:12.5625rem;top:12.5rem;left:0.625rem;background-color:#80a1ae;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZEMcKZh5ImuqsJUC5m1fdZmChcgl9D7z { width:14.875rem;height:1.29980625rem;top:21.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rgzTaTEhUwTXiTssvc1byRGcxJbllI { width:16.6875rem;height:6.0900875rem;top:14.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2UJO0rpkAW8wu8VAaqtTx22Z6ix0ce { width:18.75rem;height:13.3125rem;top:40.3125rem;left:0.625rem;background-color:#80a1ae;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #p1mgadsPcqHX9ktrCJlNQzkbLZD2J6XQ { width:14.3125rem;height:2.59863125rem;top:49.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWuW3k07gcOP00mXkdE1KRnwyUTxNWI { width:16.6875rem;height:7.308125rem;top:41.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JCd2Fh1FabrzaUJMTr8idnpfWQI3X6 { width:18.75rem;height:13.375rem;top:26rem;left:0.625rem;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZUayOcHFmKOrlvuCpXZ5mUwrOqCNEkTR { width:14.5rem;height:2.4375rem;top:35.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3noPAJ88IhvJ4SN6ehAhLEMCQ4m9Dh { width:16.6875rem;height:7.308125rem;top:27.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSC1TSO52E7yAqMhBk7apVsABbbsIlLC { display:flex;width:1.875rem;height:2.25rem;top:128.9375rem;left:9.0625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #FFk1yS1wIEK6kh3uwH58W0563XaXiJtQ { width:19.125rem;height:22.25rem;top:54.5625rem;left:0.4375rem;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zoh2TC45dpzPtkKO3E8aPM5wP0mtft2A { width:16.6875rem;height:15.834225rem;top:56.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1k05Z8RR6Mnvd06KIVuzD1G9g8XiabD { width:14.5rem;height:2.4375rem;top:72.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPCw1ZUZkVT9OTw1LnoRO1RkLZBAW8OX { width:19.125rem;height:23.9375rem;top:77.5625rem;left:0.4375rem;background-color:#80a1ae;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M8C79d44M1X3SXOsnPKrRal3xvzzo3mH { width:16.625rem;height:17.05225rem;top:79.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA32P45WM9eQroPmdSJTotOPZ7sOWF8x { width:16.375rem;height:2.59863125rem;top:97.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTEM3MTegTGnARH7e3wNtWSV3TDc1Es { width:19.125rem;height:25.5rem;top:102.4375rem;left:0.4375rem;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PupNeSeKUTtWefWN7IdWaXRsCKN4WVIz { width:17.125rem;height:19.48825rem;top:103.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakU2zobEUwsGQzayB1qoMfViMs2MWfk { width:14.5rem;height:2.4375rem;top:124.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtnTQ62TqRx5LHd953zcpF8q75FcKe9L { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { background-color: transparent; background-image: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container > .video-iframe-container { display: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row > .video-iframe-container { display: none; }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .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); }#FtnTQ62TqRx5LHd953zcpF8q75FcKe9L > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQKtTy5UCMcX15UmU5mnoTdq3hqVDHzQ { width:20rem;height:1.62524375rem;top:3.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;display:block; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-text {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-select {padding-top: 0; padding-bottom: 0;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc  { width:17.5rem;height:auto;top:21.6875rem;left:0rem; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc {display:block;}#GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc { width:17.5rem;height:auto;top:21.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ln4knJ196xUVehCFB28T49KuRTTpnFuN {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ftWiJkS035T5F9cPslC2QKZatQPihs5q { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #gwAl1SES2PqRqJm0tUVsgrinyOzEpQOU {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #ld7k3DeF5PKNgrrrqvaZyKsUXwqdPJiD {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #B1c8u1wy7khg3MPmTi3VfKWgROx4fkGb { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #JsqIo9kHLGk4bETvtooxT28L0hIcMXAQ {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #NQJ5qJMWTiTTk38QxaBxSDgACF4xJN63 {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #efbcqdcE8M7TGlJFRZbA0XEEzWO3PTCp { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #HqcwR6Vq1nVpJsCURFr9PAixFPi7Qpvh {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #kX4KwiGO6tw2SByTc2fDCuR7omspOuQI {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #t3Exmo8MKtpDbTgwGBNgKU2GRkn7fqob { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #c3fixaKFPG3UgnXUmpMtK1060HzeAfp8 {  }
 }@media only screen and (max-width: 763px) { #Kow2C7JlER3QBDhJoRseushmFQGd6za8 { display:block; }
 }@media only screen and (max-width: 763px) { #T1rCQTA0Mc40uMeFrCQTPlRPUMRaJGZz { display:block; }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #GF1cinLLVOITPZeAu2Q7T3wJUZsNvLRG {  }
 }@media only screen and (max-width: 763px) { #GvbQbqzoqZM1rViA7Ro04uNbWrAI94oc #Go6g8kZlPV6IETr7pZZASTac8JNhGIzQ {  }
 }@media only screen and (max-width: 763px) { #wVzIUi4cvePNkr5KAP84oU9giPiIOfMV { width:16.6875rem;height:4.875rem;top:5.9375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tTJtQg4rCPuGsWOEx5OsSIKmgoDnghBp { width:1.6875rem;height:1.6875rem;top:17.5625rem;left:8.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0FQC9ViiolxhBtTb1XRG30MOG40ptPK { display:flex;width:2.3125rem;height:2.25rem;top:6.6875rem;left:0rem; }
#V0FQC9ViiolxhBtTb1XRG30MOG40ptPK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #exb3axAfm8ABpbyzaB1TgLOzq6iAoM9R { width:15.25rem;height:1.49926875rem;top:12.921875rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6MFVeA7Cd05ZvkbJuMEh693Avne3vwi { width:15.25rem;height:1.49926875rem;top:16.796875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbKl7X2GsZo6DJhCRVqtB4cPgEASXaQ { display:flex;width:2.0625rem;height:1.9375rem;top:54.125rem;left:8.96875rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 { display:flex;width:1.8125rem;height:2rem;top:16.28125rem;left:0.125rem; }
#uUl4sdRM7O4LdTeLIJq4cT83Rm7b9O45 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:2rem; } }@media only screen and (max-width: 763px) { #DA3R26ZGxr1oGtIm3yl0dqXTy1KoPhA9 { display:flex;width:2.1875rem;height:2rem;top:12.546875rem;left:0rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #J4SmBOAXDIXlqebqqwwHATlJ9VyQ5yZn { width:11.5625rem;height:2.25rem;top:56.6875rem;left:4.21875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #zEylAtHywMLoJRwsavBITz9e4G8ozAtu { background-color:#0f3345;background-image:none;display:block; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { background-color: transparent; background-image: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container > .video-iframe-container { display: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container { display: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .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); }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzb1NcURi8N6PM03n6vkn1wG8SBSNw9c { width:19.9375rem;height:1.125rem;top:9.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gst8eLQtdLu0KWJbHiRORaQe6z4a59Ma { width:8.25rem;height:3.9375rem;top:3.748046875rem;left:5.875rem;display:block; }
 }