.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;
}
.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eaf8ff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h { position:relative;z-index:auto;display:none; }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h { border-width: 0; border-radius: 0; }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h > .row .container > .video-iframe-container {  }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.91);background-image:none;font-size:0.875rem;font-family:arial;height:125.8125rem;width:60rem;position:relative;display:none; }#cVVHmg61sAQfoAwx22AOvArHh2xEn1rS { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.75rem;text-decoration:none;z-index:100122;text-align:center;text-align-last:center;top:72.1875rem;left:22.78125rem;display:block; }
#XtHMEBVJGH0wlRU4xT5pykNtmzIsUcdM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#isRliOQpQgA2yW9feBqNtlMPTcs7wWsz { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:45.5625rem;left:6.65625rem;height:21rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DhhcGrTapr1hfKMcBnSPLUIbUMDH0Dsf { color:#000000;display:block;width:49.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:100126;line-height:1.4;letter-spacing:0;top:81.931640625rem;left:6.25rem;height:2.449225rem;text-align:center;text-align-last:center;display:block; }
#yWloZlvluKl8zicmIUGz0lNRkRbBh4NS { position:absolute;display:block;z-index:100150;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.0625rem;width:60rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#s0u7H7Alx8wBhLZvgEElhnq9C2bUSENR { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:14.8125rem;width:41.3125rem;top:14.96875rem;left:2.125rem;overflow:hidden;display:block; }
#LbdIMF3u0g3FQoQV7swmgtdBHZUxGnFw { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.8125rem;width:52.3125rem;top:103.375rem;left:3.875rem;overflow:hidden;display:block; }
#kgSHB6UEMaEqWM6wPbJswRDJ0tGPLxm4 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:30.6875rem;width:39.25rem;top:89.0625rem;left:11rem;overflow:hidden;display:block; }
#dNAaPnFhubtMtMpQQOoq4WZHFqROScHM { color:#000000;display:block;width:49.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:100128;line-height:1.4;letter-spacing:0;top:55.625rem;left:5.375rem;height:2.449225rem;text-align:center;text-align-last:center;display:block; }
#s0RDyQkAOJldTeOwzki4MKy2lTMAy60e { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:14.8125rem;width:41.3125rem;top:14.96875rem;left:2.125rem;overflow:hidden;display:none; }
#NrT1NGyt3XTKaS2FCDyqZJLRgc9oEtd2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.1875rem;width:10.8125rem;top:90.125rem;left:4.4375rem;overflow:hidden;display:block; }
#H4SLwq0wa2OeromLWiVyRlUGJmMtDR8s { position:absolute;display:block;z-index:100150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:9.375rem;width:8.625rem;top:64.5625rem;left:43.4375rem;overflow:hidden;display:block; }
#PTBa7TSePbmwIRTty16XIkAfXTWMTeem { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.75rem;width:7.75rem;top:57.9375rem;left:5.375rem;overflow:hidden;display:block; }
#JJi7xigr34N3AW1m3HXWF7m7beyFawN6 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:14.8125rem;width:41.3125rem;top:14.96875rem;left:2.125rem;overflow:hidden;display:none; }
#eUQKAWTE0aHB0Url6p1oMgHHZkRz1hJH { position:absolute;display:block;z-index:100152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.25rem;width:16.4375rem;top:27.5rem;left:0rem;overflow:hidden;display:block; }
#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa { position:relative;display:block; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa { background-color: transparent; background-image: none; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container > .video-iframe-container { display: none; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row > .video-iframe-container { display: none; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .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); }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa { border-width: 0; border-radius: 0; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container > .video-iframe-container {  }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.0625rem;width:60rem;position:relative;display:block; }#s3K5ryT6ir3GTk9SZxtyKNewT7ARquXb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qzVk0yHTTmIkU2OMVP1ebE6br9VGRt9y { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:39.1875rem;left:5.21875rem;height:23.4746625rem;text-align:center;text-align-last:center;display:block; }
#xeNR5WZwwGi7ZGOoRLDkptNDfUwTKhGq { color:#000000;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:34.6875rem;left:13.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCLwSTap4HEQuzdlt2PCboPLytChWCrg { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.75rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:65.6875rem;left:21.9375rem;display:block; }
#oP5KCqAdQevMg4shvT31CT36ZnTdfuP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ALsPTK6BSqVKrwO0Hq2NgTpI5xz4RuJR { color:#000000;display:block;width:49.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:100128;line-height:1.4;letter-spacing:0;top:71.0625rem;left:4.5rem;height:2.449225rem;text-align:center;text-align-last:center;display:block; }
#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { position:relative;display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { background-color: transparent; background-image: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .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); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { border-width: 0; border-radius: 0; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container {  }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.84);background-image:none;font-size:0.875rem;font-family:arial;height:136.9375rem;width:60rem;position:relative;display:block; }#aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.75rem;text-decoration:none;z-index:100123;text-align:center;text-align-last:center;top:76.375rem;left:22.34375rem;display:block; }
#S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:100148;line-height:1.6;letter-spacing:0;top:44.0625rem;left:7.5rem;height:25.48828125rem;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; }
#o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { position:absolute;display:block;z-index:100041;background-color:rgba(255,255,255,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dotted #122ea8;border-left:0.375rem dotted #122ea8;border-right:0.375rem dotted #122ea8;border-bottom:0.375rem dotted #122ea8;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:31.125rem;width:50.3125rem;top:41.3125rem;left:4.875rem;display:block; }
#eXP67bNzMFboTkI5vdwLMnTfUgh2ouW9 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:29.75rem;width:19.75rem;top:2.25rem;left:37.375rem;overflow:hidden;display:block; }
#Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.9375rem;width:34.4375rem;top:14.5rem;left:7.75rem;overflow:hidden;display:block; }
#TRr632ferPOvI9vXx22RShxZPZ63FGPO { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.6875rem;width:28.25rem;top:0.6875rem;left:4.8979885057471rem;overflow:hidden;display:block; }
#f5Kux2GbEIhGiydt21ibpsRh8xLNEK1e { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:9.375rem;width:8.625rem;top:5.1875rem;left:1.15625rem;overflow:hidden;display:block; }
#ReTnUUCl8hPNUIsIZPocvhrbLSw6wqaZ { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.3125rem;width:34.5rem;top:113.125rem;left:22.625rem;overflow:hidden;display:block; }
#X6PV3g6Zl5Bryv7sRBv8cPVhC1wJTwNz { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.3125rem;width:12.875rem;top:81.0625rem;left:40.75rem;overflow:hidden;display:block; }
#O6lDidyNXeBeQybM9hy88Qwe1KIgttuD { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:26.9375rem;width:40.4375rem;top:91.8125rem;left:9.0625rem;overflow:hidden;display:block; }
#hmoG9yZfngwoutHeCL0umbwPSv04UXuP { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15rem;width:12.875rem;top:110.375rem;left:4.875rem;overflow:hidden;display:block; }
#TitCQOMIT3zvgapIxm9Fvbh5sh5FQn9u { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5625rem;width:52.375rem;top:82.8125rem;left:3.75rem;overflow:hidden;display:block; }
#TX7Tt364To0puA1QCBq6QG2oA1I11sGJ { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:100150;line-height:1.3;letter-spacing:0;top:38.1875rem;left:9rem;height:0.89355625rem;display:block; }
#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM { position:relative;display:block; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM { background-color: transparent; background-image: none; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container > .video-iframe-container { display: none; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row > .video-iframe-container { display: none; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .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); }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM { border-width: 0; border-radius: 0; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container > .video-iframe-container {  }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:111.6875rem;width:60rem;position:relative;display:block; }#D5GuShwLaXlkkvPcTNC35I4OyHEqF1wS { position:absolute;display:block;z-index:100044;background-color:#124baf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:33.9375rem;width:45rem;top:20.25rem;left:7.0625rem;display:block; }
#zrgcvazeB34O0hU37Z3sJPElcoCNWeA4 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100170;line-height:1.5;letter-spacing:0;top:23.53125rem;left:7.90625rem;height:28.5rem;text-align:center;text-align-last:center;display:block; }
#O6OOi3XgxprKzHRcclxlrcZXxUmQoO3e { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:5.1875rem;text-decoration:none;z-index:100128;text-align:center;text-align-last:center;top:59.5rem;left:22.78125rem;display:block; }
#w1COu4ucmhgLgeFROKlv0vdDnJQNsHte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JNWFRP60NfFO37HnZklgHv6WFKuGDuCo { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:37.875rem;width:57.0625rem;top:68.8125rem;left:1.46875rem;overflow:hidden;display:block; }
#Kuussf77unvrKQ2falRstLe9gIQQ8Iia { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:100152;line-height:1.3;letter-spacing:0;top:107.4375rem;left:12.46875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#Fc2gzCyFKU8SJRuWqOSzcgZdRRR4dpwD { position:absolute;display:block;z-index:100045;background-color:transparent;background-image:none;border-top:0.25rem dotted #8dc4fd;border-left:0.25rem dotted #8dc4fd;border-right:0.25rem dotted #8dc4fd;border-bottom:0.25rem dotted #8dc4fd;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:33.375rem;width:44.125rem;top:21.4375rem;left:8.5625rem;display:block; }
#Ckxrh5CgZwTeB91KaX2vkf32WdcZ5XTx { position:absolute;display:block;z-index:100172;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:35.1875rem;top:11.6875rem;left:12.40625rem;overflow:hidden;display:block; }
#Hlbx27adyW4WQTGInXTJGV57RmOmsssN { position:absolute;display:block;z-index:100173;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:14.625rem;top:33.625rem;left:0.625rem;overflow:hidden;display:block; }
#p2BvTST08X6z4BZ9DeCOGXE1Lp6V8tFg { position:absolute;display:block;z-index:100174;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:14.625rem;top:13.625rem;left:45.375rem;overflow:hidden;display:block; }
#t0qSe4v2U0LVHs0Xwoyx8I99Hz7Kf30x { position:absolute;display:block;z-index:100171;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:35.1875rem;top:1.0625rem;left:12.40625rem;overflow:hidden;display:block; }
#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo { position:relative;display:block; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo { background-color: transparent; background-image: none; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container > .video-iframe-container { display: none; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row > .video-iframe-container { display: none; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .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); }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo { border-width: 0; border-radius: 0; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container > .video-iframe-container {  }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:118.0625rem;width:60rem;position:relative;display:block; }#gaLcWm6u1VJ6OQPGULgx1gDlIpflowFX { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.25rem;height:4.0625rem;display:block; }
#ql0X0JGdc0oHZPlJ8LX1xHRGKAS44F4r { color:#000000;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:11.625rem;left:5.25rem;height:19.59180625rem;display:block; }
#b790puNU5UbwmQ5ceT3h99qT9IRqJfKV { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:37.859375rem;left:32.25rem;height:2.03125rem;display:block; }
#yLLMVLPfo6DFLpwWHGtpV3Wm6iRxHWJt { color:#000000;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:41.28125rem;left:30.875rem;height:15.3935625rem;display:block; }
#QUTymdvrCzi5I4HRKILELbXKuXorEVH6 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:64.25rem;left:5.25rem;height:2.03125rem;display:block; }
#dUuXsssMzBfEaLE6XQAvOBpzBELWsTaN { color:#000000;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:67.630859375rem;left:3.375rem;height:18.19236875rem;display:block; }
#y4JebfBdvXnKMkg4XAGNIcsQ7u0kAxaf { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:92rem;left:25.125rem;height:4.0625rem;display:block; }
#XhTbFzPZ6v1ZAQDocC5RGbe0rsgbSMIM { color:#000000;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:97.625rem;left:28.875rem;height:15.39355625rem;display:block; }
#l8UiZc2hwfXCsNTb4SIzWVZiNPtS10ZI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:16.875rem;width:25.375rem;top:96.75rem;left:1.5625rem;overflow:hidden;display:block; }
#T1sEOnqe2KdvcEC6qCET0UT1UV8TVFfm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:17.375rem;width:26.25rem;top:62.875rem;left:32rem;overflow:hidden;display:block; }
#uDJObNnJK0rH5wHzhqJTBDQGCroGhMhV { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:16rem;width:24.125rem;top:37.25rem;left:3.75rem;overflow:hidden;display:block; }
#xh8xyG8bc49cbXXe68lSAL8VP8rcSB3u { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:17.75rem;top:4.3125rem;left:4.6875rem;overflow:hidden;display:block; }
#igbpiwQD9yFbAPeoamBLIlFRxQUAIN69 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:34.4375rem;top:33.25rem;left:24.96875rem;overflow:hidden;display:block; }
#kD4KiCaeqKtS1e07IblCWh88MmyRTIeg { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:17.6875rem;top:60.5rem;left:5.25rem;overflow:hidden;display:block; }
#KCxnODJ1uFDPTpJbm1JTQoaARrG4uWDH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:20.0625rem;top:92rem;left:3.4375rem;overflow:hidden;display:block; }
#rw6gsZ3JvdTCzmIh4TMiW2p8FKTxEUbX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:23.375rem;top:22.75rem;left:36.625rem;overflow:hidden;display:block; }
#yoBbmC1RnXWitBKxTV2CTGdlXKlezsNv { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:12.4375rem;top:33.25rem;left:0rem;overflow:hidden;display:block; }
#THbvTyUszOXVmGaxDyMELTwCeTxlNGIy { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:11.5625rem;width:11.5625rem;top:72.533203125rem;left:48.4375rem;overflow:hidden;display:block; }
#Xwlhmd7aTTiE3aXgW7seJq8eKdH0qDKh { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:11.5625rem;width:11.5625rem;top:73.3125rem;left:48.4375rem;overflow:hidden;display:none; }
#GJhgwPDPHOVwzotH7hc7ZbfTCldbQd38 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:16.875rem;width:23.625rem;top:11.75rem;left:32.25rem;overflow:hidden;display:block; }
#a1etwHAHJ9RHvqb52nkCpZNgtAFMLCnZ { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:82.109375rem;left:32.25rem;height:2.9238375rem;display:block; }
#Ae0mMi5Ai1vOGnU9uXDofx2ro1JLLuZ9 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:54.05078125rem;left:4.6875rem;height:3.89844375rem;display:block; }
#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 { position:relative;display:block; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 { background-color: transparent; background-image: none; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container > .video-iframe-container { display: none; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row > .video-iframe-container { display: none; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .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); }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 { border-width: 0; border-radius: 0; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container > .video-iframe-container {  }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#rBy61G4E7TqUMXrc7Xo3WwPLAQmUewlt { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:9.1875rem;left:7.3125rem;height:12.59475rem;display:block; }
#TDIMJimoT6OTXdHB3fIXLG6QfAokJQPG { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:37.3125rem;left:38.375rem;height:8.3965rem;display:block; }
#s0tRrEHN34OSRPazO9Ocz9uHw5riROI7 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:14.4375rem;width:20.125rem;top:3.375rem;left:34.5625rem;overflow:hidden;display:block; }
#MQVTvT30tNcPrdfg3NNZccTRRTUVFxLy { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:10.625rem;width:12.3125rem;top:15.1875rem;left:31.1875rem;overflow:hidden;display:block; }
#LJqcyK9feDqQ1CzipZQQ6pNbFm2cgwxZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:13.5625rem;width:18.6875rem;top:35.5rem;left:18.5rem;overflow:hidden;display:block; }
#UwvbrHMknNrl63DTW03ZrLXd8P43Awea { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:14.4375rem;width:18.8125rem;top:29.1875rem;left:4rem;overflow:hidden;display:block; }
#BtdfJt5ePDtzd9AqPsRe6xDuSuf8QVx6 { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.75rem;text-decoration:none;z-index:100129;text-align:center;text-align-last:center;top:57.9375rem;left:21.90625rem;display:block; }
#PNi563d9GeHOD3a6grAXwzfZJi46UTl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZQrfFX2246LXWqmQhfGJxRkqJbSP5p1w { color:#000000;display:block;width:49.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:100127;line-height:1.4;letter-spacing:0;top:63.86328125rem;left:5.375rem;height:2.449225rem;text-align:center;text-align-last:center;display:block; }
#RzyvmWCa9kZ7d9TQwSVXIUDiRuT38mHU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:20.125rem;top:4.8125rem;left:5.375rem;overflow:hidden;display:block; }
#nZdJM4k7io6haqDyQE65qkwl0WV6B66v { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:2.3125rem;width:18.6875rem;top:31.9375rem;left:33.9375rem;overflow:hidden;display:block; }
#VhZgUsxXrhz2xFbTgrsDAx0l8CvxhFZs { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100130;line-height:1.3;letter-spacing:0;top:54rem;left:6.71875rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu { position:relative;display:block; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu { background-color: transparent; background-image: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container > .video-iframe-container { display: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row > .video-iframe-container { display: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .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); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu { border-width: 0; border-radius: 0; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container > .video-iframe-container {  }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:173.5rem;width:60rem;position:relative;display:block; }#WHaGNqrWKOZkf9RvhnD3UAg5n2Os00Jv { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:100109;line-height:1.5;letter-spacing:0;top:150.8125rem;left:43.4375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hK4pxtI6U1nMp8T23W8sEP4qF93P4kV3 { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:100072;line-height:1.8;letter-spacing:0;top:156rem;left:9.5rem;height:3.26171875rem;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;font-style:normal;display:block; }
#wF8RrCn9uJpPsv3RoQRpemmC3QPAk2ev { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.25rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:160.9375rem;left:24.1875rem;display:block; }
#EVkWwWbwARpKwzeRikg4yOVbKubQ7iNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rNyAJRyuZkq45x9ZgTlBoEhAoPynOECA { color:#000000;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:100108;line-height:1.5;letter-spacing:0;top:143.3125rem;left:16.5rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPKHNM1TeZCEfDSXVDrrtMXSozC24SSV { position:absolute;display:block;z-index:100104;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 solid #56c836;border-left:0.3125rem solid #56c836;border-right:0.3125rem solid #56c836;border-bottom:0.3125rem solid #56c836;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:141.8125rem;left:14.1875rem;display:block; }
#kNOCIlHqlNSVtGxsnAgkSeOtTeLKl6is { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:140.9375rem;left:45rem;overflow:hidden;display:block; }
#E9MWzI6hJ8cVemKieRuvL7Ea6FdfnSDR { color:#000000;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:100107;line-height:1.5;letter-spacing:0;top:130.9375rem;left:23.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nV0zLfM63UEZBsGvCC2E44Vb7CfVOHBa { position:absolute;display:block;z-index:100103;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 solid #ffb03e;border-left:0.3125rem solid #ffb03e;border-right:0.3125rem solid #ffb03e;border-bottom:0.3125rem solid #ffb03e;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:129.6875rem;left:20.9375rem;display:block; }
#vvMMZcayRdccUKid7q89WqetVrN3bUHm { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:129.125rem;left:9.5rem;overflow:hidden;display:block; }
#Gqbd6aqc81Hn4WF1x0fafJdqSxuwgyum { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:100108;line-height:1.5;letter-spacing:0;top:139rem;left:7.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4Si5mMlfirOt84hBewdzKsBC5uJHe9m { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:100107;line-height:1.5;letter-spacing:0;top:126.3125rem;left:43.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVubA3ozfokq9RwnPQxDW7S6WJuHH5KB { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:116.5rem;left:44.8125rem;overflow:hidden;display:block; }
#gb0tuxMuuB528PLzTTqVpzSySkKZsDGi { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:100106;line-height:1.5;letter-spacing:0;top:119rem;left:16.0625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6tLyBfHpymuxVlMHSud7H5VOCpadFhh { position:absolute;display:block;z-index:100102;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 solid #ff79bc;border-left:0.3125rem solid #ff79bc;border-right:0.3125rem solid #ff79bc;border-bottom:0.3125rem solid #ff79bc;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:117.75rem;left:13.5rem;display:block; }
#zWnGoouCCrMfSEADn02pyawWR71Q14Ew { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:100105;line-height:1.5;letter-spacing:0;top:106.5625rem;left:22.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k3HPW8n9aKcZSfNXtbRkWJZ4OSLAgZTV { position:absolute;display:block;z-index:100101;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 solid #0e9ae5;border-left:0.3125rem solid #0e9ae5;border-right:0.3125rem solid #0e9ae5;border-bottom:0.3125rem solid #0e9ae5;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:8.0625rem;width:29.875rem;top:105.125rem;left:20rem;display:block; }
#lwXqSmrVOuczKZQUEmOesl3VOhleDeif { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:104.1875rem;left:9.5rem;overflow:hidden;display:block; }
#uzg68epE3Q7qLNorIvICRLBVckLcDh5J { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:100106;line-height:1.5;letter-spacing:0;top:113.8125rem;left:7.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqgfMIEiPMMkTgn2bGUDy0u33k24zTGH { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:100071;line-height:1.8;letter-spacing:0;top:96.9375rem;left:9.5625rem;height:6.5234375rem;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;font-style:normal;display:block; }
#KVwt1knkUspftUdZxhIJ2IC68BsU6x5T { position:absolute;display:block;z-index:100006;background-color:#f8e5e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:73.6875rem;width:49.5625rem;top:95.4375rem;left:6.4375rem;display:block; }
#ONbzxHBXpmc7c8n716W2JMbMIHKDmMIR { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:25.0625rem;top:90.0625rem;left:1.3798828125rem;overflow:hidden;display:block; }
#dW6mF5mw4HniPu1GTE6X7EhsdfpXQ9wa { background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.25rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:80.875rem;left:21.90625rem;display:block; }
#qAkBBqtsPoIqXnCnoFdB1PVlRM41Wx3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xryO0ZxBMdTQ3Av74ILimFdnOclKoqmB { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:67.375rem;left:9.40625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyKrSCvqCaRSRu5by19i7qC6T6431e8d { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:55.3125rem;left:21.375rem;height:9.5605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vSaNcTysnePUQRBtIxTx0EP9v3UPnpaT { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:51.6875rem;left:16.46875rem;height:1.7871125rem;font-style:normal;display:block; }
#Fd8tErKxn4flU0dpXyTK0hlKCw0ffdTl { position:absolute;display:block;z-index:100093;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:20.25rem;width:33.4375rem;top:24.25rem;left:12.375rem;overflow:hidden;display:block; }
#lv8Mrbr56xItrDJScLKlaHaZZM4naCPi { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:12.5625rem;left:9.40625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhhSrgJQTJMvyBEn57caioAalX5uVTTO { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:9.625rem;left:13.71875rem;height:2.03125rem;font-style:normal;display:block; }
#FR1k6VPz7akZlzEJPn8kJidnc9i8kUgG { position:absolute;display:block;z-index:100007;background-color:#f8e5e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:69.5rem;width:47.75rem;top:5.5rem;left:6.125rem;display:block; }
#B7mNCNkkAUd6IOIV3faFKpPB1XP8RCR9 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:14.25rem;top:1.375rem;left:4.0625rem;overflow:hidden;display:block; }
#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { background-color: transparent; background-image: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container > .video-iframe-container { display: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container { display: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .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); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { border-width: 0; border-radius: 0; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container {  }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { font-size:0.875rem;font-family:"times new roman";height:21.875rem;width:60rem;position:relative;display:block; }#eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:11.4375rem;top:3.6875rem;left:1.78125rem;overflow:hidden;display:block; }
#xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:12.53125rem;overflow:hidden;display:block; }
#EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:11.75rem;top:3.03125rem;left:16.625rem;overflow:hidden;display:block; }
#cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:12.3125rem;top:3.5625rem;left:31.34375rem;overflow:hidden;display:block; }
#omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:9.5rem;top:3.0625rem;left:47.75rem;overflow:hidden;display:block; }
#Br7EZteDempkza3VIKyLieaTBi2g21vK { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:27.46875rem;overflow:hidden;display:block; }
#tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:42.71875rem;overflow:hidden;display:block; }
#ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.78125rem;height:1.54296875rem;font-style:normal;display:block; }
#wil5rTgZazxoqsIqzBS5nexQzagsD7eB { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.25rem;height:1.29980625rem;display:block; }
#tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.6875rem;left:2.28125rem;display:block; }
#uquUzCc1710nTKbz667Trtl1DJTx2ymz { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:17.28125rem;display:block; }
#MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:32.28125rem;display:block; }
#oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:47.28125rem;display:block; }
#VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:19.28125rem;height:1.29980625rem;display:block; }
#Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.6875rem;left:34.25rem;height:1.29980625rem;display:block; }
#yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:48.9375rem;height:1.29980625rem;display:block; }
#GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { position:absolute;display:block;z-index:100015;background-color:#fffdfd;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:5.3125rem;width:12.5rem;top:14.625rem;left:1.25rem;display:block; }
#hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.09375rem;left:1.65625rem;height:3.8984375rem;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; }
#ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { position:absolute;display:block;z-index:100016;background-color:#fffdfd;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:5.625rem;width:13.375rem;top:14.5625rem;left:15.34375rem;display:block; }
#sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:15.1875rem;left:16.84375rem;height:4.87305rem;display:block; }
#in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { position:absolute;display:block;z-index:100017;background-color:#fffdfd;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:5.625rem;width:13.375rem;top:14.25rem;left:30.8125rem;display:block; }
#IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.96875rem;height:2.923825rem;display:block; }
#LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { position:absolute;display:block;z-index:100018;background-color:#fffdfd;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:4.3125rem;width:10.375rem;top:14.53125rem;left:47.72265625rem;display:block; }
#cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.40625rem;left:49.16015625rem;height:1.94921875rem;display:block; }
#Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:32.28125rem;display:none; }
#QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:15.75rem;left:3.75rem;display:none; }
#fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:31.875rem;left:3.375rem;display:none; }
#szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:51.5rem;left:3.5rem;display:none; }
#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#122ea8;background-image:none;position:relative;display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { background-color: transparent; background-image: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .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); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { border-width: 0; border-radius: 0; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container {  }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { font-size:0.875rem;font-family:"times new roman";height:20.3125rem;width:60rem;position:relative;display:block; }#hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:60rem;display:none; }
#JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { color:#122ea8;display:block;width:45.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:4.15625rem;left:6.28125rem;height:19.6875rem;display:none; }
#tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:27.125rem;height:0;display:none; }
#zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:27.125rem;height:0;display:none; }
#zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.734375rem;left:2.40625rem;height:17.94626875rem;display:block; }
#xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"times new roman";font-size:0.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:23.625rem;top:1.5rem;left:0.3125rem;display:none; }
#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { border-width: 0; border-radius: 0; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container {  }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { font-size:0.875rem;font-family:"times new roman";height:5.5rem;width:60rem;position:relative;display:block; }#QK4edOALKEUuQRm8USsRlXrsi9HozRUr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:1.25rem;top:1.625rem;left:26.3125rem;overflow:hidden;display:block; }
#NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.125rem;top:1.625rem;left:28.6875rem;overflow:hidden;display:block; }
#NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:2rem;top:1.75rem;left:31.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h { display:block; }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVVHmg61sAQfoAwx22AOvArHh2xEn1rS { width:16.1875rem;height:3.75rem;top:72.1875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtHMEBVJGH0wlRU4xT5pykNtmzIsUcdM { display:block; }
 }@media only screen and (max-width: 763px) { #isRliOQpQgA2yW9feBqNtlMPTcs7wWsz { top:45.5625rem;left:0rem;width:47.75rem;height:21rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhcGrTapr1hfKMcBnSPLUIbUMDH0Dsf { top:81.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWloZlvluKl8zicmIUGz0lNRkRbBh4NS { top:1.125rem;left:0rem;width:47.75rem;height:32.67890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0u7H7Alx8wBhLZvgEElhnq9C2bUSENR { top:14.9375rem;left:0rem;width:41.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdIMF3u0g3FQoQV7swmgtdBHZUxGnFw { top:103.375rem;left:0rem;width:47.75rem;height:18.084528076464rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSHB6UEMaEqWM6wPbJswRDJ0tGPLxm4 { top:89.0625rem;left:4.875rem;width:39.25rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAaPnFhubtMtMpQQOoq4WZHFqROScHM { top:55.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0RDyQkAOJldTeOwzki4MKy2lTMAy60e { top:14.9375rem;left:0rem;width:41.3125rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrT1NGyt3XTKaS2FCDyqZJLRgc9oEtd2 { top:90.125rem;left:0rem;width:10.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SLwq0wa2OeromLWiVyRlUGJmMtDR8s { top:64.5625rem;left:37.3125rem;width:8.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTBa7TSePbmwIRTty16XIkAfXTWMTeem { top:57.9375rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJi7xigr34N3AW1m3HXWF7m7beyFawN6 { top:14.9375rem;left:0rem;width:41.3125rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUQKAWTE0aHB0Url6p1oMgHHZkRz1hJH { top:27.5rem;left:0rem;width:16.4375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa { display:block; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3K5ryT6ir3GTk9SZxtyKNewT7ARquXb { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzVk0yHTTmIkU2OMVP1ebE6br9VGRt9y { top:39.1875rem;left:0rem;width:47.75rem;height:23.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNR5WZwwGi7ZGOoRLDkptNDfUwTKhGq { top:34.6875rem;left:7.75rem;width:32.25rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCLwSTap4HEQuzdlt2PCboPLytChWCrg { width:16.125rem;height:3.75rem;top:65.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5KCqAdQevMg4shvT31CT36ZnTdfuP1 { display:block; }
 }@media only screen and (max-width: 763px) { #ALsPTK6BSqVKrwO0Hq2NgTpI5xz4RuJR { top:71.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { width:16.125rem;height:3.75rem;top:76.375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block; }
 }@media only screen and (max-width: 763px) { #hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { top:44.0625rem;left:1.375rem;width:45.8125rem;height:25.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { top:41.3125rem;left:0rem;width:47rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXP67bNzMFboTkI5vdwLMnTfUgh2ouW9 { top:2.25rem;left:28rem;width:19.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { top:14.5rem;left:1.625rem;width:34.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRr632ferPOvI9vXx22RShxZPZ63FGPO { top:0.6875rem;left:0rem;width:28.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Kux2GbEIhGiydt21ibpsRh8xLNEK1e { top:5.1875rem;left:0rem;width:8.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTnUUCl8hPNUIsIZPocvhrbLSw6wqaZ { top:113.125rem;left:13.25rem;width:34.5rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PV3g6Zl5Bryv7sRBv8cPVhC1wJTwNz { top:81.0625rem;left:34.625rem;width:12.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6lDidyNXeBeQybM9hy88Qwe1KIgttuD { top:91.8125rem;left:2.9375rem;width:40.4375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoG9yZfngwoutHeCL0umbwPSv04UXuP { top:110.375rem;left:0rem;width:12.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitCQOMIT3zvgapIxm9Fvbh5sh5FQn9u { top:82.8125rem;left:0rem;width:47.75rem;height:16.923329355609rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7Tt364To0puA1QCBq6QG2oA1I11sGJ { top:38.1875rem;left:2.875rem;width:36.8125rem;height:0.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM { display:block; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5GuShwLaXlkkvPcTNC35I4OyHEqF1wS { top:20.25rem;left:0.9375rem;width:45rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgcvazeB34O0hU37Z3sJPElcoCNWeA4 { top:23.5rem;left:1.78125rem;width:45.9375rem;height:28.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6OOi3XgxprKzHRcclxlrcZXxUmQoO3e { width:16.1875rem;height:5.1875rem;top:59.5rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1COu4ucmhgLgeFROKlv0vdDnJQNsHte { display:block; }
 }@media only screen and (max-width: 763px) { #JNWFRP60NfFO37HnZklgHv6WFKuGDuCo { top:68.8125rem;left:0rem;width:47.75rem;height:31.693866374589rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuussf77unvrKQ2falRstLe9gIQQ8Iia { top:107.4375rem;left:6.34375rem;width:36.8125rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2gzCyFKU8SJRuWqOSzcgZdRRR4dpwD { top:21.4375rem;left:2.4375rem;width:44.125rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckxrh5CgZwTeB91KaX2vkf32WdcZ5XTx { top:11.6875rem;left:6.28125rem;width:35.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlbx27adyW4WQTGInXTJGV57RmOmsssN { top:33.625rem;left:0rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2BvTST08X6z4BZ9DeCOGXE1Lp6V8tFg { top:13.625rem;left:33.125rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0qSe4v2U0LVHs0Xwoyx8I99Hz7Kf30x { top:1.0625rem;left:6.28125rem;width:35.1875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo { display:block; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaLcWm6u1VJ6OQPGULgx1gDlIpflowFX { top:6.1875rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql0X0JGdc0oHZPlJ8LX1xHRGKAS44F4r { top:11.625rem;left:0rem;width:25.625rem;height:19.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b790puNU5UbwmQ5ceT3h99qT9IRqJfKV { top:37.8125rem;left:21.5625rem;width:26.1875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLLMVLPfo6DFLpwWHGtpV3Wm6iRxHWJt { top:41.25rem;left:20.25rem;width:27.5rem;height:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUTymdvrCzi5I4HRKILELbXKuXorEVH6 { top:64.25rem;left:0rem;width:33.1875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUuXsssMzBfEaLE6XQAvOBpzBELWsTaN { top:67.625rem;left:0rem;width:24.875rem;height:18.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4JebfBdvXnKMkg4XAGNIcsQ7u0kAxaf { top:92rem;left:16.4375rem;width:31.3125rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTbFzPZ6v1ZAQDocC5RGbe0rsgbSMIM { top:97.625rem;left:21.75rem;width:26rem;height:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8UiZc2hwfXCsNTb4SIzWVZiNPtS10ZI { top:96.75rem;left:0rem;width:25.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sEOnqe2KdvcEC6qCET0UT1UV8TVFfm { top:62.875rem;left:21.5rem;width:26.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJObNnJK0rH5wHzhqJTBDQGCroGhMhV { top:37.25rem;left:0rem;width:24.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh8xyG8bc49cbXXe68lSAL8VP8rcSB3u { top:4.3125rem;left:0rem;width:17.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igbpiwQD9yFbAPeoamBLIlFRxQUAIN69 { top:33.25rem;left:13.3125rem;width:34.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4KiCaeqKtS1e07IblCWh88MmyRTIeg { top:60.5rem;left:0rem;width:17.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCxnODJ1uFDPTpJbm1JTQoaARrG4uWDH { top:92rem;left:0rem;width:20.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw6gsZ3JvdTCzmIh4TMiW2p8FKTxEUbX { top:22.75rem;left:19.75rem;width:23.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoBbmC1RnXWitBKxTV2CTGdlXKlezsNv { top:33.25rem;left:0rem;width:12.4375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbvTyUszOXVmGaxDyMELTwCeTxlNGIy { top:72.5rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwlhmd7aTTiE3aXgW7seJq8eKdH0qDKh { top:73.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJhgwPDPHOVwzotH7hc7ZbfTCldbQd38 { top:11.75rem;left:24.125rem;width:23.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1etwHAHJ9RHvqb52nkCpZNgtAFMLCnZ { top:82.0625rem;left:26.125rem;width:21rem;height:2.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae0mMi5Ai1vOGnU9uXDofx2ro1JLLuZ9 { top:54rem;left:0rem;width:24.1875rem;height:3.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 { display:block; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBy61G4E7TqUMXrc7Xo3WwPLAQmUewlt { top:9.1875rem;left:1.1875rem;width:22.4375rem;height:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIMJimoT6OTXdHB3fIXLG6QfAokJQPG { top:37.3125rem;left:28.875rem;width:18.875rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0tRrEHN34OSRPazO9Ocz9uHw5riROI7 { top:3.375rem;left:27.625rem;width:20.125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVTvT30tNcPrdfg3NNZccTRRTUVFxLy { top:15.1875rem;left:25.0625rem;width:12.3125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJqcyK9feDqQ1CzipZQQ6pNbFm2cgwxZ { top:35.5rem;left:12.375rem;width:18.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvbrHMknNrl63DTW03ZrLXd8P43Awea { top:29.1875rem;left:0rem;width:18.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtdfJt5ePDtzd9AqPsRe6xDuSuf8QVx6 { width:16.1875rem;height:3.75rem;top:57.9375rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNi563d9GeHOD3a6grAXwzfZJi46UTl6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQrfFX2246LXWqmQhfGJxRkqJbSP5p1w { top:63.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzyvmWCa9kZ7d9TQwSVXIUDiRuT38mHU { top:4.8125rem;left:0rem;width:20.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZdJM4k7io6haqDyQE65qkwl0WV6B66v { top:31.9375rem;left:27.8125rem;width:18.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZgUsxXrhz2xFbTgrsDAx0l8CvxhFZs { top:54rem;left:0.59375rem;width:46.5625rem;height:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu { display:block; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHaGNqrWKOZkf9RvhnD3UAg5n2Os00Jv { top:150.8125rem;left:34.125rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4pxtI6U1nMp8T23W8sEP4qF93P4kV3 { top:156rem;left:2.1875rem;width:45.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF8RrCn9uJpPsv3RoQRpemmC3QPAk2ev { width:16.1875rem;height:4.25rem;top:160.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVkWwWbwARpKwzeRikg4yOVbKubQ7iNO { display:block; }
 }@media only screen and (max-width: 763px) { #rNyAJRyuZkq45x9ZgTlBoEhAoPynOECA { top:143.3125rem;left:10.375rem;width:27.25rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPKHNM1TeZCEfDSXVDrrtMXSozC24SSV { top:141.8125rem;left:8.0625rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOCIlHqlNSVtGxsnAgkSeOtTeLKl6is { top:140.9375rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MWzI6hJ8cVemKieRuvL7Ea6FdfnSDR { top:130.9375rem;left:17.0625rem;width:27.25rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV0zLfM63UEZBsGvCC2E44Vb7CfVOHBa { top:129.6875rem;left:14.8125rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMMZcayRdccUKid7q89WqetVrN3bUHm { top:129.125rem;left:3.375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqbd6aqc81Hn4WF1x0fafJdqSxuwgyum { top:139rem;left:1.5625rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Si5mMlfirOt84hBewdzKsBC5uJHe9m { top:126.3125rem;left:34.125rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVubA3ozfokq9RwnPQxDW7S6WJuHH5KB { top:116.5rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0tuxMuuB528PLzTTqVpzSySkKZsDGi { top:119rem;left:9.9375rem;width:27.625rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6tLyBfHpymuxVlMHSud7H5VOCpadFhh { top:117.75rem;left:7.375rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWnGoouCCrMfSEADn02pyawWR71Q14Ew { top:106.5625rem;left:16.4375rem;width:26.5625rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3HPW8n9aKcZSfNXtbRkWJZ4OSLAgZTV { top:105.125rem;left:13.875rem;width:29.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwXqSmrVOuczKZQUEmOesl3VOhleDeif { top:104.1875rem;left:3.375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzg68epE3Q7qLNorIvICRLBVckLcDh5J { top:113.8125rem;left:1.5625rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqgfMIEiPMMkTgn2bGUDy0u33k24zTGH { top:96.9375rem;left:2.1875rem;width:45.5625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwt1knkUspftUdZxhIJ2IC68BsU6x5T { top:95.4375rem;left:0rem;width:47.75rem;height:73.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbzxHBXpmc7c8n716W2JMbMIHKDmMIR { top:90.0625rem;left:0rem;width:25.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW6mF5mw4HniPu1GTE6X7EhsdfpXQ9wa { width:16.1875rem;height:4.25rem;top:80.875rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkBBqtsPoIqXnCnoFdB1PVlRM41Wx3F { display:block; }
 }@media only screen and (max-width: 763px) { #xryO0ZxBMdTQ3Av74ILimFdnOclKoqmB { top:67.375rem;left:3.28125rem;width:41.1875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKrSCvqCaRSRu5by19i7qC6T6431e8d { top:55.3125rem;left:15.25rem;width:22.125rem;height:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSaNcTysnePUQRBtIxTx0EP9v3UPnpaT { top:51.6875rem;left:10.34375rem;width:27.0625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8tErKxn4flU0dpXyTK0hlKCw0ffdTl { top:24.25rem;left:6.25rem;width:33.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8Mrbr56xItrDJScLKlaHaZZM4naCPi { top:12.5625rem;left:3.28125rem;width:41.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhhSrgJQTJMvyBEn57caioAalX5uVTTO { top:9.625rem;left:7.59375rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR1k6VPz7akZlzEJPn8kJidnc9i8kUgG { top:5.5rem;left:0rem;width:47.75rem;height:69.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mNCNkkAUd6IOIV3faFKpPB1XP8RCR9 { top:1.375rem;left:0rem;width:14.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { top:3.6875rem;left:0.25rem;width:11.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { top:8.6875rem;left:6.8125rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { top:3rem;left:12.03125rem;width:11.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { top:3.5625rem;left:23.5rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { top:3.0625rem;left:37.03125rem;width:9.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7EZteDempkza3VIKyLieaTBi2g21vK { top:8.6875rem;left:18.75rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { top:8.6875rem;left:30.6875rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { top:0.6875rem;left:0rem;width:16.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wil5rTgZazxoqsIqzBS5nexQzagsD7eB { top:3.6875rem;left:1.71875rem;width:8.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { top:3.6875rem;left:0.75rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uquUzCc1710nTKbz667Trtl1DJTx2ymz { top:3.3125rem;left:12.6875rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { top:3.3125rem;left:24.625rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { top:3.3125rem;left:36.5625rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { top:3.6875rem;left:14.6875rem;width:6.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { top:3.6875rem;left:26.59375rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { top:3.6875rem;left:38.21875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { top:14.625rem;left:0rem;width:12.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { top:15.0625rem;left:0.125rem;width:11.6875rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { top:14.5625rem;left:11.375rem;width:13.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { top:15.1875rem;left:12.25rem;width:11.3125rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { top:14.25rem;left:22.4375rem;width:13.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { top:15.3125rem;left:24.3125rem;width:11.0625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { top:14.5rem;left:37.00390625rem;width:10.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { top:15.375rem;left:38.44140625rem;width:7.3125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { top:3.3125rem;left:24.625rem;width:10.4375rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { top:15.75rem;left:0rem;width:13.3125rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { top:31.875rem;left:0rem;width:13.25rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { top:51.5rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { width:47.75rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { top:4.125rem;left:0.15625rem;width:45.875rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { top:7.75rem;left:6.6875rem;width:41.0625rem;height:13.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { top:1.5rem;left:0rem;width:18.125rem;height:16.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { top:1.6875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { top:1.5rem;left:0rem;width:19.3125rem;height:23.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { top:1.625rem;left:20.1875rem;width:1.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { top:1.625rem;left:22.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { top:1.75rem;left:25.5625rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h { position:relative;z-index:auto;display:none; }#ew0NB8FH5nzoNxzZXKTfgiChHemfQo2h > .row .container { width:20rem;height:63.625rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cVVHmg61sAQfoAwx22AOvArHh2xEn1rS { width:12.4375rem;height:3.4375rem;top:33.875rem;left:3.78125rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100111;background-color:#f657a6;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) { #XtHMEBVJGH0wlRU4xT5pykNtmzIsUcdM { display:block; }
 }@media only screen and (max-width: 763px) { #isRliOQpQgA2yW9feBqNtlMPTcs7wWsz { width:16.1875rem;height:14.0625rem;top:17rem;left:1.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhcGrTapr1hfKMcBnSPLUIbUMDH0Dsf { width:20rem;height:2.0625rem;top:39.125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWloZlvluKl8zicmIUGz0lNRkRbBh4NS { width:20rem;height:13.6875rem;top:0.8125rem;left:0rem;z-index:99995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s0u7H7Alx8wBhLZvgEElhnq9C2bUSENR { width:19.8125rem;height:7.0625rem;top:13.1171875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LbdIMF3u0g3FQoQV7swmgtdBHZUxGnFw { width:20rem;height:7.57421875rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSHB6UEMaEqWM6wPbJswRDJ0tGPLxm4 { width:18.125rem;height:14.125rem;top:46.3125rem;left:0.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAaPnFhubtMtMpQQOoq4WZHFqROScHM { width:20rem;height:1.375rem;top:24.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0RDyQkAOJldTeOwzki4MKy2lTMAy60e { width:19.8125rem;height:7.0625rem;top:32.0625rem;left:0rem;overflow:hidden;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #NrT1NGyt3XTKaS2FCDyqZJLRgc9oEtd2 { width:6.4375rem;height:6.6875rem;top:47.125rem;left:13.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SLwq0wa2OeromLWiVyRlUGJmMtDR8s { width:4.5625rem;height:4.9375rem;top:10.8125rem;left:14.5625rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #PTBa7TSePbmwIRTty16XIkAfXTWMTeem { width:5.25rem;height:5.25rem;top:43.5rem;left:1.9375rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #JJi7xigr34N3AW1m3HXWF7m7beyFawN6 { width:19.8125rem;height:7.0625rem;top:13.7421875rem;left:0.625rem;overflow:hidden;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #eUQKAWTE0aHB0Url6p1oMgHHZkRz1hJH { width:5.8125rem;height:6.125rem;top:10.09375rem;left:0rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa { display:block; }#oMvlaLz8z4VBtzCU9XiSSSJ7E7xMBIKa > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3K5ryT6ir3GTk9SZxtyKNewT7ARquXb { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzVk0yHTTmIkU2OMVP1ebE6br9VGRt9y { width:19.6875rem;height:22.41605rem;top:16.4677734375rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNR5WZwwGi7ZGOoRLDkptNDfUwTKhGq { width:20rem;height:2.761725rem;top:12.9560546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCLwSTap4HEQuzdlt2PCboPLytChWCrg { width:13.4375rem;height:2.6875rem;top:40.5625rem;left:3.28125rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100151;background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5KCqAdQevMg4shvT31CT36ZnTdfuP1 { display:block; }
 }@media only screen and (max-width: 763px) { #ALsPTK6BSqVKrwO0Hq2NgTpI5xz4RuJR { width:20rem;height:3.5rem;top:45.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { background-color: transparent; background-image: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .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); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { width:20rem;height:78.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1f7ff, rgba(255,255,255,0.23));background-image: -moz-linear-gradient(180deg, #f1f7ff, rgba(255,255,255,0.23));background-image: -ms-linear-gradient(180deg, #f1f7ff, rgba(255,255,255,0.23));background-image: -o-linear-gradient(180deg, #f1f7ff, rgba(255,255,255,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7ff', endColorstr='#3affffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7ff', endColorstr='#3affffff' );";background-image: linear-gradient(180deg, #f1f7ff, rgba(255,255,255,0.23));background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { width:9.625rem;height:2.5rem;top:47.625rem;left:5.1875rem;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100151;background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block; }
 }@media only screen and (max-width: 763px) { #hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { width:17.0625rem;height:23.08590625rem;top:21rem;left:1.46875rem;font-size:0.6875rem;line-height:1.4;z-index:100081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { width:19.125rem;height:26.6875rem;top:18.71875rem;left:0.28125rem;border-top:0.1875rem dotted #122ea8;border-left:0.1875rem dotted #122ea8;border-right:0.1875rem dotted #122ea8;border-bottom:0.1875rem dotted #122ea8;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXP67bNzMFboTkI5vdwLMnTfUgh2ouW9 { width:6.25rem;height:9.75rem;top:0.5712890625rem;left:13.375rem;z-index:100114;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { width:15.125rem;height:10.0625rem;top:6.1875rem;left:1.46875rem;z-index:100116;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRr632ferPOvI9vXx22RShxZPZ63FGPO { width:12.875rem;height:5.25rem;top:0.5712890625rem;left:0.375rem;z-index:100115;display:block; }
 }@media only screen and (max-width: 763px) { #f5Kux2GbEIhGiydt21ibpsRh8xLNEK1e { width:4.6875rem;height:5.125rem;top:10.3212890625rem;left:15.3125rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #ReTnUUCl8hPNUIsIZPocvhrbLSw6wqaZ { width:13.0625rem;height:7.25rem;top:66.5rem;left:0.5rem;z-index:100114;display:block; }
 }@media only screen and (max-width: 763px) { #X6PV3g6Zl5Bryv7sRBv8cPVhC1wJTwNz { width:7.875rem;height:11.875rem;top:51.9375rem;left:11.75rem;z-index:100114;display:block; }
 }@media only screen and (max-width: 763px) { #O6lDidyNXeBeQybM9hy88Qwe1KIgttuD { width:16.5rem;height:11rem;top:56.8125rem;left:1.75rem;z-index:100114;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoG9yZfngwoutHeCL0umbwPSv04UXuP { width:6.5rem;height:7.625rem;top:66.3125rem;left:13.5rem;z-index:100114;display:block; }
 }@media only screen and (max-width: 763px) { #TitCQOMIT3zvgapIxm9Fvbh5sh5FQn9u { width:19.4375rem;height:6.8125rem;top:52.9375rem;left:0rem;z-index:100040;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7Tt364To0puA1QCBq6QG2oA1I11sGJ { width:18.1875rem;height:1.625rem;top:16.625rem;left:1.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM { display:block; }#EbahwGNIr0bCXT7ZV0Lb8WRd3i0HUevM > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5GuShwLaXlkkvPcTNC35I4OyHEqF1wS { width:19.5rem;height:22.625rem;top:11.0625rem;left:0.25rem;background-color:#124baf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgcvazeB34O0hU37Z3sJPElcoCNWeA4 { width:19.5625rem;height:15rem;top:14.8125rem;left:0.3125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O6OOi3XgxprKzHRcclxlrcZXxUmQoO3e { width:11.8125rem;height:3.625rem;top:37.375rem;left:4.09375rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:100111;background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1COu4ucmhgLgeFROKlv0vdDnJQNsHte { display:block; }
 }@media only screen and (max-width: 763px) { #JNWFRP60NfFO37HnZklgHv6WFKuGDuCo { width:20rem;height:13.292rem;top:44.1875rem;left:0rem;z-index:100116;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuussf77unvrKQ2falRstLe9gIQQ8Iia { width:20rem;height:1.625rem;top:58.625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2gzCyFKU8SJRuWqOSzcgZdRRR4dpwD { width:17.1875rem;height:20.125rem;top:12.125rem;left:1.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.1875rem dotted #8dc4fd;border-left:0.1875rem dotted #8dc4fd;border-right:0.1875rem dotted #8dc4fd;border-bottom:0.1875rem dotted #8dc4fd;display:block; }
 }@media only screen and (max-width: 763px) { #Ckxrh5CgZwTeB91KaX2vkf32WdcZ5XTx { width:20rem;height:2.5576171875rem;top:6.6923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlbx27adyW4WQTGInXTJGV57RmOmsssN { width:5.8125rem;height:5.8125rem;top:29.8125rem;left:0.75rem;z-index:100175;display:block; }
 }@media only screen and (max-width: 763px) { #p2BvTST08X6z4BZ9DeCOGXE1Lp6V8tFg { width:6.6875rem;height:6.6875rem;top:9.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0qSe4v2U0LVHs0Xwoyx8I99Hz7Kf30x { width:20rem;height:6.5712890625rem;top:0.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo { display:block; }#wm8K4TEeVXnJTu2Kmw76BRsfFsC1TDPo > .row .container { width:20rem;height:154.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaLcWm6u1VJ6OQPGULgx1gDlIpflowFX { width:20rem;height:2.2734375rem;top:5.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ql0X0JGdc0oHZPlJ8LX1xHRGKAS44F4r { width:18.375rem;height:14.69725rem;top:8.5625rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b790puNU5UbwmQ5ceT3h99qT9IRqJfKV { width:20rem;height:1.13671875rem;top:44.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLLMVLPfo6DFLpwWHGtpV3Wm6iRxHWJt { width:18.5rem;height:12.597625rem;top:46.1875rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QUTymdvrCzi5I4HRKILELbXKuXorEVH6 { width:20rem;height:1.13671875rem;top:82rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUuXsssMzBfEaLE6XQAvOBpzBELWsTaN { width:17.8125rem;height:13.647475rem;top:84.1875rem;left:1.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y4JebfBdvXnKMkg4XAGNIcsQ7u0kAxaf { width:19.75rem;height:2.2734375rem;top:121.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhTbFzPZ6v1ZAQDocC5RGbe0rsgbSMIM { width:18.125rem;height:11.54785rem;top:124.75rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l8UiZc2hwfXCsNTb4SIzWVZiNPtS10ZI { width:18.3125rem;height:12.125rem;top:137.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sEOnqe2KdvcEC6qCET0UT1UV8TVFfm { width:18.1875rem;height:12.0625rem;top:102.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJObNnJK0rH5wHzhqJTBDQGCroGhMhV { width:18.375rem;height:12.1875rem;top:63.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh8xyG8bc49cbXXe68lSAL8VP8rcSB3u { width:13.375rem;height:2.3125rem;top:3.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igbpiwQD9yFbAPeoamBLIlFRxQUAIN69 { width:20rem;height:1.5rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4KiCaeqKtS1e07IblCWh88MmyRTIeg { width:12.25rem;height:2.25rem;top:79.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCxnODJ1uFDPTpJbm1JTQoaARrG4uWDH { width:14.1875rem;height:2.1875rem;top:118.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw6gsZ3JvdTCzmIh4TMiW2p8FKTxEUbX { width:19.625rem;height:6.625rem;top:33.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoBbmC1RnXWitBKxTV2CTGdlXKlezsNv { width:6.4375rem;height:4.1875rem;top:112rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbvTyUszOXVmGaxDyMELTwCeTxlNGIy { width:7.625rem;height:7.625rem;top:70.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwlhmd7aTTiE3aXgW7seJq8eKdH0qDKh { width:7.625rem;height:7.625rem;top:146.0625rem;left:11.34375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #GJhgwPDPHOVwzotH7hc7ZbfTCldbQd38 { width:16.8125rem;height:12rem;top:25.625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1etwHAHJ9RHvqb52nkCpZNgtAFMLCnZ { width:16.6875rem;height:2.4375rem;top:99.4375rem;left:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae0mMi5Ai1vOGnU9uXDofx2ro1JLLuZ9 { width:20rem;height:3.25rem;top:59.7265625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 { display:block; }#dz9K5wf63KJHwZWhFvBRq0KnfzJgE906 > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBy61G4E7TqUMXrc7Xo3WwPLAQmUewlt { width:17.4375rem;height:9.44825rem;top:4.6875rem;left:1.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TDIMJimoT6OTXdHB3fIXLG6QfAokJQPG { width:16.875rem;height:5.249025rem;top:36.375rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s0tRrEHN34OSRPazO9Ocz9uHw5riROI7 { width:14.6875rem;height:10.5rem;top:15.4375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVTvT30tNcPrdfg3NNZccTRRTUVFxLy { width:9.5rem;height:8.1875rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJqcyK9feDqQ1CzipZQQ6pNbFm2cgwxZ { width:11.5625rem;height:8.375rem;top:52.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvbrHMknNrl63DTW03ZrLXd8P43Awea { width:15.1875rem;height:11.5625rem;top:42.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtdfJt5ePDtzd9AqPsRe6xDuSuf8QVx6 { width:13.9375rem;height:3.0625rem;top:68.75rem;left:3.03125rem;font-size:1rem;font-weight:700;font-style:normal;z-index:100111;background-color:#f657a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNi563d9GeHOD3a6grAXwzfZJi46UTl6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQrfFX2246LXWqmQhfGJxRkqJbSP5p1w { width:20rem;height:3.5rem;top:74.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzyvmWCa9kZ7d9TQwSVXIUDiRuT38mHU { width:14.25rem;height:1.8125rem;top:1.40234375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZdJM4k7io6haqDyQE65qkwl0WV6B66v { width:14.875rem;height:1.75rem;top:32.96875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZgUsxXrhz2xFbTgrsDAx0l8CvxhFZs { width:16.8125rem;height:4.22265rem;top:63.3125rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container { background-color: transparent; background-image: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container > .video-iframe-container { display: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row > .video-iframe-container { display: none; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .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); }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container { border-width: 0; border-radius: 0; }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row > .video-iframe-container {  }#oPuCAFfhZSxCbTZibHP5mLrcHUIBcKzu > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHaGNqrWKOZkf9RvhnD3UAg5n2Os00Jv { width:13.625rem;height:1.40625rem;top:136.625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hK4pxtI6U1nMp8T23W8sEP4qF93P4kV3 { width:12.6875rem;height:3.3984375rem;top:149.375rem;left:3.65625rem;font-size:1.0625rem;line-height:1.6;z-index:100081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF8RrCn9uJpPsv3RoQRpemmC3QPAk2ev { width:11.5625rem;height:3.125rem;top:154.875rem;left:4.21875rem;font-size:0.9375rem;font-weight:400;font-style:normal;z-index:100090;background-color:#f657a6;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) { #EVkWwWbwARpKwzeRikg4yOVbKubQ7iNO { display:block; }
 }@media only screen and (max-width: 763px) { #rNyAJRyuZkq45x9ZgTlBoEhAoPynOECA { width:14.75rem;height:6.1875rem;top:139.375rem;left:2.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPKHNM1TeZCEfDSXVDrrtMXSozC24SSV { width:17.9375rem;height:8.3125rem;top:138rem;left:0.875rem;border-top:0.1875rem solid #56c836;border-left:0.1875rem solid #56c836;border-right:0.1875rem solid #56c836;border-bottom:0.1875rem solid #56c836;display:block; }
 }@media only screen and (max-width: 763px) { #kNOCIlHqlNSVtGxsnAgkSeOtTeLKl6is { width:7.9375rem;height:7.9375rem;top:129.1875rem;left:6.03125rem;z-index:100112;display:block; }
 }@media only screen and (max-width: 763px) { #E9MWzI6hJ8cVemKieRuvL7Ea6FdfnSDR { width:15.0625rem;height:6.1875rem;top:120.71875rem;left:2.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nV0zLfM63UEZBsGvCC2E44Vb7CfVOHBa { width:18rem;height:9.0625rem;top:119rem;left:0.8125rem;border-top:0.1875rem solid #ffb03e;border-left:0.1875rem solid #ffb03e;border-right:0.1875rem solid #ffb03e;border-bottom:0.1875rem solid #ffb03e;display:block; }
 }@media only screen and (max-width: 763px) { #vvMMZcayRdccUKid7q89WqetVrN3bUHm { width:7.875rem;height:7.875rem;top:110rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqbd6aqc81Hn4WF1x0fafJdqSxuwgyum { width:13.625rem;height:1.40625rem;top:117.4375rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4Si5mMlfirOt84hBewdzKsBC5uJHe9m { width:13.625rem;height:1.40625rem;top:99.125rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVubA3ozfokq9RwnPQxDW7S6WJuHH5KB { width:7.9375rem;height:7.9375rem;top:91.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0tuxMuuB528PLzTTqVpzSySkKZsDGi { width:15.1875rem;height:5.15625rem;top:103.125rem;left:2.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6tLyBfHpymuxVlMHSud7H5VOCpadFhh { width:17.875rem;height:8.4375rem;top:101.1875rem;left:0.875rem;border-top:0.1875rem solid #ff79bc;border-left:0.1875rem solid #ff79bc;border-right:0.1875rem solid #ff79bc;border-bottom:0.1875rem solid #ff79bc;display:block; }
 }@media only screen and (max-width: 763px) { #zWnGoouCCrMfSEADn02pyawWR71Q14Ew { width:15.5625rem;height:5.15625rem;top:85.15625rem;left:2.21875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3HPW8n9aKcZSfNXtbRkWJZ4OSLAgZTV { width:17.875rem;height:7.4375rem;top:83.75rem;left:0.875rem;border-top:0.1875rem solid #0e9ae5;border-left:0.1875rem solid #0e9ae5;border-right:0.1875rem solid #0e9ae5;border-bottom:0.1875rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #lwXqSmrVOuczKZQUEmOesl3VOhleDeif { width:7.875rem;height:7.875rem;top:74.5rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzg68epE3Q7qLNorIvICRLBVckLcDh5J { width:11.5625rem;height:1.40625rem;top:81.9375rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqgfMIEiPMMkTgn2bGUDy0u33k24zTGH { width:18.8125rem;height:2.798825rem;top:71.6875rem;left:0.59375rem;font-size:0.875rem;line-height:1.6;z-index:100081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVwt1knkUspftUdZxhIJ2IC68BsU6x5T { width:18.8125rem;height:91.0625rem;top:70.5625rem;left:0.59375rem;background-color:#ffe8e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ONbzxHBXpmc7c8n716W2JMbMIHKDmMIR { width:13.9375rem;height:4.375rem;top:64.625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW6mF5mw4HniPu1GTE6X7EhsdfpXQ9wa { width:10.5625rem;height:2.8125rem;top:57.625rem;left:4.71875rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100111;background-color:#f657a6;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) { #qAkBBqtsPoIqXnCnoFdB1PVlRM41Wx3F { display:block; }
 }@media only screen and (max-width: 763px) { #xryO0ZxBMdTQ3Av74ILimFdnOclKoqmB { width:18.4375rem;height:3.375rem;top:51.4375rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyKrSCvqCaRSRu5by19i7qC6T6431e8d { width:11.1875rem;height:6.3720625rem;top:40.3125rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSaNcTysnePUQRBtIxTx0EP9v3UPnpaT { width:9.5rem;height:2.2734375rem;top:36.625rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8tErKxn4flU0dpXyTK0hlKCw0ffdTl { width:14.6875rem;height:8.875rem;top:23.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8Mrbr56xItrDJScLKlaHaZZM4naCPi { width:15.75rem;height:12.375rem;top:11.3125rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhhSrgJQTJMvyBEn57caioAalX5uVTTO { width:12.4375rem;height:2.2734375rem;top:7.375rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FR1k6VPz7akZlzEJPn8kJidnc9i8kUgG { width:18.6875rem;height:44.4375rem;top:4.875rem;left:0.6875rem;background-color:#ffe8e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #B7mNCNkkAUd6IOIV3faFKpPB1XP8RCR9 { width:11.3125rem;height:6.0625rem;top:1.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { width:12.3125rem;height:17.4375rem;top:5.3125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { width:5.125rem;height:4.4375rem;top:23.625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { width:11.75rem;height:17.4375rem;top:26.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { width:12.3125rem;height:14.75rem;top:47.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { width:10.5625rem;height:17.4375rem;top:65.4375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7EZteDempkza3VIKyLieaTBi2g21vK { width:5.125rem;height:4.4375rem;top:71.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { width:5.125rem;height:4.4375rem;top:69.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { width:16.8125rem;height:1.54296875rem;top:2.0625rem;left:1.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wil5rTgZazxoqsIqzBS5nexQzagsD7eB { width:8.5rem;height:1.25rem;top:23.125rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100021;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { width:10.4375rem;height:2.125rem;top:22.6875rem;left:4.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #uquUzCc1710nTKbz667Trtl1DJTx2ymz { width:10.4375rem;height:2.125rem;top:60.375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { width:10.4375rem;height:2.125rem;top:86.8125rem;left:4.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { width:10.4375rem;height:2.125rem;top:85.96875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { width:6.4375rem;height:1.25rem;top:60.75rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { width:6.5rem;height:1.25rem;top:96.0625rem;left:6.71875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { width:7.125rem;height:1.25rem;top:53.90625rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100020;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { width:12.5rem;height:5.3125rem;top:26.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { width:12.8125rem;height:0;top:26.53125rem;left:4.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { width:13.375rem;height:5.625rem;top:69.4375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { width:12.8125rem;height:0;top:70.0625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { width:13.375rem;height:5.625rem;top:99.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { width:13.5rem;height:1.875rem;top:100.125rem;left:4.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { width:10.375rem;height:4.3125rem;top:105.9375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { width:7.3125rem;height:1.875rem;top:106.8125rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { width:10.4375rem;height:2.125rem;top:76.3125rem;left:4.75rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { top:27.3125rem;left:2.3125rem;width:15.375rem;height:2.8125rem;z-index:100022;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { top:32.625rem;left:3.0625rem;width:13.875rem;height:3.75rem;z-index:100023;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { top:37.625rem;left:3.75rem;width:12.5rem;height:2.8125rem;z-index:100024;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { background-color:#122ea8;background-image:none;display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { background-color: transparent; background-image: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .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); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { top:1.34375rem;left:0rem;width:20rem;height:7rem;z-index:100001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { width:20rem;height:0;top:7.0625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { width:18.875rem;height:18.375rem;top:1.40625rem;left:0.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:100004;color:#122ea8;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { width:20rem;height:auto;top:1.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { top:1.53125rem;left:0.34375rem;width:19.3125rem;height:23.625rem;z-index:100005;font-size:0.625rem;font-family:"source sans pro";line-height:1.4;color:#ffffff;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) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { width:0.75rem;height:1.375rem;top:1.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { width:1.375rem;height:1.375rem;top:1.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { width:1.375rem;height:1.3125rem;top:1.71875rem;left:14.5rem;display:block; }
 }