.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffdfb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { background-color: transparent; background-image: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container > .video-iframe-container { display: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row > .video-iframe-container { display: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .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); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { border-width: 0; border-radius: 0; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-form-header {  }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:25.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(47,178,190,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:3.125rem;color:#47545a;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(47,178,190,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:4.375rem;color:#47545a;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:25.125rem;height:3.4375rem;font-family:"josefin sans";overflow:hidden;font-style:normal; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .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:"josefin sans";font-size:0.875rem;font-weight:400;color:#47545a;vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal;float:none; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .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; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .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.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-container:first-of-type{padding-top:0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-container:last-of-type{padding-bottom:0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT  { background-color:#ffffff;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:43.69401550293rem;top:27.684234619141rem;z-index:15030;position:absolute; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-info-text { font-size:0.875rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT {display:block;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT { background-color:#ffffff;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:43.69401550293rem;top:27.684234619141rem;z-index:15030;position:absolute; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #M78KJkvXB3XfdMV3RKd42nQ35FqFd9K7 { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bo2Rwh9mNdnn3Fl8sskU7zoE4aynmKC5 { position:relative;display:none; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #TAJB6dds4zgyZq5c2mbzRaCSrBK96kEL { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #u0PdFPVNxcB1AhGKkM7hglr5AHoMutpd { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RrxX1pl4TyNfv6TuLrZzF0FqyntcMX7I { position:relative;display:none; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #l5ZX9RVifUQIJ1DoHxsxCdiANf8sDhQd { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RpIf0Bm6kvDLl2Dp7pOXOc7rfIOMXIym { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #oVu7QMPDiNkBqqTm8M7LcggAGcIR1P1c { position:relative;z-index:2; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bK0CNDzv7FgEuHZEQtr8bMSwzDdQuq1s { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #A6Uuxay0rINShEiqtqIal8csmxlkJU1Q { position:relative; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #qyexycTvKJ3eKLxraHM4HmFA1B1Ks21L { position:relative; }
#X39RBhr9Bq2td8JvGiwLUFX9l9xvSk1S { color:#107d84;display:block;width:32.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.716680526733rem;left:2.7447156906128rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NT0VaKphtfbMymTEJAvmg7l8idktH9ht { color:#107d84;display:block;width:29.4990806875rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.247241973877rem;left:41.747471809387rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLX3CsXgzPZTCfZWNT9b0bZ8beHrZczN { position:absolute;display:block;z-index:15031;height:4.9375rem;width:8.8125rem;top:2.3125rem;left:0rem;display:block; }
#o0PStHq6rxMSi4ap2CDXpKmylahTvCTw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.303768157959rem;left:0rem;display:block; }
#FditGsKFSSOxLpdKVM2Vqy8TRDsFIkUm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1875rem;width:18.75rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.3125rem;left:47.125rem;overflow:hidden;display:block; }
#cdqVPDpXldKQpcEeXhNtRZgpNATgzhb6 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6875rem;left:64.625rem;height:1.625rem;display:block; }
#J6cptCuIRDrgozfTGh9gX2vSCvhpN4pd { position:absolute;display:block;z-index:15011;background-color:#107d84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.122932rem;width:25.059742rem;top:24.433591842651rem;left:44.974720954895rem;display:block; }
#aNmgJpur5P415GoJFTyybAGtF06mD9Rk { color:#107d84;display:block;width:37.8125rem;position:absolute;font-family:"josefin sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:42.184898376465rem;left:2.744140625rem;height:3.61198125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4sk4X6h3JGdKTsQkAfsmbVkTZnEJIU1 { color:#f39c12;display:block;width:34.4986875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:36.3046875rem;left:2.744140625rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cLMUXiBbxLFIo57sua1UblaThQKBWOe6 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.762371063233rem;left:31.5625rem;overflow:hidden;display:block; }
#ybviB7DvAdvdHcKfAfKRJRBEUDh33KTs { position:absolute;display:block;z-index:15007;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:60rem;top:49.751834869385rem;left:6.6222429275512rem;display:block; }
#Z4BnieWbmatNcxxpmT2fAlI2PQ75gnAe { display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:52.470127105713rem;left:6.6233911514281rem;height:6.5625rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldIrcbUD7zo2XJoSTTgxMaqPT8bxTIbD { color:#107d84;display:block;width:32.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.716680526733rem;left:2.7447156906128rem;height:5.9558820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#kUTUI1B185LOPC3QkwmI7yuiviq7FuW9 { color:#47545a;display:block;width:34.4990806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:36.492416381836rem;left:2.7424173355102rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RQ2angBMhvAdJNiL7FK66EJNxmmwxTNh { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4370403125rem;width:9.4370403125rem;top:26.694610595703rem;left:31.275273323059rem;overflow:hidden;display:none; }
#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container { background-color: transparent; background-image: none; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container > .video-iframe-container { display: none; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row > .video-iframe-container { display: none; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .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); }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container { border-width: 0; border-radius: 0; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#O1D8OgLy8JmfgviB3auZsw7mbRvAJeQA { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8118491172788rem;left:-0.9375rem;display:block; }
#zrnI8S2so0lOSqprdIaDiGHvLxn9cTaV { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.7491455078125rem;left:0rem;overflow:hidden;display:block; }
#NLOCzzrDwZpcSUpB1InDQpmcivFq2H9x { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.99951171875rem;left:-0.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKlvm9XxE1dG7BytFOSQ5HIrZIfE2qOG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.747314453125rem;left:19.466552734375rem;overflow:hidden;display:block; }
#DDCEw2kuOut5WxQPQrUquxBrHkMRh8OQ { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.499125rem;top:8.9375rem;left:18.5625rem;display:block; }
#PreKV6TUAt0Fy8orwrTbJs1g1euo6PPT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.5625rem;top:9.7174072265625rem;left:38.87451171875rem;overflow:hidden;display:block; }
#aAcQpqd9oX6T0q1CbpT563l5AJLsHtvv { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8123779296875rem;left:37.999877929688rem;display:block; }
#OtiRDCh0z6eWmGDyPMpM5fwst7HbNRBB { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.9375rem;left:57.3125rem;display:block; }
#VxEnVut0nzaXOTIs40aht9tdDEzet3fq { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.74853515625rem;left:58.313598632812rem;overflow:hidden;display:block; }
#O9nPnKsKqANZZBUw8rNCsTL2mM1G6hUC { color:#d46a44;display:block;width:15.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:28.625000953674rem;left:0.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWZU5pHOTNrGXgPyD8TvGPtJxq3PkxcC { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:18.746948242188rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcQQ2Hp9J380SB98POx3Ti69hnBHbZCy { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:38.185424804688rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kK5dqEH7ATsS8Xth5QLwtIpU2UPvFqmb { color:#47545a;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:57.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyPmgx6p7qtFX11GLLaPeD9EOntEuWa5 { color:#d46a44;display:block;width:14.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:28.624349594116rem;left:20.528648376465rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rryqfOHiegXdfpvI8kT6qmqa65VnkGAn { color:#d46a44;display:block;width:14.375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:28.624349594116rem;left:40.06120300293rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZuzL9DRwa1fEZtFXulUvac9qiDxsIOy { color:#d46a44;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:28.626098632812rem;left:57.250122070312rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pycWlzKg3VNpMmT1EiaJw8n21tkPvcZW { position:absolute;display:block;z-index:15011;background-color:#d8c68b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:60rem;top:32.936401367188rem;left:7.5rem;display:none; }
#dkRREcde9v2EWci8kpNwokITJUfcEXBE { display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:36.608276367188rem;left:7.5rem;height:3.28125rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nDP5tLBdiH987f3ekLXehzkIyXVEfZSn { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.9375rem;left:18.75rem;display:block; }
#H1AVHB4FdnnlAyIURFHliVFUwoTIDzfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsGShUGu0rbtfPBasdqfnlDsZ3hDexR6 { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.229820251465rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTv6EthmOJZR1oulZxB9S9bJpWEG4GDg { color:#47545a;display:block;width:17.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:33.270834922791rem;left:19.341148376465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApfEkZ6aQkBcGavMZp7kzWUbxFETxeWa { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.415366172791rem;left:38.81120300293rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJfGxefoH1s7NeGQTTPNZDZSVlxG07GI { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:33.229166984558rem;left:58.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwWRNI1H1urE11bOog0Awn47ipikTNDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row .container { border-width: 0; border-radius: 0; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row .container { font-size:0.875rem;font-family:"open sans";height:4.75rem;width:75rem;position:relative;display:none; }#tQDTgT0RLeSymQ7wX8BhRie0mashDxqL { position:absolute;display:block;z-index:15007;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:60rem;top:49.751834869385rem;left:6.6222429275512rem;display:none; }
#heegwJBxJheDJgdqhXl7ysco4nodiEZJ { display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:52.470127105713rem;left:6.6233911514281rem;height:6.47058825rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 > .row .container { border-width: 0; border-radius: 0; }#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:none; }#LHL1SCxXZp6dlI6fOQlom5F1bbtvxkF4 { color:#107d84;display:block;width:12.3747701875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.085939407349rem;left:3.1847429275512rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c296TlbaFCVwtDWpdg5v4egHL3O35mh7 { color:#47545a;display:block;width:8.1870403125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4023456573486rem;left:5.2803316116333rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znU5XxdbKKtAWWWP9sc6pmcXMV7fvZo1 { color:#107d84;display:block;width:12.0622701875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.071001052856rem;left:22.092141151428rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZvg9GHLRhxZkF0es3GWe7CF2qgas4dO { color:#47545a;display:block;width:8.1870403125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4195728302002rem;left:24.030331611633rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwJ41NNWR36Msx6DTaM1pPIXcCh91aDF { color:#107d84;display:block;width:11.6245403125rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.291589736939rem;left:41.061577796936rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PinXMTbmxinPCXCyoeivXdvmnfTemeu8 { color:#47545a;display:block;width:8.1870403125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4195728302002rem;left:42.780327796936rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETN6o2Tkz6h5NNgaXarWSak16b1LexsV { color:#107d84;display:block;width:12.9997701875rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.291589736939rem;left:59.122242927551rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbcBN40qHf0rERUizDsnLsM1Za6KpKu7 { color:#47545a;display:block;width:8.1870403125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3862552642823rem;left:61.529179573059rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkMAZiaPUXLJEIWEUAfB2bEc9ASoraOc { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.811349868774rem;left:0.90303325653075rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsCQfiIIBXGlO5pTlHWmOJnAOIAqgy5S { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.796419143677rem;left:19.653031349182rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNyOwfi7DJtdfUBPqQvcALKmNn20iL4F { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.796419143677rem;left:38.403031349182rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qds5QqWBDlfMqOkUgPKR471SIaAckMtS { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.796419143677rem;left:57.153027534485rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SdrqERgih2B33Fyo9Do4wWPgzPzf3xpP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6.6532611846925rem;left:42.153031349182rem;overflow:hidden;display:block; }
#hLFgyqpbUg57PZ9D1LuJ4r4zkIGil5H0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6.6693515777587rem;left:23.403031349182rem;overflow:hidden;display:block; }
#TvwIPkGhzqr6X6brrJ911ITwOEJNfXFP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6.6854343414306rem;left:4.6530332565308rem;overflow:hidden;display:block; }
#kvmglnB2QGOMJnqy8MmGfwF0TE2CMFlZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6.6360340118406rem;left:60.903027534485rem;overflow:hidden;display:block; }
#X6uJalXy4onVecpV206T22DMEBwZV2Xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { background-color: transparent; background-image: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .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); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { border-width: 0; border-radius: 0; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { font-size:0.875rem;font-family:"open sans";height:10.625rem;width:75rem;position:relative;display:block; }#uAmB7vRnLTVEBFrP4S0fotfa9t66eaDH { color:#ba7191;display:block;width:45.8736875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.40625rem;left:14.5625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container { background-color: transparent; background-image: none; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container > .video-iframe-container { display: none; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row > .video-iframe-container { display: none; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .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); }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container { border-width: 0; border-radius: 0; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container { font-size:0.875rem;font-family:"open sans";height:9.0625rem;width:75rem;position:relative;display:block; }#eSed4V5ol7d9iRaH5E3NmIbCZEmD28OU { position:absolute;display:block;z-index:15008;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:60rem;top:3.7350692749024rem;left:7.4988508224488rem;display:block; }
#TDrf0H7XaEzACnO4OXW0pHTuZc2GpDdO { color:#ffffff;display:block;width:37.7493095625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8272094726562rem;left:17.432213783264rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container { background-color: transparent; background-image: none; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container > .video-iframe-container { display: none; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row > .video-iframe-container { display: none; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .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); }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container { border-width: 0; border-radius: 0; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container { background-color: transparent; background-image: none; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container > .video-iframe-container { display: none; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row > .video-iframe-container { display: none; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .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); }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container { border-width: 0; border-radius: 0; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#IFmCFBx9KABoiSX9eX09sfDm5u7dMFs7 { position:absolute;display:block;z-index:15001;background-color:#2fb2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:53.5rem;top:5.1240768432617rem;left:13.82008266449rem;display:block; }
#ldlO2G1adHPsMdUgPvr7zNV2lEU02gxR { color:#ffffff;display:block;width:42.2495384375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4912719726562rem;left:22.760800361633rem;height:5.60546875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#i48SZ0M2vBcTK2GIIlOTxULkcRNJ4ONo { color:#2649a9;display:block;width:42.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.380966186524rem;left:22.696461677551rem;height:3.736975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oDG9TxpZdyrxxeyIddGKfQR6WRrkgfDD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.5344619750975rem;left:7.5rem;overflow:hidden;display:block; }
#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container { background-color: transparent; background-image: none; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container > .video-iframe-container { display: none; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row > .video-iframe-container { display: none; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .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); }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container { border-width: 0; border-radius: 0; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#AgTHnDfrlLxTRDFg6quSPyut1TqKR2uk { position:absolute;display:block;z-index:15001;background-color:#2fb2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:53.5rem;top:2.5rem;left:13.82008266449rem;display:block; }
#DZhs49ctznlFN7BT4kVDUOvMR4vXElC6 { color:#ffffff;display:block;width:42.2495384375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7403411865234rem;left:22.757351875305rem;height:5.60546875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cHDQJWZ6TOQnbeBiqHMU7T6fQENTuO90 { color:#2649a9;display:block;width:42.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.975868225097rem;left:22.693013191223rem;height:3.736975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ebmwvGOWNOSmgggaH1bUiRgymOSL3WUn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:5.1091461181641rem;left:7.4954042434694rem;overflow:hidden;display:block; }
#z78gsy6bDlTacT3VGDpuag7VxB0vk872 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container { background-color: transparent; background-image: none; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container > .video-iframe-container { display: none; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row > .video-iframe-container { display: none; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .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); }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container { border-width: 0; border-radius: 0; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#Md9E41ynTmSVC0XRVmTMlrXSJTvoTXbT { position:absolute;display:block;z-index:15001;background-color:#2fb2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:53.875rem;top:2.4367980957031rem;left:13.562499046326rem;display:block; }
#bV8rAQN3Rlo5G05bMZ9piyTVminX7B1J { color:#ffffff;display:block;width:42.1243095625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8524780273438rem;left:22.75rem;height:18.68489375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lM9n77iDgEcqclxaulsk0olGsUmoc4lk { color:#2649a9;display:block;width:42.3747673125rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.221038818359rem;left:22.621781349182rem;height:3.736975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.adaptive-delivery-prevent-bg, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyload, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyloading { background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { background-color: transparent; background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .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); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { border-width: 0; border-radius: 0; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#xL7cf02B56mhgDNTC91uCzbq9iAl3RtO { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9375rem;left:2.1875rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOyvyFIUAIrDBqopUhJU7wwt2G83oh16 { display:block;width:41.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:15.5rem;left:2.1875rem;height:31.04690625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sV9qZgz0cIz2FsoBGfHFSQZgQpQi2c3s { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ts1leJgZ0Hg9XH4bzRPTEggnGUuPBD6J { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wk7Hd1s5GUWGCMFCU9TScGekM2rPEBUK { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UaW4VDhbmQiazGoabg4TU5CZmahkeJVB { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EstMMafTVwOfDGFIDtI1PC20SBTZ2bMU { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LIq3qqbT9orT50WvaOhEv4K4WXHRIfID { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;display:none; }
#wUQlMmtt9DdyCWHoHoWUZuo20N5pM11V { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#B4rydbPdoR6TdvSCo700qrEWvwFwfMKg { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oNT0x0pezXvvdA7JG8kGKiF2FgA5szQQ { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container { background-color: transparent; background-image: none; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container > .video-iframe-container { display: none; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row > .video-iframe-container { display: none; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .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); }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container { border-width: 0; border-radius: 0; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#g1vZBTZMRBJP4m2FKPEB8JNNhhCkD2TG { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSv29r1nXXVHPbl4BXaHILC3sOauulZR { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;display:block; }
#IDMOwXzZKg5x3JZfFqWIgk268dbs1g5K { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#2fb2be;background-image:none;top:10.5859375rem;left:19.3738489151rem;display:block; }
#G6qfcGSScPnW6O2K4r0P6A9HOGgE4ohm { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;display:block; }
#KAps2zo9Omx9SoxpI1UGrdRZ3g3QQWJu { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:#f1a41f;background-image:none;top:10.5859375rem;left:58.749997138977rem;display:block; }
#LG1xVUItPhasQCtU60hxfSpzKFvmgKJG { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#FNw7WLX9TLXnBNTLA8iCiQCgz31a0SX2 { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#vTUssmyxdkIThXTsGTy1FZmk00rTTVqJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#w6cNbu9aEUU6oeReSaDniqoqx0mNLBOO { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:19.71507358551rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#DUDRd0EJWuVTI28EgBcyAT5azsIZ5qwE { color:#ffffff;display:block;width:3.1870403125rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.555146217346rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#OT6hNmwViBGIH1xURffQnTfiDsF0Xdbg { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:6.17448125rem;text-align:center;text-align-last:center;display:block; }
#rkQ6n2op3Qgxq9cn9ibR2dfm9hE1ewE1 { color:#ffffff;display:block;width:7.7493105rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EKyHIVpSe5dvFuzaNrMl7TTqaDdzVvX3 { color:#ffffff;display:block;width:3.4995403125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bvifnQmWOR5JG5CSWskHcZSfTPzNQzEv { color:#ffffff;display:block;width:5.4997701875rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.12224292755rem;height:5.28125rem;text-align:right;text-align-last:right;display:block; }
#ESG4IBR4npZpheVXMhJDSfv6FPzFbFKu { color:#ffffff;display:block;width:2.3747701875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.606689453125rem;left:69.620862007144rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cAuT99qil8Lu33Q2gVz5a1Ao5L1oxAKk { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:7.718125rem;text-align:center;text-align-last:center;display:block; }
#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container { background-color: transparent; background-image: none; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container > .video-iframe-container { display: none; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row > .video-iframe-container { display: none; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .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); }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container { border-width: 0; border-radius: 0; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#vCZ7Jn1c4h4Xzy8eUtE8cb89hzeGTHq8 { color:#107d84;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:6rem;height:3.65625rem;font-style:normal;display:block; }
#BLmbTiJoQftsykdoFCHoUJbWXGZaKlXM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995403125rem;width:9.375rem;top:5.25rem;left:32.875rem;overflow:hidden;display:block; }
#xbX1MhtAoSCAG6JT3znRvpvG0hmdZF3U { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3125rem;left:59.5625rem;overflow:hidden;display:block; }
#Lix0sOior4HxbUeUJztS9xUZcspuni6q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3125rem;left:51.125rem;overflow:hidden;display:block; }
#vBvzQoIKOTrNV8d7WUxFZtAxQaZye12H { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:22.5625rem;overflow:hidden;display:block; }
#TAyPdi7hqgRoUheVmMUWWLTKHQqIh1du { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3125rem;left:43.0625rem;overflow:hidden;display:block; }
#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/674fd2b8-0819-4099-87aa-96667f34326b/ToPALO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h.adaptive-delivery-prevent-bg, #zGHubclX8VX9T2DVIvt3PAmCBld1ha4h.lazyload, #zGHubclX8VX9T2DVIvt3PAmCBld1ha4h.lazyloading { background-image: none; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container { background-color: transparent; background-image: none; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container > .video-iframe-container { display: none; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row > .video-iframe-container { display: none; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .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); }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container { border-width: 0; border-radius: 0; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#XKSazcvxV4nUgkbpzFLeJe1AP63Cyazg { position:absolute;display:block;z-index:15008;background-color:#eafcfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35rem;width:75rem;top:5.625rem;left:0rem;display:block; }
#RJTNGPMDfoXonTDnN5wU0Tm6zLtWXPp9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1865806875rem;width:18.75rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.6875rem;left:10.875rem;overflow:hidden;display:block; }
#EusH1H9u8IdNVPR2mDILWL4Trtqh4J9d { color:#ba7191;display:block;width:1.3120404375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.6875rem;left:28.375rem;height:1.625rem;display:block; }
#gyzWtSJKTfbNp96wNIQNTEm4S2VGtm98 { color:#107d84;display:block;width:29.4986875rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.681642532349rem;left:6.559898376465rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cf1oNGwStIQrg6Qbu86p34ZS4X73rTbt { color:#107d84;display:block;width:27.4368095625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.6985168457031rem;left:42.089840888977rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-form-header {  }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:25.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(47,178,190,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:3.125rem;color:#47545a;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(47,178,190,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:4.375rem;color:#47545a;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:25.125rem;height:3.4375rem;font-family:"josefin sans";overflow:hidden;font-style:normal; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .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:"josefin sans";font-size:0.875rem;font-weight:400;color:#47545a;vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal;float:none; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .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; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .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.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-container:first-of-type{padding-top:0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-container:last-of-type{padding-bottom:0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH  { background-color:#ffffff;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42rem;top:17.9375rem;z-index:15031;position:absolute; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-info-text { font-size:0.875rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH {display:block;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH { background-color:#ffffff;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42rem;top:17.9375rem;z-index:15031;position:absolute; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #XVwCDPS1G5cwnRc8EcieTSZTb3vFsJcx { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lLoWX1aMMe0SpKzyLdLbR9FuLcJWv8Lm { position:relative;display:none; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #h3o6hEVy0Plp3nDpARTfaPQp1uAPhmdh { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #IJZXQsxTSPKpi3bKUDH0Dn7FzEZkHUIf { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #e5IdJkTGirQqUsAv5kr6BFnm6fAWiRon { position:relative;display:none; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lVV9aRpDF4uIhVLoGOLIIDH4qnsTsMoh { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #RceOoT8LPZTo6cCH3yZ6KJ72vyCNSXTD { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #zwURvHibzF8nFWQ98HEiLLnHtb0DkJ8I { position:relative;z-index:2; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #PAVKH8HdzFJmqLv4wAzA5iTv0o1Uu4em { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #yOX8ned767WEEoNUZDSZhDGBWBKgMR7H { position:relative; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #rsQ1k3JDMDd41I9t3U3dvH98HXPGtlmF { position:relative; }
#H6DfG8qZfeTyh5kp1wX234ooXBPKKC7g { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.436875rem;width:9.436875rem;top:25.145181655884rem;left:32.78125rem;overflow:hidden;display:block; }
#N1TzBb9bHAoaGotL2uAoPlVTl9LE3f3M { color:#47545a;display:block;width:34.4990806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:36.492416381836rem;left:2.7424173355102rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WBs7KMn94rfHfWXT0clxW1scAnhmQT0w { color:#107d84;display:block;width:32.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.716680526733rem;left:2.7447156906128rem;height:5.9558820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TgOMpXxnPiBpImm8TiFftZ9Het75RsIN { color:#f39c12;display:block;width:34.4980625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:32.728517532349rem;left:4.0611991882324rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR { position:relative;display:none; }#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR { border-width: 0; border-radius: 0; }#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bDRIEHdI608CWybbLZ5Ey0KMIVVOsePQ { position:absolute;display:block;z-index:15001;height:2.4375rem;width:4.375rem;top:0rem;left:34.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN { display:block; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { width:47.75rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-button { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-checkbox-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT  { width:18.125rem;height:auto;top:39.047562763095rem;left:1.3074447512627rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT {display:block;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT { width:18.125rem;height:auto;top:39.047562763095rem;left:1.3074447512627rem; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #M78KJkvXB3XfdMV3RKd42nQ35FqFd9K7 {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bo2Rwh9mNdnn3Fl8sskU7zoE4aynmKC5 { display:none; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #TAJB6dds4zgyZq5c2mbzRaCSrBK96kEL {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #u0PdFPVNxcB1AhGKkM7hglr5AHoMutpd {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RrxX1pl4TyNfv6TuLrZzF0FqyntcMX7I { display:none; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #l5ZX9RVifUQIJ1DoHxsxCdiANf8sDhQd {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RpIf0Bm6kvDLl2Dp7pOXOc7rfIOMXIym {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #oVu7QMPDiNkBqqTm8M7LcggAGcIR1P1c {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bK0CNDzv7FgEuHZEQtr8bMSwzDdQuq1s {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #A6Uuxay0rINShEiqtqIal8csmxlkJU1Q {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #qyexycTvKJ3eKLxraHM4HmFA1B1Ks21L {  }
 }@media only screen and (max-width: 763px) { #X39RBhr9Bq2td8JvGiwLUFX9l9xvSk1S { width:22.1243095625rem;height:4.8529410625rem;top:43.875rem;left:24.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT0VaKphtfbMymTEJAvmg7l8idktH9ht { width:25rem;height:5.588234875rem;top:7.7338962554931rem;left:11.372931301594rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX3CsXgzPZTCfZWNT9b0bZ8beHrZczN { width:8.8125rem;height:4.9375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0PStHq6rxMSi4ap2CDXpKmylahTvCTw { width:37.5rem;height:20.625rem;top:16.239657565951rem;left:5.1229317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #FditGsKFSSOxLpdKVM2Vqy8TRDsFIkUm { width:15.25rem;height:7.5rem;top:0.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqVPDpXldKQpcEeXhNtRZgpNATgzhb6 { width:1.3120404375rem;height:1.6176470625rem;top:0.047775268554688rem;left:30.259649097919rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6cptCuIRDrgozfTGh9gX2vSCvhpN4pd { width:21.875rem;height:0.122932rem;top:14.17231464386rem;left:12.903261959553rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNmgJpur5P415GoJFTyybAGtF06mD9Rk { width:13.9372701875rem;height:0;top:47.322610065341rem;left:29.622011005879rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n4sk4X6h3JGdKTsQkAfsmbVkTZnEJIU1 { width:13.8125rem;height:3.6764705rem;top:49.5625rem;left:24.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLMUXiBbxLFIo57sua1UblaThQKBWOe6 { width:7.9365806875rem;height:7.9365806875rem;top:46.769299671054rem;left:25.124078571796rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybviB7DvAdvdHcKfAfKRJRBEUDh33KTs { width:45rem;height:10.2493105rem;top:60.248157501221rem;left:1.3729318976403rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4BnieWbmatNcxxpmT2fAlI2PQ75gnAe { width:43.4995384375rem;height:5.588234875rem;top:62.5585899353rem;left:2.1220126748085rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIrcbUD7zo2XJoSTTgxMaqPT8bxTIbD { width:25rem;height:4.875rem;top:16.125rem;left:21.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUTUI1B185LOPC3QkwmI7yuiviq7FuW9 { width:25rem;height:4.875rem;top:16.125rem;left:21.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQ2angBMhvAdJNiL7FK66EJNxmmwxTNh { width:7.9375rem;height:7.9375rem;top:46.510417938233rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 { display:block; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1D8OgLy8JmfgviB3auZsw7mbRvAJeQA { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrnI8S2so0lOSqprdIaDiGHvLxn9cTaV { width:16.625rem;height:10.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOCzzrDwZpcSUpB1InDQpmcivFq2H9x { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKlvm9XxE1dG7BytFOSQ5HIrZIfE2qOG { width:16.625rem;height:10.9375rem;top:9.6875rem;left:5.841552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCEw2kuOut5WxQPQrUquxBrHkMRh8OQ { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #PreKV6TUAt0Fy8orwrTbJs1g1euo6PPT { width:16.5625rem;height:10.9375rem;top:9.6875rem;left:25.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAcQpqd9oX6T0q1CbpT563l5AJLsHtvv { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiRDCh0z6eWmGDyPMpM5fwst7HbNRBB { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxEnVut0nzaXOTIs40aht9tdDEzet3fq { width:16.625rem;height:10.9375rem;top:9.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9nPnKsKqANZZBUw8rNCsTL2mM1G6hUC { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWZU5pHOTNrGXgPyD8TvGPtJxq3PkxcC { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcQQ2Hp9J380SB98POx3Ti69hnBHbZCy { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK5dqEH7ATsS8Xth5QLwtIpU2UPvFqmb { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyPmgx6p7qtFX11GLLaPeD9EOntEuWa5 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rryqfOHiegXdfpvI8kT6qmqa65VnkGAn { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZuzL9DRwa1fEZtFXulUvac9qiDxsIOy { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pycWlzKg3VNpMmT1EiaJw8n21tkPvcZW { width:45rem;height:10.2493105rem;top:60.248157501221rem;left:1.3729318976403rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkRREcde9v2EWci8kpNwokITJUfcEXBE { width:43.4995384375rem;height:5.588234875rem;top:62.5585899353rem;left:2.1220126748085rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDP5tLBdiH987f3ekLXehzkIyXVEfZSn { width:37.5rem;height:3.4375rem;top:41.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1AVHB4FdnnlAyIURFHliVFUwoTIDzfZ { display:block; }
 }@media only screen and (max-width: 763px) { #rsGShUGu0rbtfPBasdqfnlDsZ3hDexR6 { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTv6EthmOJZR1oulZxB9S9bJpWEG4GDg { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApfEkZ6aQkBcGavMZp7kzWUbxFETxeWa { width:11.875rem;height:2.64705875rem;top:17.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJfGxefoH1s7NeGQTTPNZDZSVlxG07GI { width:11.875rem;height:2.64705875rem;top:17.875rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwWRNI1H1urE11bOog0Awn47ipikTNDI { background-color:#fffbef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row .container { border-width: 0; border-radius: 0; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tQDTgT0RLeSymQ7wX8BhRie0mashDxqL { width:45rem;height:5.6875rem;top:1.3229169845581rem;left:1.3750000298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #heegwJBxJheDJgdqhXl7ysco4nodiEZJ { width:43.5rem;height:2.8125rem;top:2.7500004768372rem;left:2.1250001192093rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 { display:none; }#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 > .row .container { width:47.75rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LHL1SCxXZp6dlI6fOQlom5F1bbtvxkF4 { width:9.3125rem;height:3.235294125rem;top:13.312500476837rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c296TlbaFCVwtDWpdg5v4egHL3O35mh7 { width:12.5rem;height:1.985294125rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znU5XxdbKKtAWWWP9sc6pmcXMV7fvZo1 { width:9.125rem;height:3.235294125rem;top:13.312500476837rem;left:13.343750357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZvg9GHLRhxZkF0es3GWe7CF2qgas4dO { width:12.5rem;height:1.985294125rem;top:2.9375rem;left:11.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ41NNWR36Msx6DTaM1pPIXcCh91aDF { width:9.3125rem;height:3.235294125rem;top:13.312500476837rem;left:25.187500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinXMTbmxinPCXCyoeivXdvmnfTemeu8 { width:12.5rem;height:1.985294125rem;top:2.9375rem;left:23.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETN6o2Tkz6h5NNgaXarWSak16b1LexsV { width:10.3125rem;height:3.235294125rem;top:13.3125rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbcBN40qHf0rERUizDsnLsM1Za6KpKu7 { width:12.5rem;height:1.985294125rem;top:2.9375rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkMAZiaPUXLJEIWEUAfB2bEc9ASoraOc { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCQfiIIBXGlO5pTlHWmOJnAOIAqgy5S { width:11.875rem;height:2.64705875rem;top:17.875rem;left:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNyOwfi7DJtdfUBPqQvcALKmNn20iL4F { width:11.875rem;height:2.64705875rem;top:17.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qds5QqWBDlfMqOkUgPKR471SIaAckMtS { width:11.875rem;height:2.64705875rem;top:17.875rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrqERgih2B33Fyo9Do4wWPgzPzf3xpP { width:6.25rem;height:6.25rem;top:5.5000004768372rem;left:26.718750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFgyqpbUg57PZ9D1LuJ4r4zkIGil5H0 { width:6.25rem;height:6.25rem;top:5.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwIPkGhzqr6X6brrJ911ITwOEJNfXFP { width:6.25rem;height:6.25rem;top:5.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvmglnB2QGOMJnqy8MmGfwF0TE2CMFlZ { width:6.25rem;height:6.25rem;top:5.5000004768372rem;left:38.375002264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6uJalXy4onVecpV206T22DMEBwZV2Xw { display:block; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw { background-color: transparent; background-image: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .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); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw { border-width: 0; border-radius: 0; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .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; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { width:47.75rem;height:7.375rem;background-color:#fffbef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAmB7vRnLTVEBFrP4S0fotfa9t66eaDH { width:34.375rem;height:1.25rem;top:1.9974822998047rem;left:6.65326243639rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 { display:block; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container { width:47.75rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSed4V5ol7d9iRaH5E3NmIbCZEmD28OU { width:45rem;height:5.6870403125rem;top:2.1893463134766rem;left:1.3729318976403rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDrf0H7XaEzACnO4OXW0pHTuZc2GpDdO { width:47.7493095625rem;height:1.985294125rem;top:3.8403091430664rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 { display:block; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBegar4Bd5WWBOBP63TOKrkWNf9G1epk { display:block; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container { width:47.75rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFmCFBx9KABoiSX9eX09sfDm5u7dMFs7 { width:38.8125rem;height:14.5rem;top:1.875rem;left:6.5624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlO2G1adHPsMdUgPvr7zNV2lEU02gxR { width:30.3125rem;height:3.9705881875rem;top:4.6939468383789rem;left:13.187039196491rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48SZ0M2vBcTK2GIIlOTxULkcRNJ4ONo { width:24.4990806875rem;height:2.64705875rem;top:10.861221313476rem;left:13.184741795063rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDG9TxpZdyrxxeyIddGKfQR6WRrkgfDD { width:9.375rem;height:9.375rem;top:4.0551528930664rem;left:2.1231616139412rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv { display:block; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container { width:47.75rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgTHnDfrlLxTRDFg6quSPyut1TqKR2uk { width:38.8125rem;height:15.25rem;top:1.875rem;left:6.5624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhs49ctznlFN7BT4kVDUOvMR4vXElC6 { width:30.3125rem;height:3.9705881875rem;top:4.8265151977539rem;left:12.998620808124rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHDQJWZ6TOQnbeBiqHMU7T6fQENTuO90 { width:24.4990806875rem;height:2.64705875rem;top:10.86856842041rem;left:12.997471630573rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmwvGOWNOSmgggaH1bUiRgymOSL3WUn { width:9.375rem;height:9.375rem;top:4.1865768432617rem;left:1.6233914494514rem;display:block; }
 }@media only screen and (max-width: 763px) { #z78gsy6bDlTacT3VGDpuag7VxB0vk872 { display:block; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md9E41ynTmSVC0XRVmTMlrXSJTvoTXbT { width:38.8125rem;height:19.5625rem;top:1.875rem;left:6.5624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8rAQN3Rlo5G05bMZ9piyTVminX7B1J { width:35.6875rem;height:10.588235rem;top:4.1394805908203rem;left:8.7155321240425rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM9n77iDgEcqclxaulsk0olGsUmoc4lk { width:24.4990806875rem;height:2.64705875rem;top:15.492874145507rem;left:8.7120855450631rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.adaptive-delivery-prevent-bg, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyload, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyloading { background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { background-color: transparent; background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .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); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL7cf02B56mhgDNTC91uCzbq9iAl3RtO { width:25.75rem;height:4.558823625rem;top:0.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyvyFIUAIrDBqopUhJU7wwt2G83oh16 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV9qZgz0cIz2FsoBGfHFSQZgQpQi2c3s { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts1leJgZ0Hg9XH4bzRPTEggnGUuPBD6J { width:25.75rem;height:2.2058823125rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7Hd1s5GUWGCMFCU9TScGekM2rPEBUK { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #UaW4VDhbmQiazGoabg4TU5CZmahkeJVB { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EstMMafTVwOfDGFIDtI1PC20SBTZ2bMU { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #LIq3qqbT9orT50WvaOhEv4K4WXHRIfID { width:9.875rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUQlMmtt9DdyCWHoHoWUZuo20N5pM11V { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4rydbPdoR6TdvSCo700qrEWvwFwfMKg { width:25.75rem;height:23.897058125rem;top:9rem;left:1.4375rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNT0x0pezXvvdA7JG8kGKiF2FgA5szQQ { width:25.75rem;height:2.25rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ { display:block; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1vZBTZMRBJP4m2FKPEB8JNNhhCkD2TG { top:2.2410278320312rem;left:-0.0032169222831726rem;width:47.75rem;height:2.7941174375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSv29r1nXXVHPbl4BXaHILC3sOauulZR { width:11.25rem;height:15.125rem;top:6.4142913818363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDMOwXzZKg5x3JZfFqWIgk268dbs1g5K { width:11.25rem;height:15.125rem;top:6.3706359863281rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6qfcGSScPnW6O2K4r0P6A9HOGgE4ohm { width:11.25rem;height:15.125rem;top:6.3706359863281rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAps2zo9Omx9SoxpI1UGrdRZ3g3QQWJu { width:11.25rem;height:15.125rem;top:6.3706359863281rem;left:36.499309360981rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1xVUItPhasQCtU60hxfSpzKFvmgKJG { width:10.9995403125rem;height:1.985294125rem;top:7.55859375rem;left:0.12408089637756rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNw7WLX9TLXnBNTLA8iCiQCgz31a0SX2 { width:9.4370403125rem;height:3.9705881875rem;top:12.468978881836rem;left:0.90533083677294rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUssmyxdkIThXTsGTy1FZmk00rTTVqJ { width:12.5rem;height:1.985294125rem;top:7.5160827636719rem;left:11.560201466084rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cNbu9aEUU6oeReSaDniqoqx0mNLBOO { width:10.6870403125rem;height:5.2941174375rem;top:12.511489868164rem;left:12.466681301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDRd0EJWuVTI28EgBcyAT5azsIZ5qwE { width:1.811810625rem;height:1.985294125rem;top:7.5160827636719rem;left:29.936809360981rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6hNmwViBGIH1xURffQnTfiDsF0Xdbg { width:10.4365806875rem;height:5.2941174375rem;top:12.555145263672rem;left:24.779411137104rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkQ6n2op3Qgxq9cn9ibR2dfm9hE1ewE1 { width:5.625rem;height:1.985294125rem;top:7.5160827636719rem;left:25.372241795063rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKyHIVpSe5dvFuzaNrMl7TTqaDdzVvX3 { width:2.5625rem;height:1.985294125rem;top:7.5160827636719rem;left:31.05698376894rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvifnQmWOR5JG5CSWskHcZSfTPzNQzEv { width:4.9368105rem;height:1.985294125rem;top:7.5160827636719rem;left:37.444850742817rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESG4IBR4npZpheVXMhJDSfv6FPzFbFKu { width:2.311580875rem;height:3.235294125rem;top:6.8910827636719rem;left:42.379363834858rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAuT99qil8Lu33Q2gVz5a1Ao5L1oxAKk { width:10.8743105rem;height:9.2647056875rem;top:10.613510131836rem;left:36.874996006489rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSk7re0gVLcDk0enOWJqZkJELnQGbCMz { display:block; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container { width:47.75rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCZ7Jn1c4h4Xzy8eUtE8cb89hzeGTHq8 { width:17.5rem;height:2.7941174375rem;top:2.0186004638672rem;left:15.122931301594rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLmbTiJoQftsykdoFCHoUJbWXGZaKlXM { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbX1MhtAoSCAG6JT3znRvpvG0hmdZF3U { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lix0sOior4HxbUeUJztS9xUZcspuni6q { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvzQoIKOTrNV8d7WUxFZtAxQaZye12H { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyPdi7hqgRoUheVmMUWWLTKHQqIh1du { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGHubclX8VX9T2DVIvt3PAmCBld1ha4h { display:block; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container { width:47.75rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKSazcvxV4nUgkbpzFLeJe1AP63Cyazg { width:46.25rem;height:23.1875rem;top:2.1870422363281rem;left:0.74908083677294rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJTNGPMDfoXonTDnN5wU0Tm6zLtWXPp9 { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EusH1H9u8IdNVPR2mDILWL4Trtqh4J9d { width:1.3125rem;height:1.6176470625rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzWtSJKTfbNp96wNIQNTEm4S2VGtm98 { width:21.3740806875rem;height:5.588234875rem;top:9.8265228271488rem;left:23.467370808124rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1oNGwStIQrg6Qbu86p34ZS4X73rTbt { width:22.1875rem;height:4.8529410625rem;top:16.935882568359rem;left:24.152112782001rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-regular-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-textarea { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-button { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH  { width:18.1870403125rem;height:auto;top:4.2015228271484rem;left:2.2472425103187rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .radio-container { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH {display:block;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH { width:18.1870403125rem;height:auto;top:4.2015228271484rem;left:2.2472425103187rem; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #XVwCDPS1G5cwnRc8EcieTSZTb3vFsJcx {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lLoWX1aMMe0SpKzyLdLbR9FuLcJWv8Lm { display:none; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #h3o6hEVy0Plp3nDpARTfaPQp1uAPhmdh {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #IJZXQsxTSPKpi3bKUDH0Dn7FzEZkHUIf {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #e5IdJkTGirQqUsAv5kr6BFnm6fAWiRon { display:none; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lVV9aRpDF4uIhVLoGOLIIDH4qnsTsMoh {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #RceOoT8LPZTo6cCH3yZ6KJ72vyCNSXTD {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #zwURvHibzF8nFWQ98HEiLLnHtb0DkJ8I {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #PAVKH8HdzFJmqLv4wAzA5iTv0o1Uu4em {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #yOX8ned767WEEoNUZDSZhDGBWBKgMR7H {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #rsQ1k3JDMDd41I9t3U3dvH98HXPGtlmF {  }
 }@media only screen and (max-width: 763px) { #H6DfG8qZfeTyh5kp1wX234ooXBPKKC7g { width:7.9375rem;height:7.9375rem;top:46.510417938233rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1TzBb9bHAoaGotL2uAoPlVTl9LE3f3M { width:25rem;height:4.875rem;top:16.125rem;left:21.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBs7KMn94rfHfWXT0clxW1scAnhmQT0w { width:25rem;height:4.875rem;top:16.125rem;left:21.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgOMpXxnPiBpImm8TiFftZ9Het75RsIN { width:13.8125rem;height:3.6764705rem;top:49.5625rem;left:24.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR { display:none; }#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bDRIEHdI608CWybbLZ5Ey0KMIVVOsePQ { width:4.375rem;height:2.4375rem;top:0rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN { background-color:#ddfbfc;background-image:none;display:block; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { background-color: transparent; background-image: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container > .video-iframe-container { display: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row > .video-iframe-container { display: none; }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .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); }#rPiX5lnDKwa2zLTHl3Hc7T2K7hx6aOtN > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;font-family:"josefin sans"; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT  { width:17.5rem;height:auto;top:31.8046875rem;left:0rem; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT {display:block;}#kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT { width:17.5rem;height:auto;top:31.8046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #M78KJkvXB3XfdMV3RKd42nQ35FqFd9K7 {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bo2Rwh9mNdnn3Fl8sskU7zoE4aynmKC5 { display:none; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #TAJB6dds4zgyZq5c2mbzRaCSrBK96kEL {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #u0PdFPVNxcB1AhGKkM7hglr5AHoMutpd {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RrxX1pl4TyNfv6TuLrZzF0FqyntcMX7I { display:none; }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #l5ZX9RVifUQIJ1DoHxsxCdiANf8sDhQd {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #RpIf0Bm6kvDLl2Dp7pOXOc7rfIOMXIym {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #oVu7QMPDiNkBqqTm8M7LcggAGcIR1P1c {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #bK0CNDzv7FgEuHZEQtr8bMSwzDdQuq1s {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #A6Uuxay0rINShEiqtqIal8csmxlkJU1Q {  }
 }@media only screen and (max-width: 763px) { #kBVIpWCu0eTlU4pZa0nfI2UWzrmL1AmT #qyexycTvKJ3eKLxraHM4HmFA1B1Ks21L {  }
 }@media only screen and (max-width: 763px) { #X39RBhr9Bq2td8JvGiwLUFX9l9xvSk1S { width:18.125rem;height:0;top:22.811349868774rem;left:0.74908089637756rem;font-size:1.125rem;color:#107d84;display:none; }
 }@media only screen and (max-width: 763px) { #NT0VaKphtfbMymTEJAvmg7l8idktH9ht { width:20rem;height:4.38671875rem;top:5.2780327796936rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX3CsXgzPZTCfZWNT9b0bZ8beHrZczN { width:8.8120403125rem;height:4.9368105rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0PStHq6rxMSi4ap2CDXpKmylahTvCTw { height:11.25rem;width:20rem;top:10.258501052856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FditGsKFSSOxLpdKVM2Vqy8TRDsFIkUm { width:7.5rem;height:3.5625rem;top:1.1224724054336rem;left:6.2488507032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqVPDpXldKQpcEeXhNtRZgpNATgzhb6 { width:1.25rem;height:1.21875rem;top:0.56066173315048rem;left:13.571920275688rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6cptCuIRDrgozfTGh9gX2vSCvhpN4pd { width:20rem;height:0.0625rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNmgJpur5P415GoJFTyybAGtF06mD9Rk { width:20rem;height:0;top:58.149123191834rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #n4sk4X6h3JGdKTsQkAfsmbVkTZnEJIU1 { width:18.125rem;height:0;top:30.16773891449rem;left:0rem;font-size:1.25rem;color:#107d84;display:none; }
 }@media only screen and (max-width: 763px) { #cLMUXiBbxLFIo57sua1UblaThQKBWOe6 { width:9.375rem;height:9.375rem;top:48.791359901428rem;left:4.3841909170151rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybviB7DvAdvdHcKfAfKRJRBEUDh33KTs { width:20rem;height:6.6245403125rem;top:77.6907119751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4BnieWbmatNcxxpmT2fAlI2PQ75gnAe { width:16.4993095625rem;height:0;top:80.533081054688rem;left:1.7497700452804rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldIrcbUD7zo2XJoSTTgxMaqPT8bxTIbD { width:18.75rem;height:4.142575rem;top:22.560890197754rem;left:0.625rem;font-size:1.0625rem;color:#107d84;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kUTUI1B185LOPC3QkwmI7yuiviq7FuW9 { width:14.1875rem;height:3.1875rem;top:27.760417938233rem;left:4.0625rem;font-size:1.0625rem;color:#f39c12;z-index:15010;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2angBMhvAdJNiL7FK66EJNxmmwxTNh { width:4.375rem;height:4.375rem;top:26.531478881836rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 { display:block; }#Ju3CGo3s4IfPGiQVw0Vp3cgwK1VTTLV3 > .row .container { width:20rem;height:136.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1D8OgLy8JmfgviB3auZsw7mbRvAJeQA { width:18.5rem;height:28.1875rem;top:10.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrnI8S2so0lOSqprdIaDiGHvLxn9cTaV { width:16.625rem;height:10.9375rem;top:11.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOCzzrDwZpcSUpB1InDQpmcivFq2H9x { width:18.125rem;height:3.25rem;top:23.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKlvm9XxE1dG7BytFOSQ5HIrZIfE2qOG { width:16.625rem;height:10.9375rem;top:41.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCEw2kuOut5WxQPQrUquxBrHkMRh8OQ { width:18.5rem;height:28rem;top:40.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PreKV6TUAt0Fy8orwrTbJs1g1euo6PPT { width:16.5625rem;height:10.9375rem;top:72.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAcQpqd9oX6T0q1CbpT563l5AJLsHtvv { width:18.5rem;height:28.1875rem;top:71.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiRDCh0z6eWmGDyPMpM5fwst7HbNRBB { width:18.5rem;height:28.0625rem;top:102.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxEnVut0nzaXOTIs40aht9tdDEzet3fq { width:16.5625rem;height:10.875rem;top:102.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9nPnKsKqANZZBUw8rNCsTL2mM1G6hUC { width:13.8125rem;height:3.75rem;top:28.811199188233rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NWZU5pHOTNrGXgPyD8TvGPtJxq3PkxcC { width:18.125rem;height:3.25rem;top:53.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcQQ2Hp9J380SB98POx3Ti69hnBHbZCy { width:18.125rem;height:3.25rem;top:85.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK5dqEH7ATsS8Xth5QLwtIpU2UPvFqmb { width:18.8125rem;height:3.25rem;top:115.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyPmgx6p7qtFX11GLLaPeD9EOntEuWa5 { width:13.1875rem;height:3.75rem;top:59.125rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rryqfOHiegXdfpvI8kT6qmqa65VnkGAn { width:17.6855625rem;height:3.75rem;top:90.00000190735rem;left:1.1569011211395rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WZuzL9DRwa1fEZtFXulUvac9qiDxsIOy { width:18.499125rem;height:3.75rem;top:120.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pycWlzKg3VNpMmT1EiaJw8n21tkPvcZW { width:20rem;height:6.6875rem;top:1.4908866882324rem;left:0rem;z-index:15012;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dkRREcde9v2EWci8kpNwokITJUfcEXBE { width:20rem;height:4.125rem;top:2.7721366882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nDP5tLBdiH987f3ekLXehzkIyXVEfZSn { width:19rem;height:3.4375rem;top:132.75000762939rem;left:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1AVHB4FdnnlAyIURFHliVFUwoTIDzfZ { display:block; }
 }@media only screen and (max-width: 763px) { #rsGShUGu0rbtfPBasdqfnlDsZ3hDexR6 { width:16.875rem;height:2.76171875rem;top:33.404948711395rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTv6EthmOJZR1oulZxB9S9bJpWEG4GDg { width:17.5625rem;height:2.76171875rem;top:63.543620109556rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApfEkZ6aQkBcGavMZp7kzWUbxFETxeWa { width:16.875rem;height:2.76171875rem;top:94.617843627931rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJfGxefoH1s7NeGQTTPNZDZSVlxG07GI { width:16.875rem;height:2.76171875rem;top:125.25456237793rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwWRNI1H1urE11bOog0Awn47ipikTNDI { background-color:#fffbef;background-image:none;display:none; }#kwWRNI1H1urE11bOog0Awn47ipikTNDI > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tQDTgT0RLeSymQ7wX8BhRie0mashDxqL { width:20rem;height:7.625rem;top:1.0707702636719rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #heegwJBxJheDJgdqhXl7ysco4nodiEZJ { width:17.0622691875rem;height:5.625rem;top:2.2426452636719rem;left:1.4682904481888rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 { display:none; }#mk70bpirlSoCaBI0vgHNkZF2oRwQevg0 > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LHL1SCxXZp6dlI6fOQlom5F1bbtvxkF4 { width:16.875rem;height:1.625rem;top:10.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c296TlbaFCVwtDWpdg5v4egHL3O35mh7 { width:8.1875rem;height:1.7871125rem;top:1.25rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znU5XxdbKKtAWWWP9sc6pmcXMV7fvZo1 { width:16.875rem;height:1.625rem;top:25.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZvg9GHLRhxZkF0es3GWe7CF2qgas4dO { width:8.1875rem;height:1.7871125rem;top:15.9375rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ41NNWR36Msx6DTaM1pPIXcCh91aDF { width:16.875rem;height:1.625rem;top:42.937501907349rem;left:1.5625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinXMTbmxinPCXCyoeivXdvmnfTemeu8 { width:8.1875rem;height:1.7871125rem;top:32.8125rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETN6o2Tkz6h5NNgaXarWSak16b1LexsV { width:18rem;height:1.625rem;top:59rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbcBN40qHf0rERUizDsnLsM1Za6KpKu7 { width:8.1875rem;height:1.7871125rem;top:49.124996185302rem;left:5.9062498807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkMAZiaPUXLJEIWEUAfB2bEc9ASoraOc { width:16.875rem;height:1.3808625rem;top:11.750000178814rem;left:1.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCQfiIIBXGlO5pTlHWmOJnAOIAqgy5S { width:16.875rem;height:2.761725rem;top:27.375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNyOwfi7DJtdfUBPqQvcALKmNn20iL4F { width:16.875rem;height:1.3808625rem;top:44.562501907349rem;left:1.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qds5QqWBDlfMqOkUgPKR471SIaAckMtS { width:16.875rem;height:2.76171875rem;top:60.625rem;left:1.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrqERgih2B33Fyo9Do4wWPgzPzf3xpP { width:6.25rem;height:6.25rem;top:35.286071777344rem;left:6.8738507032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLFgyqpbUg57PZ9D1LuJ4r4zkIGil5H0 { width:6.25rem;height:6.25rem;top:18.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwIPkGhzqr6X6brrJ911ITwOEJNfXFP { width:6.25rem;height:6.25rem;top:3.0375000834465rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvmglnB2QGOMJnqy8MmGfwF0TE2CMFlZ { width:6.25rem;height:6.25rem;top:51.687503814698rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6uJalXy4onVecpV206T22DMEBwZV2Xw { background-color:#fffbef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { background-color: transparent; background-image: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container { display: none; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .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); }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { border-width: 0; border-radius: 0; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6uJalXy4onVecpV206T22DMEBwZV2Xw > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAmB7vRnLTVEBFrP4S0fotfa9t66eaDH { width:17.875rem;height:4.875rem;top:1.625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ba7191;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 { display:block; }#v7xK2iKEvGsUB4XqRdU0BXAe6yqcZFr4 > .row .container { width:20rem;height:8.7936096191406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSed4V5ol7d9iRaH5E3NmIbCZEmD28OU { width:20rem;height:7.5rem;top:1.2936553955078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDrf0H7XaEzACnO4OXW0pHTuZc2GpDdO { width:18.75rem;height:5.361325rem;top:2.5379180908203rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 { display:none; }#HS8bts7bDoqT1VXGDkdfHJhbHUF4QX42 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BBegar4Bd5WWBOBP63TOKrkWNf9G1epk { display:block; }#BBegar4Bd5WWBOBP63TOKrkWNf9G1epk > .row .container { width:20rem;height:27.43229675293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFmCFBx9KABoiSX9eX09sfDm5u7dMFs7 { width:19.375rem;height:20.375rem;top:7.0576782226562rem;left:0.27803307771683rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlO2G1adHPsMdUgPvr7zNV2lEU02gxR { width:18.125rem;height:5.5234375rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48SZ0M2vBcTK2GIIlOTxULkcRNJ4ONo { width:12.8745403125rem;height:4.14258125rem;top:21.067321777344rem;left:2.9342828989029rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDG9TxpZdyrxxeyIddGKfQR6WRrkgfDD { width:9.375rem;height:9.375rem;top:2.1254577636719rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv { display:block; }#aCJs5K1AgvZlZRiiGEVAWdeVfl7VWEKv > .row .container { width:20rem;height:26.11979675293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgTHnDfrlLxTRDFg6quSPyut1TqKR2uk { width:19.375rem;height:19.0625rem;top:7.0576782226562rem;left:0.27803307771683rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhs49ctznlFN7BT4kVDUOvMR4vXElC6 { width:18.125rem;height:5.5234375rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHDQJWZ6TOQnbeBiqHMU7T6fQENTuO90 { width:12.8745403125rem;height:2.761725rem;top:21.058822631836rem;left:3.5627297163009rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmwvGOWNOSmgggaH1bUiRgymOSL3WUn { width:9.375rem;height:9.375rem;top:2.1737060546875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #z78gsy6bDlTacT3VGDpuag7VxB0vk872 { display:block; }#z78gsy6bDlTacT3VGDpuag7VxB0vk872 > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md9E41ynTmSVC0XRVmTMlrXSJTvoTXbT { width:19.375rem;height:26.6875rem;top:2.0101013183594rem;left:0.27918195724487rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8rAQN3Rlo5G05bMZ9piyTVminX7B1J { width:18.125rem;height:19.33205rem;top:4.2378234863281rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM9n77iDgEcqclxaulsk0olGsUmoc4lk { width:15.9995403125rem;height:2.761725rem;top:23.627059936524rem;left:2.0002297163009rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.adaptive-delivery-prevent-bg, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyload, #RA9LLPsmcTQnUvtrHVCudFoIpAM277dK.lazyloading { background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { background-color: transparent; background-image: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbef; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbef; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row > .video-iframe-container { display: none; }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .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); }#RA9LLPsmcTQnUvtrHVCudFoIpAM277dK > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL7cf02B56mhgDNTC91uCzbq9iAl3RtO { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOyvyFIUAIrDBqopUhJU7wwt2G83oh16 { width:18.125rem;height:36.330075rem;top:34.357423782349rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sV9qZgz0cIz2FsoBGfHFSQZgQpQi2c3s { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Ts1leJgZ0Hg9XH4bzRPTEggnGUuPBD6J { width:11.0625rem;height:0;top:3.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #wk7Hd1s5GUWGCMFCU9TScGekM2rPEBUK { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #UaW4VDhbmQiazGoabg4TU5CZmahkeJVB { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #EstMMafTVwOfDGFIDtI1PC20SBTZ2bMU { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #LIq3qqbT9orT50WvaOhEv4K4WXHRIfID { top:1.375rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wUQlMmtt9DdyCWHoHoWUZuo20N5pM11V { width:18.75rem;height:5.34375rem;top:27.125001907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #B4rydbPdoR6TdvSCo700qrEWvwFwfMKg { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #oNT0x0pezXvvdA7JG8kGKiF2FgA5szQQ { width:16.75rem;height:3.5625rem;top:22.625001907349rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#107d84;font-weight:700;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ { display:block; }#NuA9ehu4KxlmHehztmJS6eKm8wNLfqoJ > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1vZBTZMRBJP4m2FKPEB8JNNhhCkD2TG { width:20rem;height:1.625rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSv29r1nXXVHPbl4BXaHILC3sOauulZR { width:16.25rem;height:12.125rem;top:5.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDMOwXzZKg5x3JZfFqWIgk268dbs1g5K { width:16.25rem;height:14rem;top:18.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6qfcGSScPnW6O2K4r0P6A9HOGgE4ohm { width:16.25rem;height:14.1875rem;top:34.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAps2zo9Omx9SoxpI1UGrdRZ3g3QQWJu { width:16.25rem;height:16.25rem;top:49.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1xVUItPhasQCtU60hxfSpzKFvmgKJG { width:13.2490806875rem;height:2.5996125rem;top:7.875rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNw7WLX9TLXnBNTLA8iCiQCgz31a0SX2 { width:14.3118105rem;height:3.0872375rem;top:12.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUssmyxdkIThXTsGTy1FZmk00rTTVqJ { width:12.5rem;height:2.5996125rem;top:21.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cNbu9aEUU6oeReSaDniqoqx0mNLBOO { width:15.4997701875rem;height:4.6308625rem;top:25.875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDRd0EJWuVTI28EgBcyAT5azsIZ5qwE { width:2.125rem;height:2.5996125rem;top:36rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6hNmwViBGIH1xURffQnTfiDsF0Xdbg { width:15rem;height:6.17448125rem;top:40.17138671875rem;left:2.4999998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkQ6n2op3Qgxq9cn9ibR2dfm9hE1ewE1 { width:5.5625rem;height:2.5996125rem;top:35.9375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKyHIVpSe5dvFuzaNrMl7TTqaDdzVvX3 { width:3rem;height:2.5996125rem;top:35.9375rem;left:12.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvifnQmWOR5JG5CSWskHcZSfTPzNQzEv { width:5.4365806875rem;height:2.5996125rem;top:52.125rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESG4IBR4npZpheVXMhJDSfv6FPzFbFKu { width:2.1875rem;height:2.5996125rem;top:52.092041015625rem;left:10.56181037426rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cAuT99qil8Lu33Q2gVz5a1Ao5L1oxAKk { width:15.4997701875rem;height:7.718125rem;top:56.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSk7re0gVLcDk0enOWJqZkJELnQGbCMz { display:block; }#PSk7re0gVLcDk0enOWJqZkJELnQGbCMz > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCZ7Jn1c4h4Xzy8eUtE8cb89hzeGTHq8 { width:12.5rem;height:2.03125rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLmbTiJoQftsykdoFCHoUJbWXGZaKlXM { width:5.625rem;height:2.125rem;top:4.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbX1MhtAoSCAG6JT3znRvpvG0hmdZF3U { width:5.625rem;height:5.625rem;top:2.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lix0sOior4HxbUeUJztS9xUZcspuni6q { width:5.625rem;height:5.625rem;top:2.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvzQoIKOTrNV8d7WUxFZtAxQaZye12H { width:5.125rem;height:5.125rem;top:6.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyPdi7hqgRoUheVmMUWWLTKHQqIh1du { width:5.125rem;height:5.125rem;top:6.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGHubclX8VX9T2DVIvt3PAmCBld1ha4h { display:block; }#zGHubclX8VX9T2DVIvt3PAmCBld1ha4h > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKSazcvxV4nUgkbpzFLeJe1AP63Cyazg { width:20rem;height:39.125rem;top:2.2495422363281rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #RJTNGPMDfoXonTDnN5wU0Tm6zLtWXPp9 { width:7.5rem;height:3.625rem;top:3.3639831542969rem;left:6.2488507032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #EusH1H9u8IdNVPR2mDILWL4Trtqh4J9d { width:0.9375rem;height:1.21875rem;top:3.75rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzWtSJKTfbNp96wNIQNTEm4S2VGtm98 { width:20rem;height:4.38671875rem;top:7.5609130859375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1oNGwStIQrg6Qbu86p34ZS4X73rTbt { width:17.5rem;height:0;top:12.621765136719rem;left:1.2488510608673rem;font-size:1.125rem;color:#107d84;display:none; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;font-family:"josefin sans"; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH  { width:17.5rem;height:auto;top:22.372375488281rem;left:0rem; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH {display:block;}#b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH { width:17.5rem;height:auto;top:22.372375488281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #XVwCDPS1G5cwnRc8EcieTSZTb3vFsJcx {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lLoWX1aMMe0SpKzyLdLbR9FuLcJWv8Lm { display:none; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #h3o6hEVy0Plp3nDpARTfaPQp1uAPhmdh {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #IJZXQsxTSPKpi3bKUDH0Dn7FzEZkHUIf {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #e5IdJkTGirQqUsAv5kr6BFnm6fAWiRon { display:none; }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #lVV9aRpDF4uIhVLoGOLIIDH4qnsTsMoh {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #RceOoT8LPZTo6cCH3yZ6KJ72vyCNSXTD {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #zwURvHibzF8nFWQ98HEiLLnHtb0DkJ8I {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #PAVKH8HdzFJmqLv4wAzA5iTv0o1Uu4em {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #yOX8ned767WEEoNUZDSZhDGBWBKgMR7H {  }
 }@media only screen and (max-width: 763px) { #b9MbwC7AOaPDq7iEzyoAydLHn7L6JNpH #rsQ1k3JDMDd41I9t3U3dvH98HXPGtlmF {  }
 }@media only screen and (max-width: 763px) { #H6DfG8qZfeTyh5kp1wX234ooXBPKKC7g { width:4.375rem;height:4.375rem;top:16.895660400391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1TzBb9bHAoaGotL2uAoPlVTl9LE3f3M { width:13.8125rem;height:3.1875rem;top:18.124347686767rem;left:4.375rem;font-size:1.0625rem;color:#f39c12;z-index:15012;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBs7KMn94rfHfWXT0clxW1scAnhmQT0w { width:18.75rem;height:4.142575rem;top:12.998626708984rem;left:0.625rem;font-size:1.0625rem;color:#107d84;z-index:15011;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TgOMpXxnPiBpImm8TiFftZ9Het75RsIN { width:20rem;height:auto;top:32.6875rem;left:0rem;font-size:1.25rem;color:#107d84;display:none; }
 }@media only screen and (max-width: 763px) { #AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR { display:none; }#AqiP1IIpoCwmcvq8TaGvDaotS7tlniqR > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bDRIEHdI608CWybbLZ5Ey0KMIVVOsePQ { width:4.375rem;height:2.4375rem;top:1.25rem;left:7.8125rem;display:block; }
 }