.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:229,219,225;--color-primary-1:169,134,155;--color-primary-2:83,12,55;--color-primary-3:42,6,28;--color-primary-4:12,2,8;--color-secondary-0:250,248,241;--color-secondary-1:240,231,208;--color-secondary-2:224,206,161;--color-secondary-3:112,103,81;--color-secondary-4:34,31,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Montserrat"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ddcfc31-b70b-4c0c-8da5-3b1be839fd8b/gin4_popr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;overflow:visible;position:relative;display:block; }#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6240234375rem;left:10.9375rem;height:7.4739375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.9375rem;left:23.46875rem;display:block; }
#G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac5N73AyQqUkSsWATSfzSJPTAxkyweMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xbNpdv3XklW7hUEzlt7WdoDBTzShTR6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.875rem;left:23.46875rem; }
#D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ByWRSzZhuzo4vhWvvtLz7mn6RrvJlnpM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:28.9375rem;left:26.59375rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ztEZJOIr2FrAEvrSSETRW9XsVt3CFCGU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AfTEotWxlWZp6TF1UWeWOcMROioEaPkT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12305rem;width:13.249375rem;top:1.8125rem;left:23.375001907349rem;overflow:hidden;display:block; }
#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S > .row .container { border-width: 0; border-radius: 0; }#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:none; }#I27xxoQhV1or9nRhhKBWsaxqc61339CS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8732643127441rem;left:8.96875rem;height:6.173325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a24giKO6TaKSBgBdGdfVG6Dm3Vty6g6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.5607643127444rem;left:3.8263893127441rem; }
#GUGSeC5l8qbiUxuk6kZ8SHkuhy9eddRN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.771701812744rem;left:3.8263893127441rem; }
#EgpecC2fXdsaSwDtzNWaO2EaBTwlx2yU { color:#1e1e1e;display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5607643127444rem;left:8.96875rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7W7J2914x0rC8i8UsF6z4gxifSEhpsk { color:#1e1e1e;display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.484375rem;left:8.96875rem;height:5.3624125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v6xuIqbmeGvtpkXQB0WIEMkdiZPzbRVz { color:#1e1e1e;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8524308204651rem;left:13.3125rem;height:2.6809875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Umo9JtUWZ1IfBCVeFdBkEC5h7q92IIoI { color:#1e1e1e;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.221354961395rem;left:16.25rem;height:2.6809875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yBaeJ70oSkW7tuS70LBL3KbNP8mwhZrR { color:#1e1e1e;display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5607643127444rem;left:8.96875rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { 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:20.875rem;width:31.375rem;top:7.21875rem;left:0rem;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:21.75rem;width:29.375rem;top:9.0625rem;left:30.625rem;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.23095703125rem;left:32.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:#212529;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:15.625rem;left:32.5rem;height:6.3744375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:26.4375rem;left:32.5rem;display:block; }
#BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.15625rem;left:50rem; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#WoD27ZXFaKhTrPyo10lnzoaTT1we52KX { 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:20.9375rem;width:31.5rem;top:7.1875002384187rem;left:0rem;overflow:hidden;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !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; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:103.1875rem;width:60rem;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:#212529;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.75rem;left:1.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1005859375rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:5.3125rem;left:0rem;display:block; }
#u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { 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:19.4375rem;width:29.1875rem;top:8.8125rem;left:30.6875rem;overflow:hidden;display:block; }
#uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:20.0625rem;width:31.3125rem;top:10.03125rem;left:0rem;display:block; }
#XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.8125rem;left:3rem; }
#qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.4375rem;left:3rem; }
#SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18rem;left:3rem; }
#Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:3.0625rem;left:0rem;display:none; }
#ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { color:#212529;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:14.328125rem;left:4.3125rem;height:9.5616375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:57.060762405396rem;left:7.875rem;display:block; }
#QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#n8skKTgGww1LMgOrXnA1AKd345o96TzM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { 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:48.6875rem;width:57.5rem;display:none; }
#O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { color:#212529;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:25.15625rem;left:1.8125rem;height:1.59360625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.59375rem;left:3rem; }
#bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.1875rem;left:3rem; }
#Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { color:#212529;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:41.436633110046rem;left:0rem;height:12.7488625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.25rem;width:29.25rem;top:34.999130249024rem;left:30.75rem;display:block; }
#a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.749998092651rem;left:0rem;height:4.5486125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:39.1875rem;left:0rem;display:block; }
#qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { 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:50.625rem;width:60rem;display:none; }
#sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { color:#1e1e1e;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { color:#212529;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:42.5rem;left:0rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { color:#212529;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:70.875rem;left:0rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rTHnL6fcd9ABJtpD4GQEkcBJR8nNTfy5 { color:#212529;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:104.75rem;left:4.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Q4TdxHGeAgNwwrtyaNZ2TJMxAk0G8G5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:71.125rem;left:44.375rem; }
#N9K9koKGmq7gHPgTHOymsBTkP4aEwX2G { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:32.3125rem;top:66.5624961853rem;left:0rem;overflow:hidden;display:block; }
#KRQ89K4VnbNqxO1PclPzXI2DuXCvUl7X { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:29.8125rem;width:29.375rem;top:69.75rem;left:30.625rem;display:block; }
#CBOlufS4vpWbPE4R3TKzafrXz6T8lpG7 { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:94.3125rem;left:31.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w0pixi2Zu2OR35KKQRPIrFLEZtGzG5Sa { color:#212529;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:73.6875rem;left:31.875rem;height:15.93605rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g2JiWw8i1JWxGPP4VsdX0PGeoKlLXZeU { color:#212529;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:107.625rem;left:31.875rem;height:27.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i4Q0T1NoQZ0GbQllMXm1CCkgA9NTav7l { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.9375rem;left:0rem;display:none; }
#W7ktvhBX8wkyHmGithQANWvViI3AUDRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIpn5GiDt4n2uyQuarBhITgcMzAhtgMX { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:94.31249809265rem;left:9.125rem;display:block; }
#klPHuyUxRBoKKs9zbn4ZW6lxSRKIncsE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CILS7F1DcyOGlCV9XBqN3aEif86hiFtG { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:95.5625rem;left:31.875rem;height:1.0559875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAT13dKcW2RHqaic27b3xdn2VJmD4tsP { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:128.03125rem;left:31.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eTm7UgoM0Ty0KQfkq8boODlBJezzdeMN { color:#212529;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:104.75rem;left:4.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cxMzbeGAkGsPRSrgvlR96zTZDPWazpDo { color:#212529;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:25.15625rem;left:1.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.0625rem;height:3.413625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.4375rem;top:34.1875rem;left:41.125rem;display:block; }
#w88GfesV0e7odH4Jpykwue1b8fJZ77PA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.375rem;top:21.8125rem;left:3.0625rem;display:block; }
#Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:19.8125rem;left:45.75rem;display:block; }
#vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:44.4375rem;left:0.625rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { color:#1e1e1e;display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:2.875rem;left:0rem;display:block; }
#Mt0JfqTgfqouDSM0JAOz7cf9mlTkxcX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.1875rem;left:35.9375rem;height:2.27575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s1gilzy8faNU4xeSmtLAZEr7KZRHXrWy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.625rem;left:35.375rem;height:1.137875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VmfKgICDZTEHVTvWQt8wt6UxcM1aO1Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:42.4375rem;left:39.375rem;height:1.137875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I8MgvtTFxU1FOhrzrlMFo3i5yxaLAbqF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.875rem;left:1.6875rem;height:2.27575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgtydHt8sIJPyTspVlvHnnUgLDAa3V4Q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.625rem;top:32.5rem;left:1.6875rem;display:block; }
#EGs6crSmkycHh8mXZNqm2AtSBBzUEGpZ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.875rem;top:43.75rem;left:46.9375rem;display:block; }
#JtNUfMqwzmpHX5lQpfnkNxfiUZBkro6H { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:20.375rem;left:39.625rem;height:5.624275rem;text-align:right;text-align-last:right;display:block; }
#DKPWAS5PguuC6b9nxnzzv3wMlXVqJgDI { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:44rem;left:38.125rem;height:2.25rem;text-align:right;text-align-last:right;display:block; }
#eZSyEdGN5TE6gQIp9cdhwJ5bW16tnavo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#XyC0Ioo4BusiCPWTGuEniXHDboZP9cu9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#AAsLnGdwPQkJzsQTGtt8zCEggSzCmR3D { color:#212529;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:43.1875rem;left:3.0625rem;height:3.37456875rem;text-align:left;text-align-last:left;display:block; }
#tbvszFgVuDSmGvW3VIuSi6bnChIHU86u { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.375rem;top:42.75rem;left:3.0625rem;display:block; }
#lVz4Vft6i3AlnOE9b5M1XAaTJFewKdB9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.1875rem;left:3.0625rem;height:2.27575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGHQ052yW62D0XVhubNeo1hA8mu7Ny31 { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:22.5625rem;left:3.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#zqvqKoaMTZ21caVqCqLC4eimMUALyaN2 { color:#212529;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:33.0625rem;left:1.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#KTtR95VSPJsL9IwECJGQQyCNv8DiJrDM { color:#212529;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:34.625rem;left:41.5625rem;height:2.2497125rem;text-align:right;text-align-last:right;display:block; }
#e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.625rem;width:34.3125rem;top:1.6875rem;left:14.0625rem;overflow:hidden;display:block; }
#TraLw4JlTZzIgoHQptycEMIWP1xhMNIM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#mdQKmc3hSHapcbglp05ko7yduwEkQFDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { background-color: transparent; background-image: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .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); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { border-width: 0; border-radius: 0; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { color:#212529;display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.015625rem;left:0rem;height:3.1872125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.8125rem;left:31.4375rem;display:block; }
#DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:0.25rem;width:6.25rem;top:5.953125rem;left:0rem;display:block; }
#cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.875rem;left:17.4375rem;display:block; }
#kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:0.875rem;font-family:arial;height:61.95138875rem;width:60rem;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { color:#212529;display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:2.43634375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SRi41IutR6NZwumOP0MmPcuNshG1phN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:19.5625rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-form-header {  }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:37.9375rem;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;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #212529;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:37.9375rem;box-sizing:border-box;height:2.75rem;color:#212529;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-textarea { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #212529;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:37.9375rem;box-sizing:border-box;height:3.125rem;color:#212529;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left: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:37.9375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .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; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .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:rgba(var(--color-tertiary-4),1);background-image:none;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:13.25rem;margin-bottom:0.25rem;margin-left:13.25rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:11.375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 [class*="-text"]:-moz-placeholder { color:#707070;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 [class*="-text"]::-moz-placeholder { color:#707070;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 [class*="-text"]:-ms-input-placeholder { color:#707070;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 [class*="-text"]::-webkit-input-placeholder { color:#707070;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#707070;vertical-align:top;width:38.0625rem;overflow:hidden;font-style:normal;float:none; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .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; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-container:first-of-type{padding-top:0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-container:last-of-type{padding-bottom:0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:9.78125rem;top:18.968734741211rem;z-index:15005;position:absolute; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.9375rem;display:block;vertical-align:top; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 {display:block;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:9.78125rem;top:18.968734741211rem;z-index:15005;position:absolute; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xZty4TxdrmBbJ5d98hkTzT7xGhFLt6Vl { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bVuRC8KawIG01D8RMuadcBxmsCybRGqt { position:relative;display:none; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bW1TNuIN1eK5mEdAG9cSWFUI9y43V78a { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Qn4ivkIHOO8rcXlaSuDHUuquFqrApbhX { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #RU9Tf26FlFaAyXNbfqIPpeBSkLGwcuVD { position:relative;display:none; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #pBBl1MbQ2PfzXS7quTppn3Vi6AfiVnXT { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #kEZezn7QN9tA0JQWzoZWTTTQ9STz1Tda { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #p4gD1upOodB40PEmiG7MxNetnIQKBhQH { position:relative;display:none; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #qldW4ppQaxKl44qcVqoaJHqHXyqA5mLV { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #KN4tvRQafwh4SHcx04lTxTGtEgMEyJBD { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #D4wDsniJBdzSBmNHS8agNTB9fgPlwmQS { position:relative;z-index:2; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #TSHJwGx5xJTox0iTItvHmHDW4lM6AOrw { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xEa69eAikxdw5JqqTat4Gz7ThMLK0B3v { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #DTNPxMQNeDz4zL3LbWvFc44RpTttB3Ky { position:relative;z-index:2; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #sEw2T8slfEfHrfqGr1HGVu8NfebGDOGz { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #z7to9iXmIZOeUMaKsy5qnMiwtEnk6JSp { position:relative;display:block;z-index:15000; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #QegmVrzplUb1gNdPkpwmOZ7XnRZkIcN3 { position:relative;display:block;z-index:15000; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Kvdqv60l8SivsGyZUMiptF19kDKDJwrT { position:relative; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #NE3gzlcSMRbKDikPOeqHk6xH4ayGvEmO { position:relative; }
#qHT0CrPrBiO4N46xgOCDpJDW58EcDrrd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:59.965270996094rem;left:22.763889312744rem;height:1.29948125rem;display:block; }
#PbGTwTLnoJvAE9PHTi32TtA6oLPIDixe { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:59.3515625rem;left:25.40625rem;height:1.29948125rem;display:block; }
#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container { background-color: transparent; background-image: none; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container > .video-iframe-container { display: none; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row > .video-iframe-container { display: none; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .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); }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container { border-width: 0; border-radius: 0; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#nFATyBcxL9DMXMOaXCsZCAHdcg8nixob { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:0.462890625rem;left:0rem;height:1.9502375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPmTnQCvXucMA9mcq7cK5If9LkkAeTGg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.94921875rem;left:29.5rem;height:0.97511875rem;text-align:center;text-align-last:center;display:block; }
#TFJ0dpOQOzKALUyD2XxhTt1IrAeOXcJx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:50.3125rem;height:0.97511875rem;text-align:center;text-align-last:center;display:block; }
#efulzslNWGrPU5NZOi1Fdxooapm9eQTv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv { background-color: transparent; background-image: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container > .video-iframe-container { display: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row > .video-iframe-container { display: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .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); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv { border-width: 0; border-radius: 0; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PWKrF31OaeztxmLLVNxNeHokJkoizsEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:0.3125rem;left:56.5625rem; }
#PWKrF31OaeztxmLLVNxNeHokJkoizsEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#M6KgtwfNkqHAl91snkQztKLM5QQnzJVS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:66.88720703125rem;left:56.5625rem;display:none; }
#M6KgtwfNkqHAl91snkQztKLM5QQnzJVS > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:40.8125rem;height:7.4375rem;top:19.5625rem;left:4.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:13.0625rem;height:3rem;top:32.9375rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #ac5N73AyQqUkSsWATSfzSJPTAxkyweMm { display:none; }
 }@media only screen and (max-width: 763px) { #xbNpdv3XklW7hUEzlt7WdoDBTzShTR6R { display:none; }
 }@media only screen and (max-width: 763px) { #D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 { top:28.875rem;left:17.375rem;width:3.125rem;height:3.125rem;display:block; }
#D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ByWRSzZhuzo4vhWvvtLz7mn6RrvJlnpM { width:9.5rem;height:2.625rem;top:28.9375rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEZJOIr2FrAEvrSSETRW9XsVt3CFCGU { display:none; }
 }@media only screen and (max-width: 763px) { #AfTEotWxlWZp6TF1UWeWOcMROioEaPkT { top:1.8125rem;left:17.250001907349rem;width:13.1875rem;height:3.1084652577952rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S { display:block; }#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I27xxoQhV1or9nRhhKBWsaxqc61339CS { width:42.0625rem;height:3.0625rem;top:1.8125rem;left:2.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24giKO6TaKSBgBdGdfVG6Dm3Vty6g6W { top:6.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUGSeC5l8qbiUxuk6kZ8SHkuhy9eddRN { top:12.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgpecC2fXdsaSwDtzNWaO2EaBTwlx2yU { width:47.75rem;height:;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7W7J2914x0rC8i8UsF6z4gxifSEhpsk { width:47.75rem;height:;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xuIqbmeGvtpkXQB0WIEMkdiZPzbRVz { width:13.25rem;height:2.625rem;top:5.8125rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umo9JtUWZ1IfBCVeFdBkEC5h7q92IIoI { width:23.75rem;height:2.625rem;top:16.1875rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBaeJ70oSkW7tuS70LBL3KbNP8mwhZrR { width:15.8125rem;height:;top:13.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:31.375rem;height:20.875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:29.375rem;height:21.75rem;top:9.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:26.9375rem;height:;top:10.1875rem;left:20.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:22.3125rem;height:7.9375rem;top:15.625rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { width:19.6875rem;height:3.125rem;top:26.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block; }
 }@media only screen and (max-width: 763px) { #yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { top:27.125rem;left:43.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #WoD27ZXFaKhTrPyo10lnzoaTT1we52KX { top:7.1875rem;left:0rem;width:31.5rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:30.0625rem;height:1.5625rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:47.75rem;height:2.25rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.25rem;height:0.25rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:29.1875rem;height:19.4375rem;top:8.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:31.3125rem;height:20.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { top:14.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { top:16.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { top:18rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { top:14.3125rem;left:0rem;width:27.3125rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:57rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { width:45.8125rem;height:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { width:30.0625rem;height:3.1875rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { top:19.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { top:21.1875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { width:30.9375rem;height:12.75rem;top:41.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { top:34.9375rem;left:18.5rem;width:29.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { width:32.8125rem;height:4.5rem;top:33.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { width:6.25rem;height:0.25rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { width:47.75rem;height:40.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { width:20rem;height:;top:3rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { width:20rem;height:7.375rem;top:61.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { width:20rem;height:14.8125rem;top:114.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTHnL6fcd9ABJtpD4GQEkcBJR8nNTfy5 { width:20rem;height:2.9375rem;top:163.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4TdxHGeAgNwwrtyaNZ2TJMxAk0G8G5z { top:71.125rem;left:38.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9K9koKGmq7gHPgTHOymsBTkP4aEwX2G { width:32.3125rem;height:25.0625rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRQ89K4VnbNqxO1PclPzXI2DuXCvUl7X { width:29.375rem;height:29.8125rem;top:69.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBOlufS4vpWbPE4R3TKzafrXz6T8lpG7 { width:26.9375rem;height:1.1875rem;top:94.3125rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0pixi2Zu2OR35KKQRPIrFLEZtGzG5Sa { width:27.1875rem;height:19.125rem;top:73.6875rem;left:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2JiWw8i1JWxGPP4VsdX0PGeoKlLXZeU { width:20rem;height:23.75rem;top:178.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4Q0T1NoQZ0GbQllMXm1CCkgA9NTav7l { width:13.0625rem;height:3rem;top:52.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7ktvhBX8wkyHmGithQANWvViI3AUDRD { display:block; }
 }@media only screen and (max-width: 763px) { #EIpn5GiDt4n2uyQuarBhITgcMzAhtgMX { width:13.0625rem;height:3rem;top:94.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPHuyUxRBoKKs9zbn4ZW6lxSRKIncsE { display:block; }
 }@media only screen and (max-width: 763px) { #CILS7F1DcyOGlCV9XBqN3aEif86hiFtG { width:26.9375rem;height:1rem;top:95.5625rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAT13dKcW2RHqaic27b3xdn2VJmD4tsP { width:20rem;height:;top:202.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTm7UgoM0Ty0KQfkq8boODlBJezzdeMN { width:20rem;height:4.4375rem;top:238.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxMzbeGAkGsPRSrgvlR96zTZDPWazpDo { width:20rem;height:2.9375rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { top:17.9375rem;left:0rem;width:19rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { top:34.1875rem;left:31.3125rem;width:16.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88GfesV0e7odH4Jpykwue1b8fJZ77PA { top:21.8125rem;left:0rem;width:15.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { top:19.8125rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { top:44.4375rem;left:0rem;width:15.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0JfqTgfqouDSM0JAOz7cf9mlTkxcX4 { top:17.1875rem;left:28.25rem;width:19.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1gilzy8faNU4xeSmtLAZEr7KZRHXrWy { top:32.625rem;left:25.625rem;width:22.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmfKgICDZTEHVTvWQt8wt6UxcM1aO1Ts { top:42.4375rem;left:33.25rem;width:14.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8MgvtTFxU1FOhrzrlMFo3i5yxaLAbqF { top:29.875rem;left:0rem;width:22.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtydHt8sIJPyTspVlvHnnUgLDAa3V4Q { top:32.5rem;left:0rem;width:12.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGs6crSmkycHh8mXZNqm2AtSBBzUEGpZ { top:43.75rem;left:40.8125rem;width:6.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtNUfMqwzmpHX5lQpfnkNxfiUZBkro6H { top:20.375rem;left:31.875rem;width:15.875rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPWAS5PguuC6b9nxnzzv3wMlXVqJgDI { top:44rem;left:31.875rem;width:15.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZSyEdGN5TE6gQIp9cdhwJ5bW16tnavo { display:none; }
 }@media only screen and (max-width: 763px) { #XyC0Ioo4BusiCPWTGuEniXHDboZP9cu9 { display:none; }
 }@media only screen and (max-width: 763px) { #AAsLnGdwPQkJzsQTGtt8zCEggSzCmR3D { top:43.1875rem;left:0rem;width:16.5rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvszFgVuDSmGvW3VIuSi6bnChIHU86u { top:42.75rem;left:0rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVz4Vft6i3AlnOE9b5M1XAaTJFewKdB9 { top:40.1875rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGHQ052yW62D0XVhubNeo1hA8mu7Ny31 { top:22.5625rem;left:0rem;width:15.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvqKoaMTZ21caVqCqLC4eimMUALyaN2 { top:33.0625rem;left:0rem;width:16.8125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTtR95VSPJsL9IwECJGQQyCNv8DiJrDM { top:34.625rem;left:31.875rem;width:15.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { top:1.6875rem;left:7.9375rem;width:34.3125rem;height:51.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TraLw4JlTZzIgoHQptycEMIWP1xhMNIM { display:none; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:47.75rem;height:3.1875rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:40rem;height:;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:15.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:11.9375rem;height:3rem;top:15.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:40.4375rem;height:;top:3.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { width:47.75rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRi41IutR6NZwumOP0MmPcuNshG1phN3 { width:40.4375rem;height:2.25rem;top:16rem;left:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-regular-label { display:block;width:39.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text { width:39.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-textarea { width:39.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select { width:39.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-button { width:11.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:13.75rem; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-checkbox-label { width:38.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1  { width:39.3125rem;height:auto;top:18.9375rem;left:3.65625rem; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .radio-container { width:39.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 {display:block;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 { width:39.3125rem;height:auto;top:18.9375rem;left:3.65625rem; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xZty4TxdrmBbJ5d98hkTzT7xGhFLt6Vl {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bVuRC8KawIG01D8RMuadcBxmsCybRGqt { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bW1TNuIN1eK5mEdAG9cSWFUI9y43V78a {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Qn4ivkIHOO8rcXlaSuDHUuquFqrApbhX {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #RU9Tf26FlFaAyXNbfqIPpeBSkLGwcuVD { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #pBBl1MbQ2PfzXS7quTppn3Vi6AfiVnXT {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #kEZezn7QN9tA0JQWzoZWTTTQ9STz1Tda {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #p4gD1upOodB40PEmiG7MxNetnIQKBhQH { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #qldW4ppQaxKl44qcVqoaJHqHXyqA5mLV {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #KN4tvRQafwh4SHcx04lTxTGtEgMEyJBD {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #D4wDsniJBdzSBmNHS8agNTB9fgPlwmQS {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #TSHJwGx5xJTox0iTItvHmHDW4lM6AOrw {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xEa69eAikxdw5JqqTat4Gz7ThMLK0B3v {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #DTNPxMQNeDz4zL3LbWvFc44RpTttB3Ky {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #sEw2T8slfEfHrfqGr1HGVu8NfebGDOGz {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #z7to9iXmIZOeUMaKsy5qnMiwtEnk6JSp {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #QegmVrzplUb1gNdPkpwmOZ7XnRZkIcN3 {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Kvdqv60l8SivsGyZUMiptF19kDKDJwrT {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #NE3gzlcSMRbKDikPOeqHk6xH4ayGvEmO {  }
 }@media only screen and (max-width: 763px) { #qHT0CrPrBiO4N46xgOCDpJDW58EcDrrd { top:59.9375rem;left:16.638889312744rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbGTwTLnoJvAE9PHTi32TtA6oLPIDixe { top:59.3125rem;left:19.28125rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNJcHD6gEpsUm7JolPVHmiVkR7767ukw { display:block; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFATyBcxL9DMXMOaXCsZCAHdcg8nixob { top:0.4375rem;left:0rem;width:28.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmTnQCvXucMA9mcq7cK5If9LkkAeTGg { top:0.9375rem;left:23.375rem;width:9.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJ0dpOQOzKALUyD2XxhTt1IrAeOXcJx { top:0.8125rem;left:38.0625rem;width:9.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efulzslNWGrPU5NZOi1Fdxooapm9eQTv { display:none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWKrF31OaeztxmLLVNxNeHokJkoizsEM { top:0.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#PWKrF31OaeztxmLLVNxNeHokJkoizsEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #M6KgtwfNkqHAl91snkQztKLM5QQnzJVS { top:66.875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:none; }
#M6KgtwfNkqHAl91snkQztKLM5QQnzJVS > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9e6d9c9-92db-4d98-a348-4cfb03e25c96/ginekologia4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:18.5625rem;height:5.0629375rem;top:7.125rem;left:0.71875005960463rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:12.5rem;height:3.5rem;top:34.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #ac5N73AyQqUkSsWATSfzSJPTAxkyweMm { display:flex;top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #xbNpdv3XklW7hUEzlt7WdoDBTzShTR6R { display:flex;top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 { display:flex;width:3.125rem;height:3.125rem;top:31.0625rem;left:3.75rem; }
#D5yMePRFHGdwEEdoSMH9LWnwTFwD9Oi1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ByWRSzZhuzo4vhWvvtLz7mn6RrvJlnpM { width:9.5rem;height:2.65625rem;top:31.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEZJOIr2FrAEvrSSETRW9XsVt3CFCGU { top:6.375rem;left:0rem;width:20rem;height:6.5625rem;z-index:15000;background-color:#000000;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTEotWxlWZp6TF1UWeWOcMROioEaPkT { width:8.125rem;height:1.875rem;top:2.4375rem;left:5.9375001192093rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S { display:none; }#lGxhFq4Ghq9nanVtyqpJqAdAhxhffZ1S > .row .container { width:20rem;height:18.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I27xxoQhV1or9nRhhKBWsaxqc61339CS { width:20rem;height:2.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a24giKO6TaKSBgBdGdfVG6Dm3Vty6g6W { display:flex;width:2.4375rem;height:2.4375rem;top:5.6875rem;left:0.86718755960463rem; }
 }@media only screen and (max-width: 763px) { #GUGSeC5l8qbiUxuk6kZ8SHkuhy9eddRN { display:flex;width:2.4375rem;height:2.4375rem;top:12.298610687256rem;left:0.86718755960463rem; }
 }@media only screen and (max-width: 763px) { #EgpecC2fXdsaSwDtzNWaO2EaBTwlx2yU { width:15.8125rem;height:3.65625rem;top:5.6875rem;left:3.3046875596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7W7J2914x0rC8i8UsF6z4gxifSEhpsk { width:16.0625rem;height:0;top:12.297742843628rem;left:3.9375000596046rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6xuIqbmeGvtpkXQB0WIEMkdiZPzbRVz { width:9.3125rem;height:1.54361875rem;top:5.375rem;left:7.3125rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umo9JtUWZ1IfBCVeFdBkEC5h7q92IIoI { width:13.25rem;height:1.54361875rem;top:15.995660781861rem;left:4.5859375596046rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBaeJ70oSkW7tuS70LBL3KbNP8mwhZrR { width:15.8125rem;height:6.09375rem;top:12.515625rem;left:3.3046875596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:20rem;height:13.3125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:20.3125rem;top:17rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:20rem;height:5.60546875rem;top:3.5rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:18.125rem;height:8.9279375rem;top:9.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LheDaLMJdo3PnWflr6Rzz3GxupAHXehL { width:17.375rem;height:3.125rem;top:20.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtGtnbkRuok0NpWbebRdwaKn5z40dyNN { display:block; }
 }@media only screen and (max-width: 763px) { #yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v { display:flex;width:1.6875rem;height:1.6875rem;top:21.3125rem;left:17.8125rem; }
#yrPcShR3Sdk6w2yQVfasWn3NyzuSFi6v > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #WoD27ZXFaKhTrPyo10lnzoaTT1we52KX { width:20rem;height:13.293650793651rem;top:26.94530916214rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:177.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:19.6875rem;height:1.48799375rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:0;top:3.55029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.25rem;height:0.25rem;top:49.437500953674rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:19.6875rem;height:13.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:20rem;height:20.3125rem;top:87.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { display:flex;width:0.625rem;height:0.625rem;top:14.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { display:flex;width:0.625rem;height:0.625rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { display:flex;width:0.625rem;height:0.625rem;top:13.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:6.6875rem;left:6.71875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { width:18.5rem;height:9.9783rem;top:12.75rem;left:1.5625rem;font-size:0.875rem;z-index:14999;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:112.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:10rem;top:75.875rem;left:0rem;z-index:15001;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:10rem;top:81.5625rem;left:0rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:10rem;top:91.6875rem;left:0rem;z-index:15002;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:10rem;top:101.8125rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { top:141.875rem;left:0rem;width:20rem;height:16.9375rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #O84PdeWbHbxFl1NVCsi0Ehs9iNhGJi0C { width:20rem;height:0;top:27rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMgicIfTeEWF9E9MPOfgMxOM2zVCXlMk { display:flex;width:0.625rem;height:0.625rem;top:18.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSvfxJRfwdCAkUWp7It1TlnHRCUUolBA { display:flex;width:0.625rem;height:0.625rem;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wi0gOlkvlmlu2bbphJITsmxvElbO75wC { width:20rem;height:0;top:115.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlmWZiG7yzleyaAvcbSExo1fAbzA0L7g { height:20rem;width:20rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54tVtFzTqtW9mZxyImvy1AxbH8W3hNo { width:20rem;height:3.73698125rem;top:64.312499046325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgvFJxXiIbDPNKENfGALCHnvl6JEGpsw { width:6.25rem;height:0.25rem;top:68.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNe3KOIT7sgGA3qw5meg8NP7d8usP2m { top:183.4375rem;left:0rem;width:20rem;height:16.875rem;z-index:15048;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sAo0CQgwZA6UTqCOBSXhhukub5bhil2J { width:20rem;height:;top:3.05029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uHGrzmBFF4GNGaI0vMK94P1GE5Zb8QWv { width:20rem;height:7.4399625rem;top:51.125000953674rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP5nCE57ukibtsC7ocf0sTeZRZ8mV6S1 { width:20rem;height:14.87990625rem;top:70.875rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHnL6fcd9ABJtpD4GQEkcBJR8nNTfy5 { width:20rem;height:2.9759875rem;top:166.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TdxHGeAgNwwrtyaNZ2TJMxAk0G8G5z { display:flex;width:2.4375rem;height:2.4375rem;top:185.09912109375rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9K9koKGmq7gHPgTHOymsBTkP4aEwX2G { width:20rem;height:15.5rem;top:118.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRQ89K4VnbNqxO1PclPzXI2DuXCvUl7X { width:20rem;height:29.8125rem;top:69.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBOlufS4vpWbPE4R3TKzafrXz6T8lpG7 { width:20rem;height:1.21875rem;top:161.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0pixi2Zu2OR35KKQRPIrFLEZtGzG5Sa { width:20rem;height:0;top:174.65478515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2JiWw8i1JWxGPP4VsdX0PGeoKlLXZeU { width:20rem;height:23.80786875rem;top:136.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #i4Q0T1NoQZ0GbQllMXm1CCkgA9NTav7l { width:13.0625rem;height:3rem;top:59.687501907349rem;left:3.4687500596046rem;z-index:15006;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W7ktvhBX8wkyHmGithQANWvViI3AUDRD { display:block; }
 }@media only screen and (max-width: 763px) { #EIpn5GiDt4n2uyQuarBhITgcMzAhtgMX { width:13.0625rem;height:3rem;top:234.1875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #klPHuyUxRBoKKs9zbn4ZW6lxSRKIncsE { display:block; }
 }@media only screen and (max-width: 763px) { #CILS7F1DcyOGlCV9XBqN3aEif86hiFtG { width:20rem;height:0;top:201.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAT13dKcW2RHqaic27b3xdn2VJmD4tsP { width:20rem;height:2.110825rem;top:162.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eTm7UgoM0Ty0KQfkq8boODlBJezzdeMN { width:20rem;height:4.463975rem;top:171.37499427796rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cxMzbeGAkGsPRSrgvlR96zTZDPWazpDo { width:20rem;height:2.9759875rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;z-index:14999;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { width:19.8125rem;height:3.413625rem;top:4.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { width:20rem;height:0.125rem;top:23.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w88GfesV0e7odH4Jpykwue1b8fJZ77PA { width:20rem;height:0.125rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { width:20rem;height:0.125rem;top:170.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { width:15.875rem;height:1.125rem;top:54.0625rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:20rem;height:1.8684875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.25rem;top:3.1875rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0JfqTgfqouDSM0JAOz7cf9mlTkxcX4 { width:17.125rem;height:2.27575rem;top:26.625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1gilzy8faNU4xeSmtLAZEr7KZRHXrWy { width:17.5625rem;height:1.137875rem;top:16.4375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#530c37;display:block; }
 }@media only screen and (max-width: 763px) { #VmfKgICDZTEHVTvWQt8wt6UxcM1aO1Ts { width:14.5rem;height:1.137875rem;top:40.75rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#530c37;display:block; }
 }@media only screen and (max-width: 763px) { #I8MgvtTFxU1FOhrzrlMFo3i5yxaLAbqF { width:20rem;height:2.27575rem;top:48.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgtydHt8sIJPyTspVlvHnnUgLDAa3V4Q { width:12.625rem;height:0.125rem;top:32.5rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGs6crSmkycHh8mXZNqm2AtSBBzUEGpZ { width:6.875rem;height:0.125rem;top:43.75rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtNUfMqwzmpHX5lQpfnkNxfiUZBkro6H { width:15.875rem;height:6.749125rem;top:29.8125rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DKPWAS5PguuC6b9nxnzzv3wMlXVqJgDI { width:15.875rem;height:2.25rem;top:42.625rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #eZSyEdGN5TE6gQIp9cdhwJ5bW16tnavo { top:38.6875rem;left:0rem;width:20rem;height:7.875rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #XyC0Ioo4BusiCPWTGuEniXHDboZP9cu9 { top:14.1875rem;left:0rem;width:20rem;height:9.9375rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;display:block; }
 }@media only screen and (max-width: 763px) { #AAsLnGdwPQkJzsQTGtt8zCEggSzCmR3D { width:16.5rem;height:4.5rem;top:63.4375rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #tbvszFgVuDSmGvW3VIuSi6bnChIHU86u { width:17.375rem;height:0.125rem;top:42.75rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVz4Vft6i3AlnOE9b5M1XAaTJFewKdB9 { width:14.5rem;height:3.41363125rem;top:59.1875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#530c37;display:block; }
 }@media only screen and (max-width: 763px) { #HGHQ052yW62D0XVhubNeo1hA8mu7Ny31 { width:15.875rem;height:3.375rem;top:8.8125rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zqvqKoaMTZ21caVqCqLC4eimMUALyaN2 { width:16.8125rem;height:3.375rem;top:51.875rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #KTtR95VSPJsL9IwECJGQQyCNv8DiJrDM { width:15.875rem;height:3.375rem;top:18.6875rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15000;color:#212529;display:block; }
 }@media only screen and (max-width: 763px) { #e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { width:1.25rem;height:1.9375rem;top:156.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TraLw4JlTZzIgoHQptycEMIWP1xhMNIM { top:57.25rem;left:0rem;width:20rem;height:7.875rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c8c8;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:16.8125rem;height:10.41594375rem;top:7.1875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:20rem;height:1.4375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:24rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:4.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:13.0625rem;height:3rem;top:19.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { position:relative;z-index:auto;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:20rem;height:1.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lxeONXw8rTkiZm0wmebbTdGoBrIwz9S5 { width:20rem;height:6.09085625rem;top:6.5771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRi41IutR6NZwumOP0MmPcuNshG1phN3 { width:20rem;height:1.4375rem;top:14.0771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-input-button { width:5.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.125rem; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1  { width:17.5rem;height:auto;top:16.501731872559rem;left:0rem; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 {display:block;}#miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 { width:17.5rem;height:auto;top:16.501731872559rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xZty4TxdrmBbJ5d98hkTzT7xGhFLt6Vl {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bVuRC8KawIG01D8RMuadcBxmsCybRGqt { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #bW1TNuIN1eK5mEdAG9cSWFUI9y43V78a {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Qn4ivkIHOO8rcXlaSuDHUuquFqrApbhX {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #RU9Tf26FlFaAyXNbfqIPpeBSkLGwcuVD { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #pBBl1MbQ2PfzXS7quTppn3Vi6AfiVnXT {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #kEZezn7QN9tA0JQWzoZWTTTQ9STz1Tda {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #p4gD1upOodB40PEmiG7MxNetnIQKBhQH { display:none; }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #qldW4ppQaxKl44qcVqoaJHqHXyqA5mLV {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #KN4tvRQafwh4SHcx04lTxTGtEgMEyJBD {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #D4wDsniJBdzSBmNHS8agNTB9fgPlwmQS {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #TSHJwGx5xJTox0iTItvHmHDW4lM6AOrw {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #xEa69eAikxdw5JqqTat4Gz7ThMLK0B3v {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #DTNPxMQNeDz4zL3LbWvFc44RpTttB3Ky {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #sEw2T8slfEfHrfqGr1HGVu8NfebGDOGz {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #z7to9iXmIZOeUMaKsy5qnMiwtEnk6JSp {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #QegmVrzplUb1gNdPkpwmOZ7XnRZkIcN3 {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #Kvdqv60l8SivsGyZUMiptF19kDKDJwrT {  }
 }@media only screen and (max-width: 763px) { #miMMcJ9bDCUxALedXzmFbd9XMVRHAhx1 #NE3gzlcSMRbKDikPOeqHk6xH4ayGvEmO {  }
 }@media only screen and (max-width: 763px) { #qHT0CrPrBiO4N46xgOCDpJDW58EcDrrd { width:12.5rem;height:1.29948125rem;top:89.041494750975rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbGTwTLnoJvAE9PHTi32TtA6oLPIDixe { width:9.1875rem;height:1.29948125rem;top:87.215277671813rem;left:5.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNJcHD6gEpsUm7JolPVHmiVkR7767ukw { display:block; }#HNJcHD6gEpsUm7JolPVHmiVkR7767ukw > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFATyBcxL9DMXMOaXCsZCAHdcg8nixob { width:20rem;height:1.9502375rem;top:0.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmTnQCvXucMA9mcq7cK5If9LkkAeTGg { width:9.6875rem;height:0.97511875rem;top:2.32421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJ0dpOQOzKALUyD2XxhTt1IrAeOXcJx { width:9.6875rem;height:0.97511875rem;top:2.32421875rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efulzslNWGrPU5NZOi1Fdxooapm9eQTv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv { background-color: transparent; background-image: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container > .video-iframe-container { display: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row > .video-iframe-container { display: none; }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .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); }#efulzslNWGrPU5NZOi1Fdxooapm9eQTv > .row .container { width:20rem;height:2.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWKrF31OaeztxmLLVNxNeHokJkoizsEM { display:flex;width:2rem;height:2rem;top:0.3125rem;left:9rem;display:none; }
#PWKrF31OaeztxmLLVNxNeHokJkoizsEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #M6KgtwfNkqHAl91snkQztKLM5QQnzJVS { display:flex;width:2rem;height:2rem;top:0.34375rem;left:17.4375rem;z-index:15025; }
#M6KgtwfNkqHAl91snkQztKLM5QQnzJVS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }