.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,235,243;--color-primary-1:128,187,217;--color-primary-2:0,119,178;--color-primary-3:0,60,89;--color-primary-4:0,18,27;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:241,241,241;--color-secondary-3:145,145,145;--color-secondary-4:48,48,48;--color-tertiary-0:255,255,255;--color-tertiary-1:163,177,190;--color-tertiary-2:102,125,146;--color-tertiary-3:61,75,88;--color-tertiary-4:0,39,73;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@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:rgba(var(--color-tertiary-0),1);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); }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container { background-color: transparent; background-image: none; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container > .video-iframe-container { display: none; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row > .video-iframe-container { display: none; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .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); }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container { border-width: 0; border-radius: 0; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6rem;width:60rem;position:relative;display:block; }#nGFE961Kcd0NkPoy2praWaHZUHUZpWvR { 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:5.874025rem;width:12.68675rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container { background-color: transparent; background-image: none; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container > .video-iframe-container { display: none; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row > .video-iframe-container { display: none; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .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); }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container { border-width: 0; border-radius: 0; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.1875rem;width:60rem;position:relative;display:block; }#mtCRqV3WGBNNRgdgQeKQfrMqc819tVl7 { color:#000000;display:block;width:59.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.8113427162171rem;left:0rem;height:3.09316875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W6ApcIbLq608U71TkJVoyGzAFJlhVs7m { color:#000000;display:block;width:59.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:14.560908913613rem;left:0rem;height:2.61285rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Br48y8GHal8lzGVSFtmo4CIarx1w1pb8 { 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:6.3744375rem;width:11.124875rem;top:6.4033570289613rem;left:24.436489105224rem;overflow:hidden;display:block; }
#AOuv3Fx1ZHgmJ4MSG48BhA8vuhV1WA7F { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9.4375rem;top:5.8412909507751rem;left:25.280673980713rem;display:block; }
#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container { background-color: transparent; background-image: none; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container > .video-iframe-container { display: none; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row > .video-iframe-container { display: none; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .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); }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container { border-width: 0; border-radius: 0; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.1875rem;width:60rem;position:relative;display:block; }#B68dTWKUmA2ozVTe8PahH8Mz6cJwe0Z9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1245625rem;width:30.499875rem;top:0.5625rem;left:28.75rem;display:block; }
#qtk9w9hxWxeTDV6UpAqQTDRxQSADaibK { color:#000000;display:block;width:27.935125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:3.5601043701172rem;left:0rem;height:11.7578375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container { background-color: transparent; background-image: none; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container > .video-iframe-container { display: none; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row > .video-iframe-container { display: none; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .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); }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container { border-width: 0; border-radius: 0; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.5rem;width:60rem;position:relative;display:block; }#yfOxMnVliGTTorheVNwOO5MqIrUqpCCT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.125rem;width:30.5rem;top:0.6875rem;left:0.6875rem;display:block; }
#dSBv7m4QDgBVab9PBAxh1rXDBTe5pPeU { color:#000000;display:block;width:26.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.2488613128662rem;left:33.185222625733rem;height:7.421875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#awqut23zTnFFp7pIucTU6MB6Os96ZNeW { color:#000000;display:block;width:26.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:13.65234375rem;left:33.1865234375rem;height:3.71094375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container { background-color: transparent; background-image: none; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container > .video-iframe-container { display: none; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row > .video-iframe-container { display: none; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .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); }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container { border-width: 0; border-radius: 0; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.5625rem;width:60rem;position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:84.125rem;width:60rem;position:relative;display:block; }#sTzdwp0tmF2zyEL8LyWTT6xIHTklKRgB { color:#000000;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.9375rem;left:0.5rem;height:5.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FySTETrC1uTsccw8xlPTVsNF0KKTkLBP { position:absolute;display:block;z-index:15026;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.8125rem;width:7.4375rem;top:7.5625rem;left:1.375rem;overflow:hidden;display:block; }
#FmPDLTgiETzyCtDSPhxTq6J2NymIH7Xm { position:absolute;display:block;z-index:15027;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.74925rem;width:7.2496875rem;top:7.5625rem;left:11.0625rem;overflow:hidden;display:block; }
#kGyRd8V0owFrqk67ngAGGfiNs2Evca6c { position:absolute;display:block;z-index:15028;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.937375rem;width:9.249875rem;top:7.4375rem;left:20.125rem;overflow:hidden;display:block; }
#JqIvA2WBiH8uR2q6BqNIdBuN33KTnMQu { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:51.8125rem;width:18.8125rem;top:18.060302734375rem;left:0.498046875rem;display:block; }
#oLemD72RqOuth595cMxfmDLtlS5fw2Rc { color:#012a4d;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:26.1875rem;left:2.1875rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#m60VwS5pwOzoma1R0Oy2uOFPIJsuZ4wt { position:absolute;display:block;z-index:15027;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:5.311775rem;width:4.4372125rem;top:19.875rem;left:2.0625rem;overflow:hidden;display:block; }
#x8fNsvTQm1Lg4niiqFBBQWDwpJof3vql { color:#012a4d;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:28.3740234375rem;left:1.3740234375rem;height:9.8958125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UmEbyMApDCmA2iqM19kLuFZ0ybvm3CpT { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:51.8125rem;width:18.75rem;top:18.060302734375rem;left:20.625rem;display:block; }
#VCl7d4gWA2tlNTgtUX6zAxpXMlXHKpPa { color:#012a4d;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:26.1875rem;left:22.3125rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#BvRuHMwlIhwyDdMkau9ZynFnfCioNde3 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:51.9375rem;width:18.9375rem;top:18.060302734375rem;left:40.37353515625rem;display:block; }
#ZUdqHEBGKdxG13comPHlRBPdquarWBcs { color:#012a4d;display:block;width:17.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:26.187067031861rem;left:42.254776954651rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#p7LH3fPrmAcq8GdtqaackSvEhBdF2maO { position:absolute;display:block;z-index:15028;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:5.125rem;width:4.25rem;top:20.0625rem;left:22.25rem;overflow:hidden;display:block; }
#LlwLSyB2C04FWRkrh8p4VlCQEwshUwSh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49985625rem;width:5.6872125rem;top:19.625rem;left:42.3125rem;overflow:hidden;display:block; }
#ziVtzKMb2Og0JyPTvdqXQFPIVxEKBsO0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.1875rem;width:27.3125rem;top:1.25rem;left:31.499348640442rem;display:block; }
#X9HpNaSmT5drvvZo0g99N8n4tSc9P3rE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.6245625rem;width:17.3119375rem;top:44.0625rem;left:1.375rem;display:block; }
#A8u1QLw8xnOdTJgGOD6GPLCmrGDRXmyL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.6238125rem;width:17.3119375rem;top:44.0625rem;left:21.4375rem;display:block; }
#W9IkDlmxMv0TJkkxt27cyRb4gI475Vlf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.6228125rem;width:17.3108125rem;top:43.997802734375rem;left:41.185302734375rem;display:block; }
#eXf9edVEa87aVn5UCT45TStrGIwc4hGm { color:#012a4d;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:28.373481750488rem;left:21.373700141907rem;height:9.8958125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DpsMuK8K3iPkytEJSTmvcFG87yHQ2fvQ { color:#012a4d;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;top:28.439674377441rem;left:40.748700141907rem;height:12.3698125rem;text-align:justify;text-align-last:initial;display:block; }
#wHG7saoDh5LblplDzebwfTnC9IG3buN8 { color:#012a4d;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:42.1875rem;left:1.5rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#OHJPO2JTpup8cpWiLxFdo6XfHQkDTW9p { color:#012a4d;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:42.1875rem;left:21.5625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#kKZSOFuxGL17RblWKEbTbKPpepaWS0Il { color:#012a4d;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1;letter-spacing:0;top:42.01416015625rem;left:41.279296875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#l1lu8z2VgnMwWZoxqsmm5rkqx1EC0PKC { color:#012a4d;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1;letter-spacing:0;top:55.70068359375rem;left:1.37451171875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#doMTWNZWRuZbzUmJcGB8dCTeXLXxiuyg { color:#012a4d;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:55.70068359375rem;left:21.43798828125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#WNR0GpgTogiRg8MpOq2CMUq3KR1PwWzT { color:#012a4d;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1;letter-spacing:0;top:55.70068359375rem;left:41.279296875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#SLEvIclKUmX7422AnO0E94WrlKgd3vnV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.624rem;width:17.3108125rem;top:57.874755859375rem;left:1.37451171875rem;display:block; }
#TxkxCM9g1ya60u5NCVI0SZP1yWiohqDH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.6228125rem;width:17.3108125rem;top:57.874755859375rem;left:21.343994140625rem;display:block; }
#FCWsecvygp8ZVWk9ANSSCCPKyd2PDo0y { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.6228125rem;width:17.3108125rem;top:57.874755859375rem;left:41.185302734375rem;display:block; }
#zGbWB1LQKB6DctBZepT4paFtBPP5W5sw { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.437rem;width:31.687rem;top:71.84326171875rem;left:14.156494140625rem;overflow:hidden;display:block; }
#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC { position:relative;display:block; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC { background-color: transparent; background-image: none; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row .container > .video-iframe-container { display: none; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row > .video-iframe-container { display: none; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .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); }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC { border-width: 0; border-radius: 0; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .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; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.25rem;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; }#IRpkJd1pnMTO9IqKcKR8sesDeumL9B5H { 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:44.5rem;width:59.5rem;top:0.841064453125rem;left:0.39074861339311rem;overflow:hidden;display:block; }
#TRJE0MkMel2RLPEyiTdWcq2wComnNPuu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.3125rem;width:60rem;top:0.37353515625rem;left:0rem;display:block; }
#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container { background-color: transparent; background-image: none; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container > .video-iframe-container { display: none; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row > .video-iframe-container { display: none; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .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); }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container { border-width: 0; border-radius: 0; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:62.375rem;width:60rem;position:relative;display:block; }#vnPVkqdfubBtmrHDt1poeBu2s98pR5oa { color:#000000;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.4046220779419rem;left:0.49886131286621rem;height:4.9500875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T2IoFUHgIqt7EWvAouudByCrnQ2rxoAC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.3125rem;width:18.875rem;top:37.249510765076rem;left:0.49967575073242rem;display:block; }
#fWLLMkxCITESuHmsAMtFmLwxGx7mo67R { color:#012a4d;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:45.374510765076rem;left:2.1875rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#KwvfWwD5wXlgfVplDrwxMTslAzx0o8pP { position:absolute;display:block;z-index:15027;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:5.311775rem;width:4.4372125rem;top:39.061848640442rem;left:2.0621757507324rem;overflow:hidden;display:block; }
#Le4O1kvLrz9srrx9k3BGrU4bt2LcgH2B { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.5625rem;width:18.875rem;top:37.249510765076rem;left:20.625rem;display:block; }
#gdWr20LlWqITnyIisA121WcqK72UrCK2 { color:#012a4d;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:45.374510765076rem;left:22.31201171875rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#AVhfQE3JI0kM3Ry9Lvy5o8lVlMeqR96V { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.5625rem;width:18.875rem;top:37.249510765076rem;left:40.625rem;display:block; }
#d9dMSeB2JX8XVN9ssp4Q7WDWBObLoPce { color:#012a4d;display:block;width:17.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:45.374510765076rem;left:42.444660186767rem;height:1.3126625rem;text-align:left;text-align-last:left;display:block; }
#QL8phIXSMybdUz8cvJO9W1HqLAnFEolg { position:absolute;display:block;z-index:15028;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:5.125rem;width:4.25rem;top:39.249836921692rem;left:22.249347686767rem;overflow:hidden;display:block; }
#fnhDoAKki3LvX1E45sMu7WBEAIXH1ogR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49985625rem;width:5.6872125rem;top:38.812010765076rem;left:42.31201171875rem;overflow:hidden;display:block; }
#OJ6VxvcDBT7uX3tNfo5f7TkS55gyBhOK { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:14.6875rem;top:46.686200141907rem;left:2.1867761611939rem;overflow:hidden;display:block; }
#nRQMUkxTzGThvQ4TroO1mEhPNaOEFA8I { position:absolute;display:block;z-index:15046;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:12.8125rem;top:47.278648376465rem;left:23.592303276062rem;overflow:hidden;display:block; }
#vLPZCEbRl0q9yKG0XwTcrnT1n7y8Q23Q { position:absolute;display:block;z-index:15048;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:9rem;width:12.25rem;top:47.340135574341rem;left:43.935912132263rem;overflow:hidden;display:block; }
#wCes4VauwgXT6qP9OgAkFCfqGruw7QJZ { position:absolute;display:block;z-index:15050;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:13rem;width:14rem;top:20.441262722016rem;left:33.981483459472rem;overflow:hidden;display:block; }
#gm7XEcQ6lxwb4XUQGtbBGGT26Ww2o9Mu { color:#000000;display:block;width:58.811875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:6.8359375rem;left:0.59353351593018rem;height:11.1328125rem;text-align:justify;text-align-last:initial;display:block; }
#PkmS0OEZOGITU0zmAOdHLk8tetXnA3CH { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:2.875rem;top:24.499673843384rem;left:0.49967575073242rem;overflow:hidden;display:block; }
#EzVinFVd6U2oIybSOmkDOAbTDAgPfibA { color:#000000;display:block;width:31.749125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:25.311848640442rem;left:3.3748378753662rem;height:1.23698125rem;text-align:justify;text-align-last:initial;display:block; }
#orT4EZgzUu9XtDp7VtNi075QxfA8cZ87 { color:#000000;display:block;width:31.7480625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.1;letter-spacing:0;top:27.624673843384rem;left:3.3748378753662rem;height:1.23698125rem;text-align:justify;text-align-last:initial;display:block; }
#ZIMsxkwLMAEsAIs5buUTro7oSsmEPaTF { color:#000000;display:block;width:31.7480625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.1;letter-spacing:0;top:30.249999046326rem;left:3.3748378753662rem;height:1.23698125rem;text-align:justify;text-align-last:initial;display:block; }
#ZNmFXmvqWgNe8fQ39RZLG1aEJkb3gCmU { color:#000000;display:block;width:31.7480625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.1;letter-spacing:0;top:32.937172889709rem;left:3.3748378753662rem;height:1.23698125rem;text-align:justify;text-align-last:initial;display:block; }
#DmWKxCwJ1ShsSArU8R0E0g4vZQANbG7X { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.87456875rem;width:4.1247125rem;top:56.919130325317rem;left:7.1542243957519rem;display:block; }
#f8t0V5lyIB6epuPN6fns5AU8yT2X4dOR { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.0625rem;top:55.065102577209rem;left:11.249187469483rem;display:block; }
#hO7p3ypgtnsgyniv7TA9277v23dPTIKQ { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8748375rem;width:4.12435rem;top:56.623533248901rem;left:27.937824249267rem;display:block; }
#fpq13VXK14wlmPWg3ncAHnviK7F66Dun { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.125rem;top:56.311032295227rem;left:47.999675750733rem;display:block; }
#i2TqTOgbNLFLcxyLhTxukKBvgFdCFOMR { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.12485625rem;width:1.06191875rem;top:54.235824584961rem;left:51.998118400574rem;display:block; }
#JO3uvDP0lZl9SUoTyNFy3mDceuWdU5gl { 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:3.62485625rem;width:20.9996875rem;top:31.742623329163rem;left:31.170428276062rem;overflow:hidden;display:block; }
#P36XJRzCSbZ0TmNeXMR9TbwiaV3NpefB { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:0.6875rem;top:54.782987594604rem;left:31.669128417969rem;display:block; }
#dVGpyXFX4G3rZPo6T887liMz8ik3JOWT { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:0.6875rem;top:30.468752384186rem;left:42.944301605224rem;display:block; }
#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container { background-color: transparent; background-image: none; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container > .video-iframe-container { display: none; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row > .video-iframe-container { display: none; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .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); }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container { border-width: 0; border-radius: 0; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.5625rem;width:60rem;position:relative;display:block; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container { background-color: transparent; background-image: none; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container > .video-iframe-container { display: none; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row > .video-iframe-container { display: none; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .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); }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container { border-width: 0; border-radius: 0; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.375rem;width:60rem;position:relative;display:block; }#JZfcLFntu9mE2qpLkP9CgfMgANBEAWBG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.624375rem;width:38.872625rem;top:7.3057651519775rem;left:10.563151359558rem;display:block; }
#sXb2AbohDM6Za3APbo7VaWy5l5UW4ER5 { color:#000000;display:block;width:58.811875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.1;letter-spacing:0;top:1.8337593078613rem;left:0.59353351593018rem;height:3.7109375rem;text-align:justify;text-align-last:initial;display:block; }
#cos6RWZ3sgxQsuLvxzwT88TQ1viSBCES { position:absolute;display:block;z-index:15030;height:7.999875rem;width:14.249875rem;top:27.462385594845rem;left:2.5868062973023rem;display:block; }
#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 { position:relative;display:block; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 { background-color: transparent; background-image: none; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row .container > .video-iframe-container { display: none; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row > .video-iframe-container { display: none; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .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); }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 { border-width: 0; border-radius: 0; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .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; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.3125rem;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; }#l3hffb2hE3P3rEdeZ91wgPu21mPBDHsA { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15027;top:1.75rem;left:9.125rem;display:block; }
#lueZSIH78vI4xDF21cvTR8zGqs0g4UN3 { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.125rem;height:1.29964375rem;text-align:center;text-align-last:center;display:block; }
#fMZuX5Ei3rmN3WMIXaOsidTGr2A4AQLA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:2.9375rem;left:12.6875rem;height:1.29964375rem;display:block; }
#TkZtPXcPE5K7ZWrK0u3PgpLb2vm1ZqfA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.874125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.4678840637207rem;left:33.060982704162rem;height:1.29964375rem;display:block; }
#DImLxqGk0DELAmEsrKtufbIC07A0n8TN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.74935rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5303840637207rem;left:28.56228351593rem;height:1.2991875rem;display:block; }
#AUT8KOvLIOwaiunmlR2hcDVMDnMl6GbX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.2346630096436rem;left:28.561923027039rem;height:1.2991875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb { display:block; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGFE961Kcd0NkPoy2praWaHZUHUZpWvR { top:0rem;left:0rem;width:12.625rem;height:5.8454344591799rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 { display:block; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtCRqV3WGBNNRgdgQeKQfrMqc819tVl7 { top:1.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ApcIbLq608U71TkJVoyGzAFJlhVs7m { top:14.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br48y8GHal8lzGVSFtmo4CIarx1w1pb8 { width:11.0625rem;height:6.3386972746887rem;top:6.375rem;left:18.311489105224rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOuv3Fx1ZHgmJ4MSG48BhA8vuhV1WA7F { width:9.4375rem;height:7.5rem;top:5.8125rem;left:19.155673980713rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH { display:block; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B68dTWKUmA2ozVTe8PahH8Mz6cJwe0Z9 { width:30.4375rem;height:17.088855128504rem;top:0.5625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtk9w9hxWxeTDV6UpAqQTDRxQSADaibK { top:3.5rem;left:0rem;width:27.875rem;height:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV { display:block; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfOxMnVliGTTorheVNwOO5MqIrUqpCCT { width:30.4375rem;height:17.089895772497rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSBv7m4QDgBVab9PBAxh1rXDBTe5pPeU { top:4.1875rem;left:21.3125rem;width:26.4375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awqut23zTnFFp7pIucTU6MB6Os96ZNeW { top:13.625rem;left:21.3125rem;width:26.4375rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i49vbgPOuupZnwhqvfKItyH2J91kL8Lz { display:block; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTzdwp0tmF2zyEL8LyWTT6xIHTklKRgB { top:1.875rem;left:0rem;width:29.6875rem;height:5.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FySTETrC1uTsccw8xlPTVsNF0KKTkLBP { width:7.375rem;height:8.73864954241rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmPDLTgiETzyCtDSPhxTq6J2NymIH7Xm { width:7.1875rem;height:8.6743403184925rem;top:7.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGyRd8V0owFrqk67ngAGGfiNs2Evca6c { width:9.1875rem;height:8.8771072919906rem;top:7.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqIvA2WBiH8uR2q6BqNIdBuN33KTnMQu { top:18rem;left:0rem;width:18.8125rem;height:51.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLemD72RqOuth595cMxfmDLtlS5fw2Rc { top:26.1875rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m60VwS5pwOzoma1R0Oy2uOFPIJsuZ4wt { width:4.375rem;height:5.2365919129972rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fNsvTQm1Lg4niiqFBBQWDwpJof3vql { top:28.3125rem;left:0rem;width:17.1875rem;height:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmEbyMApDCmA2iqM19kLuFZ0ybvm3CpT { top:18rem;left:14.5rem;width:18.75rem;height:51.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCl7d4gWA2tlNTgtUX6zAxpXMlXHKpPa { top:26.1875rem;left:16.1875rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRuHMwlIhwyDdMkau9ZynFnfCioNde3 { top:18rem;left:28.8125rem;width:18.9375rem;height:51.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqHEBGKdxG13comPHlRBPdquarWBcs { top:26.125rem;left:30.6875rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7LH3fPrmAcq8GdtqaackSvEhBdF2maO { width:4.1875rem;height:5.0492304335294rem;top:20.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlwLSyB2C04FWRkrh8p4VlCQEwshUwSh { width:5.625rem;height:5.4396932427354rem;top:19.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVtzKMb2Og0JyPTvdqXQFPIVxEKBsO0 { width:27.3125rem;height:15.1875rem;top:1.25rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9HpNaSmT5drvvZo0g99N8n4tSc9P3rE { width:17.25rem;height:9.59019110166rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8u1QLw8xnOdTJgGOD6GPLCmrGDRXmyL { width:17.25rem;height:9.5890077733206rem;top:44.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9IkDlmxMv0TJkkxt27cyRb4gI475Vlf { width:17.25rem;height:9.5890077733206rem;top:43.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXf9edVEa87aVn5UCT45TStrGIwc4hGm { top:28.3125rem;left:15.248700141907rem;width:17.1875rem;height:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpsMuK8K3iPkytEJSTmvcFG87yHQ2fvQ { width:18.1875rem;height:12.375rem;top:28.4375rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHG7saoDh5LblplDzebwfTnC9IG3buN8 { top:42.1875rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJPO2JTpup8cpWiLxFdo6XfHQkDTW9p { top:42.1875rem;left:15.4375rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZSOFuxGL17RblWKEbTbKPpepaWS0Il { top:42rem;left:30.6875rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1lu8z2VgnMwWZoxqsmm5rkqx1EC0PKC { top:55.6875rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMTWNZWRuZbzUmJcGB8dCTeXLXxiuyg { top:55.6875rem;left:15.31298828125rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNR0GpgTogiRg8MpOq2CMUq3KR1PwWzT { top:55.6875rem;left:30.6875rem;width:17.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEvIclKUmX7422AnO0E94WrlKgd3vnV { width:17.25rem;height:9.59019110166rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxkxCM9g1ya60u5NCVI0SZP1yWiohqDH { width:17.25rem;height:9.5890077733206rem;top:57.8125rem;left:15.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCWsecvygp8ZVWk9ANSSCCPKyd2PDo0y { width:17.25rem;height:9.5890077733206rem;top:57.8125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGbWB1LQKB6DctBZepT4paFtBPP5W5sw { width:31.625rem;height:10.416578565342rem;top:71.8125rem;left:8.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC { display:block; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRpkJd1pnMTO9IqKcKR8sesDeumL9B5H { width:47.75rem;height:35.712184873949rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJE0MkMel2RLPEyiTdWcq2wComnNPuu { top:0.3125rem;left:0rem;width:47.75rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMFv6io7dVOb5auUhJXvDwUTRFCTW535 { display:block; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnPVkqdfubBtmrHDt1poeBu2s98pR5oa { top:1.375rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2IoFUHgIqt7EWvAouudByCrnQ2rxoAC { top:37.1875rem;left:0rem;width:18.875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLLMkxCITESuHmsAMtFmLwxGx7mo67R { top:45.3125rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwvfWwD5wXlgfVplDrwxMTslAzx0o8pP { width:4.375rem;height:5.2376422039284rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le4O1kvLrz9srrx9k3BGrU4bt2LcgH2B { top:37.1875rem;left:14.5rem;width:18.875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWr20LlWqITnyIisA121WcqK72UrCK2 { top:45.3125rem;left:16.18701171875rem;width:17.0625rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVhfQE3JI0kM3Ry9Lvy5o8lVlMeqR96V { top:37.1875rem;left:28.875rem;width:18.875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9dMSeB2JX8XVN9ssp4Q7WDWBObLoPce { top:45.3125rem;left:30.6875rem;width:17.0625rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL8phIXSMybdUz8cvJO9W1HqLAnFEolg { width:4.1875rem;height:5.0495381632125rem;top:39.1875rem;left:16.124347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnhDoAKki3LvX1E45sMu7WBEAIXH1ogR { width:5.625rem;height:5.4398607093558rem;top:38.75rem;left:36.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6VxvcDBT7uX3tNfo5f7TkS55gyBhOK { width:14.6875rem;height:10.3125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQMUkxTzGThvQ4TroO1mEhPNaOEFA8I { width:12.8125rem;height:9.125rem;top:47.25rem;left:17.467303276062rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPZCEbRl0q9yKG0XwTcrnT1n7y8Q23Q { width:12.25rem;height:9rem;top:47.3125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCes4VauwgXT6qP9OgAkFCfqGruw7QJZ { width:14rem;height:13rem;top:20.4375rem;left:27.856483459472rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm7XEcQ6lxwb4XUQGtbBGGT26Ww2o9Mu { width:47.75rem;height:11.125rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmS0OEZOGITU0zmAOdHLk8tetXnA3CH { width:2.8125rem;height:10.212417590064rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzVinFVd6U2oIybSOmkDOAbTDAgPfibA { width:31.6875rem;height:1.125rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orT4EZgzUu9XtDp7VtNi075QxfA8cZ87 { width:31.6875rem;height:1.125rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMsxkwLMAEsAIs5buUTro7oSsmEPaTF { width:31.6875rem;height:1.125rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmFXmvqWgNe8fQ39RZLG1aEJkb3gCmU { width:31.6875rem;height:1.125rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmWKxCwJ1ShsSArU8R0E0g4vZQANbG7X { width:4.0625rem;height:0.8125rem;top:56.875rem;left:1.0292243957519rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t0V5lyIB6epuPN6fns5AU8yT2X4dOR { width:1.0625rem;height:0.875rem;top:55.0625rem;left:5.1241874694824rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO7p3ypgtnsgyniv7TA9277v23dPTIKQ { width:4.0625rem;height:0.8125rem;top:56.5625rem;left:21.812824249267rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpq13VXK14wlmPWg3ncAHnviK7F66Dun { width:4.125rem;height:1.5625rem;top:56.25rem;left:41.874675750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TqTOgbNLFLcxyLhTxukKBvgFdCFOMR { width:1rem;height:1.0625rem;top:54.1875rem;left:45.873118400574rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO3uvDP0lZl9SUoTyNFy3mDceuWdU5gl { width:20.9375rem;height:3.6141217689251rem;top:31.6875rem;left:25.045428276062rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36XJRzCSbZ0TmNeXMR9TbwiaV3NpefB { width:0.6875rem;height:1.4375rem;top:54.75rem;left:25.544128417969rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVGpyXFX4G3rZPo6T887liMz8ik3JOWT { width:0.6875rem;height:1.4375rem;top:30.4375rem;left:36.819301605224rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 { display:block; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq { display:block; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZfcLFntu9mE2qpLkP9CgfMgANBEAWBG { width:38.8125rem;height:21.590928183716rem;top:7.25rem;left:4.4381513595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXb2AbohDM6Za3APbo7VaWy5l5UW4ER5 { width:47.75rem;height:3.5rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cos6RWZ3sgxQsuLvxzwT88TQ1viSBCES { width:14.1875rem;height:7.9375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 { display:block; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3hffb2hE3P3rEdeZ91wgPu21mPBDHsA { width:3.125rem;height:3.125rem;top:7.4375rem;left:16.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lueZSIH78vI4xDF21cvTR8zGqs0g4UN3 { width:14.625rem;height:0.975rem;top:7.5625rem;left:16.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZuX5Ei3rmN3WMIXaOsidTGr2A4AQLA { width:12.5rem;height:0.975rem;top:8.625rem;left:20.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZtPXcPE5K7ZWrK0u3PgpLb2vm1ZqfA { width:24.8125rem;height:1.25rem;top:2.4375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImLxqGk0DELAmEsrKtufbIC07A0n8TN { width:4.6875rem;height:1.25rem;top:2.5rem;left:22.43728351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUT8KOvLIOwaiunmlR2hcDVMDnMl6GbX { width:14.0625rem;height:1.3125rem;top:4.1875rem;left:22.436923027039rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb { display:block; }#t53L7CwIUoTeyNSJIOpx1GMaL2ha4GRb > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGFE961Kcd0NkPoy2praWaHZUHUZpWvR { width:8.1875rem;height:3.9375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 { display:block; }#cfZswkruhQqHTJD8kxypNhp17Qy1IXH5 > .row .container { width:20rem;height:23.613656838897rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtCRqV3WGBNNRgdgQeKQfrMqc819tVl7 { width:19.9985625rem;height:2.08333125rem;top:0.686487197876rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ApcIbLq608U71TkJVoyGzAFJlhVs7m { width:19.9985625rem;height:2.2916625rem;top:3.7753181457519rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br48y8GHal8lzGVSFtmo4CIarx1w1pb8 { width:11.0625rem;height:6.3386972746885rem;top:7.2749595642087rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOuv3Fx1ZHgmJ4MSG48BhA8vuhV1WA7F { width:9.4375rem;height:7.5rem;top:14.863656838897rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH { display:block; }#k3UaaPLJTSOwIAHy1hH2OT8wQ1MXXndH > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B68dTWKUmA2ozVTe8PahH8Mz6cJwe0Z9 { height:6.6246875rem;width:11.87425rem;top:1rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtk9w9hxWxeTDV6UpAqQTDRxQSADaibK { width:19rem;height:9.72223125rem;top:9.6571197509762rem;left:0.53059893846512rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV { display:block; }#ip1kJzrbGFPeeIRf7EnbuN1FF7zPsOgV > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfOxMnVliGTTorheVNwOO5MqIrUqpCCT { height:7.5rem;width:13.4375rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSBv7m4QDgBVab9PBAxh1rXDBTe5pPeU { width:18.75rem;height:6.8055625rem;top:10.560982227326rem;left:0.68728309869769rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #awqut23zTnFFp7pIucTU6MB6Os96ZNeW { width:18.875rem;height:1.94445rem;top:18.623048782349rem;left:0.34288197755814rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i49vbgPOuupZnwhqvfKItyH2J91kL8Lz { display:block; }#i49vbgPOuupZnwhqvfKItyH2J91kL8Lz > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:158.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTzdwp0tmF2zyEL8LyWTT6xIHTklKRgB { width:19.99925rem;height:3.125rem;top:0.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FySTETrC1uTsccw8xlPTVsNF0KKTkLBP { width:5.75rem;height:6.875rem;top:3.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmPDLTgiETzyCtDSPhxTq6J2NymIH7Xm { width:5.49926875rem;height:6.8115rem;top:3.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGyRd8V0owFrqk67ngAGGfiNs2Evca6c { width:7.0625rem;height:6.8125rem;top:3.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqIvA2WBiH8uR2q6BqNIdBuN33KTnMQu { width:18.875rem;height:24.375rem;top:22.43733215332rem;left:0.56233721971512rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLemD72RqOuth595cMxfmDLtlS5fw2Rc { width:12.937rem;height:1.04166875rem;top:25.914712905884rem;left:6.3118488192556rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m60VwS5pwOzoma1R0Oy2uOFPIJsuZ4wt { width:3.625rem;height:4.375rem;top:24.249671936035rem;left:2.1248371005058rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fNsvTQm1Lg4niiqFBBQWDwpJof3vql { width:16.5616875rem;height:6.8055625rem;top:29.186201095581rem;left:1.7187499403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmEbyMApDCmA2iqM19kLuFZ0ybvm3CpT { width:18.8125rem;height:25.625rem;top:47.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCl7d4gWA2tlNTgtUX6zAxpXMlXHKpPa { width:12.3746875rem;height:1.04166875rem;top:51.102701187134rem;left:6.3118488192556rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRuHMwlIhwyDdMkau9ZynFnfCioNde3 { width:18.8125rem;height:27.125rem;top:74.062504053119rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqHEBGKdxG13comPHlRBPdquarWBcs { width:11.9995rem;height:1.04166875rem;top:77.125rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7LH3fPrmAcq8GdtqaackSvEhBdF2maO { width:3.25rem;height:3.875rem;top:49.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlwLSyB2C04FWRkrh8p4VlCQEwshUwSh { width:4.25rem;height:4.0625rem;top:75.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVtzKMb2Og0JyPTvdqXQFPIVxEKBsO0 { height:11.1633125rem;width:20rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9HpNaSmT5drvvZo0g99N8n4tSc9P3rE { height:9.589rem;width:17.249375rem;top:36.437173843384rem;left:1.3427733778954rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8u1QLw8xnOdTJgGOD6GPLCmrGDRXmyL { height:9.589rem;width:17.249375rem;top:62.62451171875rem;left:1.3427733778954rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9IkDlmxMv0TJkkxt27cyRb4gI475Vlf { height:9.5876875rem;width:17.249375rem;top:90.62283325195rem;left:1.3747830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXf9edVEa87aVn5UCT45TStrGIwc4hGm { width:17.1875rem;height:6.8055625rem;top:54.436858177185rem;left:1.3736980557442rem;font-size:0.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #DpsMuK8K3iPkytEJSTmvcFG87yHQ2fvQ { width:17.5rem;height:8.75rem;top:80.186851501462rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHG7saoDh5LblplDzebwfTnC9IG3buN8 { width:17.0625rem;height:0;top:102.37500405312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJPO2JTpup8cpWiLxFdo6XfHQkDTW9p { width:17.0625rem;height:0;top:104.87427905312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZSOFuxGL17RblWKEbTbKPpepaWS0Il { width:17.0625rem;height:0;top:107.37355405312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1lu8z2VgnMwWZoxqsmm5rkqx1EC0PKC { width:17.0625rem;height:0;top:109.87282905312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMTWNZWRuZbzUmJcGB8dCTeXLXxiuyg { width:17.0625rem;height:0;top:112.37210405312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNR0GpgTogiRg8MpOq2CMUq3KR1PwWzT { width:17.0625rem;height:0;top:114.87137905312rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEvIclKUmX7422AnO0E94WrlKgd3vnV { height:9.5901773851131rem;width:17.25rem;top:117.37065405312rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxkxCM9g1ya60u5NCVI0SZP1yWiohqDH { height:9.5887449091592rem;width:17.25rem;top:128.21083143823rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCWsecvygp8ZVWk9ANSSCCPKyd2PDo0y { height:9.5887449091592rem;width:17.25rem;top:139.04957634739rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGbWB1LQKB6DctBZepT4paFtBPP5W5sw { width:20rem;height:6.5875331120276rem;top:149.88832125655rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC { display:block; }#X2whFZ9qahG4eIOVF7nAvnCWROEtqCTC > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRpkJd1pnMTO9IqKcKR8sesDeumL9B5H { width:14.875rem;height:11.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJE0MkMel2RLPEyiTdWcq2wComnNPuu { width:20rem;height:15.75rem;top:0.5615234375rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HMFv6io7dVOb5auUhJXvDwUTRFCTW535 { display:block; }#HMFv6io7dVOb5auUhJXvDwUTRFCTW535 > .row .container { width:20rem;height:162.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnPVkqdfubBtmrHDt1poeBu2s98pR5oa { width:19.9978125rem;height:2.152775rem;top:2.2493476867676rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2IoFUHgIqt7EWvAouudByCrnQ2rxoAC { width:18.8125rem;height:17.9375rem;top:53.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLLMkxCITESuHmsAMtFmLwxGx7mo67R { width:11.8125rem;height:1.25rem;top:57.5625rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwvfWwD5wXlgfVplDrwxMTslAzx0o8pP { width:4.375rem;height:5.2373710374478rem;top:55.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le4O1kvLrz9srrx9k3BGrU4bt2LcgH2B { width:18.8125rem;height:19.375rem;top:72.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWr20LlWqITnyIisA121WcqK72UrCK2 { width:10.75rem;height:1.25rem;top:76.6875rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVhfQE3JI0kM3Ry9Lvy5o8lVlMeqR96V { width:18.8125rem;height:18.375rem;top:93.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9dMSeB2JX8XVN9ssp4Q7WDWBObLoPce { width:11.1875rem;height:1.25rem;top:97rem;left:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL8phIXSMybdUz8cvJO9W1HqLAnFEolg { width:4.1875rem;height:5.0504491910846rem;top:74.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnhDoAKki3LvX1E45sMu7WBEAIXH1ogR { width:5.625rem;height:5.4393228731635rem;top:94.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6VxvcDBT7uX3tNfo5f7TkS55gyBhOK { width:7.4375rem;height:5.1875rem;top:61.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQMUkxTzGThvQ4TroO1mEhPNaOEFA8I { width:11.125rem;height:7.875rem;top:80.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPZCEbRl0q9yKG0XwTcrnT1n7y8Q23Q { width:11.25rem;height:8.25rem;top:101.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCes4VauwgXT6qP9OgAkFCfqGruw7QJZ { width:8.25rem;height:7.625rem;top:32.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm7XEcQ6lxwb4XUQGtbBGGT26Ww2o9Mu { width:20rem;height:25.2777625rem;top:5.4991397857666rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmS0OEZOGITU0zmAOdHLk8tetXnA3CH { width:2.8125rem;height:10.212723365717rem;top:42.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzVinFVd6U2oIybSOmkDOAbTDAgPfibA { width:16.25rem;height:1.04166875rem;top:43.0625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orT4EZgzUu9XtDp7VtNi075QxfA8cZ87 { width:16.625rem;height:1.04166875rem;top:45.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMsxkwLMAEsAIs5buUTro7oSsmEPaTF { width:16.625rem;height:1.04166875rem;top:47.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmFXmvqWgNe8fQ39RZLG1aEJkb3gCmU { width:16.375rem;height:1.04166875rem;top:50.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmWKxCwJ1ShsSArU8R0E0g4vZQANbG7X { width:4.0625rem;height:0.8125rem;top:124.76448120192rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t0V5lyIB6epuPN6fns5AU8yT2X4dOR { width:1.0625rem;height:0.875rem;top:117.63948120192rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO7p3ypgtnsgyniv7TA9277v23dPTIKQ { width:4.0625rem;height:0.8125rem;top:126.82698120192rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpq13VXK14wlmPWg3ncAHnviK7F66Dun { width:4.125rem;height:1.5625rem;top:128.88948120193rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TqTOgbNLFLcxyLhTxukKBvgFdCFOMR { width:1rem;height:1.0625rem;top:122.45198120192rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO3uvDP0lZl9SUoTyNFy3mDceuWdU5gl { width:20rem;height:3.4524084480213rem;top:112.93707275391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36XJRzCSbZ0TmNeXMR9TbwiaV3NpefB { width:0.6875rem;height:1.4375rem;top:119.76448120192rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVGpyXFX4G3rZPo6T887liMz8ik3JOWT { width:0.6875rem;height:1.4375rem;top:111.66320037842rem;left:11.774448394776rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 { display:block; }#mVS8sphXhE1ZcBMpe7VCVrcI4CZL8SJ1 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq { display:block; }#TTvH5EArhHgpiJgWcgIS30aUXxNwpxuq > .row .container { width:20rem;height:29.176879882812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZfcLFntu9mE2qpLkP9CgfMgANBEAWBG { height:11.1251875rem;width:20rem;top:7.6768665313719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXb2AbohDM6Za3APbo7VaWy5l5UW4ER5 { width:20rem;height:5.83333125rem;top:0.80078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cos6RWZ3sgxQsuLvxzwT88TQ1viSBCES { width:14.1875rem;height:7.9375rem;top:19.989379882812rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 { display:block; }#ZOtBCwxTylB0HkX2kvRimyOaBJhXizp4 > .row .container { width:20rem;height:17.554968994141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3hffb2hE3P3rEdeZ91wgPu21mPBDHsA { width:3.06206875rem;height:3.06206875rem;top:1.25rem;left:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lueZSIH78vI4xDF21cvTR8zGqs0g4UN3 { width:14.562375rem;height:0.972225rem;top:5.56206875rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMZuX5Ei3rmN3WMIXaOsidTGr2A4AQLA { width:12.4370625rem;height:0.972225rem;top:7.78429375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkZtPXcPE5K7ZWrK0u3PgpLb2vm1ZqfA { width:20rem;height:1.25rem;top:12.50651550293rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DImLxqGk0DELAmEsrKtufbIC07A0n8TN { width:4.6875rem;height:1.25rem;top:10.006526757812rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUT8KOvLIOwaiunmlR2hcDVMDnMl6GbX { width:14.0625rem;height:0;top:15.006500244141rem;left:2.9375rem;font-size:1rem;display:block; }
 }