.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image: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); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { background-color: transparent; background-image: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container > .video-iframe-container { display: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container { display: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .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); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { border-width: 0; border-radius: 0; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container {  }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:12.1875rem;top:1.1875rem;left:23.90625rem;overflow:hidden;display:block; }
#b5tdRyHLdMvu4LwkuXBZu8tnoKHgvZQa { position:absolute;display:block;z-index:15007;background-color:#3eacc6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:60rem;top:0rem;left:0rem;display:block; }
#Xp3RvQ3E6sKBLCxMJ52I433wrNkg9DWp { position:absolute;display:block;z-index:15008;background-color:#3eacc6;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:1.625rem;width:60rem;top:4.625rem;left:0rem;display:block; }
#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { background-color: transparent; background-image: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .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); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { border-width: 0; border-radius: 0; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container {  }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { font-size:0.875rem;font-family:arial;height:114.125rem;width:60rem;position:relative;display:block; }#L2oooJIgJseIJAV6CDpJrrHNlQiiCzRO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ltzkL8JixADeCUKfzf8zxVe363wKIlKh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:32.25rem;top:10.875rem;left:13.5625rem;overflow:hidden;display:block; }
#cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { color:#ffffff;display:block;width:52rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:51rem;left:4rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oM6MBmiXoVpIq7vmSyCT1uMTTyAu84In { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.3125rem;top:26.5625rem;left:13.5625rem;overflow:hidden;display:block; }
#Ni9B0ykxhASRGO3TkdegNxKwHHmPkrkW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.3125rem;top:26.5625rem;left:30.875rem;overflow:hidden;display:block; }
#U0QVxR22RyrdhWrMi1ynEqtoZCTAbnKy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:14.9375rem;top:55.936630249024rem;left:22.4375rem;overflow:hidden;display:block; }
#bfICzBNHZFdzEaSbefPWW1oafENv5Lpu { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3eacc6, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #3eacc6, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #3eacc6, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #3eacc6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eacc6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eacc6', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #3eacc6, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
#K0ZBOc0OUpntWAsBB7MU5AiSffG0VJvD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:60rem;top:79.880210042rem;left:0rem;overflow:hidden;display:block; }
#TbMBHBCIzyIThNGIOfq2Geafgk4DC5Bn { position:absolute;display:block;z-index:15004;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:12.375rem;width:60rem;top:85.237500190738rem;left:0rem;display:block; }
#gWTuo6J6FeF3yX4L4ChikuuN5kFHaTEO { color:#de2f49;display:block;width:53.625rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:107.63671875rem;left:3.1875rem;height:6.075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7qQqtNbGqUN3NTa3qZ7VewDCF3JzrEh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:53.5625rem;top:0rem;left:3.21875rem;overflow:hidden;display:block; }
#UCRAHG4LlsG0n3ICnGHaeUf094uTl6Gt { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:50.72500038147rem;left:2.46875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2d43tXsr7ywx9rvtemywUFTnKw1h2oG { color:#3eacc6;display:block;width:51.25rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:67.684894561769rem;left:4.375rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MumixlJnJMkN6SfnT7wMMpZwyJxMRrTx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:14.9375rem;top:72.888889312744rem;left:22.53125rem;overflow:hidden;display:block; }
#gtg1gLIMVw2MNuMuUKANpZ6yh4RVwfCB { color:#3eacc6;display:block;width:45.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15029;line-height:2;letter-spacing:0;top:62.747398376462rem;left:7.46875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rW03HT54P371qoTM19ApJZQPyn2SlR3n { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15028;line-height:2;letter-spacing:0;top:45.725694656372rem;left:7.46875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JwS6ZuEF3aRWaNiQVTfMCDm6ceW7IJAA { color:#ffffff;display:block;width:52rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:51rem;left:4rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vUquGT0nlhJzwTUV3OJKoyAN74CNNQTv { color:#ffffff;display:block;width:52rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:51rem;left:4rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uCpM5puNWcp5Bfy5Xl9ZLfvnkM4IvKnc { color:#ffffff;display:block;width:52rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:51rem;left:4rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P21Z65a3EDcRmupBrQ3aODZabMcK6fWT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:38.163196563721rem;left:27.78125rem;overflow:hidden;display:block; }
#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { position:relative;display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { background-color: transparent; background-image: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .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); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { border-width: 0; border-radius: 0; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container > .video-iframe-container {  }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:71.3125rem;width:60rem;position:relative;display:block; }#oIbC2CEdpTI3tyvGmTslbpX59Ql9B2Cw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38rem;width:60rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#RSyqzDlbUVbTudgGyuIywf66nclnv18E { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.3) ;height:17.625rem;width:26.5rem;top:3.875rem;left:3rem;overflow:hidden;display:block; }
#dTfRVWlLOKbwRv58phBSTxbcZuEiPC4P { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.3) ;height:17.625rem;width:26.6875rem;top:11.049218893051rem;left:30.405469894409rem;overflow:hidden;display:block; }
#UCpCET87tGvx8hNJ8oGeGTwO5Zh2T8uH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.3) ;height:17.625rem;width:26.625rem;top:25.625000476837rem;left:2.9375rem;overflow:hidden;display:block; }
#t7xkxs5PCF8iPzGqLml63q1aFldqS4Jf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.3) ;height:17.625rem;width:26.625rem;top:32.799218893051rem;left:30.436719894409rem;overflow:hidden;display:block; }
#dyteBFPVb1gcTaxS4y0kTQH6hqEKU9VQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.5rem;width:26.5rem;top:47.250000476837rem;left:3rem;overflow:hidden;display:block; }
#u75sLC6Mgt3tJyAHnw2Fu2xyHMGLkHaU { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ96uIfitqs73Ok7CobnW9XD3PKaFXRg { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.9375rem;left:30.530469894409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXwTZ2tCBF2L77wG7BwN7x08LGydTxFA { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.4375rem;left:3.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ba7XPHOpHfiAXSG3tuTfhXmJ1G4GT8NK { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:51.580471038818rem;left:30.530469894409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPtOPzLVop1iqT3cTan7kOLuP29zfqWe { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:66.125rem;left:3.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMwSLPfelvmdLyThUDpXaXOE3k95BeMN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:25.4375rem;top:55.4375rem;left:32.0625rem;overflow:hidden;display:block; }
#l17zPXrUGfeXV34wMebDLDxwbnf4RqqH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:7.375rem;top:60.47500038147rem;left:48.727346420288rem;overflow:hidden;display:block; }
#tMrKlruUAfTwqzugkUBhEs0hvKXN8nUz { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.9375rem;width:60rem;top:33.375rem;left:0rem;overflow:hidden;display:block; }
#BgGNEpUsHf7kKP4X4oIBkKkvRb4IogMl { position:absolute;display:block;z-index:14997;background-color:#3793af;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:3.4375rem;width:60rem;top:57.000001192093rem;left:0rem;display:block; }
#o1S6Cs5zTs2TKvsSi1UPDNuSN3UMxJ5f { position:absolute;display:block;z-index:14999;background-color:#3793af;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:60rem;top:36.375rem;left:0rem;display:block; }
#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { position:relative;display:block; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { background-color: transparent; background-image: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container > .video-iframe-container { display: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row > .video-iframe-container { display: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .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); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { border-width: 0; border-radius: 0; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container > .video-iframe-container {  }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e5e5e5;background-image:none;font-size:0.875rem;font-family:arial;height:218.875rem;width:60rem;position:relative;display:block; }#HWOuFlPSsuKNF6rbI7A8XTHKivzd4ClO { color:#2e94ac;display:block;width:30.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:14.65625rem;height:9.1rem;font-style:normal;display:block; }
#wSeXg7XdiBxCnhO0K05N1De1bMgvde1z { color:#2e94ac;display:block;width:30.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:49.374132156372rem;left:14.6875rem;height:6.825rem;font-style:normal;display:block; }
#ORt5yWpcIi0re6lAGfewEXIBg80l7l4b { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:60rem;top:36.5rem;left:0rem;overflow:hidden;display:block; }
#tbX2mBPWLID8TOs0mzeAaaUAuTRAkxLe { color:#2e94ac;display:block;width:30.4375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:93.187486648562rem;left:14.78125rem;height:5.6875rem;font-style:normal;display:block; }
#q4cyb3QQoBRtoUrTII6oR1BI3eZk5V4Z { color:#2e94ac;display:block;width:30.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:111.62415313721rem;left:14.6875rem;height:7.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uq9D7bCTLOR1XcB6UsRbeqCiMm3mnvFf { color:#2e94ac;display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:131.8125rem;left:14.781251907349rem;height:9.1rem;font-style:normal;display:block; }
#JkItAqNwcBTHrQtpRRWdrJ6iQ0ySofsm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:60rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#oPfeQQzzq3OvXp3K3chXmx3fddnkHMTF { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.25rem;left:13.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gv4yvs5TZ4xzQLklXUuM4WTfN74p0t5g { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:60rem;top:83.25rem;left:0rem;overflow:hidden;display:block; }
#opq0s6me779uUdPFUytTKBO79dr3PkZM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:60rem;top:101.1875rem;left:0rem;overflow:hidden;display:block; }
#tCAHfn2eUVlIWLvQkm2LiJ7NKJfaJIwX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:60rem;top:121.875rem;left:0rem;overflow:hidden;display:block; }
#NDXcxkPH6ZeqG8IzFJMkrnpBTL3rcsT9 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.4375rem;left:19.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSDycnmNEywiMOmI2dOoNrTGfZwp4vhK { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:86.3125rem;left:14.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6zsthLHd3gH6cgz7e5yU8vclOGp1nOK { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:104.125rem;left:11.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vD0SRhGtvxkzqceA6BTRN9OOXFPmyo66 { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:125.3125rem;left:5.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cdv8IZeG1nkbcbd6xFChtiH37AWmIvOL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.1875rem;width:60rem;top:154.49390983581rem;left:0rem;overflow:hidden;display:block; }
#ltqKuWoRcen9pLh6W1cIWfkEDL6hcZBM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:60rem;top:143.18315219879rem;left:0rem;overflow:hidden;display:block; }
#N7vl6TGeLIJLOMTPMrCThTcTWxaaQvLn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68.125rem;width:60rem;top:151.74566268921rem;left:0rem;display:block; }
#dFSBPlxiFcv9C4Mxt5KfihOJHOgHTeT3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.125rem;width:60rem;top:182.37501525879rem;left:0rem;overflow:hidden;display:block; }
#RG0q8Ck1EuPU8AreZVBhoV9gVToKrZ57 { position:absolute;display:block;z-index:14999;background-color:#3793af;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:3.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#WOGiEDPZBwOsUrOFvcrz0rE9bxnibNZO { color:#de2f49;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15009;line-height:3;letter-spacing:0;top:7.375rem;left:13.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5ZsS66cWSUwIHii3Ak6MoJ7eyZc7CDe { color:#2e94ac;display:block;width:32.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.109375rem;left:14.656251907349rem;height:7.9625rem;font-style:normal;display:block; }
#Wgkl31EEA8IaIgI1flQe3ILZUvBV1Ip3 { color:#de2f49;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15010;line-height:3;letter-spacing:0;top:21.359375rem;left:13.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fApNa8Eg23fvQFfiUuV7J0xoudfWlKHc { color:#de2f49;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15010;line-height:3;letter-spacing:0;top:45.624992847442rem;left:13.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOIAeCoqH6osbqWn2yrwoLBLbLf82LK1 { color:#2e94ac;display:block;width:31.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:61.080474853516rem;left:14.687501907349rem;height:6.825rem;font-style:normal;display:block; }
#NJyJOSpzNBLJ3Rn5pNcDGRTbIqLelWUy { color:#de2f49;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15011;line-height:3;letter-spacing:0;top:57.331598281861rem;left:13.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXO7TKLiUCLuhTrRSuq6CzxGJNS6PIFM { color:#de2f49;display:block;width:33.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15012;line-height:3;letter-spacing:0;top:69.038196563719rem;left:13.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxgImfhHTd3dRlyIBuHc2KpRUmKwXk9e { color:#2e94ac;display:block;width:30.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:72.787326812744rem;left:14.6875rem;height:6.825rem;font-style:normal;display:block; }
#pKnizotVckpLusd7APzTt5JWC8E49Scn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:13.5rem;top:210.6875rem;left:0.75rem;overflow:hidden;display:block; }
#IvBShNfM5mZlUkz35afNg58rBIC8lpTe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:10.0625rem;top:211.62500572204rem;left:27.061719894409rem;overflow:hidden;display:block; }
#CnyHOkakR1XyJJF5JswXPbsWT3VlCt11 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:12rem;top:210.875rem;left:40.0625rem;overflow:hidden;display:block; }
#a6sES9W44BaxlC4x7mEqZJUrmB7hMCKE { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:5.625rem;top:211.1875rem;left:53.125rem;overflow:hidden;display:block; }
#PmXPeTqaZ4OKuWfFSzKFS7pC2lMldQAT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:15rem;top:211.00000572204rem;left:12.4375rem;overflow:hidden;display:block; }
#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { position:relative;display:block; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { background-color: transparent; background-image: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container > .video-iframe-container { display: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row > .video-iframe-container { display: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .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); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { border-width: 0; border-radius: 0; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container > .video-iframe-container {  }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#085e92;background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:7.1875rem;top:32.180557250976rem;left:26.40625rem;overflow:hidden;display:block; }
#lfTcrGMiXPknkIMTVuK3o4xBTglyqO6R { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.5rem;width:60rem;top:31.805557250976rem;left:0rem;display:block; }
#G9A0zJ3GwlA1a7f11aMVimIi1XI4v9K4 { color:#6a6a6a;display:block;width:44.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:34.631080627441rem;left:7.875rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzcchDSkxzSwVQBZocB4uBZIdlpOeqti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8617172241213rem;left:28.000001907349rem; }
#MzcchDSkxzSwVQBZocB4uBZIdlpOeqti > img { max-width: 100%;max-height:100%; }#MstIe9KVPF8QP0lPvQ9n7yaTotM5eGA7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.75rem;top:8.04843711853rem;left:12.46249961853rem;overflow:hidden;display:block; }
#o37rBFWd2moAk7XEgalRskOL7hV3xdza { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.75rem;top:8.04843711853rem;left:30.218751907349rem;overflow:hidden;display:block; }
#B7mL7X9oA7H7zCHbrD1NWNzLdstiMyxg { background-color:#3eacc6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:45.4375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.25rem;left:6.7492179870606rem;display:block; }
#GfXV4fBGQVhQsul7ZySez75DgWJop55q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZeldVrfR1A3lSNR5zULHoC2Hh4OUduCP { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #002435);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #002435);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #002435);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #002435);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#002435' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#002435' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #002435);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:60rem;top:16.936631202698rem;left:0rem;display:block; }
#RoAp7dlRT40h0tdgGb1V9l6u7OJa87JE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:60rem;top:0.56163215637207rem;left:0rem;overflow:hidden;display:block; }
#nbwaoGh9hFlSoTlL1VSEW8yEl7APvKti { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:22.562499523163rem;left:24.374998092651rem;overflow:hidden;display:block; }
#ppZyGQ6BGmi9zTWkBqEFMz38fu9Rr3Ku { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.499999523163rem;left:27.624998092651rem;height:2.1125rem;display:block; }
#eaoTflCPrgWmgcQ1a8irQJTq3aQBKpao { background-color:#ee2e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.787499904633rem;left:26.811719894409rem;display:block; }
#yWSapWUdU7uFaAOXTB71GBp1TGXCAK3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { width:12.1875rem;height:2.6875rem;top:1.1875rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5tdRyHLdMvu4LwkuXBZu8tnoKHgvZQa { width:47.75rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp3RvQ3E6sKBLCxMJ52I433wrNkg9DWp { width:47.75rem;height:1.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2oooJIgJseIJAV6CDpJrrHNlQiiCzRO { width:47.75rem;height:47.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzkL8JixADeCUKfzf8zxVe363wKIlKh { width:32.25rem;height:17.125rem;top:10.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { top:21.375rem;left:0rem;width:12.9375rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM6MBmiXoVpIq7vmSyCT1uMTTyAu84In { width:17.3125rem;height:9.375rem;top:26.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni9B0ykxhASRGO3TkdegNxKwHHmPkrkW { width:17.3125rem;height:9.375rem;top:26.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QVxR22RyrdhWrMi1ynEqtoZCTAbnKy { width:14.9375rem;height:5.375rem;top:55.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfICzBNHZFdzEaSbefPWW1oafENv5Lpu { width:47.75rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZBOc0OUpntWAsBB7MU5AiSffG0VJvD { width:47.75rem;height:21.537239583333rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMBHBCIzyIThNGIOfq2Geafgk4DC5Bn { width:47.75rem;height:12.375rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTuo6J6FeF3yX4L4ChikuuN5kFHaTEO { top:107.625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qQqtNbGqUN3NTa3qZ7VewDCF3JzrEh { width:47.75rem;height:11.032088681447rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRAHG4LlsG0n3ICnGHaeUf094uTl6Gt { top:50.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2d43tXsr7ywx9rvtemywUFTnKw1h2oG { top:67.625rem;left:0rem;width:47.75rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MumixlJnJMkN6SfnT7wMMpZwyJxMRrTx { width:14.9375rem;height:5.375rem;top:72.875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtg1gLIMVw2MNuMuUKANpZ6yh4RVwfCB { top:62.6875rem;left:1.34375rem;width:45.0625rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW03HT54P371qoTM19ApJZQPyn2SlR3n { top:45.6875rem;left:1.34375rem;width:45.0625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwS6ZuEF3aRWaNiQVTfMCDm6ceW7IJAA { top:36.8125rem;left:0rem;width:16.5rem;height:;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUquGT0nlhJzwTUV3OJKoyAN74CNNQTv { top:21.125rem;left:0rem;width:16.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCpM5puNWcp5Bfy5Xl9ZLfvnkM4IvKnc { top:21.375rem;left:0rem;width:16.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P21Z65a3EDcRmupBrQ3aODZabMcK6fWT { width:4.4375rem;height:4.4375rem;top:38.125rem;left:21.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIbC2CEdpTI3tyvGmTslbpX59Ql9B2Cw { width:47.75rem;height:30.241666666667rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyqzDlbUVbTudgGyuIywf66nclnv18E { width:26.5rem;height:17.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfRVWlLOKbwRv58phBSTxbcZuEiPC4P { width:26.6875rem;height:17.625rem;top:11rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpCET87tGvx8hNJ8oGeGTwO5Zh2T8uH { width:26.625rem;height:17.625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7xkxs5PCF8iPzGqLml63q1aFldqS4Jf { width:26.625rem;height:17.625rem;top:32.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyteBFPVb1gcTaxS4y0kTQH6hqEKU9VQ { width:26.5rem;height:17.5rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75sLC6Mgt3tJyAHnw2Fu2xyHMGLkHaU { width:26.4375rem;height:1.375rem;top:22.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ96uIfitqs73Ok7CobnW9XD3PKaFXRg { width:26.4375rem;height:1.375rem;top:29.9375rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXwTZ2tCBF2L77wG7BwN7x08LGydTxFA { width:26.4375rem;height:1.375rem;top:44.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7XPHOpHfiAXSG3tuTfhXmJ1G4GT8NK { width:26.4375rem;height:1.375rem;top:51.5625rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtOPzLVop1iqT3cTan7kOLuP29zfqWe { width:26.4375rem;height:1.375rem;top:66.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMwSLPfelvmdLyThUDpXaXOE3k95BeMN { width:25.4375rem;height:9.125rem;top:55.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l17zPXrUGfeXV34wMebDLDxwbnf4RqqH { width:7.375rem;height:6.6875rem;top:60.4375rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrKlruUAfTwqzugkUBhEs0hvKXN8nUz { width:47.75rem;height:30.191927083333rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGNEpUsHf7kKP4X4oIBkKkvRb4IogMl { width:47.75rem;height:3.4375rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1S6Cs5zTs2TKvsSi1UPDNuSN3UMxJ5f { width:47.75rem;height:5.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { display:block; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWOuFlPSsuKNF6rbI7A8XTHKivzd4ClO { width:30.6875rem;height:10.125rem;top:11.125rem;left:8.53125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSeXg7XdiBxCnhO0K05N1De1bMgvde1z { width:30.625rem;height:7.9375rem;top:49.3125rem;left:8.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORt5yWpcIi0re6lAGfewEXIBg80l7l4b { width:47.75rem;height:7.2619791666667rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbX2mBPWLID8TOs0mzeAaaUAuTRAkxLe { width:30.4375rem;height:6.8125rem;top:93.125rem;left:8.6562480926512rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4cyb3QQoBRtoUrTII6oR1BI3eZk5V4Z { width:30.625rem;height:9.0625rem;top:111.5625rem;left:8.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq9D7bCTLOR1XcB6UsRbeqCiMm3mnvFf { width:31.25rem;height:11.375rem;top:131.8125rem;left:8.6562519073488rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkItAqNwcBTHrQtpRRWdrJ6iQ0ySofsm { width:47.75rem;height:10.047395833333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPfeQQzzq3OvXp3K3chXmx3fddnkHMTF { width:33.875rem;height:3.25rem;top:0.25rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4yvs5TZ4xzQLklXUuM4WTfN74p0t5g { width:47.75rem;height:7.4609375rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opq0s6me779uUdPFUytTKBO79dr3PkZM { width:47.75rem;height:7.2619791666667rem;top:101.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCAHfn2eUVlIWLvQkm2LiJ7NKJfaJIwX { width:47.75rem;height:7.4609375rem;top:121.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDXcxkPH6ZeqG8IzFJMkrnpBTL3rcsT9 { width:21.1875rem;height:3.25rem;top:39.4375rem;left:13.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSDycnmNEywiMOmI2dOoNrTGfZwp4vhK { width:30.3125rem;height:3.25rem;top:86.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zsthLHd3gH6cgz7e5yU8vclOGp1nOK { width:37.625rem;height:3.25rem;top:104.125rem;left:5.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0SRhGtvxkzqceA6BTRN9OOXFPmyo66 { width:47.75rem;height:2.4375rem;top:125.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdv8IZeG1nkbcbd6xFChtiH37AWmIvOL { width:47.75rem;height:21.63671875rem;top:154.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqKuWoRcen9pLh6W1cIWfkEDL6hcZBM { width:47.75rem;height:9.0028645833333rem;top:143.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7vl6TGeLIJLOMTPMrCThTcTWxaaQvLn { width:47.75rem;height:68.125rem;top:151.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSBPlxiFcv9C4Mxt5KfihOJHOgHTeT3 { width:47.75rem;height:21.586979166667rem;top:182.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0q8Ck1EuPU8AreZVBhoV9gVToKrZ57 { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGiEDPZBwOsUrOFvcrz0rE9bxnibNZO { width:33.875rem;height:3.75rem;top:7.375rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZsS66cWSUwIHii3Ak6MoJ7eyZc7CDe { width:32.3125rem;height:7.9375rem;top:25.0625rem;left:8.5312519073488rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgkl31EEA8IaIgI1flQe3ILZUvBV1Ip3 { width:33.875rem;height:3.75rem;top:21.3125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApNa8Eg23fvQFfiUuV7J0xoudfWlKHc { width:33.875rem;height:3.75rem;top:45.5625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOIAeCoqH6osbqWn2yrwoLBLbLf82LK1 { width:31.125rem;height:6.8125rem;top:61.0625rem;left:8.5625019073488rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyJOSpzNBLJ3Rn5pNcDGRTbIqLelWUy { width:33.875rem;height:3.75rem;top:57.3125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXO7TKLiUCLuhTrRSuq6CzxGJNS6PIFM { width:33.875rem;height:3.75rem;top:69rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxgImfhHTd3dRlyIBuHc2KpRUmKwXk9e { width:30.625rem;height:9.0625rem;top:72.75rem;left:8.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnizotVckpLusd7APzTt5JWC8E49Scn { width:13.5rem;height:7.5rem;top:210.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBShNfM5mZlUkz35afNg58rBIC8lpTe { width:10.0625rem;height:5.625rem;top:211.625rem;left:20.936719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnyHOkakR1XyJJF5JswXPbsWT3VlCt11 { width:12rem;height:6.6875rem;top:210.875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6sES9W44BaxlC4x7mEqZJUrmB7hMCKE { width:5.625rem;height:6.75rem;top:211.1875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmXPeTqaZ4OKuWfFSzKFS7pC2lMldQAT { width:15rem;height:7.375rem;top:211rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { display:block; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { width:7.1875rem;height:2.0625rem;top:32.125rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTcrGMiXPknkIMTVuK3o4xBTglyqO6R { width:47.75rem;height:4.5rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9A0zJ3GwlA1a7f11aMVimIi1XI4v9K4 { top:34.625rem;left:1.75rem;width:44.25rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzcchDSkxzSwVQBZocB4uBZIdlpOeqti { width:4rem;height:4rem;top:8.8125rem;left:21.875001907349rem;display:block; }
#MzcchDSkxzSwVQBZocB4uBZIdlpOeqti > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MstIe9KVPF8QP0lPvQ9n7yaTotM5eGA7 { width:18.75rem;height:5.625rem;top:8rem;left:6.33749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37rBFWd2moAk7XEgalRskOL7hV3xdza { width:18.75rem;height:5.625rem;top:8rem;left:24.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mL7X9oA7H7zCHbrD1NWNzLdstiMyxg { width:45.4375rem;height:3.4375rem;top:16.25rem;left:0.62421798706055rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXV4fBGQVhQsul7ZySez75DgWJop55q { display:block; }
 }@media only screen and (max-width: 763px) { #ZeldVrfR1A3lSNR5zULHoC2Hh4OUduCP { width:47.75rem;height:21.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAp7dlRT40h0tdgGb1V9l6u7OJa87JE { width:47.75rem;height:5.0734375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwaoGh9hFlSoTlL1VSEW8yEl7APvKti { width:2rem;height:2rem;top:22.5rem;left:18.249998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppZyGQ6BGmi9zTWkBqEFMz38fu9Rr3Ku { width:8rem;height:2.0625rem;top:22.4375rem;left:21.499998092651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaoTflCPrgWmgcQ1a8irQJTq3aQBKpao { width:6.375rem;height:2.1875rem;top:25.75rem;left:20.686719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWSapWUdU7uFaAOXTB71GBp1TGXCAK3G { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { position:relative;z-index:auto;display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { width:20rem;height:5.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { width:10.625rem;height:2.375rem;top:1.59375rem;left:4.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5tdRyHLdMvu4LwkuXBZu8tnoKHgvZQa { width:20rem;height:1rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp3RvQ3E6sKBLCxMJ52I433wrNkg9DWp { width:20rem;height:0.8125rem;top:4.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { background-color: transparent; background-image: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .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); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { border-width: 0; border-radius: 0; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container > .video-iframe-container {  }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { width:20rem;height:61.9375rem;background-color:#3793af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2oooJIgJseIJAV6CDpJrrHNlQiiCzRO { width:20rem;height:19.9375rem;top:1.52587890625E-5rem;left:0.061718761920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzkL8JixADeCUKfzf8zxVe363wKIlKh { width:12.8125rem;height:6.6875rem;top:4.4375rem;left:3.5625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { width:16.5rem;height:3.5rem;top:24.560764551162rem;left:1.7500000596046rem;font-size:0.625rem;color:#0c3945;display:block; }
 }@media only screen and (max-width: 763px) { #oM6MBmiXoVpIq7vmSyCT1uMTTyAu84In { width:5.6875rem;height:3rem;top:11.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni9B0ykxhASRGO3TkdegNxKwHHmPkrkW { width:5.6875rem;height:2.8125rem;top:11.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QVxR22RyrdhWrMi1ynEqtoZCTAbnKy { width:10.5rem;height:3.75rem;top:28.780382394791rem;left:4.6562498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfICzBNHZFdzEaSbefPWW1oafENv5Lpu { width:20rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZBOc0OUpntWAsBB7MU5AiSffG0VJvD { width:20rem;height:9rem;top:46.427952647209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMBHBCIzyIThNGIOfq2Geafgk4DC5Bn { width:20rem;height:42rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTuo6J6FeF3yX4L4ChikuuN5kFHaTEO { width:17.75rem;height:4.3875rem;top:56.67578125rem;left:1.125rem;font-size:0.8125rem;color:#de2f49;display:block; }
 }@media only screen and (max-width: 763px) { #K7qQqtNbGqUN3NTa3qZ7VewDCF3JzrEh { width:20rem;height:4.6206625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRAHG4LlsG0n3ICnGHaeUf094uTl6Gt { width:15.0625rem;height:1.22395625rem;top:17.1875rem;left:2.4687500596046rem;font-size:0.4375rem;color:#ffffff;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #y2d43tXsr7ywx9rvtemywUFTnKw1h2oG { width:20rem;height:auto;top:67.625rem;left:0rem;font-size:0.4375rem;color:#ffffff;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #MumixlJnJMkN6SfnT7wMMpZwyJxMRrTx { width:10.125rem;height:3.625rem;top:40.000002145768rem;left:4.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtg1gLIMVw2MNuMuUKANpZ6yh4RVwfCB { width:20rem;height:auto;top:62.6875rem;left:0rem;font-size:2rem;color:#ffffff;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #rW03HT54P371qoTM19ApJZQPyn2SlR3n { width:20rem;height:auto;top:45.6875rem;left:0rem;font-size:2rem;color:#ffffff;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #JwS6ZuEF3aRWaNiQVTfMCDm6ceW7IJAA { width:15.625rem;height:2.625rem;top:36.623262643814rem;left:2.1875000596046rem;font-size:0.625rem;color:#0c3945;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vUquGT0nlhJzwTUV3OJKoyAN74CNNQTv { width:16.5rem;height:3.125rem;top:33.499132394791rem;left:1.7500000596046rem;font-size:1.25rem;color:#de2f49;z-index:15012;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #uCpM5puNWcp5Bfy5Xl9ZLfvnkM4IvKnc { width:16.5rem;height:3.125rem;top:21.436632633209rem;left:1.7500000596046rem;font-size:1.25rem;color:#de2f49;z-index:15013;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #P21Z65a3EDcRmupBrQ3aODZabMcK6fWT { width:2.8125rem;height:2.8125rem;top:15.625rem;left:8.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { background-color: transparent; background-image: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .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); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { border-width: 0; border-radius: 0; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container > .video-iframe-container {  }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { width:20rem;height:103.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIbC2CEdpTI3tyvGmTslbpX59Ql9B2Cw { width:20rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyqzDlbUVbTudgGyuIywf66nclnv18E { width:20rem;height:13.3015625rem;top:3.0351638793945rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfRVWlLOKbwRv58phBSTxbcZuEiPC4P { width:20rem;height:13.2078125rem;top:20.962501525879rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpCET87tGvx8hNJ8oGeGTwO5Zh2T8uH { width:20rem;height:13.2390625rem;top:38.920314788818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7xkxs5PCF8iPzGqLml63q1aFldqS4Jf { width:20rem;height:13.2390625rem;top:56.784376144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyteBFPVb1gcTaxS4y0kTQH6hqEKU9VQ { width:20rem;height:13.20625rem;top:74.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75sLC6Mgt3tJyAHnw2Fu2xyHMGLkHaU { width:20rem;height:1.21875rem;top:17.63437461853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ96uIfitqs73Ok7CobnW9XD3PKaFXRg { width:20rem;height:1.21875rem;top:35.52968788147rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXwTZ2tCBF2L77wG7BwN7x08LGydTxFA { width:20rem;height:1.21875rem;top:53.456251144409rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7XPHOpHfiAXSG3tuTfhXmJ1G4GT8NK { width:20rem;height:1.21875rem;top:71.2578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtOPzLVop1iqT3cTan7kOLuP29zfqWe { width:12.1875rem;height:2.4375rem;top:89.125rem;left:3.9062498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMwSLPfelvmdLyThUDpXaXOE3k95BeMN { width:18.75rem;height:6.875rem;top:94.069454193113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l17zPXrUGfeXV34wMebDLDxwbnf4RqqH { width:5.5rem;height:5rem;top:96.27343940735rem;left:14.499132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrKlruUAfTwqzugkUBhEs0hvKXN8nUz { width:20rem;height:12.6875rem;top:8.3367271423337rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGNEpUsHf7kKP4X4oIBkKkvRb4IogMl { width:20rem;height:83.5rem;top:18.852340698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1S6Cs5zTs2TKvsSi1UPDNuSN3UMxJ5f { width:20rem;height:5.3125rem;top:98rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { display:block; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp { background-color: transparent; background-image: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container > .video-iframe-container { display: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row > .video-iframe-container { display: none; }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .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); }#l2p3m0ERTUsbVpD7gT82pZ6ICByRWRIp > .row .container { width:20rem;height:166.125rem;background-color:#e5e5e5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWOuFlPSsuKNF6rbI7A8XTHKivzd4ClO { width:17.6875rem;height:8.9375rem;top:6.8671875rem;left:1.0928819775581rem;font-size:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wSeXg7XdiBxCnhO0K05N1De1bMgvde1z { width:17.6875rem;height:7.3125rem;top:34.1875rem;left:1.0616319775581rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORt5yWpcIi0re6lAGfewEXIBg80l7l4b { width:20rem;height:2.875rem;top:26.874130249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbX2mBPWLID8TOs0mzeAaaUAuTRAkxLe { width:17.625rem;height:5.6875rem;top:67.281252965331rem;left:1.0928819775581rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4cyb3QQoBRtoUrTII6oR1BI3eZk5V4Z { width:17.625rem;height:8.125rem;top:80.9375rem;left:1.0928819775581rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq9D7bCTLOR1XcB6UsRbeqCiMm3mnvFf { width:17.75rem;height:8.9375rem;top:97.248443603512rem;left:1.0921875238419rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkItAqNwcBTHrQtpRRWdrJ6iQ0ySofsm { width:20rem;height:4.25rem;top:0.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPfeQQzzq3OvXp3K3chXmx3fddnkHMTF { width:20rem;height:1.21875rem;top:3.3742198944092rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#de2f49;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4yvs5TZ4xzQLklXUuM4WTfN74p0t5g { width:20rem;height:3.125rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opq0s6me779uUdPFUytTKBO79dr3PkZM { width:20rem;height:3.0408rem;top:74.687492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCAHfn2eUVlIWLvQkm2LiJ7NKJfaJIwX { width:20rem;height:3.125rem;top:89.999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDXcxkPH6ZeqG8IzFJMkrnpBTL3rcsT9 { width:20rem;height:1.625rem;top:30.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#de2f49;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qSDycnmNEywiMOmI2dOoNrTGfZwp4vhK { width:20rem;height:1.21875rem;top:65.25000190735rem;left:0rem;font-size:0.9375rem;color:#de2f49;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6zsthLHd3gH6cgz7e5yU8vclOGp1nOK { width:20rem;height:1.21875rem;top:78.8125038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#de2f49;display:block; }
 }@media only screen and (max-width: 763px) { #vD0SRhGtvxkzqceA6BTRN9OOXFPmyo66 { width:12.0625rem;height:2.4375rem;top:93.875007629394rem;left:3.9687498211861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#de2f49;display:block; }
 }@media only screen and (max-width: 763px) { #Cdv8IZeG1nkbcbd6xFChtiH37AWmIvOL { width:20rem;height:9.0625rem;top:113.12497425079rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqKuWoRcen9pLh6W1cIWfkEDL6hcZBM { width:20rem;height:3.6875rem;top:107.99913978577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7vl6TGeLIJLOMTPMrCThTcTWxaaQvLn { width:20rem;height:54.4375rem;top:111.68575668335rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSBPlxiFcv9C4Mxt5KfihOJHOgHTeT3 { width:20rem;height:9.0625rem;top:123.43749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0q8Ck1EuPU8AreZVBhoV9gVToKrZ57 { width:20rem;height:3.1875rem;top:-0.12578010559082rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGiEDPZBwOsUrOFvcrz0rE9bxnibNZO { width:20rem;height:2.25rem;top:4.6171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#3eacc6;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZsS66cWSUwIHii3Ak6MoJ7eyZc7CDe { width:17.875rem;height:8.125rem;top:17.99130821228rem;left:1.0616319775581rem;font-size:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Wgkl31EEA8IaIgI1flQe3ILZUvBV1Ip3 { width:20rem;height:2.25rem;top:15.741319656372rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#3eacc6;display:block; }
 }@media only screen and (max-width: 763px) { #fApNa8Eg23fvQFfiUuV7J0xoudfWlKHc { width:20rem;height:2.25rem;top:31.937500476837rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#3eacc6;display:block; }
 }@media only screen and (max-width: 763px) { #OOIAeCoqH6osbqWn2yrwoLBLbLf82LK1 { width:17.5625rem;height:6.5rem;top:43.749135971069rem;left:1.0616319775581rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyJOSpzNBLJ3Rn5pNcDGRTbIqLelWUy { width:20rem;height:2.25rem;top:41.499996900559rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#3eacc6;display:block; }
 }@media only screen and (max-width: 763px) { #SXO7TKLiUCLuhTrRSuq6CzxGJNS6PIFM { width:20rem;height:2.25rem;top:50.249134063721rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#3eacc6;display:block; }
 }@media only screen and (max-width: 763px) { #GxgImfhHTd3dRlyIBuHc2KpRUmKwXk9e { width:17.875rem;height:7.3125rem;top:52.499132156372rem;left:1.0616319775581rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKnizotVckpLusd7APzTt5JWC8E49Scn { width:12.375rem;height:6.9375rem;top:134.12326335907rem;left:3.8124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBShNfM5mZlUkz35afNg58rBIC8lpTe { width:10.0625rem;height:5.625rem;top:140.05902671814rem;left:4.9687498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnyHOkakR1XyJJF5JswXPbsWT3VlCt11 { width:12rem;height:6.6875rem;top:146.24652671814rem;left:3.9999998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6sES9W44BaxlC4x7mEqZJUrmB7hMCKE { width:5.625rem;height:6.75rem;top:153.24652671814rem;left:7.1874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmXPeTqaZ4OKuWfFSzKFS7pC2lMldQAT { width:15rem;height:7.375rem;top:158.30902671814rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { display:block; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { background-color: transparent; background-image: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container > .video-iframe-container { display: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row > .video-iframe-container { display: none; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .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); }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 { border-width: 0; border-radius: 0; }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container > .video-iframe-container {  }#RPaAUru0CDGhfRrwTe0XSBQ0mgnvoNn3 > .row .container { width:20rem;height:44.123437643051rem;background-color:#085e92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { width:5.6875rem;height:1.5625rem;top:32.749144554138rem;left:7.1562498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTcrGMiXPknkIMTVuK3o4xBTglyqO6R { width:20rem;height:4rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9A0zJ3GwlA1a7f11aMVimIi1XI4v9K4 { width:18.8125rem;height:1.575rem;top:35.055557250976rem;left:0.59288197755814rem;font-size:0.5625rem;color:#8e8e8e;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzcchDSkxzSwVQBZocB4uBZIdlpOeqti { width:4.875rem;height:4.875rem;top:7.3125rem;left:7.5625rem;display:block; }
#MzcchDSkxzSwVQBZocB4uBZIdlpOeqti > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MstIe9KVPF8QP0lPvQ9n7yaTotM5eGA7 { width:13.3125rem;height:4rem;top:4.0625061988831rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37rBFWd2moAk7XEgalRskOL7hV3xdza { width:13.8125rem;height:4.125rem;top:11.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mL7X9oA7H7zCHbrD1NWNzLdstiMyxg { width:16.9375rem;height:3.25rem;top:27.061718702316rem;left:1.5312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXV4fBGQVhQsul7ZySez75DgWJop55q { display:block; }
 }@media only screen and (max-width: 763px) { #ZeldVrfR1A3lSNR5zULHoC2Hh4OUduCP { width:20rem;height:27.5625rem;top:11.874118804932rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAp7dlRT40h0tdgGb1V9l6u7OJa87JE { width:20rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwaoGh9hFlSoTlL1VSEW8yEl7APvKti { width:2rem;height:2rem;top:19.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppZyGQ6BGmi9zTWkBqEFMz38fu9Rr3Ku { width:8rem;height:2.1125rem;top:21.5rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaoTflCPrgWmgcQ1a8irQJTq3aQBKpao { width:6.375rem;height:2.1875rem;top:40.685937643051rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWSapWUdU7uFaAOXTB71GBp1TGXCAK3G { display:block; }
 }