.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oBRpWOvc/ziemniaki_szare.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { background-color: transparent; background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { border-width: 0; border-radius: 0; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#MToss8boZG566iMpzB8gd6vhoxcF4MiE { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:11.94375rem;font-style:normal;color:#373534;display:block; }
#dbLkZnIBctze9wsy7xRUmEHeucnKksfi { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:23.34375rem;left:0rem;height:2.0625rem;font-style:normal;color:#373534;display:block; }
#apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { background-color:#1d8b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.125rem;left:0rem;display:block; }
#StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.5625rem;width:23rem;position:absolute;display:block;z-index:15000;box-shadow: 0.3125rem 0.375rem 0.1875rem #a49c9c ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.59375rem;left:31.8115234375rem;overflow:hidden;display:block; }
#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { border-bottom:0;border-left:0;border-right:0;border-top: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; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { background-color: transparent; background-image: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .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); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { border-width: 0; border-radius: 0; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#uRv7eNg68i73e4T6nkyBPBOGobRC294Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3fa548;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15001;top:4.125rem;left:28.5rem;display:block; }
#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { background-color: transparent; background-image: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .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); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { border-width: 0; border-radius: 0; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:16.25rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:31.25rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:46.25rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#ty3g4RNlMiaGn8E4T31aeOVTJVx3Dzr6 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.25rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#t1sRlBv1875syBiT0zbAeOeanB7oLFhc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.9375rem;left:5.9375rem; }
#MOI08vb5B6kIz8WkskIhB8eC09O4G5Bz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.9375rem;left:20.937501907349rem; }
#y23bzwe2CCTIGl8q4CJr5gbHAyMVukNn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.9375rem;left:35.937501907349rem; }
#Wueg3Gh3DQLzDQSkOZobFDUyQyNbyTaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.78125rem;left:50.780469894409rem; }
#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { border-bottom:0;border-left:0;border-right:0;border-top: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; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { background-color: transparent; background-image: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .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); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { border-width: 0; border-radius: 0; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3fa548;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; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { background-color: transparent; background-image: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container > .video-iframe-container { display: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container { display: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .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); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { border-width: 0; border-radius: 0; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m59oxAPQM170T32rzRyQlIb8DfT4PPtq { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:15rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:15rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HF6QHKKAHFLlDyGkoKvTA4uUsFxHxUG1 { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:30rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:30rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5gTg6xlTFtuB7ZATralguplNT5kzo4u { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:45rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2T7JVTX06Bkku5TooRO9z5ZFzZSLraN { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:45rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T { position:relative;display:block; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T { background-color: transparent; background-image: none; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row .container > .video-iframe-container { display: none; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row > .video-iframe-container { display: none; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .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); }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T { border-width: 0; border-radius: 0; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .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; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { position:relative;display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { background-color: transparent; background-image: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container > .video-iframe-container { display: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row > .video-iframe-container { display: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .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); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { border-width: 0; border-radius: 0; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .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; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ziv3lgWDITyEDuLs6SrIqwnV86sGcUCa { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#elGiQwUUT6V8yqlG3XPtpX7sBZbTEGHm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3fa548;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15001;top:4.125rem;left:28.5rem;display:block; }
#iiFR0mHby043q38K9CBJvs0iKVpqFNNC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { background-color: transparent; background-image: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container > .video-iframe-container { display: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container { display: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .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); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { border-width: 0; border-radius: 0; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#nHMbGhJVbhFVr9pCu8igpJyFwoGG2irX { box-sizing:content-box;color:#4c4b4b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.3125rem;left:0.625rem;height:5.1rem;color:#4c4b4b;font-style:italic;display:block; }
#FlPoTrTThkTNcWhwldc9xZ13oOrT2fxi { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:8.8125rem;left:0.625rem;height:1.7rem;color:#373534;font-style:normal;display:block; }
#SSp493uOzDvNLf5sd5rD8PFXfpg22moq { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:2.3125rem;left:35rem;height:5.1rem;color:#4c4b4b;font-style:italic;display:block; }
#iQDArWBIyUXGZ5cfvblTXOIDXQ18q4s8 { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:8.8125rem;left:35rem;height:1.7rem;color:#373534;font-style:normal;display:block; }
#phytGHczg0aP6TlEoEcpyk2KoXfZLEAy { box-sizing:content-box;color:#4c4b4b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0rem;left:34.375rem;display:block; }
#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { position:relative;display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { background-color: transparent; background-image: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container > .video-iframe-container { display: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row > .video-iframe-container { display: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .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); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { border-width: 0; border-radius: 0; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .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; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3fa548;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; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { background-color: transparent; background-image: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .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); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { border-width: 0; border-radius: 0; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#UHXACMRCcTa95wlestX1JJ9tk84wBDfk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3fa548;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; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { background-color: transparent; background-image: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .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); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { border-width: 0; border-radius: 0; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { font-size:0.875rem;font-family:arial;height:116.1875rem;width:60rem;position:relative;display:block; }#JQHSG7HBTDLLwI8ruewotNkXcgMUaiHD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.5625rem;width:23rem;position:absolute;display:block;z-index:15001;box-shadow: 0.3125rem 0.375rem 0.1875rem #a49c9c ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.5000030994415rem;left:1.75rem;overflow:hidden;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-form-header {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;color:#ffffff;width:29.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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;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:29.875rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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:29.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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:29.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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:#dc4c40;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.3125rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:29.5625rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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:raleway;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:28.625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .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; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-container:first-of-type{padding-top:0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-container:last-of-type{padding-bottom:0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.875rem;height:auto;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;left:27.324220657349rem;top:2.5rem;z-index:15009;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.875rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP {display:block;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.875rem;height:auto;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;left:27.324220657349rem;top:2.5rem;z-index:15009;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #t7teISJsXAkJ8xNQc4R7q5o023V5fFIB { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #efLlr1EPlv6UEWNU2fLGUutAOam0WDEZ { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #V9BMrMXrxXzQS7c15kpTuy84AOV4RFmE { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EbWxicDs0TQOid24kEWo569k7ES7CCgC { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DGIG6lM7QzPvJ1XhcSLaddfQ3GtB9fPi { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lBKUaJsPgGN1I32fdWKSM1PFTCCJXApy { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #v9cLgTxkPEB5SJ9tf9CTpp8TlqTHpizf { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Qnrql6t9J9G9yiT76mhIKxtGPvqJngLV { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #sflTFuI5LWzCOwedbdbV7tNxnTtVrP7l { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #hiTHMGKNUcFa3XgkI42KNFQs0gMx4hLT { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BTyxH4tNfsskw5wTGy9AMICaZ9Vw1ApG { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BANaA8WkvOUnUvzFKGrK9cW3MDoy1pnt { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #vxtdKekOWL4VGQSPITc5koqwuMw4Mfp2 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zcTWl6XnAam9dKSeluG4mumkM5Ir5C0m { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #JJrIeirEP6oCUcukM38atss9u429Lef8 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #qnDw6ulM3VZyf3OR2rhlnkx9eI04XT9S { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #xePpZqRqqcTCKn6PhSDn82Bz3vK3naCT { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #gGTEiWBczPF0xVqlncpzd1TIBeTiteat { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #g2uTBynSk6eq92LJv1QwUZ7kkZhhLkvp { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NdZo6w0Upk3MPsAWlPPivuL4lD44pVvN { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ok6mztDVkSEtTu0J8bz3Kyd6R8Xq8Eue { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ARoNWV35rKIkscq8xXbCpdoyZlTzgFlx { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #bnK6OEdhDa7l93OeVDDUdkaTTpiezdPf { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MyB9V5CPicn2Qfscfk7FkiqXATTpCOiT { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EPsZ7oLcIGftvaTLLe1fuFSTgq8dbVN4 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mTkZTWfuIDG5TH6MndeTgKIP3zDzDd9b { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #OLr8RpCs3BVqw9BoepT8z0JkXbDsaBpL { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HWGbGtHtucTat1RJCFrE22b2yuWfnUbT { position:relative;display:block;z-index:15000; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #LsmLE1suA1T7Dm9UtNSpR6BTzpNy0xga { position:relative;display:block;z-index:15000; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wXJCrAylpcLbdUwRvSIW176MT2lVM8IL { position:relative;display:block;z-index:15000; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HF41nydydZWqCV490z1fBwWomWW91ali { position:relative;display:block;z-index:15000; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WX0I84Cptp0TSgQMTf2osAFLT7vB2cxb { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CorgqNasdJ86LUURxLWH0XOkN7sM3NaZ { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #VTncFBuvVM6KLrVGdpbOgcK4IuUKoWOE { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #TR1ZphkQacoUpM9DZi8zuK8EUGc3qhmC { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nyVv9dWe68drERKw4a8ut1oqLIDySyyD { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uyRnPfxyX3pexTmn3f45Dd5sRM1FWWQH { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CChPMlr5xGkT31Ark2ctPNA3DWKC1RHx { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #z0JhvGNLEL3nUAWoxg87BuFPHwloN3NA { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #AgCDHNdk7EeK487zV5hXA11Li9sagqZ6 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT .container-column{width:50%;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lupIewozg4TWzXvzPDTMSTDavHFVK2vG { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zpnSn0HLuoBPsNRNX3xr4agd7FEZPG87 { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #M6WJDriFFJNkzrZfe3V1L1n0t5hx25rA { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ar7gsdAMWZeFcWzmvzIuCHMdHAqydfZ4 { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #i7BGwh1OKkDPHbcmRpSqAUQs1r6aoBqG { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor .container-column{width:50%;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kB3HHTlTibs2A2AxVXlbcOaLddGxycTm { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ptuKumgw6rpgp9tMSwiLJWzo4etzJ3sL { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #SzC3Wxu2g3B8mnzH1LJNyCa4KIPN5G4s { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #yyWuFouZy6vUNFe23iU0vOwPaGJseFVb { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mJKTLUBkpON09I93yF5LenCrRRRqcVI0 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wbPGUSBHMqTDTC0SbonmKMDWHDvseQd9 { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Fykt2L9FHA8m5up0Z6FC0NpEqaZqJLC8 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ur965CUwMbXBL3Vq4dml5tlug4nlHTIU { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tXV5L65QFE8wfeQVLNSTHNVdVJ8LEvG1 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kMKT2duWXbNQ2T3NZyPW5yHcTz9dKD63 { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #opScPoBGv8MfmV9ztuMHQFP2LaWX9pTT { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #B70lBe8bu95AyCBheiCu5HukUkwxsSXX { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tdXnXrrQb9Mc2AzgIHdoUSNGWRDQdbhN { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #llgWUTTBnPuhUHtOi3NNKloUNosOmmWK { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #XwSMEt9LTDRZpt9JK5sbv9t8NE6NEtUp { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RMiviI1oa3EEGqsNwUqccSlMeDk1vaL1 { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #du5Pna8nnbZfcEnyDEpELH2cpNMy1kxF { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #at7g5lfkxAa0J2oe2Cd93nZyNstTc1pJ { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mlOwZRlRHb56kLwUbDqybxA1HainWfnI { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #S5MOTgJlMH5RC0EENopQZUDT5EC7qfJE { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RR4TQuoFH9AETp21wCeyumcnkZGkb1QQ { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MqXbQ9lkE9u5ArwOq4BfTq48B3Jlzp9v { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DgcNugmkZ0IgQKWAUk6DJJ8yBnRqdk3g { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NqftfMVXmxhiBgPSiUzAPJCXlZThkG3u { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg .container-column{width:50%;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #GnFnAmTdFL9eEuHFTcWEs5QLwiEeunFS { position:relative;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #E1BaybZfaJ1muPIAUn6At5IzDcg8TIbd { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BI66TKTo9w0T6KlWbeKmNUz7KBQvUCNU { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WSIanPFfqgLr36fKVTSWt1xIRCt9RN3O { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #K3WHiEn5Qs5yI4SU3ERu2pZiuIe4aWtb { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ot9uxW5ARp22XsuIv8bugKeXmJk17JNb { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #o2Ek7fa1EPtlXzbfpuwR5nyh4Ci2AJXW { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EhxiZst77AWU6yXTRHUPoi4bc8tA3Zfr { position:relative;z-index:2; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lvRba9f1967GibHuIVTPCrmc1XDWnM9s { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uo2am7C5NMFZPMycOTr5RaOi2PKWFJbM { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KFWJRT32bsgANL19G6JTVzkbA2vlNc05 { position:relative; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WNlaTOGIStS3TaAiDFzsGlMZ7fbLDUDC { position:relative;display:block;z-index:15000; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KPPEqp1sllTVOP6IOEUwnIfVwlUHOErS { position:relative;display:block;z-index:15000; }
#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container { background-color: transparent; background-image: none; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container > .video-iframe-container { display: none; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row > .video-iframe-container { display: none; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .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); }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container { border-width: 0; border-radius: 0; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#uV4QJC60HMXCQJITcpgu9vv1XZoTJne3 { z-index:15011;top:5.9375rem;left:42.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#C1bw3JiuiNXsAtAmUK2GiaNCEfcq5hoy { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ll03y4UxD893C9xNCGNnzBZuCWKEQlSX { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:bold;z-index:15015;line-height:1;top:3.3125rem;left:24.250001907349rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5625rem;text-align:left;text-align-last:left;color:#3fa548;text-transform:uppercase;display:block; }
#QAKlZSWgqzFEn8e7uuJHZJQNMf50w6Ta { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6rem;left:39.625rem;display:block; }
#DBghqRqnVh6QoxTEILVDnulyksD4aAv6 { z-index:15010;top:5.9375rem;left:26.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#rBARxTSTPhCxg8KT2ac09cDT3u1N3aKt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Npur9IgfSNVWDIKpE8gN5u4TZT8GH4Cp { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:6rem;left:23.375rem;display:block; }
#CHbe6NWgoB9rCFCMWWcoVXTzWD8XhiEi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:9.5rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.8125rem;left:6rem;overflow:hidden;display:block; }
#vLR0isTuESSKttV01m1uvr8TlFOeJhsN { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:9.9375rem;left:23.375rem;display:block; }
#JUKhcNSG3FJvCKOAhsH2QHo7NEVasWko { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:9.9375rem;left:39.625rem;display:block; }
#PmitWGTKWz7Xu38fZv1LntSWS9mek85O { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.9375rem;left:42.75rem;height:3.65625rem;color:#565656;display:block; }
#ekqX4qnu2kcqNld9TTZkKQ3u4yGqTcMK { z-index:15013;top:9.9062519073488rem;left:26.562501907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#ZWLmRFIrNQNzZIcQQgUEUtPohQFDMIbp { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qU9dFpUz/bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MToss8boZG566iMpzB8gd6vhoxcF4MiE { width:23.875rem;height:13.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:23.875rem;height:4.125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { width:23rem;height:32.5625rem;top:3.5625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRv7eNg68i73e4T6nkyBPBOGobRC294Q { width:3.125rem;height:0.1875rem;top:4.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { width:10.625rem;height:1.75rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty3g4RNlMiaGn8E4T31aeOVTJVx3Dzr6 { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sRlBv1875syBiT0zbAeOeanB7oLFhc { width:3.125rem;height:3.125rem;top:0.9375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOI08vb5B6kIz8WkskIhB8eC09O4G5Bz { width:3.125rem;height:3.125rem;top:0.9375rem;left:16.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #y23bzwe2CCTIGl8q4CJr5gbHAyMVukNn { width:3.125rem;height:3.125rem;top:0.9375rem;left:28.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wueg3Gh3DQLzDQSkOZobFDUyQyNbyTaA { width:3.4375rem;height:3.4375rem;top:0.75rem;left:40.061719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { display:block; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { width:15rem;height:3.625rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59oxAPQM170T32rzRyQlIb8DfT4PPtq { width:15rem;height:1.625rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { width:15rem;height:3.5625rem;top:2.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { width:15rem;height:1.625rem;top:6.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6QHKKAHFLlDyGkoKvTA4uUsFxHxUG1 { width:15rem;height:3.5625rem;top:2.8125rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { width:15rem;height:1.625rem;top:6.5625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5gTg6xlTFtuB7ZATralguplNT5kzo4u { width:15rem;height:3.5625rem;top:2.875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2T7JVTX06Bkku5TooRO9z5ZFzZSLraN { width:15rem;height:1.625rem;top:6.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T { display:block; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziv3lgWDITyEDuLs6SrIqwnV86sGcUCa { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elGiQwUUT6V8yqlG3XPtpX7sBZbTEGHm { width:3.125rem;height:0.1875rem;top:3.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFR0mHby043q38K9CBJvs0iKVpqFNNC { display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHMbGhJVbhFVr9pCu8igpJyFwoGG2irX { width:1.875rem;height:1.875rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { width:21.875rem;height:6.75rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPoTrTThkTNcWhwldc9xZ13oOrT2fxi { width:21.875rem;height:1.6875rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSp493uOzDvNLf5sd5rD8PFXfpg22moq { width:21.875rem;height:6.75rem;top:2.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDArWBIyUXGZ5cfvblTXOIDXQ18q4s8 { width:21.875rem;height:1.6875rem;top:10.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phytGHczg0aP6TlEoEcpyk2KoXfZLEAy { width:1.875rem;height:1.875rem;top:0rem;left:25.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:47.75rem;height:2.75rem;top:2.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQHSG7HBTDLLwI8ruewotNkXcgMUaiHD { width:23rem;height:32.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP {display:block;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #t7teISJsXAkJ8xNQc4R7q5o023V5fFIB {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #efLlr1EPlv6UEWNU2fLGUutAOam0WDEZ { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #V9BMrMXrxXzQS7c15kpTuy84AOV4RFmE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EbWxicDs0TQOid24kEWo569k7ES7CCgC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DGIG6lM7QzPvJ1XhcSLaddfQ3GtB9fPi { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lBKUaJsPgGN1I32fdWKSM1PFTCCJXApy {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #v9cLgTxkPEB5SJ9tf9CTpp8TlqTHpizf {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Qnrql6t9J9G9yiT76mhIKxtGPvqJngLV { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #sflTFuI5LWzCOwedbdbV7tNxnTtVrP7l {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #hiTHMGKNUcFa3XgkI42KNFQs0gMx4hLT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BTyxH4tNfsskw5wTGy9AMICaZ9Vw1ApG { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BANaA8WkvOUnUvzFKGrK9cW3MDoy1pnt {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #vxtdKekOWL4VGQSPITc5koqwuMw4Mfp2 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zcTWl6XnAam9dKSeluG4mumkM5Ir5C0m { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #JJrIeirEP6oCUcukM38atss9u429Lef8 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #qnDw6ulM3VZyf3OR2rhlnkx9eI04XT9S {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #xePpZqRqqcTCKn6PhSDn82Bz3vK3naCT { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #gGTEiWBczPF0xVqlncpzd1TIBeTiteat {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #g2uTBynSk6eq92LJv1QwUZ7kkZhhLkvp {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NdZo6w0Upk3MPsAWlPPivuL4lD44pVvN { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ok6mztDVkSEtTu0J8bz3Kyd6R8Xq8Eue {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ARoNWV35rKIkscq8xXbCpdoyZlTzgFlx {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #bnK6OEdhDa7l93OeVDDUdkaTTpiezdPf { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MyB9V5CPicn2Qfscfk7FkiqXATTpCOiT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EPsZ7oLcIGftvaTLLe1fuFSTgq8dbVN4 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mTkZTWfuIDG5TH6MndeTgKIP3zDzDd9b { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #OLr8RpCs3BVqw9BoepT8z0JkXbDsaBpL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HWGbGtHtucTat1RJCFrE22b2yuWfnUbT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #LsmLE1suA1T7Dm9UtNSpR6BTzpNy0xga {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wXJCrAylpcLbdUwRvSIW176MT2lVM8IL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HF41nydydZWqCV490z1fBwWomWW91ali {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WX0I84Cptp0TSgQMTf2osAFLT7vB2cxb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CorgqNasdJ86LUURxLWH0XOkN7sM3NaZ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #VTncFBuvVM6KLrVGdpbOgcK4IuUKoWOE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #TR1ZphkQacoUpM9DZi8zuK8EUGc3qhmC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nyVv9dWe68drERKw4a8ut1oqLIDySyyD {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uyRnPfxyX3pexTmn3f45Dd5sRM1FWWQH {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CChPMlr5xGkT31Ark2ctPNA3DWKC1RHx {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #z0JhvGNLEL3nUAWoxg87BuFPHwloN3NA {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #AgCDHNdk7EeK487zV5hXA11Li9sagqZ6 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lupIewozg4TWzXvzPDTMSTDavHFVK2vG {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zpnSn0HLuoBPsNRNX3xr4agd7FEZPG87 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #M6WJDriFFJNkzrZfe3V1L1n0t5hx25rA {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ar7gsdAMWZeFcWzmvzIuCHMdHAqydfZ4 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #i7BGwh1OKkDPHbcmRpSqAUQs1r6aoBqG {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kB3HHTlTibs2A2AxVXlbcOaLddGxycTm {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ptuKumgw6rpgp9tMSwiLJWzo4etzJ3sL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #SzC3Wxu2g3B8mnzH1LJNyCa4KIPN5G4s {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #yyWuFouZy6vUNFe23iU0vOwPaGJseFVb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mJKTLUBkpON09I93yF5LenCrRRRqcVI0 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wbPGUSBHMqTDTC0SbonmKMDWHDvseQd9 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Fykt2L9FHA8m5up0Z6FC0NpEqaZqJLC8 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ur965CUwMbXBL3Vq4dml5tlug4nlHTIU {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tXV5L65QFE8wfeQVLNSTHNVdVJ8LEvG1 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kMKT2duWXbNQ2T3NZyPW5yHcTz9dKD63 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #opScPoBGv8MfmV9ztuMHQFP2LaWX9pTT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #B70lBe8bu95AyCBheiCu5HukUkwxsSXX {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tdXnXrrQb9Mc2AzgIHdoUSNGWRDQdbhN {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #llgWUTTBnPuhUHtOi3NNKloUNosOmmWK {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #XwSMEt9LTDRZpt9JK5sbv9t8NE6NEtUp {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RMiviI1oa3EEGqsNwUqccSlMeDk1vaL1 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #du5Pna8nnbZfcEnyDEpELH2cpNMy1kxF {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #at7g5lfkxAa0J2oe2Cd93nZyNstTc1pJ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mlOwZRlRHb56kLwUbDqybxA1HainWfnI {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #S5MOTgJlMH5RC0EENopQZUDT5EC7qfJE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RR4TQuoFH9AETp21wCeyumcnkZGkb1QQ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MqXbQ9lkE9u5ArwOq4BfTq48B3Jlzp9v {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DgcNugmkZ0IgQKWAUk6DJJ8yBnRqdk3g {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NqftfMVXmxhiBgPSiUzAPJCXlZThkG3u {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #GnFnAmTdFL9eEuHFTcWEs5QLwiEeunFS {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #E1BaybZfaJ1muPIAUn6At5IzDcg8TIbd {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BI66TKTo9w0T6KlWbeKmNUz7KBQvUCNU {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WSIanPFfqgLr36fKVTSWt1xIRCt9RN3O {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #K3WHiEn5Qs5yI4SU3ERu2pZiuIe4aWtb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ot9uxW5ARp22XsuIv8bugKeXmJk17JNb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #o2Ek7fa1EPtlXzbfpuwR5nyh4Ci2AJXW {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EhxiZst77AWU6yXTRHUPoi4bc8tA3Zfr {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lvRba9f1967GibHuIVTPCrmc1XDWnM9s {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uo2am7C5NMFZPMycOTr5RaOi2PKWFJbM {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KFWJRT32bsgANL19G6JTVzkbA2vlNc05 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WNlaTOGIStS3TaAiDFzsGlMZ7fbLDUDC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KPPEqp1sllTVOP6IOEUwnIfVwlUHOErS {  }
 }@media only screen and (max-width: 763px) { #iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 { display:block; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uV4QJC60HMXCQJITcpgu9vv1XZoTJne3 { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1bw3JiuiNXsAtAmUK2GiaNCEfcq5hoy { display:block; }
 }@media only screen and (max-width: 763px) { #ll03y4UxD893C9xNCGNnzBZuCWKEQlSX { z-index:15006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKlZSWgqzFEn8e7uuJHZJQNMf50w6Ta { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBghqRqnVh6QoxTEILVDnulyksD4aAv6 { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBARxTSTPhCxg8KT2ac09cDT3u1N3aKt { display:block; }
 }@media only screen and (max-width: 763px) { #Npur9IgfSNVWDIKpE8gN5u4TZT8GH4Cp { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbe6NWgoB9rCFCMWWcoVXTzWD8XhiEi { width:7.6875rem;height:4.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLR0isTuESSKttV01m1uvr8TlFOeJhsN { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKhcNSG3FJvCKOAhsH2QHo7NEVasWko { width:3.125rem;height:3.125rem;top:9.9375rem;left:30.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmitWGTKWz7Xu38fZv1LntSWS9mek85O { width:17.25rem;height:3.5625rem;top:9.9375rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekqX4qnu2kcqNld9TTZkKQ3u4yGqTcMK { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLmRFIrNQNzZIcQQgUEUtPohQFDMIbp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MToss8boZG566iMpzB8gd6vhoxcF4MiE { width:20rem;height:7.8rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:18.0625rem;height:3.9375rem;top:10.25rem;left:0.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:20rem;height:3.75rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { width:16.1875rem;height:22.9375rem;top:16.2802734375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:18.4375rem;height:4.225rem;top:0.875rem;left:0.78046876192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRv7eNg68i73e4T6nkyBPBOGobRC294Q { width:3.125rem;height:0.1875rem;top:6.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:12.375rem;height:7.15rem;top:9.7041015625rem;left:6.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:10.375rem;height:5.3625rem;top:21.09375rem;left:6.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { width:11.25rem;height:5.3625rem;top:30.887500017881rem;left:6.9375000596044rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ty3g4RNlMiaGn8E4T31aeOVTJVx3Dzr6 { width:12.5rem;height:3.575rem;top:2.0671882629394rem;left:6.8750000596044rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sRlBv1875syBiT0zbAeOeanB7oLFhc { display:flex;width:3.125rem;height:3.125rem;top:2.06640625rem;left:2.4248046875rem; }
 }@media only screen and (max-width: 763px) { #MOI08vb5B6kIz8WkskIhB8eC09O4G5Bz { display:flex;width:3.125rem;height:3.125rem;top:9.7041015625rem;left:2.4248046875rem; }
 }@media only screen and (max-width: 763px) { #y23bzwe2CCTIGl8q4CJr5gbHAyMVukNn { display:flex;width:3.125rem;height:3.125rem;top:21.09375rem;left:2.4248046875rem; }
 }@media only screen and (max-width: 763px) { #Wueg3Gh3DQLzDQSkOZobFDUyQyNbyTaA { display:flex;width:3.4375rem;height:3.4375rem;top:30.887499809265rem;left:2.2687500119209rem; }
 }@media only screen and (max-width: 763px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { display:none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { width:8.75rem;height:1.25rem;top:1.875rem;left:0rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #m59oxAPQM170T32rzRyQlIb8DfT4PPtq { width:10rem;height:1.25rem;top:3.125rem;left:10rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { width:8.75rem;height:1.25rem;top:5.5rem;left:0rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { width:10rem;height:1.25rem;top:6.75rem;left:10rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HF6QHKKAHFLlDyGkoKvTA4uUsFxHxUG1 { width:8.75rem;height:1.25rem;top:9.125rem;left:0rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { width:10rem;height:1.25rem;top:10.375rem;left:10rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5gTg6xlTFtuB7ZATralguplNT5kzo4u { width:8.75rem;height:1.25rem;top:12.75rem;left:0rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L2T7JVTX06Bkku5TooRO9z5ZFzZSLraN { width:10rem;height:1.25rem;top:14rem;left:10rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T { display:none; }#f1B9wmZIKbBSz1nvxhrm161LDJa9Wt9T > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziv3lgWDITyEDuLs6SrIqwnV86sGcUCa { width:20rem;height:2.1125rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elGiQwUUT6V8yqlG3XPtpX7sBZbTEGHm { width:3.125rem;height:0.1875rem;top:4.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFR0mHby043q38K9CBJvs0iKVpqFNNC { display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHMbGhJVbhFVr9pCu8igpJyFwoGG2irX { width:1.875rem;height:1.875rem;top:0rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { width:19.375rem;height:6.8rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPoTrTThkTNcWhwldc9xZ13oOrT2fxi { width:19.375rem;height:1.7rem;top:9.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSp493uOzDvNLf5sd5rD8PFXfpg22moq { width:19.375rem;height:6.8rem;top:16.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDArWBIyUXGZ5cfvblTXOIDXQ18q4s8 { width:19.375rem;height:1.7rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phytGHczg0aP6TlEoEcpyk2KoXfZLEAy { width:1.875rem;height:1.875rem;top:13.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:20rem;height:3.7375rem;top:1.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:20rem;height:141.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQHSG7HBTDLLwI8ruewotNkXcgMUaiHD { width:19.75rem;height:27.9375rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-text {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-select {padding-top: 0; padding-bottom: 0;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP  { width:17.125rem;height:auto;top:0.87421894073488rem;left:0.07421875rem;background-color:transparent;background-image:none; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP {display:block;}#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP { width:17.125rem;height:auto;top:0.87421894073488rem;left:0.07421875rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #t7teISJsXAkJ8xNQc4R7q5o023V5fFIB {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #efLlr1EPlv6UEWNU2fLGUutAOam0WDEZ { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #V9BMrMXrxXzQS7c15kpTuy84AOV4RFmE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EbWxicDs0TQOid24kEWo569k7ES7CCgC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DGIG6lM7QzPvJ1XhcSLaddfQ3GtB9fPi { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lBKUaJsPgGN1I32fdWKSM1PFTCCJXApy {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #v9cLgTxkPEB5SJ9tf9CTpp8TlqTHpizf {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Qnrql6t9J9G9yiT76mhIKxtGPvqJngLV { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #sflTFuI5LWzCOwedbdbV7tNxnTtVrP7l {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #hiTHMGKNUcFa3XgkI42KNFQs0gMx4hLT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BTyxH4tNfsskw5wTGy9AMICaZ9Vw1ApG { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BANaA8WkvOUnUvzFKGrK9cW3MDoy1pnt {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #vxtdKekOWL4VGQSPITc5koqwuMw4Mfp2 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zcTWl6XnAam9dKSeluG4mumkM5Ir5C0m { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #JJrIeirEP6oCUcukM38atss9u429Lef8 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #qnDw6ulM3VZyf3OR2rhlnkx9eI04XT9S {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #xePpZqRqqcTCKn6PhSDn82Bz3vK3naCT { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #gGTEiWBczPF0xVqlncpzd1TIBeTiteat {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #g2uTBynSk6eq92LJv1QwUZ7kkZhhLkvp {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NdZo6w0Upk3MPsAWlPPivuL4lD44pVvN { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ok6mztDVkSEtTu0J8bz3Kyd6R8Xq8Eue {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ARoNWV35rKIkscq8xXbCpdoyZlTzgFlx {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #bnK6OEdhDa7l93OeVDDUdkaTTpiezdPf { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MyB9V5CPicn2Qfscfk7FkiqXATTpCOiT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EPsZ7oLcIGftvaTLLe1fuFSTgq8dbVN4 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mTkZTWfuIDG5TH6MndeTgKIP3zDzDd9b { display:block; }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #OLr8RpCs3BVqw9BoepT8z0JkXbDsaBpL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HWGbGtHtucTat1RJCFrE22b2yuWfnUbT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #LsmLE1suA1T7Dm9UtNSpR6BTzpNy0xga {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wXJCrAylpcLbdUwRvSIW176MT2lVM8IL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #HF41nydydZWqCV490z1fBwWomWW91ali {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WX0I84Cptp0TSgQMTf2osAFLT7vB2cxb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CorgqNasdJ86LUURxLWH0XOkN7sM3NaZ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #VTncFBuvVM6KLrVGdpbOgcK4IuUKoWOE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #TR1ZphkQacoUpM9DZi8zuK8EUGc3qhmC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nyVv9dWe68drERKw4a8ut1oqLIDySyyD {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uyRnPfxyX3pexTmn3f45Dd5sRM1FWWQH {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #CChPMlr5xGkT31Ark2ctPNA3DWKC1RHx {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #z0JhvGNLEL3nUAWoxg87BuFPHwloN3NA {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #AgCDHNdk7EeK487zV5hXA11Li9sagqZ6 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #nJ1GuGUVWqHynTeNONEFsFlURKohCTeT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lupIewozg4TWzXvzPDTMSTDavHFVK2vG {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #zpnSn0HLuoBPsNRNX3xr4agd7FEZPG87 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #M6WJDriFFJNkzrZfe3V1L1n0t5hx25rA {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ar7gsdAMWZeFcWzmvzIuCHMdHAqydfZ4 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #i7BGwh1OKkDPHbcmRpSqAUQs1r6aoBqG {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #itBKHkRwurGVzQdGqr1gBe3pvlmCPSor .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kB3HHTlTibs2A2AxVXlbcOaLddGxycTm {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #ptuKumgw6rpgp9tMSwiLJWzo4etzJ3sL {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #SzC3Wxu2g3B8mnzH1LJNyCa4KIPN5G4s {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #yyWuFouZy6vUNFe23iU0vOwPaGJseFVb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mJKTLUBkpON09I93yF5LenCrRRRqcVI0 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #wbPGUSBHMqTDTC0SbonmKMDWHDvseQd9 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Fykt2L9FHA8m5up0Z6FC0NpEqaZqJLC8 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ur965CUwMbXBL3Vq4dml5tlug4nlHTIU {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tXV5L65QFE8wfeQVLNSTHNVdVJ8LEvG1 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #kMKT2duWXbNQ2T3NZyPW5yHcTz9dKD63 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #opScPoBGv8MfmV9ztuMHQFP2LaWX9pTT {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #B70lBe8bu95AyCBheiCu5HukUkwxsSXX {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #tdXnXrrQb9Mc2AzgIHdoUSNGWRDQdbhN {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #llgWUTTBnPuhUHtOi3NNKloUNosOmmWK {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #XwSMEt9LTDRZpt9JK5sbv9t8NE6NEtUp {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RMiviI1oa3EEGqsNwUqccSlMeDk1vaL1 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #du5Pna8nnbZfcEnyDEpELH2cpNMy1kxF {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #at7g5lfkxAa0J2oe2Cd93nZyNstTc1pJ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #mlOwZRlRHb56kLwUbDqybxA1HainWfnI {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #S5MOTgJlMH5RC0EENopQZUDT5EC7qfJE {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #RR4TQuoFH9AETp21wCeyumcnkZGkb1QQ {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #MqXbQ9lkE9u5ArwOq4BfTq48B3Jlzp9v {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #DgcNugmkZ0IgQKWAUk6DJJ8yBnRqdk3g {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #NqftfMVXmxhiBgPSiUzAPJCXlZThkG3u {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg {  }
#g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BnmHOFTnZoPFdxn7xpm0PrbsukG0zdWg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #GnFnAmTdFL9eEuHFTcWEs5QLwiEeunFS {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #E1BaybZfaJ1muPIAUn6At5IzDcg8TIbd {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #BI66TKTo9w0T6KlWbeKmNUz7KBQvUCNU {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WSIanPFfqgLr36fKVTSWt1xIRCt9RN3O {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #K3WHiEn5Qs5yI4SU3ERu2pZiuIe4aWtb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #Ot9uxW5ARp22XsuIv8bugKeXmJk17JNb {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #o2Ek7fa1EPtlXzbfpuwR5nyh4Ci2AJXW {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #EhxiZst77AWU6yXTRHUPoi4bc8tA3Zfr {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #lvRba9f1967GibHuIVTPCrmc1XDWnM9s {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #uo2am7C5NMFZPMycOTr5RaOi2PKWFJbM {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KFWJRT32bsgANL19G6JTVzkbA2vlNc05 {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #WNlaTOGIStS3TaAiDFzsGlMZ7fbLDUDC {  }
 }@media only screen and (max-width: 763px) { #g3SI5ondKtC7L7FGIGQTIGZboAetOOcP #KPPEqp1sllTVOP6IOEUwnIfVwlUHOErS {  }
 }@media only screen and (max-width: 763px) { #iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 { display:block; }#iDOPoq3DZ708JkSmd5l0cdxrhfvLNhe8 > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uV4QJC60HMXCQJITcpgu9vv1XZoTJne3 { top:6.875rem;left:3.6875rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1bw3JiuiNXsAtAmUK2GiaNCEfcq5hoy { display:block; }
 }@media only screen and (max-width: 763px) { #ll03y4UxD893C9xNCGNnzBZuCWKEQlSX { z-index:15007;color:#565656;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.3125rem;top:1.125rem;height:1.625rem;width:9.3125rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #QAKlZSWgqzFEn8e7uuJHZJQNMf50w6Ta { width:3.125rem;height:3.125rem;top:6.9375rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBghqRqnVh6QoxTEILVDnulyksD4aAv6 { top:10.0625rem;left:3.6875rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBARxTSTPhCxg8KT2ac09cDT3u1N3aKt { display:block; }
 }@media only screen and (max-width: 763px) { #Npur9IgfSNVWDIKpE8gN5u4TZT8GH4Cp { width:3.125rem;height:3.125rem;top:10.0625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbe6NWgoB9rCFCMWWcoVXTzWD8XhiEi { width:9.5rem;height:5.4375rem;top:3.3125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLR0isTuESSKttV01m1uvr8TlFOeJhsN { width:3.125rem;height:3.125rem;top:4rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKhcNSG3FJvCKOAhsH2QHo7NEVasWko { width:3.125rem;height:3.125rem;top:9.9375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmitWGTKWz7Xu38fZv1LntSWS9mek85O { width:17.25rem;height:auto;top:9.9375rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekqX4qnu2kcqNld9TTZkKQ3u4yGqTcMK { top:3.9679698944092rem;left:3.6875000596046rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLmRFIrNQNzZIcQQgUEUtPohQFDMIbp { display:block; }
 }