.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:#f3f3f3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cdf93984-b0d6-4820-b23a-108243c6a445/quintadosventos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w.adaptive-delivery-prevent-bg, #WADJFMtEyMO0EvVVTTJbf4NDokgku94w.lazyload, #WADJFMtEyMO0EvVVTTJbf4NDokgku94w.lazyloading { background-image: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { background-color: transparent; background-image: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container > .video-iframe-container { display: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row > .video-iframe-container { display: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .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); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { border-width: 0; border-radius: 0; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#PGvPaubg3aMzh7f3S9tsuU0cLk05LBNV { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.625rem;left:-8.375rem;height:8.125rem;display:block; }
#EvJT95RBWOIhlx1SgKZdi7RWH3U097FB { background-color:#fab40b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#042643;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.625rem;left:-7.9375rem;display:block; }
#J4rAlFHuoJErDIFPeyxK3tnJDuvvUtnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebTFzPQRmzhLklBw8XfPK2Uq348dSVdw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:34.375rem;display:none; }
#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34d01499-0d04-4131-be99-cda0440d58a6/chwsn8rwz8r.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H.adaptive-delivery-prevent-bg, #VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H.lazyload, #VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H.lazyloading { background-image: none; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container { background-color: transparent; background-image: none; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.16); }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container > .video-iframe-container { display: none; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.16); }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row > .video-iframe-container { display: none; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .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); }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container { border-width: 0; border-radius: 0; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#aSt9SnCh9pfvunGTUXrymIuw6grekaeA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:14.625rem;top:5.625rem;left:8.4375rem;overflow:hidden;display:block; }
#IuMg1gWGkCiG1Xn6nSQpN4PaTgEL5Das { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.75rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QO12ufcvOiTzu7Wd85GtQ8TzqlthCFZH { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:26.1875rem;left:7.5rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XyqkA4WfzzNuTAHp5pTi46X3QmIfPAeq { box-sizing:content-box;height:2.0625rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:#05404e;background-image:none;top:23.5625rem;left:8.75rem;display:block; }
#tWDndzCT3pNTavWAX76aOFFcSFBKTWMP { box-sizing:content-box;height:2.0625rem;width:15.75rem;position:absolute;display:block;z-index:15000;background-color:#05404e;background-image:none;top:26.5625rem;left:6.75rem;display:block; }
#CosptZrEJ0ilqoPXSnDIThKXVw8F1Rfl { box-sizing:content-box;height:2.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15001;background-color:#05404e;background-image:none;top:29.3125rem;left:6.6875rem;display:block; }
#gMucTiJ1JT3F74HezlfCtCAGmkl6W813 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:34.5rem;height:4.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2OVPwTDD8pfeysVnqEudCgBDNNH56Q7 { box-sizing:content-box;height:8.4375rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#c5a07d;background-image:none;top:2.75rem;left:32.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TdaPruTczZFlu3pTUuHCVwfVFVXoGZUt { box-sizing:content-box;height:32.8125rem;width:21.875rem;position:absolute;display:block;z-index:14998;background-color:#05404e;background-image:none;top:2.75rem;left:32.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-form-header {  }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:18.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:18.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .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:18.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .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:#c5a07d;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:#ffffff;width:18.625rem;height:3.4375rem;font-family:arial;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW [class*="-text"]:-moz-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW [class*="-text"]::-moz-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW [class*="-text"]:-ms-input-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW [class*="-text"]::-webkit-input-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;float:none; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .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; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .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:arial;font-size:0.75rem;font-weight:300;color:#3b636d;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container:first-of-type{padding-top:0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container:last-of-type{padding-bottom:0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:17.21875rem;left:35.25rem; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.625rem;line-height:1.1;font-weight:300;color:rgba(255,255,255,0.53);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW {display:block;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:11.5625rem;left:33.25rem; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #VtnQWc9eQkeNsbFfN4p6gIyqNvtbyCht { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #yNq0tdrQTPCnwSRTDsAvINe8X82BrZIU { position:relative;display:none; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #kfSUkqprF3n3i6lw5mHrdTG1Grza0Xxk { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #ZkFgWt178kQvtQqZuVwA9N7XSOiDP7T5 { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #PTxsWFa5vSGwlLFbIymBtKvClnF6upUB { position:relative;display:none; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #BgvrfINzKMdue4hOzOSLEfSWa4LdyMVz { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #LTLRnROc7a9gRcdMd29umVi2ggcVybpE { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IvUg1E7JQWE655Gb7MGTxVJItMoeTn4Z { position:relative;display:none; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #CHfsOAugIhrytGOEJnRbdtT7KvBwa5bh { position:relative; }
#hhoXpSZQTIGZe3zO8fQeTPmmaBIIOZc0 { position:relative;display:block; }
#CBSoRGhpyBl0TN3F8waEXQpnzOUNrzPx { position:relative;display:block; }
#eea5HOXhxcqyocp7k6dw8zsXotLooTQD { position:relative;display:block; }
#kif7ib6KWEGrNTTAV0VTrcxDpuKsMORu { position:relative;display:block; }
#r6wOH2J3rQwXD5bENXlUs1F9gAAV3nxl { position:relative;display:block; }
#RklCOG3ApDBPc71yKfFVpwWXd3bKlCZH { position:relative;display:block; }
#JcBlTvhZvlU8MxVbd2af74lho5i7D78y { position:relative;display:block; }
#MZzeVza1zMFbb8MXgGTTnX2MdObpJpD8 { position:relative;display:block; }
#F9yBtnTVKm7pwn9MGnRyk4SRw8pCc9ev { position:relative;display:block; }
#kiqD47wgIsTBWTduGdCGiGRPyGa2bLJ6 { position:relative;display:block; }
#xabbH8zJKNf9VFzAPZER1aRfPTXig5xb { position:relative;display:block; }
#yWxdvCr4QrX0d64NnfwPJHehIcSBcgfD { position:relative;display:block; }
#VbGTVTbPTpUiynLasM7lo3mJMLHNhQaR { position:relative;display:block; }
#ViSi2y0igH6TPeV85yrvFXySFka3v0ni { position:relative;display:block; }
#Z7WwwT6fOrqMEGwb2CRCu1SUazxrGRug { position:relative;display:block; }
#DcdzcbVzvRsOp5bcymLW4pC0r8Kg5LB4 { position:relative;display:block; }
#wuFOX3lVlgRgJL5wiZVMeinyyTFvOvZz { position:relative;display:block; }
#g32zhg8N608N6fJ81GLM2IzLeGzbUOsb { position:relative;display:block; }
#KNEHlWq3AkHVN8QR21B2nAT1Mn7P7dR6 { position:relative;display:block; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IhWQXrZTSlbnroaUaoh4ArI0S7xoOC7W { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #Bs0Wgg0uvJIVAkvZSGw6wR63NPWpBQdK { position:relative; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #hTQd9TukTXdgucViviW33wv3v9xTeo7n { position:relative;display:block;z-index:15000; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #dHLVXDAsp7X881osqq3lqtTfl8F6Q9Qp { position:relative;display:block;z-index:15000; }
#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5a07d;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; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container { background-color: transparent; background-image: none; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container > .video-iframe-container { display: none; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row > .video-iframe-container { display: none; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .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); }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container { border-width: 0; border-radius: 0; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#eyHEMASOlhxZRk1BqBZFH3GqUyussz4J { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:5.9375rem;left:10.625rem;display:block; }
#f0hfQyspOUd0Sxlkls4ElE9Mb7bdQhNV { color:#0f312e;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pClCtAHiWyhaoMngPcaFOAgZHDIuw1IR { background-color:#1c544f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5rem;left:22.5625rem;display:block; }
#oRTpbLnZvyv98RcxU6hZU8xc1C9kWeO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container { background-color: transparent; background-image: none; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container > .video-iframe-container { display: none; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row > .video-iframe-container { display: none; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .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); }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container { border-width: 0; border-radius: 0; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#bcT81iVdHCEFDo5qzsTwPiK3uZW4JGDv { color:#0f312e;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container { background-color: transparent; background-image: none; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container > .video-iframe-container { display: none; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row > .video-iframe-container { display: none; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .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); }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container { border-width: 0; border-radius: 0; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#u53vXv4xVfyrdUOHmQLWxRkl8orJKZES { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:50rem;top:2.0625rem;left:5rem;overflow:hidden;display:block; }
#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5a07d;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; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container { background-color: transparent; background-image: none; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container > .video-iframe-container { display: none; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row > .video-iframe-container { display: none; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .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); }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container { border-width: 0; border-radius: 0; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#TCMFNa1iVpXHtZxSnIly4rovsl0z6qe4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:60rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05404e;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; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container { background-color: transparent; background-image: none; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container > .video-iframe-container { display: none; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row > .video-iframe-container { display: none; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .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); }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container { border-width: 0; border-radius: 0; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#Ir3mdlyTFEoRvzwD5UUFclKCtAfLoMIy { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:5.9375rem;left:10.625rem;display:block; }
#NfTXz3lDbf5T8RUzKZvPQhxXzwLXVGx1 { color:#0f312e;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTPIVUT56GSRs9nogqh1SnJDJ6ZciZOp { background-color:#c5a07d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#05404e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5rem;left:22.5625rem;display:block; }
#k8MoyqxMSvBb2ZDEJT7qSG7RMuVeWNtA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5a07d;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; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container { background-color: transparent; background-image: none; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container > .video-iframe-container { display: none; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row > .video-iframe-container { display: none; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .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); }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container { border-width: 0; border-radius: 0; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#zxSdOw6IrUk783wrNo0sfHX4cU3etB3E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:55.3125rem;top:3.03125rem;left:2.34375rem;overflow:hidden;display:block; }
#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container { background-color: transparent; background-image: none; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container > .video-iframe-container { display: none; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row > .video-iframe-container { display: none; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .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); }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container { border-width: 0; border-radius: 0; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#ZWRGM5B5TD89KsBbvAXPKVxwreA7HlCr { color:#0f312e;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KAHFG3tKGmXuTdVkT7OFTMoSW2JiLwUm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.0625rem;left:10rem;display:block; }
#d6Hdlyi0ZaP41lHWyl1cvCmlxTiLr3tp { background-color:#1c544f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.25rem;left:22.5625rem;display:block; }
#VXdXgnOSF6hylLIKP7fN7Smon2Fd9Jwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05404e;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; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container { background-color: transparent; background-image: none; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container > .video-iframe-container { display: none; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row > .video-iframe-container { display: none; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .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); }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container { border-width: 0; border-radius: 0; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#OcQqIalpau77GLUxf2OSKZv2XGuhM1kz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#se9W3iTdXKTU6C2cCDvXRWmhF31eLNBL { background-color:#c5a07d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.5rem;left:22.5625rem;display:block; }
#toGgW0dN5FEl4iGQZP8Gca9TE8FX5umN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOccCWelsUdk1cgEa8oMrX6OlMiDlevx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:44.0625rem;top:9.375rem;left:7.96875rem;overflow:hidden;display:block; }
#naEJJ9gcBIeX5QhwaZcqRaxlLGS3JoqX { color:#ffffff;display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:16rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container { background-color: transparent; background-image: none; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container > .video-iframe-container { display: none; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row > .video-iframe-container { display: none; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .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); }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container { border-width: 0; border-radius: 0; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#anD8cN1zULHFa6W80Mmq9pJ8Q2kRcc6n { position:absolute;display:block;z-index:15001;height:25rem;width:25rem;top:1.59375rem;left:31.1875rem;display:block; }
#ZeAz1UwN141RaDr2Iy2pvwBhyPIevIV1 { color:#1c544f;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:17.75rem;left:3.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbWMVgf0CKZlgVU4JuImQFtTHt8ch11S { background-color:#042643;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.6982421875rem;left:22.375rem;display:block; }
#Xyc9k3ZEG2fH4B232oR5FxeumLyqBPTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuNdCxVq93d2OPTtuCVk2AfK2BZEIm9g { color:#1c544f;display:block;width:13rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.9375rem;left:3.9375rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vgWwX1UviluqHaBSM5dvQ0D4xI3LW694 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.875rem;top:12.0625rem;left:3.9375rem;overflow:hidden;display:block; }
#relusTsx6eQvkG7ueQzAUv3u0KMok9GN { color:#1c544f;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.8125rem;left:3.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#042643;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; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container { background-color: transparent; background-image: none; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container > .video-iframe-container { display: none; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row > .video-iframe-container { display: none; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .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); }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container { border-width: 0; border-radius: 0; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#W1aWT9sxlt1J6Kmuc20hbEUw37DzTDM1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.6875rem;top:2.5625rem;left:33.375rem;overflow:hidden;display:block; }
#ZmbQ0wGT4moFv8oNebS6EJhefCxKeIfh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.125rem;top:3rem;left:19.4375rem;overflow:hidden;display:block; }
#Cz1a6Xzz0vTplUZx8BwnMJTiedaJd1IE { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.3125rem;left:19.4375rem;height:0.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VPmeKpL0D5lmNipw9A07A93z0dC2feP3 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.3125rem;left:31.375rem;height:0.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b606f;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; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container { background-color: transparent; background-image: none; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container > .video-iframe-container { display: none; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row > .video-iframe-container { display: none; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .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); }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container { border-width: 0; border-radius: 0; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#a1DAoKBfW6vBD9nL59SyL41ih7nNkTzz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.15625rem;left:0rem;height:0.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container { background-color: transparent; background-image: none; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container > .video-iframe-container { display: none; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row > .video-iframe-container { display: none; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .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); }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container { border-width: 0; border-radius: 0; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#uAU9f1h342woCcBqTcMptrsVaevOm7qo { color:rgba(255,255,255,0.52);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.490234375rem;left:0rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WADJFMtEyMO0EvVVTTJbf4NDokgku94w { display:block; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGvPaubg3aMzh7f3S9tsuU0cLk05LBNV { top:12.625rem;left:0rem;width:35.0625rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJT95RBWOIhlx1SgKZdi7RWH3U097FB { width:21rem;height:3.4375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4rAlFHuoJErDIFPeyxK3tnJDuvvUtnc { display:block; }
 }@media only screen and (max-width: 763px) { #ebTFzPQRmzhLklBw8XfPK2Uq348dSVdw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H { display:block; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSt9SnCh9pfvunGTUXrymIuw6grekaeA { top:5.625rem;left:2.3125rem;width:14.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMg1gWGkCiG1Xn6nSQpN4PaTgEL5Das { top:23.75rem;left:2.625rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO12ufcvOiTzu7Wd85GtQ8TzqlthCFZH { top:26.1875rem;left:1.375rem;width:14.5rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqkA4WfzzNuTAHp5pTi46X3QmIfPAeq { top:23.5625rem;left:2.625rem;width:12.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWDndzCT3pNTavWAX76aOFFcSFBKTWMP { top:26.5625rem;left:0.625rem;width:15.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CosptZrEJ0ilqoPXSnDIThKXVw8F1Rfl { top:29.3125rem;left:0.5625rem;width:15.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMucTiJ1JT3F74HezlfCtCAGmkl6W813 { top:4.5625rem;left:28.375rem;width:18.6875rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2OVPwTDD8pfeysVnqEudCgBDNNH56Q7 { top:2.75rem;left:25.875rem;width:21.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaPruTczZFlu3pTUuHCVwfVFVXoGZUt { top:2.75rem;left:25.875rem;width:21.875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW  { width:18.625rem;height:19.1875rem;top:17.1875rem;left:26.625rem; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW {display:block;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW { width:18.625rem;height:19.1875rem;top:11.5625rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #VtnQWc9eQkeNsbFfN4p6gIyqNvtbyCht {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #yNq0tdrQTPCnwSRTDsAvINe8X82BrZIU {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #kfSUkqprF3n3i6lw5mHrdTG1Grza0Xxk {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #ZkFgWt178kQvtQqZuVwA9N7XSOiDP7T5 {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #PTxsWFa5vSGwlLFbIymBtKvClnF6upUB {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #BgvrfINzKMdue4hOzOSLEfSWa4LdyMVz {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #LTLRnROc7a9gRcdMd29umVi2ggcVybpE {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IvUg1E7JQWE655Gb7MGTxVJItMoeTn4Z {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #CHfsOAugIhrytGOEJnRbdtT7KvBwa5bh {  }
 }@media only screen and (max-width: 763px) { #hhoXpSZQTIGZe3zO8fQeTPmmaBIIOZc0 { display:block; }
 }@media only screen and (max-width: 763px) { #CBSoRGhpyBl0TN3F8waEXQpnzOUNrzPx { display:block; }
 }@media only screen and (max-width: 763px) { #eea5HOXhxcqyocp7k6dw8zsXotLooTQD { display:block; }
 }@media only screen and (max-width: 763px) { #kif7ib6KWEGrNTTAV0VTrcxDpuKsMORu { display:block; }
 }@media only screen and (max-width: 763px) { #r6wOH2J3rQwXD5bENXlUs1F9gAAV3nxl { display:block; }
 }@media only screen and (max-width: 763px) { #RklCOG3ApDBPc71yKfFVpwWXd3bKlCZH { display:block; }
 }@media only screen and (max-width: 763px) { #JcBlTvhZvlU8MxVbd2af74lho5i7D78y { display:block; }
 }@media only screen and (max-width: 763px) { #MZzeVza1zMFbb8MXgGTTnX2MdObpJpD8 { display:block; }
 }@media only screen and (max-width: 763px) { #F9yBtnTVKm7pwn9MGnRyk4SRw8pCc9ev { display:block; }
 }@media only screen and (max-width: 763px) { #kiqD47wgIsTBWTduGdCGiGRPyGa2bLJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #xabbH8zJKNf9VFzAPZER1aRfPTXig5xb { display:block; }
 }@media only screen and (max-width: 763px) { #yWxdvCr4QrX0d64NnfwPJHehIcSBcgfD { display:block; }
 }@media only screen and (max-width: 763px) { #VbGTVTbPTpUiynLasM7lo3mJMLHNhQaR { display:block; }
 }@media only screen and (max-width: 763px) { #ViSi2y0igH6TPeV85yrvFXySFka3v0ni { display:block; }
 }@media only screen and (max-width: 763px) { #Z7WwwT6fOrqMEGwb2CRCu1SUazxrGRug { display:block; }
 }@media only screen and (max-width: 763px) { #DcdzcbVzvRsOp5bcymLW4pC0r8Kg5LB4 { display:block; }
 }@media only screen and (max-width: 763px) { #wuFOX3lVlgRgJL5wiZVMeinyyTFvOvZz { display:block; }
 }@media only screen and (max-width: 763px) { #g32zhg8N608N6fJ81GLM2IzLeGzbUOsb { display:block; }
 }@media only screen and (max-width: 763px) { #KNEHlWq3AkHVN8QR21B2nAT1Mn7P7dR6 { display:block; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IhWQXrZTSlbnroaUaoh4ArI0S7xoOC7W {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #Bs0Wgg0uvJIVAkvZSGw6wR63NPWpBQdK {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #hTQd9TukTXdgucViviW33wv3v9xTeo7n {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #dHLVXDAsp7X881osqq3lqtTfl8F6Q9Qp {  }
 }@media only screen and (max-width: 763px) { #sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO { display:block; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHEMASOlhxZRk1BqBZFH3GqUyussz4J { top:5.9375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hfQyspOUd0Sxlkls4ElE9Mb7bdQhNV { top:2rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pClCtAHiWyhaoMngPcaFOAgZHDIuw1IR { width:14.875rem;height:3rem;top:31.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRTpbLnZvyv98RcxU6hZU8xc1C9kWeO7 { display:block; }
 }@media only screen and (max-width: 763px) { #X5mlGArhllIhLpKuyrHuIinrvr7wSd9f { display:block; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcT81iVdHCEFDo5qzsTwPiK3uZW4JGDv { top:2rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 { display:block; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u53vXv4xVfyrdUOHmQLWxRkl8orJKZES { top:2.0625rem;left:0rem;width:47.75rem;height:7.4609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb { display:block; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMFNa1iVpXHtZxSnIly4rovsl0z6qe4 { top:2.4375rem;left:0rem;width:47.75rem;height:6.2174479166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 { display:block; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir3mdlyTFEoRvzwD5UUFclKCtAfLoMIy { top:5.9375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTXz3lDbf5T8RUzKZvPQhxXzwLXVGx1 { top:2rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTPIVUT56GSRs9nogqh1SnJDJ6ZciZOp { width:14.875rem;height:3rem;top:31.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MoyqxMSvBb2ZDEJT7qSG7RMuVeWNtA { display:block; }
 }@media only screen and (max-width: 763px) { #fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 { display:block; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxSdOw6IrUk783wrNo0sfHX4cU3etB3E { top:3rem;left:0rem;width:47.75rem;height:9.7658192090394rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q { display:block; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWRGM5B5TD89KsBbvAXPKVxwreA7HlCr { top:1.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAHFG3tKGmXuTdVkT7OFTMoSW2JiLwUm { top:5.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Hdlyi0ZaP41lHWyl1cvCmlxTiLr3tp { width:14.875rem;height:3rem;top:29.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdXgnOSF6hylLIKP7fN7Smon2Fd9Jwn { display:block; }
 }@media only screen and (max-width: 763px) { #thlBFceaBCgVgl2fVkepp7L7DvgnyhoW { display:block; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcQqIalpau77GLUxf2OSKZv2XGuhM1kz { top:2rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se9W3iTdXKTU6C2cCDvXRWmhF31eLNBL { width:14.875rem;height:3rem;top:36.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toGgW0dN5FEl4iGQZP8Gca9TE8FX5umN { display:block; }
 }@media only screen and (max-width: 763px) { #sOccCWelsUdk1cgEa8oMrX6OlMiDlevx { top:9.375rem;left:1.84375rem;width:44.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEJJ9gcBIeX5QhwaZcqRaxlLGS3JoqX { top:4.8125rem;left:9.875rem;width:28rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf388tw3XuWcI2TWBe8lsFPRmLniHZaB { display:block; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anD8cN1zULHFa6W80Mmq9pJ8Q2kRcc6n { top:1.5625rem;left:20.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAz1UwN141RaDr2Iy2pvwBhyPIevIV1 { top:17.75rem;left:0.875rem;width:13.375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWMVgf0CKZlgVU4JuImQFtTHt8ch11S { width:15.375rem;height:2.875rem;top:29.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyc9k3ZEG2fH4B232oR5FxeumLyqBPTO { display:block; }
 }@media only screen and (max-width: 763px) { #IuNdCxVq93d2OPTtuCVk2AfK2BZEIm9g { top:15.9375rem;left:0.875rem;width:13rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgWwX1UviluqHaBSM5dvQ0D4xI3LW694 { top:12.0625rem;left:0.875rem;width:4.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #relusTsx6eQvkG7ueQzAUv3u0KMok9GN { top:7.8125rem;left:0.875rem;width:13rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP { display:block; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1aWT9sxlt1J6Kmuc20hbEUw37DzTDM1 { top:2.5625rem;left:27.25rem;width:4.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbQ0wGT4moFv8oNebS6EJhefCxKeIfh { top:3rem;left:13.3125rem;width:10.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1a6Xzz0vTplUZx8BwnMJTiedaJd1IE { top:1.3125rem;left:13.3125rem;width:9.5625rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPmeKpL0D5lmNipw9A07A93z0dC2feP3 { top:1.3125rem;left:25.25rem;width:9.5625rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N { display:block; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1DAoKBfW6vBD9nL59SyL41ih7nNkTzz { top:1.125rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq { display:block; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAU9f1h342woCcBqTcMptrsVaevOm7qo { top:0.4375rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WADJFMtEyMO0EvVVTTJbf4NDokgku94w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5416449d-a7ae-43af-9bae-b27f70288cd1/bannerspafil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w.adaptive-delivery-prevent-bg, #WADJFMtEyMO0EvVVTTJbf4NDokgku94w.lazyload, #WADJFMtEyMO0EvVVTTJbf4NDokgku94w.lazyloading { background-image: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { background-color: transparent; background-image: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container > .video-iframe-container { display: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row > .video-iframe-container { display: none; }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .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); }#WADJFMtEyMO0EvVVTTJbf4NDokgku94w > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGvPaubg3aMzh7f3S9tsuU0cLk05LBNV { width:20rem;height:4.0625rem;top:14.4990234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0c2243;display:block; }
 }@media only screen and (max-width: 763px) { #EvJT95RBWOIhlx1SgKZdi7RWH3U097FB { width:16.625rem;height:3.0625rem;top:19.7353515625rem;left:1.6875rem;background-color:#042643;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4rAlFHuoJErDIFPeyxK3tnJDuvvUtnc { display:block; }
 }@media only screen and (max-width: 763px) { #ebTFzPQRmzhLklBw8XfPK2Uq348dSVdw { top:1.625rem;left:2.375rem;width:15.25rem;height:7.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H { display:block; }#VX1aPBASZ2kDI3pw3x7hAZymbJAUMa4H > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSt9SnCh9pfvunGTUXrymIuw6grekaeA { width:11.75rem;height:12.625rem;top:1.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMg1gWGkCiG1Xn6nSQpN4PaTgEL5Das { width:12.5625rem;height:1.625rem;top:15.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO12ufcvOiTzu7Wd85GtQ8TzqlthCFZH { width:14.5rem;height:5.25rem;top:17.6875rem;left:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqkA4WfzzNuTAHp5pTi46X3QmIfPAeq { width:12.5rem;height:2.0625rem;top:15.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWDndzCT3pNTavWAX76aOFFcSFBKTWMP { width:15.75rem;height:2.0625rem;top:20.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CosptZrEJ0ilqoPXSnDIThKXVw8F1Rfl { width:15.9375rem;height:2.0625rem;top:17.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMucTiJ1JT3F74HezlfCtCAGmkl6W813 { width:18.25rem;height:4.72265625rem;top:40.5rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2OVPwTDD8pfeysVnqEudCgBDNNH56Q7 { width:20rem;height:7.5625rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaPruTczZFlu3pTUuHCVwfVFVXoGZUt { width:20rem;height:29.125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-radio-label { font-size:0.75rem;overflow:hidden;height:16.625rem;text-align:justify;text-align-last:initial;line-height:1.2;color:#3b636d; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container:first-of-type{padding-top:0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .widget-container:last-of-type{padding-bottom:0;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW  { width:17.5rem;height:auto;top:46.375rem;left:0rem; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW {display:block;}#yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW { width:17.5rem;height:auto;top:46.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #VtnQWc9eQkeNsbFfN4p6gIyqNvtbyCht {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #yNq0tdrQTPCnwSRTDsAvINe8X82BrZIU {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #kfSUkqprF3n3i6lw5mHrdTG1Grza0Xxk {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #ZkFgWt178kQvtQqZuVwA9N7XSOiDP7T5 {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #PTxsWFa5vSGwlLFbIymBtKvClnF6upUB {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #BgvrfINzKMdue4hOzOSLEfSWa4LdyMVz {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #LTLRnROc7a9gRcdMd29umVi2ggcVybpE {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IvUg1E7JQWE655Gb7MGTxVJItMoeTn4Z {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #CHfsOAugIhrytGOEJnRbdtT7KvBwa5bh {  }
 }@media only screen and (max-width: 763px) { #hhoXpSZQTIGZe3zO8fQeTPmmaBIIOZc0 { display:block; }
 }@media only screen and (max-width: 763px) { #CBSoRGhpyBl0TN3F8waEXQpnzOUNrzPx { display:block; }
 }@media only screen and (max-width: 763px) { #eea5HOXhxcqyocp7k6dw8zsXotLooTQD { display:block; }
 }@media only screen and (max-width: 763px) { #kif7ib6KWEGrNTTAV0VTrcxDpuKsMORu { display:block; }
 }@media only screen and (max-width: 763px) { #r6wOH2J3rQwXD5bENXlUs1F9gAAV3nxl { display:block; }
 }@media only screen and (max-width: 763px) { #RklCOG3ApDBPc71yKfFVpwWXd3bKlCZH { display:block; }
 }@media only screen and (max-width: 763px) { #JcBlTvhZvlU8MxVbd2af74lho5i7D78y { display:block; }
 }@media only screen and (max-width: 763px) { #MZzeVza1zMFbb8MXgGTTnX2MdObpJpD8 { display:block; }
 }@media only screen and (max-width: 763px) { #F9yBtnTVKm7pwn9MGnRyk4SRw8pCc9ev { display:block; }
 }@media only screen and (max-width: 763px) { #kiqD47wgIsTBWTduGdCGiGRPyGa2bLJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #xabbH8zJKNf9VFzAPZER1aRfPTXig5xb { display:block; }
 }@media only screen and (max-width: 763px) { #yWxdvCr4QrX0d64NnfwPJHehIcSBcgfD { display:block; }
 }@media only screen and (max-width: 763px) { #VbGTVTbPTpUiynLasM7lo3mJMLHNhQaR { display:block; }
 }@media only screen and (max-width: 763px) { #ViSi2y0igH6TPeV85yrvFXySFka3v0ni { display:block; }
 }@media only screen and (max-width: 763px) { #Z7WwwT6fOrqMEGwb2CRCu1SUazxrGRug { display:block; }
 }@media only screen and (max-width: 763px) { #DcdzcbVzvRsOp5bcymLW4pC0r8Kg5LB4 { display:block; }
 }@media only screen and (max-width: 763px) { #wuFOX3lVlgRgJL5wiZVMeinyyTFvOvZz { display:block; }
 }@media only screen and (max-width: 763px) { #g32zhg8N608N6fJ81GLM2IzLeGzbUOsb { display:block; }
 }@media only screen and (max-width: 763px) { #KNEHlWq3AkHVN8QR21B2nAT1Mn7P7dR6 { display:block; }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #IhWQXrZTSlbnroaUaoh4ArI0S7xoOC7W {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #Bs0Wgg0uvJIVAkvZSGw6wR63NPWpBQdK {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #hTQd9TukTXdgucViviW33wv3v9xTeo7n {  }
 }@media only screen and (max-width: 763px) { #yKwRH00xFwhnB5EBFN5PdXTq9gTi95ZW #dHLVXDAsp7X881osqq3lqtTfl8F6Q9Qp {  }
 }@media only screen and (max-width: 763px) { #sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO { display:block; }#sJXFBwWC0NI25Pvf85PUPoJKxTN0BrCO > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHEMASOlhxZRk1BqBZFH3GqUyussz4J { width:20rem;height:21.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hfQyspOUd0Sxlkls4ElE9Mb7bdQhNV { width:15.625rem;height:4.0625rem;top:0.9375rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pClCtAHiWyhaoMngPcaFOAgZHDIuw1IR { width:14.875rem;height:3rem;top:31.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRTpbLnZvyv98RcxU6hZU8xc1C9kWeO7 { display:block; }
 }@media only screen and (max-width: 763px) { #X5mlGArhllIhLpKuyrHuIinrvr7wSd9f { display:block; }#X5mlGArhllIhLpKuyrHuIinrvr7wSd9f > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcT81iVdHCEFDo5qzsTwPiK3uZW4JGDv { width:13.9375rem;height:4rem;top:1.59375rem;left:3.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 { display:block; }#CACpy01Hgsc3RABaUfp40vQ8r6NXIeK8 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u53vXv4xVfyrdUOHmQLWxRkl8orJKZES { width:20rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb { display:block; }#nvMyrsbG0plTwioFpU4lWuAwc6hJeMOb > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMFNa1iVpXHtZxSnIly4rovsl0z6qe4 { width:20rem;height:2.6041666666667rem;top:1.572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 { display:block; }#UJvyb6XTyqKKE5FPacLJ2Gf6Q2h3RXu3 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir3mdlyTFEoRvzwD5UUFclKCtAfLoMIy { width:20rem;height:21.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTXz3lDbf5T8RUzKZvPQhxXzwLXVGx1 { width:15.625rem;height:3.4375rem;top:1.4375rem;left:2.1875rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VTPIVUT56GSRs9nogqh1SnJDJ6ZciZOp { width:14.875rem;height:3rem;top:32rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MoyqxMSvBb2ZDEJT7qSG7RMuVeWNtA { display:block; }
 }@media only screen and (max-width: 763px) { #fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 { display:block; }#fnVWVCZl64Ppyr7NqbQcKyx2ETuLb6b2 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxSdOw6IrUk783wrNo0sfHX4cU3etB3E { width:20rem;height:4.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q { display:block; }#OCyzTQ8MR1wzuAJ0vLEETxennJB3E26q > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWRGM5B5TD89KsBbvAXPKVxwreA7HlCr { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAHFG3tKGmXuTdVkT7OFTMoSW2JiLwUm { height:11.25rem;width:20rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Hdlyi0ZaP41lHWyl1cvCmlxTiLr3tp { width:14.875rem;height:3rem;top:17.03125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdXgnOSF6hylLIKP7fN7Smon2Fd9Jwn { display:block; }
 }@media only screen and (max-width: 763px) { #thlBFceaBCgVgl2fVkepp7L7DvgnyhoW { display:block; }#thlBFceaBCgVgl2fVkepp7L7DvgnyhoW > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcQqIalpau77GLUxf2OSKZv2XGuhM1kz { width:15.625rem;height:4.0625rem;top:2.3125rem;left:2.1875rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #se9W3iTdXKTU6C2cCDvXRWmhF31eLNBL { width:14.875rem;height:3rem;top:27.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toGgW0dN5FEl4iGQZP8Gca9TE8FX5umN { display:block; }
 }@media only screen and (max-width: 763px) { #sOccCWelsUdk1cgEa8oMrX6OlMiDlevx { width:20rem;height:11.432624113475rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEJJ9gcBIeX5QhwaZcqRaxlLGS3JoqX { width:17.5rem;height:3.8994125rem;top:7.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf388tw3XuWcI2TWBe8lsFPRmLniHZaB { display:block; }#kf388tw3XuWcI2TWBe8lsFPRmLniHZaB > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anD8cN1zULHFa6W80Mmq9pJ8Q2kRcc6n { width:20rem;height:19.875rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAz1UwN141RaDr2Iy2pvwBhyPIevIV1 { width:15.6875rem;height:2.625rem;top:12.3125rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWMVgf0CKZlgVU4JuImQFtTHt8ch11S { width:15.375rem;height:2.875rem;top:43rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyc9k3ZEG2fH4B232oR5FxeumLyqBPTO { display:block; }
 }@media only screen and (max-width: 763px) { #IuNdCxVq93d2OPTtuCVk2AfK2BZEIm9g { width:13rem;height:0.9375rem;top:10.625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgWwX1UviluqHaBSM5dvQ0D4xI3LW694 { width:4.875rem;height:3.125rem;top:6.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #relusTsx6eQvkG7ueQzAUv3u0KMok9GN { width:13rem;height:3rem;top:2rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP { display:block; }#hLovP7kiTJvRuGqmyBOUSwK6Q0gGtVNP > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1aWT9sxlt1J6Kmuc20hbEUw37DzTDM1 { width:5.5625rem;height:4.875rem;top:9.5625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbQ0wGT4moFv8oNebS6EJhefCxKeIfh { width:10.125rem;height:3.1875rem;top:3.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1a6Xzz0vTplUZx8BwnMJTiedaJd1IE { width:9.5625rem;height:0.6875rem;top:1.5rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPmeKpL0D5lmNipw9A07A93z0dC2feP3 { width:9.5625rem;height:0.6875rem;top:8rem;left:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N { display:block; }#sF4RyJT41eEzxNKiDqgRZse5MuXpKS5N > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1DAoKBfW6vBD9nL59SyL41ih7nNkTzz { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq { display:block; }#gUQCnzDCXLeh8vJhLPMQkT3MTL4CkBZq > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAU9f1h342woCcBqTcMptrsVaevOm7qo { width:20rem;height:0.8125rem;top:0.75rem;left:0rem;font-size:0.625rem;display:block; }
 }