.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb6b0;background-image:none;position:relative;display:block; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { background-color: transparent; background-image: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container > .video-iframe-container { display: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container { display: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .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); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { border-width: 0; border-radius: 0; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container {  }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#TeNnQH1Kka1DpAho39wresMOKzI8Uqfk { color:#fbf5f5;display:block;width:20.75rem;position:absolute;font-family:"linux biolinum";font-size:3rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.125rem;left:2.67626953125rem;height:12.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZAuRVrNqWmBIFTtxOqISUfAVNhWc558u { color:#686766;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:15.25rem;left:2.67626953125rem;height:9.9739375rem;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; }
#en6oaRtActCTotiT47NQ51TZxXfaHxec { z-index:15002;top:24.875rem;left:2.73876953125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#3cb6b0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(246,252,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R9Zb3QOXoyAJ8Moszx8kW2P6appXnuwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwR9ttUDT0OJS89qu2x9alDGb4cOIALL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.25rem;width:29.8125rem;top:5.9375rem;left:28.4375rem;overflow:hidden;display:block; }
#xK77zGMaHxkuhueB8gaT0F7aTMO2T1Nf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:26.25rem;display:none; }
#QR1cen4qnrFz5bah2cD6eowdn4zfKXVi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:26.25rem;top:0.9375rem;left:26.34375rem;display:none; }
#NnDGHWIe7ytbqeERgTviTCd6d1XHOtNk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:4.5rem;top:17.5185546875rem;left:20.17626953125rem;display:block; }
#aqIESOsB9asawZO5uEIUGsoPhe6mw18c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:8.75rem;top:0.4375rem;left:50.4375rem;overflow:hidden;display:block; }
#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafbfc;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { background-color: transparent; background-image: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container > .video-iframe-container { display: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row > .video-iframe-container { display: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .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); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { border-width: 0; border-radius: 0; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#lZVxheyF1scuGz8Cw8bTVozrToNlaVkq { color:#4c4c4c;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.52001953125rem;left:2.53125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y9K4807ra3OJ6uGEsy9zTmno6ay4q1EK { z-index:15002;top:13.611328125rem;left:40.3125rem;background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TULFAew4qtmUk3twAShfyJGirr0ATRr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBEtHISMCJAzt3udL738LuI6V6tdWMMA { z-index:15002;top:29.40625rem;left:43.46875rem;background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IN8mzObZK3ER78PI1bZq6s4ZfgPD0TOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GS9wwT1kqzW2GC8ueS0b7XPRAZGE7NSf { z-index:15002;top:45.1875rem;left:40.3125rem;background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aRLobm0skvbdf7BQHOHQNT8UMplI6p9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IG4hrZ2646US6T3dNWglgGA4z23twfL5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:23.125rem;top:18.36181640625rem;left:1.375rem;overflow:hidden;display:block; }
#BTBTh9e3XqtHgEOGo01J9fafxxbTTmtR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.3821614384651rem;left:21.968750953674rem; }
#GeusqB6TFnRSTH5zxr1rVQQt6yL0ZsiL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:21.53125rem;left:25.281250953674rem; }
#wdCUtgN95ep8mzHJ3wAlf2tpuwgg273E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:37.125rem;left:21.020182609558rem; }
#fOUx8ltZVQL4PXxTkBZ2l6CQtEfBW48z { color:#4c4c4c;display:block;width:12rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:25.031250953674rem;height:6.5rem;display:block; }
#FofwwKwcDgLVTBkqExcFcpfbygkBowyD { color:#4c4c4c;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:7.625rem;left:41.093750953674rem;height:5.36133125rem;font-style:normal;display:block; }
#gRMd1KgSG4lwdATRBGIfgrItgTCQ8gnv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:2.8125rem;top:7.09375rem;left:37.937500953674rem;overflow:hidden;display:block; }
#mNBJV7HwPPnDypPUQhsiWMrDgMoCcToG { color:#4c4c4c;display:block;width:14.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.87109375rem;left:27.625001907349rem;height:6.5rem;display:block; }
#R7oiS1w5DKeLZ13lP0UIIr9Pt3JtmQO8 { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.63134765625rem;left:44rem;height:5.3613375rem;font-style:normal;display:block; }
#pExQ1F4w9GTcc94VAAoDb20nrJl6tssM { color:#4c4c4c;display:block;width:13.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.15625rem;left:23.281251907349rem;height:8.125rem;display:block; }
#hltGsHfTsvO1E0uqcNcT8Im99vGixGIL { color:#4c4c4c;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:39.0625rem;left:41.09375rem;height:5.36133125rem;font-style:normal;display:block; }
#r23truPC1DNTkHxp2Fw3a0Nyq9SinMrB { position:absolute;display:block;z-index:15000;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.3125rem dashed #3cb6b0;border-left:0.3125rem dashed #3cb6b0;border-right:0.3125rem dashed #3cb6b0;border-bottom:0.3125rem dashed #3cb6b0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:10.3125rem;width:15.25rem;top:39.0625rem;left:22.062500953674rem;display:block; }
#AMsObbFtctLP6FsGNoWV20QMKXLkEDOw { position:absolute;display:block;z-index:15001;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.3125rem dashed #3cb6b0;border-left:0.3125rem dashed #3cb6b0;border-right:0.3125rem dashed #3cb6b0;border-bottom:0.3125rem dashed #3cb6b0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:10.3125rem;width:15.25rem;top:23.527996063233rem;left:26.531250953674rem;display:block; }
#tzGkAKzBRuqryiG0Xggp7CdybZa4XTFN { position:absolute;display:block;z-index:15002;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.3125rem dashed #3cb6b0;border-left:0.3125rem dashed #3cb6b0;border-right:0.3125rem dashed #3cb6b0;border-bottom:0.3125rem dashed #3cb6b0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:10.3125rem;width:15.25rem;top:7.28125rem;left:23.125000953674rem;display:block; }
#s0vpDv7B53TwIyLfn6o5U2ZwqRLnogRZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:2.8125rem;top:23.59375rem;left:41.09375rem;overflow:hidden;display:block; }
#fKtG4Tv7qrobQT4VdQJTEzIK73HJs9qM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:2.8125rem;top:7.09375rem;left:37.937500953674rem;overflow:hidden;display:none; }
#VwFD7MA1DOrln5sXkfzQHKgE9TBK5lF9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:2.8125rem;top:39.59375rem;left:36.8125rem;overflow:hidden;display:block; }
#XddC6wKWtoW4S6TUHGXyeZOtWn1rrN23 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:2.8125rem;top:7.09375rem;left:37.937500953674rem;overflow:hidden;display:none; }
#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb6b0;background-image:none;position:relative;display:block; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { background-color: transparent; background-image: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container > .video-iframe-container { display: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container { display: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .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); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { border-width: 0; border-radius: 0; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container {  }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#C4O3OHuMI2Sxacpd3eec4v95SD4sLgfM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:15.25rem;width:13.5rem;top:8.75rem;left:0rem;display:block; }
#gJtHDCKvsKN4PluwAXWoTW5dHFSI83qg { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tcm8tOugFemChnmb5B4k2UKk3sex8BxR { color:#686766;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.250000476837rem;left:0.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSTkvBa2iEgMcnPJ1N1Db8t6gspqwaUI { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:15.25rem;width:13.5rem;top:8.75rem;left:15.4375rem;display:block; }
#v6bVqoDEcSimRfWvVpWRK6MvMwfqTFM6 { color:#686766;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:16.999999523163rem;left:16.781251907349rem;height:5.59895rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZmtDV6t5oy9khapfDonJyosWhhTDI6w { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:15.812501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4oVCDFrDWKMTbXwKt7bTtIR2CnWIbu5 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:15.25rem;width:13.5rem;top:8.75rem;left:30.875rem;display:block; }
#HrWcoW2FnRVyTpbg44fCBTholybCOn0x { color:#686766;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:17.250000476837rem;left:31.500001907349rem;height:4.1992125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XElZiRybM7lXv4XSTzHH3nQVE71paLz6 { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymUmBFBniKvOkUMPpP666TJOIdVOSxkV { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:15.25rem;width:13.5rem;top:8.75rem;left:46.125rem;display:block; }
#QOksOG9yQKqC84ouuNlIzCJlzzGN7q70 { color:#686766;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.987500667572rem;left:47.249219894409rem;height:5.59895rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cDumc7PAQbooxnKnPoOVaocWCBJq8kBV { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTtAyZnlrzc7yivmhLdgX0QpE8z1VxyJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.6005859375rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INCu6DAeZUc3qTZhteIs5qas4FMwMqRz { z-index:15001;top:27.25rem;left:23.750000953674rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #0ec8bf;border-left:0.125rem solid #0ec8bf;border-right:0.125rem solid #0ec8bf;border-bottom:0.125rem solid #0ec8bf;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#3cb6b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L63MmFto1nOIyi46rfacvIW7nN2ydCtW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOyWp1LxvcQGwfHaLIOW0cbTtl2st7o6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.625rem;left:5.375rem; }
#bAZctqFEzWONIThpfbenMVz9Ul5Th7yP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.0625rem;left:20.1875rem; }
#BDl4T1tNOACethcSLTnzkxXgxkkVggmz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.625rem;left:35.937500953674rem; }
#XKu82xXgztIXP9aNLT1uf2bUla5il3l2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.625rem;left:51.500000953674rem; }
#SJXnwpiOpehdiBlgQf41dEupzWIGK1CG { position:absolute;display:block;z-index:14998;background-color:#fcd343;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;height:0.75rem;width:11.8125rem;top:5.875rem;left:31.25rem;display:block; }
#q3TJ5A4IBZBB1SX85MdHvCCgX0bNVQtr { position:absolute;display:block;z-index:14999;background-color:#fcd343;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;height:0.75rem;width:11.8125rem;top:5.875rem;left:31.25rem;display:none; }
#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { background-color: transparent; background-image: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container > .video-iframe-container { display: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container { display: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .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); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { border-width: 0; border-radius: 0; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container {  }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#DF12Z4PtiLI8mtg10tXJQXK966OwETJO { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3749980926514rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD3I3vTuRgH9Su1e2OCVt8c1VAxvO0fV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:15rem;top:7.0625rem;left:0rem;overflow:hidden;display:block; }
#PaWRHgByhuz5sU7kHob3dzs00yPvHSog { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:15rem;top:7.3125rem;left:30rem;overflow:hidden;display:block; }
#nf1K0XbNip9sh8rdyShW3mVLffTgV8Tm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:15rem;top:7.09375rem;left:15rem;overflow:hidden;display:block; }
#X4d1PVePnUubmmxAPHJn2IbJHzGzsQSA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:15rem;top:7.21875rem;left:45rem;overflow:hidden;display:block; }
#TDha4zRk81PIDEgta0SmHczeIiJfVfiC { color:#4c4c4c;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18rem;left:30.65625rem;height:8.4375rem;font-style:normal;display:block; }
#n6oRB3ez0gDaTanbdKHI5aKxDHTtGyGC { color:#4c4c4c;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.9990234375rem;left:15.65625rem;height:12.65625rem;font-style:normal;display:block; }
#keqRESQbsqALf5PEqU9T9gw2fdZy9lyy { color:#4c4c4c;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.9990234375rem;left:0.65625rem;height:11.25rem;font-style:normal;display:block; }
#KSSMhrLE2kQsLZVlz5LmCtwu0w8asSnZ { color:#4c4c4c;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.06201171875rem;left:45.65625rem;height:11.25rem;font-style:normal;display:block; }
#S8EdmTVmJC7vG2mgxe6HXcAmNDF2wtqP { z-index:15000;top:27.458984375rem;left:22.96875rem;background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.625rem 0.625rem #81cec9 ;box-sizing:border-box;color:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EgtfovJbFO2I69xntg26cCZtnUuBqyxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnPTV4gKKbKEvDuwR6GkeICDycikqskf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb6b0;background-image:none;position:relative;display:block; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { background-color: transparent; background-image: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container > .video-iframe-container { display: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container { display: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .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); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { border-width: 0; border-radius: 0; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container {  }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#AOUdpv02m7nW7wOHg4IXVteoQUla2twD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.6875004768369rem;left:20.75rem;overflow:hidden;display:block; }
#WKSBpWfN0N4Mrvz2ZHXoUGKHwtAc29AW { color:#fcd343;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.187500476837rem;left:16.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWg5hmX9H7AyGV9Py3UA6vnqG3g9ToWf { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.375000476837rem;left:15.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlMbB0QoLC0G1tnKkUS63Ofatl4NknAT { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.437500476837rem;left:30.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKvKZibG7BPkK6zXHwEiTJ73RfSIO8Qq { color:#fcd343;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.250000476837rem;left:30.875rem;height:3.65625rem;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:block; }
#RwqUB3VPESb7TAvn4raE7ztu5O26Tt8m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4rem;top:6.6875019073488rem;left:5.5625rem;overflow:hidden;display:block; }
#rSfTwoQX3xIRIpTJzFyrP903Ih0EIAhT { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.375000476837rem;left:45.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVZsrWO1xffaM9MZW3RDIVW0lQHorFx0 { color:#fcd343;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.187500476837rem;left:45.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8TDKLgJeTTw4VWPME4I79aH4PkV2DBb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:3.3125rem;top:6.6875004768369rem;left:50.687500953674rem;overflow:hidden;display:block; }
#hFuhVG95wcsF7LedM76zfU1KLGG2uSuM { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.25rem;left:0.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeJvdng23eU21TtFUGPuTpLGH04lg5UV { color:#fcd343;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.0625rem;left:1.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pN5NCF5SpXTiSd2wuG1f0JITVDDcBxZ6 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.09375rem;left:15.6875rem;display:block; }
#Uh8pzcRICxxPe6aMIZNOCH86Q2f1qwsN { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.09375rem;left:29.96875rem;display:block; }
#rJH7fND1mGIGCWeTLKHNyScc4V462bKU { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.0937504768369rem;left:45.375000953674rem;display:block; }
#xDZkRR6C3eIV9Cu3g2fnykPiWO4muik3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.6875rem;left:35.03125rem;overflow:hidden;display:block; }
#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cre56fRh/BG6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU.adaptive-delivery-prevent-bg, #LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU.lazyload, #LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU.lazyloading { background-image: none; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container { background-color: transparent; background-image: none; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container > .video-iframe-container { display: none; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row > .video-iframe-container { display: none; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .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); }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container { border-width: 0; border-radius: 0; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row > .video-iframe-container {  }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#zp4OazrDDxDJc7c6kgOMTdaU7hBBE1QC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:18.75rem;top:9.8548183441163rem;left:0.625rem;overflow:hidden;display:block; }
#OrI6b7PV64L3SEh2K7aACimP2Tcs6g6m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:18.75rem;top:9.7929697036744rem;left:20.625000953674rem;overflow:hidden;display:block; }
#ZMlwfzOrn28UII245dmH7qoArbQcl3SK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:18.75rem;top:9.8235683441163rem;left:40.625000953674rem;overflow:hidden;display:block; }
#f8oR4MoyG9K50IrpM7VAB0ZAreX5uP23 { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7005271911621rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QD3arv7LbSgRzBIHkD4hPa2ib2RFaBrR { z-index:15002;top:24.309246063233rem;left:23.750000953674rem;background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.625rem 0.625rem #81cec9 ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gga86A5yxGSAUn192Wr1CGIwCmrDwGnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#levPoWbTyg6kpCg16uAfezxLZCVw4iaZ { color:#4c4c4c;display:block;width:19.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.375001907349rem;height:2.5989625rem;display:block; }
#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb6b0;background-image:none;position:relative;display:block; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { background-color: transparent; background-image: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container > .video-iframe-container { display: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container { display: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .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); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { border-width: 0; border-radius: 0; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container {  }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#v8uhmlCGBmbSJ1v3lD4Reci1FhWab3Mu { color:#f9f9f9;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:14.4375rem;height:5.8489625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3wl7F0E8u3f16dNKpgr50VstO0ye40B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:16.6875rem;width:15.625rem;top:9.9375rem;left:5.625rem;overflow:hidden;display:block; }
#GJR6mw8urpetwuXLtKuZhFaR38965znJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.4375rem;height:16.943875rem;width:15.625rem;top:9.8125rem;left:38.8125rem;overflow:hidden;display:block; }
#H9kl5vqzpVAdW55cE5K99bkP1ieHK8zm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:16.875rem;width:15.625rem;top:9.8125rem;left:22.4375rem;overflow:hidden;display:block; }
#xR41xZllhR7W1euvZWxOaJWR1TC9XFOq { z-index:15002;top:31.78125rem;left:8.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0ec8bf;border-left:0.0625rem solid #0ec8bf;border-right:0.0625rem solid #0ec8bf;border-bottom:0.0625rem solid #0ec8bf;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#0ec8bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uSbfJq8MVTCWnqoyxbd5WaxdXz2Vvilt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDDQXPVHgSzUgUT2DTihRtT7y1li82og { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:8.75rem;top:3.3623046875rem;left:44.6875rem;overflow:hidden;display:block; }
#EuMbaCb4Oa7FGUJtEMsVqydXPOi05giG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:30.5625rem;top:29.09375rem;left:28.30322265625rem;overflow:hidden;display:block; }
#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { background-color: transparent; background-image: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container > .video-iframe-container { display: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row > .video-iframe-container { display: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .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); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { border-width: 0; border-radius: 0; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row > .video-iframe-container {  }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#tHzTcO2Q5GmvrTo6HiuVwsSwpfTxEK3H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.5625rem;width:20.3125rem;top:4.4374999105931rem;left:5.9375rem;overflow:hidden;display:block; }
#OWkWaIFUl37dWwrJAsMaEEb3R2wfeSZt { color:#4c4c4c;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:30.8125rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-form-header {  }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .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; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#3cb6b0;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:4rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:16rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .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; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-container:first-of-type{padding-top:0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-container:last-of-type{padding-bottom:0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;position:absolute;top:12.5rem;left:30.812500953674rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga {display:block;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;position:absolute;top:12.5rem;left:30.812500953674rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #s1V7r1Sr1hZ3dFD2fU9CW9OCIaf4b4v7 { position:relative; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #BQZLRI3DWWlzhb4XvzPwFGprQtxPSt7f { position:relative;display:none; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #D8eUSKOJTUp4mx0kee0dhONpB8sF61SW { position:relative; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #vJVXUKTySHqBTvtz97scR71gOJ9DblpA { position:relative; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #NiXGXlRZciJOMryzT0DfZzgQqs0u6BDF { position:relative;display:none; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #rFodgtXonOiachUOIqwR98oSTDQ7WTls { position:relative; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #r5HJNaVuyWZpivbgTHbdncMc5ky1PUDk { position:relative; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #opLuz4EhHFurLUe1WDhydpnbKuzrDQ8g { position:relative; }
#DrT7gg3hDTdRztpim6LmhiIgV2gg76cg { position:absolute;display:block;z-index:15009;background-color:#c32ea9;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;height:0.125rem;width:12.5rem;top:9.25rem;left:30.8125rem;display:block; }
#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb6b0;background-image:none;position:relative;display:block; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { background-color: transparent; background-image: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container > .video-iframe-container { display: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row > .video-iframe-container { display: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .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); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { border-width: 0; border-radius: 0; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row > .video-iframe-container {  }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#Hoedp1eDseoPNFdVnz6sQda3tNon0kFd { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:10.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2cP22xJzTpJDmJ5M7EsrkfLhQEpnxTE { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:4.7490234375rem;left:10.5625rem;height:3.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTNdZq4gcVHowhmKFS8HHBB1kqTg54gX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.999025rem;width:1.999025rem;top:15.25rem;left:25.4375rem;overflow:hidden;display:block; }
#lqREpeaanEhXovyZASTlIwH8Zpk0oXH5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.936525rem;width:1.999025rem;top:15.25rem;left:32.5625rem;overflow:hidden;display:block; }
#ekaThxhTyZIGGTc1rH9R9reClTcIOSUe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.936525rem;width:1.936525rem;top:15.25rem;left:28.9375rem;overflow:hidden;display:block; }
#RNaK2v65MVuK2mI1XxJyt7TE1pcq8JJh { z-index:15006;top:9.625rem;left:21.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#3cb6b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c3nex8kXE23DeLnanhtPd6X3XmfT10z1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL { display:block; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TeNnQH1Kka1DpAho39wresMOKzI8Uqfk { width:20.75rem;height:6.3rem;top:2rem;left:1.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZAuRVrNqWmBIFTtxOqISUfAVNhWc558u { width:21.9375rem;height:9.975rem;top:12.35546875rem;left:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #en6oaRtActCTotiT47NQ51TZxXfaHxec { top:24.93701171875rem;left:2rem;width:14.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #R9Zb3QOXoyAJ8Moszx8kW2P6appXnuwy { display:block; }
 }@media only screen and (max-width: 959px) { #rwR9ttUDT0OJS89qu2x9alDGb4cOIALL { width:26.5625rem;height:20.6875rem;top:8.2998046875rem;left:19.94140625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xK77zGMaHxkuhueB8gaT0F7aTMO2T1Nf { width:26.25rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #QR1cen4qnrFz5bah2cD6eowdn4zfKXVi { width:;height:;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #NnDGHWIe7ytbqeERgTviTCd6d1XHOtNk { width:4.5rem;height:5.4375rem;top:17.5rem;left:17.11376953125rem;display:none; }
 }@media only screen and (max-width: 959px) { #aqIESOsB9asawZO5uEIUGsoPhe6mw18c { width:8.75rem;height:4.875rem;top:2rem;left:37.81640625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 { display:block; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lZVxheyF1scuGz8Cw8bTVozrToNlaVkq { width:47.75rem;height:1.95rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #y9K4807ra3OJ6uGEsy9zTmno6ay4q1EK { top:13.6875rem;left:32.1875rem;width:11.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TULFAew4qtmUk3twAShfyJGirr0ATRr9 { display:block; }
 }@media only screen and (max-width: 959px) { #tBEtHISMCJAzt3udL738LuI6V6tdWMMA { top:31.3125rem;left:35.875rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #IN8mzObZK3ER78PI1bZq6s4ZfgPD0TOl { display:block; }
 }@media only screen and (max-width: 959px) { #GS9wwT1kqzW2GC8ueS0b7XPRAZGE7NSf { top:45.5rem;left:33.25rem;width:10.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aRLobm0skvbdf7BQHOHQNT8UMplI6p9T { display:block; }
 }@media only screen and (max-width: 959px) { #IG4hrZ2646US6T3dNWglgGA4z23twfL5 { width:17.6875rem;height:12.625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTBTh9e3XqtHgEOGo01J9fafxxbTTmtR { width:3.125rem;height:3.125rem;top:5.75rem;left:11.83251953125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeusqB6TFnRSTH5zxr1rVQQt6yL0ZsiL { width:3.125rem;height:3.125rem;top:20.875rem;left:18.02001953125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wdCUtgN95ep8mzHJ3wAlf2tpuwgg273E { width:3.125rem;height:3.125rem;top:37.125rem;left:14.895182609558rem;display:block; }
 }@media only screen and (max-width: 959px) { #fOUx8ltZVQL4PXxTkBZ2l6CQtEfBW48z { width:12.3125rem;height:4.875rem;top:10.859375rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FofwwKwcDgLVTBkqExcFcpfbygkBowyD { width:12.5rem;height:4.14375rem;top:8.875rem;left:32.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gRMd1KgSG4lwdATRBGIfgrItgTCQ8gnv { width:2.8125rem;height:1.75rem;top:7.1875rem;left:28.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mNBJV7HwPPnDypPUQhsiWMrDgMoCcToG { width:12.5rem;height:4.875rem;top:27.03125rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #R7oiS1w5DKeLZ13lP0UIIr9Pt3JtmQO8 { width:10.875rem;height:4.14375rem;top:26.421875rem;left:35.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pExQ1F4w9GTcc94VAAoDb20nrJl6tssM { width:13.9375rem;height:6.09375rem;top:42.09375rem;left:16.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hltGsHfTsvO1E0uqcNcT8Im99vGixGIL { width:14.5rem;height:4.14375rem;top:41.25rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #r23truPC1DNTkHxp2Fw3a0Nyq9SinMrB { width:15.25rem;height:10.3125rem;top:39.0625rem;left:15.937500953674rem;display:block; }
 }@media only screen and (max-width: 959px) { #AMsObbFtctLP6FsGNoWV20QMKXLkEDOw { width:15.25rem;height:10.3125rem;top:24rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tzGkAKzBRuqryiG0Xggp7CdybZa4XTFN { width:14.6875rem;height:9.875rem;top:7.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #s0vpDv7B53TwIyLfn6o5U2ZwqRLnogRZ { width:2.8125rem;height:1.75rem;top:23.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #fKtG4Tv7qrobQT4VdQJTEzIK73HJs9qM { width:2.8125rem;height:1.75rem;top:7.0625rem;left:31.812500953674rem;display:none; }
 }@media only screen and (max-width: 959px) { #VwFD7MA1DOrln5sXkfzQHKgE9TBK5lF9 { width:2.8125rem;height:1.75rem;top:38.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #XddC6wKWtoW4S6TUHGXyeZOtWn1rrN23 { width:2.8125rem;height:1.75rem;top:7.0625rem;left:31.812500953674rem;display:none; }
 }@media only screen and (max-width: 959px) { #zzTChxofAmdNibyc2nJFeNXNQBPbVS7a { display:block; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C4O3OHuMI2Sxacpd3eec4v95SD4sLgfM { width:11.625rem;height:15.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gJtHDCKvsKN4PluwAXWoTW5dHFSI83qg { width:13.125rem;height:1.3rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tcm8tOugFemChnmb5B4k2UKk3sex8BxR { width:12.125rem;height:4.2rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eSTkvBa2iEgMcnPJ1N1Db8t6gspqwaUI { width:11.5625rem;height:15.25rem;top:8.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #v6bVqoDEcSimRfWvVpWRK6MvMwfqTFM6 { width:11.625rem;height:5.6rem;top:17.25rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cZmtDV6t5oy9khapfDonJyosWhhTDI6w { width:13.125rem;height:1.3rem;top:14.8125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N4oVCDFrDWKMTbXwKt7bTtIR2CnWIbu5 { width:11.625rem;height:15.25rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HrWcoW2FnRVyTpbg44fCBTholybCOn0x { width:12.625rem;height:4.2rem;top:17.25rem;left:23.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XElZiRybM7lXv4XSTzHH3nQVE71paLz6 { width:13.125rem;height:1.3rem;top:14.625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ymUmBFBniKvOkUMPpP666TJOIdVOSxkV { width:11.625rem;height:15.25rem;top:8.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QOksOG9yQKqC84ouuNlIzCJlzzGN7q70 { width:11.625rem;height:5.6rem;top:16.9375rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cDumc7PAQbooxnKnPoOVaocWCBJq8kBV { width:13.125rem;height:1.3rem;top:14.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rTtAyZnlrzc7yivmhLdgX0QpE8z1VxyJ { width:47.75rem;height:3.0875rem;top:3.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #INCu6DAeZUc3qTZhteIs5qas4FMwMqRz { top:26.375rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #L63MmFto1nOIyi46rfacvIW7nN2ydCtW { display:block; }
 }@media only screen and (max-width: 959px) { #wOyWp1LxvcQGwfHaLIOW0cbTtl2st7o6 { width:3.125rem;height:3.125rem;top:10.625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bAZctqFEzWONIThpfbenMVz9Ul5Th7yP { width:4.625rem;height:4.625rem;top:10.0625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BDl4T1tNOACethcSLTnzkxXgxkkVggmz { width:3.125rem;height:3.125rem;top:10.625rem;left:28.281250953674rem;display:block; }
 }@media only screen and (max-width: 959px) { #XKu82xXgztIXP9aNLT1uf2bUla5il3l2 { width:3.125rem;height:3.125rem;top:10.625rem;left:40.781250953674rem;display:block; }
 }@media only screen and (max-width: 959px) { #SJXnwpiOpehdiBlgQf41dEupzWIGK1CG { width:11.8125rem;height:0.75rem;top:5.875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q3TJ5A4IBZBB1SX85MdHvCCgX0bNVQtr { width:11.8125rem;height:0.75rem;top:5.875rem;left:23.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB { display:block; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DF12Z4PtiLI8mtg10tXJQXK966OwETJO { width:47.75rem;height:2.875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dD3I3vTuRgH9Su1e2OCVt8c1VAxvO0fV { width:11.9375rem;height:7.875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PaWRHgByhuz5sU7kHob3dzs00yPvHSog { width:11.9375rem;height:7.875rem;top:7.0625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nf1K0XbNip9sh8rdyShW3mVLffTgV8Tm { width:12rem;height:7.875rem;top:7.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #X4d1PVePnUubmmxAPHJn2IbJHzGzsQSA { width:11.9375rem;height:7.8125rem;top:7.09375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TDha4zRk81PIDEgta0SmHczeIiJfVfiC { width:11.625rem;height:9.84375rem;top:17.25rem;left:24.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #n6oRB3ez0gDaTanbdKHI5aKxDHTtGyGC { width:11.375rem;height:12.65625rem;top:17.25rem;left:12.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #keqRESQbsqALf5PEqU9T9gw2fdZy9lyy { width:11.375rem;height:11.25rem;top:17.25rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSSMhrLE2kQsLZVlz5LmCtwu0w8asSnZ { width:11.625rem;height:12.65625rem;top:17.25rem;left:36.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8EdmTVmJC7vG2mgxe6HXcAmNDF2wtqP { top:27.78125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EgtfovJbFO2I69xntg26cCZtnUuBqyxC { display:block; }
 }@media only screen and (max-width: 959px) { #UnPTV4gKKbKEvDuwR6GkeICDycikqskf { display:block; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AOUdpv02m7nW7wOHg4IXVteoQUla2twD { width:4.3125rem;height:4.3125rem;top:6.6875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WKSBpWfN0N4Mrvz2ZHXoUGKHwtAc29AW { width:11.875rem;height:1.3rem;top:13.25rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WWg5hmX9H7AyGV9Py3UA6vnqG3g9ToWf { width:13.25rem;height:1.3rem;top:16.13720703125rem;left:11.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GlMbB0QoLC0G1tnKkUS63Ofatl4NknAT { width:13.25rem;height:1.3rem;top:16.13720703125rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GKvKZibG7BPkK6zXHwEiTJ73RfSIO8Qq { width:13.5rem;height:1.3rem;top:13.25rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RwqUB3VPESb7TAvn4raE7ztu5O26Tt8m { width:4rem;height:4.3125rem;top:6.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rSfTwoQX3xIRIpTJzFyrP903Ih0EIAhT { width:11.125rem;height:1.3rem;top:16.13720703125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bVZsrWO1xffaM9MZW3RDIVW0lQHorFx0 { width:9.6875rem;height:1.3rem;top:13.25rem;left:37.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #p8TDKLgJeTTw4VWPME4I79aH4PkV2DBb { width:3.3125rem;height:4.3125rem;top:6.6875rem;left:40.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hFuhVG95wcsF7LedM76zfU1KLGG2uSuM { width:11.75rem;height:1.3rem;top:16.13720703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QeJvdng23eU21TtFUGPuTpLGH04lg5UV { width:11.875rem;height:1.625rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pN5NCF5SpXTiSd2wuG1f0JITVDDcBxZ6 { width:0.0625rem;height:7.25rem;top:9.09375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uh8pzcRICxxPe6aMIZNOCH86Q2f1qwsN { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rJH7fND1mGIGCWeTLKHNyScc4V462bKU { width:0.0625rem;height:7.25rem;top:9.09375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xDZkRR6C3eIV9Cu3g2fnykPiWO4muik3 { width:4.3125rem;height:4.3125rem;top:6.6875rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU { display:block; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zp4OazrDDxDJc7c6kgOMTdaU7hBBE1QC { width:15.9375rem;height:9.5625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OrI6b7PV64L3SEh2K7aACimP2Tcs6g6m { width:16.0625rem;height:9.5625rem;top:9.8125rem;left:15.91650390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZMlwfzOrn28UII245dmH7qoArbQcl3SK { width:15.9375rem;height:9.5625rem;top:9.8125rem;left:31.875694444444rem;display:block; }
 }@media only screen and (max-width: 959px) { #f8oR4MoyG9K50IrpM7VAB0ZAreX5uP23 { width:47.75rem;height:1.95rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QD3arv7LbSgRzBIHkD4hPa2ib2RFaBrR { top:24.25rem;left:17.562500953674rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gga86A5yxGSAUn192Wr1CGIwCmrDwGnC { display:block; }
 }@media only screen and (max-width: 959px) { #levPoWbTyg6kpCg16uAfezxLZCVw4iaZ { width:17.875rem;height:3.9rem;top:6.4375rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 { display:block; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v8uhmlCGBmbSJ1v3lD4Reci1FhWab3Mu { width:31.625rem;height:4.3875rem;top:3.556640625rem;left:8.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #J3wl7F0E8u3f16dNKpgr50VstO0ye40B { width:15.625rem;height:16.6875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GJR6mw8urpetwuXLtKuZhFaR38965znJ { width:15.625rem;height:16.943875rem;top:9.8125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #H9kl5vqzpVAdW55cE5K99bkP1ieHK8zm { width:15.625rem;height:16.875rem;top:9.84375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xR41xZllhR7W1euvZWxOaJWR1TC9XFOq { top:31.75rem;left:2.25rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uSbfJq8MVTCWnqoyxbd5WaxdXz2Vvilt { display:block; }
 }@media only screen and (max-width: 959px) { #hDDQXPVHgSzUgUT2DTihRtT7y1li82og { width:8.75rem;height:4.875rem;top:3.3125rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EuMbaCb4Oa7FGUJtEMsVqydXPOi05giG { width:27rem;height:7.625rem;top:30rem;left:20.510341726619rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP { display:block; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tHzTcO2Q5GmvrTo6HiuVwsSwpfTxEK3H { width:20.3125rem;height:28.5625rem;top:4.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWkWaIFUl37dWwrJAsMaEEb3R2wfeSZt { width:25.1875rem;height:1.3rem;top:5.4375rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga  { width:20rem;height:auto;top:12.5rem;left:24.687500953674rem; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga {display:block;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga { width:20rem;height:auto;top:12.5rem;left:24.687500953674rem; }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #s1V7r1Sr1hZ3dFD2fU9CW9OCIaf4b4v7 {  }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #BQZLRI3DWWlzhb4XvzPwFGprQtxPSt7f { display:none; }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #D8eUSKOJTUp4mx0kee0dhONpB8sF61SW {  }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #vJVXUKTySHqBTvtz97scR71gOJ9DblpA {  }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #NiXGXlRZciJOMryzT0DfZzgQqs0u6BDF { display:none; }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #rFodgtXonOiachUOIqwR98oSTDQ7WTls {  }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #r5HJNaVuyWZpivbgTHbdncMc5ky1PUDk {  }
 }@media only screen and (max-width: 959px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #opLuz4EhHFurLUe1WDhydpnbKuzrDQ8g {  }
 }@media only screen and (max-width: 959px) { #DrT7gg3hDTdRztpim6LmhiIgV2gg76cg { top:9.25rem;left:24.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE { display:block; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Hoedp1eDseoPNFdVnz6sQda3tNon0kFd { width:47.75rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #H2cP22xJzTpJDmJ5M7EsrkfLhQEpnxTE { width:47.75rem;height:3.2rem;top:4.48828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTNdZq4gcVHowhmKFS8HHBB1kqTg54gX { width:2.0625rem;height:2.0625rem;top:8.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lqREpeaanEhXovyZASTlIwH8Zpk0oXH5 { width:2.125rem;height:2.0625rem;top:8.5rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ekaThxhTyZIGGTc1rH9R9reClTcIOSUe { width:2.0625rem;height:2.0625rem;top:8.5rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RNaK2v65MVuK2mI1XxJyt7TE1pcq8JJh { top:9.625rem;left:15rem;width:17.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #c3nex8kXE23DeLnanhtPd6X3XmfT10z1 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL { background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { background-color: transparent; background-image: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container > .video-iframe-container { display: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container { display: none; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .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); }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { border-width: 0; border-radius: 0; }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row > .video-iframe-container {  }#oPnirP4XkBF8qe94NmSNNQ23x91Dc0cL > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeNnQH1Kka1DpAho39wresMOKzI8Uqfk { width:20rem;height:6.3rem;top:4.1875rem;left:0rem;font-size:2.25rem;font-family:goldman;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuRVrNqWmBIFTtxOqISUfAVNhWc558u { width:15.375rem;height:8.0729375rem;top:11.5rem;left:2.0000001192093rem;font-size:1.0625rem;color:#4c4c4c;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; }
 }@media only screen and (max-width: 763px) { #en6oaRtActCTotiT47NQ51TZxXfaHxec { top:19.074996948243rem;left:3.2500001192093rem;width:13.5rem;height:3.875rem;font-size:1.375rem;font-family:arial;font-weight:700;font-style:normal;color:#3cb6b0;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.11) ;display:block; }
 }@media only screen and (max-width: 763px) { #R9Zb3QOXoyAJ8Moszx8kW2P6appXnuwy { display:block; }
 }@media only screen and (max-width: 763px) { #rwR9ttUDT0OJS89qu2x9alDGb4cOIALL { width:20rem;height:15.596875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK77zGMaHxkuhueB8gaT0F7aTMO2T1Nf { top:13.567970275879rem;left:15.342968344688rem;width:3.1875rem;height:3.9375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QR1cen4qnrFz5bah2cD6eowdn4zfKXVi { top:40.0346875rem;left:8.375rem;width:3.1875rem;height:3.8022321428571rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NnDGHWIe7ytbqeERgTviTCd6d1XHOtNk { top:45.08644375rem;left:7.75rem;width:4.5rem;height:5.4375rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aqIESOsB9asawZO5uEIUGsoPhe6mw18c { width:5.0625rem;height:2.6875rem;top:0.8125rem;left:7.4062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 { background-color:rgba(255,255,255,0.79);background-image:none;display:block; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { background-color: transparent; background-image: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container > .video-iframe-container { display: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row > .video-iframe-container { display: none; }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .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); }#JMzATKXGbHOCvNBZnbbRrnqUm8WdSKN1 > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZVxheyF1scuGz8Cw8bTVozrToNlaVkq { width:20rem;height:1.95rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;text-shadow:0.3125rem 0.3125rem 0.5rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y9K4807ra3OJ6uGEsy9zTmno6ay4q1EK { top:36.21630859375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;color:#fdfdfd;background-color:#3cb6b0;background-image:none;font-size:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TULFAew4qtmUk3twAShfyJGirr0ATRr9 { display:block; }
 }@media only screen and (max-width: 763px) { #tBEtHISMCJAzt3udL738LuI6V6tdWMMA { top:59.9375rem;left:3.125rem;width:14.0625rem;height:4.0625rem;background-color:#3cb6b0;background-image:none;color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8mzObZK3ER78PI1bZq6s4ZfgPD0TOl { display:block; }
 }@media only screen and (max-width: 763px) { #GS9wwT1kqzW2GC8ueS0b7XPRAZGE7NSf { top:83.125rem;left:2.625rem;width:14.0625rem;height:4.0625rem;background-color:#3cb6b0;background-image:none;color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRLobm0skvbdf7BQHOHQNT8UMplI6p9T { display:block; }
 }@media only screen and (max-width: 763px) { #IG4hrZ2646US6T3dNWglgGA4z23twfL5 { width:18.5625rem;height:13.375rem;top:4.8289070129394rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTBTh9e3XqtHgEOGo01J9fafxxbTTmtR { width:1.875rem;height:1.875rem;top:19.25rem;left:9.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeusqB6TFnRSTH5zxr1rVQQt6yL0ZsiL { width:1.875rem;height:1.875rem;top:42.3125rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdCUtgN95ep8mzHJ3wAlf2tpuwgg273E { width:1.875rem;height:1.875rem;top:66rem;left:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOUx8ltZVQL4PXxTkBZ2l6CQtEfBW48z { width:13.25rem;height:4.21875rem;top:23.015625rem;left:3.90625rem;font-size:0.9375rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;color:#4c4c4c;font-family:arial;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FofwwKwcDgLVTBkqExcFcpfbygkBowyD { width:10.375rem;height:4.14258125rem;top:30.375rem;left:2.96875rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem #fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #gRMd1KgSG4lwdATRBGIfgrItgTCQ8gnv { width:5.0625rem;height:3.125rem;top:31.45458984375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNBJV7HwPPnDypPUQhsiWMrDgMoCcToG { width:13.6875rem;height:5.625rem;top:45.6875rem;left:3.6875rem;font-size:0.9375rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R7oiS1w5DKeLZ13lP0UIIr9Pt3JtmQO8 { width:10.0625rem;height:4.1425875rem;top:54rem;left:3.125rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pExQ1F4w9GTcc94VAAoDb20nrJl6tssM { width:13rem;height:7.03125rem;top:69.062530517575rem;left:3.4999998807907rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hltGsHfTsvO1E0uqcNcT8Im99vGixGIL { width:10.6875rem;height:4.14258125rem;top:77.107421875rem;left:2.625rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #r23truPC1DNTkHxp2Fw3a0Nyq9SinMrB { width:15.25rem;height:6.5625rem;top:68.4375rem;left:1.9375rem;border-top:0.125rem dashed #3cb6b0;border-left:0.125rem dashed #3cb6b0;border-right:0.125rem dashed #3cb6b0;border-bottom:0.125rem dashed #3cb6b0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f1f5f6;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) { #AMsObbFtctLP6FsGNoWV20QMKXLkEDOw { width:15.25rem;height:7rem;top:44.875rem;left:2.375rem;border-top:0.125rem dashed #3cb6b0;border-left:0.125rem dashed #3cb6b0;border-right:0.125rem dashed #3cb6b0;border-bottom:0.125rem dashed #3cb6b0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f1f5f6;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) { #tzGkAKzBRuqryiG0Xggp7CdybZa4XTFN { width:15.25rem;height:6.25rem;top:21.875rem;left:2.375rem;border-top:0.125rem dashed #3cb6b0;border-left:0.125rem dashed #3cb6b0;border-right:0.125rem dashed #3cb6b0;border-bottom:0.125rem dashed #3cb6b0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f1f5f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.14) ;display:block; }
 }@media only screen and (max-width: 763px) { #s0vpDv7B53TwIyLfn6o5U2ZwqRLnogRZ { width:2.8125rem;height:1.75rem;top:88.8125rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKtG4Tv7qrobQT4VdQJTEzIK73HJs9qM { width:5.0625rem;height:3.125rem;top:55.07958984375rem;left:12.71875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VwFD7MA1DOrln5sXkfzQHKgE9TBK5lF9 { width:2.8125rem;height:1.75rem;top:91.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XddC6wKWtoW4S6TUHGXyeZOtWn1rrN23 { width:5.0625rem;height:3.125rem;top:77.6162109375rem;left:13.34375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zzTChxofAmdNibyc2nJFeNXNQBPbVS7a { background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { background-color: transparent; background-image: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container > .video-iframe-container { display: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container { display: none; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .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); }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { border-width: 0; border-radius: 0; }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row > .video-iframe-container {  }#zzTChxofAmdNibyc2nJFeNXNQBPbVS7a > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4O3OHuMI2Sxacpd3eec4v95SD4sLgfM { width:13.5rem;height:15.25rem;top:5.19921875rem;left:3.0625001192093rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gJtHDCKvsKN4PluwAXWoTW5dHFSI83qg { width:13.125rem;height:1.3rem;top:11.63671875rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcm8tOugFemChnmb5B4k2UKk3sex8BxR { width:12.0625rem;height:4.19921875rem;top:14.5625rem;left:3.9687498807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTkvBa2iEgMcnPJ1N1Db8t6gspqwaUI { width:13.5rem;height:15.25rem;top:21.88671875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6bVqoDEcSimRfWvVpWRK6MvMwfqTFM6 { width:13.125rem;height:5.59895rem;top:30.573440551757rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZmtDV6t5oy9khapfDonJyosWhhTDI6w { width:13.125rem;height:1.3rem;top:28.424224853516rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4oVCDFrDWKMTbXwKt7bTtIR2CnWIbu5 { width:13.5rem;height:15.25rem;top:38.51171875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrWcoW2FnRVyTpbg44fCBTholybCOn0x { width:13.125rem;height:4.1992125rem;top:47.660934448243rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XElZiRybM7lXv4XSTzHH3nQVE71paLz6 { width:13.125rem;height:1.3rem;top:45.236724853516rem;left:3.4374998807907rem;text-align:center;text-align-last:center;color:#29211c;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUmBFBniKvOkUMPpP666TJOIdVOSxkV { width:13.5rem;height:15.25rem;top:55.32421875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOksOG9yQKqC84ouuNlIzCJlzzGN7q70 { width:13.125rem;height:5.59895rem;top:64.125rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDumc7PAQbooxnKnPoOVaocWCBJq8kBV { width:13.125rem;height:1.3rem;top:62.049224853516rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtAyZnlrzc7yivmhLdgX0QpE8z1VxyJ { width:20rem;height:2.1125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #INCu6DAeZUc3qTZhteIs5qas4FMwMqRz { top:73.13671875rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;color:#3cb6b0;border-top:0.125rem solid #0ec8bf;border-left:0.125rem solid #0ec8bf;border-right:0.125rem solid #0ec8bf;border-bottom:0.125rem solid #0ec8bf;background-color:#ffffff;background-image:none;font-family:arial;box-shadow: 0rem 0.3125rem 0.625rem rgba(18,204,148,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #L63MmFto1nOIyi46rfacvIW7nN2ydCtW { display:block; }
 }@media only screen and (max-width: 763px) { #wOyWp1LxvcQGwfHaLIOW0cbTtl2st7o6 { width:3.125rem;height:3.125rem;top:7.07421875rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZctqFEzWONIThpfbenMVz9Ul5Th7yP { width:4.125rem;height:4.125rem;top:23.26171875rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDl4T1tNOACethcSLTnzkxXgxkkVggmz { width:3.125rem;height:3.125rem;top:41rem;left:8.4375003576281rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #XKu82xXgztIXP9aNLT1uf2bUla5il3l2 { width:3.125rem;height:3.125rem;top:57.69921875rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJXnwpiOpehdiBlgQf41dEupzWIGK1CG { width:11.8125rem;height:0.75rem;top:78.01171875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3TJ5A4IBZBB1SX85MdHvCCgX0bNVQtr { width:7.8125rem;height:0.5625rem;top:3.1734390258789rem;left:10.937500357628rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { background-color: transparent; background-image: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container > .video-iframe-container { display: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container { display: none; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .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); }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { border-width: 0; border-radius: 0; }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row > .video-iframe-container {  }#Tz8noQ0ahTRDokI9iJvx27A9UTOx58PB > .row .container { width:20rem;height:101.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF12Z4PtiLI8mtg10tXJQXK966OwETJO { width:20rem;height:2.925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD3I3vTuRgH9Su1e2OCVt8c1VAxvO0fV { width:15.0625rem;height:10rem;top:5.42480625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaWRHgByhuz5sU7kHob3dzs00yPvHSog { width:15.0625rem;height:9.9375rem;top:51.28125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf1K0XbNip9sh8rdyShW3mVLffTgV8Tm { width:15rem;height:9.9375rem;top:28.67431640625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4d1PVePnUubmmxAPHJn2IbJHzGzsQSA { width:15.125rem;height:10.0625rem;top:74.830078125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDha4zRk81PIDEgta0SmHczeIiJfVfiC { width:13.6875rem;height:9.5976625rem;top:85.830078125rem;left:3.15625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n6oRB3ez0gDaTanbdKHI5aKxDHTtGyGC { width:13.6875rem;height:14.3965125rem;top:39.783203125rem;left:3.15625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #keqRESQbsqALf5PEqU9T9gw2fdZy9lyy { width:13.6875rem;height:14.3964625rem;top:16.19091796875rem;left:3.15625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KSSMhrLE2kQsLZVlz5LmCtwu0w8asSnZ { width:13.6875rem;height:14.3964625rem;top:62.22119140625rem;left:3.15625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S8EdmTVmJC7vG2mgxe6HXcAmNDF2wtqP { top:95.42724609375rem;left:2.96875rem;width:14.0625rem;height:3.5625rem;box-shadow: -0.25rem 0.625rem 0.9375rem rgba(255,255,255,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #EgtfovJbFO2I69xntg26cCZtnUuBqyxC { display:block; }
 }@media only screen and (max-width: 763px) { #UnPTV4gKKbKEvDuwR6GkeICDycikqskf { background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { background-color: transparent; background-image: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container > .video-iframe-container { display: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container { display: none; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .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); }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { border-width: 0; border-radius: 0; }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row > .video-iframe-container {  }#UnPTV4gKKbKEvDuwR6GkeICDycikqskf > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOUdpv02m7nW7wOHg4IXVteoQUla2twD { width:4.3125rem;height:4.3125rem;top:13.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSBpWfN0N4Mrvz2ZHXoUGKHwtAc29AW { width:11.875rem;height:1.625rem;top:19.375rem;left:4rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WWg5hmX9H7AyGV9Py3UA6vnqG3g9ToWf { width:13.25rem;height:1.3rem;top:21.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GlMbB0QoLC0G1tnKkUS63Ofatl4NknAT { width:13.25rem;height:1.3rem;top:34.8125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GKvKZibG7BPkK6zXHwEiTJ73RfSIO8Qq { width:11.875rem;height:1.625rem;top:32.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RwqUB3VPESb7TAvn4raE7ztu5O26Tt8m { width:4rem;height:4.3125rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSfTwoQX3xIRIpTJzFyrP903Ih0EIAhT { width:13.25rem;height:1.3rem;top:47.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #bVZsrWO1xffaM9MZW3RDIVW0lQHorFx0 { width:11.875rem;height:1.625rem;top:45.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #p8TDKLgJeTTw4VWPME4I79aH4PkV2DBb { width:3.3125rem;height:4.3125rem;top:39.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFuhVG95wcsF7LedM76zfU1KLGG2uSuM { width:13.25rem;height:1.3rem;top:9.1875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QeJvdng23eU21TtFUGPuTpLGH04lg5UV { width:11.875rem;height:1.625rem;top:7.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pN5NCF5SpXTiSd2wuG1f0JITVDDcBxZ6 { width:6.25rem;height:0.0625rem;top:12.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh8pzcRICxxPe6aMIZNOCH86Q2f1qwsN { width:6.25rem;height:0.0625rem;top:24.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH7fND1mGIGCWeTLKHNyScc4V462bKU { width:6.25rem;height:0.0625rem;top:38.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZkRR6C3eIV9Cu3g2fnykPiWO4muik3 { width:4.3125rem;height:4.3125rem;top:26.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU { display:block; }#LC0cKkUsaA4T0TH3MmgcZw3AtgOo5BuU > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp4OazrDDxDJc7c6kgOMTdaU7hBBE1QC { width:18.75rem;height:11.3125rem;top:8.29883125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrI6b7PV64L3SEh2K7aACimP2Tcs6g6m { width:18.75rem;height:11.433625rem;top:20.86133125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMlwfzOrn28UII245dmH7qoArbQcl3SK { width:18.75rem;height:11.375rem;top:33.54495625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8oR4MoyG9K50IrpM7VAB0ZAreX5uP23 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3arv7LbSgRzBIHkD4hPa2ib2RFaBrR { top:47.357421875rem;left:3.75rem;width:12.5rem;height:3.75rem;background-color:#3cb6b0;background-image:none;font-size:1.25rem;box-shadow: 0rem 0.625rem 0.625rem rgba(255,255,255,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #Gga86A5yxGSAUn192Wr1CGIwCmrDwGnC { display:block; }
 }@media only screen and (max-width: 763px) { #levPoWbTyg6kpCg16uAfezxLZCVw4iaZ { width:18.3125rem;height:2.5989625rem;top:3.8867197036743rem;left:1.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 { background-color:#3cb6b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { background-color: transparent; background-image: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container > .video-iframe-container { display: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container { display: none; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .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); }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { border-width: 0; border-radius: 0; }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row > .video-iframe-container {  }#n8T2F4TvQGtz0wBpPWpHnMFGKrseM001 > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8uhmlCGBmbSJ1v3lD4Reci1FhWab3Mu { width:16.5rem;height:4.386725rem;top:2.3125rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J3wl7F0E8u3f16dNKpgr50VstO0ye40B { width:17.5625rem;height:18.6875rem;top:8.3359375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJR6mw8urpetwuXLtKuZhFaR38965znJ { width:17.5625rem;height:19.0625rem;top:48.6484375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9kl5vqzpVAdW55cE5K99bkP1ieHK8zm { width:17.5625rem;height:19.0625rem;top:28.3359375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR41xZllhR7W1euvZWxOaJWR1TC9XFOq { top:69.8984375rem;left:2.8437501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbfJq8MVTCWnqoyxbd5WaxdXz2Vvilt { display:block; }
 }@media only screen and (max-width: 763px) { #hDDQXPVHgSzUgUT2DTihRtT7y1li82og { width:8.75rem;height:4.875rem;top:75.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuMbaCb4Oa7FGUJtEMsVqydXPOi05giG { width:20rem;height:5.7668711656442rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP { background-color:#ffffff;background-image:none;display:block; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { background-color: transparent; background-image: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container > .video-iframe-container { display: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row > .video-iframe-container { display: none; }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .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); }#r8FQoUpMHFuWViTRkKnq9EGgAMMuQHLP > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHzTcO2Q5GmvrTo6HiuVwsSwpfTxEK3H { width:12.875rem;height:18.125rem;top:11rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkWaIFUl37dWwrJAsMaEEb3R2wfeSZt { width:16rem;height:4.875rem;top:2.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-text {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-select {padding-top: 0; padding-bottom: 0;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#3cb6b0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga  { width:17.5rem;height:auto;top:31.6875rem;left:0rem;background-color:transparent;background-image:none; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga {display:block;}#XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga { width:17.5rem;height:auto;top:31.6875rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #s1V7r1Sr1hZ3dFD2fU9CW9OCIaf4b4v7 {  }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #BQZLRI3DWWlzhb4XvzPwFGprQtxPSt7f { display:none; }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #D8eUSKOJTUp4mx0kee0dhONpB8sF61SW {  }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #vJVXUKTySHqBTvtz97scR71gOJ9DblpA {  }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #NiXGXlRZciJOMryzT0DfZzgQqs0u6BDF { display:none; }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #rFodgtXonOiachUOIqwR98oSTDQ7WTls {  }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #r5HJNaVuyWZpivbgTHbdncMc5ky1PUDk {  }
 }@media only screen and (max-width: 763px) { #XS6DLHIgi7aDkxPkCBz2SQ5oyTIPbSga #opLuz4EhHFurLUe1WDhydpnbKuzrDQ8g {  }
 }@media only screen and (max-width: 763px) { #DrT7gg3hDTdRztpim6LmhiIgV2gg76cg { width:12.5rem;height:0.125rem;top:7.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE { background-color:#3cb6b0;background-image:none;display:block; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { background-color: transparent; background-image: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container > .video-iframe-container { display: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row > .video-iframe-container { display: none; }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .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); }#uTSc71NR7q7xEutBkW7RPJJQ0ynTHzcE > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hoedp1eDseoPNFdVnz6sQda3tNon0kFd { width:20rem;height:1.95rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2cP22xJzTpJDmJ5M7EsrkfLhQEpnxTE { width:20rem;height:3.4rem;top:4.449325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNdZq4gcVHowhmKFS8HHBB1kqTg54gX { width:1.9992375rem;height:1.9992375rem;top:8.847105026245rem;left:5.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqREpeaanEhXovyZASTlIwH8Zpk0oXH5 { width:1.9992375rem;height:1.93739375rem;top:8.8764104843137rem;left:12.936632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekaThxhTyZIGGTc1rH9R9reClTcIOSUe { width:1.93739375rem;height:1.93739375rem;top:8.8764104843137rem;left:9.0310338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNaK2v65MVuK2mI1XxJyt7TE1pcq8JJh { top:12.0957046875rem;left:1.125rem;width:17.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nex8kXE23DeLnanhtPd6X3XmfT10z1 { display:block; }
 }