.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#78c8c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#cEpB70PzwEy2p93J1hDnq0c5WCOewafI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEpB70PzwEy2p93J1hDnq0c5WCOewafI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEpB70PzwEy2p93J1hDnq0c5WCOewafI > .row > .video-iframe-container { display: none; }#cEpB70PzwEy2p93J1hDnq0c5WCOewafI > .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); }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container { background-color: transparent; background-image: none; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container > .video-iframe-container { display: none; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row > .video-iframe-container { display: none; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .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); }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container { border-width: 0; border-radius: 0; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lgbTxFJAg9hptvo079esfcGyrgUzR8cX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5.5625rem;top:0.5rem;left:0.39772727272727rem;overflow:hidden;display:block; }
#DHG8HG7qfb9IGZBT88pwusl7U5DnUCZc { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #0e26e5);background-image: -moz-linear-gradient(top, #cccccc, #0e26e5);background-image: -ms-linear-gradient(top, #cccccc, #0e26e5);background-image: -o-linear-gradient(top, #cccccc, #0e26e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );";background-image: linear-gradient(to bottom, #cccccc, #0e26e5);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.03125rem;left:42rem;display:block; }
#sEsebS3S3S7bRceQsxXnbz9PAP61V8Wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAPPW8XMmERvKAQIxocGgT1Oq3S7qeRR { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #0e26e5);background-image: -moz-linear-gradient(top, #cccccc, #0e26e5);background-image: -ms-linear-gradient(top, #cccccc, #0e26e5);background-image: -o-linear-gradient(top, #cccccc, #0e26e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );";background-image: linear-gradient(to bottom, #cccccc, #0e26e5);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.03125rem;left:24.834635734558rem;display:block; }
#C06DgIevOJeD46rEA40k9aVNT1RJ1IMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOSem4V4B1e7UL5ZmX4Gs2KL1oemrABV { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #0e26e5);background-image: -moz-linear-gradient(top, #cccccc, #0e26e5);background-image: -ms-linear-gradient(top, #cccccc, #0e26e5);background-image: -o-linear-gradient(top, #cccccc, #0e26e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#0e26e5' );";background-image: linear-gradient(to bottom, #cccccc, #0e26e5);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:7.625rem;display:block; }
#rOs5KB7TPaGoq5KNI0T5lMSvuD4GdmWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEgL4qRdFsv5QUU7VSwguFdMypgzVu4g { color:#0e26e5;display:block;width:35.5623125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.6770830154419rem;left:5.0927734375rem;height:2.062175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUbtbTT9G87Osck7l3udIDihzMMPg0Op { position:relative;display:block; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op { background-color: transparent; background-image: none; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row .container > .video-iframe-container { display: none; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row > .video-iframe-container { display: none; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .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); }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op { border-width: 0; border-radius: 0; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .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:58.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rbt1LD8XA2J1twCLkyTGp51inGTvNpot { color:#03a99d;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3111982345581rem;left:0.78059959411619rem;height:7.087375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sfK52qPgyHPM6Z04TG7Nc9ZE75y4EpUH { color:#f0eff6;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.4375rem;left:40.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TiLDFVy2elGuIexHGBNR7HhTrQLciT1r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:52.3125rem;left:52.5rem; }
#TiLDFVy2elGuIexHGBNR7HhTrQLciT1r > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#OanuLtarIv6M38UgRCWQTg4tHcw1dT3t { color:#03a99d;display:block;width:11.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53rem;left:41.0625rem;height:1.4615875rem;font-style:normal;display:block; }
#LTvzryhkTTlRFxCfNup03NkR4iaii5tZ { background-color:#03a99d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.81185rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.239909410477rem;left:0.77962303161619rem;display:block; }
#yVvAc7OLh8MfO2LKQ7rCuKQ45ga4VBne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTrnwkb0D8Mmkma26mixHTxrhrriTB0S { background-color:#03a99d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6246875rem;height:3.81185rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.239909410477rem;left:20.686849594116rem;display:block; }
#r18TOWHiCbOuwCGqOrxmm6JMmpWgWREB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChscZ22SogKyvpJb2EkO3UVTIhb6n0VT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:19.9375rem;top:10.138673186302rem;left:38.25rem;overflow:hidden;display:block; }
#A4Sc6cR8T8kPPbIATT5dKVpOiV5zFF9y { color:#03a99d;display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:50.25rem;left:41.0625rem;height:1.4615875rem;font-style:normal;display:block; }
#KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:49.6875rem;left:55.375rem; }
#KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#U7V6AJM2SLRERfxS2DSD74UaUTEp0Gzv { color:#03a99d;display:block;width:35.686875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:29.440104603768rem;left:0.77962303161619rem;height:18.196625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wuHya3sZfn2syQ54OwS3mNFq23se4xuV { color:#e50e32;display:block;width:35.5623125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.9679365158081rem;left:0.77962303161619rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J4U8Ehl5nmusDZXKBInfBJ9koMWQ2XJV { color:#e50e32;display:block;width:22.6871875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:26.805827140808rem;left:4.9674472808838rem;height:2.062175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zL6NE0XOJZeZo7InUO7Xtuv1Lba4nxll { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:19.9375rem;top:39.273272514343rem;left:38.249509811401rem;overflow:hidden;display:block; }
#Ub8HnQu55OebVuawcGVvhZF62bvtyJzS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:20.0625rem;top:0.4375rem;left:38.10308736435rem;overflow:hidden;display:block; }
#KGpJCqfDPq8dt5Ukvn3lcCOrDTVEGT3M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:19.9375rem;top:19.880860565163rem;left:38.225640004959rem;overflow:hidden;display:block; }
#GFRER4bEmxwRfDdvdFc0TdoEIQrwgP0T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:19.8125rem;top:29.440756797791rem;left:38.3125rem;overflow:hidden;display:block; }
#EU7BTvEgKPUOCRCedww2aB0rvXuFi2UT { color:#e50e32;display:block;width:58.0623125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:54.934894561767rem;left:0.96842384338381rem;height:2.610675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aKqxL7ezI1zpDLHpTbJ04Thm9z6qFoIV { color:#0e26e5;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:12.222819328308rem;left:0.77962303161619rem;height:7.087375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KUkevEJ2gvPQmB7Cl9IV6MTGTTMH1e6f { color:#03a99d;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:16.925944328308rem;left:0.77962303161619rem;height:9.449875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k1lTVSAXXTnlze9uyoOsfkgczBUOJrdN { color:#0e26e5;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:21.48828125rem;left:0.77962303161619rem;height:4.7249375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FVy1qi7zKy83tsacJfaOSlKiinkQvenu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2373;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container { background-color: transparent; background-image: none; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container > .video-iframe-container { display: none; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row > .video-iframe-container { display: none; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .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); }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container { border-width: 0; border-radius: 0; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#xOSkP5WRaQd80IiSRtCskv7RavyoK8F1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBlb6Q5PWFTQmASOJqVWKwTX8Xb3Ju3K { color:#ffffff;display:block;width:58rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:1rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c8c1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container { background-color: transparent; background-image: none; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container > .video-iframe-container { display: none; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row > .video-iframe-container { display: none; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .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); }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container { border-width: 0; border-radius: 0; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:60rem;position:relative;display:block; }#pX9pDeD8iU1wvNri6c2R9VP66QVBtmuh { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHLE4TbbpBkxy77r1RNZ0WuoPs32VPqJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmeLdilN0XyTn9niA3v1NUTTlBdZSJ34 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:13.0625rem;top:3.5625rem;left:1.0625rem;overflow:hidden;display:block; }
#PU6bDJv6PVRrFnhUFGJZvfieawBm8I1i { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:18.875rem;height:16.2435rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LbvbqH5JSAQoSAW6OpBOREy8ySXuIVXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.6875rem;left:15.625rem; }
#MTed6de1Do9Ui1a3osTKesTOGzEW7wAk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.3125rem;left:15.625rem; }
#GNHXiLlStt70VrKpT16KXyFbn1AMSFKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.0625rem;left:15.625rem; }
#IDWaN7kIyeSleF9bbcWuSAdhlPpHVP9a { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:13.1875rem;top:25.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#m5icdguTaKHCnsGbC4UImCugkJSz29kp { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.4375rem;left:19.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SGbX3ByeHKLHOPBEPqGrqzvrylegTzx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:30.3125rem;left:15.8125rem; }
#qVAL4RKXW8W1gHZVB04fWLUp1m2e0c4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.1875rem;left:15.625rem; }
#Qo2M6Tk1zK8ZcMG3DuHQrXnMOmOKdbTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:40rem;left:15.8125rem; }
#BB7tEkpwVzPIITtio5FtpECHBKL6SLL1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:13.4375rem;top:49.5rem;left:1.0625rem;overflow:hidden;display:block; }
#CdNufaGDbroorhNH9DzzHFXnKtGP12XK { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.1875rem;left:19.125rem;height:19.4921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nSCMONStdTf3UrfL1vQcSxd3rfEi3ggD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:56rem;left:15.625rem; }
#irVekuoCD0AhCMf0GVNypOyWod2I28XG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:64.1875rem;left:15.625rem; }
#gp0gLqAQA7M4LkLvaOtTtTaJ8d6JrO3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:60.0625rem;left:15.625rem; }
#tc2EuKZQQ8WNVo6KbBTR4heHDiKheGnN { color:#9a2db5;display:block;width:38.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:15.625rem;height:3.2487rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvMwzNmisXw4oUsNDlWSKJRQkmFECIB0 { color:#9a2db5;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:15.5rem;height:3.2487rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RB0nieVgCgExKqhdQXfihI4aQneNgtDI { color:#9a2db5;display:block;width:43.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.875rem;left:15.5rem;height:3.2487rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uq3b5e3VWgcaarIo1bBFSwBTH86fPcdS { background-color:#9a2db5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.125rem;left:1.0625rem;display:block; }
#cEZ4z3mc9WIJbqphWBABHKlf5FX8x9Tl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTEmKcGTsC4Oq8mvZFbJg2N5CQFEzmhD { background-color:#9a2db5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.75rem;left:1.0625rem;display:block; }
#DA2GbLZVmyD9InSJ0Om8aduFFCl0zWe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtoMiIeuWmZtVhLuiIOax4JmXpI6f5bT { background-color:#9a2db5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:68.4375rem;left:1.0625rem;display:block; }
#gMZ0TFLx5UTpf25E4J7nt8bOi5bQWdm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2373;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container { background-color: transparent; background-image: none; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container > .video-iframe-container { display: none; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row > .video-iframe-container { display: none; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .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); }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container { border-width: 0; border-radius: 0; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#HKe6s8JEWwJGQ2W0TkW43Ex34SecaDmH { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.59375rem;left:1.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pkqius5zkNfrGAh4DsPmrl9J2uccsJst { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.21875rem;left:0rem;height:4.87305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1yc9WhbRT6NBL1e6Ti6erMrBqdxspTG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:10.6875rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#nEVrtLTdZiKKpXJpAsXmg9a8OanAsdFp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:10.625rem;top:3.5625rem;left:12.28125rem;overflow:hidden;display:block; }
#i70BdLKTUQZInGFZiRnLTdGesQOMLEK2 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.21875rem;left:12.03125rem;height:3.6547875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lfb2S5x8w19bq8dkp05fR4XfQQHsDQnI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:10.625rem;top:3.625rem;left:24.5625rem;overflow:hidden;display:block; }
#XNQ3phUAHLoDWS1GuZmtaTJGcgiA47GJ { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.21875rem;left:24.625rem;height:3.6547875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iCNV2BGxlx6qA9vUI2MWrT4zxOr12ZKi { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.21875rem;left:37.40625rem;height:3.6547875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THvAq7vVvPaqF1V70PX6y2m9BGWHWJo5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:10.625rem;top:3.59375rem;left:37.09375rem;overflow:hidden;display:block; }
#rRE6xCCV8IcrIo5u0HoIpmPiET6MZECo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:10.625rem;top:3.625rem;left:49.375rem;overflow:hidden;display:block; }
#d3nM58slOxZZ1UlVWwzoinusb8TESxBI { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.21875rem;left:49.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCQoZdAXayzq966qhgPNaaAeKbQZ809g { position:relative;display:block; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g { background-color: transparent; background-image: none; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container > .video-iframe-container { display: none; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row > .video-iframe-container { display: none; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .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); }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g { border-width: 0; border-radius: 0; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#78c8c1;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JzpeKZ041TLAZNvB2C3ty5ypA4xRtVFB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RM0wgw3MNb6cxz7SoZCLpQvT3se0krMr { color:#e50e32;display:block;width:59.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.3248701095581rem;left:0.125rem;height:2.610675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2373;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container { background-color: transparent; background-image: none; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container > .video-iframe-container { display: none; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row > .video-iframe-container { display: none; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .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); }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container { border-width: 0; border-radius: 0; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#VPc34bNE9o1vQkiWSvcBoVlq7r2yXQmQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78c8c1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container { background-color: transparent; background-image: none; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container > .video-iframe-container { display: none; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row > .video-iframe-container { display: none; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .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); }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container { border-width: 0; border-radius: 0; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#eUJR0Wb16kTx8ze9zlDA8POtwHbAoLK7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:25.25rem;top:0.5625rem;left:29.46875rem;overflow:hidden;display:block; }
#lgS2WTAUdhvF46PeXlKxemnMzyE6MLf0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:25.25rem;top:18.96875rem;left:29.46875rem;overflow:hidden;display:block; }
#hLr4Fm5CTMqW0xVUDQkBgOVfNnl64Z5M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:24.5rem;top:0.625rem;left:1.84375rem;overflow:hidden;display:block; }
#H6dzQNCggQZTvJgcFCSV5tuv7fApbwKR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:15.4375rem;top:18.96875rem;left:4.625rem;overflow:hidden;display:block; }
#Q8FrADWG9SEy08Tfbvy45SS9H6Ze0GXT { background-color:#9a2db5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.71875rem;left:32.75rem;display:block; }
#OQ6wmTeV1ZQaCIlayqoiUHToK3TxG0nu { 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) { #TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq { display:block; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbTxFJAg9hptvo079esfcGyrgUzR8cX { width:5.5625rem;height:4.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHG8HG7qfb9IGZBT88pwusl7U5DnUCZc { width:16.25rem;height:3.8125rem;top:1rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsebS3S3S7bRceQsxXnbz9PAP61V8Wx { display:block; }
 }@media only screen and (max-width: 763px) { #bAPPW8XMmERvKAQIxocGgT1Oq3S7qeRR { width:16.25rem;height:3.8125rem;top:1rem;left:18.709635734558rem;display:block; }
 }@media only screen and (max-width: 763px) { #C06DgIevOJeD46rEA40k9aVNT1RJ1IMW { display:block; }
 }@media only screen and (max-width: 763px) { #xOSem4V4B1e7UL5ZmX4Gs2KL1oemrABV { width:16.25rem;height:3.8125rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOs5KB7TPaGoq5KNI0T5lMSvuD4GdmWs { display:block; }
 }@media only screen and (max-width: 763px) { #gEgL4qRdFsv5QUU7VSwguFdMypgzVu4g { width:35.5rem;height:2rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbtbTT9G87Osck7l3udIDihzMMPg0Op { display:block; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbt1LD8XA2J1twCLkyTGp51inGTvNpot { width:36.5625rem;height:;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfK52qPgyHPM6Z04TG7Nc9ZE75y4EpUH { width:11.25rem;height:;top:27.6875rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiLDFVy2elGuIexHGBNR7HhTrQLciT1r { top:52.3125rem;left:44.875rem;width:2.8125rem;height:2.8125rem;display:block; }
#TiLDFVy2elGuIexHGBNR7HhTrQLciT1r > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #OanuLtarIv6M38UgRCWQTg4tHcw1dT3t { width:11.375rem;height:1.4375rem;top:53rem;left:34.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvzryhkTTlRFxCfNup03NkR4iaii5tZ { width:19.0625rem;height:3.75rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvAc7OLh8MfO2LKQ7rCuKQ45ga4VBne { display:block; }
 }@media only screen and (max-width: 763px) { #wTrnwkb0D8Mmkma26mixHTxrhrriTB0S { width:18.5625rem;height:3.75rem;top:49.1875rem;left:14.561849594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #r18TOWHiCbOuwCGqOrxmm6JMmpWgWREB { display:block; }
 }@media only screen and (max-width: 763px) { #ChscZ22SogKyvpJb2EkO3UVTIhb6n0VT { top:10.125rem;left:27.8125rem;width:19.9375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Sc6cR8T8kPPbIATT5dKVpOiV5zFF9y { width:13.4375rem;height:1.4375rem;top:50.25rem;left:34.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw { top:49.6875rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #U7V6AJM2SLRERfxS2DSD74UaUTEp0Gzv { width:35.625rem;height:;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuHya3sZfn2syQ54OwS3mNFq23se4xuV { width:35.5rem;height:;top:2.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4U8Ehl5nmusDZXKBInfBJ9koMWQ2XJV { width:22.625rem;height:2rem;top:26.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL6NE0XOJZeZo7InUO7Xtuv1Lba4nxll { top:39.25rem;left:27.8125rem;width:19.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8HnQu55OebVuawcGVvhZF62bvtyJzS { top:0.4375rem;left:27.6875rem;width:20.0625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGpJCqfDPq8dt5Ukvn3lcCOrDTVEGT3M { top:19.875rem;left:27.8125rem;width:19.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRER4bEmxwRfDdvdFc0TdoEIQrwgP0T { top:29.4375rem;left:27.9375rem;width:19.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU7BTvEgKPUOCRCedww2aB0rvXuFi2UT { width:47.75rem;height:2.5625rem;top:54.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqxL7ezI1zpDLHpTbJ04Thm9z6qFoIV { width:36.5625rem;height:;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUkevEJ2gvPQmB7Cl9IV6MTGTTMH1e6f { width:36.5625rem;height:;top:16.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1lTVSAXXTnlze9uyoOsfkgczBUOJrdN { width:36.5625rem;height:;top:21.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVy1qi7zKy83tsacJfaOSlKiinkQvenu { display:block; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOSkP5WRaQd80IiSRtCskv7RavyoK8F1 { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBlb6Q5PWFTQmASOJqVWKwTX8Xb3Ju3K { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w { display:block; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9pDeD8iU1wvNri6c2R9VP66QVBtmuh { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLE4TbbpBkxy77r1RNZ0WuoPs32VPqJ { width:47.75rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeLdilN0XyTn9niA3v1NUTTlBdZSJ34 { top:3.5625rem;left:0rem;width:13.0625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU6bDJv6PVRrFnhUFGJZvfieawBm8I1i { width:41.125rem;height:14.625rem;top:6.5625rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbvbqH5JSAQoSAW6OpBOREy8ySXuIVXT { top:8.6875rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTed6de1Do9Ui1a3osTKesTOGzEW7wAk { top:13.3125rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNHXiLlStt70VrKpT16KXyFbn1AMSFKo { top:18.0625rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWaN7kIyeSleF9bbcWuSAdhlPpHVP9a { top:25.8125rem;left:0rem;width:13.1875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5icdguTaKHCnsGbC4UImCugkJSz29kp { width:40.9375rem;height:;top:28.4375rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbX3ByeHKLHOPBEPqGrqzvrylegTzx9 { top:30.3125rem;left:9.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAL4RKXW8W1gHZVB04fWLUp1m2e0c4V { top:35.1875rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2M6Tk1zK8ZcMG3DuHQrXnMOmOKdbTf { top:40rem;left:9.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7tEkpwVzPIITtio5FtpECHBKL6SLL1 { top:49.5rem;left:0rem;width:13.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNufaGDbroorhNH9DzzHFXnKtGP12XK { width:40.875rem;height:;top:51.1875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCMONStdTf3UrfL1vQcSxd3rfEi3ggD { top:56rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irVekuoCD0AhCMf0GVNypOyWod2I28XG { top:64.1875rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp0gLqAQA7M4LkLvaOtTtTaJ8d6JrO3r { top:60.0625rem;left:9.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc2EuKZQQ8WNVo6KbBTR4heHDiKheGnN { width:38.375rem;height:1.625rem;top:3.5625rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMwzNmisXw4oUsNDlWSKJRQkmFECIB0 { width:31.1875rem;height:3.25rem;top:25.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB0nieVgCgExKqhdQXfihI4aQneNgtDI { width:43.25rem;height:3.25rem;top:47.875rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3b5e3VWgcaarIo1bBFSwBTH86fPcdS { width:18.6875rem;height:2.5625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZ4z3mc9WIJbqphWBABHKlf5FX8x9Tl { display:block; }
 }@media only screen and (max-width: 763px) { #cTEmKcGTsC4Oq8mvZFbJg2N5CQFEzmhD { width:18.6875rem;height:2.5625rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA2GbLZVmyD9InSJ0Om8aduFFCl0zWe9 { display:block; }
 }@media only screen and (max-width: 763px) { #XtoMiIeuWmZtVhLuiIOax4JmXpI6f5bT { width:18.6875rem;height:2.5625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMZ0TFLx5UTpf25E4J7nt8bOi5bQWdm7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh { display:block; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKe6s8JEWwJGQ2W0TkW43Ex34SecaDmH { width:47.75rem;height:;top:0.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkqius5zkNfrGAh4DsPmrl9J2uccsJst { width:10.75rem;height:6.0625rem;top:19.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1yc9WhbRT6NBL1e6Ti6erMrBqdxspTG { top:3.5625rem;left:0rem;width:10.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEVrtLTdZiKKpXJpAsXmg9a8OanAsdFp { top:3.5625rem;left:6.15625rem;width:10.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70BdLKTUQZInGFZiRnLTdGesQOMLEK2 { width:10.75rem;height:4.875rem;top:19.1875rem;left:5.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfb2S5x8w19bq8dkp05fR4XfQQHsDQnI { top:3.625rem;left:18.4375rem;width:10.625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNQ3phUAHLoDWS1GuZmtaTJGcgiA47GJ { width:10.75rem;height:3.625rem;top:19.1875rem;left:18.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNV2BGxlx6qA9vUI2MWrT4zxOr12ZKi { width:10.75rem;height:4.875rem;top:19.1875rem;left:31.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvAq7vVvPaqF1V70PX6y2m9BGWHWJo5 { top:3.5625rem;left:30.96875rem;width:10.625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRE6xCCV8IcrIo5u0HoIpmPiET6MZECo { top:3.625rem;left:37.125rem;width:10.625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nM58slOxZZ1UlVWwzoinusb8TESxBI { width:10.75rem;height:;top:19.1875rem;left:37rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCQoZdAXayzq966qhgPNaaAeKbQZ809g { display:block; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzpeKZ041TLAZNvB2C3ty5ypA4xRtVFB { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM0wgw3MNb6cxz7SoZCLpQvT3se0krMr { width:47.75rem;height:2.5625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK { display:block; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPc34bNE9o1vQkiWSvcBoVlq7r2yXQmQ { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z { display:block; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUJR0Wb16kTx8ze9zlDA8POtwHbAoLK7 { top:0.5625rem;left:22.5rem;width:25.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgS2WTAUdhvF46PeXlKxemnMzyE6MLf0 { top:18.9375rem;left:22.4375rem;width:25.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLr4Fm5CTMqW0xVUDQkBgOVfNnl64Z5M { top:0.625rem;left:0rem;width:24.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dzQNCggQZTvJgcFCSV5tuv7fApbwKR { top:18.9375rem;left:0rem;width:15.4375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FrADWG9SEy08Tfbvy45SS9H6Ze0GXT { width:18.6875rem;height:2.5625rem;top:39.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6wmTeV1ZQaCIlayqoiUHToK3TxG0nu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq { position:relative;z-index:auto;display:block; }#TZ0ci1JUCiMTlWi9FfFtsFZxV6gfMGBq > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbTxFJAg9hptvo079esfcGyrgUzR8cX { width:4.5rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHG8HG7qfb9IGZBT88pwusl7U5DnUCZc { width:16.25rem;height:2.5625rem;top:6.625rem;left:1.8749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsebS3S3S7bRceQsxXnbz9PAP61V8Wx { display:block; }
 }@media only screen and (max-width: 763px) { #bAPPW8XMmERvKAQIxocGgT1Oq3S7qeRR { width:16.25rem;height:2.4375rem;top:10.0625rem;left:1.8749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C06DgIevOJeD46rEA40k9aVNT1RJ1IMW { display:block; }
 }@media only screen and (max-width: 763px) { #xOSem4V4B1e7UL5ZmX4Gs2KL1oemrABV { width:16.25rem;height:2.6875rem;top:13.374673843384rem;left:1.8749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOs5KB7TPaGoq5KNI0T5lMSvuD4GdmWs { display:block; }
 }@media only screen and (max-width: 763px) { #gEgL4qRdFsv5QUU7VSwguFdMypgzVu4g { width:15.9375rem;height:3.4375rem;top:2.6912434101105rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#e50e32;display:block; }
 }@media only screen and (max-width: 763px) { #UUbtbTT9G87Osck7l3udIDihzMMPg0Op { display:block; }#UUbtbTT9G87Osck7l3udIDihzMMPg0Op > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbt1LD8XA2J1twCLkyTGp51inGTvNpot { width:20rem;height:2.44954375rem;top:3.5400390625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfK52qPgyHPM6Z04TG7Nc9ZE75y4EpUH { width:11.25rem;height:0;top:51.32421875rem;left:4.0000001192093rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TiLDFVy2elGuIexHGBNR7HhTrQLciT1r { width:4.12435rem;height:4.12435rem;top:82.349446296694rem;left:15.24983727932rem;display:block; }
#TiLDFVy2elGuIexHGBNR7HhTrQLciT1r > img { max-width: 100%;max-height:100%; width:4.12435rem; height:4.12435rem; } }@media only screen and (max-width: 763px) { #OanuLtarIv6M38UgRCWQTg4tHcw1dT3t { width:14.8746875rem;height:1.54296875rem;top:83.640950202944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvzryhkTTlRFxCfNup03NkR4iaii5tZ { width:20rem;height:2.87435rem;top:94.989419937131rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvAc7OLh8MfO2LKQ7rCuKQ45ga4VBne { display:block; }
 }@media only screen and (max-width: 763px) { #wTrnwkb0D8Mmkma26mixHTxrhrriTB0S { width:20rem;height:2.999675rem;top:86.472981452944rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r18TOWHiCbOuwCGqOrxmm6JMmpWgWREB { display:block; }
 }@media only screen and (max-width: 763px) { #ChscZ22SogKyvpJb2EkO3UVTIhb6n0VT { width:20rem;height:9.187rem;top:43.291828155517rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Sc6cR8T8kPPbIATT5dKVpOiV5zFF9y { width:13.186875rem;height:3.0859375rem;top:90.74951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw { width:4.12435rem;height:4.12435rem;top:90.2294921875rem;left:15.24983727932rem;display:block; }
#KHzpdPBCVn40MnVFccRDhc5Erw1iyVVw > img { max-width: 100%;max-height:100%; width:4.12435rem; height:4.12435rem; } }@media only screen and (max-width: 763px) { #U7V6AJM2SLRERfxS2DSD74UaUTEp0Gzv { width:20rem;height:11.806625rem;top:16.734048843384rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuHya3sZfn2syQ54OwS3mNFq23se4xuV { width:20rem;height:2.3372375rem;top:0.56315159797669rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#e50e32;display:block; }
 }@media only screen and (max-width: 763px) { #J4U8Ehl5nmusDZXKBInfBJ9koMWQ2XJV { width:20rem;height:1.71875rem;top:14.527994155884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#e50e32;display:block; }
 }@media only screen and (max-width: 763px) { #zL6NE0XOJZeZo7InUO7Xtuv1Lba4nxll { width:19.6875rem;height:9.0625rem;top:72.454421997069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8HnQu55OebVuawcGVvhZF62bvtyJzS { width:20rem;height:9.125rem;top:33.548111951467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGpJCqfDPq8dt5Ukvn3lcCOrDTVEGT3M { width:20rem;height:8.9371875rem;top:53.11767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRER4bEmxwRfDdvdFc0TdoEIQrwgP0T { width:20rem;height:9.124375rem;top:62.660318374631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU7BTvEgKPUOCRCedww2aB0rvXuFi2UT { width:20rem;height:3.84765625rem;top:29.131671905517rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#e50e32;display:block; }
 }@media only screen and (max-width: 763px) { #aKqxL7ezI1zpDLHpTbJ04Thm9z6qFoIV { width:20rem;height:2.6237rem;top:5.98876953125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUkevEJ2gvPQmB7Cl9IV6MTGTTMH1e6f { width:20rem;height:2.6237rem;top:8.6116533279419rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1lTVSAXXTnlze9uyoOsfkgczBUOJrdN { width:20rem;height:2.6237rem;top:11.381022453308rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVy1qi7zKy83tsacJfaOSlKiinkQvenu { display:block; }#FVy1qi7zKy83tsacJfaOSlKiinkQvenu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOSkP5WRaQd80IiSRtCskv7RavyoK8F1 { width:20rem;height:2.4375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBlb6Q5PWFTQmASOJqVWKwTX8Xb3Ju3K { width:20rem;height:2.76204375rem;top:0.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w { display:block; }#kozeWsWL1hqNtSvCvPbduGCrV2ruJg2w > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9pDeD8iU1wvNri6c2R9VP66QVBtmuh { width:20rem;height:5.5240875rem;top:0.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLE4TbbpBkxy77r1RNZ0WuoPs32VPqJ { width:20rem;height:0;top:85rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeLdilN0XyTn9niA3v1NUTTlBdZSJ34 { width:11.0625rem;height:14.875rem;top:8.48046875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU6bDJv6PVRrFnhUFGJZvfieawBm8I1i { width:17.3125rem;height:15.837375rem;top:24.2490234375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbvbqH5JSAQoSAW6OpBOREy8ySXuIVXT { display:flex;width:1.625rem;height:1.625rem;top:28.28515625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #MTed6de1Do9Ui1a3osTKesTOGzEW7wAk { display:flex;width:1.625rem;height:1.625rem;top:32.6083984375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GNHXiLlStt70VrKpT16KXyFbn1AMSFKo { display:flex;width:1.625rem;height:1.625rem;top:37.41796875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #IDWaN7kIyeSleF9bbcWuSAdhlPpHVP9a { width:11.75rem;height:15.75rem;top:45.4501953125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5icdguTaKHCnsGbC4UImCugkJSz29kp { width:17.0625rem;height:18.2739375rem;top:65.0986328125rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbX3ByeHKLHOPBEPqGrqzvrylegTzx9 { display:flex;width:2.25rem;height:2.25rem;top:80.0537109375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qVAL4RKXW8W1gHZVB04fWLUp1m2e0c4V { display:flex;width:2.1875rem;height:2.1875rem;top:73.6787109375rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #Qo2M6Tk1zK8ZcMG3DuHQrXnMOmOKdbTf { display:flex;width:2.25rem;height:2.25rem;top:68.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #BB7tEkpwVzPIITtio5FtpECHBKL6SLL1 { width:11.875rem;height:15.625rem;top:86.712890625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNufaGDbroorhNH9DzzHFXnKtGP12XK { width:17.5rem;height:22.0939375rem;top:106.4794921875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCMONStdTf3UrfL1vQcSxd3rfEi3ggD { display:flex;width:2.25rem;height:2.25rem;top:124.435546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #irVekuoCD0AhCMf0GVNypOyWod2I28XG { display:flex;width:2.4375rem;height:2.4375rem;top:114.310546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gp0gLqAQA7M4LkLvaOtTtTaJ8d6JrO3r { display:flex;width:2.3125rem;height:2.3125rem;top:119.5537109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tc2EuKZQQ8WNVo6KbBTR4heHDiKheGnN { width:20rem;height:2.76204375rem;top:5.10546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMwzNmisXw4oUsNDlWSKJRQkmFECIB0 { width:20rem;height:3.898925rem;top:61.2001953125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB0nieVgCgExKqhdQXfihI4aQneNgtDI { width:20rem;height:4.14306875rem;top:102.337890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3b5e3VWgcaarIo1bBFSwBTH86fPcdS { width:18.6875rem;height:2.5625rem;top:83.71875rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZ4z3mc9WIJbqphWBABHKlf5FX8x9Tl { display:block; }
 }@media only screen and (max-width: 763px) { #cTEmKcGTsC4Oq8mvZFbJg2N5CQFEzmhD { width:18.6875rem;height:2.5625rem;top:41.8740234375rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA2GbLZVmyD9InSJ0Om8aduFFCl0zWe9 { display:block; }
 }@media only screen and (max-width: 763px) { #XtoMiIeuWmZtVhLuiIOax4JmXpI6f5bT { width:18.6875rem;height:2.5625rem;top:129.263671875rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMZ0TFLx5UTpf25E4J7nt8bOi5bQWdm7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh { display:block; }#Ha8cDBIFi3tRwVNbaIfhx406mi5sTeyh > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKe6s8JEWwJGQ2W0TkW43Ex34SecaDmH { width:20rem;height:3.57584375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkqius5zkNfrGAh4DsPmrl9J2uccsJst { width:20rem;height:5.5240875rem;top:18.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1yc9WhbRT6NBL1e6Ti6erMrBqdxspTG { width:10.6875rem;height:14.25rem;top:4.37109375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEVrtLTdZiKKpXJpAsXmg9a8OanAsdFp { width:10.625rem;height:14.3125rem;top:25.18359375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70BdLKTUQZInGFZiRnLTdGesQOMLEK2 { width:19.5rem;height:4.14306875rem;top:40.041015625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfb2S5x8w19bq8dkp05fR4XfQQHsDQnI { width:10.625rem;height:14.1875rem;top:45.99609375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNQ3phUAHLoDWS1GuZmtaTJGcgiA47GJ { width:20rem;height:4.14306875rem;top:61.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNV2BGxlx6qA9vUI2MWrT4zxOr12ZKi { width:18.25rem;height:4.14306875rem;top:82.80859375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvAq7vVvPaqF1V70PX6y2m9BGWHWJo5 { width:10.625rem;height:14.25rem;top:68.05859375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRE6xCCV8IcrIo5u0HoIpmPiET6MZECo { width:10.625rem;height:14.1875rem;top:89.87109375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nM58slOxZZ1UlVWwzoinusb8TESxBI { width:18.9375rem;height:5.5240875rem;top:105.55859375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCQoZdAXayzq966qhgPNaaAeKbQZ809g { display:block; }#QCQoZdAXayzq966qhgPNaaAeKbQZ809g > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzpeKZ041TLAZNvB2C3ty5ypA4xRtVFB { width:20rem;height:8.286125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM0wgw3MNb6cxz7SoZCLpQvT3se0krMr { width:20rem;height:5.49723125rem;top:9.597rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#e50e32;display:block; }
 }@media only screen and (max-width: 763px) { #Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK { display:block; }#Qx6xxbRGbR1fXOx3BrOrDpbMnQyaN2uK > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPc34bNE9o1vQkiWSvcBoVlq7r2yXQmQ { width:20rem;height:3.73535rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z { display:block; }#fuS0kWEChoLNmrHKZ4VeaCn33Lfkh11z > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUJR0Wb16kTx8ze9zlDA8POtwHbAoLK7 { width:20rem;height:13.76175rem;top:1.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgS2WTAUdhvF46PeXlKxemnMzyE6MLf0 { width:20rem;height:14.058625rem;top:16.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLr4Fm5CTMqW0xVUDQkBgOVfNnl64Z5M { width:20rem;height:14.0810625rem;top:32.267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dzQNCggQZTvJgcFCSV5tuv7fApbwKR { width:15.4375rem;height:23.25rem;top:47.8486328125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FrADWG9SEy08Tfbvy45SS9H6Ze0GXT { width:18.6875rem;height:2.5625rem;top:72.0361328125rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6wmTeV1ZQaCIlayqoiUHToK3TxG0nu { display:block; }
 }