.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:253,234,222;--color-primary-1:248,185,147;--color-primary-2:241,114,38;--color-primary-3:121,57,19;--color-primary-4:36,17,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:252,252,252;--color-tertiary-2:245,245,245;--color-tertiary-3:123,123,123;--color-tertiary-4:24,24,24;--headlines-font-family:"Montserrat";--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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e37690-2b53-4b1d-9234-4a6654687972/Aritco00.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.adaptive-delivery-prevent-bg, #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.lazyload, #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.lazyloading { background-image: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { background-color: transparent; background-image: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container > .video-iframe-container { display: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row > .video-iframe-container { display: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .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); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { border-width: 0; border-radius: 0; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-form-header {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:20.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.2;overflow:hidden; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:20.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:20.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.125rem;margin-bottom:0.25rem;margin-left:4.125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:12.375rem;height:3.4375rem;font-family:arial;overflow:hidden;box-shadow: none;line-height:1.3; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .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; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.4; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-container:first-of-type{padding-top:0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-container:last-of-type{padding-bottom:0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl  { background-color:rgba(var(--color-tertiary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:6.6250004768369rem;left:1.1551342010498rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl {display:block;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl { background-color:rgba(var(--color-tertiary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:6.6250004768369rem;left:1.1551342010498rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv .container-column{width:100%;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #DuV6GHRnAkLKWoyV3BsIGvAz9m4Dcice { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qoM6Iv22x0aGFOvL8U11kCwCJ9nsier7 { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Ku2BMBTiHPk0DQormrnsOp9GD3AaHBzp { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Er7h1TqRe0bNN4FF8f5TwTlUWxNpfg6e { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XaTr8H6Szre5ObG3Jy2hcPo7STlno8lR { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IweT2DqmGdoly5zUbWJR8lanL4siubis { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #U6SRWo7pbIVRciW3rChwJgoyPwRTIg4M { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #VPsivIgNm0ZAtJQ4Nwm1ePDqGQnVLBKw { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #hP2ZTAAVXI3TgTvNsXdi2fTwx4VxxofP { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ht7kkiI8Boo1DiBLhiPXkTVkNJxpkFTA { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #tDcFq8GGUDg4uTOxXhz0fnsSI7uho1gD { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #eTLEMvKKtH35LrRFEmRkbP0IeSI4Vpgu { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #O7QmRQoXBo90PuAPrEk3DADfJ5RrE5pS { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Qk1RHRm3s2IsB4qERZ3gTkXWQUxNObUM { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc .container-column{width:50%;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #heTehvGQ0dd2eTCPmuhFmaqyNf3EUDvS { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #teeHWlf4TpQvD93RCIV7ABzWpHGWQS5V { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #QENGTGvv86POAqsQFTv1mx9shBeAq12S { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #t1J93KNWEQ8gZpHBOCboQwoPyS1crWKX { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #oER98hD71k1BEFUKha9rreplvTVOKbRA { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 .container-column{width:50%;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XUVXkcTxWkzM7sPO7W0RwumvbT6nkCRE { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #T205cnsT9oSVFVTLxrLmEIPoCxLXqhJz { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qxVoxiVeiHXGRqiaKdcTcmnyhPfc1gnA { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KMFbPS0U345du9ZG5VuagbtpxliPhQNm { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ZF2ZVKSON1dKKhkuiTUNTdHZxMTHc98k { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt .container-column{width:50%;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LpfWz8l1z2LPxeQGrTo7SNCfIdKZugLk { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qvKLIsDno0bSftoRgpu28KdTzaovlBnG { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #SnT5cwJuJERimiTWnUtscaTuXOLbmRTA { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #omibce5RdeJ7cpKeEeWZyJbWJe79GKw7 { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #yG7em6kLxAZFy7pnKLtfNgssn4yotvoz { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LZFe6stCbJD4StetbVizwPcQzMAS1aUc { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #UiTWocWfxzGBTBbI3Mq3yggn212AuT9g { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #JZ6zhRmkp8JJpOAVzu8mr6Dh50FonAyK { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zc7o5aKWFrICq8pycM3UP7OlK88ItGa4 { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #MZ64O3l5tPefDN6kRe1qDT4U8L4XeEPO { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Z8OwwTXAe3guX5Jp4Av7OyNSAslz4htK { position:relative;z-index:2; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #s7vnFfVL5OhNGgPpxfqgOPIQBnHoSUH2 { position:relative; }
#asChcHUBHyLumRuTThRXllrTUViVwSxn { position:relative;display:block; }
#fdvsJm9PBPrfrBpHBa1z083HyoCPGFul { position:relative;display:block; }
#Gu3Gi9Z4w1ZVTxuRdbPTFGN5ONcx1QBx { position:relative;display:block; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KsSEpw1Tk6Gmr4uOu6ghq9QGZVZdyz2J { position:relative; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qByDclpXNzcQkdgyrVWRmuCPMVUaurOk { position:relative; }
#P4cMIklObDvZLUSM6X6wxt6EJhAV2ZmS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3145837783814rem;left:61.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTHHPXv7gR9OTB3TGx1Z55J0AQKBcT4w { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.625rem;left:61.9375rem;display:block; }
#OIN1zw094K9Ug2hGurU2RlTc5oJbt0NF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKfOfq0a9JLfpXEfAJMAS011wdSUM5pZ { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:63.8125rem;display:block; }
#rEa68zymTZoHZxzD7x9tCkOD8bcTdRwV { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:43.5625rem;left:63.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAE4U2MvWmOutDVN5CTxgG7rrQmNEHPw { box-sizing:content-box;height:6.0625rem;width:23.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:1.1867189407349rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.625rem;display:block; }
#ai9dWySxh6JpW1HyVaTfRSeA8pNSClv6 { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.4249999523163rem;left:2.3101563453674rem;height:;text-align:center;text-align-last:center;display:block; }
#L5M1dwLc148hxivIZrcBWM9TpbLTFf3i { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:1.875rem;width:11.0625rem;top:1.7999877929688rem;left:62.5312461853rem;overflow:hidden;display:block; }
#bEe8eo5CBMungvctR56m34GH6r7KEL44 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.22917175293rem;left:8.7499980926512rem;display:block; }
#vAvaJQt9vM0kL4WcX4K5fFdTuDtKKqAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKgCwsLenADpaLqadn19O9f7KBZTUXaC { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.1875rem;top:12.25rem;left:63.5625rem;overflow:hidden;display:block; }
#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container { background-color: transparent; background-image: none; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container > .video-iframe-container { display: none; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row > .video-iframe-container { display: none; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .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); }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container { border-width: 0; border-radius: 0; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#bdyVFIMhoHPf9GITVyKENlncIpb2XcZ1 { color:#f17226;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.897914886474rem;left:13.935417175293rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#N5BC5STikrPSRMaVCiE1FTnAUU1dGQys { color:rgba(var(--color-tertiary-4),1);display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:22.752086639404rem;left:12.504165649414rem;height:7.9994375rem;text-align:center;text-align-last:center;display:block; }
#HW0Lufgp1nwKD9hzQLiXWHAFKb3toiCr { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#f17226;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.221874237061rem;left:28.125rem;display:block; }
#FPJcKuMzBfK3aUA6nkiTbuXuXQhUSrWb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:22.75rem;top:6.5249977111819rem;left:25.441665649414rem;overflow:hidden;display:block; }
#JWfJoqNiREhOk4t5a0vfQ5Ja9EGLHFeR { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:36.6875rem;left:61.625rem;height:5.77399375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTz21QnMVzSKQ2JSOtzQN0JRqcTFfWBv { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#f17226;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:61.0625rem;display:block; }
#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F { position:relative;display:block; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F { background-color: transparent; background-image: none; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row .container > .video-iframe-container { display: none; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row > .video-iframe-container { display: none; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .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); }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F { border-width: 0; border-radius: 0; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .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; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;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; }#gpXVA4RKEhfFKVcFGW48lL6bzHXIspCv { color:#f17226;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0242195129394rem;left:13.937501907349rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#BGQPSTnOkM2qXJXfTu8JIKpuuIFsbvH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:12.0234375rem;left:15.34375rem;height:6.3995625rem;text-align:center;text-align-last:center;display:block; }
#oXV7u5VrwtRR1ENb3KwXF2eFKwCQ5P0O { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#f17226;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.28515625rem;left:28.125001907349rem;display:block; }
#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd { position:relative;display:block; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd { background-color: transparent; background-image: none; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row .container > .video-iframe-container { display: none; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row > .video-iframe-container { display: none; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .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); }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd { border-width: 0; border-radius: 0; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .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; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .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:28.625rem;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; }#VwdO3ppgmdU0EXQpLqJa494rhk4767mX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15006;opacity:1;top:5.3125rem;left:18.75rem; }
#OSHMed5bZ3pdDs8fPxe6xS6ZIgRmkaTq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.4375rem;left:21.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#dUErAQTnyfTdnN4EOxouySKarTpbKN2X { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9.625rem;left:17.5rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#CgOsevnD9wCsQTcQwr0U02boWMJMgPc0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15007;opacity:1;top:9.5rem;left:14.375rem; }
#xi0bQU7XlQT0kTJcP5z3X3HCC4yP5BS3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15008;opacity:1;top:9.5rem;left:38.4375rem; }
#TCpiP9w9eJVPrqPRMFhpqMpx9g7EF8RJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.625rem;left:42.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#CIBmgzxvpt3PFk7C3rAW6ol9rofTxHlM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15008;opacity:1;top:13.5rem;left:14.375rem; }
#xWUOlAtkt1VScTcH8058Bf6eiI9FHrKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.625rem;left:17.5rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#kveXQm4uzIsDIozrpQvNsV1ccKy2P2Vr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.625rem;left:42rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#VlSsnAfSOqeSn43iKsTdU23cd6KD8TX6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15009;opacity:1;top:13.5rem;left:38.4375rem; }
#gGaZGtuLDGQP5HRwbThXo1K4sbGsFrAp { color:#f17226;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:18.607292175293rem;left:19.156251907349rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p { position:relative;display:block; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p { background-color: transparent; background-image: none; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row .container > .video-iframe-container { display: none; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row > .video-iframe-container { display: none; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .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); }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p { border-width: 0; border-radius: 0; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .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; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .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:78.75rem;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; }#byTOZL1r5mysm4QIU85pZKTfDoTbiLHG { box-sizing:content-box;height:21.875rem;width:53.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.087497711181638rem;left:21.21249961853rem;border-top-left-radius:0.25rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1rem;display:block; }
#zfCgCzZLmhXRvg1qoMEDJD6Sb2mTh5aE { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:21.875rem;width:21.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eWtMRK1LTPlVs6EMZVV83c2WFUDnttm1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.625rem;left:19.27499961853rem;display:block; }
#U6JfAxf8KFOpJ6RFxNugOzlMNZnXc5AH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.4500007629394rem;left:18.730470657349rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#PXiquKiCyl5ufeFoptc24wtd5HV4QtgN { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:24.9375rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#hZzERW4SWktkPXnSN2T29wF8OyhG4DBb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.4812469482422rem;left:24.917707443238rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#Ba9sl8M8layOyWW1lECF5Gqf6io6PlLP { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.1729168891906rem;left:24.917707443238rem;height:7.1986875rem;text-align:left;text-align-last:left;display:block; }
#ApErK4uzJXHIy9TMy3RhBCAF3OPhbk3x { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.323959350586rem;left:63.750005722044rem;display:block; }
#yNuk46F08X5BBgFfTZN72eqCWJTJzpSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxTcRgZdliQvVtaSRyMUH9V8UiL0vWOh { color:#000000;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:2.3739547729492rem;left:49.64999961853rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#XsbdfbaiLKewKTHZgLPPisc7ETZETegZ { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:2.3739547729492rem;left:60.050001144409rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#JUsJEcQHTCaGILZNJbRNBP12kqQIGkhb { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:21.875rem;width:21.875rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#eAQP4TPlIbcBxzIJWPVaNplJoopzLKDw { 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:15009;opacity:1;top:2.548957824707rem;left:47.825002670288rem; }
#tsTaq5c6wVd3MikCxroHKTbGZKILhisB { 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:15010;opacity:1;top:2.548957824707rem;left:58.037504196167rem; }
#e3vCn8b3vC9EqyRc2z7y1BgPw0mWST7P { box-sizing:content-box;height:21.875rem;width:53.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.875rem;left:21.247915267944rem;border-top-left-radius:0.25rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1rem;display:block; }
#P1B35x0JWIcTqEAZdN9OOyn44Z8Z6xkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:29.85417175293rem;left:24.917707443238rem;height:12.597625rem;text-align:left;text-align-last:left;display:block; }
#hUJwFHqQCmPx6eZesNATkycSpIVARNtO { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:25.000001907349rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#mhVAeTMRwTFEWbmtpZP2LTza2h8JKuL8 { 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:15018;opacity:1;top:25.6875rem;left:43.999998092651rem; }
#eMyiQMA5sQTaK4ZPaKDLg1a4QrnEFO7t { color:#000000;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:25.5rem;left:45.874998092651rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#AsQeODDOtSvFHB36xSwdobDSk9T68Lzx { 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:15019;opacity:1;top:25.6875rem;left:58.250005722046rem; }
#wZRlFWyTgoTef7cQdAxQJfTl6R3xxFfG { color:#000000;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:25.5rem;left:60.062505722046rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#qhO8nFyeLDrTSCeXDprPsWqSxEyu6hw7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.687507629394rem;left:63.812505722044rem;display:block; }
#bZohQf8k8FOTUQTqC6bilTC1WLFzFMHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHodQ750XiNIhGht411vu4TI1VvaQaIN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:25.625rem;left:25.062501907349rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#Tku2NPAwewaGKoDOJOAn2TbltEtwD0k2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:50.000007629394rem;left:25.062501907349rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#W92CzvLmaH4KDW4UtRew7WThk08J7q5S { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125007629394rem;left:25.000001907349rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#CJoBlITurfgAAtTZZ9i2sKkHvHP0lzFC { 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:15028;opacity:1;top:50.062507629394rem;left:41.687498092651rem; }
#r4yav9nc6sCc4DU5hnxhF9HbOR3RLvfC { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:49.875007629394rem;left:43.562498092651rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#TBsGamW7sKRSrI73CSGdEL4rHKWFCPGf { 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:15029;opacity:1;top:50.062507629394rem;left:59.062505722046rem; }
#vrRgXOUg5QHqWbTOJzSQMTfvlUfb1EgZ { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:49.875007629394rem;left:60.875005722046rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#RTBcnP4GsH99JEnSfH22IK2gzFrHghVE { box-sizing:content-box;height:21.875rem;width:53.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.562507629394rem;left:21.250001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1rem;display:block; }
#s2CuQsRPzlVM67R0P8gL8NostBqlyhH8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:64.812507629394rem;left:63.812505722044rem;display:block; }
#DPzwCwWG3EBvyla4Rh2o6ypORVf1WUb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcLg7LWCz3J5xMZ8hq0UR0HlC3zw6k1L { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:54.312507629394rem;left:24.937501907349rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#exMkN5awD7UuGpOVJDePKtMuAWSG4Nub { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:21.875rem;width:21.875rem;top:47.562507629394rem;left:0rem;overflow:hidden;display:block; }
#ben3XTuZbuxib9Iqp6GxgfGTOgRF3Ogd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:25.3125rem;left:19.312501907349rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#PFxyBSy5UmZUwykVD5TFkPsOzFaDOaMu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:24.5rem;left:19.250001907349rem;display:block; }
#l0NQsTuA1GQ1tSQ406df5TsNyKr2aIAf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.187507629394rem;left:19.250001907349rem;display:block; }
#IqV4kbZP1tttOPBhkUAG8PLWh3vZNvEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:49.000007629394rem;left:18.750001907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BFW5FSTolrRI128gR0hxmIOX8XnragLd { position:relative;display:block; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd { background-color: transparent; background-image: none; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row .container > .video-iframe-container { display: none; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row > .video-iframe-container { display: none; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .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); }#BFW5FSTolrRI128gR0hxmIOX8XnragLd { border-width: 0; border-radius: 0; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .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; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .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:37.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; }#Spn9T9f77O0U7ByX8MJgbh8GUasNRJo6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:28.0625rem;width:50rem;top:7.62939453125E-6rem;left:12.498956680298rem;display:block; }
#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container { background-color: transparent; background-image: none; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container > .video-iframe-container { display: none; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row > .video-iframe-container { display: none; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .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); }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container { border-width: 0; border-radius: 0; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#X0QxmhyzF0XeZ9xVm0Ps9IgLgb232Ey6 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#f17226;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:28.125rem;display:block; }
#dTsSPhQtOEa7haiLd3DlheCxkCppzz23 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.562505722046rem;left:15.625rem;height:3.199775rem;text-align:center;text-align-last:center;display:block; }
#TdZxCOGgTEpbZysxrydehycD4RpwrTzV { color:#f17226;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.9375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#XbHTM5AAAFdtkDKaMg0X6P8NOVlf7iTk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15009;opacity:1;top:23.125rem;left:4.375rem; }
#ni9pghGZVTEfO9TDT9ZD30PZTiFrsdRV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:23.25rem;left:6.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#nVWTh1b9nxnumDCcTU8oO3LOL50faadZ { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:31.1875rem;left:4.375rem;overflow:hidden;display:block; }
#QeDMrC5lfqc6KTOMUeCD1sNED3xllxpB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:26.6875rem;left:6.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#uHIs9xNcSTXlCTg0KlESBykS9duzlHtt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15011;opacity:1;top:26.5625rem;left:4.375rem; }
#GO1PyBywLK0Ba8zSLeQB11A62nsF3rzL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:23.25rem;left:28.5625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#eiNfTfT9kTuvG8HRnaaGZQS1duGiqWKy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15013;opacity:1;top:23.125rem;left:26.0625rem; }
#M6iTSd7M9NpTb3uLyAQV46ymyTSEhimo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15015;opacity:1;top:26.25rem;left:26.1875rem; }
#C7iJS5UTqRE5JkSvsHNmVoLLQhHITq5u { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:26.375rem;left:28.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#U1ciqK4orTC5tdta9ZylgIUklH3SeKyn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:22.9375rem;left:57.75rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#A64I5xz6H69tvW3ylnU3s4CXeP9WOg28 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:22.8125rem;left:55.25rem; }
#Zceg2eTe0PPeuRKfGftZg6WgPVAU2IbH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15019;opacity:1;top:26.25rem;left:55.25rem; }
#ESdfUc3AZ4SzV15BvE7WI37SW43XotFa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:26.375rem;left:57.750005722046rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#LA7Uq1E2oIEzeIuLRL5d6AdtAQ3ITl4k { box-sizing:content-box;height:4.6875rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:4.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.625rem;display:block; }
#PuGFHL9FTIJpzS8eyzzSN2pIZLblc4NA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:48.125rem;left:4.375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#ZAb8LaIEO57i3WOgSvNTf8rfD71ymS5w { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:31.1875rem;left:21.25rem;overflow:hidden;display:block; }
#Q1g4TQeFe3nnshJSQwcJ8R7M6uoPuArA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:48.125rem;left:21.3125rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#q6fgXDvcZiHNRpolsHOoDu7tfNeTDHUA { box-sizing:content-box;height:4.6875rem;width:15.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:21.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.625rem;display:block; }
#cBBgavgTQd2G3JLzV07LTxMFfrzQmBQK { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:31.1875rem;left:38.125rem;overflow:hidden;display:block; }
#qwCqTJxg7wzrQFGWOFDsK3NFUKhTgyeV { box-sizing:content-box;height:4.6875rem;width:15.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.625rem;display:block; }
#J9KTc5G3fm612bF7gfLpmnXen1uVypcm { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:31.1875rem;left:54.8125rem;overflow:hidden;display:block; }
#JwkTTF3WCTGAo19JgoF1xsdqk7116T1z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:48.125rem;left:55.0625rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#HLQJXokniUUtVbrAmdvem0IUW9U9a58p { box-sizing:content-box;height:4.6875rem;width:15.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:54.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.625rem;display:block; }
#LaQXT6G67Igp68hZGNk3FeMuAB8EnlhP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:48.106254577637rem;left:38.187498092651rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container { background-color: transparent; background-image: none; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container > .video-iframe-container { display: none; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row > .video-iframe-container { display: none; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .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); }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container { border-width: 0; border-radius: 0; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#tT7XTPA6tyrG7cqn5AsCwsnMiOk7QB6H { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:8.5625rem;left:43.9375rem;height:30.59428125rem;text-align:left;text-align-last:left;display:block; }
#Qb8EyEtxfJgMvbhMx55zTT1rxl4rFntl { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.5625rem;left:39.875rem; }
#OeiU3Siscf0OSQFQ4e6fmIfsPupdrdhK { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:17.1875rem;left:39.875rem; }
#nGVCSXrhQw02Tp6xaryUcTTFyZaC1xNX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.5rem;left:40rem; }
#vwTJEzD1lR3Oev5TJRndJMyKQ7WmMo25 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.8125rem;left:11.125rem;display:block; }
#QEJPwb9W3h71NNmlbIZQZBqE2DcGrFyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q967bMTPUXPQ3S3q6aeM2GU4mCw5Bu4s { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:45.1875rem;left:11rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#k4q7nqx7fH1D154XkTfpJO2DEfQFHI3c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:36.5rem;width:33.8125rem;top:5.625rem;left:1.875rem;overflow:hidden;display:block; }
#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container { background-color: transparent; background-image: none; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container > .video-iframe-container { display: none; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row > .video-iframe-container { display: none; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .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); }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container { border-width: 0; border-radius: 0; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#krlnH2dMHwT9vMn2b6pVg3WdP5ufaiXD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.910419464111rem;left:44.968748092651rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#tvHkKhxA06WJI1OZ6vrUh59QSJ0cPJtK { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:46.875rem;display:block; }
#M0U0UXtThursfTdWU14HJSQBG22O181V { 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:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.375rem;left:38.4375rem;display:block; }
#BumRB9qoOa5zJKwV0Fn28pwdILyTOMLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHPZtcP7E3lPeTbaHxOkHedkk3N11WDJ { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.519191741943rem;left:54.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ITA4dFVx2P2X7mWZfoeKIiTXWioBCdLd { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:40.34375rem;height:4.54910625rem;text-align:center;text-align-last:center;display:block; }
#rQffLthm5dNCpWEziOnHTAhDuGIfx2er { 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:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.375rem;left:58.4375rem;display:block; }
#iOmQb3NT7TUfBhHfMebMeEOhtraMv5Ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF8DWZxa3BQaQNAQ3hVLgTPLZRl864Ir { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:28.9375rem;width:30.375rem;top:4.046875rem;left:2.21875rem;overflow:hidden;display:block; }
#i7QUMJzcSwMsUeJ5m8RSLgGo5eSETizu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.1875rem;top:24.981250762939rem;left:25.686458587646rem;overflow:hidden;display:block; }
#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container { background-color: transparent; background-image: none; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container > .video-iframe-container { display: none; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row > .video-iframe-container { display: none; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .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); }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container { border-width: 0; border-radius: 0; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#TqGNgiDlKbivVIUa70IVr47d31pANBzR { color:rgba(245,245,245,0.7);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:2.1677093505859rem;left:50.419792175293rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#svHA7Lvxk9ZPdrwMTZSmX2ZhefKS6Jl0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:1.6875rem;width:10.125rem;top:1.9375rem;left:1.875rem;overflow:hidden;display:block; }
#pBZhBJBFyRTDziIgpi3bb7kJILs0ptBO { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:3.7664947509766rem;left:3.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#IgqrZG8VtPV96ed0cI3321oMoCMl271e { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.1875rem;left:32.09375rem;display:block; }
#r0Uubmh2oGiZQSp9FMOJ9TXAcKR6BAZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 { display:block; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.125rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl  { width:20.625rem;height:auto;top:6.625rem;left:0rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl {display:block;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl { width:20.625rem;height:auto;top:6.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #DuV6GHRnAkLKWoyV3BsIGvAz9m4Dcice {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qoM6Iv22x0aGFOvL8U11kCwCJ9nsier7 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Ku2BMBTiHPk0DQormrnsOp9GD3AaHBzp {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Er7h1TqRe0bNN4FF8f5TwTlUWxNpfg6e {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XaTr8H6Szre5ObG3Jy2hcPo7STlno8lR {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IweT2DqmGdoly5zUbWJR8lanL4siubis {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #U6SRWo7pbIVRciW3rChwJgoyPwRTIg4M {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #VPsivIgNm0ZAtJQ4Nwm1ePDqGQnVLBKw {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #hP2ZTAAVXI3TgTvNsXdi2fTwx4VxxofP {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ht7kkiI8Boo1DiBLhiPXkTVkNJxpkFTA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #tDcFq8GGUDg4uTOxXhz0fnsSI7uho1gD {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #eTLEMvKKtH35LrRFEmRkbP0IeSI4Vpgu {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #O7QmRQoXBo90PuAPrEk3DADfJ5RrE5pS {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Qk1RHRm3s2IsB4qERZ3gTkXWQUxNObUM {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #heTehvGQ0dd2eTCPmuhFmaqyNf3EUDvS {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #teeHWlf4TpQvD93RCIV7ABzWpHGWQS5V {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #QENGTGvv86POAqsQFTv1mx9shBeAq12S {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #t1J93KNWEQ8gZpHBOCboQwoPyS1crWKX {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #oER98hD71k1BEFUKha9rreplvTVOKbRA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XUVXkcTxWkzM7sPO7W0RwumvbT6nkCRE {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #T205cnsT9oSVFVTLxrLmEIPoCxLXqhJz {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qxVoxiVeiHXGRqiaKdcTcmnyhPfc1gnA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KMFbPS0U345du9ZG5VuagbtpxliPhQNm {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ZF2ZVKSON1dKKhkuiTUNTdHZxMTHc98k {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LpfWz8l1z2LPxeQGrTo7SNCfIdKZugLk {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qvKLIsDno0bSftoRgpu28KdTzaovlBnG {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #SnT5cwJuJERimiTWnUtscaTuXOLbmRTA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #omibce5RdeJ7cpKeEeWZyJbWJe79GKw7 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #yG7em6kLxAZFy7pnKLtfNgssn4yotvoz {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LZFe6stCbJD4StetbVizwPcQzMAS1aUc {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #UiTWocWfxzGBTBbI3Mq3yggn212AuT9g {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #JZ6zhRmkp8JJpOAVzu8mr6Dh50FonAyK {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zc7o5aKWFrICq8pycM3UP7OlK88ItGa4 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #MZ64O3l5tPefDN6kRe1qDT4U8L4XeEPO {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Z8OwwTXAe3guX5Jp4Av7OyNSAslz4htK {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #s7vnFfVL5OhNGgPpxfqgOPIQBnHoSUH2 {  }
 }@media only screen and (max-width: 763px) { #asChcHUBHyLumRuTThRXllrTUViVwSxn { display:block; }
 }@media only screen and (max-width: 763px) { #fdvsJm9PBPrfrBpHBa1z083HyoCPGFul { display:block; }
 }@media only screen and (max-width: 763px) { #Gu3Gi9Z4w1ZVTxuRdbPTFGN5ONcx1QBx { display:block; }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KsSEpw1Tk6Gmr4uOu6ghq9QGZVZdyz2J {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qByDclpXNzcQkdgyrVWRmuCPMVUaurOk {  }
 }@media only screen and (max-width: 763px) { #P4cMIklObDvZLUSM6X6wxt6EJhAV2ZmS { top:4.3125rem;left:34.0625rem;width:13.6875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHHPXv7gR9OTB3TGx1Z55J0AQKBcT4w { width:13.0625rem;height:3.4375rem;top:6.625rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIN1zw094K9Ug2hGurU2RlTc5oJbt0NF { display:block; }
 }@media only screen and (max-width: 763px) { #bKfOfq0a9JLfpXEfAJMAS011wdSUM5pZ { top:41rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEa68zymTZoHZxzD7x9tCkOD8bcTdRwV { top:43.5625rem;left:37.5625rem;width:10.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAE4U2MvWmOutDVN5CTxgG7rrQmNEHPw { top:1.125rem;left:0rem;width:23.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai9dWySxh6JpW1HyVaTfRSeA8pNSClv6 { top:2.375rem;left:0rem;width:20.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5M1dwLc148hxivIZrcBWM9TpbLTFf3i { top:1.75rem;left:36.6875rem;width:11.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEe8eo5CBMungvctR56m34GH6r7KEL44 { width:9.875rem;height:1.0625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAvaJQt9vM0kL4WcX4K5fFdTuDtKKqAK { display:block; }
 }@media only screen and (max-width: 763px) { #qKgCwsLenADpaLqadn19O9f7KBZTUXaC { top:12.25rem;left:38.5625rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser { display:block; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdyVFIMhoHPf9GITVyKENlncIpb2XcZ1 { top:15.875rem;left:0.31041717529297rem;width:47.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BC5STikrPSRMaVCiE1FTnAUU1dGQys { top:22.75rem;left:0rem;width:47.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW0Lufgp1nwKD9hzQLiXWHAFKb3toiCr { top:19.1875rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPJcKuMzBfK3aUA6nkiTbuXuXQhUSrWb { top:6.5rem;left:11.816665649414rem;width:22.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfJoqNiREhOk4t5a0vfQ5Ja9EGLHFeR { top:36.6875rem;left:37.5625rem;width:10.1875rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTz21QnMVzSKQ2JSOtzQN0JRqcTFfWBv { top:33.9375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F { display:block; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpXVA4RKEhfFKVcFGW48lL6bzHXIspCv { top:6rem;left:0.31250190734863rem;width:47.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGQPSTnOkM2qXJXfTu8JIKpuuIFsbvH5 { top:12rem;left:1.71875rem;width:44.3125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXV7u5VrwtRR1ENb3KwXF2eFKwCQ5P0O { top:9.25rem;left:14.500001907349rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd { display:block; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwdO3ppgmdU0EXQpLqJa494rhk4767mX { top:5.3125rem;left:5.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSHMed5bZ3pdDs8fPxe6xS6ZIgRmkaTq { top:5.4375rem;left:8.25rem;width:34.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUErAQTnyfTdnN4EOxouySKarTpbKN2X { top:9.625rem;left:3.875rem;width:11.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgOsevnD9wCsQTcQwr0U02boWMJMgPc0 { top:9.5rem;left:0.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi0bQU7XlQT0kTJcP5z3X3HCC4yP5BS3 { top:9.5rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpiP9w9eJVPrqPRMFhpqMpx9g7EF8RJ { top:13.625rem;left:26.1875rem;width:21.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIBmgzxvpt3PFk7C3rAW6ol9rofTxHlM { top:13.5rem;left:0.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWUOlAtkt1VScTcH8058Bf6eiI9FHrKJ { top:13.625rem;left:3.875rem;width:17.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kveXQm4uzIsDIozrpQvNsV1ccKy2P2Vr { top:9.625rem;left:26.6875rem;width:21.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlSsnAfSOqeSn43iKsTdU23cd6KD8TX6 { top:13.5rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGaZGtuLDGQP5HRwbThXo1K4sbGsFrAp { top:18.5625rem;left:5.5312519073486rem;width:36.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p { display:block; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byTOZL1r5mysm4QIU85pZKTfDoTbiLHG { top:0.0625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfCgCzZLmhXRvg1qoMEDJD6Sb2mTh5aE { top:0rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWtMRK1LTPlVs6EMZVV83c2WFUDnttm1 { top:0.625rem;left:5.6499996185303rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6JfAxf8KFOpJ6RFxNugOzlMNZnXc5AH { top:1.4375rem;left:5.10546875rem;width:6.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXiquKiCyl5ufeFoptc24wtd5HV4QtgN { top:1.625rem;left:11.3125rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZzERW4SWktkPXnSN2T29wF8OyhG4DBb { top:2.4375rem;left:11.292707443238rem;width:12.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9sl8M8layOyWW1lECF5Gqf6io6PlLP { top:8.125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApErK4uzJXHIy9TMy3RhBCAF3OPhbk3x { width:10.625rem;height:3.4375rem;top:17.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNuk46F08X5BBgFfTZN72eqCWJTJzpSE { display:block; }
 }@media only screen and (max-width: 763px) { #nxTcRgZdliQvVtaSRyMUH9V8UiL0vWOh { top:2.3125rem;left:36.02499961853rem;width:6.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsbdfbaiLKewKTHZgLPPisc7ETZETegZ { top:2.3125rem;left:34.6875rem;width:13.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsJEcQHTCaGILZNJbRNBP12kqQIGkhb { top:23.875rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQP4TPlIbcBxzIJWPVaNplJoopzLKDw { top:2.5rem;left:34.200002670288rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTaq5c6wVd3MikCxroHKTbGZKILhisB { top:2.5rem;left:44.412504196167rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vCn8b3vC9EqyRc2z7y1BgPw0mWST7P { top:23.875rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1B35x0JWIcTqEAZdN9OOyn44Z8Z6xkJ { top:29.8125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUJwFHqQCmPx6eZesNATkycSpIVARNtO { top:24.75rem;left:11.375001907349rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVAeTMRwTFEWbmtpZP2LTza2h8JKuL8 { top:25.6875rem;left:30.374998092651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMyiQMA5sQTaK4ZPaKDLg1a4QrnEFO7t { top:25.5rem;left:32.249998092651rem;width:11.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQeODDOtSvFHB36xSwdobDSk9T68Lzx { top:25.6875rem;left:44.625005722046rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZRlFWyTgoTef7cQdAxQJfTl6R3xxFfG { top:25.5rem;left:34.625rem;width:13.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhO8nFyeLDrTSCeXDprPsWqSxEyu6hw7 { width:10.625rem;height:3.4375rem;top:41.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZohQf8k8FOTUQTqC6bilTC1WLFzFMHL { display:block; }
 }@media only screen and (max-width: 763px) { #mHodQ750XiNIhGht411vu4TI1VvaQaIN { top:25.625rem;left:11.437501907349rem;width:12.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tku2NPAwewaGKoDOJOAn2TbltEtwD0k2 { top:50rem;left:11.437501907349rem;width:12.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W92CzvLmaH4KDW4UtRew7WThk08J7q5S { top:49.125rem;left:11.375001907349rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJoBlITurfgAAtTZZ9i2sKkHvHP0lzFC { top:50.0625rem;left:28.062498092651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4yav9nc6sCc4DU5hnxhF9HbOR3RLvfC { top:49.875rem;left:29.937498092651rem;width:13.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsGamW7sKRSrI73CSGdEL4rHKWFCPGf { top:50.0625rem;left:45.437505722046rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRgXOUg5QHqWbTOJzSQMTfvlUfb1EgZ { top:49.875rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBcnP4GsH99JEnSfH22IK2gzFrHghVE { top:47.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2CuQsRPzlVM67R0P8gL8NostBqlyhH8 { width:10.625rem;height:3.4375rem;top:64.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzwCwWG3EBvyla4Rh2o6ypORVf1WUb0 { display:block; }
 }@media only screen and (max-width: 763px) { #wcLg7LWCz3J5xMZ8hq0UR0HlC3zw6k1L { top:54.3125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMkN5awD7UuGpOVJDePKtMuAWSG4Nub { top:47.5625rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ben3XTuZbuxib9Iqp6GxgfGTOgRF3Ogd { top:25.3125rem;left:5.6875019073486rem;width:4.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxyBSy5UmZUwykVD5TFkPsOzFaDOaMu { top:24.5rem;left:5.6250019073486rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NQsTuA1GQ1tSQ406df5TsNyKr2aIAf { top:48.1875rem;left:5.6250019073486rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqV4kbZP1tttOPBhkUAG8PLWh3vZNvEQ { top:49rem;left:5.1250019073486rem;width:6.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFW5FSTolrRI128gR0hxmIOX8XnragLd { display:block; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Spn9T9f77O0U7ByX8MJgbh8GUasNRJo6 { top:0rem;left:0rem;width:47.75rem;height:26.7996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O { display:block; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0QxmhyzF0XeZ9xVm0Ps9IgLgb232Ey6 { top:10.75rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsSPhQtOEa7haiLd3DlheCxkCppzz23 { top:13.5625rem;left:1.9999980926514rem;width:43.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZxCOGgTEpbZysxrydehycD4RpwrTzV { top:7.5rem;left:0.3125rem;width:47.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbHTM5AAAFdtkDKaMg0X6P8NOVlf7iTk { top:23.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9pghGZVTEfO9TDT9ZD30PZTiFrsdRV { top:23.25rem;left:0rem;width:11.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWTh1b9nxnumDCcTU8oO3LOL50faadZ { top:31.1875rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDMrC5lfqc6KTOMUeCD1sNED3xllxpB { top:26.6875rem;left:0rem;width:11.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHIs9xNcSTXlCTg0KlESBykS9duzlHtt { top:26.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO1PyBywLK0Ba8zSLeQB11A62nsF3rzL { top:23.25rem;left:14.937501907349rem;width:20.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiNfTfT9kTuvG8HRnaaGZQS1duGiqWKy { top:23.125rem;left:12.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iTSd7M9NpTb3uLyAQV46ymyTSEhimo { top:26.25rem;left:12.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7iJS5UTqRE5JkSvsHNmVoLLQhHITq5u { top:26.375rem;left:15.062501907349rem;width:20.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ciqK4orTC5tdta9ZylgIUklH3SeKyn { top:22.9375rem;left:38.0625rem;width:9.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64I5xz6H69tvW3ylnU3s4CXeP9WOg28 { top:22.8125rem;left:41.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zceg2eTe0PPeuRKfGftZg6WgPVAU2IbH { top:26.25rem;left:41.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESdfUc3AZ4SzV15BvE7WI37SW43XotFa { top:26.375rem;left:35.0625rem;width:12.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA7Uq1E2oIEzeIuLRL5d6AdtAQ3ITl4k { top:46.5625rem;left:0rem;width:15.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGFHL9FTIJpzS8eyzzSN2pIZLblc4NA { top:48.125rem;left:0rem;width:15.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAb8LaIEO57i3WOgSvNTf8rfD71ymS5w { top:31.1875rem;left:7.625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1g4TQeFe3nnshJSQwcJ8R7M6uoPuArA { top:48.125rem;left:7.6875rem;width:15.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6fgXDvcZiHNRpolsHOoDu7tfNeTDHUA { top:46.5625rem;left:7.625rem;width:15.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgavgTQd2G3JLzV07LTxMFfrzQmBQK { top:31.1875rem;left:24.5rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCqTJxg7wzrQFGWOFDsK3NFUKhTgyeV { top:46.5625rem;left:24.5rem;width:15.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KTc5G3fm612bF7gfLpmnXen1uVypcm { top:31.1875rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwkTTF3WCTGAo19JgoF1xsdqk7116T1z { top:48.125rem;left:32.25rem;width:15.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQJXokniUUtVbrAmdvem0IUW9U9a58p { top:46.5625rem;left:32.125rem;width:15.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQXT6G67Igp68hZGNk3FeMuAB8EnlhP { top:48.0625rem;left:24.562498092651rem;width:15.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr { display:block; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT7XTPA6tyrG7cqn5AsCwsnMiOk7QB6H { top:8.5625rem;left:19.0625rem;width:28.6875rem;height:30.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8EyEtxfJgMvbhMx55zTT1rxl4rFntl { top:8.5625rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeiU3Siscf0OSQFQ4e6fmIfsPupdrdhK { top:17.1875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVCSXrhQw02Tp6xaryUcTTFyZaC1xNX { top:33.5rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTJEzD1lR3Oev5TJRndJMyKQ7WmMo25 { width:15.25rem;height:3.75rem;top:40.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEJPwb9W3h71NNmlbIZQZBqE2DcGrFyl { display:block; }
 }@media only screen and (max-width: 763px) { #Q967bMTPUXPQ3S3q6aeM2GU4mCw5Bu4s { top:45.1875rem;left:4.1875rem;width:15.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4q7nqx7fH1D154XkTfpJO2DEfQFHI3c { top:5.625rem;left:0rem;width:33.8125rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT { display:block; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krlnH2dMHwT9vMn2b6pVg3WdP5ufaiXD { top:13.875rem;left:24.531248092651rem;width:22.5625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvHkKhxA06WJI1OZ6vrUh59QSJ0cPJtK { top:11.5rem;left:26.4375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0U0UXtThursfTdWU14HJSQBG22O181V { width:15.625rem;height:3.75rem;top:22.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumRB9qoOa5zJKwV0Fn28pwdILyTOMLU { display:block; }
 }@media only screen and (max-width: 763px) { #RHPZtcP7E3lPeTbaHxOkHedkk3N11WDJ { top:23.5rem;left:34.1875rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITA4dFVx2P2X7mWZfoeKIiTXWioBCdLd { top:6.0625rem;left:15.9375rem;width:31.8125rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQffLthm5dNCpWEziOnHTAhDuGIfx2er { width:15.625rem;height:3.75rem;top:22.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOmQb3NT7TUfBhHfMebMeEOhtraMv5Ud { display:block; }
 }@media only screen and (max-width: 763px) { #kF8DWZxa3BQaQNAQ3hVLgTPLZRl864Ir { top:4rem;left:0rem;width:30.375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QUMJzcSwMsUeJ5m8RSLgGo5eSETizu { top:24.9375rem;left:14.6875rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP { display:block; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqGNgiDlKbivVIUa70IVr47d31pANBzR { top:2.125rem;left:24.625rem;width:23.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHA7Lvxk9ZPdrwMTZSmX2ZhefKS6Jl0 { top:1.9375rem;left:0rem;width:10.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZhBJBFyRTDziIgpi3bb7kJILs0ptBO { top:3.75rem;left:0rem;width:8.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgqrZG8VtPV96ed0cI3321oMoCMl271e { width:10.625rem;height:1.5625rem;top:2.1875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Uubmh2oGiZQSp9FMOJ9TXAcKR6BAZ1 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/2181cd50-55ae-4db5-9a8e-e5d964fbd4ac/Aritcolandingmobilecover.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.adaptive-delivery-prevent-bg, #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.lazyload, #xAL5r9Xh2ReXy83w1u7OndDA07DWcO03.lazyloading { background-image: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { background-color: transparent; background-image: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container > .video-iframe-container { display: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row > .video-iframe-container { display: none; }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .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); }#xAL5r9Xh2ReXy83w1u7OndDA07DWcO03 > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-input-button { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.9375rem; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .widget-radio-label { font-size:0.9375rem;overflow:hidden;text-align:left;text-align-last:left; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl  { width:16.875rem;height:auto;top:37.000001907349rem;left:0.3125rem;z-index:15007; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl {display:block;}#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl { width:16.875rem;height:auto;top:37.000001907349rem;left:0.3125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ErMa8d9t55OtmAUUcotTQ0zX7zS6BRAv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #DuV6GHRnAkLKWoyV3BsIGvAz9m4Dcice {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qoM6Iv22x0aGFOvL8U11kCwCJ9nsier7 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Ku2BMBTiHPk0DQormrnsOp9GD3AaHBzp {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Er7h1TqRe0bNN4FF8f5TwTlUWxNpfg6e {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XaTr8H6Szre5ObG3Jy2hcPo7STlno8lR {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IweT2DqmGdoly5zUbWJR8lanL4siubis {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #U6SRWo7pbIVRciW3rChwJgoyPwRTIg4M {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #VPsivIgNm0ZAtJQ4Nwm1ePDqGQnVLBKw {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #hP2ZTAAVXI3TgTvNsXdi2fTwx4VxxofP {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ht7kkiI8Boo1DiBLhiPXkTVkNJxpkFTA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #tDcFq8GGUDg4uTOxXhz0fnsSI7uho1gD {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #eTLEMvKKtH35LrRFEmRkbP0IeSI4Vpgu {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #O7QmRQoXBo90PuAPrEk3DADfJ5RrE5pS {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Qk1RHRm3s2IsB4qERZ3gTkXWQUxNObUM {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zhF849TPch2NKGcRIHBGC067WXCUO7Rc .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #heTehvGQ0dd2eTCPmuhFmaqyNf3EUDvS {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #teeHWlf4TpQvD93RCIV7ABzWpHGWQS5V {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #QENGTGvv86POAqsQFTv1mx9shBeAq12S {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #t1J93KNWEQ8gZpHBOCboQwoPyS1crWKX {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #oER98hD71k1BEFUKha9rreplvTVOKbRA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #IgbozK7rrT96vsG6qbrTJEnB9r6bDXD7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #XUVXkcTxWkzM7sPO7W0RwumvbT6nkCRE {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #T205cnsT9oSVFVTLxrLmEIPoCxLXqhJz {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qxVoxiVeiHXGRqiaKdcTcmnyhPfc1gnA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KMFbPS0U345du9ZG5VuagbtpxliPhQNm {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #ZF2ZVKSON1dKKhkuiTUNTdHZxMTHc98k {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt {  }
#EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #PpOumZ65lV4zNGrmyW9AOVSbP2vLhwBt .container-column{width:50%;} }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LpfWz8l1z2LPxeQGrTo7SNCfIdKZugLk {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qvKLIsDno0bSftoRgpu28KdTzaovlBnG {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #SnT5cwJuJERimiTWnUtscaTuXOLbmRTA {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #omibce5RdeJ7cpKeEeWZyJbWJe79GKw7 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #yG7em6kLxAZFy7pnKLtfNgssn4yotvoz {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #LZFe6stCbJD4StetbVizwPcQzMAS1aUc {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #UiTWocWfxzGBTBbI3Mq3yggn212AuT9g {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #JZ6zhRmkp8JJpOAVzu8mr6Dh50FonAyK {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #zc7o5aKWFrICq8pycM3UP7OlK88ItGa4 {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #MZ64O3l5tPefDN6kRe1qDT4U8L4XeEPO {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #Z8OwwTXAe3guX5Jp4Av7OyNSAslz4htK {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #s7vnFfVL5OhNGgPpxfqgOPIQBnHoSUH2 {  }
 }@media only screen and (max-width: 763px) { #asChcHUBHyLumRuTThRXllrTUViVwSxn { display:block; }
 }@media only screen and (max-width: 763px) { #fdvsJm9PBPrfrBpHBa1z083HyoCPGFul { display:block; }
 }@media only screen and (max-width: 763px) { #Gu3Gi9Z4w1ZVTxuRdbPTFGN5ONcx1QBx { display:block; }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #KsSEpw1Tk6Gmr4uOu6ghq9QGZVZdyz2J {  }
 }@media only screen and (max-width: 763px) { #EEWCQBERm9eVOOOLer3pvhVgDhQCOhKl #qByDclpXNzcQkdgyrVWRmuCPMVUaurOk {  }
 }@media only screen and (max-width: 763px) { #P4cMIklObDvZLUSM6X6wxt6EJhAV2ZmS { width:15.875rem;height:0.8125rem;top:3.2500002384186rem;left:2.0625000596046rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHHPXv7gR9OTB3TGx1Z55J0AQKBcT4w { width:13.0625rem;height:2.5rem;top:4.4843752384186rem;left:3.4687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIN1zw094K9Ug2hGurU2RlTc5oJbt0NF { display:block; }
 }@media only screen and (max-width: 763px) { #bKfOfq0a9JLfpXEfAJMAS011wdSUM5pZ { width:6.5625rem;height:6.5625rem;top:24.112501144409rem;left:13.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEa68zymTZoHZxzD7x9tCkOD8bcTdRwV { width:6.125rem;height:3.41015625rem;top:25.687501907349rem;left:13.629167377949rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAE4U2MvWmOutDVN5CTxgG7rrQmNEHPw { width:19.25rem;height:7rem;top:31.375rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai9dWySxh6JpW1HyVaTfRSeA8pNSClv6 { width:16.9375rem;height:3rem;top:32.107299804688rem;left:1.5312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5M1dwLc148hxivIZrcBWM9TpbLTFf3i { width:8.3125rem;height:1.375rem;top:1.4375000596046rem;left:5.6250002980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bEe8eo5CBMungvctR56m34GH6r7KEL44 { width:9.875rem;height:1.0625rem;top:72.6093788147rem;left:7.7947919964788rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAvaJQt9vM0kL4WcX4K5fFdTuDtKKqAK { display:block; }
 }@media only screen and (max-width: 763px) { #qKgCwsLenADpaLqadn19O9f7KBZTUXaC { width:9.1875rem;height:4.375rem;top:81.0500038147rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser { display:block; }#Sq0Su4LtCOWwUu39ehr0UNkc2wBoeser > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdyVFIMhoHPf9GITVyKENlncIpb2XcZ1 { width:18.5rem;height:3.25rem;top:7.5rem;left:0.75000005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5BC5STikrPSRMaVCiE1FTnAUU1dGQys { width:17.5rem;height:13.994125rem;top:14.885414123535rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HW0Lufgp1nwKD9hzQLiXWHAFKb3toiCr { width:12.5rem;height:0.125rem;top:12.134368896484rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPJcKuMzBfK3aUA6nkiTbuXuXQhUSrWb { width:13.6875rem;height:2.625rem;top:1.9375rem;left:3.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfJoqNiREhOk4t5a0vfQ5Ja9EGLHFeR { width:10.1875rem;height:4.19824375rem;top:33.25rem;left:4.9375002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTz21QnMVzSKQ2JSOtzQN0JRqcTFfWBv { width:7.8125rem;height:7.8125rem;top:31.443751573563rem;left:6.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F { display:block; }#mVrsUNmkUHnAXPkrwhbXIPIuX4J8Wp0F > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpXVA4RKEhfFKVcFGW48lL6bzHXIspCv { width:13.875rem;height:3.25rem;top:2.5rem;left:3.0625001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGQPSTnOkM2qXJXfTu8JIKpuuIFsbvH5 { width:17.5rem;height:15rem;top:9.5490074157712rem;left:1.2500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXV7u5VrwtRR1ENb3KwXF2eFKwCQ5P0O { width:12.5rem;height:0.125rem;top:7.4865074157712rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd { display:block; }#r3HcD4yCOTWQ3O4cEVnbCW9oEHoQBZSd > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwdO3ppgmdU0EXQpLqJa494rhk4767mX { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #OSHMed5bZ3pdDs8fPxe6xS6ZIgRmkaTq { width:16.875rem;height:4.21875rem;top:4rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dUErAQTnyfTdnN4EOxouySKarTpbKN2X { width:11.1875rem;height:1.5rem;top:12.546875rem;left:4.3750002980232rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgOsevnD9wCsQTcQwr0U02boWMJMgPc0 { display:flex;width:1.875rem;height:1.875rem;top:9.796875rem;left:9.0625007748606rem; }
 }@media only screen and (max-width: 763px) { #xi0bQU7XlQT0kTJcP5z3X3HCC4yP5BS3 { display:flex;width:1.875rem;height:1.875rem;top:15.270843505859rem;left:9.0625007748606rem; }
 }@media only screen and (max-width: 763px) { #TCpiP9w9eJVPrqPRMFhpqMpx9g7EF8RJ { width:13.8125rem;height:2.8125rem;top:30.879180908203rem;left:2.9822917580604rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CIBmgzxvpt3PFk7C3rAW6ol9rofTxHlM { display:flex;width:1.875rem;height:1.875rem;top:22.343765258789rem;left:9.0625007748606rem; }
 }@media only screen and (max-width: 763px) { #xWUOlAtkt1VScTcH8058Bf6eiI9FHrKJ { width:17.1875rem;height:1.5rem;top:24.968765258789rem;left:1.2947917580604rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kveXQm4uzIsDIozrpQvNsV1ccKy2P2Vr { width:17.9375rem;height:2.8125rem;top:18.031265258789rem;left:1.0312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VlSsnAfSOqeSn43iKsTdU23cd6KD8TX6 { display:flex;width:1.875rem;height:1.875rem;top:28.005218505859rem;left:9.0625007748606rem; }
 }@media only screen and (max-width: 763px) { #gGaZGtuLDGQP5HRwbThXo1K4sbGsFrAp { width:15.1875rem;height:2.798825rem;top:36.328123092651rem;left:2.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p { display:block; }#U1iTFkg1oXPcNp8RVu4r4OOa1ZWJ2V4p > .row .container { width:20rem;height:196rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byTOZL1r5mysm4QIU85pZKTfDoTbiLHG { width:18.75rem;height:34.9375rem;top:19.311447143555rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfCgCzZLmhXRvg1qoMEDJD6Sb2mTh5aE { width:18.75rem;height:18.75rem;top:1.3124961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWtMRK1LTPlVs6EMZVV83c2WFUDnttm1 { width:4.375rem;height:4.375rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6JfAxf8KFOpJ6RFxNugOzlMNZnXc5AH { width:3.1875rem;height:2.75rem;top:0.85724353790281rem;left:1.826704621315rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXiquKiCyl5ufeFoptc24wtd5HV4QtgN { width:11.25rem;height:2.5rem;top:18.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZzERW4SWktkPXnSN2T29wF8OyhG4DBb { width:11.25rem;height:1.1rem;top:19.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9sl8M8layOyWW1lECF5Gqf6io6PlLP { width:16.1875rem;height:19.125rem;top:27.692709207535rem;left:1.9062500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ApErK4uzJXHIy9TMy3RhBCAF3OPhbk3x { width:9.375rem;height:3.125rem;top:49.06666970253rem;left:5.0135419964791rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNuk46F08X5BBgFfTZN72eqCWJTJzpSE { display:block; }
 }@media only screen and (max-width: 763px) { #nxTcRgZdliQvVtaSRyMUH9V8UiL0vWOh { width:11.25rem;height:1.5rem;top:22.085228681564rem;left:3.3125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsbdfbaiLKewKTHZgLPPisc7ETZETegZ { width:13.75rem;height:1.5rem;top:24.104156494141rem;left:3.3125000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JUsJEcQHTCaGILZNJbRNBP12kqQIGkhb { width:18.75rem;height:18.75rem;top:59.623962402344rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQP4TPlIbcBxzIJWPVaNplJoopzLKDw { display:flex;width:1.25rem;height:1.25rem;top:24.178978681564rem;left:1.4375001192093rem; }
 }@media only screen and (max-width: 763px) { #tsTaq5c6wVd3MikCxroHKTbGZKILhisB { display:flex;width:1.25rem;height:1.25rem;top:22.15980219841rem;left:1.4375001192093rem; }
 }@media only screen and (max-width: 763px) { #e3vCn8b3vC9EqyRc2z7y1BgPw0mWST7P { width:18.75rem;height:48.1875rem;top:75.936462402344rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1B35x0JWIcTqEAZdN9OOyn44Z8Z6xkJ { width:16.75rem;height:30.28125rem;top:87.000002145769rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hUJwFHqQCmPx6eZesNATkycSpIVARNtO { width:11.25rem;height:2.5rem;top:77.173950195312rem;left:4.3750002980232rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #mhVAeTMRwTFEWbmtpZP2LTza2h8JKuL8 { display:flex;width:1.25rem;height:1.25rem;top:83.25rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #eMyiQMA5sQTaK4ZPaKDLg1a4QrnEFO7t { width:11.25rem;height:1.5rem;top:83.25rem;left:3.6250002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQeODDOtSvFHB36xSwdobDSk9T68Lzx { display:flex;width:1.25rem;height:1.25rem;top:81.1875rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #wZRlFWyTgoTef7cQdAxQJfTl6R3xxFfG { width:12.3125rem;height:1.5rem;top:81.1875rem;left:3.7500002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhO8nFyeLDrTSCeXDprPsWqSxEyu6hw7 { width:9.375rem;height:3.125rem;top:119.3770904541rem;left:5.3125002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZohQf8k8FOTUQTqC6bilTC1WLFzFMHL { display:block; }
 }@media only screen and (max-width: 763px) { #mHodQ750XiNIhGht411vu4TI1VvaQaIN { width:10.625rem;height:1.1rem;top:77.875rem;left:4.5000002980232rem;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Tku2NPAwewaGKoDOJOAn2TbltEtwD0k2 { width:11.1875rem;height:1.1rem;top:146.93542480469rem;left:4.4062502980232rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #W92CzvLmaH4KDW4UtRew7WThk08J7q5S { width:11.25rem;height:2.5rem;top:146.23645019531rem;left:4.3750002980232rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #CJoBlITurfgAAtTZZ9i2sKkHvHP0lzFC { display:flex;width:1.25rem;height:1.25rem;top:153.8125rem;left:1.8750000596046rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #r4yav9nc6sCc4DU5hnxhF9HbOR3RLvfC { width:13.4375rem;height:1.5rem;top:151.13540649414rem;left:3.7010419964791rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsGamW7sKRSrI73CSGdEL4rHKWFCPGf { display:flex;width:1.25rem;height:1.25rem;top:151.3125rem;left:1.8750000596046rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #vrRgXOUg5QHqWbTOJzSQMTfvlUfb1EgZ { width:14.0625rem;height:1.5rem;top:153.63540649414rem;left:3.7010419964791rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBcnP4GsH99JEnSfH22IK2gzFrHghVE { width:18.75rem;height:44.6875rem;top:145.87292480469rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2CuQsRPzlVM67R0P8gL8NostBqlyhH8 { width:9.375rem;height:3.125rem;top:186.12707519531rem;left:5.3125002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzwCwWG3EBvyla4Rh2o6ypORVf1WUb0 { display:block; }
 }@media only screen and (max-width: 763px) { #wcLg7LWCz3J5xMZ8hq0UR0HlC3zw6k1L { width:16.875rem;height:27.09375rem;top:157.43646240234rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #exMkN5awD7UuGpOVJDePKtMuAWSG4Nub { width:18.75rem;height:18.75rem;top:128.8125rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ben3XTuZbuxib9Iqp6GxgfGTOgRF3Ogd { width:3.9375rem;height:2.75rem;top:58.232284545899rem;left:1.4510417580604rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFxyBSy5UmZUwykVD5TFkPsOzFaDOaMu { width:4.375rem;height:4.375rem;top:57.375rem;left:1.1864584088326rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NQsTuA1GQ1tSQ406df5TsNyKr2aIAf { width:4.375rem;height:4.375rem;top:126.9375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqV4kbZP1tttOPBhkUAG8PLWh3vZNvEQ { width:3.4375rem;height:2.5rem;top:127.8125rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFW5FSTolrRI128gR0hxmIOX8XnragLd { display:block; }#BFW5FSTolrRI128gR0hxmIOX8XnragLd > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Spn9T9f77O0U7ByX8MJgbh8GUasNRJo6 { height:11.0625rem;width:20rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O { display:block; }#GUSQeP6f9yTNyLbHC4Beo8ur1QaI8R9O > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0QxmhyzF0XeZ9xVm0Ps9IgLgb232Ey6 { width:12.5rem;height:0.125rem;top:7.1122169494631rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsSPhQtOEa7haiLd3DlheCxkCppzz23 { width:17.375rem;height:7.3125rem;top:8.6739583015444rem;left:1.3125000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TdZxCOGgTEpbZysxrydehycD4RpwrTzV { width:14.5625rem;height:3.25rem;top:2.8750152587891rem;left:2.7187501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbHTM5AAAFdtkDKaMg0X6P8NOVlf7iTk { display:flex;width:1.5625rem;height:1.5625rem;top:19.25rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ni9pghGZVTEfO9TDT9ZD30PZTiFrsdRV { width:11.1875rem;height:1.5rem;top:19.25rem;left:5.0625002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nVWTh1b9nxnumDCcTU8oO3LOL50faadZ { width:15.625rem;height:15.625rem;top:41.086456298828rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDMrC5lfqc6KTOMUeCD1sNED3xllxpB { width:11.1875rem;height:1.5rem;top:30.25rem;left:5.1250002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHIs9xNcSTXlCTg0KlESBykS9duzlHtt { display:flex;width:1.5625rem;height:1.5625rem;top:30.25rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GO1PyBywLK0Ba8zSLeQB11A62nsF3rzL { width:12.5rem;height:3rem;top:22.375rem;left:5.0625002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eiNfTfT9kTuvG8HRnaaGZQS1duGiqWKy { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M6iTSd7M9NpTb3uLyAQV46ymyTSEhimo { display:flex;width:1.5625rem;height:1.5625rem;top:33.4375rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #C7iJS5UTqRE5JkSvsHNmVoLLQhHITq5u { width:12.6875rem;height:1.5rem;top:33.4375rem;left:4.7500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1ciqK4orTC5tdta9ZylgIUklH3SeKyn { width:9.6875rem;height:1.5rem;top:26.75rem;left:5.0625002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A64I5xz6H69tvW3ylnU3s4CXeP9WOg28 { display:flex;width:1.5625rem;height:1.5625rem;top:26.75rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zceg2eTe0PPeuRKfGftZg6WgPVAU2IbH { display:flex;width:1.5625rem;height:1.5625rem;top:36.625rem;left:2.4375000596046rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ESdfUc3AZ4SzV15BvE7WI37SW43XotFa { width:13.5rem;height:1.5rem;top:36.625rem;left:5.0625002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LA7Uq1E2oIEzeIuLRL5d6AdtAQ3ITl4k { width:15.625rem;height:4.6875rem;top:55.46044921875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGFHL9FTIJpzS8eyzzSN2pIZLblc4NA { width:15.5rem;height:1.5rem;top:57.648986816406rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAb8LaIEO57i3WOgSvNTf8rfD71ymS5w { width:15.625rem;height:15.625rem;top:61.809387207031rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1g4TQeFe3nnshJSQwcJ8R7M6uoPuArA { width:15.5rem;height:1.5rem;top:78.371887207031rem;left:2.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6fgXDvcZiHNRpolsHOoDu7tfNeTDHUA { width:15.625rem;height:4.6875rem;top:76.184387207031rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgavgTQd2G3JLzV07LTxMFfrzQmBQK { width:15.625rem;height:15.625rem;top:82.533325195312rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCqTJxg7wzrQFGWOFDsK3NFUKhTgyeV { width:15.625rem;height:4.6875rem;top:96.908325195312rem;left:2.1875000596046rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #J9KTc5G3fm612bF7gfLpmnXen1uVypcm { width:15.625rem;height:15.625rem;top:103.15832519531rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwkTTF3WCTGAo19JgoF1xsdqk7116T1z { width:15.5rem;height:1.6rem;top:119.57708740234rem;left:2.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQJXokniUUtVbrAmdvem0IUW9U9a58p { width:15.625rem;height:4.6875rem;top:117.53332519531rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQXT6G67Igp68hZGNk3FeMuAB8EnlhP { width:15.5rem;height:1.5rem;top:99.15729904175rem;left:2.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr { display:block; }#xJVBiZZt13TKDoX5bLHcTVWwLq2FocCr > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT7XTPA6tyrG7cqn5AsCwsnMiOk7QB6H { width:15.6875rem;height:41.4375rem;top:35.659090995789rem;left:3.0625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8EyEtxfJgMvbhMx55zTT1rxl4rFntl { display:flex;width:1.5625rem;height:1.5625rem;top:35.659090995789rem;left:0.76278412342069rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OeiU3Siscf0OSQFQ4e6fmIfsPupdrdhK { display:flex;width:1.75rem;height:1.75rem;top:46.720825195312rem;left:0.66874998807906rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #nGVCSXrhQw02Tp6xaryUcTTFyZaC1xNX { display:flex;width:1.5625rem;height:1.5625rem;top:69.033325195312rem;left:0.76249998807906rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vwTJEzD1lR3Oev5TJRndJMyKQ7WmMo25 { width:12.5rem;height:3.125rem;top:27.749999046326rem;left:3.7500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEJPwb9W3h71NNmlbIZQZBqE2DcGrFyl { display:block; }
 }@media only screen and (max-width: 763px) { #Q967bMTPUXPQ3S3q6aeM2GU4mCw5Bu4s { width:12.0625rem;height:1.6rem;top:30.9375rem;left:4.0000002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4q7nqx7fH1D154XkTfpJO2DEfQFHI3c { width:19.3125rem;height:20.875rem;top:7.3110923767087rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT { display:block; }#JT7nHDwx8IGi6igTU9HwrTGX0XTTXQHT > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krlnH2dMHwT9vMn2b6pVg3WdP5ufaiXD { width:17.25rem;height:5.625rem;top:10.75rem;left:1.3750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvHkKhxA06WJI1OZ6vrUh59QSJ0cPJtK { width:12.5rem;height:0.125rem;top:9.1875rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0U0UXtThursfTdWU14HJSQBG22O181V { width:15.625rem;height:3.75rem;top:30.937498092651rem;left:2.1875000596046rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);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:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BumRB9qoOa5zJKwV0Fn28pwdILyTOMLU { display:block; }
 }@media only screen and (max-width: 763px) { #RHPZtcP7E3lPeTbaHxOkHedkk3N11WDJ { width:3.25rem;height:1.4625rem;top:35.624988555908rem;left:8.3750007748606rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITA4dFVx2P2X7mWZfoeKIiTXWioBCdLd { width:15.5rem;height:4.875rem;top:3.0625rem;left:2.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQffLthm5dNCpWEziOnHTAhDuGIfx2er { width:15.625rem;height:3.75rem;top:37.999998092651rem;left:2.1875000596046rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);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:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iOmQb3NT7TUfBhHfMebMeEOhtraMv5Ud { display:block; }
 }@media only screen and (max-width: 763px) { #kF8DWZxa3BQaQNAQ3hVLgTPLZRl864Ir { width:12.6875rem;height:12.0625rem;top:17.323955535889rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QUMJzcSwMsUeJ5m8RSLgGo5eSETizu { width:6rem;height:2.8125rem;top:44.0625rem;left:7.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP { display:block; }#nMSV39TlZL91AC5KwAaEAtw6b0IDKVmP > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqGNgiDlKbivVIUa70IVr47d31pANBzR { width:20rem;height:1.2rem;top:6.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svHA7Lvxk9ZPdrwMTZSmX2ZhefKS6Jl0 { width:10.125rem;height:1.6875rem;top:1.5rem;left:4.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZhBJBFyRTDziIgpi3bb7kJILs0ptBO { width:8.1875rem;height:auto;top:3.75rem;left:5.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IgqrZG8VtPV96ed0cI3321oMoCMl271e { width:10.625rem;height:2.1875rem;top:3.875rem;left:4.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Uubmh2oGiZQSp9FMOJ9TXAcKR6BAZ1 { display:block; }
 }