.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { z-index:;position:relative;display:block; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { background-color: transparent; background-image: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container > .video-iframe-container { display: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row > .video-iframe-container { display: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .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); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { border-width: 0; border-radius: 0; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container { background-color:rgba(255,255,255,0.79);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#vNxAi0iMst4tF1Gpn6bwdAVXDqSkN1sD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { position:relative;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { border-width: 0; border-radius: 0; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/847a79d9-0507-48f8-99b0-bad447d0e3d2/IMG_0112.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container.adaptive-delivery-prevent-bg, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container.lazyload, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container.lazyloading { background-image: none; }#Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { position:absolute;display:block;z-index:14999;background-color:#065ea6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:9.375rem;width:25.875rem;top:4.7749996185303rem;left:3.625rem;display:block; }
#AtgQwvqelmf5inskzomZUSXAZMw5aqIi { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1291666030884rem;left:4.65625rem;height:5.17578125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.90625rem;left:4.65625rem;height:1.49956875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PSza24TDadisVtWXbgtCPo5QrCEsyRk1 { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4996875rem;height:4.249675rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.614582061767rem;left:3.56201171875rem;display:block; }
#auUVrrmOEV26TMpanUSZraMPRmIpyhhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:37.3125rem;display:none; }
#tchCurOMX8Lm09f7ZOO6LlJTp6tdH9Mw { position:absolute;display:block;z-index:15000;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:6.25rem;width:26.25rem;top:2.7666664123535rem;left:3.4375rem;display:block; }
#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { position:relative;display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { background-color: transparent; background-image: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { border-width: 0; border-radius: 0; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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:16rem;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; }#LC2ypkSVgrV3EaUxTeVTHhoo0nH7GatU { color:#575756;display:block;width:66.6875rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.0625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1ysf1LLU3ES02bGf59UQpZyiV5CXeuv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:1.9812507629394rem;left:2.21875rem;overflow:hidden;display:block; }
#iR3pp8bcHACyKLH1PG4eWobPBuoZz9XH { color:#575756;display:block;width:67rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:6.90625rem;height:1.462675rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KVUEqXIX5QLttqWk7FEGa7NmHVJdd3fL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:6.7937507629394rem;left:2.21875rem;overflow:hidden;display:block; }
#ipX9GdMbKzvqI16DGcwiRQ8rTFSoF60m { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:11.543750762939rem;left:2.21875rem;overflow:hidden;display:block; }
#dGHBh8DPoUtCREdt37qr9ytkqLTzrze9 { color:#575756;display:block;width:66.9375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.0625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o { position:relative;display:block; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o { background-color: transparent; background-image: none; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row .container > .video-iframe-container { display: none; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row > .video-iframe-container { display: none; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .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); }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o { border-width: 0; border-radius: 0; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .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; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .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:39.5625rem;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; }#ETcOZi9uxmoGs119byX5zx2on11bduxf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:28.6246875rem;width:24.187rem;top:6.3427731394769rem;left:47.674154281616rem;display:block; }
#o19TApVPUGsBp6D7dN1Az3xSCPRQCO1w { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5558268427849rem;left:49.848630905151rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yt3mW6FaAmPKWkqrQao0N6TcBlmuSpdA { position:absolute;display:block;z-index:15008;background-color:#22a038;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:6.5625rem;width:24.3125rem;top:8.0078125rem;left:47.610677719116rem;display:block; }
#ytSuZ0K74lyzs8fggDVInbvkTgMob3b1 { position:absolute;display:block;z-index:15009;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:6.4371875rem;width:24.5621875rem;top:4.2862977981567rem;left:47.485349655151rem;display:block; }
#wTeTqCCHN3ebsUzEIU8P1tA49ZWeyTQ9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Q0x62U7FA5hna7S4LNdEzooF1TntNTOc { color:#ffffff;display:block;width:18.0623125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:11.436360061169rem;left:49.848630905151rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:15.754393279553rem;left:49.121091842651rem;overflow:hidden;display:block; }
#Tt64naAfra0ePcrVQ5kMUgyJ1rTSODcV { color:#005ba5;display:block;width:18.8745rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.754393279553rem;left:52.098794937134rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgodClnoClQLliA4GBKR90cGfLb8OlHn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.5625rem;top:19.811197936535rem;left:49.121091842651rem;overflow:hidden;display:block; }
#gXN46sBT2M0COEXg0lrI8GPnMmoP0fZg { color:#005ba5;display:block;width:18.8720625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.004881858826rem;left:52.098794937134rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxwwlJb6PtXCJs7zp5TMWzP674fyF9Xy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:23.498533904552rem;left:49.089353561401rem;overflow:hidden;display:block; }
#qTMC42vACMVyzn4pNv5hDV84TQVK04gp { color:#005ba5;display:block;width:18.872875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.691404998302rem;left:52.097982406616rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CybKSnmXbNqbrREDmZKu2IRgV51lO2tp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:1.62435rem;top:27.434080123901rem;left:49.183755874634rem;overflow:hidden;display:block; }
#BWJErdF64AN3Ge6KdK9E9cScn9uNSZK4 { color:#005ba5;display:block;width:18.87125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.947427749634rem;left:52.098794937134rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZXxLWSE0fmuKAtHKq8unR7z3UXD1fLg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.997721374035rem;left:49.183755874634rem;overflow:hidden;display:block; }
#pgNoJdFmwBMTfmS6JKwAHSWEg18fUShU { color:#005ba5;display:block;width:18.87125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.478514373302rem;left:52.098794937134rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { position:relative;display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { background-color: transparent; background-image: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { border-width: 0; border-radius: 0; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:40.0625rem;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; }#WF9ZxhP9tQxLXm8zm0ThvHJN3xMT3RdE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.12435rem;top:14.018554374576rem;left:27.046712875366rem;overflow:hidden;display:block; }
#ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { color:#575756;display:block;width:11.311875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.861490890384rem;left:7.82958984375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AcfxItwdIRfGs3hDh3dUsPqlHvO4oN9M { color:#005ba5;display:block;width:28.0623125rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1866912841797rem;left:20.843099594116rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9rcL59OG8HozcklnvLKCh7CrkEdJskc { color:#005ba5;display:block;width:65.625rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.9334354400635rem;left:6.07666015625rem;height:3.57421875rem;font-style:normal;display:block; }
#Thnnwdd9qckKiypDX6lanUg34zZK3HrD { color:#575756;display:block;width:11.875rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.057127639651rem;left:7.0481777191163rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nICK4U1n58T6unHQ6inirQeq6UCW3J7i { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.75rem;top:13.955891296268rem;left:7.3714199066163rem;overflow:hidden;display:block; }
#yXtnTtftEgD12wJEQEvML8vofQz08miZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:5.68685rem;top:13.706054374576rem;left:42.644857406616rem;overflow:hidden;display:block; }
#hqGzoghztEPi5ffrOlLeXCyTbEXPybIR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:2.125rem;top:14.112141296268rem;left:59.182943344116rem;overflow:hidden;display:block; }
#oibq71VEad9UdSuRiXIVgS3xkNMnTomb { color:#575756;display:block;width:11.311875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.861490890384rem;left:23.954263687134rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVaRbAR0R61Kmrku8nqsIHq69ULJBPwd { color:#575756;display:block;width:10rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.057127639651rem;left:24.108072280884rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSgplkua2lI75Rx8TX7Uzp2CLuArUHal { color:#575756;display:block;width:11.311875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.861490890384rem;left:39.831541061401rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HA2C0lcvXT78vqs2bvOIC0HGpVHdUkT0 { color:#575756;display:block;width:12.125rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.057127639651rem;left:39.831541061401rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2Pw57g20gpboNnV7mirUO2bEbpVT8cR { color:#575756;display:block;width:11.311875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.861490890384rem;left:55.044759750366rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0KhZeJF3Sa21AZKhMe8G6pMDA4uwAX5 { color:#575756;display:block;width:12.1248125rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.568846389651rem;left:55.044759750366rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQOogkRH44D1PxxlSFXoK6drisceJ1Ut { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:2.25rem;top:25.954587459564rem;left:10.276693344116rem;overflow:hidden;display:block; }
#X28LpJnhRmgx4WzB15Jg4ebb276yn3AJ { color:#575756;display:block;width:12.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.73583984375rem;left:7.3282871246337rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uoOBH4JzTvJmm1AD7C5aRIR0h7NGCfSa { color:#575756;display:block;width:10.4996875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.735025405884rem;left:22.920736312866rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wMSpeRVQcmi0PV1K9Rf60Lpf5hdOOIWT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:2.6875rem;top:25.953775405884rem;left:27.046712875366rem;overflow:hidden;display:block; }
#gwSgImvATwy5MRXgf52XBuScqKZTsqh0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:26.578775405884rem;left:42.644857406616rem;overflow:hidden;display:block; }
#qiEJQc5TVsqk3rDkguqciOAE82b70WFK { color:#575756;display:block;width:12.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.735025405884rem;left:38.982748031616rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FEJNmQfdd7XFo0AGhHUrI2JkPWRL8QRb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:4.1870125rem;top:27.255859375rem;left:59.182943344116rem;overflow:hidden;display:block; }
#pe0fONKtNburwu1EGZABGJy1ykTt8Hcb { color:#575756;display:block;width:12.874375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.735021591186rem;left:55.044759750366rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fSiLeOT5A5rIGKC7HFG4kOllOZcazSe3 { color:#575756;display:block;width:11.875rem;position:absolute;font-family:"gt walsheim";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.33430480957rem;left:55.044759750366rem;height:0.97439375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa { position:relative;display:block; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa { background-color: transparent; background-image: none; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row .container > .video-iframe-container { display: none; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row > .video-iframe-container { display: none; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .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); }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa { border-width: 0; border-radius: 0; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .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; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .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:27.8125rem;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; }#yEfKelDow7HCHmLvWtuktIAidGZ5QOqr { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.705207824707rem;left:45.998962402344rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#auWtXOnAISZOIc5ZyWUhTNPvQpyIAiqv { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.7989578247069rem;left:44.842712402344rem;height:12.994775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p9TizeONPRT4TheTaqo8GmZREuwPivWO { position:absolute;display:block;z-index:15001;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:26.875rem;width:37.4375rem;top:0.625rem;left:36.592708587646rem;display:block; }
#g6KdtZmikAS7ZXCkVbqdMkoZytVlOQ9v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:26.875rem;width:42.75rem;top:0.61145782470703rem;left:0rem;overflow:hidden;display:block; }
#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q { position:relative;display:block; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q { background-color: transparent; background-image: none; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container > .video-iframe-container { display: none; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row > .video-iframe-container { display: none; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .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); }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q { border-width: 0; border-radius: 0; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T5QRQ9c8m176h743RmGQOCW1BI1LgsoM { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.97);background-image:none;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:6.1875rem;width:25.375rem;top:2rem;left:2rem;display:block; }
#sp8StBVTy2Srhoqudnww2KRvhIkVExqH { position:absolute;display:block;z-index:15012;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:31.852083206177rem;left:6.2500009536744rem;display:none; }
#cXIL9HkcJBagdcFRWgtIHhCVFFUWsDT8 { position:absolute;display:block;z-index:15034;background-color:#065ea6;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:53.75rem;width:71.125rem;top:5.75rem;left:1.8125rem;display:block; }
#sutNSOrpPK1sriK3fTr0i4xHUwNiQ4xe { color:#065ea6;display:block;width:20.6875rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.6229162216186rem;left:4.6239585876465rem;height:1.7252625rem;font-style:normal;display:block; }
#DKftNRhWLbhun0NACMwOMyPv440VqyJH { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:12.3125rem;left:51.25rem;overflow:hidden;display:block; }
#pabJzsCagFuike28bB4nxi3aJTCIT08U { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:37.90625rem;left:18.186458587646rem;overflow:hidden;display:block; }
#DxJgScC2NtB9luAZTfP4vTopWKimUttm { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"gt walsheim";font-size:1.0625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:19.803123474121rem;left:15.155208587646rem;height:1.38125rem;display:block; }
#RuZ4KTdLmB4obiX3pRBeBpT2PNRLi4Xq { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:22.628124237061rem;left:13.873958587646rem;height:1.13606875rem;display:block; }
#ZXvzgW2GMz5ipmb7GrqOmW0iNsGieeDV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:20.091667175293rem;left:50rem;height:1.38125rem;display:block; }
#chT2WFqMT10RfwpPqv0F3ddkrJ63o3IA { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:22.628124237061rem;left:48.936462402344rem;height:1.13606875rem;display:block; }
#kIgBGJmxP55z3qZqTcplxFLtikmv9l4g { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"gt walsheim";font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:45.75rem;left:16.25rem;height:1.38125rem;display:block; }
#OtaT6Lpl1aagMlmTB7NzNey3p5rWuAmV { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:48.362499237061rem;left:15rem;height:1.13606875rem;display:block; }
#LtXxQama1KL7G3cX8rTJQCAy5CHTOpi6 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:10.763542175293rem;left:18.171875rem;overflow:hidden;display:block; }
#ZZkRad831L0VN6UAuGEl2PQdyOCyuZID { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:10.75rem;left:8.0625rem;overflow:hidden;display:block; }
#ueiHPTWJVevTupP3xcno7WWTrDNnzL54 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:10.75rem;left:35rem;overflow:hidden;display:block; }
#sARiSpNcNUbPs9LmChCN2Pb2Lu7zPThs { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:37rem;left:51.25rem;overflow:hidden;display:block; }
#QRQHwAOGG0SRGUXWTyAv1MS8txm0r63Z { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:10.75rem;left:41.8125rem;overflow:hidden;display:block; }
#vT3InRCoJtEA2phmrfB1tTTm2IHt43Rx { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:37rem;left:35rem;overflow:hidden;display:block; }
#R5TEVDCokHZ3UZDGv3NK5TJ2IBI3NZzA { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:37rem;left:41.8125rem;overflow:hidden;display:block; }
#WTPiarOJCMOOgPaaJEo11Cb5IdmEhBaG { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:37rem;left:66.8125rem;overflow:hidden;display:block; }
#FQeKcFx83ReKBiXPXE9QK9dfqeahSb74 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.0625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:45.618751525879rem;left:49.342712402344rem;height:1.38125rem;display:block; }
#TEvWxyCLSE29usDcPyzBNx50E9PymGnI { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:48.25rem;left:48.0625rem;height:1.13606875rem;display:block; }
#VMVpBrBzrFsyRSeD6hKulzo0V3ZOewkc { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:1.8125rem;top:12.607291221619rem;left:67.561462402344rem;overflow:hidden;display:none; }
#b0poZle0S6yIVBplUt6ahlZ3TTCfDWyr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:10.75rem;left:66.25rem;overflow:hidden;display:block; }
#ZBtfuTPcx9ZLZlOKEJu5sJMFPTAzuZq6 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:1.9375rem;top:37rem;left:8.0625rem;overflow:hidden;display:block; }
#wqQXpy6FJarpmXv3A3tXsTiTmq3neBdy { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:1.8125rem;top:12.607291221619rem;left:67.561462402344rem;overflow:hidden;display:none; }
#hPwCugsgrT9BkT7B0Krd1EzJDq2llHiK { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:2.0625rem;top:11.006248474121rem;left:7.625rem;overflow:hidden;display:none; }
#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr { position:relative;display:block; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr { background-color: transparent; background-image: none; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row .container > .video-iframe-container { display: none; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row > .video-iframe-container { display: none; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .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); }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr { border-width: 0; border-radius: 0; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .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; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .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:21.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; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { color:#005ba5;display:block;width:66.685625rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4781227111816rem;left:4.6854133605957rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWSUwIQ66MwvNIeFBpFUfQ9dk8c6eJWh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:8.474609375rem;left:1.3310546875rem;overflow:hidden;display:block; }
#PbTVFhJOxbfGUlmltfL2uUMRs5XZGMSN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.18675rem;top:9.7858800888063rem;left:3.690682888031rem;overflow:hidden;display:block; }
#XRQTz0VKJJZJlhsz7rgzBbd9samFD8WT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.811775rem;top:8.5677089691163rem;left:10.638744831085rem;overflow:hidden;display:block; }
#R6wxRCKUK2QP4yhax1GcyAMqZTwCrgGL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:8.5677089691163rem;left:39.33811044693rem;overflow:hidden;display:block; }
#boPfHiT2tsCd79wUV8MWyFocALBDBDar { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:8.5677089691163rem;left:19.824219226837rem;overflow:hidden;display:block; }
#C43x8Shd1F0kGlw3mMiNU8BX373lvexg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:8.5677089691163rem;left:29.153646945953rem;overflow:hidden;display:block; }
#U4WTvvnQNmQPceKozQOlrOatWfWfcNEF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:8.5677089691163rem;left:49.51389169693rem;overflow:hidden;display:block; }
#dkpRlCFCi0LRTxlzVZoChT8xTJTEiuaT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:8.8165512084963rem;left:70.530237674712rem;overflow:hidden;display:block; }
#Vhvd7udLOoSl7uC7Xep9i7h8chNQdRoH { color:#575756;display:block;width:8.125rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.926505565643rem;left:0.640914440155rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZfoJaqBV8ASPmpr8cnhJwizoBNNEB0Vz { color:#575756;display:block;width:6.437375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.926505565643rem;left:9.4994215965269rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGdugN8o7NHDMlpb1LQx9u42hxTnLFg1 { color:#575756;display:block;width:7.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.926505565643rem;left:18.823061466217rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPWru1vVX3RcK4MresQy5DnFg4XTE7EN { color:#575756;display:block;width:9.9375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.438224315643rem;left:37.928244113922rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJe2DtwExq1aqcwnN1u2JAgkVUZttRmQ { color:#575756;display:block;width:6.9994375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.681279659271rem;left:29.153646945953rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2xp46K7zUerCKeTg25lNIfT7kFZZlFS { color:#575756;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.926505565643rem;left:48.926508426666rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STopJGkq5xCEd15UTTZBiPnn0c7KfEn3 { color:#575756;display:block;width:5.74941875rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.494358539581rem;left:69.25130701065rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfyTpPqUJuwq54mH4LfMMczQ5RQEitwV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.1860625rem;top:9.7858800888063rem;left:13.449074268341rem;overflow:hidden;display:block; }
#mh3rHUpWT3WolUURBonuNTrCgtMCGHLO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.1860625rem;top:9.53631401062rem;left:22.588976383209rem;overflow:hidden;display:block; }
#xDDFo1AFz3kVmp1oipGL0QckBtBRH49v { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.1860625rem;top:9.53631401062rem;left:32.653357028961rem;overflow:hidden;display:block; }
#XMas7tQtLfJg1oo4u3tTZ3x4CUCWHlfe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.1860625rem;top:9.53631401062rem;left:42.148439884186rem;overflow:hidden;display:block; }
#aByywJO5f8kaPZXXZTcUEy1VwXBX8uGO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81235625rem;width:7.1860625rem;top:9.53631401062rem;left:52.96079492569rem;overflow:hidden;display:block; }
#TqgtplgH3oKEGifip1chyk8DVy8tvKHB { color:#575756;display:block;width:8.2494375rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.194445133209rem;left:58.504053592682rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xmnwqvSlRu0R3y0OLNvLOw8A9WqZoOUp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:8.7065978050231rem;left:60.146128177643rem;overflow:hidden;display:block; }
#slarBZ6GDwV9uw0bNxwKX7KfCwRRlRLf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.87456875rem;width:8.624875rem;top:9.5052089691163rem;left:62.791521549225rem;overflow:hidden;display:block; }
#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU { position:relative;display:block; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU { background-color: transparent; background-image: none; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row .container > .video-iframe-container { display: none; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row > .video-iframe-container { display: none; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .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); }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU { border-width: 0; border-radius: 0; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .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; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .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:27.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; }#Q2OeJiWJyB9QCPZXOlDLceqHZP5vW8PV { color:#005ba5;display:block;width:66.685625rem;position:absolute;font-family:"gt walsheim";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5406265258789rem;left:4.1572914123535rem;height:7.0670625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CzTJo6haqoN4cfN9e2tC4ZmzDWdyTciT { color:#005ba5;display:block;width:67rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.977081298828rem;left:3.9677085876465rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qyBHuZVPgmz5SGlgWpDDByw0w0eZdu4t { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.78125rem;left:27.125rem;display:block; }
#rsZ1FvkJTvA2y9Ksv9tI0MhoMmKap9So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB { position:relative;display:block; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB { background-color: transparent; background-image: none; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row .container > .video-iframe-container { display: none; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row > .video-iframe-container { display: none; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .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); }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB { border-width: 0; border-radius: 0; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .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; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .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:30.3125rem;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; }#DKyy1A4gbc9T6ufalHo7rqJF5zh1xqMf { color:rgba(0,91,165,0.5);display:block;width:10.0605625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.625rem;left:80.40625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lg1TIUx14igi1IvUWGgyiXQC4rCL9f1g { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.3177089691163rem;left:26.625000953674rem;overflow:hidden;display:block; }
#vrspmoh0USAtBFUhWsbtCbyPmO0skNGz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:7.2864589691163rem;left:43.000000953674rem;overflow:hidden;display:block; }
#d7eOgImNa5zJfiPtFcX9dTgyNKrt7CzM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:6.9739589691163rem;left:60.468750953674rem;overflow:hidden;display:block; }
#Tz500k34KdScuMQgfXFL5RDCsUsVUIDZ { color:#575756;display:block;width:10.1864375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.449999809265rem;left:7.4072923660281rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQQsCJRDu0XVe5WTepuNGGVw36A6ippo { color:#575756;display:block;width:10.4989375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.881249427796rem;left:22.626042366028rem;height:3.4082rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#teURcVndJKTpOv0FgRArT9hhoP6RPeRD { color:#575756;display:block;width:10.8739375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.881249427796rem;left:40.390625953674rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ye7zvx4QUoWp6TkaFvcbwuUAnWTa0Rxh { color:#575756;display:block;width:11.1864375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.449999809265rem;left:56.907292366028rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzEA8WHLBluJQMLe7cLanbrTtmgqoARJ { color:#005ba5;display:block;width:66.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.5062561035156rem;left:4.4375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#TkqIfBw1VNKcqT7pwRfVTPP3BWyblecs { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.19) ;height:10rem;width:13.18725rem;top:14.00390625rem;left:23.310546875rem;display:none; }
#lvRreH4fc86OZhsEhtV45RHHkl4cXBPy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:6.9427089691163rem;left:10.625000953674rem;overflow:hidden;display:block; }
#RwoL0G9nTvn1w4gx1MytEoIFoBmu3fZI { color:#575756;display:block;width:71.6875rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.443756103516rem;left:2.0625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#oGy51iNd89mAHv9aKR4M3RbKltxGGgNO { position:absolute;display:block;z-index:15012;background-color:#055aa9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.5625rem;width:69.4375rem;top:0.90234375rem;left:2.78125rem;display:block; }
#bb9lcceVkimZr16ubSQaQTB0rmW2WNn7 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"gt walsheim";font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.0625rem;left:5.8125rem;height:2.84375rem;display:block; }
#UKcB0b59vyWVz7DnX26D7OUDgADNiHMc { color:#ffffff;display:block;width:24.4365rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5rem;left:5.8125rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#mnI6V7BhTtc231zGARtf9wOLtNZrgvaN { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.3466796875rem;left:5.8125rem;height:5.2788625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-form-header {  }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-regular-label { height:auto;display:block;font-family:"gt walsheim";font-size:0.875rem;font-weight:bold;color:#000000;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.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.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gt walsheim";vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .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.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gt walsheim";vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"gt walsheim";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:20.8125rem;height:3.4375rem;font-family:"gt walsheim";overflow:hidden; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt [class*="-text"]:-moz-placeholder { color:#161616;font-family:"gt walsheim";font-size:0.875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt [class*="-text"]::-moz-placeholder { color:#161616;font-family:"gt walsheim";font-size:0.875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"gt walsheim";font-size:0.875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"gt walsheim";font-size:0.875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .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:"gt walsheim";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .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; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"gt walsheim";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-container:first-of-type{padding-top:0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-container:last-of-type{padding-bottom:0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:41.123046875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-info-text { display:block;height:auto;font-family:"gt walsheim";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt {display:block;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:41.123046875rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #qZMu1B4TTMkt873flwz6JmlxC1yGulrB { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #HcqQIXTz94ekHSlZmo5cE6Bi1Qoe4JlJ { position:relative;display:none; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #uKa12tCyZoQiVTUvy3IsI1z49bNxDulI { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #WPK5AGCDkoIshHfGFFTe00oioWiIOa8s { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #EdzdXx6JDHuTTsftv9cS2Dda9zzwXEFd { position:relative;display:none; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #yTfpdy7hip6eNL433w5qUli5nF1UrXQn { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #L622g5iCHgUnKK2qO7rbT9SMTTtgWo7p { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #X0onT2RTBXJk2IU5HtrcqGGIFraCO0EE { position:relative;z-index:2; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #QC9G75Pi2LEPGS4905cCToVuiVGxg1E8 { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #x9WL6ZbuUHghfq3oMeBuvx5Rn8Tv0lyk { position:relative; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #bUIBFBldcJqGom83aN0eckmAuAsrWKLk { position:relative; }
#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT { position:relative;display:block; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT { background-color: transparent; background-image: none; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row .container > .video-iframe-container { display: none; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row > .video-iframe-container { display: none; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .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); }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT { border-width: 0; border-radius: 0; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .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; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;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; }#cZGw63xJGO8BNALKHfVuIT5DWde2ewST { position:absolute;display:block;z-index:15000;height:23.25rem;width:38rem;top:0.125rem;left:36.548286442686rem;display:block; }
#sH9fG4qbAz3hr6VGAOuSfiIAQOKBDL2C { position:absolute;display:block;z-index:14999;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.8125rem;width:74.625rem;top:0rem;left:0.23333358764649rem;display:block; }
#GX4pVf3T2c08lLcxeQuoocwekTsbEPWq { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"gt walsheim";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.125rem;height:2.84375rem;font-style:normal;display:block; }
#uiAWtGuRU8ayCT7zsLwHmcksKcu2ZHiR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.74895625rem;top:10.5rem;left:4.125rem;overflow:hidden;display:block; }
#oDlfgAJWGfiS9A4U9mlTP64F3iFlH2Fl { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:10.287498474121rem;left:7.96875rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container { background-color: transparent; background-image: none; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container > .video-iframe-container { display: none; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row > .video-iframe-container { display: none; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .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); }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container { border-width: 0; border-radius: 0; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#nJAP3rhKulxxTiyBg5pBtu7iXGccvAg7 { color:#575756;display:block;width:43.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.2999125rem;display:block; }
#LQ1xXctJNatI42ALfzyoPF1GV0bHckxv { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:50.6875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#rq1yPA7uq09l6aAnoaO7khkQb0TItviv { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.8125rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#dsFx03yBwE8v3040KzJlworCMf3AIgg1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 { background-color: transparent; background-image: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container > .video-iframe-container { display: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row > .video-iframe-container { display: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .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); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 { border-width: 0; border-radius: 0; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .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; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .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:6.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; }#MdJwlrRctleTPvgG67EgTeezqXvpAiNJ { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7495rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.40625rem;left:28.43505859375rem;display:block; }
#rhu2RsM5bb2dQsxq7x2MBUv3PU2wgVHz { 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) { #eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { display:block; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNxAi0iMst4tF1Gpn6bwdAVXDqSkN1sD { top:1.25rem;left:0rem;width:8.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { top:4.75rem;left:0rem;width:25.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { top:4.125rem;left:0rem;width:21.25rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { top:9.875rem;left:0rem;width:23.8125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSza24TDadisVtWXbgtCPo5QrCEsyRk1 { width:25.4375rem;height:4.1875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auUVrrmOEV26TMpanUSZraMPRmIpyhhE { display:block; }
 }@media only screen and (max-width: 763px) { #GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { width:37.3125rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tchCurOMX8Lm09f7ZOO6LlJTp6tdH9Mw { top:2.75rem;left:0rem;width:26.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC2ypkSVgrV3EaUxTeVTHhoo0nH7GatU { top:7.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ysf1LLU3ES02bGf59UQpZyiV5CXeuv { width:2.8125rem;height:2.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR3pp8bcHACyKLH1PG4eWobPBuoZz9XH { top:12.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUEqXIX5QLttqWk7FEGa7NmHVJdd3fL { width:2.8125rem;height:2.75rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipX9GdMbKzvqI16DGcwiRQ8rTFSoF60m { width:2.8125rem;height:2.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGHBh8DPoUtCREdt37qr9ytkqLTzrze9 { top:2.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o { display:block; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETcOZi9uxmoGs119byX5zx2on11bduxf { width:24.125rem;height:28.5625rem;top:6.3125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19TApVPUGsBp6D7dN1Az3xSCPRQCO1w { top:5.5rem;left:25.75rem;width:22rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt3mW6FaAmPKWkqrQao0N6TcBlmuSpdA { top:8rem;left:23.4375rem;width:24.3125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSuZ0K74lyzs8fggDVInbvkTgMob3b1 { top:4.25rem;left:23.1875rem;width:24.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTeTqCCHN3ebsUzEIU8P1tA49ZWeyTQ9 { top:0rem;left:0rem;width:47.75rem;height:25.06875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0x62U7FA5hna7S4LNdEzooF1TntNTOc { top:11.375rem;left:29.75rem;width:18rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { width:1.75rem;height:1.6875rem;top:15.75rem;left:35.496091842651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt64naAfra0ePcrVQ5kMUgyJ1rTSODcV { top:15.75rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgodClnoClQLliA4GBKR90cGfLb8OlHn { width:1.5625rem;height:1.8125rem;top:19.75rem;left:35.496091842651rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXN46sBT2M0COEXg0lrI8GPnMmoP0fZg { top:20rem;left:28.9375rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxwwlJb6PtXCJs7zp5TMWzP674fyF9Xy { width:1.75rem;height:1.6875rem;top:23.4375rem;left:35.464353561401rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMC42vACMVyzn4pNv5hDV84TQVK04gp { top:23.6875rem;left:28.9375rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybKSnmXbNqbrREDmZKu2IRgV51lO2tp { width:1.5625rem;height:1.5625rem;top:27.375rem;left:35.558755874634rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWJErdF64AN3Ge6KdK9E9cScn9uNSZK4 { top:26.9375rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZXxLWSE0fmuKAtHKq8unR7z3UXD1fLg { width:1.5625rem;height:1.5625rem;top:30.9375rem;left:35.558755874634rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgNoJdFmwBMTfmS6JKwAHSWEg18fUShU { top:30.4375rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF9ZxhP9tQxLXm8zm0ThvHJN3xMT3RdE { width:4.0625rem;height:4.0625rem;top:14rem;left:13.421712875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { top:18.8125rem;left:0rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcfxItwdIRfGs3hDh3dUsPqlHvO4oN9M { top:2.125rem;left:7.2180995941163rem;width:28rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9rcL59OG8HozcklnvLKCh7CrkEdJskc { top:5.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thnnwdd9qckKiypDX6lanUg34zZK3HrD { top:21rem;left:0rem;width:11.875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICK4U1n58T6unHQ6inirQeq6UCW3J7i { width:6.75rem;height:4.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXtnTtftEgD12wJEQEvML8vofQz08miZ { width:5.625rem;height:4.6976962202274rem;top:13.6875rem;left:29.019857406616rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGzoghztEPi5ffrOlLeXCyTbEXPybIR { width:2.125rem;height:4.5625rem;top:14.0625rem;left:45.557943344116rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibq71VEad9UdSuRiXIVgS3xkNMnTomb { top:18.8125rem;left:10.329263687134rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVaRbAR0R61Kmrku8nqsIHq69ULJBPwd { top:21rem;left:10.482666015625rem;width:10rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSgplkua2lI75Rx8TX7Uzp2CLuArUHal { top:18.8125rem;left:26.206541061401rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2C0lcvXT78vqs2bvOIC0HGpVHdUkT0 { top:21rem;left:26.205322265625rem;width:12.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Pw57g20gpboNnV7mirUO2bEbpVT8cR { top:18.8125rem;left:36.5rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KhZeJF3Sa21AZKhMe8G6pMDA4uwAX5 { top:20.5625rem;left:35.6875rem;width:12.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOogkRH44D1PxxlSFXoK6drisceJ1Ut { width:2.25rem;height:5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28LpJnhRmgx4WzB15Jg4ebb276yn3AJ { top:31.6875rem;left:0rem;width:12.125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoOBH4JzTvJmm1AD7C5aRIR0h7NGCfSa { top:31.6875rem;left:9.2957363128663rem;width:10.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMSpeRVQcmi0PV1K9Rf60Lpf5hdOOIWT { width:2.6875rem;height:4.75rem;top:25.9375rem;left:13.421712875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSgImvATwy5MRXgf52XBuScqKZTsqh0 { width:3.9375rem;height:3.875rem;top:26.5625rem;left:29.019857406616rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEJQc5TVsqk3rDkguqciOAE82b70WFK { top:31.6875rem;left:25.357748031616rem;width:12.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJNmQfdd7XFo0AGhHUrI2JkPWRL8QRb { width:4.125rem;height:3.8788627631276rem;top:27.25rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0fONKtNburwu1EGZABGJy1ykTt8Hcb { top:31.6875rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiLeOT5A5rIGKC7HFG4kOllOZcazSe3 { top:34.3125rem;left:35.875rem;width:11.875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa { display:block; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEfKelDow7HCHmLvWtuktIAidGZ5QOqr { top:3.6875rem;left:29.125rem;width:18.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auWtXOnAISZOIc5ZyWUhTNPvQpyIAiqv { top:7.75rem;left:19.6875rem;width:28.0625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TizeONPRT4TheTaqo8GmZREuwPivWO { top:0.625rem;left:10.3125rem;width:37.4375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KdtZmikAS7ZXCkVbqdMkoZytVlOQ9v { width:42.75rem;height:26.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q { display:block; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5QRQ9c8m176h743RmGQOCW1BI1LgsoM { top:2rem;left:0rem;width:25.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp8StBVTy2Srhoqudnww2KRvhIkVExqH { top:31.8125rem;left:0rem;width:5.3125rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXIL9HkcJBagdcFRWgtIHhCVFFUWsDT8 { top:5.75rem;left:0rem;width:47.625rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutNSOrpPK1sriK3fTr0i4xHUwNiQ4xe { top:2.5625rem;left:0rem;width:20.6875rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKftNRhWLbhun0NACMwOMyPv440VqyJH { top:12.3125rem;left:37.625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabJzsCagFuike28bB4nxi3aJTCIT08U { top:37.875rem;left:4.5614585876465rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxJgScC2NtB9luAZTfP4vTopWKimUttm { top:19.75rem;left:1.5302085876465rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuZ4KTdLmB4obiX3pRBeBpT2PNRLi4Xq { top:22.625rem;left:0.24895858764649rem;width:19.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvzgW2GMz5ipmb7GrqOmW0iNsGieeDV { top:20.0625rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chT2WFqMT10RfwpPqv0F3ddkrJ63o3IA { top:22.625rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIgBGJmxP55z3qZqTcplxFLtikmv9l4g { top:45.75rem;left:2.625rem;width:13.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtaT6Lpl1aagMlmTB7NzNey3p5rWuAmV { top:48.3125rem;left:1.375rem;width:15.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtXxQama1KL7G3cX8rTJQCAy5CHTOpi6 { top:10.75rem;left:4.546875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZkRad831L0VN6UAuGEl2PQdyOCyuZID { top:10.75rem;left:0rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueiHPTWJVevTupP3xcno7WWTrDNnzL54 { top:10.75rem;left:21.375rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sARiSpNcNUbPs9LmChCN2Pb2Lu7zPThs { top:37rem;left:37.625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQHwAOGG0SRGUXWTyAv1MS8txm0r63Z { top:10.75rem;left:28.1875rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3InRCoJtEA2phmrfB1tTTm2IHt43Rx { top:37rem;left:21.375rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5TEVDCokHZ3UZDGv3NK5TJ2IBI3NZzA { top:37rem;left:28.1875rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPiarOJCMOOgPaaJEo11Cb5IdmEhBaG { top:37rem;left:45.8125rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQeKcFx83ReKBiXPXE9QK9dfqeahSb74 { top:45.5625rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvWxyCLSE29usDcPyzBNx50E9PymGnI { top:48.25rem;left:32.0625rem;width:15.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMVpBrBzrFsyRSeD6hKulzo0V3ZOewkc { top:12.5625rem;left:45.9375rem;width:1.8125rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0poZle0S6yIVBplUt6ahlZ3TTCfDWyr { top:10.75rem;left:45.8125rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtfuTPcx9ZLZlOKEJu5sJMFPTAzuZq6 { top:37rem;left:0rem;width:1.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqQXpy6FJarpmXv3A3tXsTiTmq3neBdy { top:12.5625rem;left:45.9375rem;width:1.8125rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPwCugsgrT9BkT7B0Krd1EzJDq2llHiK { top:11rem;left:0rem;width:2.0625rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr { display:block; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { top:2.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWSUwIQ66MwvNIeFBpFUfQ9dk8c6eJWh { width:2.9375rem;height:2.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTVFhJOxbfGUlmltfL2uUMRs5XZGMSN { width:7.125rem;height:0.80537632187706rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRQTz0VKJJZJlhsz7rgzBbd9samFD8WT { width:2.75rem;height:2.6891604280214rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6wxRCKUK2QP4yhax1GcyAMqZTwCrgGL { width:2.8125rem;height:2.75rem;top:8.5625rem;left:25.71311044693rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPfHiT2tsCd79wUV8MWyFocALBDBDar { width:2.8125rem;height:2.75rem;top:8.5625rem;left:6.1992192268372rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43x8Shd1F0kGlw3mMiNU8BX373lvexg { width:2.8125rem;height:2.75rem;top:8.5625rem;left:15.528646945953rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WTvvnQNmQPceKozQOlrOatWfWfcNEF { width:2.8125rem;height:2.75rem;top:8.5625rem;left:35.88889169693rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpRlCFCi0LRTxlzVZoChT8xTJTEiuaT { width:2.8125rem;height:2.75rem;top:8.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhvd7udLOoSl7uC7Xep9i7h8chNQdRoH { top:13.875rem;left:0rem;width:8.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoJaqBV8ASPmpr8cnhJwizoBNNEB0Vz { top:13.875rem;left:0rem;width:6.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGdugN8o7NHDMlpb1LQx9u42hxTnLFg1 { top:13.875rem;left:5.1980614662171rem;width:7.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWru1vVX3RcK4MresQy5DnFg4XTE7EN { top:13.4375rem;left:24.303244113922rem;width:9.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJe2DtwExq1aqcwnN1u2JAgkVUZttRmQ { top:13.625rem;left:15.528646945953rem;width:6.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xp46K7zUerCKeTg25lNIfT7kFZZlFS { top:13.875rem;left:35.301508426666rem;width:7.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STopJGkq5xCEd15UTTZBiPnn0c7KfEn3 { top:14.4375rem;left:42.0625rem;width:5.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfyTpPqUJuwq54mH4LfMMczQ5RQEitwV { width:7.125rem;height:0.80545337328337rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh3rHUpWT3WolUURBonuNTrCgtMCGHLO { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:8.9639763832094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDFo1AFz3kVmp1oipGL0QckBtBRH49v { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:19.028357028961rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMas7tQtLfJg1oo4u3tTZ3x4CUCWHlfe { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:28.523439884186rem;display:block; }
 }@media only screen and (max-width: 763px) { #aByywJO5f8kaPZXXZTcUEy1VwXBX8uGO { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:39.33579492569rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqgtplgH3oKEGifip1chyk8DVy8tvKHB { top:13.1875rem;left:39.5625rem;width:8.1875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmnwqvSlRu0R3y0OLNvLOw8A9WqZoOUp { width:2.6875rem;height:2.6875rem;top:8.6875rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #slarBZ6GDwV9uw0bNxwKX7KfCwRRlRLf { width:8.5625rem;height:0.8682438785345rem;top:9.5rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU { display:block; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2OeJiWJyB9QCPZXOlDLceqHZP5vW8PV { top:2.5rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzTJo6haqoN4cfN9e2tC4ZmzDWdyTciT { top:19.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyBHuZVPgmz5SGlgWpDDByw0w0eZdu4t { width:20.75rem;height:3.4375rem;top:12.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZ1FvkJTvA2y9Ksv9tI0MhoMmKap9So { display:block; }
 }@media only screen and (max-width: 763px) { #glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB { display:block; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKyy1A4gbc9T6ufalHo7rqJF5zh1xqMf { top:29.25rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg1TIUx14igi1IvUWGgyiXQC4rCL9f1g { width:3.8125rem;height:3.8125rem;top:7.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrspmoh0USAtBFUhWsbtCbyPmO0skNGz { width:3.875rem;height:3.875rem;top:7.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7eOgImNa5zJfiPtFcX9dTgyNKrt7CzM { width:4.0625rem;height:4.0625rem;top:6.9375rem;left:37.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz500k34KdScuMQgfXFL5RDCsUsVUIDZ { top:13.4375rem;left:2.8447923660278rem;width:10.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQsCJRDu0XVe5WTepuNGGVw36A6ippo { top:12.875rem;left:5.4375rem;width:10.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teURcVndJKTpOv0FgRArT9hhoP6RPeRD { top:12.875rem;left:20.9375rem;width:10.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7zvx4QUoWp6TkaFvcbwuUAnWTa0Rxh { top:13.4375rem;left:34.094792366028rem;width:11.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEA8WHLBluJQMLe7cLanbrTtmgqoARJ { top:2.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqIfBw1VNKcqT7pwRfVTPP3BWyblecs { top:14rem;left:2.6875rem;width:13.125rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvRreH4fc86OZhsEhtV45RHHkl4cXBPy { width:4.125rem;height:4.125rem;top:6.9375rem;left:6.0625009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwoL0G9nTvn1w4gx1MytEoIFoBmu3fZI { top:22.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGy51iNd89mAHv9aKR4M3RbKltxGGgNO { top:0.875rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb9lcceVkimZr16ubSQaQTB0rmW2WNn7 { top:4.0625rem;left:0rem;width:24.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKcB0b59vyWVz7DnX26D7OUDgADNiHMc { top:8.5rem;left:0rem;width:24.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnI6V7BhTtc231zGARtf9wOLtNZrgvaN { top:23.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-regular-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-checkbox-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt  { width:20.8125rem;height:auto;top:3.4375rem;left:24.4375rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt {display:block;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt { width:20.8125rem;height:auto;top:3.4375rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #qZMu1B4TTMkt873flwz6JmlxC1yGulrB {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #HcqQIXTz94ekHSlZmo5cE6Bi1Qoe4JlJ {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #uKa12tCyZoQiVTUvy3IsI1z49bNxDulI {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #WPK5AGCDkoIshHfGFFTe00oioWiIOa8s {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #EdzdXx6JDHuTTsftv9cS2Dda9zzwXEFd {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #yTfpdy7hip6eNL433w5qUli5nF1UrXQn {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #L622g5iCHgUnKK2qO7rbT9SMTTtgWo7p {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #X0onT2RTBXJk2IU5HtrcqGGIFraCO0EE {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #QC9G75Pi2LEPGS4905cCToVuiVGxg1E8 {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #x9WL6ZbuUHghfq3oMeBuvx5Rn8Tv0lyk {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #bUIBFBldcJqGom83aN0eckmAuAsrWKLk {  }
 }@media only screen and (max-width: 763px) { #yNnsT3JMuwnZ4544h9N87foxKhTUcwzT { display:block; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZGw63xJGO8BNALKHfVuIT5DWde2ewST { top:0.125rem;left:0rem;width:38rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH9fG4qbAz3hr6VGAOuSfiIAQOKBDL2C { top:0rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX4pVf3T2c08lLcxeQuoocwekTsbEPWq { top:5.625rem;left:0rem;width:18.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiAWtGuRU8ayCT7zsLwHmcksKcu2ZHiR { top:10.5rem;left:0rem;width:1.6875rem;height:2.4121529626599rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDlfgAJWGfiS9A4U9mlTP64F3iFlH2Fl { top:10.25rem;left:1.15625rem;width:18.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ { display:block; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJAP3rhKulxxTiyBg5pBtu7iXGccvAg7 { top:2.625rem;left:0rem;width:43.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1xXctJNatI42ALfzyoPF1GV0bHckxv { top:2.75rem;left:37.0625rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq1yPA7uq09l6aAnoaO7khkQb0TItviv { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsFx03yBwE8v3040KzJlworCMf3AIgg1 { display:block; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdJwlrRctleTPvgG67EgTeezqXvpAiNJ { width:20.6875rem;height:3.4375rem;top:1.375rem;left:14.81005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhu2RsM5bb2dQsxq7x2MBUv3PU2wgVHz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { position:relative;z-index:auto;display:block; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 { background-color: transparent; background-image: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container > .video-iframe-container { display: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row > .video-iframe-container { display: none; }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .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); }#eeRsT7wSkvEnbhSEFBPg3dKcfiZTTaV2 > .row .container { width:20rem;height:6.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNxAi0iMst4tF1Gpn6bwdAVXDqSkN1sD { width:7rem;height:3rem;top:2.28125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { border-width: 0; border-radius: 0; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { width:20rem;height:7.1875rem;top:8.0635414123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { width:16.4375rem;height:5.173825rem;top:4.9885416030884rem;left:1.78125rem;font-size:1.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { width:14.5rem;height:2.70019375rem;top:10.72500038147rem;left:2.0302085876465rem;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PSza24TDadisVtWXbgtCPo5QrCEsyRk1 { width:19.309375rem;height:3.375rem;top:24.260417938233rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auUVrrmOEV26TMpanUSZraMPRmIpyhhE { display:block; }
 }@media only screen and (max-width: 763px) { #GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { top:16.740408423562rem;left:0rem;width:20rem;height:5.5rem;z-index:15014;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchCurOMX8Lm09f7ZOO6LlJTp6tdH9Mw { width:20rem;height:6.625rem;top:3.2510414123535rem;left:0rem;z-index:15006;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC2ypkSVgrV3EaUxTeVTHhoo0nH7GatU { width:16.875rem;height:8.125rem;top:21.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ysf1LLU3ES02bGf59UQpZyiV5CXeuv { width:2.8125rem;height:2.75rem;top:2.25rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR3pp8bcHACyKLH1PG4eWobPBuoZz9XH { width:16.625rem;height:8.125rem;top:39.125rem;left:1.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KVUEqXIX5QLttqWk7FEGa7NmHVJdd3fL { width:2.8125rem;height:2.75rem;top:16.75rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipX9GdMbKzvqI16DGcwiRQ8rTFSoF60m { width:2.8125rem;height:2.75rem;top:33.375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGHBh8DPoUtCREdt37qr9ytkqLTzrze9 { width:16.5625rem;height:6.5rem;top:6.875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o { display:block; }#oNMECF0u4oVtgqHqVmLpADIVUzO7Xd6o > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETcOZi9uxmoGs119byX5zx2on11bduxf { width:20rem;height:38.5625rem;top:14.26513671875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #o19TApVPUGsBp6D7dN1Az3xSCPRQCO1w { width:18.499375rem;height:3.8984375rem;top:14.26513671875rem;left:1.4998372793198rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt3mW6FaAmPKWkqrQao0N6TcBlmuSpdA { width:20rem;height:6.5625rem;top:12.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSuZ0K74lyzs8fggDVInbvkTgMob3b1 { width:20rem;height:6.375rem;top:16.763508796692rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wTeTqCCHN3ebsUzEIU8P1tA49ZWeyTQ9 { width:20rem;height:10.4996875rem;top:2.4861650466919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0x62U7FA5hna7S4LNdEzooF1TntNTOc { width:17.9996875rem;height:2.3984375rem;top:20.18391418457rem;left:1.9995115995407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { width:2.6245125rem;height:2.5rem;top:24.779458999634rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt64naAfra0ePcrVQ5kMUgyJ1rTSODcV { width:14.749375rem;height:2.5996125rem;top:24.729002952576rem;left:5.2498372793197rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgodClnoClQLliA4GBKR90cGfLb8OlHn { width:1.875rem;height:2.1875rem;top:29.289548873901rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXN46sBT2M0COEXg0lrI8GPnMmoP0fZg { width:15.1245rem;height:2.5996125rem;top:29.082843780517rem;left:4.8754881620407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxwwlJb6PtXCJs7zp5TMWzP674fyF9Xy { width:2.374675rem;height:2.3120125rem;top:34.468585968017rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMC42vACMVyzn4pNv5hDV84TQVK04gp { width:13.186875rem;height:1.29980625rem;top:34.974771499634rem;left:5.2498372793197rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybKSnmXbNqbrREDmZKu2IRgV51lO2tp { width:1.9995125rem;height:1.9995125rem;top:39.562173843384rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWJErdF64AN3Ge6KdK9E9cScn9uNSZK4 { width:15.061875rem;height:2.5996125rem;top:39.261880874634rem;left:4.9373372793197rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZXxLWSE0fmuKAtHKq8unR7z3UXD1fLg { width:2.062175rem;height:2.062175rem;top:45.479328155517rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgNoJdFmwBMTfmS6JKwAHSWEg18fUShU { width:12.874375rem;height:3.8994125rem;top:44.561357498169rem;left:5.2498372793197rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF9ZxhP9tQxLXm8zm0ThvHJN3xMT3RdE { width:3.8745125rem;height:3.8745125rem;top:28.938802082092rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { width:11.0579375rem;height:1.29980625rem;top:21.422523498535rem;left:4.4702147245407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcfxItwdIRfGs3hDh3dUsPqlHvO4oN9M { width:16.25rem;height:1.7871125rem;top:1.9580078125rem;left:1.3126627206802rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9rcL59OG8HozcklnvLKCh7CrkEdJskc { width:17.622875rem;height:9.666rem;top:4.5393924713135rem;left:1.1873372793198rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thnnwdd9qckKiypDX6lanUg34zZK3HrD { width:14.9356875rem;height:2.2734375rem;top:22.720539093017rem;left:2.5309244394303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICK4U1n58T6unHQ6inirQeq6UCW3J7i { width:6.7496875rem;height:4.249675rem;top:16.349277496338rem;left:6.0620115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXtnTtftEgD12wJEQEvML8vofQz08miZ { width:5.625rem;height:4.69645rem;top:41.619460422546rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGzoghztEPi5ffrOlLeXCyTbEXPybIR { width:2.1248375rem;height:4.562175rem;top:56.193033218384rem;left:8.9371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibq71VEad9UdSuRiXIVgS3xkNMnTomb { width:11.25rem;height:1.29980625rem;top:33.881023406983rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVaRbAR0R61Kmrku8nqsIHq69ULJBPwd { width:12.125rem;height:2.2734375rem;top:35.838216066361rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSgplkua2lI75Rx8TX7Uzp2CLuArUHal { width:11.25rem;height:1.29980625rem;top:47.243649482727rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2C0lcvXT78vqs2bvOIC0HGpVHdUkT0 { width:12.124rem;height:3.41015625rem;top:49.363606929779rem;left:3.9371742010117rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Pw57g20gpboNnV7mirUO2bEbpVT8cR { width:11.25rem;height:1.29980625rem;top:61.480302810669rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KhZeJF3Sa21AZKhMe8G6pMDA4uwAX5 { width:12.0621875rem;height:3.41015625rem;top:63.43994140625rem;left:4.4702147245407rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOogkRH44D1PxxlSFXoK6drisceJ1Ut { width:2.24935rem;height:5rem;top:69.718427658081rem;left:8.87532556057rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28LpJnhRmgx4WzB15Jg4ebb276yn3AJ { width:12.124rem;height:2.5996125rem;top:75.7666015625rem;left:4.4702147245407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoOBH4JzTvJmm1AD7C5aRIR0h7NGCfSa { width:10.4361875rem;height:2.5996125rem;top:87.490219116213rem;left:5.1432288885117rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMSpeRVQcmi0PV1K9Rf60Lpf5hdOOIWT { width:2.687175rem;height:4.74935rem;top:81.138513565062rem;left:8.6564124822619rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSgImvATwy5MRXgf52XBuScqKZTsqh0 { width:3.937175rem;height:3.8745125rem;top:94.513347625731rem;left:8.0314124822619rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEJQc5TVsqk3rDkguqciOAE82b70WFK { width:12.8125rem;height:2.5996125rem;top:99.463701248169rem;left:3.5937498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJNmQfdd7XFo0AGhHUrI2JkPWRL8QRb { width:4.12435rem;height:3.87858125rem;top:105.57536792755rem;left:7.93782556057rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0fONKtNburwu1EGZABGJy1ykTt8Hcb { width:12.8125rem;height:2.5996125rem;top:111.74966812134rem;left:3.5937498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiLeOT5A5rIGKC7HFG4kOllOZcazSe3 { width:11.875rem;height:2.2734375rem;top:114.34814167023rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa { display:block; }#kc9lN7tHFzef6vB5bpnsEDGN24oMhOLa > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEfKelDow7HCHmLvWtuktIAidGZ5QOqr { width:18.560375rem;height:1.625rem;top:16.765968322754rem;left:1.4388021230698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auWtXOnAISZOIc5ZyWUhTNPvQpyIAiqv { width:16.499rem;height:15.59761875rem;top:20.507812976837rem;left:1.7496744394302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TizeONPRT4TheTaqo8GmZREuwPivWO { width:18.9371875rem;height:36.25rem;top:1.875rem;left:0.53059899806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KdtZmikAS7ZXCkVbqdMkoZytVlOQ9v { width:19.125rem;height:12.375rem;top:1.875rem;left:0.44791698455811rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q { display:block; }#lT5XySz9mg9k1w56h8lGeIA4h5nN3N8Q > .row .container { width:20rem;height:123.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5QRQ9c8m176h743RmGQOCW1BI1LgsoM { width:19.5rem;height:4.8125rem;top:0rem;left:-0.125rem;z-index:14993;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp8StBVTy2Srhoqudnww2KRvhIkVExqH { width:5.3125rem;height:5.5625rem;top:27.418487548828rem;left:0.90928649902344rem;background-color:#065ea6;background-image:none;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cXIL9HkcJBagdcFRWgtIHhCVFFUWsDT8 { width:19.5rem;height:123.75rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#055aa9;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;z-index:14992;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutNSOrpPK1sriK3fTr0i4xHUwNiQ4xe { width:20rem;height:1.57421875rem;top:1.7473907470703rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKftNRhWLbhun0NACMwOMyPv440VqyJH { width:7.1875rem;height:7.1875rem;top:36.140625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabJzsCagFuike28bB4nxi3aJTCIT08U { width:7.1875rem;height:7.1875rem;top:65.244789123538rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxJgScC2NtB9luAZTfP4vTopWKimUttm { width:12rem;height:1.13769375rem;top:21.191665649414rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuZ4KTdLmB4obiX3pRBeBpT2PNRLi4Xq { width:12.8125rem;height:2.2734375rem;top:52.286457061767rem;left:3.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvzgW2GMz5ipmb7GrqOmW0iNsGieeDV { width:10.9375rem;height:1.13769375rem;top:49.523956298828rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chT2WFqMT10RfwpPqv0F3ddkrJ63o3IA { width:10.4375rem;height:2.2734375rem;top:79.313541412356rem;left:4.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIgBGJmxP55z3qZqTcplxFLtikmv9l4g { width:9.4375rem;height:1.13769375rem;top:76.128124237062rem;left:5.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtaT6Lpl1aagMlmTB7NzNey3p5rWuAmV { width:14.3125rem;height:2.2734375rem;top:24.829166412354rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtXxQama1KL7G3cX8rTJQCAy5CHTOpi6 { width:7.5625rem;height:7.5625rem;top:8.2114582061769rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZkRad831L0VN6UAuGEl2PQdyOCyuZID { width:1.875rem;height:24rem;top:9.7604169845581rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueiHPTWJVevTupP3xcno7WWTrDNnzL54 { width:1.25rem;height:10.625rem;top:42.036458969116rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sARiSpNcNUbPs9LmChCN2Pb2Lu7zPThs { width:7.1875rem;height:7.1875rem;top:95.432291030881rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQHwAOGG0SRGUXWTyAv1MS8txm0r63Z { width:2.0625rem;height:24rem;top:66.336456298825rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3InRCoJtEA2phmrfB1tTTm2IHt43Rx { width:1.875rem;height:24rem;top:66.523956298825rem;left:16rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R5TEVDCokHZ3UZDGv3NK5TJ2IBI3NZzA { width:1.75rem;height:18.4375rem;top:39.265625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTPiarOJCMOOgPaaJEo11Cb5IdmEhBaG { width:1.625rem;height:24rem;top:97.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQeKcFx83ReKBiXPXE9QK9dfqeahSb74 { width:10.6875rem;height:1.13769375rem;top:105.50729179383rem;left:4.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvWxyCLSE29usDcPyzBNx50E9PymGnI { width:12.0625rem;height:2.2734375rem;top:108.67499923706rem;left:3.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMVpBrBzrFsyRSeD6hKulzo0V3ZOewkc { width:1.875rem;height:24rem;top:39.890625rem;left:16rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0poZle0S6yIVBplUt6ahlZ3TTCfDWyr { width:1.9375rem;height:18.8125rem;top:10.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBtfuTPcx9ZLZlOKEJu5sJMFPTAzuZq6 { width:2rem;height:24rem;top:97.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqQXpy6FJarpmXv3A3tXsTiTmq3neBdy { width:1.9375rem;height:24rem;top:9.7604169845581rem;left:16rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hPwCugsgrT9BkT7B0Krd1EzJDq2llHiK { width:1.875rem;height:24rem;top:39.890625rem;left:2.1875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr { display:block; }#M2NQ4A39lOgUq3PN82XyxhtJTWWhAbqr > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { width:17.1229375rem;height:1.7871125rem;top:2.1218757629394rem;left:1.4385414123535rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWSUwIQ66MwvNIeFBpFUfQ9dk8c6eJWh { width:2.7498375rem;height:2.7498375rem;top:6.0017900466919rem;left:7.18587243557rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTVFhJOxbfGUlmltfL2uUMRs5XZGMSN { width:8rem;height:0.99938903863431rem;top:17.375467777252rem;left:4.5613607168197rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRQTz0VKJJZJlhsz7rgzBbd9samFD8WT { width:3.25rem;height:3.1873280992149rem;top:17.312021255493rem;left:6.9360350370406rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6wxRCKUK2QP4yhax1GcyAMqZTwCrgGL { width:2.811775rem;height:2.74956875rem;top:48.032409667969rem;left:7.4233223199844rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPfHiT2tsCd79wUV8MWyFocALBDBDar { width:2.811775rem;height:2.74956875rem;top:27.998410224914rem;left:7.4225984811781rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43x8Shd1F0kGlw3mMiNU8BX373lvexg { width:2.811775rem;height:2.74956875rem;top:38.032408714294rem;left:7.4233223199844rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WTvvnQNmQPceKozQOlrOatWfWfcNEF { width:2.8125rem;height:2.7498375rem;top:58.246254920959rem;left:7.1549476385119rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpRlCFCi0LRTxlzVZoChT8xTJTEiuaT { width:2.811775rem;height:2.74956875rem;top:76.743347167969rem;left:7.4233223199844rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhvd7udLOoSl7uC7Xep9i7h8chNQdRoH { width:9.3125rem;height:3.8994125rem;top:10.251041412354rem;left:4.6218748092651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoJaqBV8ASPmpr8cnhJwizoBNNEB0Vz { width:9.187rem;height:3.8994125rem;top:21.747232437134rem;left:3.9664710760117rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGdugN8o7NHDMlpb1LQx9u42hxTnLFg1 { width:6.936875rem;height:2.5996125rem;top:32.426776885986rem;left:5.4370115995407rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPWru1vVX3RcK4MresQy5DnFg4XTE7EN { width:9.9363125rem;height:3.8994125rem;top:51.861257553101rem;left:3.9359089136124rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJe2DtwExq1aqcwnN1u2JAgkVUZttRmQ { width:7.9355rem;height:2.5996125rem;top:43.572050094604rem;left:4.8611112833023rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2xp46K7zUerCKeTg25lNIfT7kFZZlFS { width:7.9361875rem;height:2.5996125rem;top:62.985025405881rem;left:4.5922850370407rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STopJGkq5xCEd15UTTZBiPnn0c7KfEn3 { width:7.9355rem;height:2.5996125rem;top:80.867334365844rem;left:4.8611112833023rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfyTpPqUJuwq54mH4LfMMczQ5RQEitwV { width:7.125rem;height:0.80545337328337rem;top:9.75rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh3rHUpWT3WolUURBonuNTrCgtMCGHLO { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDDFo1AFz3kVmp1oipGL0QckBtBRH49v { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMas7tQtLfJg1oo4u3tTZ3x4CUCWHlfe { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aByywJO5f8kaPZXXZTcUEy1VwXBX8uGO { width:7.125rem;height:0.80545337328337rem;top:9.5rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqgtplgH3oKEGifip1chyk8DVy8tvKHB { width:8.1871875rem;height:3.8994125rem;top:71.342594146731rem;left:4.7352434396744rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmnwqvSlRu0R3y0OLNvLOw8A9WqZoOUp { width:2.6875rem;height:2.6875rem;top:68.025176048281rem;left:7.2157121896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #slarBZ6GDwV9uw0bNxwKX7KfCwRRlRLf { width:8.5625rem;height:0.8682438785345rem;top:9.5rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU { display:block; }#VyDde2V4bXZiRVIAoWszFGFZhJbNUtBU > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2OeJiWJyB9QCPZXOlDLceqHZP5vW8PV { width:16.8115rem;height:9.098625rem;top:2.8108921051026rem;left:1.5934244394302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzTJo6haqoN4cfN9e2tC4ZmzDWdyTciT { width:20rem;height:4.875rem;top:21.266273498535rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyBHuZVPgmz5SGlgWpDDByw0w0eZdu4t { width:18.9998125rem;height:3.4375rem;top:14.218730926514rem;left:0.49886071681976rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZ1FvkJTvA2y9Ksv9tI0MhoMmKap9So { display:block; }
 }@media only screen and (max-width: 763px) { #glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB { display:block; }#glBWBJGaVZBDVk9Beg9gsvIeQOHomrZB > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKyy1A4gbc9T6ufalHo7rqJF5zh1xqMf { width:10rem;height:auto;top:29.25rem;left:5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lg1TIUx14igi1IvUWGgyiXQC4rCL9f1g { width:2.999675rem;height:3.0623375rem;top:16.088877677917rem;left:8.8012689352037rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrspmoh0USAtBFUhWsbtCbyPmO0skNGz { width:2.999675rem;height:2.999675rem;top:27.562662124634rem;left:8.18684899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7eOgImNa5zJfiPtFcX9dTgyNKrt7CzM { width:3.5620125rem;height:3.5620125rem;top:38.872871398926rem;left:8.21858727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz500k34KdScuMQgfXFL5RDCsUsVUIDZ { width:10.1871875rem;height:3.8994125rem;top:10.9609375rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQQsCJRDu0XVe5WTepuNGGVw36A6ippo { width:10.4996875rem;height:5.19921875rem;top:20.369463920593rem;left:4.7493489980697rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teURcVndJKTpOv0FgRArT9hhoP6RPeRD { width:10.874rem;height:3.8994125rem;top:32.713214874267rem;left:4.5621742010117rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ye7zvx4QUoWp6TkaFvcbwuUAnWTa0Rxh { width:11.1865rem;height:2.5996125rem;top:44.309893131256rem;left:4.4059242010117rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzEA8WHLBluJQMLe7cLanbrTtmgqoARJ { width:15.874rem;height:3.0859375rem;top:1.25rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkqIfBw1VNKcqT7pwRfVTPP3BWyblecs { width:13.186875rem;height:10rem;top:21.41748125rem;left:3.375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #lvRreH4fc86OZhsEhtV45RHHkl4cXBPy { width:3.4375rem;height:3.4375rem;top:5.5859375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwoL0G9nTvn1w4gx1MytEoIFoBmu3fZI { width:17.25rem;height:2.923825rem;top:50.853677749634rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGy51iNd89mAHv9aKR4M3RbKltxGGgNO { width:20rem;height:59.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb9lcceVkimZr16ubSQaQTB0rmW2WNn7 { width:16.8125rem;height:5.19921875rem;top:2.28515625rem;left:1.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKcB0b59vyWVz7DnX26D7OUDgADNiHMc { width:14.8125rem;height:4.875rem;top:9.03515625rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnI6V7BhTtc231zGARtf9wOLtNZrgvaN { width:17.5625rem;height:19.0019375rem;top:39.5068359375rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt  { width:17.5rem;height:auto;top:15.109375rem;left:0rem; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt {display:block;}#x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt { width:17.5rem;height:auto;top:15.109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #qZMu1B4TTMkt873flwz6JmlxC1yGulrB {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #HcqQIXTz94ekHSlZmo5cE6Bi1Qoe4JlJ { display:none; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #uKa12tCyZoQiVTUvy3IsI1z49bNxDulI {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #WPK5AGCDkoIshHfGFFTe00oioWiIOa8s {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #EdzdXx6JDHuTTsftv9cS2Dda9zzwXEFd { display:none; }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #yTfpdy7hip6eNL433w5qUli5nF1UrXQn {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #L622g5iCHgUnKK2qO7rbT9SMTTtgWo7p {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #X0onT2RTBXJk2IU5HtrcqGGIFraCO0EE {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #QC9G75Pi2LEPGS4905cCToVuiVGxg1E8 {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #x9WL6ZbuUHghfq3oMeBuvx5Rn8Tv0lyk {  }
 }@media only screen and (max-width: 763px) { #x5C2SpLWvwLJzcW4E0yEsLpeaxakQPTt #bUIBFBldcJqGom83aN0eckmAuAsrWKLk {  }
 }@media only screen and (max-width: 763px) { #yNnsT3JMuwnZ4544h9N87foxKhTUcwzT { display:block; }#yNnsT3JMuwnZ4544h9N87foxKhTUcwzT > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZGw63xJGO8BNALKHfVuIT5DWde2ewST { width:20rem;height:25.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH9fG4qbAz3hr6VGAOuSfiIAQOKBDL2C { width:20rem;height:22.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX4pVf3T2c08lLcxeQuoocwekTsbEPWq { width:16.125rem;height:2.6rem;top:32.793750762939rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiAWtGuRU8ayCT7zsLwHmcksKcu2ZHiR { width:1.6875rem;height:2.4125rem;top:9.5437507629394rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDlfgAJWGfiS9A4U9mlTP64F3iFlH2Fl { width:18.75rem;height:2.5996125rem;top:37.85000038147rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ { display:block; }#QRPs076DnKxhltiIZS1L0Mg1QiTaNsmZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJAP3rhKulxxTiyBg5pBtu7iXGccvAg7 { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1xXctJNatI42ALfzyoPF1GV0bHckxv { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rq1yPA7uq09l6aAnoaO7khkQb0TItviv { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsFx03yBwE8v3040KzJlworCMf3AIgg1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 { background-color: transparent; background-image: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container > .video-iframe-container { display: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row > .video-iframe-container { display: none; }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .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); }#dsFx03yBwE8v3040KzJlworCMf3AIgg1 > .row .container { width:20rem;height:6.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdJwlrRctleTPvgG67EgTeezqXvpAiNJ { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhu2RsM5bb2dQsxq7x2MBUv3PU2wgVHz { display:block; }
 }