.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:245,246,243;--color-primary-1:222,225,214;--color-primary-2:188,194,173;--color-primary-3:94,97,87;--color-primary-4:28,29,26;--color-secondary-0:255,250,255;--color-secondary-1:255,239,255;--color-secondary-2:255,223,254;--color-secondary-3:128,112,127;--color-secondary-4:38,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.75rem;width:75rem;overflow:visible;position:relative;display:block; }#XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:lato;font-size:4.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.5rem;left:0rem;height:10.75rem;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; }
#QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.6875rem;width:16.375rem;top:17.1875rem;left:58.625rem;overflow:hidden;display:block; }
#Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { box-sizing:content-box;height:14.6875rem;width:16.625rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.875rem;left:58.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#HuWqklW9pvZEr97X50TppqvKltBG36Dw { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:34.875rem;left:57rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { color:#0c0c0c;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:37.375rem;left:57rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { box-sizing:content-box;height:20.8125rem;width:22.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.8125rem;left:52.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:41.3125rem;left:57rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FcyvQ968eOGHDZaxoKaZWzTzQxO8tB9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34.5rem;left:53.4375rem; }
#lFkKkKyJrGUgf4xmgbxq1KVSTrTz0qIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.875rem;left:53.4375rem; }
#B4FguS4EzPerSZPe6f4o4oIsvfezzHyt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41.5625rem;left:53.8125rem; }
#lT36rfqqdlxKER7tzdZm4Ly0IhO4F7Un { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.625rem;left:53.5625rem; }
#krTZF7yGzI1XDtBIlhlXUJVbPry92bt5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:48.375rem;left:57rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6CsPkp9ph9C59CeXXts0xwESOcZAo5q { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:27.5625rem;left:0rem;height:26rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bTkgC11dGn2VSUPWTlTa9il995bfvTTI { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:19.125rem;left:0rem;height:5.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { position:relative;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;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; }
#lJnxD2QLJKv3WWaGGcmbD0Fg8UETrp2b { color:#000000;display:block;width:71.125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:6.625rem;left:0rem;height:16.875rem;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; }
#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { position:relative;display:block; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { background-color: transparent; background-image: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .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); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { border-width: 0; border-radius: 0; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:24.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p4xsqq1PnSpOg9H7KcnaevgA1ZWCfqwT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;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; }
#hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH { color:#000000;display:block;width:46.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.4375rem;left:0rem;height:;display:block; }#hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH li:before{  }
#CTtPtcQZy7sniAH9UfFan6VoyVnC8UaW { color:#000000;display:block;width:71.125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:6.625rem;left:0rem;height:1.875rem;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; }
#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { position:relative;display:block; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { background-color: transparent; background-image: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .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); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { border-width: 0; border-radius: 0; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BvkSPao7Kk7HZTH2tK2gxkT6SJfTWgJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;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; }
#dMUOwZymwgmfqEpAFx2yBhfZChn4BUp8 { color:#000000;display:block;width:61.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.5625rem;left:0rem;height:0;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; }
#QkHGuhMfhfNxoyoB1muBTTutf9BcL0VW { color:#000000;display:block;width:61.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.5rem;left:0rem;height:2rem;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; }
#SpiluzDikWN91y0M4L7KsZP5laWHDTdR { color:#000000;display:block;width:61.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:10.1875rem;left:0rem;height:;display:block; }#SpiluzDikWN91y0M4L7KsZP5laWHDTdR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SpiluzDikWN91y0M4L7KsZP5laWHDTdR li:before{  }
#suO40sycq4qPHqSDFqg05kMLegkVqUcg { position:relative;display:block; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { background-color: transparent; background-image: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .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); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { border-width: 0; border-radius: 0; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IkJ1inV59Z6psulG723Bw3ZCCTW9L2lq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.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:block; }
#c3OT1LRHzzs1QwVr5icD8p7M62bKFuaD { color:#000000;display:block;width:61.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.5625rem;left:0rem;height:0;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; }
#Vv39uHoEC120sfAFaK34lTxUfZZePMsA { color:#000000;display:block;width:72.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.5rem;left:0rem;height:2rem;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; }
#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { position:relative;display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:3rem;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; }
#ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.0625rem;left:17.5rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.625rem;left:17.5rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.375rem;width:13rem;top:11.4375rem;left:0rem;overflow:hidden;display:block; }
#AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17rem;left:17.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.625rem;left:28.6875rem; }
#TZggOqsfc6gkFL7PTlEknRR7oJJUn77b { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.5rem;left:17.5rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { z-index:;position:relative;display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:53.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:24.8125rem;left:1.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.609375rem;left:2.8125rem;height:45.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq { position:relative;display:block; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq { background-color: transparent; background-image: none; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row .container > .video-iframe-container { display: none; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row > .video-iframe-container { display: none; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .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); }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq { border-width: 0; border-radius: 0; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .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; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#su13ByoXrUkt58Z8gbVKypCSn8nKMh8C { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#QJ20R7wDqiFN0mwNRlrb6gVGgpWSPDVA { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#qargBCsSDBdGlJTOU7V9JIttREsTOTZT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:4.625rem;height:5.125rem;font-style:normal;display:block; }#qargBCsSDBdGlJTOU7V9JIttREsTOTZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qargBCsSDBdGlJTOU7V9JIttREsTOTZT li:before{  }
#CMR7Gyk3hrG0ILX3dPPcrtP1vDZiQv2D { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.25rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#tsSpHyBEdTbBCTbrBkbmvH7Msiun0d1T { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.1875rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.5625rem;left:4.625rem;height:5.125rem;font-style:normal;display:block; }#H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm li:before{  }
#PC1Tsl8232dATNDtAHCraQBWVGdeAgHo { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.25rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#M0xrKAcZEwwA0L4ZqhNZm7OUoCgLDeT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:50.25rem;left:4.625rem;height:5.125rem;font-style:normal;display:block; }#Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh li:before{  }
#U9cmJ2wGRaIT936ZJkbO7pDNW70ccJFA { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:60.25rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PHC0Ht3RCzTMqKXihvdcsFtbk6ch8MVc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:63.0625rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:66.5rem;left:4.625rem;height:5.125rem;font-style:normal;display:block; }#ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK li:before{  }
#lcoqUrvCxwc2baJSrbNz7X142MP8ilnL { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:76.125rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Qk7T6mWUeLz2bvPx1BxX7hOThmITe1O6 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:79.125rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:82.125rem;left:4.625rem;height:5.125rem;font-style:normal;display:block; }#O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p li:before{  }
#VXJiTG9yc1FTz6LPcf5gEiwpDPyXsnLl { box-sizing:content-box;height:13.5rem;width:52.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:92rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#aox2TTvHAzNvtXRH6Zl1MZnDGq2PfzAV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:95.1875rem;left:4.625rem;height:1.5rem;font-style:normal;display:block; }
#Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98.625rem;left:4.625rem;height:3.3125rem;font-style:normal;display:block; }#Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ li:before{  }
#InF0lP9aqXpLd3grIx4zDo17h5ZH75Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.5rem;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; }
#ZN4IezUx4QIez6xTioUwuiH67nOmdGnu { color:#000000;display:block;width:72.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:8.3125rem;left:0rem;height:2rem;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; }
#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:45.375rem;width:75rem;position:relative;display:block; }#NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { color:#050505;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.5rem;left:3.125rem;height:3rem;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; }
#NdN43icnsJzeynZnI322LASdEX5sMiXB { color:#0c0c0c;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:20.125rem;left:3.375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { box-sizing:content-box;height:25.8125rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#070707;background-image:none;top:13.6875rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { box-sizing:content-box;height:40.25rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:37.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:21.9375rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-form-header {  }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:27.625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:27.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),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 rgba(var(--color-primary-2),1);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:27.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-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-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:7.625rem;margin-bottom:0.25rem;margin-left:7.625rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#090908;width:12.375rem;height:3.375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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:lato;line-height:1.3;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:first-of-type{padding-top:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:last-of-type{padding-bottom:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.1875rem;left:41.125rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.1875rem;left:41.125rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #vkbpVK7y9i65q2KvwCfe7zNmnzBySOa9 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #X3Avt5H8AaLZ6LkS7sXqk6eTpmBoca50 { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L2a37IT7P5msy2Af1GKqErdvRSH9eViJ { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #W1wDfP1Bas5nkmAtlfOfaK8m4lLsGBGR { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #hMgdZRUOpZsXk99UklV644MgiErNSH3s { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ti2OyVO5Im7mm9kXpte5KXzuiJWS3tFC { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #T2vtnC3eT9WENywfplgVKJCs3bPZUzTE { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iHXwrlhGFfZrAI2bEGR0PxpekAkseB5E { position:relative;z-index:2; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #P7rTPDWPxOEpaVbF2rn7ytDG5drkxItd { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU { position:relative; }
#oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:55.5625rem; }
#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { background-color: transparent; background-image: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .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); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { border-width: 0; border-radius: 0; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.25rem;width:75rem;position:relative;display:block; }#GiNDGPXc6TeOXfT1J3nfkqGenlVptafT { color:#050505;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.5rem;left:3.125rem;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; }
#RS9uXBzGM0Af35dbGm67H202HKaGDBoI { color:#0c0c0c;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:20.125rem;left:3.375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ftuq40peF88TWmFfLPpm7LfzmagfLGFV { box-sizing:content-box;height:25.8125rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#HSnhd7DpGEExLzuuZSTnJyhmmp6Wp4kn { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#070707;background-image:none;top:13.6875rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Kb7XvQVxTOZrVl8funtoGryg7mZX7Ues { box-sizing:content-box;height:40.4375rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:37.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#XDEDaTUdJEtMlTgAfEvfUvNJWOqfCSZr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:21.9375rem; }
#dqgTf7SQbl8ZDGp4UuB13MVqbMxGheEa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:55.5625rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:lato;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-trigger.adaptive-delivery-prevent-bg, #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-trigger.lazyload, #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-trigger.lazyloading { background-image: none; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.03125rem;left:39.75rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ExXTDRdNXc4S7qPGSuyUqRJVPMwCmcov { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ziuOXz7J5bQ8nTOy3s6cyTvqETlFUBdq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #THTuQywrIlTmqi4OzO75XfFqdouOVMf8 { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #PVDZm9Dmf5sznXadyU33PIUlEQsBBteT {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #A7140o4UhuswhJvW6sHEmuTs51hVuisT {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #R5gdQoQ6qd3FcNoyVXTuvE2saah85M45 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #RtabEobWWrIpRRw0sLnz6HB92hu4743N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tQ5nde5LncFbZD5dKxQgepAi6Jr0BhDQ { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OaQ0PuDD5dP5WOJHgHoCVZog0gRk2wTr {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #GzzhCdbwqevcavEKxEko1hTthPVVJ8lv { display:none; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #QlDrZnwuAxos6uKxw6PcEpy8iA1qrLdT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #f7Hq5A0fTg7mcQJOBv9WQdLb0mOzfPnU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #kd8z16fR5ZNmBCqP9DFImLi9FwLmN9z5 { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #b4lLQJGpD8WXz1WGR0vT6MJ1edLkIGJG {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #zNCicC792bfOD7mTyyX5EUvJQiu9ZdUd { display:none; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #waIPHmnrZfuAQ1kw4Q53w0WRxOXiO6XR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #MhGgc2g8bZHPycateCRqpSUQ5q9g7ipv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #puWX7v5ugvSTgmuHLPthX3cw9RXwcXG0 { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #rnMZgxTe51IvD3bJMs7lLfuCAABHVPaR {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #FLLyuIkKKU3kemSfM2vGTG8roZaSCWFq { display:none; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #TWiOxVatTT8zlnlVTomKuVC8XCeh2zeT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #AL1sxgb3FkbefSHoeXhXSfAODSerEuXJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HB0gUHC1R1nGPXXlNFvWURDzfKdFUyGA { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #WQQZuKrmx0PJLNWwTb6Zg5ORxsTTb8wS {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HQKoM4TTJqGs35lacvUhfCf2TVPT6ZTN { display:none; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #JCWJBH4uCBc80pU9p1hZvgsxxCflmdtF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #KA3W38T9RWNydJ6HtralXMEml2dvazU4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #vzOiWclGa1zl1h4IGnEa8hQULN4kJWck { display:block;position:relative; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tq0BvWbRNmayiIurRMa7XIODOQaNQNO9 {  }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OtZWlEMRn6a0I9dlH5flTDnoFbHixwOm { display:none; }
#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { position:relative;display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { background-color: transparent; background-image: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container > .video-iframe-container { display: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row > .video-iframe-container { display: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .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); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { border-width: 0; border-radius: 0; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .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; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { 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:16.5rem;width:19.75rem;top:2.25rem;left:3.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { top:6.5rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { top:17.1875rem;left:31.375rem;width:16.375rem;height:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { top:16.875rem;left:31rem;width:16.625rem;height:14.6875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { top:34.875rem;left:30.75rem;width:17rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { top:37.375rem;left:31.3125rem;width:16.4375rem;height:3.125rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { top:32.8125rem;left:24.9375rem;width:22.8125rem;height:20.8125rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { top:41.3125rem;left:30.6875rem;width:17.0625rem;height:6.25rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #FcyvQ968eOGHDZaxoKaZWzTzQxO8tB9J { top:34.5rem;left:39.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFkKkKyJrGUgf4xmgbxq1KVSTrTz0qIC { top:37.875rem;left:39.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FguS4EzPerSZPe6f4o4oIsvfezzHyt { top:41.5625rem;left:40.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT36rfqqdlxKER7tzdZm4Ly0IhO4F7Un { top:48.625rem;left:39.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTZF7yGzI1XDtBIlhlXUJVbPry92bt5 { top:48.375rem;left:31.6875rem;width:16.0625rem;height:3.125rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #m6CsPkp9ph9C59CeXXts0xwESOcZAo5q { top:27.5625rem;left:0rem;width:47.75rem;height:26rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #bTkgC11dGn2VSUPWTlTa9il995bfvTTI { top:19.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.6875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #lJnxD2QLJKv3WWaGGcmbD0Fg8UETrp2b { top:6.625rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { display:block; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { background-color: transparent; background-image: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .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); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { border-width: 0; border-radius: 0; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4xsqq1PnSpOg9H7KcnaevgA1ZWCfqwT { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH { top:9.4375rem;left:0rem;width:46.375rem;height:;font-size:1rem;display:block; }#hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH li:before{  }
 }@media only screen and (max-width: 763px) { #CTtPtcQZy7sniAH9UfFan6VoyVnC8UaW { top:6.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { display:block; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { background-color: transparent; background-image: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .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); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { border-width: 0; border-radius: 0; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvkSPao7Kk7HZTH2tK2gxkT6SJfTWgJ2 { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #dMUOwZymwgmfqEpAFx2yBhfZChn4BUp8 { top:10.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkHGuhMfhfNxoyoB1muBTTutf9BcL0VW { top:7.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiluzDikWN91y0M4L7KsZP5laWHDTdR { top:10.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#SpiluzDikWN91y0M4L7KsZP5laWHDTdR li:before{  }
 }@media only screen and (max-width: 763px) { #suO40sycq4qPHqSDFqg05kMLegkVqUcg { display:block; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { background-color: transparent; background-image: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .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); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { border-width: 0; border-radius: 0; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkJ1inV59Z6psulG723Bw3ZCCTW9L2lq { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #c3OT1LRHzzs1QwVr5icD8p7M62bKFuaD { top:10.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv39uHoEC120sfAFaK34lTxUfZZePMsA { top:7.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { top:5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { top:18.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.1875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { top:12.625rem;left:3.875rem;width:16.875rem;height:1.75rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { top:11.4375rem;left:0rem;width:13rem;height:11.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { top:17rem;left:3.875rem;width:11.25rem;height:0.0625rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { top:16.625rem;left:15.0625rem;width:0.8125rem;height:0.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TZggOqsfc6gkFL7PTlEknRR7oJJUn77b { top:14.5rem;left:3.875rem;width:19.9375rem;height:1.375rem;font-size:0.8125rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { width:47.5rem;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;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { top:24.8125rem;left:0rem;width:30.625rem;height:3rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { top:3.5625rem;left:0rem;width:47.75rem;height:45.5rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq { display:block; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su13ByoXrUkt58Z8gbVKypCSn8nKMh8C { top:12.1875rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #QJ20R7wDqiFN0mwNRlrb6gVGgpWSPDVA { top:14.6875rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qargBCsSDBdGlJTOU7V9JIttREsTOTZT { top:17.5625rem;left:0rem;width:47.4375rem;height:5.125rem;font-size:1rem;display:block; }#qargBCsSDBdGlJTOU7V9JIttREsTOTZT li:before{  }
 }@media only screen and (max-width: 763px) { #CMR7Gyk3hrG0ILX3dPPcrtP1vDZiQv2D { top:28.25rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #tsSpHyBEdTbBCTbrBkbmvH7Msiun0d1T { top:31.1875rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm { top:34.5625rem;left:0rem;width:47.4375rem;height:5.125rem;font-size:1rem;display:block; }#H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm li:before{  }
 }@media only screen and (max-width: 763px) { #PC1Tsl8232dATNDtAHCraQBWVGdeAgHo { top:44.25rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #M0xrKAcZEwwA0L4ZqhNZm7OUoCgLDeT3 { top:47rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh { top:50.25rem;left:0rem;width:47.4375rem;height:5.125rem;font-size:1rem;display:block; }#Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh li:before{  }
 }@media only screen and (max-width: 763px) { #U9cmJ2wGRaIT936ZJkbO7pDNW70ccJFA { top:60.25rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #PHC0Ht3RCzTMqKXihvdcsFtbk6ch8MVc { top:63.0625rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK { top:66.5rem;left:0rem;width:47.4375rem;height:5.125rem;font-size:1rem;display:block; }#ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK li:before{  }
 }@media only screen and (max-width: 763px) { #lcoqUrvCxwc2baJSrbNz7X142MP8ilnL { top:76.125rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7T6mWUeLz2bvPx1BxX7hOThmITe1O6 { top:79.125rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p { top:82.125rem;left:0rem;width:47.4375rem;height:5.125rem;font-size:1rem;display:block; }#O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p li:before{  }
 }@media only screen and (max-width: 763px) { #VXJiTG9yc1FTz6LPcf5gEiwpDPyXsnLl { top:92rem;left:0rem;width:47.625rem;height:13.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #aox2TTvHAzNvtXRH6Zl1MZnDGq2PfzAV { top:95.1875rem;left:0rem;width:47.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ { top:98.625rem;left:0rem;width:47.4375rem;height:3.3125rem;font-size:1rem;display:block; }#Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ li:before{  }
 }@media only screen and (max-width: 763px) { #InF0lP9aqXpLd3grIx4zDo17h5ZH75Pp { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4IezUx4QIez6xTioUwuiH67nOmdGnu { top:8.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { top:7.5rem;left:0rem;width:28.125rem;height:3rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { top:20.125rem;left:0rem;width:27.625rem;height:1.75rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { top:3.625rem;left:0rem;width:34.375rem;height:25.8125rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { top:13.6875rem;left:0rem;width:19rem;height:0.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { top:3.625rem;left:10.125rem;width:37.5rem;height:40.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { top:13.125rem;left:8.3125rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#0d0d0d; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;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 #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.625rem;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#091d25; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { color:#161616; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:27.625rem;height:auto;top:6.1875rem;left:17.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { color:#000000; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:27.625rem;height:auto;top:6.1875rem;left:17.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #vkbpVK7y9i65q2KvwCfe7zNmnzBySOa9 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #X3Avt5H8AaLZ6LkS7sXqk6eTpmBoca50 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L2a37IT7P5msy2Af1GKqErdvRSH9eViJ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #W1wDfP1Bas5nkmAtlfOfaK8m4lLsGBGR {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #hMgdZRUOpZsXk99UklV644MgiErNSH3s {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ti2OyVO5Im7mm9kXpte5KXzuiJWS3tFC {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #T2vtnC3eT9WENywfplgVKJCs3bPZUzTE {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iHXwrlhGFfZrAI2bEGR0PxpekAkseB5E {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #P7rTPDWPxOEpaVbF2rn7ytDG5drkxItd {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { top:3rem;left:41.9375rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { background-color: transparent; background-image: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .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); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { border-width: 0; border-radius: 0; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiNDGPXc6TeOXfT1J3nfkqGenlVptafT { top:7.5rem;left:0rem;width:28.125rem;height:;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RS9uXBzGM0Af35dbGm67H202HKaGDBoI { top:20.125rem;left:0rem;width:27.625rem;height:1.75rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ftuq40peF88TWmFfLPpm7LfzmagfLGFV { top:3.625rem;left:0rem;width:34.375rem;height:25.8125rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HSnhd7DpGEExLzuuZSTnJyhmmp6Wp4kn { top:13.6875rem;left:0rem;width:19rem;height:0.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7XvQVxTOZrVl8funtoGryg7mZX7Ues { top:3.625rem;left:10.125rem;width:37.5rem;height:40.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDEDaTUdJEtMlTgAfEvfUvNJWOqfCSZr { top:13.125rem;left:8.3125rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #dqgTf7SQbl8ZDGp4UuB13MVqbMxGheEa { top:3rem;left:41.9375rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr { display:flex;height:auto;width:27.8125rem;top:6rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ExXTDRdNXc4S7qPGSuyUqRJVPMwCmcov {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ziuOXz7J5bQ8nTOy3s6cyTvqETlFUBdq {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #THTuQywrIlTmqi4OzO75XfFqdouOVMf8 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #PVDZm9Dmf5sznXadyU33PIUlEQsBBteT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #A7140o4UhuswhJvW6sHEmuTs51hVuisT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #R5gdQoQ6qd3FcNoyVXTuvE2saah85M45 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #RtabEobWWrIpRRw0sLnz6HB92hu4743N {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tQ5nde5LncFbZD5dKxQgepAi6Jr0BhDQ {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OaQ0PuDD5dP5WOJHgHoCVZog0gRk2wTr {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #GzzhCdbwqevcavEKxEko1hTthPVVJ8lv {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #QlDrZnwuAxos6uKxw6PcEpy8iA1qrLdT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #f7Hq5A0fTg7mcQJOBv9WQdLb0mOzfPnU {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #kd8z16fR5ZNmBCqP9DFImLi9FwLmN9z5 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #b4lLQJGpD8WXz1WGR0vT6MJ1edLkIGJG {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #zNCicC792bfOD7mTyyX5EUvJQiu9ZdUd {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #waIPHmnrZfuAQ1kw4Q53w0WRxOXiO6XR {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #MhGgc2g8bZHPycateCRqpSUQ5q9g7ipv {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #puWX7v5ugvSTgmuHLPthX3cw9RXwcXG0 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #rnMZgxTe51IvD3bJMs7lLfuCAABHVPaR {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #FLLyuIkKKU3kemSfM2vGTG8roZaSCWFq {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #TWiOxVatTT8zlnlVTomKuVC8XCeh2zeT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #AL1sxgb3FkbefSHoeXhXSfAODSerEuXJ {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HB0gUHC1R1nGPXXlNFvWURDzfKdFUyGA {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #WQQZuKrmx0PJLNWwTb6Zg5ORxsTTb8wS {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HQKoM4TTJqGs35lacvUhfCf2TVPT6ZTN {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #JCWJBH4uCBc80pU9p1hZvgsxxCflmdtF {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #KA3W38T9RWNydJ6HtralXMEml2dvazU4 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #vzOiWclGa1zl1h4IGnEa8hQULN4kJWck {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tq0BvWbRNmayiIurRMa7XIODOQaNQNO9 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OtZWlEMRn6a0I9dlH5flTDnoFbHixwOm {  }
 }@media only screen and (max-width: 763px) { #fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:19.75rem;height:16.5rem;top:2.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { width:20rem;height:5.625rem;top:2.0625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { width:12.9375rem;height:10.6875rem;top:78.4375rem;left:6rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { width:4.6875rem;height:6rem;top:63.6875rem;left:2rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { width:12.4375rem;height:3rem;top:58.4375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { width:14rem;height:3rem;top:62.25rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { width:20rem;height:22.5rem;top:56.75rem;left:0rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { width:15.5625rem;height:6.25rem;top:66.625rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #FcyvQ968eOGHDZaxoKaZWzTzQxO8tB9J { display:flex;width:1.9375rem;height:1.9375rem;top:58.8125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #lFkKkKyJrGUgf4xmgbxq1KVSTrTz0qIC { display:flex;width:1.9375rem;height:1.9375rem;top:62.75rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #B4FguS4EzPerSZPe6f4o4oIsvfezzHyt { display:flex;width:1.75rem;height:1.75rem;top:66.625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #lT36rfqqdlxKER7tzdZm4Ly0IhO4F7Un { display:flex;width:1.75rem;height:1.75rem;top:74.125rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #krTZF7yGzI1XDtBIlhlXUJVbPry92bt5 { width:13.875rem;height:3.125rem;top:74.125rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #m6CsPkp9ph9C59CeXXts0xwESOcZAo5q { width:20rem;height:39.0625rem;top:16.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bTkgC11dGn2VSUPWTlTa9il995bfvTTI { width:20rem;height:5.25rem;top:9.625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#010304;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:20rem;height:35.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { width:20rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.75rem;color:#010304;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lJnxD2QLJKv3WWaGGcmbD0Fg8UETrp2b { width:20rem;height:30rem;top:4.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { display:block; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { background-color: transparent; background-image: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row > .video-iframe-container { display: none; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .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); }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK { border-width: 0; border-radius: 0; }#HHsRlDeml8qRTfVq7cUyhNGQiBesSZFK > .row .container { width:20rem;height:24.875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4xsqq1PnSpOg9H7KcnaevgA1ZWCfqwT { width:20rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.75rem;color:#010304;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH { width:19.625rem;height:15.0625rem;top:8.625rem;left:0.1875rem;font-size:1rem;line-height:1.5;display:block; }#hr1ItVizpSdCRcfVH9fvmvFyXIemXJnH li:before{  }
 }@media only screen and (max-width: 763px) { #CTtPtcQZy7sniAH9UfFan6VoyVnC8UaW { width:20rem;height:3rem;top:4.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { display:block; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { background-color: transparent; background-image: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row > .video-iframe-container { display: none; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .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); }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot { border-width: 0; border-radius: 0; }#vgSoiE2NoXwVz3oqwuUMBmnzzUMfJpot > .row .container { width:20rem;height:33.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvkSPao7Kk7HZTH2tK2gxkT6SJfTWgJ2 { width:20rem;height:2.0625rem;top:1.9375rem;left:0rem;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #dMUOwZymwgmfqEpAFx2yBhfZChn4BUp8 { width:19.6875rem;height:0;top:7.4375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QkHGuhMfhfNxoyoB1muBTTutf9BcL0VW { width:20rem;height:3rem;top:5.3125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SpiluzDikWN91y0M4L7KsZP5laWHDTdR { width:20rem;height:22.5625rem;top:9.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#SpiluzDikWN91y0M4L7KsZP5laWHDTdR li:before{  }
 }@media only screen and (max-width: 763px) { #suO40sycq4qPHqSDFqg05kMLegkVqUcg { display:block; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { background-color: transparent; background-image: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row > .video-iframe-container { display: none; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .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); }#suO40sycq4qPHqSDFqg05kMLegkVqUcg { border-width: 0; border-radius: 0; }#suO40sycq4qPHqSDFqg05kMLegkVqUcg > .row .container { width:20rem;height:12.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkJ1inV59Z6psulG723Bw3ZCCTW9L2lq { width:20rem;height:2.0625rem;top:1.125rem;left:0rem;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #c3OT1LRHzzs1QwVr5icD8p7M62bKFuaD { width:19.6875rem;height:0;top:7.4375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vv39uHoEC120sfAFaK34lTxUfZZePMsA { width:20rem;height:6rem;top:5.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:20rem;height:27.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { width:20rem;height:1.75rem;top:3rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15026;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { width:20rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { width:20rem;height:1.5rem;top:16.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { width:9.6875rem;height:8.4375rem;top:6.0625rem;left:5.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { width:11.25rem;height:0.0625rem;top:19.9375rem;left:4.375rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { display:flex;width:0.8125rem;height:0.8125rem;top:19.5625rem;left:9.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #TZggOqsfc6gkFL7PTlEknRR7oJJUn77b { width:19.9375rem;height:1.1875rem;top:17.5625rem;left:0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { width:20rem;height:55.875rem;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;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { width:17.5rem;height:4.5rem;top:24.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { width:19.4375rem;height:52.5rem;top:1.9375rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq { display:block; }#nDT9RCfFyi1ztvUriTEKOz59Fv0NF0hq > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su13ByoXrUkt58Z8gbVKypCSn8nKMh8C { width:19.875rem;height:14.6875rem;top:10.6875rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #QJ20R7wDqiFN0mwNRlrb6gVGgpWSPDVA { width:18.5625rem;height:1.25rem;top:12.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qargBCsSDBdGlJTOU7V9JIttREsTOTZT { width:17.4375rem;height:8.125rem;top:15.4375rem;left:0.5rem;font-size:1rem;display:block; }#qargBCsSDBdGlJTOU7V9JIttREsTOTZT li:before{  }
 }@media only screen and (max-width: 763px) { #CMR7Gyk3hrG0ILX3dPPcrtP1vDZiQv2D { width:19.875rem;height:15.3125rem;top:26.5625rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #tsSpHyBEdTbBCTbrBkbmvH7Msiun0d1T { width:18.625rem;height:2.5rem;top:28.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm { width:18.9375rem;height:8.125rem;top:32rem;left:0.5625rem;font-size:1rem;display:block; }#H1qgqNLgezN8e9oTDCJw6JuFQ06K0ZZm li:before{  }
 }@media only screen and (max-width: 763px) { #PC1Tsl8232dATNDtAHCraQBWVGdeAgHo { width:19.875rem;height:15.5625rem;top:43rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #M0xrKAcZEwwA0L4ZqhNZm7OUoCgLDeT3 { width:17.625rem;height:2.5rem;top:45rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh { width:19.3125rem;height:8.125rem;top:48.4375rem;left:0.375rem;font-size:1rem;display:block; }#Pd9TdferPGHoZ29bPR6nwbxfielZI1Dh li:before{  }
 }@media only screen and (max-width: 763px) { #U9cmJ2wGRaIT936ZJkbO7pDNW70ccJFA { width:19.875rem;height:15.5625rem;top:59.625rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #PHC0Ht3RCzTMqKXihvdcsFtbk6ch8MVc { width:19.1875rem;height:2.5rem;top:61.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK { width:19.25rem;height:8.125rem;top:65.3125rem;left:0.375rem;font-size:1rem;display:block; }#ziKJ8ESWV42BlpWTk5bQxi8mSlwbTWKK li:before{  }
 }@media only screen and (max-width: 763px) { #lcoqUrvCxwc2baJSrbNz7X142MP8ilnL { width:19.875rem;height:15.8125rem;top:76.25rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7T6mWUeLz2bvPx1BxX7hOThmITe1O6 { width:17.625rem;height:2.5rem;top:78.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p { width:19.0625rem;height:8.125rem;top:82.125rem;left:0.5rem;font-size:1rem;display:block; }#O55oo1mE6aLcCFCNfUXeGrFBVOZo7C4p li:before{  }
 }@media only screen and (max-width: 763px) { #VXJiTG9yc1FTz6LPcf5gEiwpDPyXsnLl { width:19.875rem;height:13.5rem;top:93.125rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #aox2TTvHAzNvtXRH6Zl1MZnDGq2PfzAV { width:18.3125rem;height:2.5rem;top:95.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ { width:18.125rem;height:5.3125rem;top:99.25rem;left:0.6875rem;font-size:1rem;display:block; }#Te2aW4rXLfOk33p0iWxNX3vP24nfa3hJ li:before{  }
 }@media only screen and (max-width: 763px) { #InF0lP9aqXpLd3grIx4zDo17h5ZH75Pp { width:20rem;height:2.0625rem;top:1.9375rem;left:0rem;font-size:1.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4IezUx4QIez6xTioUwuiH67nOmdGnu { width:20rem;height:4.5rem;top:4.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { width:17rem;height:1.8125rem;top:3.4375rem;left:1.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { width:16.625rem;height:3rem;top:8.125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { width:20rem;height:13.875rem;top:1.3125rem;left:0rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { width:18.75rem;height:0.0625rem;top:6.5625rem;left:0.625rem;background-color:#0a0b0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { width:19.875rem;height:40.75rem;top:16rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:9.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#0d0d0d; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;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 #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#0e0e0d;font-size:1rem;overflow:hidden; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#091d25; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { color:#161616; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:17.5rem;height:auto;top:16.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { color:#000000; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:17.5rem;height:auto;top:16.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #vkbpVK7y9i65q2KvwCfe7zNmnzBySOa9 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #X3Avt5H8AaLZ6LkS7sXqk6eTpmBoca50 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L2a37IT7P5msy2Af1GKqErdvRSH9eViJ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #W1wDfP1Bas5nkmAtlfOfaK8m4lLsGBGR {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #hMgdZRUOpZsXk99UklV644MgiErNSH3s {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ti2OyVO5Im7mm9kXpte5KXzuiJWS3tFC {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #T2vtnC3eT9WENywfplgVKJCs3bPZUzTE {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iHXwrlhGFfZrAI2bEGR0PxpekAkseB5E {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #P7rTPDWPxOEpaVbF2rn7ytDG5drkxItd {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { display:flex;width:1.25rem;height:1.25rem;top:56.1875rem;left:9.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { background-color: transparent; background-image: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row > .video-iframe-container { display: none; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .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); }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { border-width: 0; border-radius: 0; }#saNEkOIlo7ZIDdLX4TVDrdXSKV4XFw6y > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiNDGPXc6TeOXfT1J3nfkqGenlVptafT { width:12.25rem;height:1.8125rem;top:4rem;left:1.6875rem;font-size:1.8125rem;text-align:left;text-align-last:left;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #RS9uXBzGM0Af35dbGm67H202HKaGDBoI { width:16.625rem;height:1.5rem;top:11.25rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #ftuq40peF88TWmFfLPpm7LfzmagfLGFV { width:20rem;height:16.5rem;top:1rem;left:0rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HSnhd7DpGEExLzuuZSTnJyhmmp6Wp4kn { width:18.75rem;height:0.0625rem;top:7.3125rem;left:0.625rem;background-color:#0a0b0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7XvQVxTOZrVl8funtoGryg7mZX7Ues { width:19.875rem;height:42.875rem;top:18.0625rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDEDaTUdJEtMlTgAfEvfUvNJWOqfCSZr { display:flex;width:1.25rem;height:1.25rem;top:6.75rem;left:9.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #dqgTf7SQbl8ZDGp4UuB13MVqbMxGheEa { display:flex;width:1.25rem;height:1.25rem;top:15.25rem;left:12.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-heading-text { font-size:1rem;height:auto; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr .accordion-desc-text { font-size:0.9375rem;height:auto; }
#aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr { display:flex;height:auto;width:16.8125rem;top:19.125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ExXTDRdNXc4S7qPGSuyUqRJVPMwCmcov {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #ziuOXz7J5bQ8nTOy3s6cyTvqETlFUBdq {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #THTuQywrIlTmqi4OzO75XfFqdouOVMf8 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #PVDZm9Dmf5sznXadyU33PIUlEQsBBteT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #A7140o4UhuswhJvW6sHEmuTs51hVuisT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #R5gdQoQ6qd3FcNoyVXTuvE2saah85M45 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #RtabEobWWrIpRRw0sLnz6HB92hu4743N {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tQ5nde5LncFbZD5dKxQgepAi6Jr0BhDQ {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OaQ0PuDD5dP5WOJHgHoCVZog0gRk2wTr {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #GzzhCdbwqevcavEKxEko1hTthPVVJ8lv {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #QlDrZnwuAxos6uKxw6PcEpy8iA1qrLdT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #f7Hq5A0fTg7mcQJOBv9WQdLb0mOzfPnU {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #kd8z16fR5ZNmBCqP9DFImLi9FwLmN9z5 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #b4lLQJGpD8WXz1WGR0vT6MJ1edLkIGJG {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #zNCicC792bfOD7mTyyX5EUvJQiu9ZdUd {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #waIPHmnrZfuAQ1kw4Q53w0WRxOXiO6XR {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #MhGgc2g8bZHPycateCRqpSUQ5q9g7ipv {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #puWX7v5ugvSTgmuHLPthX3cw9RXwcXG0 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #rnMZgxTe51IvD3bJMs7lLfuCAABHVPaR {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #FLLyuIkKKU3kemSfM2vGTG8roZaSCWFq {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #TWiOxVatTT8zlnlVTomKuVC8XCeh2zeT {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #AL1sxgb3FkbefSHoeXhXSfAODSerEuXJ {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HB0gUHC1R1nGPXXlNFvWURDzfKdFUyGA {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #WQQZuKrmx0PJLNWwTb6Zg5ORxsTTb8wS {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #HQKoM4TTJqGs35lacvUhfCf2TVPT6ZTN {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #JCWJBH4uCBc80pU9p1hZvgsxxCflmdtF {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #KA3W38T9RWNydJ6HtralXMEml2dvazU4 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #vzOiWclGa1zl1h4IGnEa8hQULN4kJWck {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #tq0BvWbRNmayiIurRMa7XIODOQaNQNO9 {  }
 }@media only screen and (max-width: 763px) { #aUzEqApyqR9GpAV8kyH2wepmJAuOhbbr #OtZWlEMRn6a0I9dlH5flTDnoFbHixwOm {  }
 }@media only screen and (max-width: 763px) { #fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:16.9375rem;height:14.125rem;top:3.125rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }