.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/K130LLq7/006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ1k930wEusRInt0DThKEXX75LUKlBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/S5u3GQQO/benf_2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH.adaptive-delivery-prevent-bg, #QqQ1k930wEusRInt0DThKEXX75LUKlBH.lazyload, #QqQ1k930wEusRInt0DThKEXX75LUKlBH.lazyloading { background-image: none; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container { background-color: transparent; background-image: none; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container > .video-iframe-container { display: none; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row > .video-iframe-container { display: none; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .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); }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container { border-width: 0; border-radius: 0; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#lehy2WIzwG3XLzE2fhDLmUJM97uDuiSk { position:absolute;display:block;z-index:100023;background-color:#cb1e40;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.68696875rem;width:14.5623125rem;top:22.6875rem;left:45.75rem;display:none; }
#AIO7BVokG6dgntT2Bfp2AgbLibW06I3H { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:23.25rem;left:46.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uI3fhDNWgZUDCMRWyZPlIHxECz9sQlyV { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:26rem;top:6.75rem;left:6.875rem;overflow:hidden;display:block; }
#DEIeckycwFEGoWHDayCKK9UTl3eGg8Wu { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:13.75rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:11.6875rem;left:7.5rem;height:13.75rem;font-style:normal;display:block; }
#f5ATCfoyf9br0tKKILq00s29V9fCmC8f { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:5.5rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:13.875rem;left:25.75rem;height:5.5004875rem;font-style:normal;display:block; }
#TWmyP2IRZ9KIacgkZhWUGWK26GUkHKKK { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:20.0625rem;left:25.75rem;height:3.25rem;font-style:normal;display:block; }
#ED6Dqi8NDTNfbQmcyXzwbADbiHBoqk1M { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:24.0625rem;left:7.5rem;height:5.51171875rem;font-style:normal;display:block; }
#TwUNHxU5CBpA346WZJI6U19t0MOZaq0Q { color:#383333;display:block;width:23.5rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:28.5rem;left:7.5rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-form-header {  }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:21.6875rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:21.6875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .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;border-left:0;border-right:0;border-bottom:0;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:21.6875rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .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; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#3021ff;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:21.6875rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .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; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-container:first-of-type{padding-top:0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-container:last-of-type{padding-bottom:0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99999;position:absolute;top:2.6875rem;left:42.123697280884rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem;display:block;vertical-align:top; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya {display:block;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99999;position:absolute;top:2.6875rem;left:42.123697280884rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #WuVVzRuuHHTRn9GGTfOOeZXyDGBCpO3I { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MroiEzES7X1iUTdVQyQJxx240FdTFwhh { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #FBKhM3ZdzbTCbwUgsMIgGmyUEffHRZZR { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #X4SRWgmAd9wekHTsX06uTZwmSxOGBFUM { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fRa1GVztVN5huqcefrFHiQioRsxpbXun { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #tVDCXnUvH1547bvzLqR01iblpQWPw4T8 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OsGC6pLIMudTNWd3XLIgaV5nNdNglC12 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #LeUAhAH9xnaCcfxmzsvzOxSmHZZc2Trx { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #PuPiqlipTM278glQQ4hkHzNgJToTf8ui { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #n1wddXe6XF6qnXvX4LOKA2WKI2eHwAp2 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #eDT2O6qR6K80NUaDiJJL9OqJAyJp1tun { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #QmKtr1PKqrx8zp3TT8TW2OFrg36Dp3fC { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #F48OMWCVtwek14G3PvWNa3UGv8APHImU { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fx95Hzc2BUQoVpcmSrXb5ayApeNa0RJM { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MUzl8WK6HoxPGzRKWVIuZNqXRlH4uhTH { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UTcqqyhdT399CdBQPe3tpoe9Kua59k43 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MwAhstP4NWNUw95U20eCWl9CP0ZLnKA1 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #VH4lFzPIHzmV6GryJBSU3Rh0M7uKSqC7 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #nf8qzTE31VfCuk4qAco1E8J9TU2eg727 { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #cCHbKqGqq8p4ywXaxuHWf6s6dCWTx8Qv { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #Kvmtu401SeoKTTGymP4lTwn3KpTRawgF { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #wakuPx4NrHOCn7kfM2SawSEi9TpedmfI { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #TAm9oJpBFBD8C9oMd8sNKzT0F65WxB5H { position:relative;z-index:2; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #qRapLO3CztZ7H2Tzfs0S5f58Vc4bhKFp { position:relative; }
#aewIaCZpbDCHDyp4trwhbHvgx1XsMiT6 { position:relative;display:block; }
#ly0SEn5QHqVCAAuWT3wFLbEt9ULseMeT { position:relative;display:block; }
#rMbdQdRrEbQxOQWbEOBKIbA12tRBkzTf { position:relative;display:block; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UED10F8OPthzwKBohiM6qZZzkxU2yLxL { position:relative; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OEmhHV2E20mDinyvvdUONmlgBWWIJnGW { position:relative; }
#LiS0RZ598yIGET6A1wGzx5FOxLbAPAGn { color:#ffffff;display:block;width:12.9986875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:28.272136688233rem;left:44.750001907349rem;height:0.89323125rem;display:block; }
#UoRpRB98JW3V2qAk8ZndyxH0Ie899rmK { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:10.6875rem;top:6.5302734375rem;left:7.8125rem;overflow:hidden;display:block; }
#m6Pz5CTD7qThO0BFRnxIU8bv7xeJlop7 { position:absolute;display:block;z-index:100034;background-color:#000000;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;height:3rem;width:11.75rem;top:5.999267578125rem;left:6.875rem;display:block; }
#TJs63a7GmbFEtDOxSg9ZJgV7rbrIoO3w { position:absolute;display:block;z-index:100036;background-color:rgba(227,227,227,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:30.9375rem;width:22.5625rem;top:3.25rem;left:42.916666030884rem;display:block; }
#zZHNXosZlFwNuWL5hnci821riIgGcHEX { position:absolute;display:block;z-index:100037;background-color:#4745f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.875rem;width:12.5rem;top:15.84375rem;left:47.967447280884rem;display:block; }
#RSR8GUH1v3Ti2X9JH6ThM94rKoHmO0bi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:16.83203125rem;left:47.967447280884rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container { background-color: transparent; background-image: none; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container > .video-iframe-container { display: none; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row > .video-iframe-container { display: none; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .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); }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container { border-width: 0; border-radius: 0; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#fVAnOJROpnTgP6pSL5duZIdaDZOT09Go { color:#ffffff;display:block;width:50.937rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:2.43603515625rem;left:11.9375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfyMQdz0y2tMNUr07KwSHDKA3KiKZKPx { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:13.1865rem;top:2.2802734375rem;left:47.6875rem;overflow:hidden;display:block; }
#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { position:relative;display:block; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { background-color: transparent; background-image: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container > .video-iframe-container { display: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row > .video-iframe-container { display: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .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); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { border-width: 0; border-radius: 0; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#tyWKQJtxxPF2NJlVaqHTKtlWECnIFCHN { position:absolute;display:block;z-index:100008;background-color:#f5f5f5;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:21.8745rem;width:21.4995rem;top:0.875rem;left:10.5rem;display:block; }
#zmIcVgrXoD0Qlt8Uw8r15g6JtZ8bVyKn { color:#000000;display:block;width:15.8115rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.59521484375rem;left:12.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3TpwyMOkH7TSbQiAc3a78VoTmEoklFV { color:#e4e4e4;display:block;width:14.3115rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:12.4365234375rem;left:12.5625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJoJ8euE8iAt8C6heZndvCTHfVFO04dd { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.874025rem;top:3.216796875rem;left:12.5625rem;overflow:hidden;display:block; }
#VEMp9M6h135hWrNyPk3EhoTVwwSKs2Td { position:absolute;display:block;z-index:100009;background-color:#f5f5f5;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:21.8745rem;width:21.4995rem;top:0.875rem;left:42.875rem;display:block; }
#kmCt2Jwo0hymTVKI1i0ShPflrpGCrFHh { color:#555555;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:12.4365234375rem;left:45rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1Of5qcgRZWvuevx8IxbQSJ1WwoGHLLg { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10.59521484375rem;left:45rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTkPqKaxEIMhX91l0h3w5is89HvHrhW7 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1870125rem;width:5.499025rem;top:3.40576171875rem;left:45rem;overflow:hidden;display:block; }
#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container { background-color: transparent; background-image: none; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container > .video-iframe-container { display: none; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row > .video-iframe-container { display: none; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .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); }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container { border-width: 0; border-radius: 0; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#arKwWdOmhcRClpM9WTSadKZ3F5NA0np2 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1870125rem;width:5.1870125rem;top:3.74853515625rem;left:12.5625rem;overflow:hidden;display:block; }
#lxX2Kmcc0BAbTO0OgRhRvdmo9vo15aL0 { position:absolute;display:block;z-index:100012;background-color:#f5f5f5;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:21.875rem;width:21.5rem;top:1rem;left:10.375rem;display:block; }
#o5pP3aJI4DclTMimi3Wm4FESNf3mTNk4 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:11.029296875rem;left:12.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJaLsSKW6kNgE9JPg3gO5O84Mowqnr2p { color:#000000;display:block;width:16.6245rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:12.7763671875rem;left:12.5625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sT7Tc1n80LBgHoZlFDMewRoCZUrts7Ja { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:12.6875rem;left:45.0625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cw3OOXzb7rzzk7qRCG6nidiBTHXdDdd1 { position:absolute;display:block;z-index:100015;background-color:#f5f5f5;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:21.875rem;width:21.5rem;top:1.0625rem;left:43.125rem;display:block; }
#IQ7Sf736CWWKhTuh7DRzBHgVCl9biev6 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:10.5625rem;left:45.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTRPCKuHDgLBgTam9Eu0RloWvrheIRpR { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:7.375rem;top:3.6875rem;left:45.0625rem;overflow:hidden;display:block; }
#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container { background-color: transparent; background-image: none; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container > .video-iframe-container { display: none; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row > .video-iframe-container { display: none; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .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); }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container { border-width: 0; border-radius: 0; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#dPs0Zc8pKFzz1DGP21I78PAm9uov3Tws { color:#dadada;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:4.3125rem;left:13.875rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hr0s7GbhDu8vgFOiC2VLlhoSkK0tqAS0 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:4.375rem;left:29.3125rem;height:6.252625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QqQ1k930wEusRInt0DThKEXX75LUKlBH { display:block; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lehy2WIzwG3XLzE2fhDLmUJM97uDuiSk { top:22.6875rem;left:32.125rem;width:14.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIO7BVokG6dgntT2Bfp2AgbLibW06I3H { top:23.25rem;left:33.125rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3fhDNWgZUDCMRWyZPlIHxECz9sQlyV { top:6.75rem;left:0rem;width:26rem;height:1.8115424186771rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIeckycwFEGoWHDayCKK9UTl3eGg8Wu { width:15.625rem;height:27.5rem;top:11.6875rem;left:0rem;font-size:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ATCfoyf9br0tKKILq00s29V9fCmC8f { width:5.6875rem;height:5.5625rem;top:13.875rem;left:12.125rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmyP2IRZ9KIacgkZhWUGWK26GUkHKKK { width:7.1875rem;height:3.3125rem;top:20.0625rem;left:12.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6Dqi8NDTNfbQmcyXzwbADbiHBoqk1M { width:27.375rem;height:5.5625rem;top:24.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUNHxU5CBpA346WZJI6U19t0MOZaq0Q { top:28.4375rem;left:0rem;width:23.4375rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya {display:block;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #WuVVzRuuHHTRn9GGTfOOeZXyDGBCpO3I {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MroiEzES7X1iUTdVQyQJxx240FdTFwhh {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #FBKhM3ZdzbTCbwUgsMIgGmyUEffHRZZR {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #X4SRWgmAd9wekHTsX06uTZwmSxOGBFUM {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fRa1GVztVN5huqcefrFHiQioRsxpbXun {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #tVDCXnUvH1547bvzLqR01iblpQWPw4T8 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OsGC6pLIMudTNWd3XLIgaV5nNdNglC12 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #LeUAhAH9xnaCcfxmzsvzOxSmHZZc2Trx {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #PuPiqlipTM278glQQ4hkHzNgJToTf8ui {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #n1wddXe6XF6qnXvX4LOKA2WKI2eHwAp2 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #eDT2O6qR6K80NUaDiJJL9OqJAyJp1tun {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #QmKtr1PKqrx8zp3TT8TW2OFrg36Dp3fC {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #F48OMWCVtwek14G3PvWNa3UGv8APHImU {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fx95Hzc2BUQoVpcmSrXb5ayApeNa0RJM {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MUzl8WK6HoxPGzRKWVIuZNqXRlH4uhTH {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UTcqqyhdT399CdBQPe3tpoe9Kua59k43 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MwAhstP4NWNUw95U20eCWl9CP0ZLnKA1 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #VH4lFzPIHzmV6GryJBSU3Rh0M7uKSqC7 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #nf8qzTE31VfCuk4qAco1E8J9TU2eg727 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #cCHbKqGqq8p4ywXaxuHWf6s6dCWTx8Qv {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #Kvmtu401SeoKTTGymP4lTwn3KpTRawgF {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #wakuPx4NrHOCn7kfM2SawSEi9TpedmfI {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #TAm9oJpBFBD8C9oMd8sNKzT0F65WxB5H {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #qRapLO3CztZ7H2Tzfs0S5f58Vc4bhKFp {  }
 }@media only screen and (max-width: 763px) { #aewIaCZpbDCHDyp4trwhbHvgx1XsMiT6 { display:block; }
 }@media only screen and (max-width: 763px) { #ly0SEn5QHqVCAAuWT3wFLbEt9ULseMeT { display:block; }
 }@media only screen and (max-width: 763px) { #rMbdQdRrEbQxOQWbEOBKIbA12tRBkzTf { display:block; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UED10F8OPthzwKBohiM6qZZzkxU2yLxL {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OEmhHV2E20mDinyvvdUONmlgBWWIJnGW {  }
 }@media only screen and (max-width: 763px) { #LiS0RZ598yIGET6A1wGzx5FOxLbAPAGn { top:28.25rem;left:31.125001907349rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoRpRB98JW3V2qAk8ZndyxH0Ie899rmK { top:6.5rem;left:0rem;width:10.6875rem;height:1.8750438606751rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Pz5CTD7qThO0BFRnxIU8bv7xeJlop7 { top:5.9375rem;left:0rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJs63a7GmbFEtDOxSg9ZJgV7rbrIoO3w { top:3.25rem;left:25.1875rem;width:22.5625rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZHNXosZlFwNuWL5hnci821riIgGcHEX { top:15.8125rem;left:34.342447280884rem;width:12.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSR8GUH1v3Ti2X9JH6ThM94rKoHmO0bi { top:16.8125rem;left:34.342447280884rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTAUfGk4KTliT4gCSpqFlgAN41927Ky { display:block; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVAnOJROpnTgP6pSL5duZIdaDZOT09Go { top:2.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfyMQdz0y2tMNUr07KwSHDKA3KiKZKPx { top:2.25rem;left:34.0625rem;width:13.125rem;height:3.3594983149183rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { display:block; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyWKQJtxxPF2NJlVaqHTKtlWECnIFCHN { top:0.875rem;left:2.4375rem;width:21.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmIcVgrXoD0Qlt8Uw8r15g6JtZ8bVyKn { top:10.5625rem;left:5.75rem;width:15.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TpwyMOkH7TSbQiAc3a78VoTmEoklFV { top:12.375rem;left:5.75rem;width:14.25rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoJ8euE8iAt8C6heZndvCTHfVFO04dd { top:3.1875rem;left:5.75rem;width:5.8125rem;height:5.5660833074425rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMp9M6h135hWrNyPk3EhoTVwwSKs2Td { top:0.875rem;left:23.875rem;width:21.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCt2Jwo0hymTVKI1i0ShPflrpGCrFHh { top:12.375rem;left:24.5625rem;width:15.1875rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Of5qcgRZWvuevx8IxbQSJ1WwoGHLLg { top:10.5625rem;left:24.5625rem;width:9.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkPqKaxEIMhX91l0h3w5is89HvHrhW7 { top:3.375rem;left:24.5625rem;width:5.4375rem;height:5.1284963584454rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf { display:block; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arKwWdOmhcRClpM9WTSadKZ3F5NA0np2 { top:3.6875rem;left:5.75rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxX2Kmcc0BAbTO0OgRhRvdmo9vo15aL0 { top:1rem;left:2.4375rem;width:21.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5pP3aJI4DclTMimi3Wm4FESNf3mTNk4 { top:11rem;left:5.75rem;width:9.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaLsSKW6kNgE9JPg3gO5O84Mowqnr2p { top:12.75rem;left:5.75rem;width:16.5625rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7Tc1n80LBgHoZlFDMewRoCZUrts7Ja { top:12.6875rem;left:24.625rem;width:16.5rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw3OOXzb7rzzk7qRCG6nidiBTHXdDdd1 { top:1.0625rem;left:23.875rem;width:21.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7Sf736CWWKhTuh7DRzBHgVCl9biev6 { top:10.5625rem;left:24.625rem;width:9.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTRPCKuHDgLBgTam9Eu0RloWvrheIRpR { top:3.6875rem;left:24.625rem;width:7.3125rem;height:4.0900423728814rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN { display:block; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPs0Zc8pKFzz1DGP21I78PAm9uov3Tws { top:4.3125rem;left:0.25rem;width:13.9375rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr0s7GbhDu8vgFOiC2VLlhoSkK0tqAS0 { top:4.375rem;left:10.5rem;width:37.25rem;height:6.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QqQ1k930wEusRInt0DThKEXX75LUKlBH { display:block; }#QqQ1k930wEusRInt0DThKEXX75LUKlBH > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lehy2WIzwG3XLzE2fhDLmUJM97uDuiSk { width:14.5rem;height:3.625rem;top:35rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIO7BVokG6dgntT2Bfp2AgbLibW06I3H { width:12.5rem;height:2.5rem;top:35.1875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI3fhDNWgZUDCMRWyZPlIHxECz9sQlyV { width:20rem;height:1.3942307692308rem;top:1.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIeckycwFEGoWHDayCKK9UTl3eGg8Wu { width:15.5625rem;height:11.6189375rem;top:3.4541015625rem;left:0rem;font-size:8.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f5ATCfoyf9br0tKKILq00s29V9fCmC8f { width:5.686525rem;height:2.6rem;top:7.96435546875rem;left:12.21533203125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TWmyP2IRZ9KIacgkZhWUGWK26GUkHKKK { width:7.1865rem;height:2.6rem;top:10.52490234375rem;left:12.21533203125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ED6Dqi8NDTNfbQmcyXzwbADbiHBoqk1M { width:19.9995rem;height:5.59895625rem;top:15.497075rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwUNHxU5CBpA346WZJI6U19t0MOZaq0Q { width:9.6875rem;height:2.25rem;top:21.155006408691rem;left:5.1553621888161rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.125rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.125rem; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:2.875rem;background-color:#0213e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya  { width:13.75rem;height:auto;top:23.47265625rem;left:1.87353515625rem;z-index:99997; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya {display:block;}#WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya { width:13.75rem;height:auto;top:23.47265625rem;left:1.87353515625rem;z-index:99997; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #WuVVzRuuHHTRn9GGTfOOeZXyDGBCpO3I {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MroiEzES7X1iUTdVQyQJxx240FdTFwhh {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #FBKhM3ZdzbTCbwUgsMIgGmyUEffHRZZR {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #X4SRWgmAd9wekHTsX06uTZwmSxOGBFUM {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fRa1GVztVN5huqcefrFHiQioRsxpbXun {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #tVDCXnUvH1547bvzLqR01iblpQWPw4T8 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OsGC6pLIMudTNWd3XLIgaV5nNdNglC12 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #LeUAhAH9xnaCcfxmzsvzOxSmHZZc2Trx {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #PuPiqlipTM278glQQ4hkHzNgJToTf8ui {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #n1wddXe6XF6qnXvX4LOKA2WKI2eHwAp2 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #eDT2O6qR6K80NUaDiJJL9OqJAyJp1tun {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #QmKtr1PKqrx8zp3TT8TW2OFrg36Dp3fC {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #F48OMWCVtwek14G3PvWNa3UGv8APHImU {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #fx95Hzc2BUQoVpcmSrXb5ayApeNa0RJM {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MUzl8WK6HoxPGzRKWVIuZNqXRlH4uhTH {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UTcqqyhdT399CdBQPe3tpoe9Kua59k43 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #MwAhstP4NWNUw95U20eCWl9CP0ZLnKA1 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #VH4lFzPIHzmV6GryJBSU3Rh0M7uKSqC7 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #nf8qzTE31VfCuk4qAco1E8J9TU2eg727 {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #cCHbKqGqq8p4ywXaxuHWf6s6dCWTx8Qv {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #Kvmtu401SeoKTTGymP4lTwn3KpTRawgF {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #wakuPx4NrHOCn7kfM2SawSEi9TpedmfI {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #TAm9oJpBFBD8C9oMd8sNKzT0F65WxB5H {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #qRapLO3CztZ7H2Tzfs0S5f58Vc4bhKFp {  }
 }@media only screen and (max-width: 763px) { #aewIaCZpbDCHDyp4trwhbHvgx1XsMiT6 { display:block; }
 }@media only screen and (max-width: 763px) { #ly0SEn5QHqVCAAuWT3wFLbEt9ULseMeT { display:block; }
 }@media only screen and (max-width: 763px) { #rMbdQdRrEbQxOQWbEOBKIbA12tRBkzTf { display:block; }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #UED10F8OPthzwKBohiM6qZZzkxU2yLxL {  }
 }@media only screen and (max-width: 763px) { #WnD1FRZI0U9TzBMfk5BcZ5vVDIVI96ya #OEmhHV2E20mDinyvvdUONmlgBWWIJnGW {  }
 }@media only screen and (max-width: 763px) { #LiS0RZ598yIGET6A1wGzx5FOxLbAPAGn { width:14.125rem;height:0.97395625rem;top:46.160158157349rem;left:4.4843752980232rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #UoRpRB98JW3V2qAk8ZndyxH0Ie899rmK { width:8.187rem;height:1.3125rem;top:1.88232421875rem;left:0.841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Pz5CTD7qThO0BFRnxIU8bv7xeJlop7 { width:9rem;height:3rem;top:1.22607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJs63a7GmbFEtDOxSg9ZJgV7rbrIoO3w { width:16rem;height:27.625rem;top:24.035157680511rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZHNXosZlFwNuWL5hnci821riIgGcHEX { width:12.5rem;height:5.875rem;top:34.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSR8GUH1v3Ti2X9JH6ThM94rKoHmO0bi { width:12.5rem;height:3.89844375rem;top:35.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTAUfGk4KTliT4gCSpqFlgAN41927Ky { display:block; }#XOTAUfGk4KTliT4gCSpqFlgAN41927Ky > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVAnOJROpnTgP6pSL5duZIdaDZOT09Go { width:15.4375rem;height:8.1rem;top:2.8437504768372rem;left:2.2812501192093rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfyMQdz0y2tMNUr07KwSHDKA3KiKZKPx { width:13.125rem;height:3.3592594699124rem;top:8.4375rem;left:3.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { display:block; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth { background-color: transparent; background-image: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container > .video-iframe-container { display: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row > .video-iframe-container { display: none; }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .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); }#K2HIMph8y3hqoU0DQUUzA7O3cDbT0Zth > .row .container { width:20rem;height:40rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyWKQJtxxPF2NJlVaqHTKtlWECnIFCHN { width:19.9995rem;height:16.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmIcVgrXoD0Qlt8Uw8r15g6JtZ8bVyKn { width:19.9365rem;height:1.625rem;top:9.81103515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3TpwyMOkH7TSbQiAc3a78VoTmEoklFV { width:19.9995rem;height:5.25rem;top:12.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJoJ8euE8iAt8C6heZndvCTHfVFO04dd { width:3.375rem;height:3.249025rem;top:5.6875rem;left:7.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMp9M6h135hWrNyPk3EhoTVwwSKs2Td { width:20rem;height:18.125rem;top:21.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCt2Jwo0hymTVKI1i0ShPflrpGCrFHh { width:19.9995rem;height:5.25rem;top:31.24755859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1Of5qcgRZWvuevx8IxbQSJ1WwoGHLLg { width:19.9995rem;height:1.625rem;top:28.7158203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTkPqKaxEIMhX91l0h3w5is89HvHrhW7 { width:3.375rem;height:3.1875rem;top:23.68603515625rem;left:8.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf { display:block; }#sgKb0ulI35NG2pKcqoAv5Gu8yHXEZtzf > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arKwWdOmhcRClpM9WTSadKZ3F5NA0np2 { width:3.3120125rem;height:3.249025rem;top:3.99609375rem;left:8.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxX2Kmcc0BAbTO0OgRhRvdmo9vo15aL0 { width:20rem;height:21.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5pP3aJI4DclTMimi3Wm4FESNf3mTNk4 { width:9.9375rem;height:1.625rem;top:8.9033203125rem;left:5.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJaLsSKW6kNgE9JPg3gO5O84Mowqnr2p { width:16.5615rem;height:7.875rem;top:12.275390625rem;left:1.68603515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sT7Tc1n80LBgHoZlFDMewRoCZUrts7Ja { width:16.5rem;height:7.875rem;top:34.97314453125rem;left:1.7490234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw3OOXzb7rzzk7qRCG6nidiBTHXdDdd1 { width:20rem;height:21.8125rem;top:24.374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7Sf736CWWKhTuh7DRzBHgVCl9biev6 { width:9.9375rem;height:1.625rem;top:31.623046875rem;left:5.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTRPCKuHDgLBgTam9Eu0RloWvrheIRpR { width:4.9995125rem;height:2.7495125rem;top:26.87255859375rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN { display:block; }#BINA6PgbLKs7Mv5Av699fwsWDMBQnpvN > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPs0Zc8pKFzz1DGP21I78PAm9uov3Tws { width:20.0625rem;height:4.1979125rem;top:3.49951171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hr0s7GbhDu8vgFOiC2VLlhoSkK0tqAS0 { width:19.9995rem;height:11.612rem;top:9.2490234375rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }